S/390: Get rid of assembler warning value truncated.
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2
3         sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4         Truncating assembler expression to a .long expression.
5
6 2014-12-11  Andreas Schwab  <schwab@suse.de>
7
8         * elf/rtld.c (struct map_args): Constify str member.
9         (do_preload): Constify fname argument.
10
11 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12
13         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
14         constants definition.
15
16 2014-12-11  Andreas Schwab  <schwab@suse.de>
17
18         [BZ #16657]
19         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
20         FORCE_ELISION instead of DO_ELISION.
21         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
22         Remove.
23         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
24         Likewise.
25
26         * iconvdata/gconv-modules: Remove duplicate entry.
27
28 2014-12-11  Will Newton  <will.newton@linaro.org>
29
30         Merge gettext 0.19.3 into intl/.
31
32         This involves a number of cosmetic changes to comments
33         and ANSI function definitions and prototypes throughout
34         all the files. The gettext copyright header is used but
35         with the date ranges taken from the glibc copy.
36
37         * NEWS: Add gettext merge to 2.21.
38         * intl/bindtextdom.c: Switch to gettext copyright.
39         Use ANSI definitions and prototypes.
40         Use gl_* locking primitives rather than __libc_* ones.
41         Use __builtin_expect rather than __glibc_likely/unlikely.
42         * intl/dcgettext.c: Switch to gettext copyright.
43         Use ANSI definitions and prototypes.
44         * intl/dcigettext.c: Switch to gettext copyright.
45         Use ANSI definitions and prototypes.
46         (INTDIV0_RAISES_SIGFPE): New define.
47         Use gl_* locking primitives rather than __libc_* ones.
48         Include eval-plural.h instead of plural-eval.c.
49         Use __builtin_expect rather than __glibc_likely/unlikely.
50         * intl/dcngettext.c: Switch to gettext copyright.
51         Use ANSI definitions and prototypes.
52         * intl/dgettext.c: Likewise.
53         * intl/dngettext.c: Likewise.
54         * intl/plural-eval.c: Renamed to...
55         * intl/eval-plural.h: ...this.
56         * intl/explodename.c: Switch to gettext copyright.
57         Use ANSI definitions and prototypes.
58         (_nl_explode_name): Use strchr instead of __rawmemchr.
59         * intl/finddomain.c: Switch to gettext copyright.
60         Use ANSI definitions and prototypes.
61         Use gl_* locking primitives rather than __libc_* ones.
62         (_nl_find_domain): Use malloc rather than alloca for
63         allocation of temporary locale name.
64         * intl/gettext.c: Switch to gettext copyright.
65         Use ANSI definitions and prototypes.
66         * intl/gettextP.h: Switch to gettext copyright.
67         Use ANSI definitions and prototypes.
68         Use gl_* locking primitives rather than __libc_* ones.
69         * intl/gmo.h: Switch to gettext copyright.
70         (struct sysdep_string): Move struct segment_pair outside of
71         struct definition.
72         * intl/hash-string.c: Use ANSI definitions and prototypes.
73         * intl/hash-string.h: Switch to gettext copyright.
74         Use ANSI definitions and prototypes.
75         * intl/l10nflist.c: Switch to gettext copyright.
76         Use ANSI definitions and prototypes.
77         (_nl_normalize_codeset): Avoid integer overflow.
78         * intl/loadinfo.h: Switch to gettext copyright.
79         Use ANSI definitions and prototypes.
80         (LIBINTL_DLL_EXPORTED): New define.
81         (PATH_SEPARATOR): New define.
82         * intl/loadmsgcat.c: Switch to gettext copyright.
83         * intl/localealias.c: Switch to gettext copyright.
84         Use ANSI definitions and prototypes.
85         (_nl_expand_alias): Use PATH_SEPARATOR.
86         * intl/ngettext.c: Switch to gettext copyright.
87         Use ANSI definitions and prototypes.
88         * intl/plural-exp.c: Likewise.
89         * intl/plural-exp.h: Switch to gettext copyright.
90         Use ANSI definitions and prototypes.
91         (struct expression): Move definition of enum operator outside
92         of struct definition.
93         * intl/plural.c: Regenerate.
94         * intl/plural.y: Switch to gettext copyright.
95         Use ANSI definitions and prototypes.
96         Port to bison 3.0.
97         * intl/textdomain.c: Switch to gettext copyright.
98         Use ANSI definitions and prototypes.
99         Use gl_* locking primitives rather than __libc_* ones.
100
101 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
102
103         * debug/warning-nop.c: Add used atrribute.
104
105 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
106
107         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
108
109         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
110         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
111         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
112
113 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
114             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
115
116         [BZ #17634]
117         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
118         Undefine after defining function.  Define as weak alias of
119         __wcschr.  Use libc_hidden_weak.
120         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
121         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
122         (libc_hidden_def): Also define __GI___wcschr alias.
123         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
124         __wcschr and define as weak alias of __wcschr.
125         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
126         __wcschr.
127         [!WCSCHR] (DEFAULT_WCSCHR): Define.
128         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
129         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
130         libc_hidden_weak.  Do not use libc_hidden_def.
131         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
132         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
133         __GI___wcschr alias.
134         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
135         [IS_IN (libc)] (wcschr): Define as macro expanding to
136         __redirect_wcschr.
137         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
138         [IS_IN (libc)] (__wcschr_power6): Likewise.
139         [IS_IN (libc)] (__wcschr_power7): Likewise.
140         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
141         instead of wcschr.
142         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
143         __libc_wcschr.
144         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
145         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
146         __wcschr and define as weak alias of __wcschr.  Use
147         libc_hidden_builtin_def.
148         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
149         as weak alias of __wcschr.  Use libc_hidden_weak.
150         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
151         wcschr.
152         * time/era.c (_nl_init_era_entries): Likewise.
153         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
154         variable.
155         (test-xfail-XPG3/time.h/linknamespace): Likewise.
156         (test-xfail-XPG4/time.h/linknamespace): Likewise.
157
158 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
159
160         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
161         format for long int variable.
162
163 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
164
165         [BZ #10672]
166         * manual/search.texi: (Array Sort Function): Remove claim how to make
167         qsort stable.
168
169 2014-12-10  Andreas Schwab  <schwab@suse.de>
170
171         [BZ #12847]
172         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
173         user-controlled locks.
174
175 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
176
177         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
178         register.
179
180 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
181
182         * configure.ac (--disable-werror): New configure option.
183         (enable_werror): New AC_SUBST.
184         * configure: Regenerated.
185         * config.make.in (enable-werror): New variable.
186         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
187         -Wno-error=undef.
188         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
189         * manual/install.texi (Configuring and compiling): Document
190         --disable-werror.
191         * INSTALL: Regenerated.
192         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
193         (CFLAGS-tst-chk2.c): Likewise.
194         (CFLAGS-tst-chk3.c): Likewise.
195         (CFLAGS-tst-chk4.cc): Likewise.
196         (CFLAGS-tst-chk5.cc): Likewise.
197         (CFLAGS-tst-chk6.cc): Likewise.
198         (CFLAGS-tst-lfschk1.c): Likewise.
199         (CFLAGS-tst-lfschk2.c): Likewise.
200         (CFLAGS-tst-lfschk3.c): Likewise.
201         (CFLAGS-tst-lfschk4.cc): Likewise.
202         (CFLAGS-tst-lfschk5.cc): Likewise.
203         (CFLAGS-tst-lfschk6.cc): Likewise.
204
205         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
206         (main): Disable -Wdeprecated-declarations around calls to
207         register_printf_function.
208
209         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
210         (do_test): Disable -Wdiv-by-zero around some calls to
211         fwrite_unlocked and fread_unlocked.
212
213         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
214         (DIAG_POP_NEEDS_COMMENT): Likewise.
215         (_DIAG_STR1): Likewise.
216         (_DIAG_STR): Likewise.
217         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
218         * stdio-common/bug21.c: Include <libc-internal.h>.
219         (do_test): Disable -Wformat around call to sscanf.
220         * stdio-common/scanf14.c: Include <libc-internal.h>.
221         (main): Disable -Wformat around some calls to scanf functions.
222
223 2014-12-09  Torvald Riegel  <triegel@redhat.com>
224
225         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
226
227 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
228
229         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
230         stack variable alignment.
231
232 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
233
234         [BZ #17682]
235         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
236         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
237         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
238         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
239         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
240         __getrlimit instead of getrlimit.
241         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
242         __gettimeofday instead of gettimeofday.
243         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
244         Likewise.
245         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
246         Likewise.
247         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
248         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
249         Remove variable.
250         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
251         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
252
253 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
254
255         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
256         for wide-character tests.
257
258 2014-12-04  Roland McGrath  <roland@hack.frob.com>
259
260         * io/openat64.c: #include <libc-internal.h>
261         (__openat64): Prototypify.  Use ignore_value on MODE.
262         * io/openat.c: Likewise.
263         * misc/reboot.c: #include <libc-internal.h>
264         (reboot): Prototypify.  Use ignore_value on HOWTO.
265         * misc/ptrace.c: #include <libc-internal.h>
266         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
267
268 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
269
270         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
271         XPG4, UNIX98 and XOPEN2K.
272         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
273         Remove variable.
274         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
275
276 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
277
278         * libio/fileops.c: Use ISO C style for function definitions.
279         * libio/iofopen.c: Likewise.
280         * libio/wfileops.c: Likewise.
281
282         [BZ #17653]
283         * libio/fileops.c (_IO_new_file_underflow): Unset cached
284         offset on EOF.
285         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
286         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
287         (fgets_func): Function pointer to fgets and fgetws.
288         (do_ftell_test): Add test to verify ftell value after read
289         EOF.
290         (do_test): Set fgets_func.
291
292         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
293         O_TRUNC flag for w and w+ modes.
294         (do_rewind_test): Likewise.
295         (do_ftell_test): Likewise.
296         (do_write_test): Likewise.
297
298         [BZ #17647]
299         * libio/fileops.c (do_ftell): Seek only when there are
300         unflushed writes.
301         * libio/wfileops.c (do_ftell_wide): Likewise.
302         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
303         test case.
304         (do_one_test): Call it.
305
306 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
307
308         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
309         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
310         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
311         Remove variable.
312         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
313         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
314         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
315
316 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
317
318         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
319         Remove variable.
320         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
321
322         [BZ #17668]
323         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
324         as weak alias of __getifaddrs.  Use libc_hidden_weak.
325         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
326         __freeifaddrs.  Use libc_hidden_weak.
327         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
328         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
329         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
330         __freeifaddrs.  Use libc_hidden_weak.
331         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
332         __getifaddrs and define as weak alias of __getifaddrs.  Use
333         libc_hidden_weak.
334         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
335         __freeifaddrs.  Use libc_hidden_weak.
336         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
337         Remove variable.
338         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
339         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
340
341 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
342
343         [BZ #17601]
344         * sysdeps/mips/start.S (__start): Use indirect jump to call
345         __libc_start_main.
346
347 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
348
349         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
350
351         * nptl/tst-mutex1.c: Include <stdbool.h>.
352         [!ATTR] (ATTR_NULL): New macro.
353         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
354         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
355         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
356
357         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
358         to char *.
359
360         [BZ #17665]
361         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
362         Change conditional to [__USE_MISC].
363
364         [BZ #17664]
365         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
366         fgets_unlocked.
367         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
368         __fgets_unlocked.
369         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
370         fgets_unlocked.
371         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
372         Remove variable.
373         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
374         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
375         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
376         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
377         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
378         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
379         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
380         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
381         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
382
383         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
384
385 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
386
387         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
388         Remove strpbrk objects.
389         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
390         (__libc_ifunc_impl_list): Remove strpbrk implementation.
391         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
392         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
393         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
394         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
395
396         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
397         Remove strcspn objects.
398         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
399         (__libc_ifunc_impl_list): Remove strcspn implementation.
400         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
401         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
402         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
403         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
404
405         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
406         Remove strspn objetcs.
407         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
408         (__libc_ifunc_impl_list): Remove strspn implementation.
409         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
410         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
411         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
412         * sysdeps/powerpc/powerpc64/strspn.S: New file.
413
414 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
415
416         [BZ #17581]
417         * malloc/hooks.c
418         (mem2mem_check): Add a terminator to the chain of checking blocks.
419         (malloc_check_get_size): Use it here.
420         (mem2chunk_check): Ditto.
421
422 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
423
424         * sysdeps/powerpc/powerpc64/strtok.S: New file.
425         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
426
427 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
428
429         * bits/ioctl-types.h: Indent preprocessor directives correctly.
430
431         * nptl/nptl-init.c: Include libc-internal.h.
432         (__pthread_initialize_minimal_internal): Use ROUND_UP.
433
434         * elf/ldconfig.c (search_dir): Expand comment.
435
436 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
437
438         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
439         variable.
440         (linknamespace-symlist-stdlibs-tests): Likewise.
441         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
442         instead of $(objpfx)symlist-stdlibs.
443         (linknamespace-libs-isoc): New variable.
444         (linknamespace-libs): Use $(linknamespace-libs-isoc).
445         (linknamespace-libs-ISO): New variable.
446         (linknamespace-libs-ISO99): Likewise.
447         (linknamespace-libs-ISO11): Likewise.
448         (linknamespace-libs-XPG3): Likewise.
449         (linknamespace-libs-XPG4): Likewise.
450         (linknamespace-libs-POSIX): Likewise.
451         (linknamespace-libs-UNIX98): Likewise.
452         (linknamespace-libs-XOPEN2K): Likewise.
453         (linknamespace-libs-POSIX2008): Likewise.
454         (linknamespace-libs-XOPEN2K8): Likewise.
455         ($(objpfx)symlist-stdlibs): Replace by
456         $(linknamespace-symlist-stdlibs-tests).  Use
457         $(linknamespace-libs-$*) as set of libraries.
458         ($(linknamespace-header-tests)): Update dependencies.  Use
459         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
460         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
461         * conform/linknamespace.pl: Remove comment about considering
462         definitions of symbols from irrelevant libraries.
463
464 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
465
466         [BZ #13862]
467         * elf/dl-tls.c: Include <atomic.h>.
468         (oom): Remove #ifdef SHARED/#endif.
469         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
470         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
471         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
472         big enough.
473         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
474         * nptl/Makefile (tests): Add tst-stack4.
475         (modules-names): Add tst-stack4mod.
476         ($(objpfx)tst-stack4): New.
477         (tst-stack4mod.sos): Likewise.
478         ($(objpfx)tst-stack4.out): Likewise.
479         ($(tst-stack4mod.sos)): Likewise.
480         (clean): Likewise.
481         * nptl/tst-stack4.c: New file.
482         * nptl/tst-stack4mod.c: Likewise.
483
484 2014-11-27  J. Brown  <jb999@gmx.de>
485
486         * sysdeps/x86/bits/string.h: Add recent CPUs.
487
488 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
489
490         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
491         sigblock.
492
493         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
494         feof.
495
496         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
497         variable.
498
499 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
500
501         * nscd/connections.c: Include libc-internal.h because of macro
502         usage ignore_value.
503
504 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
505
506         * string/bits/string3.h (__warn_memset_zero_len): Don't
507         declare for gcc newer than 5.0.
508         (memset): Don't test for zero-length __LEN for gcc newer than
509         5.0.
510
511 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
512
513         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
514         size_t for %zu format.
515
516         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
517         difference, not %ju.
518
519 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
520
521         * include/libc-internal.h (ignore_value): New macro.
522         * nscd/connections.c (restart): Wrap calls to setuid and setgid
523         with ignore_value.
524
525         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
526         definition.
527
528         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
529         pthread_cleanup_push to void *.
530
531         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
532         Undefine.
533
534         [BZ #16619]
535         [BZ #16740]
536         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
537         instead of 1L << 52.
538
539         * libio/bug-rewind.c (do_test): Check fwscanf return values.
540         * libio/bug-rewind2.c (do_test): Likewise.
541
542         * debug/test-stpcpy_chk-ifunc.c: Remove file.
543         * debug/test-strcpy_chk-ifunc.c: Likewise.
544         * wcsmbs/test-wcschr-ifunc.c: Likewise.
545         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
546         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
547         * wcsmbs/test-wcslen-ifunc.c: Likewise.
548         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
549         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
550         * Rules [$(multi-arch) = no] (tests): Do not filter out
551         $(tests-ifunc).
552         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
553         * debug/Makefile (tests-ifunc): Remove variable.
554         (tests): Do not add $(tests-ifunc).
555         * wcsmbs/Makefile (tests-ifunc): Remove variable.
556         (tests): Do not add $(tests-ifunc).
557         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
558         [TEST_IFUNC]: Remove conditionals.
559         * string/test-string.h (TEST_IFUNC): Remove macro.
560         [TEST_IFUNC]: Remove conditionals.
561
562         * string/test-strchr.c [!WIDE] (L): New macro.
563         [WIDE] (L): Likewise.
564         (check1): Use CHAR instead of char.  Use L on string and character
565         constants.
566
567 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
568
569         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
570         tests.
571         * sysdeps/powerpc/bits/atomic.h
572         (__arch_atomic_exchange_and_add_32_acq): Add definition.
573         (__arch_atomic_exchange_and_add_32_rel): Likewise.
574         (atomic_exchange_and_add_acq): Likewise.
575         (atomic_exchange_and_add_rel): Likewise.
576         * sysdeps/powerpc/powerpc32/bits/atomic.h
577         (__arch_atomic_exchange_and_add_64_acq): Add definition.
578         (__arch_atomic_exchange_and_add_64_rel): Likewise.
579         * sysdeps/powerpc/powerpc64/bits/atomic.h
580         (__arch_atomic_exchange_and_add_64_acq): Add definition.
581         (__arch_atomic_exchange_and_add_64_rel): Likewise.
582
583 2014-11-26  Torvald Riegel  <triegel@redhat.com>
584
585         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
586         Change synchronization of __sched_fifo_min_prio and
587         __sched_fifo_max_prio.
588         * nptl/pthread_mutexattr_getprioceiling.c
589         (pthread_mutexattr_getprioceiling): Likewise.
590         * nptl/pthread_mutexattr_setprioceiling.c
591         (pthread_mutexattr_setprioceiling): Likewise.
592         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
593         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
594         Likewise.
595
596 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
597
598         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
599         void.
600
601 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
602
603         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
604         third argument const.
605
606 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
607
608         fnmatch: work around GCC compiler warning bug with uninit var
609         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
610         This works around a bug with x86-64 GCC 4.9.2 and earlier
611         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
612         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
613         used uninitialized in this function [-Wmaybe-uninitialized]".
614
615 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
616
617         * posix/bug-regex31.c (main): Return RES not 0.
618
619 2014-11-25  Anton Blanchard <anton@samba.org>
620
621         * sysdeps/powerpc/bits/atomic.h
622         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
623
624 2014-11-24  Sterling Augustine  <saugustine@google.com>
625
626         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
627
628 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
629
630         [BZ #17608]
631         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
632
633 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
634
635         [BZ #17633]
636         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
637         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
638         variable.
639         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
640         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
641
642 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
643
644         * string/strncpy.c (strncpy): Improve performance by using memset.
645
646 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
647
648         * string/strcpy.c (strcpy):
649         Improve performance by using strlen and memcpy.
650
651 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
652
653         * string/strcoll_l.c (get_next_seq): __always_inline.
654         * string/strcoll_l.c (do_compare): __always_inline.
655
656 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
657
658         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
659         defined.
660         * include/mqueue.h: Likewise.
661         * include/stdlib.h: Likewise.
662
663         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
664         (get_null_defines): Adjust.
665         * sunrpc/Makefile: Adjust comment.
666         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
667         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
668         (CFLAGS-interp.c): Likewise.
669         (CFLAGS-ldconfig.c): Likewise.
670         (CPPFLAGS-.os): Likewise.
671         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
672         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
673         * extra-modules.mk (extra-modules.mk): Likewise.
674         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
675         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
676         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
677         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
678         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
679         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
680         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
681         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
682         * iconvdata/Makefile (CPPFLAGS): Likewise.
683         (cpp-srcs-left): Add libof for all iconvdata routines.
684         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
685         * include/assert.h: Likewise.
686         * include/ctype.h: Likewise.
687         * include/errno.h: Likewise.
688         * include/libc-symbols.h: Likewise.
689         * include/math.h: Likewise.
690         * include/netdb.h: Likewise.
691         * include/resolv.h: Likewise.
692         * include/stdio.h: Likewise.
693         * include/stdlib.h: Likewise.
694         * include/string.h: Likewise.
695         * include/sys/stat.h: Likewise.
696         * include/wctype.h: Likewise.
697         * intl/l10nflist.c: Likewise.
698         * libidn/idn-stub.c: Likewise.
699         * libio/libioP.h: Likewise.
700         * nptl/libc_multiple_threads.c: Likewise.
701         * nptl/pthreadP.h: Likewise.
702         * posix/regex_internal.h: Likewise.
703         * resolv/res_hconf.c: Likewise.
704         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
705         * sysdeps/arm/memmove.S: Likewise.
706         * sysdeps/arm/sysdep.h: Likewise.
707         * sysdeps/generic/_itoa.h: Likewise.
708         * sysdeps/generic/symbol-hacks.h: Likewise.
709         * sysdeps/gnu/errlist.awk: Likewise.
710         * sysdeps/gnu/errlist.c: Likewise.
711         * sysdeps/i386/i586/memcpy.S: Likewise.
712         * sysdeps/i386/i586/memset.S: Likewise.
713         * sysdeps/i386/i686/memcpy.S: Likewise.
714         * sysdeps/i386/i686/memmove.S: Likewise.
715         * sysdeps/i386/i686/mempcpy.S: Likewise.
716         * sysdeps/i386/i686/memset.S: Likewise.
717         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
718         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
719         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
720         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
721         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
722         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
723         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
724         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
725         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
726         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
727         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
728         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
729         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
730         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
731         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
732         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
733         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
734         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
735         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
736         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
737         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
738         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
739         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
740         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
741         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
742         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
743         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
744         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
745         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
746         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
747         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
748         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
749         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
750         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
751         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
752         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
753         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
754         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
755         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
756         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
757         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
758         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
759         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
760         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
761         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
762         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
763         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
764         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
765         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
766         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
767         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
768         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
769         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
770         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
771         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
772         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
773         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
774         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
775         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
776         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
777         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
778         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
779         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
780         * sysdeps/nptl/bits/libc-lock.h: Likewise.
781         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
782         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
783         * sysdeps/posix/closedir.c: Likewise.
784         * sysdeps/posix/opendir.c: Likewise.
785         * sysdeps/posix/readdir.c: Likewise.
786         * sysdeps/posix/rewinddir.c: Likewise.
787         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
788         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
789         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
790         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
791         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
792         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
793         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
794         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
795         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
796         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
797         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
798         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
799         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
800         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
801         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
802         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
803         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
804         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
805         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
806         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
807         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
808         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
809         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
810         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
811         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
812         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
813         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
814         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
815         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
816         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
817         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
818         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
819         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
820         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
821         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
822         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
823         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
824         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
825         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
826         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
827         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
828         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
829         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
830         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
831         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
832         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
833         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
834         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
835         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
836         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
837         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
838         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
839         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
840         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
841         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
842         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
843         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
844         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
845         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
846         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
847         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
848         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
849         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
850         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
851         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
852         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
853         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
854         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
855         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
856         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
857         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
858         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
859         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
860         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
861         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
862         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
863         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
864         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
865         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
866         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
867         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
868         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
869         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
870         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
871         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
872         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
873         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
874         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
875         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
876         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
877         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
878         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
879         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
880         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
881         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
882         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
883         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
884         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
885         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
886         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
887         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
888         * sysdeps/unix/alpha/sysdep.S: Likewise.
889         * sysdeps/unix/alpha/sysdep.h: Likewise.
890         * sysdeps/unix/make-syscalls.sh: Likewise.
891         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
892         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
893         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
894         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
895         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
896         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
897         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
898         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
899         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
900         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
901         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
902         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
903         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
904         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
905         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
906         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
907         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
908         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
909         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
910         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
911         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
912         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
913         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
914         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
915         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
916         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
917         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
920         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
921         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
922         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
923         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
924         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
925         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
926         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
927         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
928         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
929         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
930         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
931         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
932         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
933         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
934         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
935         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
936         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
937         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
938         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
939         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
940         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
941         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
942         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
943         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
944         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
945         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
946         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
947         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
948         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
949         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
950         * sysdeps/x86_64/memcpy.S: Likewise.
951         * sysdeps/x86_64/memmove.c: Likewise.
952         * sysdeps/x86_64/memset.S: Likewise.
953         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
954         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
955         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
956         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
957         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
958         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
959         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
960         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
961         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
962         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
963         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
964         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
965         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
966         * sysdeps/x86_64/multiarch/memset.S: Likewise.
967         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
968         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
969         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
970         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
971         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
972         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
973         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
974         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
975         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
976         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
977         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
978         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
979         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
980         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
981         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
982         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
983         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
984         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
985         * sysdeps/x86_64/strcmp.S: Likewise.
986
987         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
988
989         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
990         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
991         * elf/rtld-Rules: Likewise.
992         * elf/setup-vdso.h: Likewise.
993         * include/assert.h: Likewise.
994         * include/bits/stdlib-float.h: Likewise.
995         * include/errno.h: Likewise.
996         * include/sys/stat.h: Likewise.
997         * include/unistd.h: Likewise.
998         * sysdeps/aarch64/setjmp.S: Likewise.
999         * sysdeps/alpha/setjmp.S: Likewise.
1000         * sysdeps/arm/__longjmp.S: Likewise.
1001         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1002         * sysdeps/arm/setjmp.S: Likewise.
1003         * sysdeps/arm/sysdep.h: Likewise.
1004         * sysdeps/generic/_itoa.h: Likewise.
1005         * sysdeps/generic/dl-sysdep.h: Likewise.
1006         * sysdeps/generic/ldsodefs.h: Likewise.
1007         * sysdeps/i386/dl-tls.h: Likewise.
1008         * sysdeps/i386/setjmp.S: Likewise.
1009         * sysdeps/m68k/setjmp.c: Likewise.
1010         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1011         * sysdeps/mach/hurd/opendir.c: Likewise.
1012         * sysdeps/posix/getcwd.c: Likewise.
1013         * sysdeps/posix/opendir.c: Likewise.
1014         * sysdeps/posix/profil.c: Likewise.
1015         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1016         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1017         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1018         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1019         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1020         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1021         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1022         * sysdeps/s390/dl-tls.h: Likewise.
1023         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1024         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1025         * sysdeps/sh/sh3/setjmp.S: Likewise.
1026         * sysdeps/sh/sh4/setjmp.S: Likewise.
1027         * sysdeps/unix/alpha/sysdep.h: Likewise.
1028         * sysdeps/unix/arm/sysdep.S: Likewise.
1029         * sysdeps/unix/i386/sysdep.S: Likewise.
1030         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1031         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1032         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1033         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1034         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1035         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1036         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1037         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1038         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1039         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1040         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1041         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1042         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1045         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1046         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1047         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1048         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1049         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1050         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1051         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1052         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1053         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1054         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1055         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1056         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1057         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1058         * sysdeps/x86_64/setjmp.S: Likewise.
1059
1060         * include/math.h: Use IS_IN instead of IS_IN_libm.
1061         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1062         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1063         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1064         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1065         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1066         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1067         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1068         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1069         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1070         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1071         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1072         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1073         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1074         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1075         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1076         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1077         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1078         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1079         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1080         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1081         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1082         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1083         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1084         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1085         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1086         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1087         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1088         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1089         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1090         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1091         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1092         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1093         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1095         Likewise.
1096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1097         Likewise.
1098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1099         Likewise.
1100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1101         Likewise.
1102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1103         Likewise.
1104         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1105         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1106         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1107         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1108         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1109         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1110         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1111         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1113         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1114         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1115         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1116         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1117         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1118         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1119         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1120         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1121         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1122         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1123         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1124         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1125         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1126         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1127         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1128         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1129         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1130         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1131
1132         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1133         * nptl/pthreadP.h: Likewise.
1134         * nptl_db/structs.def: Likewise.
1135         * sysdeps/arm/sysdep.h: Likewise.
1136         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1137         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1138         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1139         * sysdeps/unix/alpha/sysdep.h: Likewise.
1140         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1141         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1142         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1143         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1144         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1145         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1146         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1147         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1148         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1149         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1150         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1151         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1152         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1153         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1156         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1157         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1158         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1159         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1160         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1161         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1162         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1163         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1164         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1165         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1166
1167         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1168         * nptl/pthreadP.h: Likewise.
1169         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1170         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1171         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1172         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1173         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1174         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1175         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1176         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1177         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1178         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1179         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1180         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1182         Likewise.
1183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1184         Likewise.
1185         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1186         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1187         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1188         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1189         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1190         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1191         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1192         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1193
1194         * dlfcn/dladdr.c: Use IS_IN.
1195         * dlfcn/dladdr1.c: Likewise.
1196         * dlfcn/dlclose.c: Likewise.
1197         * dlfcn/dlerror.c: Likewise.
1198         * dlfcn/dlinfo.c: Likewise.
1199         * dlfcn/dlmopen.c: Likewise.
1200         * dlfcn/dlopen.c: Likewise.
1201         * dlfcn/dlsym.c: Likewise.
1202         * dlfcn/dlvsym.c: Likewise.
1203
1204         * include/ifaddrs.h: Use IS_IN.
1205         * inet/check_pf.c: Likewise.
1206         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1207         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1208
1209         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1210         IS_IN_ldconfig.
1211         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1212         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1213
1214         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1215         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1216         IS_IN (libc).
1217
1218         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1219
1220         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1221         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1222         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1223         * include/libc-symbols.h (IS_IN_LIB): New macro.
1224         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1225         * include/netdb.h: Likewise.
1226         * include/stap-probe.h: Remove all uses of IN_LIB.
1227
1228         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1229         instead of IN_MODULE.
1230         * include/libc-symbols.h (IN_MODULE): Define using
1231         MODULE_NAME.
1232         (PASTE_NAME, PASTE_NAME1): New macros.
1233         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1234         of IN_LIB.
1235         (STAP_PROBE_ASM): Likewise.
1236
1237 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1238
1239         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1240         __mach_init in dlopened libc.
1241
1242 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1243
1244         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1245         * sysdeps/arm/preconfigure: Regenerate.
1246
1247 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1248
1249         * nptl/pthread_create.c (__pthread_create_2_1): Set
1250         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1251         when copying values from IATTR into PD.
1252
1253 2014-11-21  Will Newton  <will.newton@linaro.org>
1254             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1255
1256         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1257         Refactor inline-asm.  Also add comment.
1258
1259         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1260         ElfW macro instead of hardcoded Elf64 types.
1261         (la_aarch64_gnu_pltenter): Likewise.
1262         * sysdeps/aarch64/dl-machine.h
1263         (elf_machine_runtime_setup): Use ElfW(Addr).
1264
1265         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1266         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1267         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1268         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1269         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1270         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1271         (R_AARCH64_TLS_DTPMOD): This.
1272         (R_AARCH64_TLS_DTPREL64): Rename to ...
1273         (R_AARCH64_TLS_DTPREL): This.
1274         (R_AARCH64_TLS_TPREL64): Rename to ...
1275         (R_AARCH64_TLS_TPREL): This.
1276         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1277         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1278         R_AARCH64_TLS_TPREL64.
1279         (elf_machine_rela): Likewise.
1280
1281 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1282
1283         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1284         by setting it to 0.  64b atomics are not supported currently.
1285
1286 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1287
1288         [BZ #16469]
1289         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1290         search domain names.
1291
1292 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1293
1294         [BZ #16469]
1295         * NEWS: Update.
1296         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1297         trailing dot.
1298         * posix/tst-getaddrinfo5.c: New.
1299         * posix/Makefile (tests): Add it.
1300
1301 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1302
1303         [BZ #14498]
1304         * NEWS: Fixed.
1305         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1306         after parsing line but before break_if_match.
1307         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1308         if there is a protocol mismatch.
1309
1310 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1311
1312         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1313         because the potential race is on the user-supplied stream.
1314
1315 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1316
1317         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1318         string literal if not passed a buffer.
1319         * manual/job.texi (ctermid): Update reasoning, note deviation
1320         from posix, suggest mtasurace when not passed a buffer, for
1321         future non-preliminary safety notes.
1322
1323 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1324
1325         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1326         of not passing it a buffer.
1327         Reported by Peng Haitao.
1328
1329 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1330
1331         * manual/Makefile ($(objpfx)stamp-summary): Require
1332         check-safety.sh to pass.
1333         * manual/check-safety.sh: Wish for verification that every
1334         @deftypefn and @deftypefun is followed by a @safety remark.
1335
1336 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1337
1338         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1339
1340         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1341         PTHREAD_CANCEL_ASYNCHRONOUS.
1342         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1343         send SIGCANCEL.
1344
1345         * nptl/default-sched.h: New file.
1346         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1347         * nptl/pthread_create.c: Include it.
1348         (__pthread_create_2_1): Use collect_default_sched instead of making
1349         Linux syscalls here directly.
1350
1351 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1352
1353         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1354         __pthread_once): Use C11 atomics.
1355
1356 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1357
1358         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1359
1360 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1361
1362         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1363         atomic_thread_fence_acquire, atomic_thread_fence_release,
1364         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1365         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1366         atomic_compare_exchange_weak_relaxed,
1367         atomic_compare_exchange_weak_acquire,
1368         atomic_compare_exchange_weak_release,
1369         atomic_exchange_acquire, atomic_exchange_release,
1370         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1371         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1372         atomic_fetch_and_acquire,
1373         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1374
1375 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1376
1377         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1378         USE_ATOMIC_COMPILER_BUILTINS): Define.
1379         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1380         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1381         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1382         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1383         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1384         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1385         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1386         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1387         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1388         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1389         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1390         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1391         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1392         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1393         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1394         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1395         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1396         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1397         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1398         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1399         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1400         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1401         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1402         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1403         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1404         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1405         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1406         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1407         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1408         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1409         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1410         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1411         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1412         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1413         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1414         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1415         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1416         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1417         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1418         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1419
1420 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1421
1422         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1423         the sched_priority value here.  It was already checked when the user
1424         called pthread_attr_setschedparam.
1425
1426         * nptl/tst-bad-schedattr.c: New file.
1427         * nptl/Makefile (tests): Add it.
1428
1429 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1430             Florian Weimer  <fweimer@redhat.com>
1431             Joseph Myers  <joseph@codesourcery.com>
1432             Adam Conrad  <adconrad@0c3.net>
1433             Andreas Schwab  <schwab@suse.de>
1434             Brooks  <bmoses@google.com>
1435
1436         [BZ #17625]
1437         * wordexp-test.c (__dso_handle): Add prototype.
1438         (__register_atfork): Likewise.
1439         (__app_register_atfork): New function.
1440         (registered_forks): New global.
1441         (register_fork): New function.
1442         (test_case): Add 3 new tests for WRDE_CMDSUB.
1443         (main): Call __app_register_atfork.
1444         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1445         fork count is non-zero fail the test.
1446         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1447         is set.
1448         (parse_dollars): Remove check for WRDE_NOCMD.
1449         (parse_dquote): Likewise.
1450
1451 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1452
1453         * Makeconfig (built-modules): List non-library modules to be
1454         built.
1455         (module-cppflags): Include libc-modules.h for
1456         everything except shlib-versions.v.i.
1457         (CPPFLAGS): Use it.
1458         (before-compile): Add libc-modules.h.
1459         ($(common-objpfx)libc-modules.h,
1460         $(common-objpfx)libc-modules.stmp): New targets.
1461         (common-generated): Add libc-modules.h and libc-modules.stmp.
1462         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1463         * include/libc-symbols.h: Don't include libc-modules.h.
1464         * include/libc-modules.h: Remove file.
1465         * scripts/gen-libc-modules.awk: New script to generate
1466         libc-modules.h.
1467         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1468         Depend on libc-modules.stmp.
1469
1470         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1471
1472         * Makeconfig (in-module): Get value of libof set for the
1473         translation unit.
1474         (CPPFLAGS): Use $(in-module).
1475         * Makerules: Don't suffix routine names for nonlib.
1476         * include/libc-modules.h: New file.
1477         * include/libc-symbols.h: Include libc-modules.h
1478         (IS_IN): New macro to replace IS_IN_* macros.
1479         * elf/Makefile: Set libof-* for each routine.
1480         * elf/rtld-Rules: Likewise.
1481         * extra-modules.mk: Likewise.
1482         * iconv/Makefile: Likewise.
1483         * iconvdata/Makefile: Likewise.
1484         * locale/Makefile: Likewise.
1485         * malloc/Makefile: Likewise.
1486         * nss/Makefile: Likewise.
1487         * sysdeps/gnu/Makefile: Likewise.
1488         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1489         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1490         * sysdeps/s390/s390-64/Makefile: Likewise.
1491         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1492         CPPFLAGS for nscd instead of nonlib.
1493
1494 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1495
1496         * nptl/createthread.c: New file.
1497
1498         * nptl/createthread.c: Moved ...
1499         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1500
1501         * nptl/createthread.c: Add proper top-line comment.
1502         (do_clone): Folded into ...
1503         (create_thread): ... here.  Take new arguments STOPPED_START and
1504         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1505         increment __nptl_threads, do event-reporting logic, do
1506         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1507         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1508         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1509         just send SIGCANCEL.
1510         * nptl/pthread_create.c: Forward-declare create_thread before
1511         including createthread.c.
1512         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1513         declaration, and new macro START_THREAD_SELF to replace argument.
1514         Remove return statement.
1515         (report_thread_creation): New function.
1516         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1517         synchronization logic, and __nptl_nthreads increment here, around
1518         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1519         PD->parent_cancelhandling here, before create_thread.  When
1520         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1521         __deallocate_stack, and ENOMEM translation here.
1522
1523 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1524
1525         [BZ #17616]
1526         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1527         (mptwo): Rename to __mptwo.
1528         (__inv): Use __mptwo instead of mptwo.
1529         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1530         (mptwo): Rename to __mptwo.
1531         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1532         of mpone and __mptwo instead of mptwo.
1533         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1534         instead of mpone.
1535         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1536         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1537         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1538         of mpone and __mptwo instead of mptwo.
1539         (__mpranred): Use __mpone instead of mpone.
1540         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1541         variable.
1542         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1543         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1544         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1545         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1546         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1547         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1548         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1549         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1550         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1551         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1552         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1553         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1554         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1555         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1556         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1557         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1558         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1559         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1560         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1561
1562 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1563
1564         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1565         replace BSD Handler xref with BSD Signal Handling.
1566
1567 2014-11-17  Richard Henderson  <rth@redhat.com>
1568
1569         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1570         (_FP_PACK_RAW_2): Remove.
1571         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1572         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1573         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1574         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1575         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1576         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1577         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1578         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1579         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1580         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1581         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1582         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1583         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1584         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1585         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1586         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1587
1588 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1589
1590         * signal/signal.h [__USE_MISC]
1591         (struct sigvec): Remove type.
1592         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1593         (sigvec): Remove declaration.
1594         * sysdeps/posix/sigvec.c: Moved ...
1595         * signal/sigvec.c: ... here, replacing old file.
1596         (struct sigvec): New type, copied from old signal.h definition.
1597         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1598         (__sigvec): Convert definition to prototype.
1599         (sigvec): Replace weak_alias with compat_symbol.
1600         * signal/Versions (libc: GLIBC_2.21): New version set.
1601         * include/signal.h: Remove __sigvec declaration.
1602         * sysdeps/unix/bsd/sigvec.c: Remove file.
1603         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1604         * manual/signal.texi (BSD Handler): Remove subsection.
1605         Move siginterrupt up to ...
1606         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1607         (Blocking in BSD): Fold subsection into its parent.
1608         * NEWS: Mention sigvec removal.
1609
1610 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1611
1612         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1613         (DLA_FMS): Make definition conditional only on [__FMA4__].
1614         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1615         definition.
1616
1617         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1618         Make definition conditional only on [PROF].
1619         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1620         definition.
1621         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1622         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1623
1624         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1625         !__GNUC__].
1626         * include/signal.h (__sigpause): Move declaration above call to
1627         libc_hidden_proto.
1628         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1629         variable.
1630         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1631         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1632
1633 2014-11-14  David S. Miller  <davem@davemloft.net>
1634
1635         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1636         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1637
1638 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1639
1640         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1641         * configure: Regenerated.
1642         * manual/install.texi (Tools for Compilation): Document a
1643         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1644         compiler verified to work.
1645         * INSTALL: Regenerated.
1646
1647         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1648         redeclare with asm name.
1649         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1650         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1651         including <string.h>.
1652         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1653         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1654         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1655         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1656         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1657         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1658         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1659
1660 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1661
1662         * stdlib/strtol.c (__strtol): Use prototype definition.
1663
1664         [BZ #17594]
1665         * stdlib/strtol.c (SYM__): New macro.
1666         (SYM__1): Likewise.
1667         (__strtol): Likewise.
1668         (strtol): Rename to __strtol and define as weak alias of
1669         __strtol.  Use libc_hidden_weak.
1670
1671 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1672
1673         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1674         Use numbered labels in inline assembly.
1675
1676 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1677
1678         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1679         Add setjmp LIBC_PROBE.
1680         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1681         Likewise.
1682         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1683         Add longjmp, longjmp_target LIBC_PROBE.
1684         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1685         Likewise.
1686
1687 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1688
1689         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1690         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1691         to get rid of unused variable warning.
1692
1693 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1694
1695         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1696         Check for unwind_backtrace ==  NULL only in SHARED case.
1697         (__backchain_backtrace): Compile only in SHARED case.
1698         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1699         Likewise.
1700         (__backchain_backtrace): Declare as static.
1701
1702 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1703
1704         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1705         (__libc_multiple_threads_ptr): Variable moved ...
1706         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1707
1708 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1709
1710         * conform/GlibcConform.pm: New file.
1711         * conform/conformtest.pl: Use GlibcConform module.
1712         * conform/linknamespace.pl: New file.
1713         * conform/list-header-symbols.pl: Likewise.
1714         * conform/Makefile (linknamespace-symlists-base): New variable.
1715         (linknamespace-symlists-tests): Likewise.
1716         (linknamespace-header-base): Likewise.
1717         (linknamespace-header-tests): Likewise.
1718         (tests-special): Add new tests.
1719         ($(linknamespace-symlists-tests)): New rule.
1720         (linknamespace-libs): New variable.
1721         ($(objpfx)symlist-stdlibs): New rule.
1722         ($(linknamespace-header-tests)): Likewise.
1723         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1724         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1725         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1726         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1727         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1728         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1729         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1730         (test-xfail-ISO/math.h/linknamespace): Likewise.
1731         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1732         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1733         (test-xfail-ISO/time.h/linknamespace): Likewise.
1734         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1735         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1736         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1737         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1738         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1739         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1740         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1741         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1742         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1743         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1744         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1745         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1746         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1747         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1748         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1749         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1750         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1751         (test-xfail-XPG3/search.h/linknamespace): Likewise.
1752         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1753         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1754         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1755         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1756         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1757         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1758         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1759         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1760         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1761         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1762         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1763         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1764         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1765         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1766         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1767         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1768         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1769         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1770         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1771         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1772         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1773         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1774         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1775         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1776         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1777         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1778         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1779         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1780         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1781         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1782         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1783         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1784         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1785         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1786         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1787         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1788         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1789         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1790         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1791         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1792         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1793         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1794         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1795         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1796         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1797         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1798         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1799         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1800         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1801         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1802         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1803         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1804         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1805         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1806         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1807         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1808         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1809         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1810         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1811         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1812         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1813         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1814         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1815         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1816         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1817         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1818         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1819         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1820         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1821         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1822         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1823         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1824         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1825         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1826         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1827         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1828         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1829         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1830         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1831         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1832         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1833         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1834         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1835         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1836         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1837         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1838         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1839         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1840         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1841         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1842         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1843         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1844         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1845         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1846         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1847         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1848         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1849         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1850         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1851         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1852         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1853         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1854         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1855         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1856         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1857         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1858         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1859         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1860         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1861         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1862         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1863         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1864         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1865         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1866         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1867         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1868         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1869         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1870         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1871         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1872         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1873         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1874         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1875         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1876         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1877         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1878         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1879         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1880         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1881         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1882         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1883         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1884
1885         [BZ #17589]
1886         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1887         of fgets_unlocked.
1888
1889         [BZ #17585]
1890         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
1891         (memmem): Rename to __memmem and define as weak alias of
1892         __memmem.  Use libc_hidden_weak.
1893         (__memmem): Use libc_hidden_def.
1894         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
1895         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
1896         memmem.
1897
1898         [BZ #17582]
1899         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
1900         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
1901         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
1902         and define as weak alias of __fgets_unlocked.  Use
1903         libc_hidden_weak.
1904         (__fgets_unlocked): Use libc_hidden_def.
1905         * include/stdio.h (__fgets_unlocked): Declare.  Use
1906         libc_hidden_proto.
1907         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
1908         __fgets_unlocked instead of fgets_unlocked.
1909         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
1910         (GET_NPROCS_CONF_PARSER): Likewise.
1911         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
1912         (GET_NPROCS_CONF_PARSER): Likewise.
1913
1914         [BZ #17574]
1915         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
1916         weak alias of __wmemset.  Use libc_hidden_weak.
1917         (__wmemset): Use libc_hidden_def.
1918         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
1919         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
1920         of wmemset.
1921
1922         [BZ #17573]
1923         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
1924         with asm name __mempcpy.
1925         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
1926
1927         [BZ #17572]
1928         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
1929         and define as weak alias of __rawmemchr.
1930         (__rawmemchr): Do not define as strong alias of rawmemchr.
1931
1932         [BZ #17571]
1933         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
1934         alias of __qsort_r.
1935         (qsort): Call __qsort_r instead of qsort_r.
1936         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
1937         (__qsort_r): Declare.  Call libc_hidden_proto.
1938         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
1939         instead of qsort_r.
1940         * nscd/gai.c (__qsort_r): Define to qsort_r.
1941         * posix/tst-rfc3484.c (__qsort_r): Likewise.
1942         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
1943         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
1944
1945         [BZ #17570]
1946         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
1947         define as weak alias of __malloc_info.
1948
1949         [BZ #17584]
1950         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
1951         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1952         (__rewinddir): Use libc_hidden_def.
1953         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
1954         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1955         (__rewinddir): Use libc_hidden_def.
1956         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
1957         weak alias of __rewinddir.  Don't use libc_hidden_def.
1958         (__rewinddir): Use libc_hidden_def.
1959         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
1960         (__rewinddir): Use libc_hidden_proto.
1961         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
1962         rewinddir.
1963         (__getcwd): Use __rewinddir instead of rewinddir.
1964
1965         [BZ #17583]
1966         * libio/fileno.c (fileno): Rename to __fileno and define as weak
1967         alias of __fileno.  Use libc_hidden_weak.
1968         (__fileno): Use libc_hidden_def.
1969         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
1970         * libio/ftello.c (ftello): Rename to __ftello and define as weak
1971         alias of __ftello.
1972         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
1973         __ftello.
1974         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
1975         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
1976         libc_hidden_def.
1977         (fread_unlocked): Don't use libc_hidden_ver.
1978         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
1979         and define as weak alias of __fread_unlocked.  Don't use
1980         libc_hidden_def.
1981         (__fread_unlocked): Use libc_hidden_def.
1982         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
1983         (ftello): Don't use libc_hidden_proto.
1984         (__ftello): Declare.  Use libc_hidden_proto.
1985         (fread_unlocked): Don't use libc_hidden_proto.
1986         (__fread_unlocked): Declare.  Use libc_hidden_proto.
1987         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
1988         and __ftello instead of fileno, fread_unlocked and ftello.
1989
1990 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1991
1992         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
1993         GOT12.
1994         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1995         Likewise.
1996         (_dl_start_user): Likewise.
1997         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
1998
1999 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2000             Siddhesh Poyarekar  <siddhesh@redhat.com>
2001
2002         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2003         Move argv and envp down instead of moving argc up.
2004         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2005
2006 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2007
2008         [BZ #17506]
2009         * test-skeleton.c (main): Return successful if one of
2010         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2011         * string/tst-strcoll-overflow.c: Define expected status.
2012
2013 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2014
2015         [BZ #17475]
2016         * locale/iso-639.def: Define Bhili and Tulu language codes.
2017
2018 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2019
2020         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2021
2022 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2023
2024         [BZ #17555]
2025         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2026
2027 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2028
2029         * configure.ac: Updated check of minimal required version to
2030         2.22.
2031         * manual/install.texi (Tools for Compilation): Updated version
2032         number.
2033         * configure: Regenerated.
2034         * INSTALL: Likewise.
2035
2036 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2037
2038         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2039         __tls_get_addr.
2040
2041 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2042
2043         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2044         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2045         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2046         libc_hidden_weak.
2047         (waitpid): Define as alias of __waitpid.
2048         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2049         __waitpid.
2050         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2051         libc_hidden_weak.
2052         (waitpid): Define as alias of __waitpid.
2053         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2054         __libc_waitpid alias.
2055         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2056         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2057         Likewise.
2058         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2059         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2060         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2061         alias.
2062         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2063         __waitpid.
2064         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2065         libc_hidden_weak.
2066         (waitpid): Define as alias of __waitpid.
2067
2068 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2069
2070         * manual/llio.texi: Add comment that write safety has been
2071         fixed in Linux.
2072
2073         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2074         (localplt-build-dso): Add elf/ld.so.
2075         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2076         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2077         and free for ld.so.
2078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2079         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2081         Likewise.
2082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2083         Likewise.
2084         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2085         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2086         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2087         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2088         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2089         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2090         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2091         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2092         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2093         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2094         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2095
2096 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2097
2098         [BZ #14132]
2099         * include/libc-symbols.h (INTUSE): Remove macro.
2100         (INTDEF): Likewise.
2101         (INTVARDEF): Likewise.
2102         (_INTVARDEF): Likewise.
2103         (INTDEF2): Likewise.
2104         (INTVARDEF2): Likewise.
2105         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2106         rtld_hidden_def instead of INTVARDEF.
2107         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2108         (_dl_starting_up_internal): Remove declaration.
2109         (_dl_starting_up): Use rtld_hidden_proto.
2110         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2111         declaration.
2112         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2113         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2114         _dl_starting_up.
2115         * elf/dl-writev.h (_dl_writev): Likewise.
2116         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2117         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2118         _dl_starting_up_internal.
2119
2120 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2121
2122         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2123         test-skeleton.c.
2124
2125 2014-11-05  Will Newton  <will.newton@linaro.org>
2126
2127         * benchtests/Makefile: (bench-malloc): Add malloc thread
2128         scalability benchmark.
2129         * benchtests/bench-malloc-threads.c: New file.
2130
2131 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2132
2133         * sysdeps/aarch64/strchrnul.S: New file.
2134
2135 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2136
2137         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2138         definition.
2139         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2140         Likwise.
2141         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2142         Likewise.
2143         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2144         Likewise.
2145         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2146         Likewise.
2147         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2148         Likewise.
2149
2150 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2151
2152         * catgets/test-gencat.c: Use test-skeleton.c.
2153         * catgets/tst-catgets.c: Likewise.
2154         * csu/tst-empty.c: Likewise.
2155         * elf/tst-audit2.c: Likewise.
2156         * elf/tst-global1.c: Likewise.
2157         * elf/tst-pathopt.c: Likewise.
2158         * elf/tst-piemod1.c: Likewise.
2159         * elf/tst-tls10.c: Likewise.
2160         * elf/tst-tls11.c: Likewise.
2161         * elf/tst-tls12.c: Likewise.
2162         * gnulib/tst-gcc.c: Likewise.
2163         * iconvdata/tst-e2big.c: Likewise.
2164         * iconvdata/tst-loading.c: Likewise.
2165         * iconv/tst-iconv1.c: Likewise.
2166         * iconv/tst-iconv2.c: Likewise.
2167         * inet/test-inet6_opt.c: Likewise.
2168         * inet/tst-gethnm.c: Likewise.
2169         * inet/tst-network.c: Likewise.
2170         * inet/tst-ntoa.c: Likewise.
2171         * intl/tst-codeset.c: Likewise.
2172         * intl/tst-gettext2.c: Likewise.
2173         * intl/tst-gettext3.c: Likewise.
2174         * intl/tst-ngettext.c: Likewise.
2175         * intl/tst-translit.c: Likewise.
2176         * io/test-stat.c: Likewise.
2177         * libio/test-fmemopen.c: Likewise.
2178         * libio/tst-freopen.c: Likewise.
2179         * libio/tst-sscanf.c: Likewise.
2180         * libio/tst-ungetwc1.c: Likewise.
2181         * libio/tst-ungetwc2.c: Likewise.
2182         * libio/tst-widetext.c: Likewise.
2183         * localedata/tst-ctype.c: Likewise.
2184         * localedata/tst-digits.c: Likewise.
2185         * localedata/tst-leaks.c: Likewise.
2186         * localedata/tst-mbswcs1.c: Likewise.
2187         * localedata/tst-mbswcs2.c: Likewise.
2188         * localedata/tst-mbswcs3.c: Likewise.
2189         * localedata/tst-mbswcs4.c: Likewise.
2190         * localedata/tst-mbswcs5.c: Likewise.
2191         * localedata/tst-setlocale.c: Likewise.
2192         * localedata/tst-trans.c: Likewise.
2193         * localedata/tst-wctype.c: Likewise.
2194         * localedata/tst-xlocale1.c: Likewise.
2195         * login/tst-grantpt.c: Likewise.
2196         * malloc/tst-calloc.c: Likewise.
2197         * malloc/tst-malloc.c: Likewise.
2198         * malloc/tst-mallocstate.c: Likewise.
2199         * malloc/tst-mcheck.c: Likewise.
2200         * malloc/tst-mtrace.c: Likewise.
2201         * malloc/tst-obstack.c: Likewise.
2202         * math/atest-exp2.c: Likewise.
2203         * math/atest-exp.c: Likewise.
2204         * math/atest-sincos.c: Likewise.
2205         * math/test-matherr.c: Likewise.
2206         * math/test-misc.c: Likewise.
2207         * math/test-powl.c: Likewise.
2208         * math/tst-definitions.c: Likewise.
2209         * misc/tst-dirname.c: Likewise.
2210         * misc/tst-efgcvt.c: Likewise.
2211         * misc/tst-fdset.c: Likewise.
2212         * misc/tst-hsearch.c: Likewise.
2213         * misc/tst-mntent2.c: Likewise.
2214         * nptl/tst-sem7.c: Likewise.
2215         * nptl/tst-sem8.c: Likewise.
2216         * nptl/tst-sem9.c: Likewise.
2217         * nss/test-netdb.c: Likewise.
2218         * posix/tst-fnmatch.c: Likewise.
2219         * posix/tst-getlogin.c: Likewise.
2220         * posix/tst-gnuglob.c: Likewise.
2221         * posix/tst-mmap.c: Likewise.
2222         * pwd/tst-getpw.c: Likewise.
2223         * resolv/tst-inet_ntop.c: Likewise.
2224         * rt/tst-timer.c: Likewise.
2225         * stdio-common/test-fseek.c: Likewise.
2226         * stdio-common/test-popen.c: Likewise.
2227         * stdio-common/test-vfprintf.c: Likewise.
2228         * stdio-common/tst-cookie.c: Likewise.
2229         * stdio-common/tst-fileno.c: Likewise.
2230         * stdio-common/tst-gets.c: Likewise.
2231         * stdio-common/tst-obprintf.c: Likewise.
2232         * stdio-common/tst-perror.c: Likewise.
2233         * stdio-common/tst-sprintf2.c: Likewise.
2234         * stdio-common/tst-sprintf3.c: Likewise.
2235         * stdio-common/tst-sprintf.c: Likewise.
2236         * stdio-common/tst-swprintf.c: Likewise.
2237         * stdio-common/tst-tmpnam.c: Likewise.
2238         * stdio-common/tst-unbputc.c: Likewise.
2239         * stdio-common/tst-wc-printf.c: Likewise.
2240         * stdlib/tst-environ.c: Likewise.
2241         * stdlib/tst-fmtmsg.c: Likewise.
2242         * stdlib/tst-limits.c: Likewise.
2243         * stdlib/tst-rand48-2.c: Likewise.
2244         * stdlib/tst-rand48.c: Likewise.
2245         * stdlib/tst-random2.c: Likewise.
2246         * stdlib/tst-random.c: Likewise.
2247         * stdlib/tst-strtol.c: Likewise.
2248         * stdlib/tst-strtoll.c: Likewise.
2249         * stdlib/tst-tls-atexit.c: Likewise.
2250         * stdlib/tst-xpg-basename.c: Likewise.
2251         * string/test-ffs.c: Likewise.
2252         * string/tst-bswap.c: Likewise.
2253         * string/tst-inlcall.c: Likewise.
2254         * string/tst-strtok.c: Likewise.
2255         * string/tst-strxfrm.c: Likewise.
2256         * sysdeps/x86_64/tst-audit10.c: Likewise.
2257         * sysdeps/x86_64/tst-audit3.c: Likewise.
2258         * sysdeps/x86_64/tst-audit4.c: Likewise.
2259         * sysdeps/x86_64/tst-audit5.c: Likewise.
2260         * time/tst-ftime_l.c: Likewise.
2261         * time/tst-getdate.c: Likewise.
2262         * time/tst-mktime3.c: Likewise.
2263         * time/tst-mktime.c: Likewise.
2264         * time/tst-posixtz.c: Likewise.
2265         * time/tst-strptime2.c: Likewise.
2266         * time/tst-strptime3.c: Likewise.
2267         * wcsmbs/tst-btowc.c: Likewise.
2268         * wcsmbs/tst-mbrtowc.c: Likewise.
2269         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2270         * wcsmbs/tst-wchar-h.c: Likewise.
2271         * wcsmbs/tst-wcpncpy.c: Likewise.
2272         * wcsmbs/tst-wcrtomb.c: Likewise.
2273         * wcsmbs/tst-wcsnlen.c: Likewise.
2274         * wcsmbs/tst-wcstof.c: Likewise.
2275
2276 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2277
2278         [BZ #14132]
2279         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2280         INTDEF.
2281         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2282         declaration.
2283         (_dl_mcount): Use rtld_hidden_proto.
2284         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2285         _dl_mcount.
2286         * elf/rtld.c (_rtld_global_ro): Likewise.
2287
2288         [BZ #14132]
2289         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2290         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2291         of _dl_init_internal.
2292         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2293         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2294         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2295         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2296         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2297         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2298         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2299         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2300         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2301         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2302         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2303         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2304         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2305         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2306         * sysdeps/tile/dl-start.S (_start): Likewise.
2307         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2308         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2309
2310         [BZ #14132]
2311         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2312         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2313         (rtld_progname): Make macro definition unconditional.
2314         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2315         INTDEF.
2316         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2317         (dl_main): Likewise.
2318         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2319         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2320         instead of _dl_argv_internal.
2321         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2322         __GI__dl_argv instead of INTUSE(_dl_argv).
2323         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2324         __GI__dl_argv instead of _dl_argv_internal.
2325
2326         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2327         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2328         macro.
2329         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2330         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2331         New macro.
2332         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2333         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2334         macro.
2335         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2336         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2337
2338 2014-11-04  Andreas Schwab  <schwab@suse.de>
2339
2340         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2341
2342 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2343
2344         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2345         mtvsrd instruction in binary form.
2346
2347 2014-11-03  Andreas Schwab  <schwab@suse.de>
2348
2349         [BZ #17522]
2350         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2351         for less than MB_LEN_MAX use a local buffer of that size.
2352         * libio/tst-fputws.c: New file.
2353         * libio/Makefile (tests): Add tst-fputws.
2354
2355 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2356
2357         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2358         the size of the fpu_fr.fpu_dregs[] array.
2359
2360 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2361
2362         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2363         (__nanosleep): Do not define as alias.
2364         (nanosleep): Define as alias of __nanosleep.
2365         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2366         __libc_nanosleep name.
2367
2368 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2369
2370         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2371         install.texi in comment.
2372
2373 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2374
2375         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2376         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2377         ... add here and use lwsync or sync ...
2378         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2379         ... and add here using lwsync.
2380
2381 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2382
2383         * elf/dl-machine-reject-phdr.h: New file.
2384         * elf/dl-load.c: #include that.
2385         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2386         if that returned true.
2387
2388 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2389
2390         [BZ #17496]
2391         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2392         gen-as-const-headers chunk.  Add a big scare comment after the last
2393         safe place to touch before-compile.
2394
2395 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2396
2397         * manual/install.texi (Tools for Compilation): Update autoconf
2398         version requirements.
2399         * INSTALL: Regenerated.
2400
2401         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2402         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2403         (__libc_pselect): Likewise.
2404
2405         [BZ #14138]
2406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2410
2411 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2412
2413         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2414         correct barrier instruction.
2415         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2416         Likewise.
2417         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2418         Likewise.
2419
2420 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2421
2422         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2423         after defining inlines.  Instead, just use parens to defeat macro
2424         expansion of __isctype in its declaration.
2425
2426 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2427
2428         * include/sys/uio.h (__libc_readv): Remove declaration.
2429         (__libc_writev): Likewise.
2430         * misc/readv.c (__libc_readv): Rename to __readv.
2431         (__readv): Do not define as alias.
2432         (readv): Define as alias of __readv.
2433         * misc/writev.c (__libc_writev): Rename to __writev.
2434         (__writev): Do not define as alias.
2435         (writev): Define as alias of __writev.
2436         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2437         (__readv): Do not define as alias.
2438         (readv): Define unconditionally as alias of __readv.
2439         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2440         (__writev): Do not define as alias.
2441         (writev): Define unconditionally as alias of __writev.
2442         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2443         name.
2444         (writev): Do not define __libc_writev name.
2445
2446 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2447
2448         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2449         (convert_charseq): New function, broken out of ...
2450         (use_from_charmap): ... here.  Call it.
2451         (use_to_charmap): Use convert_charseq and free instead of duplicating
2452         its code with a variable-length stack struct.
2453
2454 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2455
2456         * include/fcntl.h (__libc_creat): Remove declaration.
2457         * io/creat.c (__libc_creat): Rename to creat.
2458         (creat): Do not define as alias.
2459         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2460         of creat instead of __libc_creat.
2461         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2462         to creat.
2463         (creat): Do not define as alias.
2464         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2465         __libc_creat.
2466         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2467         __libc_creat name.
2468         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2469         Likewise.
2470
2471 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2472
2473         * manual/llio.texi: Add comments discussing why write() may be
2474         considered MT-unsafe on Linux.
2475
2476 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2477
2478         * dl-load.c (local_strdup): Remove.
2479         (expand_dynamic_string_token): Use __strdup.
2480         (decompose_rpath): Likewise.
2481         (_dl_map_object): Likewise.
2482
2483 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2484
2485         [BZ #14132]
2486         * sysdeps/generic/unwind-dw2-fde.c
2487         (__register_frame_info_bases_internal): Do not declare.
2488         (__register_frame_info_table_bases_internal): Likewise.
2489         (__deregister_frame_info_bases_internal): Likewise.
2490         (__register_frame_info_bases): Declare and use hidden_proto before
2491         definition.  Use hidden_def instead of INTDEF.
2492         (__register_frame_info_table_bases): Likewise.
2493         (__deregister_frame_info_bases): Likewise.
2494         (__register_frame_info): Do not use INTUSE.
2495         (__register_frame): Likewise.
2496         (__register_frame_info_table): Likewise.
2497         (__register_frame_table): Likewise.
2498         (__deregister_frame_info): Likewise.
2499         (__deregister_frame): Likewise.
2500
2501 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2502
2503         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2504         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2505         not undefine.
2506         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2507         Likewise.
2508         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2509         Likewise.
2510
2511 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2512
2513         [BZ #14138]
2514         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2515         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2516         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2517         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2518         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2519         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2520         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2521         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2522         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2523         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2524         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2525         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2526         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2527         syscall.
2528         (setfsuid): Likewise.
2529         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2530         (setfsuid): Likewise.
2531         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2532         (setfsuid): Likewise.
2533         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2534         Likewise.
2535         (setfsuid): Likewise.
2536         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2537         (setfsuid): Likewise.
2538         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2539         Likewise.
2540         (setfsuid): Likewise.
2541
2542 2014-10-27  Andreas Schwab  <schwab@suse.de>
2543
2544         [BZ #17501]
2545         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2546         check for Slow_SSE4_2 feature bit.
2547         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2548         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2549         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2550         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2551
2552 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2553
2554         * configure.ac: Validate compiler version with a empirical test of
2555         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2556         $CC -v output.
2557         * configure: Regenerated.
2558
2559         * inet/htons.c (htons): Prototypify.
2560         * inet/htonl.c (htonl): Likewise.
2561
2562 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2563
2564         * string/strncat.c (strncat): Improve performance by using strlen.
2565
2566 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2567
2568         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2569
2570 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2571
2572         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2573         Call libc_fetestexcept_aarch64.
2574
2575 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2576
2577         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2578         Call libc_feholdexcept_aarch64.
2579
2580 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2581
2582         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2583         Call get_rounding_mode.
2584
2585 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2586
2587         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2588         Simplify logic.
2589
2590 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2591
2592         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2593         Simplify logic.
2594
2595 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2596
2597         [BZ #14138]
2598         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2599         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2600         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2601         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2602         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2603         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2604         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2605         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2606         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2607         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2608         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2609         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2610         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2611         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2612         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2613         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2614         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2615         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2616         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2617         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2618         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2619         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2620         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2621         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2622         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2623         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2624         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2625         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2626         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2627         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2628         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2629         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2630         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2631         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2632         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2633         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2634         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2635         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2636         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2637         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2638         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2639         syscall.
2640         (geteuid): Likewise.
2641         (getgid): Likewise.
2642         (getuid): Likewise.
2643         (getresgid): Likewise.
2644         (getresuid): Likewise.
2645         (getgroups): Likewise.
2646         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2647         (geteuid): Likewise.
2648         (getgid): Likewise.
2649         (getuid): Likewise.
2650         (getresgid): Likewise.
2651         (getresuid): Likewise.
2652         (getgroups): Likewise.
2653         * sysdeps/unix/sysv/linux/m68k/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/s390/s390-32/syscalls.list (getegid):
2661         Likewise.
2662         (geteuid): Likewise.
2663         (getgid): Likewise.
2664         (getuid): Likewise.
2665         (getresgid): Likewise.
2666         (getresuid): Likewise.
2667         (getgroups): Likewise.
2668         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2669         (geteuid): Likewise.
2670         (getgid): Likewise.
2671         (getuid): Likewise.
2672         (getresgid): Likewise.
2673         (getresuid): Likewise.
2674         (getgroups): Likewise.
2675         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2676         Likewise.
2677         (geteuid): Likewise.
2678         (getgid): Likewise.
2679         (getuid): Likewise.
2680         (getgroups): Likewise.
2681
2682         [BZ #14138]
2683         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2684         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2685         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2686         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2687         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2688         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2689         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2690         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2691         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2692         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2693         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2694         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2695         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2696         __chown.
2697         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2698         (lchown): Likewise.
2699         (fchown): Likewise.
2700         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2701         Likewise.
2702         (lchown): Likewise.
2703         (fchown): Likewise.
2704         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2705         (lchown): Likewise.
2706         (fchown): Likewise.
2707         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2708         Likewise.
2709         (lchown): Likewise.
2710         (fchown): Likewise.
2711
2712 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2713
2714         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2715         Simplify logic.
2716
2717 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2718
2719         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2720         Cleanup logic.
2721
2722 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2723
2724         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2725         Remove unused include.
2726
2727 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2728
2729         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2730         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2731         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2732         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2733
2734 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
2735             Helge Deller <deller@gmx.de>
2736
2737         [BZ #17508]
2738         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2739         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2740         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2741
2742 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
2743
2744         [BZ #14132]
2745         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2746         Remove macro definition.
2747         (__ashrdi3_v_glibc20): Likewise.
2748         (__lshrdi3_v_glibc20): Likewise.
2749         (__cmpdi2_v_glibc20): Likewise.
2750         (__ucmpdi2_v_glibc20): Likewise.
2751         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2752         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2753         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2754         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2755         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2756         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2757
2758 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2759
2760         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2761         old GNU extension [0] syntax.
2762         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2763         alloca rather than an array member with variable length.
2764         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2765         * nscd/nscd.c (invalidate_db): New function, broken out of ...
2766         (parse_opt): ... here.  Likewise use alloca there.
2767         Validate the -i argument before checking for rootness.
2768         (send_shutdown): New function, broken out of ...
2769         (parse_opt): ... here.
2770
2771 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2772
2773         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2774         macro to get at the _rt_local_ro field.
2775         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2776         ([PIC] case) or _dl_hwcap ([!PIC] case).
2777         * sysdeps/arm/setjmp.S: Likewise.
2778
2779         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2780         * sysdeps/arm/configure.ac: New check to define it.
2781         * sysdeps/arm/configure: Regenerated.
2782         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2783         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2784         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2785         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2786         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2787         Use move/movt pair instead of a load.
2788         (LDST_GLOBAL): Macro removed.
2789         (LDR_GLOBAL): New macro replaces it.
2790         (LDR_HIDDEN): New macro.
2791         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2792         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2793
2794         * setjmp/tst-setjmp-static.c: New file.
2795         * setjmp/Makefile (tests): Add it.
2796         (tests-static): New variable.
2797
2798 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
2799
2800         [BZ #17485]
2801         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2802
2803 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
2804
2805         [BZ #14132]
2806         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2807
2808 2014-10-21  Roland McGrath  <roland@hack.frob.com>
2809
2810         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2811
2812 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2813
2814         * io/fts.c (dirent_not_directory): New function.
2815         (fts_build): Call it.
2816
2817 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2818
2819         * nptl/version.c (__nptl_main): Use normal __write rather than
2820         INTERNAL_SYSCALL.
2821         (banner): Update copyright years.
2822
2823         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2824         gettimeofday.
2825         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2826         * nptl/pthread_cond_timedwait.c: Likewise.
2827         * nptl/pthread_mutex_timedlock.c: Likewise.
2828         * nptl/sem_timedwait.c: Likewise.
2829
2830         * sysdeps/nptl/bits/libc-lock.h
2831         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2832         (__libc_lock_init_recursive): Return void, not 0.
2833         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2834         (__libc_rwlock_init): Likewise.
2835         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2836
2837 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2838
2839         [BZ #15215]
2840         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2841         (__pthread_once_slow): ... here.
2842         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2843         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2844
2845 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2846
2847         [BZ #15215]
2848         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2849         __PTHREAD_ONCE_FORK_GEN_INCR): New.
2850         * sysdeps/nptl/fork.c (__libc_fork): Use them.
2851         * nptl/pthread_once.c (__pthread_once): Likewise.
2852         Update comments.
2853
2854 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
2855
2856         [BZ #14138]
2857         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2858         name.
2859         (writev): Use __libc_writev as strong name.
2860         * sysdeps/unix/sysv/linux/readv.c: Remove file.
2861         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2862
2863 2014-10-17  Roland McGrath  <roland@hack.frob.com>
2864
2865         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2866
2867         * sysdeps/i386/nptl/tls.h
2868         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2869         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2870         New macros.
2871         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2872         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2873         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2874         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2875         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2876         Call CHECK_THREAD_SYSINFO instead of doing an assert.
2877
2878         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2879         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2880         on [__NR_futex].
2881         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2882         broken out of ...
2883         (__pthread_mutex_init): ... here.  Call it.
2884         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2885         Conditionalize PI cases on [__NR_futex].
2886         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2887         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2888         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2889
2890         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
2891         conditional on [SIGSETXID].
2892         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
2893         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
2894         is defined.  Likewise for SIGSETXID.
2895         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
2896         Conditionalize definitions on [SIGSETXID].
2897         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
2898         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
2899         unblocking on [SIGCANCEL].
2900
2901         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
2902         [__NR_set_robust_list].
2903
2904 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2905
2906         * string/strcoll_l.c (get_next_seq): Fix up formatting.
2907         (do_compare): Likewise.
2908
2909 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
2910
2911         [BZ #15884]
2912         * string/strcoll_l.c: Don't include stdio.h.
2913         (coll_seq): Remove members idxarr and rulearr.
2914         (get_next_seq_cached): Remove function.
2915         (get_next_seq): Likewise.
2916         (get_next_seq_nocache): Rename to get_next_seq.
2917         (do_compare): Remove function.
2918         (do_compare_nocache): Rename to do_compare.
2919         (STRCOLL): Remove weight and rules cache.
2920
2921 2014-10-16  Roland McGrath  <roland@hack.frob.com>
2922
2923         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
2924         * sysdeps/arm/sfp-machine.h: ... to here.
2925         * sysdeps/arm/Implies: Remove arm/soft-fp.
2926
2927 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
2928
2929         * conform/data/sys/utsname.h-data (*_t): Allow.
2930         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
2931         [POSIX] (WEXITED): Do not expect constant.
2932         [POSIX] (WSTOPPED): Likewise.
2933         [POSIX] (WNOHANG): Likewise.
2934         [POSIX] (WNOWAIT): Likewise.
2935         [POSIX] (siginfo_t): Do not expect type or elements.
2936         [POSIX] (pid_t): Do not expect type.
2937         [POSIX] (signal.h): Do not allow header.
2938         [POSIX] (sys/resource.h): Likewise.
2939         [POSIX] (si_*): Do not allow pattern.
2940         [POSIX] (W*): Likewise.
2941         [POSIX] (P_*): Likewise.
2942         [POSIX] (BUS_*): Likewise.
2943         [POSIX] (CLD_*): Likewise.
2944         [POSIX] (FPE_*): Likewise.
2945         [POSIX] (ILL_*): Likewise.
2946         [POSIX] (POLL_*): Likewise.
2947         [POSIX] (SEGV_*): Likewise.
2948         [POSIX] (SI_*): Likewise.
2949         [POSIX] (TRAP_*): Likewise.
2950         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
2951         variable.
2952
2953 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2954
2955         [BZ #12926]
2956         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
2957         infinite loop when __recvmsg returns 0.
2958
2959 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
2960
2961         * CANCEL-FCT-WAIVE: Remove file.
2962         * CANCEL-FILE-WAIVE: Likewise.
2963
2964         [BZ #14132]
2965         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
2966         instead of INTVARDEF.
2967         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2968         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
2969         rtld_hidden_data_def instead of INTVARDEF.
2970         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2971         * elf/dl-deps.c (expand_dst): Likewise.
2972         * elf/dl-load.c (_dl_dst_count): Likewise.
2973         (_dl_dst_substitute): Likewise.
2974         (decompose_rpath): Likewise.
2975         (_dl_init_paths): Likewise.
2976         (open_path): Likewise.
2977         (_dl_map_object): Likewise.
2978         * elf/rtld.c (dl_main): Likewise.
2979         (process_dl_audit): Likewise.
2980         (process_envvars): Likewise.
2981         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
2982         Remove declaration.
2983         (__libc_enable_secure): Use rtld_hidden_proto.
2984
2985 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
2986
2987         * elf/dl-load.c
2988         (add_path): New function broken out of _dl_rtld_di_serinfo.
2989         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
2990
2991 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
2992
2993         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
2994         parentheses around macro arguments.
2995         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
2996         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
2997         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
2998         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
2999         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3000         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3001         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3002         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3003         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3004         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3005         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3006         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3007         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3008         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3009         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3010         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3011         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3012         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3013         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3014         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3015         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3016         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3017         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3018         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3019         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3020         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3021         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3022         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3023         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3024         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3025         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3026         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3027         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3028         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3029         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3030         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3031         Likewise.
3032         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3033         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3034         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3035         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3036         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3037         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3038         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3039         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3040         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3041         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3042         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3043         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3044         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3045         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3046         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3047         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3048         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3049         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3050         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3051         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3052         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3053         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3054         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3055         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3056         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3057         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3058         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3059         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3060         (_FP_FRAC_SRS_1): Likewise.
3061         (_FP_FRAC_CLZ_1): Likewise.
3062         (_FP_MUL_MEAT_1_imm): Likewise.
3063         (_FP_MUL_MEAT_1_wide): Likewise.
3064         (_FP_MUL_MEAT_1_hard): Likewise.
3065         (_FP_SQRT_MEAT_1): Likewise.
3066         (_FP_FRAC_ASSEMBLE_1): Likewise.
3067         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3068         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3069         (__FP_CLZ_2): Likewise.
3070         (_FP_MUL_MEAT_2_wide): Likewise.
3071         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3072         (_FP_MUL_MEAT_2_gmp): Likewise.
3073         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3074         (_FP_SQRT_MEAT_2): Likewise.
3075         (_FP_FRAC_ASSEMBLE_2): Likewise.
3076         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3077         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3078         (_FP_FRAC_CLZ_4): Likewise.
3079         (_FP_MUL_MEAT_4_wide): Likewise.
3080         (_FP_MUL_MEAT_4_gmp): Likewise.
3081         (_FP_SQRT_MEAT_4): Likewise.
3082         (_FP_FRAC_ASSEMBLE_4): Likewise.
3083         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3084         * soft-fp/op-common.h (_FP_CMP): Likewise.
3085         (_FP_CMP_EQ): Likewise.
3086         (_FP_CMP_UNORD): Likewise.
3087         (_FP_TO_INT): Likewise.
3088         (_FP_FROM_INT): Likewise.
3089         [!__FP_CLZ] (__FP_CLZ): Likewise.
3090         (_FP_DIV_HELP_imm): Likewise.
3091         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3092         Likewise.
3093         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3094         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3095         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3096         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3097         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3098         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3099         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3100         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3101         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3102         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3103         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3104         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3105         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3106         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3107         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3108         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3109         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3110         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3111         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3112         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3113         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3114         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3115         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3116         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3117         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3118         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3119         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3120         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3121         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3122         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3123         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3124         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3125         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3126         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3127         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3128         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3129         (FP_UNPACK_RAW_SP): Likewise.
3130         (FP_PACK_RAW_S): Likewise.
3131         (FP_PACK_RAW_SP): Likewise.
3132         (FP_UNPACK_S): Likewise.
3133         (FP_UNPACK_SP): Likewise.
3134         (FP_UNPACK_SEMIRAW_S): Likewise.
3135         (FP_UNPACK_SEMIRAW_SP): Likewise.
3136         (FP_PACK_S): Likewise.
3137         (FP_PACK_SP): Likewise.
3138         (FP_PACK_SEMIRAW_S): Likewise.
3139         (FP_PACK_SEMIRAW_SP): Likewise.
3140         (_FP_SQRT_MEAT_S): Likewise.
3141         (FP_CMP_S): Likewise.
3142         (FP_CMP_EQ_S): Likewise.
3143         (FP_CMP_UNORD_S): Likewise.
3144         (FP_TO_INT_S): Likewise.
3145         (FP_FROM_INT_S): Likewise.
3146
3147         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3148
3149         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3150         (FP_EX_INVALID_IMZ): Likewise.
3151         (FP_EX_INVALID_IMZ_FMA): Likewise.
3152         (FP_EX_INVALID_ISI): Likewise.
3153         (FP_EX_INVALID_ZDZ): Likewise.
3154         (FP_EX_INVALID_IDI): Likewise.
3155         (FP_EX_INVALID_SQRT): Likewise.
3156         (FP_EX_INVALID_CVI): Likewise.
3157         (FP_EX_INVALID_VC): Likewise.
3158         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3159         "invalid" exceptions.
3160         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3161         (_FP_ADD_INTERNAL): Likewise.
3162         (_FP_MUL): Likewise.
3163         (_FP_FMA): Likewise.
3164         (_FP_DIV): Likewise.
3165         (_FP_CMP_CHECK_NAN): Likewise.
3166         (_FP_SQRT): Likewise.
3167         (_FP_TO_INT): Likewise.
3168         (FP_EXTEND): Likewise.
3169
3170 2014-10-09  Allan McRae  <allan@archlinux.org>
3171
3172         * po/fr.po: Update French translation from translation project.
3173
3174 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3175
3176         [BZ #14132]
3177         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3178         of INTDEF.
3179         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3180         (__cxa_atexit): Use libc_hidden_proto.
3181         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3182
3183         [BZ #14132]
3184         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3185         declaration.
3186         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3187         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3188         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3189         [!_ISOMAC] (__iswctype_internal): Likewise.
3190         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3191         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3192         alias.
3193         (fcntl): Remove __fcntl_internal alias.
3194         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3195         __connect_internal alias.
3196         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3197         Likewise.
3198
3199         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3200         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3201         FP_DENORM_ZERO.
3202         (_FP_CHECK_FLUSH_ZERO): New macro.
3203         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3204         (_FP_CMP): Likewise.
3205         (_FP_CMP_EQ): Likewise.
3206         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3207         FP_DENORM_ZERO.
3208         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3209         (FP_TRUNC): Likewise.
3210
3211         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3212         treated as invalid conversion, not as normal exponent.
3213
3214         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3215         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3216         (_FP_CMP_EQ): Likewise.
3217         (_FP_CMP_UNORD): Likewise.
3218         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3219         (FP_CMP_EQ_D): Likewise.
3220         (FP_CMP_UNORD_D): Likewise.
3221         * soft-fp/extended.h (FP_CMP_E): Likewise.
3222         (FP_CMP_EQ_E): Likewise.
3223         (FP_CMP_UNORD_E): Likewise.
3224         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3225         (FP_CMP_EQ_Q): Likewise.
3226         (FP_CMP_UNORD_Q): Likewise.
3227         * soft-fp/single.h (FP_CMP_S): Likewise.
3228         (FP_CMP_EQ_S): Likewise.
3229         (FP_CMP_UNORD_S): Likewise.
3230         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3231         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3232         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3233         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3234         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3235         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3236         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3237         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3238         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3239         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3240         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3241         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3242         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3243         to FP_CMP_Q.
3244         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3245         FP_CMP_Q.
3246         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3247         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3248         FP_CMP_EQ_Q.
3249         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3250         FP_CMP_Q.
3251         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3252         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3253         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3254         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3255         FP_CMP_EQ_Q.
3256         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3257         FP_CMP_Q.
3258         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3259         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3260         FP_CMP_EQ_Q.
3261         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3262         FP_CMP_Q.
3263         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3264         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3265         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3266         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3267         FP_CMP_EQ_Q.
3268
3269         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3270         a subnormal result, set the underflow exception if trapping on
3271         underflow is enabled.
3272         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3273         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3274         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3275         redefine to 0.
3276         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3277         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3278         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3279         * soft-fp/extendxftf2.c (__extendxftf2): Use
3280         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3281
3282         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3283         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3284         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3285         FP_HANDLE_EXCEPTIONS.
3286         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3287         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3288         FP_HANDLE_EXCEPTIONS.
3289         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3290         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3291         FP_HANDLE_EXCEPTIONS.
3292         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3293         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3294         FP_HANDLE_EXCEPTIONS.
3295
3296 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3297
3298         [BZ #14132]
3299         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3300         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3301         use INTUSE.
3302         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3303         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3304         Remove alias.
3305         (__adjtimex): Define using libc_hidden_ver.
3306         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3307         Remove declaration.
3308         (ntp_gettime): Call __adjtimex directly.
3309         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3310         Remove declaration.
3311         (ntp_gettimex): Call __adjtimex directly.
3312         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3313         __adjtimex_internal alias.
3314
3315 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3316
3317         [BZ #17460]
3318         * nscd/nscd.c (more_help): Rewrite list of tables collection
3319         using xstrdup and asprintf.
3320
3321         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3322
3323 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3324             Roland McGrath  <roland@hack.frob.com>
3325
3326         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3327         (do_lookup_unique): ... local function 'enter' here; update callers.
3328
3329 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3330
3331         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3332         compat_symbol calls on [SHARED].
3333         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3334         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3335         Remove.
3336         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3337         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3338         (oldsetrlimit): Remove.
3339         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3341         (lchown): New syscall entry.
3342         (oldsetrlimit): Remove.
3343         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3344         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3345         (oldsetrlimit): Remove.
3346         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3347
3348         [BZ #14138]
3349         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3350         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3351         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3352         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3353         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3354         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3355         (fchown): Likewise.
3356         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3357         (fchown): Likewise.
3358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3359         Likewise.
3360
3361 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3362
3363         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3364         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3365         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3366         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3367         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3368         Likewise.
3369         (__old_sem_post): Likewise.
3370
3371 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3372
3373         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3374         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3375         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3376         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3377         Use INLINE_VSYSCALL macro.
3378         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3379         __vdso_clock_gettime.
3380         * sysdeps/unix/sysv/linux/tile/init-first.c
3381         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3382         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3383         __vdso_clock_gettime.
3384
3385         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3386         to set up frame more cleanly.
3387
3388         * sysdeps/tile/memcmp.c: New file.
3389
3390         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3391
3392         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3393         * sysdeps/tile/tilegx/strcasestr.c: New file.
3394         * sysdeps/tile/tilegx/strnlen.c: New file.
3395         * sysdeps/tile/tilegx/strstr.c: New file.
3396
3397         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3398
3399 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3400
3401         * nptl/tst-setuid3.c: Write errors to stdout.
3402
3403 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3404
3405         * elf/dl-deps.c
3406         (preload): New functions broken out of _dl_map_object_deps.
3407         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3408
3409 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3410
3411         [BZ #14138]
3412         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3413         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3414
3415 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3416
3417         * sysdeps/mips/strcmp.S: New.
3418
3419 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3420
3421         [BZ #14138]
3422         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3423         (linkat): Likewise.
3424         (mkdirat): Likewise.
3425         (readlinkat): Likewise.
3426         (renameat): Likewise.
3427         (symlinkat): Likewise.
3428         (unlinkat): Likewise.
3429         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3430         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3431         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3432         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3433         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3434         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3435         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3436
3437 2014-09-30  Will Newton  <will.newton@linaro.org>
3438
3439         * math/math.h: Define long double math functions if
3440         _LIBC_TEST is defined.
3441         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3442
3443         * localedata/Makefile: Move assignment to tests-special
3444         into an ifdef testing run-built-tests.
3445         * timezone/Makefile: Likewise.
3446
3447 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3448
3449         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3450         with $(BASH) not $(SHELL).
3451
3452 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3453             Matthew LeGendre  <legendre1@llnl.gov>
3454
3455         [BZ #17411]
3456         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3457         l_reloc_result.
3458
3459 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3460
3461         * stdio-common/printf_fp.c
3462         (hack_digit): New function, broken out of ...
3463         (__printf_fp): ... local function here.  Update call sites.
3464         hack_digit now takes an additional parameter that is a pointer
3465         to a struct of the referenced locals.  Those locals moved inside
3466         the struct and references updated.
3467
3468 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3469
3470         * aclocal.m4: Require autoconf 2.69.
3471         * configure: Regenerated.
3472         * sysdeps/aarch64/configure: Likewise.
3473         * sysdeps/alpha/configure: Likewise.
3474         * sysdeps/arm/armv7/configure: Likewise.
3475         * sysdeps/arm/configure: Likewise.
3476         * sysdeps/ia64/configure: Likewise.
3477         * sysdeps/mach/configure: Likewise.
3478         * sysdeps/mips/configure: Likewise.
3479         * sysdeps/s390/configure: Likewise.
3480         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3482
3483         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3484         file.
3485         * sysdeps/ia64/configure.ac: Likewise.
3486
3487 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3488
3489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3490         specify symbol version for ld.so.  Do not include entry for
3491         libpthread.
3492         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3493         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3494         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3495
3496         [BZ #14171]
3497         * Makeconfig [$(build-shared) = yes]
3498         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3499         makefiles.
3500         [$(build-shared) = yes && $(soversions.mk-done) = t]
3501         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3502         [$(build-shared) = yes && $(soversions.mk-done) = t]
3503         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3504         to Makerules.
3505         [$(build-shared) = yes && $(soversions.mk-done) = t]
3506         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3507         here.
3508         [$(build-shared) = yes && $(soversions.mk-done) = t]
3509         (common-generated): Don't append gnu/lib-names.h and
3510         gnu/lib-names.stmp here.
3511         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3512         (lib-names-h-abi): New variable.
3513         [$(build-shared) = yes && $(soversions.mk-done) = t]
3514         (lib-names-stmp-abi): Likewise.
3515         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3516         abi-variants] (before-compile): Append
3517         $(common-objpfx)$(lib-names-h-abi).
3518         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3519         abi-variants] (common-generated): Append gnu/lib-names.h.
3520         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3521         abi-variants] (install-others-nosubdir): Depend on
3522         $(inst_includedir)/$(lib-names-h-abi).
3523         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3524         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3525         [$(build-shared) = yes && $(soversions.mk-done) = t]
3526         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3527         [$(build-shared) = yes && $(soversions.mk-done) = t]
3528         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3529         [$(build-shared) = yes && $(soversions.mk-done) = t]
3530         (common-generated): Append $(lib-names-h-abi) and
3531         $(lib-names-stmp-abi).
3532         * scripts/lib-names.awk: Do not handle multi being set.
3533         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3534         Remove variable.
3535         (abi-lp64_be-ld-soname): Likewise.
3536         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3537         Likewise.
3538         (abi-hard-ld-soname): Likewise.
3539         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3540         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3541         Remove variable.
3542         (abi-o32_hard-ld-soname): Likewise.
3543         (abi-o32_soft_2008-ld-soname): Likewise.
3544         (abi-o32_hard_2008-ld-soname): Likewise.
3545         (abi-n32_soft-ld-soname): Likewise.
3546         (abi-n32_hard-ld-soname): Likewise.
3547         (abi-n32_soft_2008-ld-soname): Likewise.
3548         (abi-n32_hard_2008-ld-soname): Likewise.
3549         (abi-n64_soft-ld-soname): Likewise.
3550         (abi-n64_hard-ld-soname): Likewise.
3551         (abi-n64_soft_2008-ld-soname): Likewise.
3552         (abi-n64_hard_2008-ld-soname): Likewise.
3553         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3554         Likewise.
3555         (abi-64-v2-ld-soname): Likewise.
3556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3557         ld.so entries.
3558         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3559         variable.
3560         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3561         entry.
3562         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3563         variable.
3564         (abi-64-ld-soname): Likewise.
3565         (abi-x32-ld-soname): Likewise.
3566         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3567         entry.
3568         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3569
3570 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3571
3572         [BZ #14138]
3573         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3574         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3575         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3576         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3577         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3578         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3579         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3580         syscall entry for GLIBC_2.2 symbol version.
3581         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3582         Likewise.
3583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3584         (setrlimit): Likewise.
3585         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3586         Likewise.
3587
3588 2014-09-23  Will Newton  <will.newton@linaro.org>
3589
3590         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3591         _LINUX_ARM_SYSDEP_H include guard too.
3592         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3593         define.
3594
3595 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3596
3597         * sysdeps/unix/sysv/linux/eventfd.c:
3598         Make first argument unsigned.
3599         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3600         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3601
3602 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3603
3604         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3605         * socket/sys/socket.h: Likewise
3606         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3607
3608 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3609
3610         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3611
3612 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3613
3614         * time/tst-ftime.c: New test.
3615         * time/Makefile (tests): Add tst-ftime.
3616
3617 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3618
3619         * soft-fp/extended.h: Fix comment formatting.
3620         * soft-fp/op-1.h: Likewise.
3621         * soft-fp/op-2.h: Likewise.
3622         * soft-fp/op-4.h: Likewise.
3623         * soft-fp/op-8.h: Likewise.
3624         * soft-fp/op-common.h: Likewise.
3625         * soft-fp/soft-fp.h: Likewise.
3626
3627         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3628
3629 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3630
3631         [BZ #6652]
3632         * Makeconfig (soversions-default-setname): Remove variable.
3633         ($(common-objpfx)soversions.i): Don't pass default_setname to
3634         soversions.awk.
3635         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3636         oldest_abi to abi-versions.awk.
3637         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3638         * config.make.in (oldest-abi): Remove variable.
3639         * configure.ac (--enable-oldest-abi): Remove configure option.
3640         * configure: Regenerated.
3641         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3642         text.
3643         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3644         * scripts/soversions.awk: Do not handle default_setname variable.
3645         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3646         variable.
3647         * sysdeps/mach/hurd/configure: Regenerated.
3648         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3649         variable.
3650         * sysdeps/unix/sysv/linux/configure: Regenerated.
3651
3652 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3653
3654         * elf/Makefile (CFLAGS-interp.c): Remove.
3655         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3656         path string.
3657         * elf/interp.c: Include generated runtime-linker.h
3658
3659         * Makerules (lib%.so): Don't include $(+interp) in
3660         prerequisites.
3661         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3662         * dlfcn/eval.c: Remove file.
3663
3664         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3665         macros.
3666
3667         [BZ #17266]
3668         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3669         4.2 and newer.
3670
3671         [BZ #17370]
3672         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3673
3674 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3675             Jakub Jelinek  <jakub@redhat.com>
3676
3677         [BZ #17266]
3678         * libio/stdio.h: Check definition of __fortify_function
3679         instead of __extern_always_inline to include bits/stdio2.h.
3680         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3681         check if __extern_always_inline is defined.
3682         [__USE_MISC || __USE_XOPEN]: Likewise.
3683         [__USE_ISOC99] Likewise.
3684         * misc/sys/cdefs.h (__fortify_function): Define only if
3685         __extern_always_inline is defined.
3686         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3687         __extern_always_inline and __extern_inline only for g++-4.3
3688         and newer or a compatible gcc.
3689
3690 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3691
3692         [BZ #17371]
3693         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3694         last change to handle zero prefix length.
3695
3696 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3697
3698         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3699         _SC_REGEX_VERSION.
3700
3701         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3702         _POSIX_RAW_SOCKETS.
3703
3704 2014-09-13  Allan McRae  <allan@archlinux.org>
3705
3706         * po/ru.po: Update Russian translation from translation project.
3707
3708 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3709
3710         * locale/programs/locale.c (show_locale_vars): Inline local function
3711         into its sole call site.  Clean up some style nits.
3712         (print_item): New function, broken out of ...
3713         (show_info): ... local function here.  Clean up style nits.
3714
3715         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3716         out of ...
3717         (set_class_defaults): ... local function set_default here.
3718         Define set_default as a macro locally to pass constant parameters.
3719         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3720         rather than a shared local.
3721
3722         * stdlib/rpmatch.c (try): New function, broken out of ...
3723         (rpmatch): ... local function here.  Also, prototypify definition.
3724
3725 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3726
3727         * scripts/soversions.awk: Do not handle configuration names.
3728         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3729         vendor and os variables to soversions.awk.
3730         * configure.ac: Do not modify gnu-* host_os.
3731         * configure: Regenerated
3732         * shlib-versions: Remove first column with configuration names.
3733         * nptl/shlib-versions: Likewise.
3734         * nptl_db/shlib-versions: Likewise.
3735         * sysdeps/hppa/shlib-versions: Likewise.
3736         * sysdeps/m68k/shlib-versions: Likewise.
3737         * sysdeps/mach/hurd/shlib-versions: Likewise.
3738         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3739         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3740         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3741         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3742         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3743         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3744         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3745         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3747         Likewise.
3748         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3749         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3750         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3751         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3752         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3753         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3754         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3755         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3756
3757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3758         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3760         Regenerated.
3761         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3763         Condition symbol version definitions on [HAVE_ELFV2_ABI].
3764
3765         * shlib-versions: Remove OS-specific entries.  Moved to files in
3766         sysdeps.
3767         * sysdeps/mach/hurd/shlib-versions: New file.
3768         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3769
3770         * nptl/shlib-versions: Remove architecture-specific entries.
3771         Moved to files in sysdeps.
3772         * shlib-versions: Likewise.
3773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3774         file.
3775         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3776         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3777         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3778         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3779
3780         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3781         (UDP_NO_CHECK6_RX): Likewise.
3782
3783 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3784
3785         * sysdeps/posix/sysconf.c (__sysconf): Spell
3786         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3787
3788 2014-08-12  Florian Weimer  <fweimer@redhat.com>
3789
3790         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3791         loading.
3792         * iconv/Versions (__gconv_transliterate): Export for use from
3793         gconv modules.
3794         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3795         (struct __gconv_trans_data, __gconv_trans_fct,
3796         __gconv_trans_context_fct, __gconv_trans_query_fct,
3797         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3798         definitions.
3799         (struct __gconv_step_data): Remove __trans member.
3800         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
3801         longer hidden.  Remove unused trans_data argument.
3802         * iconv/gconv_int.h (struct trans_struct): Remove definition.
3803         (__gconv_translit_find): Remove declaration.
3804         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
3805         prototype.
3806         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3807         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3808         trans_data argument.  Add hidden definition.
3809         (__gconv_translit_find): Remove.
3810         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3811         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3812         * iconv/skeleton.c: Remove transliteration initialization.
3813         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3814         __gconv_step_data initialization.
3815         * libio/iofwide.c (__libio_translit_): Remove.
3816         (_IO_fwide): Adjust struct __gconv_step_data initialization.
3817         * wcsmbs/btowc.c (__btowc): Likewise.
3818         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3819         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3820         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3821         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3822         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3823         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3824         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3825         * wcsmbs/wctob.c (wctob): Likewise.
3826
3827 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3828
3829         [BZ #16194]
3830         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3831         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
3832         register usage.
3833         * sysdeps/x86/Makefile: Adjust.
3834
3835 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3836             Roland McGrath  <roland@hack.frob.com>
3837
3838         * locale/weight.h: Add include guard.
3839         (findidx): Make static rather than auto; take new parameters
3840         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3841         * locale/weightwc.h: Likewise.
3842         * posix/fnmatch_loop.c
3843         (FCT): Change type of EXTRA from int32_t to wint_t.
3844         Don't include either header inside the function.
3845         Call FINDIDX rather than findidx, and pass new arguments.
3846         #undef FINDIDX at the end of the file.
3847         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3848         FINDIDX before including fnmatch_loop.c for the non-wide version.
3849         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3850         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3851         for the wide version.
3852         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3853         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3854         Pass new arguments to findidx.
3855         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3856         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3857         Don't #include it inside the function.  Pass new arguments to findidx.
3858         * posix/regex_internal.h
3859         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3860         (re_string_elem_size_at): Don't #include it inside the function.
3861         Pass new arguments to findidx.
3862         * string/strcoll_l.c: #include WEIGHT_H at top level.
3863         (get_next_seq): Don't #include it inside the function.
3864         Pass new arguments to findidx.
3865         (get_next_seq_nocache): Likewise.
3866         * string/strxfrm_l.c: #include WEIGHT_H at top level.
3867         (STRXFRM): Don't #include it inside the function.
3868         Pass new arguments to findidx.
3869
3870 2014-09-11  Florian Weimer  <fweimer@redhat.com>
3871
3872         [BZ #17344]
3873         * malloc/malloc.c (unlink): Turn asserts into a call to
3874         malloc_printerr.
3875
3876 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
3877
3878         [BZ #17370]
3879         * libio/wfileops (do_ftell_wide): Free OUT.
3880
3881 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
3882
3883         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3884
3885 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3886
3887         [BZ #17363]
3888         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3889         group if the current group is empty.
3890
3891 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3892
3893         * benchtests/bench-memset.c (test_main): Add more test from size
3894         from 32 to 512 bytes.
3895         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3896         Add POWER8 memset object.
3897         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3898         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
3899         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
3900         implementation.
3901         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
3902         Likewise.
3903         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
3904         multiarch POWER8 memset optimization.
3905         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
3906         POWER8 memset optimization.
3907
3908         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3909         Remove bzero multiarch objects.
3910         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
3911         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
3912         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
3913         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
3914         Remove define.
3915         [__bzero]: Redefine to specific name.
3916         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
3917         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
3918         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
3919         define.
3920         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3921         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3922
3923 2014-09-10  Florian Weimer  <fweimer@redhat.com>
3924
3925         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
3926         warnings into errors.
3927
3928         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
3929         __cxa_thread_atexit_impl prototype.
3930
3931 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3932
3933         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
3934         Fix capitalization of error message.
3935
3936 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3937
3938         * sysdeps/mips/preconfigure: Modify ABI tests.
3939
3940 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
3941
3942         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
3943
3944 2014-09-07  Roland McGrath  <roland@hack.frob.com>
3945             Carlos O'Donell  <carlos@systemhalted.org>
3946
3947         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
3948         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
3949         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
3950         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
3951         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
3952         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
3953         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
3954         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
3955         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
3956         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
3957         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
3958         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
3959         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
3960         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
3961         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
3962         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
3963         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
3964         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
3965         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
3966         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
3967         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
3968         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
3969         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
3970         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
3971         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
3972         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
3973         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
3974         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
3975         Deconditionalize the code that was previously under [RESET_PID].
3976         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
3977         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
3978         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
3979         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
3980         include sysdep.h.
3981
3982 2014-09-08  Allan McRae  <allan@archlinux.org>
3983
3984         * version.h (RELEASE): Set to "development".
3985         (VERSION): Set to "2.20.90"
3986
3987 2014-09-07  Allan McRae  <allan@archlinux.org
3988
3989         * version.h (RELEASE): Set to "stable".
3990         (VERSION): Set to "2.20"
3991         * include/features.h (__GLIBC_MINOR__): Set to 20.
3992
3993         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
3994         Liebler.
3995
3996         * po/ko.po: Update Korean translation from translation project.
3997
3998 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
3999
4000         [BZ #17354]
4001         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4002         macro for handling signed relocations.
4003
4004 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4005
4006         [BZ #17325]
4007         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4008         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4009         assert.
4010         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4011         * iconvdata/ibm935.c (BODY): Likewise.
4012         * iconvdata/ibm937.c (BODY): Likewise.
4013         * iconvdata/ibm939.c (BODY): Likewise.
4014         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4015         assert.
4016         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4017         script.
4018         * iconvdata/run-iconv-test.sh: New test loop for checking for
4019         decoder crashers.
4020
4021 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4022
4023         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4024         libm_hidden_ver.
4025
4026 2014-09-01  Allan McRae  <allan@archlinux.org>
4027
4028         * po/eo.po: Update Esperanto translation from translation project.
4029
4030         * po/ca.po: Update Catalan translation from translation project.
4031
4032 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4033
4034         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4035         __proc_dostop call.
4036
4037 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4038
4039         [BZ #17319]
4040         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4041         to call set_thread_area instead of hand written asm.
4042         (__NR_set_thread_area): Removed define.
4043         (TLS_FLAG_WRITABLE): Likewise.
4044         (__ASSUME_SET_THREAD_AREA): Remove check.
4045         (TLS_EBX_ARG): Remove define.
4046         (TLS_LOAD_EBX): Likewise.
4047
4048 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4049
4050         Simplify atomicity of socket creation in bind.
4051
4052         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4053         looking up the name after linking the file.
4054
4055 2014-08-27  Allan McRae  <allan@archlinux.org>
4056
4057         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4058
4059 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4060
4061         [BZ #17187]
4062         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4063         trans_compare, open_translit, __gconv_translit_find):
4064         Remove module loading code.
4065
4066 2014-08-26  Allan McRae  <allan@archlinux.org>
4067
4068         * po/vi.po: Update Vietnamese translation from translation project.
4069
4070         * po/uk.po: Update Ukrainian translation from translation project.
4071
4072         * po/fr.po: Update French translation from translation project.
4073
4074         * po/ru.po: Update Russian translation from translation project.
4075
4076         * po/pl.po: Update Polish translation from translation project.
4077
4078         * po/cs.po: Update Czech translation from translation project.
4079
4080         * po/de.po: Update German translation from translation project.
4081
4082         * po/bg.po: Update Bulgarian translation from translation project.
4083
4084         * po/sv.po: Update Sweedish translation from translation project.
4085
4086         * po/nl.po: Update Dutch translation from translation project.
4087
4088         * po/es.po: Update Spanish translation from translation project.
4089
4090 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4091
4092         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4093
4094         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4095         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4096         (CPPFLAGS-iconvconfig): Likewise.
4097         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4098
4099         * include/libc-symbols.h: Remove unnecessary check for
4100         NOT_IN_libc.
4101         * nptl/pthreadP.h: Likewise.
4102         * sysdeps/aarch64/setjmp.S: Likewise.
4103         * sysdeps/alpha/setjmp.S: Likewise.
4104         * sysdeps/arm/sysdep.h: Likewise.
4105         * sysdeps/i386/setjmp.S: Likewise.
4106         * sysdeps/m68k/setjmp.c: Likewise.
4107         * sysdeps/posix/getcwd.c: Likewise.
4108         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4109         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4110         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4111         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4112         * sysdeps/sh/sh3/setjmp.S: Likewise.
4113         * sysdeps/sh/sh4/setjmp.S: Likewise.
4114         * sysdeps/unix/alpha/sysdep.h: Likewise.
4115         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4116         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4117         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4118         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4121         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4122         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4123         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4124         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4125         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4126         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4127         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4128         * sysdeps/x86_64/setjmp.S: Likewise.
4129
4130 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4131
4132         [BZ #17263]
4133         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4134         <stdint.h>.
4135         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4136         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4137
4138 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4139
4140         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4141
4142         [BZ #17262]
4143         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4144         and __x86_64__ when disabling x87 inline functions.
4145
4146 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4147
4148         [BZ #17259]
4149         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4150         asm statement with __cpuid_count.
4151
4152 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4153
4154         * configure.ac: Change __ehdr_start code to dereference the struct.
4155         Run readelf on the output to look for relocations.
4156         * configure: Regenerated.
4157
4158 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4159
4160         [BZ #17261]
4161         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4162         value to 0.
4163         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4164
4165 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4166
4167         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4168
4169 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4170
4171         [BZ #16892]
4172         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4173         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4174
4175 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4176
4177         * malloc/malloc.c: Fix typo in comment.
4178
4179 2014-08-09  Allan McRae  <allan@archlinux.org>
4180
4181         * Regenerate libc.po.
4182
4183 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4184
4185         * intl/tst-gettext2.sh: Check every lang file for creation.
4186
4187 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4188
4189         * sysdeps/aarch64/fpu/math_private.h
4190         (libc_feholdsetround_noex_aarch64_ctx): New function.
4191
4192 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4193
4194         * sysdeps/arm/armv6/strcpy.S (strcpy):
4195         Fix performance issue in misaligned cases.
4196
4197 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4198
4199         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4200         Move definition from termios.h.
4201         (struct termio): Likewise.
4202         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4203         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4204         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4205         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4206         Likewise.
4207         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4208         Move definition to ioctl-types.h
4209         (struct termio): Likewise.
4210         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4211         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4212         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4213         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4214         Likewise.
4215
4216 2014-08-05  Richard Henderson  <rth@redhat.com>
4217
4218         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4219         exceptions.
4220         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4221         Add fraiseexcpt.
4222         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4223         Use __feraiseexcept.
4224         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4225         Protect libm symbols with IS_IN_libm.
4226
4227         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4228
4229 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4230
4231         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4232
4233 2014-08-04  Will Newton  <will.newton@linaro.org>
4234
4235         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4236         file.
4237
4238 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4239
4240         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4241         variants for each function.
4242
4243 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4244
4245         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4246         appended ...
4247         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4248         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4249         appended ...
4250         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4251         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4252         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4253         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4254         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4255         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4256         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4257         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4258         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4259         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4260         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4261         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4262         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4263         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4264         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4265         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4266         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4267         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4268         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4269         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4270         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4271         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4272         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4273         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4274         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4275         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4276         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4277         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4278         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4279         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4280         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4281         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4282         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4283         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4284         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4285         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4286         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4287         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4288         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4289         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4290         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4291         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4292         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4293         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4294         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4295         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4296         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4297         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4298         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4299         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4300         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4301         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4302         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4303         Update #include.
4304         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4305         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4306
4307 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4308
4309         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4310         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4311         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4312         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4313         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4314         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4315
4316 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4317
4318         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4319         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4320         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4321         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4322
4323 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4324
4325         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4326         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4327         (__libc_vfork): Define function under this name.
4328         (__vfork): Define as an alias.
4329         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4330         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4331
4332 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4333
4334         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4335         that was previously under [RESET_PID].
4336         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4337
4338 2014-08-04  Andreas Schwab  <schwab@suse.de>
4339
4340         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4341
4342 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4343
4344         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4345         (main): Likewise.
4346
4347 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4348
4349         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4350
4351 2014-08-01  Richard Henderon  <rth@redhat.com>
4352
4353         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4354         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4355         typo in exact zero test.
4356         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4357         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4358         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4359
4360 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4361
4362         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4363         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4364         * sysdeps/arm/sysdep.h: ... here.
4365         [!__ASSEMBLER__]: Include <stdint.h>.
4366
4367 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4368
4369         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4370         (HAVE_WCTYPE_H): Likewise.
4371         (HAVE_ISWCTYPE): Likewise.
4372         (ENABLE_NLS): Likewise.
4373         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4374         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4375
4376         * posix/regex_internal.c: Check if DEBUG is defined and is
4377         set.
4378
4379         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4380         (HAVE_MBSRTOWCS): Likewise.
4381         * posix/fnmatch.c: Include string.h unconditionally.
4382
4383 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4384
4385         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4386         reversal.
4387
4388 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4389
4390         * sysdeps/generic/safe-fatal.h: New file.
4391         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4392         * nptl/forward.c: Include it.
4393         (__pthread_unwind): Use __safe_fatal as default action, rather
4394         than a bogus use of INTERNAL_SYSCALL that could never work.
4395
4396         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4397         * configure.ac (libc_cv_builtin_trap): New test.
4398         * configure: Regenerated.
4399         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4400         (ABORT_INSTRUCTION): Define using __builtin_trap.
4401
4402         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4403         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4404         * sysdeps/nptl/nptl-signals.h: New file.
4405         * nptl/pthreadP.h: Include <nptl-signals.h>.
4406
4407 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4408
4409         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4410         (ONE_DIRECTION): Define.
4411         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4412         (ONE_DIRECTION): Define.
4413         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4414         (ONE_DIRECTION): Define.
4415
4416 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4417
4418         * sysdeps/s390/Makefile: Delete file.
4419         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4420         * sysdeps/s390/__longjmp.c: Delete file.
4421         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4422         Remove fields __flags and __reserved.
4423         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4424         and add versioning.
4425         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4426         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4427         * sysdeps/s390/rtld-setjmp.S: Likewise.
4428         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4429         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4430         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4431         * sysdeps/s390/s390-32/setjmp.S: ... here.
4432         Add versioning.
4433         (__sigsetjmp): Remove setting __flags field.
4434         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4435         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4436         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4437         * sysdeps/s390/s390-64/setjmp.S: ... here.
4438         Add versioning.
4439         (__sigsetjmp): Remove setting __flags field.
4440         * sysdeps/s390/setjmp.S: Delete file.
4441         * sysdeps/s390/sigjmp.c: Likewise.
4442         * sysdeps/s390/v1-longjmp.c: Likewise.
4443         * sysdeps/s390/v1-setjmp.h: Likewise.
4444         * sysdeps/s390/v1-sigjmp.c: Likewise.
4445         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4446         Remove v1-longjmp_chk.
4447         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4448         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4449         Include debug/longjmp_chk.c and add versioning.
4450         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4451         Include nptl/pt-longjmp.c and add versioning.
4452         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4453         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4454         Include __longjmp.c.
4455         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4456         Move to ...
4457         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4458         (__getcontext): Remove setting __flags field.
4459         Add versioning.
4460         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4461         Don't restore upper high grps.
4462         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4463         Likewise.
4464         (__swapcontext): Remove setting uc_flags field.
4465         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4466         Delete file.
4467         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4468         Include __longjmp.c.
4469         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4470         Move to ...
4471         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4472         (__getcontext): Remove setting __flags field.
4473         Add versioning.
4474         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4475         (__swapcontext): Remove setting uc_flags field.
4476         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4477         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4478         Remove fields uc_high_gprs and __reserved.
4479         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4480         New file with reverted content.
4481         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4482         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4483         Regenerated.
4484         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4485         Regenerated.
4486
4487 2014-07-31  Andreas Schwab  <schwab@suse.de>
4488
4489         * config.h.in (HAVE_IFUNC): Define to 0.
4490         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4491         definedness.
4492
4493 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4494
4495         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4496         memmove-avx-unaligned, memcpy-avx-unaligned and
4497         mempcpy-avx-unaligned.
4498         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4499         Add tests for AVX memcpy functions.
4500         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4501         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4502         memcpy_chk.
4503         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4504         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4505         memmove_chk.
4506         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4507         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4508         mempcpy_chk.
4509         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4510         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4511         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4512
4513 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4514
4515         [BZ #17213]
4516         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4517         powerpc64le.
4518
4519 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4520
4521         [BZ #16839]
4522         * manual/llio.texi: Add section about open file description locks.
4523         * manual/examples/ofdlocks.c: Example of open file description
4524         lock usage.
4525         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4526         F_OFD_SETLK, and F_OFD_SETLKW.
4527
4528 2014-07-23  Allan McRae  <allan@archlinux.org>
4529
4530         * po/es.po: Update Spanish translation from translation project.
4531
4532 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4533
4534         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4535
4536 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4537
4538         [BZ #17078]
4539         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4540         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4541         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4542
4543 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4544
4545         [BZ #17088]
4546         * math/fesetenv.c (__fesetenv)
4547         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4548         * math/feupdateenv.c (__feupdateenv)
4549         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4550
4551         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4552         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4553         (__ASSUME_SOCKETCALL): Do not define.
4554
4555         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4556         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4557         (__ASSUME_SOCKETCALL): Do not define.
4558         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4559         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4560         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4561         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4562         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4563         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4564         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4565         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4566
4567         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4568         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4569         (__ASSUME_SOCKETCALL): Do not define.
4570         (__ASSUME_IPC64): Define unconditionally.
4571         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4572         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4573         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4574         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4575         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4576         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4577         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4578         Likewise.
4579
4580         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4581         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4582         (__ASSUME_SOCKETCALL): Do not define.
4583         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4584         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4585         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4586         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4587         (__ASSUME_REQUEUE_PI): Define unconditionally.
4588         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4589         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4590         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4591         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4592         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4593         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4594
4595         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4596         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4597         (__ASSUME_SOCKETCALL): Do not define.
4598         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4599         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4600         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4601         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4602         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4603         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4604
4605         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4606         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4607         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4608         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4609         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4610         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4611         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4612         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4613         (__ASSUME_GETCPU_SYSCALL): Likewise.
4614
4615         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4616         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4617         cases for individual architectures.
4618         * sysdeps/gnu/configure: Regenerated.
4619         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4620         LIBC_SLIBDIR_RTLDDIR.
4621         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4622         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4623         LIBC_SLIBDIR_RTLDDIR.
4624         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4626         LIBC_SLIBDIR_RTLDDIR.
4627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4628         Regenerated.
4629         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4630         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4631         file.
4632         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4633         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4634         file.
4635         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4636         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4637         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4638         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4639
4640         * sysdeps/aarch64/shlib-versions: Move to ...
4641         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4642         * sysdeps/alpha/shlib-versions: Move to ...
4643         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4644         * sysdeps/arm/shlib-versions: Move to ...
4645         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4646         * sysdeps/hppa/shlib-versions: Move all contents except for
4647         libgcc_s entry to ...
4648         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4649         entry from ...
4650         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4651         * sysdeps/ia64/shlib-versions: Move to ...
4652         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4653         entry from ...
4654         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4655         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4656         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4657         * sysdeps/microblaze/shlib-versions: Move to ...
4658         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4659         * sysdeps/mips/shlib-versions: Move to ...
4660         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4661         entry from ...
4662         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4663         * sysdeps/tile/shlib-versions: Move to ...
4664         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4665         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4666         from ...
4667         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4668         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4669         entry from ...
4670         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4671
4672 2014-07-17  Will Newton  <will.newton@linaro.org>
4673
4674         * sysdeps/arm/bits/atomic.h
4675         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4676         (__arch_compare_and_exchange_bool_16_int): Likewise.
4677         (__arch_compare_and_exchange_bool_64_int): Likewise.
4678
4679         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4680         into an #else block.
4681
4682 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4683
4684         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4685         just Linux configurations.  Test empirically that the compiler sets
4686         __ARM_EABI__, rather than using the tuple to decide.
4687         * sysdeps/arm/preconfigure: Regenerated.
4688         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4689         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4690         contents appended ...
4691         * sysdeps/arm/configure.ac: ... here.
4692         * sysdeps/arm/configure: Regenerated.
4693
4694 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4695
4696         * nptl/pthread_kill.c: New file.
4697         * nptl/pthread_sigmask.c: New file.
4698         * nptl/pthread_sigqueue.c: New file.
4699
4700         * sysdeps/nptl/lowlevellock.h: New file.
4701         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4702         * sysdeps/nptl/lowlevellock-futex.h: New file.
4703
4704         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4705         Remove dead declarations.
4706
4707 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4708
4709         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4710         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4711         config-cflags-avx2.
4712         * sysdeps/x86_64/configure.ac: Likewise.
4713         * sysdeps/i386/configure: Regenerated.
4714         * sysdeps/x86_64/configure: Likewise.
4715         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4716         memset-avx2 only if config-cflags-avx2 is yes.
4717         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4718         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4719         defined.
4720         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4721         only if HAVE_AVX2_SUPPORT is defined.
4722         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4723
4724 2014-07-14  Alan Modra  <amodra@gmail.com>
4725
4726         [BZ #17153]
4727         * elf/elf.h (DT_PPC64_NUM): Correct value.
4728         * NEWS: Add to fixed bug list.
4729
4730 2014-07-13  Jim Meyering  <meyering@fb.com>
4731
4732         [BZ 17150]
4733         regex: don't deref NULL upon heap allocation failure
4734         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4735         failure in one more place.
4736         To trigger the segfault, configure grep -with-included-regex,
4737         build it, and run these commands:
4738         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4739
4740 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4741
4742         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4743
4744 2014-07-11  Richard Henderson  <rth@redhat.com>
4745
4746         * sysdeps/aarch64/libm-test-ulps: Update.
4747
4748 2014-07-10  Florian Weimer  <fweimer@redhat.com>
4749
4750         [BZ #17135]
4751         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4752         * nptl/allocatestack.c (__nptl_setxid_error): New function.
4753         (__nptl_setxid): Initialize error member.  Call
4754         __nptl_setxid_error.
4755         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4756         * nptl/descr.h (struct xid_command): Add error member.
4757         * nptl/tst-setuid3.c: New file.
4758         * nptl/Makefile (tests): Add it.
4759
4760 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4761
4762         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4763         New define.
4764         (__lll_trylock): Use __lll_base_trylock.
4765         (__lll_cond_trylock): Likewise.
4766
4767 2014-07-10  Roland McGrath  <roland@hack.frob.com>
4768
4769         * nptl/pthread_create.c (start_thread): Use atomic_or and
4770         lll_futex_wake directly rather than lll_robust_dead.
4771         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4772         (lll_robust_dead): Macro removed.
4773         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
4774         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4775         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4776         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4777         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4778         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4779         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4780         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4781         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4782         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4783         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4784         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4785         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4786         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4787         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4788
4789         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4790         Use atomic_compare_and_exchange_val_acq directly rather than
4791         lll_robust_trylock.
4792         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4793         (__lll_robust_trylock, lll_robust_trylock): Removed.
4794         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4795         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4796         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4797         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4798         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4799         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4800         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4801         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4802         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4803         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4804         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4805         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4806         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4807         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4808
4809 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4810
4811         * manual/locale.texi (Locale Names): New section documenting
4812         locale name syntax.  Adjust menu and node chaining accordingly.
4813         (Choosing Locale): Reference Locale Names, Locale Categories.
4814         Mention setting LC_ALL=C.  Reflect that name syntax is now
4815         documented.
4816         (Locale Categories): New section title.  Reference Locale Names.
4817         LC_ALL is an environment variable, but not a category.
4818         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4819         description, now in Locale Name.  Reference that section.  Locale
4820         name syntax is now documented.
4821
4822 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4823
4824         [BZ #17137]
4825         * locale/findlocale.c (name_present, valid_locale_name): New
4826         functions.
4827         (_nl_find_locale): Use the loc_name variable to store name
4828         candidates.  Call name_present and valid_locale_name to check and
4829         validate locale names.  Return an error if the locale is invalid.
4830
4831 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4832
4833         * locale/setlocale.c (setlocale): Use strdup for allocating
4834         composite name copy.
4835
4836 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4837
4838         Sync up with gnulib.
4839         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4840         [!_LIBC && ENABLE_NLS]: Include gettext.h.
4841         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4842         and _GL_ARG_NONNULL.
4843         [USE_UNLOCKED_IO]: Include unlocked-io.h.
4844         [!_LIBC]: Include code for Windows and Cygwin.
4845         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4846         Include prototype for int strerror_r.
4847         [!_LIBC] (is_open): New function.
4848         (flush_stdout): New function.
4849         (print_errno_message): Use it.
4850         (error): Likewise.
4851         (error_at_line): Likewise.
4852         (error_tail) Add function attribute macros.  Use
4853         __builtin_expect.
4854
4855         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4856
4857         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4858
4859         * io/ftw.c: Include sys/param.h unconditionally.
4860
4861         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4862
4863         [BZ #17125]
4864         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4865         libc_freeres_ptr.
4866         (freecache): New function to free CACHE on exit.
4867
4868         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4869         initialization.
4870
4871 2014-07-09  David S. Miller  <davem@davemloft.net>
4872
4873         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4874
4875         * sysdeps/sparc/nptl/internaltypes.h: Delete.
4876         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4877         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4878         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4879         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4880         * sysdeps/sparc/nptl/sem_init.c: Likewise.
4881         * sysdeps/sparc/nptl/sem_post.c: Likewise.
4882         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4883         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4884         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4885         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4886         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4887         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4888
4889 2014-07-09  Andreas Schwab  <schwab@suse.de>
4890
4891         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4892         output.
4893         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
4894         (do_test): Likewise.
4895
4896         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4897
4898 2014-07-09  Will Newton  <will.newton@linaro.org>
4899
4900         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
4901         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
4902         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4903         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4904         * sysdeps/hppa/start.S (_start): Likewise.
4905
4906 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
4907
4908         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
4909
4910         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
4911         defined.
4912
4913 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4914
4915         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
4916         after checking that it is non-NULL.
4917
4918         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
4919
4920 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4921
4922         * sysdeps/powerpc/memmove.c: Remove file.
4923         * sysdeps/powerpc/powerpc32/power4/memcopy.h
4924         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
4925         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
4926         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
4927         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
4928         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
4929         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
4930         string memmove instead of removed powerpc one.
4931
4932         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
4933         [weak_alias]: Fix compiler warning due trailing data.
4934         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
4935         [weak_alias]: Likewise.
4936         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
4937         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
4938
4939         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
4940         (__libc_ifunc_impl_list): Add memmove functions.
4941
4942 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4943
4944         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
4945         Remove code.
4946         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
4947         Likewise
4948         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
4949         Likewise
4950         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
4951         Likewise
4952         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
4953         Likewise
4954         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
4955         Likewise
4956         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
4957         Likewise
4958         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
4959         Likewise
4960         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
4961         Likewise
4962         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
4963         Likewise
4964         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
4965         Likewise
4966         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
4967         Likewise
4968         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
4969         Likewise
4970         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
4971         Likewise
4972         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
4973         Likewise
4974         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
4975         Likewise
4976         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
4977         Likewise
4978
4979 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4980
4981         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
4982         to avoid alignment traps in non-cacheable memory.
4983         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
4984
4985         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
4986         multiarch objects.
4987         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
4988         file: multiarch power7 memmove.
4989         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
4990         multiarch default memmove.
4991         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
4992         multiarch memove for powerpc32/power4.
4993
4994         * string/bcopy.c: Use full path to include memmove.c.
4995         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
4996         multiarch objects.
4997         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
4998         bcopy for powerpc64.
4999         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5000         bcopy for powerpc64.
5001         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5002         and memmove implementations.
5003         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5004         optimized multiarch memmove for POWER7/powerpc64.
5005         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5006         default multiarch memmove for powerpc64.
5007         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5008         multiarch for powerpc64.
5009         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5010         for POWER7/powerpc64.
5011         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5012         memmove for POWER7/powerpc64.
5013
5014         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5015         glibc default one.
5016
5017         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5018         __ELF_NATIVE_CLASS equal to 64.
5019
5020 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5021
5022         * sysdeps/nptl/lowlevellock.h: File removed.
5023
5024         * NEWS: NPTL is no longer an add-on!
5025         * nptl/internaltypes.h: Moved ...
5026         * sysdeps/nptl/internaltypes.h: ... here.
5027         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5028         * sysdeps/nptl/fork.c: Likewise.
5029         * sysdeps/nptl/gai_misc.h: Likewise.
5030         * sysdeps/nptl/librt-cancellation.c: Likewise.
5031         * sysdeps/nptl/jmp-unwind.c: Likewise.
5032         * sysdeps/nptl/setxid.h: Likewise.
5033         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5034         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5035         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5036         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5037         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5038         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5039         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5040         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5041         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5042         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5043         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5044         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5045         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5046         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5047         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5048         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5049         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5050         * nptl/Makeconfig: Moved ...
5051         * sysdeps/nptl/Makeconfig: ... here.
5052         * nptl/configure: File removed.
5053         * nptl/ANNOUNCE: File removed.
5054         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5055         * sysdeps/unix/sysv/linux/configure: Regenerated.
5056
5057         * nptl/Makefile (routines): Add libc_pthread_init,
5058         libc_multiple_threads, register-atfork and unregister-atfork.
5059         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5060         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5061         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5062         pthread-pi-defines.sym, structsem.sym.
5063         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5064         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5065         [$(subdir) = nptl] (tests): Add tst-setgetname.
5066         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5067         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5068         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5069         [!LIBC_SIGACTION]: Remove aliases.
5070         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5071         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5072         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5073         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5074         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5075         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5076         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5077         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5078         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5079         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5080         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5081         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5082         __libc_allocate_rtsig_private.
5083         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5084         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5085         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5086         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5087         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5088         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5089         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5090         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5091         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5092         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5093         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5094         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5095         * nptl/internaltypes.h: ... here.
5096         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5097         * sysdeps/nptl/jmp-unwind.c: ... here.
5098         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5099         * nptl/libc-lowlevellock.c: ... here.
5100         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5101         * nptl/libc_multiple_threads.c: ... here.
5102         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5103         * nptl/libc_pthread_init.c: ... here.
5104         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5105         * nptl/lowlevelbarrier.sym: ... here.
5106         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5107         * nptl/lowlevelcond.sym: ... here.
5108         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5109         * nptl/lowlevellock.c: ... here.
5110         * nptl/lowlevellock.h: Moved ...
5111         * sysdeps/nptl/lowlevellock.h: ... here.
5112         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5113         * nptl/lowlevelrobustlock.c: ... here.
5114         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5115         * nptl/lowlevelrobustlock.sym: ... here.
5116         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5117         * nptl/lowlevelrwlock.sym: ... here.
5118         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5119         * nptl/pt-fork.c: ... here.
5120         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5121         * nptl/pthread-pi-defines.sym: ... here.
5122         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5123         * nptl/pthread_attr_getaffinity.c: ... here.
5124         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5125         * nptl/pthread_attr_setaffinity.c: ... here.
5126         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5127         * nptl/pthread_mutex_cond_lock.c: ... here.
5128         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5129         Update #include.
5130         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5131         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5132         * nptl/pthread_once.c: ... here, replacing old file.
5133         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5134         * nptl/pthread_yield.c: ... here.
5135         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5136         * nptl/register-atfork.c: ... here.
5137         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5138         * nptl/sem_post.c: ... here.
5139         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5140         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5141         * nptl/sem_timedwait.c: ... here.
5142         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5143         * nptl/sem_trywait.c: ... here.
5144         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5145         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5146         * nptl/sem_wait.c: ... here.
5147         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5148         * nptl/structsem.sym: ... here.
5149         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5150         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5151         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5152         * nptl/unregister-atfork.c: ... here.
5153         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5154         * nptl/unwindbuf.sym: ... here.
5155         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5156         * sysdeps/nptl/fork.c: ... here.
5157         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5158         * sysdeps/nptl/fork.h: ... here.
5159         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5160         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5161         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5162         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5163         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5164         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5165         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5166         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5167         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5168         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5169         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5170         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5171         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5172         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5173         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5174         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5175         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5176         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5177         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5178         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5179         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5180         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5181         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5182         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5183         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5184         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5185         * sysdeps/unix/sysv/linux/raise.c: ... here.
5186         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5187         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5188         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5189         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5190         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5191         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5192         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5193         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5194         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5195         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5196         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5197         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5198         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5199         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5200         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5201
5202 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5203
5204         * sysdeps/generic/memcopy.h: Add comment for
5205         MEMCPY_OK_FOR_FWD_MEMMOVE.
5206
5207 2014-07-04  Will Newton  <will.newton@linaro.org>
5208
5209         * string/memchr.c: Merge from gnulib.
5210         [_LIBC]: Remove conditionals.
5211         (__ptr_t): Remove define.
5212         (LONG_MAX_32_BITS): Likewise.
5213         (LONG_MAX): Likewise.
5214         (MEMCHR): Use ANSI prototype and optimize algorithm.
5215
5216         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5217
5218 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5219
5220         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5221         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5222
5223         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5224         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5225         in a bare environment with no <stdlib.h> installed.
5226         * sysdeps/nptl/configure: Regenerated.
5227
5228         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5229
5230         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5231         AC_EGREP_CPP for kernel header checks, so they only succeed if
5232         including <linux/version.h> actually works right.
5233         * sysdeps/unix/sysv/linux/configure: Regenerated.
5234
5235         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5236         value so it's not diagnosed as unused.
5237
5238         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5239         thing) with "ifeq ($(subdir),rt)".
5240
5241 2014-07-03  Richard Henderson  <rth@redhat.com>
5242
5243         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5244         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5245         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5246
5247         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5248         (math_force_eval): New.
5249
5250         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5251         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5252
5253         * sysdeps/alpha/fpu/s_round.c: Remove file.
5254         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5255
5256         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5257         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5258         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5259         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5260         (_dl_start, print_statistics): Likewise.
5261         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5262         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5263
5264         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5265         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5266         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5267         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5268         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5269         (HP_SMALL_TIMING_AVAIL): Define.
5270         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5271         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5272         (HP_SMALL_TIMING_AVAIL): Define.
5273         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5274         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5275
5276         * sysdeps/aarch64/hp-timing.h: New file.
5277
5278         * sysdeps/generic/hp-timing.h: Remove dead comment.
5279         * sysdeps/generic/hp-timing-common.h: New file.
5280         * sysdeps/alpha/hp-timing.h: Include it.
5281         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5282         * sysdeps/i386/i686/hp-timing.h: Likewise.
5283         * sysdeps/ia64/hp-timing.h: Likewise.
5284         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5285         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5286         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5287         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5288         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5289         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5290         (hp_timing_t): New.
5291
5292         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5293         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5294         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5295         * elf/rtld.c (_dl_start_final): Likewise.
5296         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5297         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5298         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5299         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5300         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5301         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5302         (HP_TIMING_DIFF_INIT): Remove.
5303         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5304         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5305         (HP_TIMING_DIFF_INIT): Remove.
5306         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5307         * sysdeps/i386/i686/hp-timing.c: Remove file.
5308         * sysdeps/x86_64/hp-timing.c: Remove file.
5309         * sysdeps/ia64/hp-timing.c: Remove file.
5310         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5311         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5312         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5313         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5314
5315         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5316         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5317         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5318         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5319         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5320         (HP_TIMING_ACCUM): Remove.
5321         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5322         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5323         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5324
5325         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5326         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5327         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5328         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5329         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5330         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5331         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5332         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5333
5334         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5335
5336 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5337
5338         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5339
5340 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5341
5342         Sync up with gettext.
5343         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5344         [_MSC_VER]: Include malloc.h
5345         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5346         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5347         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5348         TEMP_FAILURE_RETRY.  Cast return of alloca.
5349         [!_LIBC] Call gl_rwlock_init.
5350         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5351
5352 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5353
5354         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5355         before checking its value.
5356
5357 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5358
5359         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5360
5361         * debug/memcpy_chk.c: Don't include pagecopy.h.
5362         * debug/mempcpy_chk.c: Likewise.
5363         * string/memcpy.c: Likewise.
5364         * string/memmove.c: Likewise.
5365         * sysdeps/powerpc/memmove.c: Likewise.
5366         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5367         definition of PAGE_COPY_FWD_MAYBE here...
5368         * sysdeps/generic/pagecopy.h: ... from here.
5369         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5370
5371 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5372             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5373
5374         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5375         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5376         optimizations.
5377         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5378         (__libc_ifunc_impl_list): Likewise.
5379         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5380         multiarch strcat for PPC64.
5381         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5382         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5383
5384 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5385
5386         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5387
5388 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5389
5390         * intl/loadmsgcat.c: Remove declaration of
5391         get_sysdep_segment_value.
5392         (get_sysdep_segment_value): Use ISO C style.
5393         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5394         semicolon.  Fix typo and formatting in comment.
5395         (_nl_unload_domain): Use ISO C style.
5396
5397         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5398
5399 2014-07-02  Will Newton  <will.newton@linaro.org>
5400
5401         * malloc/obstack.c: Merge from gnulib master.
5402         [HAVE_CONFIG_H]: Remove conditional code.
5403         [!_LIBC]: Include config.h.
5404         [!ELIDE_CODE]: Don't include inttypes.h, include
5405         stdint.h unconditionally.
5406         (print_and_abort): Mark as _Noreturn.
5407         (_obstack_allocated_p): Mark as __attribute_pure__.
5408         (obstack_free): Rename to __obstack_free.
5409         [!__attribute__]: Remove conditional code.
5410         * malloc/obstack.h: Merge from gnulib master.
5411         [__cplusplus]: Move conditional down.
5412         [!__attribute_pure__]: Define __attribute_pure__ here
5413         if it is not already defined.
5414         (_obstack_memory_used): Mark as __attribute_pure__.
5415         [!__obstack_free]: Define as obstack_free.
5416         [__GNUC__]: Remove check for ancient NeXT gcc.
5417
5418 2014-07-02  Will Newton  <will.newton@linaro.org>
5419             Paul Eggert  <eggert@cs.ucla.edu>
5420
5421         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5422
5423 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5424
5425         * resolv/gethnamaddr.c: Add comment warning that the file is
5426         not maintained.
5427
5428 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5429
5430         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5431         entries.
5432
5433         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5434         entry for aio_cancel and aio_cancel64.
5435         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5436         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5437         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5438         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5439         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5440         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5441         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5442         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5443         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5444         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5445         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5446         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5447         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5448
5449 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5450
5451         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5452         * nptl/pthread_mutex_lock.c: Likewise.
5453         * nptl/pthread_mutex_timedlock.c: Likewise.
5454         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5455
5456 2014-07-01  Richard henderson  <rth@redhat.com>
5457
5458         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5459         (__isnan, __isnanl): Remove.
5460         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5461
5462         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5463
5464 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5465
5466         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5467
5468 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5469
5470         * resolv/nss_dns/dns-host.c (getanswer_r)
5471         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5472
5473 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5474
5475         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5476         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5477         undefine.
5478         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5479         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5480
5481 2014-07-01  Roland McGrath <roland@hack.frob.com>
5482
5483         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5484         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5485
5486         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5487         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5488
5489         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5490         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5491         ... here.
5492         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5493         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5494
5495         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5496         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5497         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5498         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5499
5500         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5501         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5502         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5503         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5504         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5505         Moved ...
5506         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5507         ... here.
5508         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5509         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5510         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5511         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5512         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5513         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5514         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5515         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5516         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5517         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5518         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5519         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5520         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5521         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5522         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5523         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5524         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5525         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5526         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5527         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5528         ... here.
5529         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5530         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5531         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5532         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5533         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5534         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5535         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5536         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5537
5538 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5539
5540         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5541         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5542         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5543         Add sysdep.
5544
5545 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5546
5547         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5548
5549 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5550
5551         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5552         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5553
5554         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5555
5556         * sysdeps/arm/libm-test-ulps: Regenerated.
5557
5558 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5559             Roland McGrath <roland@hack.frob.com>
5560
5561         * test-skeleton.c (signal_handler): Kill the whole process group
5562         before killing the child individually.
5563         (main): Report any failure on `setpgid'.
5564
5565 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5566
5567         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5568         from _TLS_H to _ARM_NPTL_TLS_H.
5569         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5570         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5571
5572 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5573
5574         [BZ #16539]
5575         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5576         (__expm1l): Return argument unchanged when small but not
5577         subnormal.
5578
5579         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5580         include macro name.
5581         (_FP_UNPACK_RAW_1_P): Likewise.
5582         (_FP_PACK_RAW_1): Likewise.
5583         (_FP_PACK_RAW_1_P): Likewise.
5584         (_FP_MUL_MEAT_1_wide): Likewise.
5585         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5586         (_FP_MUL_MEAT_1_hard): Likewise.
5587         (_FP_DIV_MEAT_1_imm): Likewise.
5588         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5589         (_FP_DIV_MEAT_1_udiv): Likewise.
5590         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5591         (_FP_UNPACK_RAW_2): Likewise.
5592         (_FP_UNPACK_RAW_2_P): Likewise.
5593         (_FP_PACK_RAW_2): Likewise.
5594         (_FP_PACK_RAW_2_P): Likewise.
5595         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5596         (_FP_MUL_MEAT_2_wide): Likewise.
5597         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5598         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5599         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5600         (_FP_MUL_MEAT_2_gmp): Likewise.
5601         (_FP_DIV_MEAT_2_udiv): Likewise.
5602         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5603         (_FP_FRAC_SRL_4): Likewise.
5604         (_FP_FRAC_SRST_4): Likewise.
5605         (_FP_FRAC_SRS_4): Likewise.
5606         (_FP_UNPACK_RAW_4): Likewise.
5607         (_FP_UNPACK_RAW_4_P): Likewise.
5608         (_FP_PACK_RAW_4): Likewise.
5609         (_FP_PACK_RAW_4_P): Likewise.
5610         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5611         (_FP_MUL_MEAT_4_wide): Likewise.
5612         (_FP_MUL_MEAT_4_gmp): Likewise.
5613         (umul_ppppmnnn): Likewise.
5614         (_FP_DIV_MEAT_4_udiv): Likewise.
5615         (__FP_FRAC_ADD_4): Likewise.
5616         (__FP_FRAC_SUB_3): Likewise.
5617         (__FP_FRAC_SUB_4): Likewise.
5618         (__FP_FRAC_DEC_3): Likewise.
5619         (__FP_FRAC_DEC_4): Likewise.
5620         (__FP_FRAC_ADDI_4): Likewise.
5621         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5622         (_FP_FRAC_SRL_8): Likewise.
5623         (_FP_FRAC_SRS_8): Likewise.
5624
5625         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5626         include macro name.
5627         (FP_UNPACK_RAW_EP): Likewise.
5628         (FP_PACK_RAW_E): Likewise.
5629         (FP_PACK_RAW_EP): Likewise.
5630         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5631         (_FP_ISSIGNAN): Likewise.
5632         (_FP_ADD_INTERNAL): Likewise.
5633         (_FP_FMA): Likewise.
5634         (_FP_CMP): Likewise.
5635         (_FP_SQRT): Likewise.
5636         (_FP_TO_INT): Likewise.
5637         (_FP_FROM_INT): Likewise.
5638         (FP_EXTEND): Likewise.
5639         (_FP_DIV_MEAT_N_loop): Likewise.
5640
5641 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5642
5643         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5644         throughout.
5645
5646 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5647
5648         [BZ #17097]
5649         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5650         result with correct sign in case of exponents that produce
5651         overflow except for X very close to 1.
5652
5653 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5654
5655         mktime: merge #if/#ifdef usage from glibc
5656         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5657         as that works with both Glibc's and Gnulib's style.
5658         See thread starting at Siddhesh Poyarekar's bug report at:
5659         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5660
5661 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5662
5663         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5664         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5665         * sysdeps/tile/tilegx/memmove.c: Remove file.
5666
5667 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5668
5669         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5670         abi-name definition.
5671         * scripts/soversions.awk: Do not handle or generate ABI lines.
5672         * shlib-versions: Remove ABI entries.
5673         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5674         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5675
5676 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5677
5678         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5679         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5680         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5681         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5682         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5683         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5684         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5685         Moved ...
5686         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5687         ... here.
5688         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5689         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5690         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5691         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5692         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5693         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5694         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5695         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5696         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5697         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5698         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5699         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5700         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5701         Moved ...
5702         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5703         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5704         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5705         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5706         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5707         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5708         Moved ...
5709         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5710         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5711         Moved ...
5712         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5713         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5714         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5715         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5716         Moved ...
5717         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5718         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5719         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5720         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5721         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5722         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5723         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5724         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5725         Moved ...
5726         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5727         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5728         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5729         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5730         Moved ...
5731         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5732         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5733         Moved ...
5734         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5735         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5736         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5737         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5738         Moved ...
5739         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5740         ... here.
5741         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5742         Identical file removed.
5743         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5744         Moved ...
5745         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5746         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5747         Identical file removed.
5748         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5749         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5750         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5751         Moved ...
5752         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5753         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5754         Identical file removed.
5755         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5756         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5757         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5758         Identical file removed.
5759         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5760         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5761         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5762         Identical file removed.
5763         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5764         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5765         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5766         Identical file removed.
5767         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5768         Moved ...
5769         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5770         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5771         Identical file removed.
5772         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5773         Moved ...
5774         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5775         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5776         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5777         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5778         Identical file removed.
5779         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5780         Moved ...
5781         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5782         ... here.
5783         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5784         Identical file removed.
5785         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5786         Moved ...
5787         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5788         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5789         Identical file removed.
5790         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5791         Moved ...
5792         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5793         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5794         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5795         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5796         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5797         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5798         Moved ...
5799         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5800         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5801         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5802
5803         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5804         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5805         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5806         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5807         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5808
5809 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
5810
5811         [BZ #17092]
5812         * nscd/nscd.c (monitor_child): Return exit status of child
5813         instead of return value from wait syscall.
5814
5815 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5816
5817         * configure.ac (libc_commonpagesize): Remove variable.
5818         (libc_relro_required): Likewise.
5819         (libc_cv_z_relro): Remove configure test.
5820         * configure: Regenerated.
5821         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5822         variable.
5823         (libc_relro_required): Likewise.
5824         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5825         (libc_relro_required): Likewise.
5826         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5827         (libc_relro_required): Likewise.
5828         * sysdeps/arm/preconfigure: Regenerated.
5829         * sysdeps/ia64/preconfigure: Remove file.
5830         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5831         variable.
5832         (libc_relro_required): Likewise.
5833
5834         [BZ #16561]
5835         [BZ #16562]
5836         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5837         (__ieee754_yn): Set FE_TONEAREST mode internally and then
5838         recompute overflowing results in original rounding mode.
5839         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5840         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5841         recompute overflowing results in original rounding mode.
5842         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5843         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5844         recompute overflowing results in original rounding mode.
5845         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5846         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5847         recompute overflowing results in original rounding mode.
5848         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5849         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5850         recompute overflowing results in original rounding mode.
5851         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5852         (libc_feholdsetround_ctx): New macro.
5853         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5854         * sysdeps/i386/fpu/libm-test-ulps: Update.
5855         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5856
5857 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5858
5859         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5860         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5861         corresponding .cpsetup call.
5862
5863 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5864
5865         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5866         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5867         * sysdeps/arm/Makefile [$(subdir) = csu]
5868         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5869         (static-only-routines): Add aeabi_read_tp here.
5870         (shared-only-routines): Add libc-aeabi_read_tp here.
5871         (CFLAGS-libc-start.c): Add -fexceptions here.
5872         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5873         (sysdep_routines, static-only-routines, shared-only-routines):
5874         Don't add to these here.
5875         (CFLAGS-libc-start.c): Likewise.
5876
5877         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5878         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5879         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5880         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5881         * sysdeps/arm/Makefile [$(subdir) = rt]
5882         (librt-sysdep_routines, librt-shared-only-routines):
5883         Append rt-aeabi_unwind_cpp_pr1 here.
5884         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5885         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5886         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5887         (libpthread-sysdep_routines, libpthread-shared-only-routines):
5888         Append nptl-aeabi_unwind_cpp_pr1 here.
5889         (tests): Filter out tst-cleanupx4 here.
5890         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
5891         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
5892         Don't do those here.
5893
5894 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5895
5896         * scripts/list-sources.sh: Do not handle ports specially.
5897
5898 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5899
5900         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
5901         * sysdeps/arm/feupdateenv.c: Likewise.
5902
5903         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
5904
5905 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5906
5907         * manual/texinfo.tex: Update to version 2014-05-05.10 with
5908         trailing whitespace removed.
5909         * scripts/config.guess: Update to version 2014-03-23.
5910         * scripts/config.sub: Update to version 2014-05-01
5911         * scripts/install-sh: Update to version 2013-12-25.23.
5912         * scripts/move-if-change: Update from gnulib.
5913
5914 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5915
5916         * debug/memmove_chk.c: Remove pagecopy.h include.
5917
5918 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
5919
5920         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
5921         identical to gnulib mktime.
5922
5923 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5924
5925         * configure.ac: Do not test for machine being rs6000.  Do not test
5926         for powerpc*-*soft.
5927         * configure: Regenerated.
5928
5929         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
5930         test.
5931         * configure: Regenerated.
5932         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
5933         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
5934         Remove configure test.
5935         * sysdeps/arm/configure: Regenerated.
5936         * sysdeps/nptl/configure.ac: Do not check
5937         libc_cv_asm_cfi_directives.
5938         * sysdeps/nptl/configure: Regenerated.
5939         * sysdeps/x86_64/nptl/configure.ac: Remove file.
5940         * sysdeps/x86_64/nptl/configure: Remove generated file.
5941         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
5942         unconditional.
5943         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
5944
5945 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5946
5947         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
5948         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
5949         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
5950         it is defined.
5951
5952         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
5953         instead of whether it is defined.
5954         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
5955         * sysdeps/hppa/dl-machine.h: Likewise.
5956         * sysdeps/ia64/dl-machine.h: Likewise.
5957         * sysdeps/m68k/dl-machine.h: Likewise.
5958         * sysdeps/microblaze/dl-machine.h: Likewise.
5959         * sysdeps/mips/dl-machine.: Likewise.
5960         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5961         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5962         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5963         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5964         * sysdeps/sh/dl-machine.h: Likewise.
5965         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5966         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5967         * sysdeps/tile/dl-machine.h: Likewise.
5968         * sysdeps/x86_64/dl-machine.h: Likewise.
5969
5970         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
5971         code.
5972         (verify_persistent_db): Likewise.
5973
5974 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5975
5976         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
5977         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
5978         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
5979         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
5980         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
5981         Moved ...
5982         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
5983         ... here.
5984         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
5985         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
5986         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
5987         Identical file removed.
5988         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
5989         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
5990         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
5991         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
5992         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
5993         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
5994         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
5995         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
5996         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
5997         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
5998         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
5999         Moved ...
6000         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6001         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6002         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6003         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6004         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6005         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6006         Moved ...
6007         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6008         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6009         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6010         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6011         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6012         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6013         Identical file removed.
6014         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6015         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6016         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6017         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6018         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6019         Moved ...
6020         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6021         ... here.
6022         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6023         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6024         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6025         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6026         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6027         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6028         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6029         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6030         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6031         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6032         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6033         Moved ...
6034         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6035         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6036         Moved ...
6037         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6038         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6039         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6040         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6041         Moved ...
6042         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6043         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6044         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6045
6046         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6047         folded into ...
6048         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6049         * sysdeps/unix/sysv/linux/s390/Versions
6050         (libpthread: GLIBC_2.19): New version set.
6051         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6052         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6053         (librt: GLIBC_2.3.3): New version set.
6054         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6055         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6056         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6057         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6058         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6059         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6060         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6061         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6062         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6063         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6064         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6065         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6066         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6067         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6068         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6069         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6070         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6071         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6072         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6073         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6074         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6075         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6076         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6077         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6078         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6079         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6080         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6081         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6082         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6083         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6084         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6085         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6086         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6087         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6088         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6089         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6090         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6091         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6092         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6093         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6094         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6095         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6096         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6097         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6098         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6099
6100         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6101         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6102         (__libc_vfork): Define the function under this name.
6103         [!NOT_IN_libc] (__vfork): Make this an alias.
6104         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6105         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6106         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6107         (__libc_vfork): Define the function under this name.
6108         [!NOT_IN_libc] (__vfork): Make this an alias.
6109         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6110         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6111         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6112         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6113         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6114         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6115
6116         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6117         code that was previously under [RESET_PID].
6118         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6119         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6120         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6121
6122         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6123         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6124         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6125         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6126         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6127         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6128         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6129         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6130         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6131         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6132         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6133         Moved ...
6134         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6135         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6136         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6137         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6138         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6139         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6140         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6141         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6142         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6143         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6144         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6145         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6146         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6147         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6148         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6149         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6150         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6151         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6152         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6153         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6154         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6155         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6156         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6157         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6158         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6159         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6160         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6161         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6162         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6163
6164 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6165
6166         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6167         that was previously under [RESET_PID].
6168         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6169
6170 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6171
6172         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6173         not undefine and redefine.
6174         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6175         [O_CLOEXEC]: Make code unconditional.
6176         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6177         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6178         <kernel-features.h>.
6179         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6180         conditional variable definition.
6181         (shm_open) [O_CLOEXEC]: Make code unconditional.
6182         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6183         code.
6184
6185         * configure.ac (USE_REGPARMS): Don't define here.
6186         * configure: Regenerated.
6187         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6188         * sysdeps/i386/configure: Regenerated.
6189
6190         * nptl/createthread.c: Don't include kernel-features.h.
6191         * nptl/pthread_cancel.c: Likewise.
6192         * nptl/pthread_condattr_setclock.c: Likewise.
6193         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6194         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6195         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6196         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6197         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6198         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6199         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6200         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6201         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6202         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6203         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6204         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6205         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6206         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6207         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6208         * nscd/gai.c: Likewise.
6209         * nss/nss_db/db-open.c: Likewise.
6210         * sysdeps/generic/ldsodefs.h: Likewise.
6211         * sysdeps/sh/nptl/tls.h: Likewise.
6212         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6213         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6214         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6215         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6216         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6217         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6218         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6219         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6220         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6221         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6222         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6223         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6224         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6225         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6226         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6227         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6228         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6229         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6230         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6231         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6232         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6233         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6234         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6235         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6236         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6237         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6238         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6239         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6240         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6241         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6242         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6243         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6244         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6245         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6246         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6247         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6248         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6249         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6250         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6251         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6252         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6253         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6254         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6255         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6256         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6257         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6258         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6259         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6260         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6261         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6262         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6263         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6264         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6265         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6266         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6267         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6268         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6269         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6292         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6293         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6294         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6295         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6296         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6297         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6298         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6299         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6300         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6301         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6302         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6303         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6304         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6305         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6306         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6307         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6308         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6309         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6310         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6311         * sysdeps/unix/sysv/linux/system.c: Likewise.
6312         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6313         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6314         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6315         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6316         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6317         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6318         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6319
6320         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6321         * configure: Regenerated.
6322         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6323
6324         * configure.ac (base_machine): Do not set specially for particular
6325         machines here.
6326         * configure: Regenerated.
6327         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6328         settings from configure.ac.
6329         * sysdeps/i386/preconfigure: New file.
6330         * sysdeps/s390/preconfigure: Likewise.
6331         * sysdeps/sh/preconfigure: Likewise.
6332         * sysdeps/sparc/preconfigure: Likewise.
6333
6334 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6335
6336         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6337         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6338         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6339         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6340         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6341         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6342         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6343         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6344         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6345         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6346         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6347         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6348         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6349         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6350         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6351         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6352         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6353         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6354         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6355
6356         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6357         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6358         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6359         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6360         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6361         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6362         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6363         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6364         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6365         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6366         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6367         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6368         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6369         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6370         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6371         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6372         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6373         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6374         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6375         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6376         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6377         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6378         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6379         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6380         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6381         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6382         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6383         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6384         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6385         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6386         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6387         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6388         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6389         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6390         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6391         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6392         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6393         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6394
6395         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6396         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6397         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6398         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6399         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6400         Moved ...
6401         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6402         ... here.
6403         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6404         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6405         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6406         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6407         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6408         Moved ...
6409         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6410         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6411         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6412         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6413         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6414         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6415         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6416         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6417         Moved ...
6418         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6419         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6420         Moved ...
6421         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6422         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6423         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6424         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6425         Moved ...
6426         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6427         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6428         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6429         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6430         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6431         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6432         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6433         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6434         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6435         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6436         Moved ...
6437         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6438         ... here.
6439         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6440         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6441         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6442         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6443         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6444         Moved ...
6445         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6446         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6447         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6448         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6449         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6450         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6451         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6452         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6453         Moved ...
6454         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6455         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6456         Moved ...
6457         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6458         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6459         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6460         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6461         Moved ...
6462         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6463         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6464         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6465         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6466         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6467
6468 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6469
6470         * timezone/checktab.awk: Update from tzcode 2014e.
6471         * timezone/private.h: Likewise.
6472         * timezone/tzfile.h: Likewise.
6473         * timezone/zdump.c: Likewise.
6474         * timezone/zic.c: Likewise.
6475
6476         * sysdeps/unix/sysv/linux/kernel-features.h
6477         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6478         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6479         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6480         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6481         Remove conditional code.
6482
6483 2014-06-25  Will Newton  <will.newton@linaro.org>
6484
6485         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6486         (_dl_arm_cap_flags): Add HWCAP2 values.
6487         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6488         (_DL_HWCAP_COUNT): Increase to 37.
6489         (_DL_HWCAP_LAST): New define.
6490         (_DL_HWCAP2_LAST): New define.
6491         (_dl_procinfo): Add support for printing
6492         AT_HWCAP2 entries.
6493         (_dl_string_hwcap): Use _dl_hwcap_string.
6494
6495 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6496
6497         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6498
6499 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6500
6501         * README: Do not mention ports directory.
6502
6503         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6504         Remove macro.
6505         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6506         <kernel-features.h>.
6507         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6508         conditional variable definition.
6509         (__futimes): Update comment.
6510         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6511         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6512
6513         [BZ #16560]
6514         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6515         arguments close to 0.
6516         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6517         Likewise.
6518         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6519         Likewise.
6520         * math/auto-libm-test-in: Add more tests of exp10.
6521         * math/auto-libm-test-out: Regenerated.
6522         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6523
6524         * sysdeps/unix/sysv/linux/kernel-features.h
6525         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6526         * sysdeps/unix/sysv/linux/readv.c: Do not include
6527         <kernel-features.h>.
6528         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6529         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6530         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6531         unconditional.
6532         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6533         conditional code.
6534         * sysdeps/unix/sysv/linux/writev.c: Do not include
6535         <kernel-features.h>.
6536         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6537         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6538         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6539         unconditional.
6540         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6541         conditional code.
6542
6543 2014-06-25  Will Newton  <will.newton@linaro.org>
6544
6545         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6546         comment changes throughout the file.  Remove checks
6547         for HAVE_*_H definitions that are not required.
6548         (__gen_tempname): Call abort if an unknown kind value is
6549         passed.
6550
6551 2014-06-25  Andreas Schwab  <schwab@suse.de>
6552
6553         [BZ #17086]
6554         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6555         scalbln, scalblnf, scalblnl in libc.
6556
6557 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6558
6559         [BZ #17086]
6560         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6561         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6562         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6563
6564 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6565
6566         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6567         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6568         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6569         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6570         Update #include.
6571         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6572         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6573         Update #include.
6574         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6575         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6576         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6577         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6578         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6579         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6580         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6581         * sysdeps/x86/bits/semaphore.h: ... here.
6582         * sysdeps/x86/nptl/elide.h: Moved ...
6583         * sysdeps/x86/elide.h: ... here.
6584         * sysdeps/x86_64/nptl/Implies: File removed.
6585         * sysdeps/i386/nptl/Implies: File removed.
6586
6587 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6588
6589         [BZ #16539]
6590         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6591         return the argument for normal arguments with exponent below -64.
6592         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6593         Likewise.
6594         * math/auto-libm-test-in: Add another test of expm1.
6595         * math/auto-libm-test-out: Regenerated.
6596
6597         [BZ #16287]
6598         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6599         calling __erfcl for arguments at least 16.
6600         * math/auto-libm-test-in: Add more tests of erf.
6601         * math/auto-libm-test-out: Regenerated.
6602
6603         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6604         individual architectures.
6605         * sysdeps/unix/sysv/linux/configure: Regenerated.
6606         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6607         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6608         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6609         (ldd_rewrite_script): Define variable.
6610         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6612         file.
6613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6614         generated file.
6615         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6616         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6617         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6618         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6619         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6620         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6621         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6622         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6623
6624 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6625
6626         [BZ #17084]
6627         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6628         Rename member __data.d to __data.__elision_data.
6629
6630 2014-06-24  Wilco  <wdijkstr@arm.com>
6631
6632         * NEWS: Add 16918 to fixed bug list.
6633
6634 2014-06-24  Wilco  <wdijkstr@arm.com>
6635
6636         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6637
6638 2014-06-24  Wilco  <wdijkstr@arm.com>
6639
6640         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6641         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6642         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6643         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6644         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6645         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6646         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6647         Use _FPU_MASK_RM.
6648
6649 2014-06-24  Wilco  <wdijkstr@arm.com>
6650
6651         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6652
6653 2014-06-24  Wilco  <wdijkstr@arm.com>
6654
6655         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6656         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6657         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6658         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6659
6660 2014-06-24  Wilco  <wdijkstr@arm.com>
6661
6662         [BZ #16918]
6663         * sysdeps/arm/feupdateenv.c (feupdateenv):
6664         Rewrite to reduce FPSCR accesses and fix return value.
6665
6666 2014-06-24  Wilco  <wdijkstr@arm.com>
6667
6668         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6669         Optimize to avoid unnecessary FPSCR writes.
6670         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6671         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6672         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6673         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6674
6675 2014-06-24  Wilco  <wdijkstr@arm.com>
6676
6677         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6678         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6679         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6680         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6681         Call libc_fetestexcept_vfp.
6682         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6683         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6684         __SOFTFP__ ifdef so that they can be built for softfp.
6685
6686 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6687
6688         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6689         argument type signed char.
6690
6691         * Makerules (check-abi): Dump diff of symlist if the test
6692         fails.
6693
6694 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6695
6696         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6697         using abort.
6698
6699         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6700         Remove unused variable ST.
6701
6702 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6703
6704         [BZ #16354]
6705         [BZ #17061]
6706         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6707         small arguments before calling __expm1.
6708         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6709         small arguments before calling __expm1f.
6710         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6711         small arguments before calling __expm1l.
6712         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6713         Likewise.
6714         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6715         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6716         spurious underflow for some cosh tests.
6717         * math/auto-libm-test-out: Regenerated.
6718         * sysdeps/i386/fpu/libm-test-ulps: Update.
6719
6720         [BZ #17050]
6721         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6722         (__ieee754_y1): Set errno if return value overflows.
6723         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6724         (__ieee754_y1f): Set errno if return value overflows.
6725         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6726         (__ieee754_y1l): Set errno if return value overflows.
6727         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6728         (__ieee754_y1l): Set errno if return value overflows.
6729         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6730         * math/auto-libm-test-out: Regenerated.
6731
6732         * math/gen-auto-libm-tests.c: Document use of
6733         ignore-zero-inf-sign.
6734         (input_flag_type): Add value flag_ignore_zero_inf_sign.
6735         (input_flags): Add ignore-zero-inf-sign.
6736         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6737         * math/gen-libm-test.pl (generate_testfile): Handle
6738         ignore-zero-inf-sign.
6739         * math/auto-libm-test-in: Mark some cpow tests with
6740         ignore-zero-inf-sign and some with xfail-rounding.
6741         * math/auto-libm-test-out: Regenerated.
6742         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6743         * sysdeps/i386/fpu/libm-test-ulps: Update.
6744         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6745
6746         [BZ #16315]
6747         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6748         overflowing or underflowing operations take place with sign of
6749         result.
6750         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6751         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6752         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6753         (__ieee754_pow): Recompute overflowing and underflowing results in
6754         original rounding mode.
6755         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6756         (__powl_helper): Allow negative argument X and scale negated value
6757         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
6758         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6759         overflowing or underflowing operations take place with sign of
6760         result.
6761         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6762         Include <math.h>.
6763         * math/auto-libm-test-in: Add more tests of pow.
6764         * math/auto-libm-test-out: Regenerated.
6765         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6766         (pow_tonearest_test_data): Remove.
6767         (pow_test_tonearest): Likewise.
6768         (pow_towardzero_test_data): Likewise.
6769         (pow_test_towardzero): Likewise.
6770         (pow_downward_test_data): Likewise.
6771         (pow_test_downward): Likewise.
6772         (pow_upward_test_data): Likewise.
6773         (pow_test_upward): Likewise.
6774         (main): Don't call removed functions.
6775         * sysdeps/i386/fpu/libm-test-ulps: Update.
6776         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6777
6778 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6779
6780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6781         Moved ...
6782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6784         Moved ...
6785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6787         Moved ...
6788         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6790         Moved ...
6791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6792         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6793         File removed.
6794         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6795         File removed.
6796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6797         File removed.
6798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6799         File removed.
6800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6801         File removed.
6802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6803         File removed.
6804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6805         File removed.
6806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6807         File removed.
6808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6809         File removed.
6810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6811         File removed.
6812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6813         File removed.
6814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6815         File removed.
6816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6817         Moved ...
6818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6820         Moved ...
6821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6822         ... here.
6823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6824         Moved ...
6825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6827         Moved ...
6828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6830         Moved ...
6831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6833         Moved ...
6834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6836         Moved ...
6837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6839         Moved ...
6840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6842         Moved ...
6843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6846         ... here.
6847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6848         Moved ...
6849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6851         Moved ...
6852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6853         ... here.
6854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6855         Moved ...
6856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6857         ... here.
6858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6859         Moved ...
6860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6861         ... here.
6862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6863         Moved ...
6864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6866         Moved ...
6867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6871         Moved ...
6872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6873         ... here.
6874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6875         Moved ...
6876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6877         ... here.
6878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6879         Moved ...
6880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6882         Moved ...
6883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6885         Moved ...
6886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6888         Moved ...
6889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6891         Moved ...
6892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
6893         ... here.
6894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6895         Moved ...
6896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
6897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6898         Moved ...
6899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
6900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6901         Moved ...
6902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
6903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6904         Moved ...
6905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
6906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
6907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
6908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
6909         Moved ...
6910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
6911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6912         Moved ...
6913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
6914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
6915         Moved ...
6916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
6917         ... here.
6918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6919         Moved ...
6920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
6921         ... here.
6922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
6923         Moved ...
6924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
6925         ... here.
6926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6927         Moved ...
6928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
6929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
6930         Moved ...
6931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
6932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6933         Moved ...
6934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
6935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
6936         Moved ...
6937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
6938         ... here.
6939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6940         Moved ...
6941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
6942         ... here.
6943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
6944         Moved ...
6945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
6946         ... here.
6947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6948         Moved ...
6949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
6950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
6951         Moved ...
6952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
6953
6954 2014-06-23  Will Newton  <will.newton@linaro.org>
6955             Wilco  <wdijkstr@arm.com>
6956
6957         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
6958         implementation.  Include get-rounding-mode.h.
6959         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
6960         [!libc_feholdsetround_noex_ctx]: Define
6961         libc_feholdsetround_noex_ctx.
6962         [!libc_feholdsetround_noexf_ctx]: Define
6963         libc_feholdsetround_noexf_ctx.
6964         [!libc_feholdsetround_noexl_ctx]: Define
6965         libc_feholdsetround_noexl_ctx.
6966         (libc_feholdsetround_ctx): New function.
6967         (libc_feresetround_ctx): New function.
6968         (libc_feholdsetround_noex_ctx): New function.
6969         (libc_feresetround_noex_ctx): New function.
6970
6971 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6972
6973         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
6974         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
6975         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
6976         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
6977         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
6978         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
6979
6980         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
6981         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
6982         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
6983         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
6984         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
6985         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
6986         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
6987         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
6988         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
6989         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
6990         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
6991         Moved ...
6992         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
6993         ... here.
6994         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
6995         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
6996         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
6997         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
6998         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
6999         Moved ...
7000         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7001         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7002         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7003         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7004         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7005         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7006         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7007         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7008         Moved ...
7009         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7010         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7011         Moved ...
7012         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7013         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7014         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7015         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7016         Moved ...
7017         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7018         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7019         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7020         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7021         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7022         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7023         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7024         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7025         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7026         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7027         Moved ...
7028         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7029         ... here.
7030         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7031         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7032         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7033         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7034         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7035         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7036         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7037         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7038         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7039         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7040         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7041         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7042         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7043         Moved ...
7044         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7045         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7046         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7047         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7048         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7049         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7050         Moved ...
7051         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7052         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7053         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7054         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7055         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7056
7057         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7058         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7059         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7060         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7061         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7062         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7063         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7064         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7065         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7066         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7067         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7068         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7069         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7070         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7071         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7072         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7073         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7074         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7075         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7076         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7077         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7078         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7079         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7080         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7081         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7082         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7083         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7084         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7085
7086 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7087
7088         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7089         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7090         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7091         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7092         (IPV6_PMTUDISC_INTERFACE): Likewise.
7093         (IPV6_PMTUDISC_OMIT): Likewise.
7094
7095 2014-06-23  Andreas Schwab  <schwab@suse.de>
7096
7097         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7098         Remove unused errout label.
7099
7100 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7101
7102         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7103         macro: hardware supports Vector Crypto instructions.
7104
7105 2014-06-23  Will Newton  <will.newton@linaro.org>
7106
7107         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7108         rather than __builtin_expect.
7109
7110         * elf/dl-lookup.c (undefined_msg): Remove variable.
7111         (_dl_lookup_symbol_x): Replace undefined_msg with string
7112         literal.
7113
7114         * elf/dl-lookup.c (do_lookup_unique): New function.
7115         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7116         to a separate function.
7117
7118 2014-06-23  Andreas Schwab  <schwab@suse.de>
7119
7120         [BZ #17079]
7121         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7122         before reading the next line.
7123
7124 2014-06-23  Will Newton  <will.newton@linaro.org>
7125
7126         * test-skeleton.c (signal_handler): Use printf and %m
7127         rather than perror.  Use printf rather than fprintf to
7128         stderr.  Use puts rather than fputs to stderr.
7129         (main): Likewise.
7130
7131 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7132
7133         * nscd/nscd.c (thread_info_t): Remove typedef.
7134         (thread_info): Remove variable.
7135
7136 2014-06-21  Allan McRae  <allan@archlinux.org>
7137
7138         * NEWS: Mention CVE-2014-4043.
7139
7140 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7141
7142         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7143         * nptl/smp.h: ... here.
7144
7145         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7146
7147         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7148         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7149         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7150         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7151
7152         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7153         * nptl/stack-aliasing.h: New file.
7154         * sysdeps/i386/i686/stack-aliasing.h: New file.
7155         * sysdeps/i386/i686/nptl/Makefile: File removed.
7156         * sysdeps/x86_64/stack-aliasing.h: New file.
7157         * sysdeps/x86_64/nptl/Makefile
7158         (CFLAGS-pthread_create.c): Variable removed.
7159
7160         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7161         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7162         old file.
7163         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7164         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7165         old file.
7166
7167 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7168
7169         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7170         (__ASSUME_SIGFRAME_V2): Remove macro.
7171         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7172         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7173         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7174         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7175         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7176         Declare as function.  Remove conditional macro definitions.
7177         (__default_rt_sa_restorer): Likewise.
7178         (__default_sa_restorer_v1): Remove declaration.
7179         (__default_sa_restorer_v2): Likewise.
7180         (__default_rt_sa_restorer_v1): Likewise.
7181         (__default_rt_sa_restorer_v2): Likewise.
7182         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7183         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7184         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7185
7186 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7187
7188         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7189         (libpthread-routines): Add sysdep.
7190         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7191         * sysdeps/unix/sysv/linux/sparc/Versions
7192         (libpthread: GLIBC_2.3.3): New version set.
7193         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7194         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7195         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7196         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7197         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7198         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7199         Moved ...
7200         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7201         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7202         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7203         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7204         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7205         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7206         * sysdeps/sparc/nptl/sem_init.c: ... here.
7207         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7208         * sysdeps/sparc/nptl/sem_post.c: ... here.
7209         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7210         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7211         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7212         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7213         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7214         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7215         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7216         (libpthread-routines): Add cpu_relax.
7217         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7218         File removed.
7219         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7220         (librt: GLIBC_2.3.3): New version set.
7221         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7222         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7223         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7224         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7225         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7226         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7227         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7228         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7229         Moved ...
7230         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7231         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7232         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7233         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7234         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7235         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7236         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7237         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7238         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7239         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7240         Moved ...
7241         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7242         Update #include.
7243         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7244         Moved ...
7245         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7246         Update #include.
7247         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7248         Moved ...
7249         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7250         Update #include.
7251         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7252         Moved ...
7253         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7254         Update #include.
7255         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7256         Moved ...
7257         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7258         Update #include.
7259         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7260         Moved ...
7261         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7262         Update #include.
7263         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7264         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7265         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7266         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7267         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7268         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7269         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7270         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7271         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7272         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7273         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7274         Moved ...
7275         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7276         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7277         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7278         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7279         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7280
7281 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7282
7283         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7284         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7285         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7286         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7287         * nscd/nscd.c: Likewise.
7288         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7289         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7290         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7291         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7292
7293         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7294         <kernel-features.h>.
7295         (init_mq_netlink): Remove conditional have_sock_cloexec
7296         definitions.  Remove code conditional on have_sock_cloexec < 0.
7297         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7298         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7299         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7300         <kernel-features.h>.
7301         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7302         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7303
7304 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7305
7306         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7307         Add tests for memset_chk and memset.
7308
7309         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7310         with AVX2_Usable.
7311
7312 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7313
7314         [BZ #16046]
7315         * elf/tst-dl-iter-static.c: New file.
7316         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7317
7318         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7319         error.
7320
7321 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7322
7323         * sysdeps/unix/sysv/linux/kernel-features.h
7324         (__ASSUME_F_GETOWN_EX): Remove macro.
7325         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7326         <kernel-features.h>.
7327         (miss_F_GETOWN_EX): Remove variable or macro.
7328         (do_fcntl): Do not check miss_F_GETOWN_EX.
7329         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7330
7331         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7332         Remove macro.
7333         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7334         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7335         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7336
7337         * sysdeps/unix/sysv/linux/kernel-features.h
7338         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7339         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7340         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7341         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7342
7343 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7344
7345         [BZ #17075]
7346         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7347         Fix calculation of the symbol's value.
7348         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7349         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7350         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7351         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7352         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7353         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7354         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7355         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7356         (modules-names): Add `tst-armtlsdescmod',
7357         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7358         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7359         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7360         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7361         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7362         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7363         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7364         ($(objpfx)tst-armtlsdescloc): New dependency.
7365         ($(objpfx)tst-armtlsdescextnow): Likewise.
7366         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7367         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7368         TLS scheme support.
7369         * sysdeps/arm/configure: Regenerate.
7370
7371 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7372
7373         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7374         (__atfct_seterrno_2): Likewise.
7375         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7376         <kernel-features.h>.
7377         (__ASSUME_ATFCTS): Do not undefine and redefine.
7378         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7379         (__have_atfcts): Remove conditional definition.
7380         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7381         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7382         unreachable if [__ASSUME_ATFCTS].
7383         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7384         not undefine and redefine.
7385         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7386         <kernel-features.h>.
7387         (faccessat) [__NR_faccessat]: Make code unconditional.
7388         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7389         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7390         <kernel-features.h>.
7391         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7392         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7393         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7394         <kernel-features.h>.
7395         (fchownat) [__NR_fchownat]: Make code unconditional.
7396         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7397         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7398         <kernel-features.h>.
7399         (futimesat) [__NR_futimesat]: Make code unconditional.
7400         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7401         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7402         <kernel-features.h>.
7403         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7404         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7405         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7406         <kernel-features.h>.
7407         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7408         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7409         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7410         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7411         <kernel-features.h>.
7412         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7413         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7414         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7415         <kernel-features.h>.
7416         (linkat) [__NR_linkat]: Make code unconditional.
7417         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7418         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7419         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7420         <kernel-features.h>.
7421         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7422         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7423         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7424         <kernel-features.h>.
7425         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7426         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7427         * sysdeps/unix/sysv/linux/openat.c: Do not include
7428         <kernel-features.h>.
7429         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7430         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7431         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7432         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7433         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7434         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7435         <kernel-features.h>.
7436         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7437         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7438         result of INLINE_SYSCALL directly, not via int variable.
7439         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7440         <kernel-features.h>.
7441         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7442         (renameat) [__NR_renameat]: Make code unconditional.
7443         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7444         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7445         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7446         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7447         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7448         (__ASSUME_ATFCTS): Do not undefine and redefine.
7449         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7450         <kernel-features.h>.
7451         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7452         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7453         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7454         <kernel-features.h>.
7455         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7456         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7457         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7458         (__ASSUME_ATFCTS): Do not undefine and redefine.
7459         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7460         <kernel-features.h>.
7461         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7462         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7463         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7464         <kernel-features.h>.
7465         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7466         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7467
7468 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7469
7470         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7471
7472 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7473
7474         [BZ #17069]
7475         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7476         constructed tree before returning error.
7477         * posix/bug-regexp36.c: Expand test case.
7478
7479 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7480
7481         [BZ #6803]
7482         * math/libm-test.inc (scalbln_test_date):
7483         Add errno expectations.
7484         * math/w_scalblnf.c: New File.
7485         Add wrapper which checks for setting errno to ERANGE.
7486         Add weak_alias for corresponding scalbln function.
7487         * math/w_scalbln.c: Likewise.
7488         * math/w_scalblnl.c: Likewise.
7489         * math/Makefile (libm-calls): Add w_scalbln.
7490         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7491         Remove weak_alias for corresponding scalbln function.
7492         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7493         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7494         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7495         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7496         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7497         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7498         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7499         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7500         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7501         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7502         Remove long_double_symbol for scalblnl function in libm, libc.
7503         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7504         Add wrapper which checks for setting errno to ERANGE.
7505         Add long_double_symbol for scalblnl function in libm, libc.
7506         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7507         Remove long_double_symbol for scalblnl in libm.
7508         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7509         Add wrapper which checks for setting errno to ERANGE.
7510         Add long_double_symbol for scalblnl function in libm.
7511         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7512         Do not use wrapper because of own implementation.
7513
7514 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7515
7516         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7517         3 bytes for __pad1 for x32.
7518         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7519
7520 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7521             H.J. Lu  <hongjiu.lu@intel.com>
7522
7523         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7524         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7525         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7526         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7527         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7528
7529 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7530
7531         [BZ #17069]
7532         * posix/regcomp.c (parse_expression): Deallocate partially
7533         constructed tree before returning error.
7534         * posix/Makefile.c (tests): Add bug-regex36.
7535         (generated): Add bug-regex36.mtrace.
7536         (tests-special): Add $(objpfx)bug-regex36-mem.out
7537         (bug-regex36-ENV): New variable.
7538         ($(objpfx)bug-regex36-mem.out): New rule.
7539         * posix/bug-regex36.c: New file.
7540
7541 2014-06-19  Will Newton  <will.newton@linaro.org>
7542
7543         * malloc/malloc.c (systrim): If extra is zero then return
7544         early.
7545
7546 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7547
7548         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7549
7550 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7551
7552         * sysdeps/aarch64/strchr.S: New file.
7553
7554 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7555
7556         [BZ #17022]
7557         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7558         from arguments -2 or below.
7559         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7560         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7561
7562 2014-06-18  Andreas Schwab  <schwab@suse.de>
7563
7564         [BZ #17062]
7565         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7566         of a bracket expr not to run off the end of the string.
7567         * posix/Makefile (tests): Add tst-fnmatch3.
7568         * posix/tst-fnmatch3.c: New file.
7569
7570 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7571
7572         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7573         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7574         [$(cross-compiling) = no]: Likewise.
7575         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7576         [$(cross-compiling) = no]: Likewise.
7577
7578 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7579
7580         [BZ #17031]
7581         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7582         double, adjusted for any remainder from the high double.
7583         * math/libm-test.inc (nearbyint): Add tests.
7584         (rint): Likewise.
7585
7586 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7587
7588         * nptl/sysdeps/powerpc/Makefile: Moved ...
7589         * sysdeps/powerpc/nptl/Makefile: ... here.
7590         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7591         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7592         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7593         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7594         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7595         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7596         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7597         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7598         * nptl/sysdeps/powerpc/tls.h: Moved ...
7599         * sysdeps/powerpc/nptl/tls.h: ... here.
7600
7601 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7602
7603         [BZ #16681]
7604         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7605         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7606         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7607         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7608         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7609         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7610         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7611         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7612         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7613
7614 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7615
7616         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7617
7618 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7619
7620         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7621         defined operator.
7622
7623         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7624         $TIMEOUTFACTOR.
7625
7626 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7627
7628         [BZ #17058]
7629         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7630         non-executed part of the test.
7631
7632 2014-06-16  Andreas Schwab  <schwab@suse.de>
7633
7634         * string/bits/string2.h (strdup, strndup): Update feature guard.
7635
7636 2014-06-14  David S. Miller  <davem@davemloft.net>
7637
7638         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7639
7640 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7641
7642         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7643         that was previously under [RESET_PID].
7644         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7645
7646         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7647         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7648         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7649         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7650         (__libc_vfork): New strong alias.
7651         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7652
7653 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7654
7655         * sysdeps/generic/elide.h: New file.
7656
7657 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7658
7659         * Makefile (installed-headers): Adjust path of pthread.h header.
7660
7661 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7662
7663         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7664         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7665         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7666         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7667
7668         * nptl/sysdeps/s390/Makefile: Moved ...
7669         * sysdeps/s390/nptl/Makefile: ... here.
7670         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7671         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7672         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7673         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7674         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7675         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7676         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7677         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7678         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7679         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7680         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7681         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7682         * nptl/sysdeps/s390/tls.h: Moved ...
7683         * sysdeps/s390/nptl/tls.h: ... here.
7684
7685         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7686         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7687
7688 2014-06-13  David S. Miller  <davem@davemloft.net>
7689
7690         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7691         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7692         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7693         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7694         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7695         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7696         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7697         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7698         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7699         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7700         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7701         Remove RESET_PID cpp guards.
7702         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7703         Remove RESET_PID cpp guards.
7704         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7705
7706 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7707
7708         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7709         __sp to uintptr_t.
7710
7711 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7712
7713         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7714         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7715         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7716         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7717         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7718         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7719         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7720         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7721         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7722         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7723         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7724         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7725         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7726         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7727         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7728         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7729         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7730         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7731         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7732         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7733
7734         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
7735         (pthread_rwlock_rdlock): Add elision.
7736         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7737         (pthread_rwlock_wrlock): Add elision.
7738         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7739         (pthread_rwlock_trywrlock): Add elision.
7740         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7741         (pthread_rwlock_tryrdlock): Add elision.
7742         * nptl/pthread_rwlock_unlock.c: Include elide.h.
7743         (pthread_rwlock_tryrdlock): Add elision unlock.
7744         * nptl/sysdeps/pthread/pthread.h:
7745         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7746         (PTHREAD_RWLOCK_INITIALIZER,
7747         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7748         Handle new elision field.
7749         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7750         * sysdeps/arm/nptl/bits/pthreadtypes.h
7751         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7752         * sysdeps/sh/nptl/bits/pthreadtypes.h
7753         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7754         * sysdeps/tile/nptl/bits/pthreadtypes.h
7755         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7756         * sysdeps/a/nptl/bits/pthreadtypes.h
7757         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7758         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7759         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7760         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7761         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7762         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7763         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7764         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7765         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7766         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7767         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7768         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7769         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7770         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7771         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7772         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7773         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7774         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7775         (elision_init): Set try_xbegin to zero when no RTM.
7776         * sysdeps/x86/nptl/bits/pthreadtypes.h
7777         (pthread_rwlock_t): Change __pad1 to __rwelision.
7778         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7779
7780 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7781
7782         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7783         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7784         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7785         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7786
7787 2014-06-13  Meador Inge  <meadori@codesourcery.com>
7788
7789         [BZ #16996]
7790         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
7791         that the cached result has been set before returning it.
7792
7793 2014-06-12  Roland McGrath  <roland@hack.frob.com>
7794
7795         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7796         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7797         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7798         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7799         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7800         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7801
7802         * nptl/sysdeps/sparc/Makefile: Moved ...
7803         * sysdeps/sparc/nptl/Makefile: ... here.
7804         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7805         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7806         * nptl/sysdeps/sparc/tls.h: Moved ...
7807         * sysdeps/sparc/nptl/tls.h: ... here.
7808         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7809         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7810         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7811         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7812         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7813         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7814         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7815         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7816         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7817         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7818         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7819         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7820         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7821         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7822         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7823         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7824         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7825         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7826         Update #include.
7827         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7828         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7829         Update #include.
7830         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7831         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7832         Update #include.
7833         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7834         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7835         Update #include.
7836
7837         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7838
7839         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7840         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7841
7842         * sysdeps/pthread/posix-timer.h: Include <list.h>.
7843         (struct list_links): Type removed.
7844         (struct thread_node, struct timer_node): Replace struct list_links
7845         with struct list_head.
7846         (list_unlink_ip): Likewise.
7847         * sysdeps/pthread/timer_routines.c
7848         (timer_free_list, thread_free_list, thread_active_list): Likewise.
7849         (list_append, list_insbefore): Likewise.
7850         (list_init): Function removed.
7851         (thread_init, init_module): Use INIT_LIST_HEAD instead.
7852         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7853         * sysdeps/pthread/Makefile: ... here, new file.
7854
7855         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7856         * sysdeps/nptl/Implies: ... here.
7857         * sysdeps/unix/sysv/linux/Implies: Add nptl.
7858         * nptl/sysdeps/pthread/list.h: Moved ...
7859         * include/list.h: ... here.
7860         * nptl/sysdeps/pthread/createthread.c: Moved ...
7861         * nptl/createthread.c: ... here.
7862         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7863         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7864         * nptl/pt-longjmp.c: ... here.
7865         * nptl/sysdeps/pthread/Makefile: Moved ...
7866         * sysdeps/nptl/Makefile: ... here.
7867         * nptl/sysdeps/pthread/Subdirs: Moved ...
7868         * sysdeps/nptl/Subdirs: ... here.
7869         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7870         * sysdeps/nptl/aio_misc.h: ... here.
7871         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7872         * sysdeps/nptl/bits/libc-lock.h: ... here.
7873         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7874         * sysdeps/nptl/bits/libc-lockP.h: ... here.
7875         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7876         * sysdeps/nptl/bits/stdio-lock.h: ... here.
7877         * nptl/sysdeps/pthread/configure: Moved ...
7878         * sysdeps/nptl/configure: ... here.
7879         * nptl/sysdeps/pthread/configure.ac: Moved ...
7880         * sysdeps/nptl/configure.ac: ... here.
7881         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7882         * sysdeps/nptl/gai_misc.h: ... here.
7883         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7884         * sysdeps/nptl/librt-cancellation.c: ... here.
7885         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7886         * sysdeps/nptl/malloc-machine.h: ... here.
7887         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7888         * sysdeps/nptl/pthread-functions.h: ... here.
7889         * nptl/sysdeps/pthread/pthread.h: Moved ...
7890         * sysdeps/nptl/pthread.h: ... here.
7891         * nptl/sysdeps/pthread/setxid.h: Moved ...
7892         * sysdeps/nptl/setxid.h: ... here.
7893         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
7894         * sysdeps/nptl/sigfillset.c: ... here.
7895         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
7896         * sysdeps/nptl/tcb-offsets.h: ... here.
7897         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
7898         * sysdeps/nptl/tst-mqueue8x.c: ... here.
7899         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
7900         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
7901         * nptl/sysdeps/pthread/allocalim.h: Moved ...
7902         * sysdeps/pthread/allocalim.h: ... here.
7903         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
7904         * sysdeps/pthread/bits/sigthread.h: ... here.
7905         * nptl/sysdeps/pthread/flockfile.c: Moved ...
7906         * sysdeps/pthread/flockfile.c: ... here.
7907         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
7908         * sysdeps/pthread/ftrylockfile.c: ... here.
7909         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
7910         * sysdeps/pthread/funlockfile.c: ... here.
7911         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
7912         * sysdeps/pthread/posix-timer.h: ... here.
7913         * nptl/sysdeps/pthread/timer_create.c: Moved ...
7914         * sysdeps/pthread/timer_create.c: ... here.
7915         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
7916         * sysdeps/pthread/timer_delete.c: ... here.
7917         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
7918         * sysdeps/pthread/timer_getoverr.c: ... here.
7919         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
7920         * sysdeps/pthread/timer_gettime.c: ... here.
7921         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
7922         * sysdeps/pthread/timer_routines.c: ... here.
7923         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
7924         * sysdeps/pthread/timer_settime.c: ... here.
7925         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
7926         * sysdeps/pthread/tst-timer.c: ... here.
7927         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
7928         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
7929
7930         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
7931         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
7932
7933         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
7934         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
7935         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
7936         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
7937         Update #include target.
7938         * nptl/sysdeps/i386/i686/Makefile: Moved ...
7939         * sysdeps/i386/i686/nptl/Makefile: ... here.
7940         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
7941         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
7942         Update #include target.
7943         * nptl/sysdeps/i386/i686/tls.h: Moved ...
7944         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
7945         * nptl/sysdeps/i386/Makefile: Moved ...
7946         * sysdeps/i386/nptl/Makefile: ... here.
7947         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
7948         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
7949         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
7950         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
7951         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
7952         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
7953         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
7954         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
7955         * sysdeps/i386/nptl/pthreaddef.h: ... here.
7956         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
7957         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
7958         * nptl/sysdeps/i386/tls.h: Moved ...
7959         * sysdeps/i386/nptl/tls.h: ... here.
7960
7961         * sysdeps/sh/Makefile [$(subdir) = csu]
7962         (gen-as-const-headers): Add tcb-offsets.sym.
7963         * nptl/sysdeps/sh/Makefile: File removed.
7964         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
7965         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
7966         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
7967         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
7968         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
7969         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
7970         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
7971         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
7972         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
7973         * sysdeps/sh/nptl/pthreaddef.h: ... here.
7974         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
7975         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
7976         * nptl/sysdeps/sh/tls.h: Moved ...
7977         * sysdeps/sh/nptl/tls.h: ... here.
7978         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
7979         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
7980         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
7981         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
7982         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
7983         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
7984         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
7985         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
7986         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
7987         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
7988         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
7989         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
7990         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
7991         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
7992         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
7993         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
7994         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
7995         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
7996         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
7997         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
7998         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
7999         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8000         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8001         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8002         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8003         Moved ...
8004         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8005         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8006         Moved ...
8007         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8008         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8009         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8010         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8011         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8012         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8013         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8014         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8015         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8016         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8017         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8018         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8019         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8020         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8021         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8022         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8023         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8024         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8025         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8026
8027 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8028
8029         * posix/spawn_faction_addopen.c: Include string.h.
8030
8031 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8032
8033         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8034         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8035         * nptl/sysdeps/x86_64/Makefile: Moved ...
8036         * sysdeps/x86_64/nptl/Makefile: ... here.
8037         * nptl/sysdeps/x86_64/configure: Moved ...
8038         * sysdeps/x86_64/nptl/configure: ... here.
8039         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8040         * sysdeps/x86_64/nptl/configure.ac: ... here.
8041         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8042         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8043         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8044         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8045         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8046         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8047         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8048         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8049         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8050         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8051         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8052         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8053         * nptl/sysdeps/x86_64/tls.h: Moved ...
8054         * sysdeps/x86_64/nptl/tls.h: ... here.
8055         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8056         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8057         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8058         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8059
8060         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8061
8062 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8063
8064         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8065
8066 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8067
8068         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8069         type.
8070         [POSIX] (off_t): Likewise.
8071         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8072         [POSIX] (S_ISBLK): Require macro.
8073         [POSIX] (S_ISCHR): Likewise.
8074         [POSIX] (S_ISDIR): Likewise.
8075         [POSIX] (S_ISFIFO): Likewise.
8076         [POSIX] (S_ISREG): Likewise.
8077         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8078         optional-macro.
8079         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8080         type.
8081         [POSIX] (time_t): Likewise.
8082         [POSIX] (timer_t): Likewise.
8083
8084 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8085
8086         [BZ #17048]
8087         * posix/spawn_int.h (struct __spawn_action): Make the path string
8088         non-const to support deallocation.
8089         * posix/spawn_faction_addopen.c
8090         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8091         * posix/spawn_faction_destroy.c
8092         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8093         path in all spawn_do_open actions.
8094         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8095         posix_spawn_file_actions_addopen.
8096
8097 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8098
8099         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8100         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8101         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8102         conditional code always true.
8103         (__libc_vfork): New alias.
8104
8105 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8106
8107         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8108         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8109
8110         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8111
8112         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8113         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8114
8115         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8116         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8117
8118         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8119         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8120
8121 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8122
8123         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8124         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8125         multiarch strcmp for PPC64.
8126         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8127         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8128         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8129         multiarch optimizations.
8130         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8131         (__libc_ifunc_impl_list): Likewise.
8132
8133 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8134
8135         * benchtests/scripts/validate_benchout.py: New script.
8136         * benchtests/Makefile (bench-func): Call it.
8137         * benchtests/scripts/benchout.schema.json: New file.
8138
8139 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8140
8141         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8142         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8143         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8144         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8145         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8146         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8147         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8148         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8149         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8150         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8151         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8152         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8153         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8154         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8155         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8156         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8157         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8158         Moved ...
8159         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8160         ... here.
8161         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8162         Moved ...
8163         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8164         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8165         Moved ...
8166         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8167         ... here.
8168         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8169         Moved ...
8170         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8171         ... here.
8172         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8173         Moved ...
8174         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8175         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8176         Moved ...
8177         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8178         ... here.
8179         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8180         Moved ...
8181         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8182         ... here.
8183         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8184         Moved ...
8185         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8186         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8187         Moved ...
8188         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8189         ... here.
8190         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8191         Moved ...
8192         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8193         ... here.
8194         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8195         Moved ...
8196         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8197         ... here.
8198         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8199         Moved ...
8200         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8201         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8202         Moved ...
8203         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8204         ... here.
8205         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8206         Moved ...
8207         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8208         ... here.
8209         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8210         Moved ...
8211         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8212         ... here.
8213         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8214         Moved ...
8215         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8216         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8217         Moved ...
8218         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8219         ... here.
8220         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8221         Moved ...
8222         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8223         ... here.
8224         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8225         Moved ...
8226         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8227         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8228         Moved ...
8229         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8230         ... here.
8231         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8232         Moved ...
8233         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8234         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8235         Moved ...
8236         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8237         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8238         Moved ...
8239         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8240         ... here.
8241         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8242         Moved ...
8243         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8244         ... here.
8245         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8246         Moved ...
8247         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8248         ... here.
8249         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8250         Moved ...
8251         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8252         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8253         Moved ...
8254         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8255         ... here.
8256         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8257         Moved ...
8258         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8259         ... here.
8260         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8261         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8262         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8263         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8264         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8265         Moved ...
8266         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8267         ... here.
8268         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8269         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8270         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8271         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8272         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8273         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8274         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8275         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8276         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8277         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8278         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8279         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8280         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8281         Moved ...
8282         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8283         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8284         Moved ...
8285         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8286         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8287         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8288         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8289         Moved ...
8290         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8291         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8292         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8293         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8294         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8295         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8296         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8297
8298 2014-06-10  Wilco  <wdijkstr@arm.com>
8299
8300         * math/test-fenv-return.c: New file.
8301         * math/Makefile: Add new test test-fenv-return.
8302
8303 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8304
8305         [BZ #17042]
8306         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8307         when x - 1 is zero.
8308         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8309         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8310         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8311         0.0L for an argument of 1.0L.
8312         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8313         Likewise.
8314         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8315         value when x - 1 is zero.
8316         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8317         * sysdeps/i386/fpu/libm-test-ulps: Update.
8318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8319
8320 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8321
8322         [BZ #15119]
8323         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8324
8325 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8326
8327         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8328         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8329
8330 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8331
8332         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8333         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8334
8335         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8336         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8337
8338         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8339         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8340
8341         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8342         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8343
8344         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8345         if not already defined.
8346         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8347         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8348         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8349         (TLS_INIT_TP): Use it.
8350         (TLS_DEFINE_INIT_TP): New macro.
8351         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8352
8353 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8354
8355         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8356         constant.
8357         [POSIX] (IXANY): Likewise.
8358         [POSIX] (OLCUC): Likewise.
8359         [POSIX || POSIX2008] (CBAUD): Do not allow.
8360         [POSIX || POSIX2008] (DEFECHO): Likewise.
8361         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8362         [POSIX || POSIX2008] (ECHOKE): Likewise.
8363         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8364         [POSIX || POSIX2008] (EXTA): Likewise.
8365         [POSIX || POSIX2008] (EXTB): Likewise.
8366         [POSIX || POSIX2008] (FLUSHO): Likewise.
8367         [POSIX || POSIX2008] (LOBLK): Likewise.
8368         [POSIX || POSIX2008] (PENDIN): Likewise.
8369         [POSIX || POSIX2008] (SWTCH): Likewise.
8370         [POSIX || POSIX2008] (VDISCARD): Likewise.
8371         [POSIX || POSIX2008] (VDSUSP): Likewise.
8372         [POSIX || POSIX2008] (VLNEXT): Likewise.
8373         [POSIX || POSIX2008] (VREPRINT): Likewise.
8374         [POSIX || POSIX2008] (VSTATUS): Likewise.
8375         [POSIX || POSIX2008] (VWERASE): Likewise.
8376         (B*): Change to B[0123456789]*.
8377         * conform/data/time.h-data [POSIX || UNIX98]
8378         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8379         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8380         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8381         [POSIX] (tm_*): Do not allow.
8382
8383 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8384
8385         * Makefile (install): Don't set LANGUAGE.
8386         * Makefile.in (install): Likewise.
8387         * assert/Makefile (test-assert-ENV): Remove variable.
8388         (test-assert-perr-ENV): Likewise.
8389         * elf/Makefile (neededtest4-ENV): Likewise.
8390         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8391         [$(cross-compiling) = no]: Don't set LANGUAGE.
8392         * io/ftwtest-sh (LANG): Remove variable.
8393         * libio/Makefile (tst-widetext-ENV): Likewise.
8394         * manual/install.texi (Running make install): Don't refer to
8395         environment settings for make install.
8396         * INSTALL: Regenerated.
8397         * nptl/tst-tls6.sh: Don't set LANG.
8398         * posix/globtest.sh (LANG): Remove variable.
8399         * string/Makefile (tester-ENV): Likewise.
8400         (inl-tester-ENV): Likewise.
8401         (noinl-tester-ENV): Likewise.
8402         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8403         [$(cross-compiling) = no]: Don't set LANGUAGE.
8404         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8405         without explicit environment settings.
8406
8407 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8408
8409         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8410         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8411         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8412         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8413
8414 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8415
8416         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8417         other files in the crypt directory.
8418         * crypt/crypt.c: Remove duplicate includes.
8419         * crypt/crypt-entry.c: Likewise.
8420         * crypt/crypt_util.c: Likewise.
8421
8422 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8423
8424         * Makeconfig (run-program-env): New variable.
8425         (run-program-prefix-before-env): Likewise.
8426         (run-program-prefix-after-env): Likewise.
8427         (run-program-prefix): Define in terms of new variables.
8428         (built-program-cmd-before-env): New variable.
8429         (built-program-cmd-after-env): Likewise.
8430         (built-program-cmd): Define in terms of new variables.
8431         (test-program-prefix-before-env): New variable.
8432         (test-program-prefix-after-env): Likewise.
8433         (test-program-prefix): Define in terms of new variables.
8434         (test-program-cmd-before-env): New variable.
8435         (test-program-cmd-after-env): Likewise.
8436         (test-program-cmd): Define in terms of new variables.
8437         * Rules (make-test-out): Use $(run-program-env).
8438         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8439         (help): Do not mention environment variables.  Mention
8440         --timeoutfactor option.
8441         (timeoutfactor): New variable.
8442         (blacklist_exports): Remove function.
8443         (exports): Remove variable.
8444         (command): Do not include ${exports}.
8445         * manual/install.texi (Configuring and compiling): Do not mention
8446         test wrappers preserving environment variables.  Mention that last
8447         assignment to a variable must take precedence.
8448         * INSTALL: Regenerated.
8449         * benchtests/Makefile (run-bench): Use $(run-program-env).
8450         * catgets/Makefile ($(objpfx)test1.cat): Use
8451         $(built-program-cmd-before-env), $(run-program-env) and
8452         $(built-program-cmd-after-env).
8453         ($(objpfx)test2.cat): Do not specify environment variables
8454         explicitly.
8455         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8456         $(run-program-env) and $(built-program-cmd-after-env).
8457         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8458         $(run-program-env) and $(test-program-cmd-after-env).
8459         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8460         explicitly.
8461         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8462         run_program_env and test_program_cmd_after_env arguments.
8463         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8464         * elf/tst-pathopt.sh: Use run_program_env argument.
8465         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8466         $(test-wrapper-env) and $(run-program-env).
8467         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8468         run_program_env arguments.
8469         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8470         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8471         $(test-program-prefix-before-env), $(run-program-env) and
8472         $(test-program-prefix-after-env).
8473         ($(objpfx)tst-gettext2.out): Likewise.
8474         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8475         run_program_env and test_program_prefix_after_env arguments.
8476         * intl/tst-gettext2.sh: Likewise.
8477         * intl/tst-gettext4.sh: Do not set environment variables
8478         explicitly.
8479         * intl/tst-gettext6.sh: Likewise.
8480         * intl/tst-translit.sh: Likewise.
8481         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8482         $(test-program-prefix-before-env), $(run-program-env) and
8483         $(test-program-prefix-after-env).
8484         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8485         run_program_env and test_program_prefix_after_env arguments.
8486         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8487         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8488         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8489         explicitly with each use of ${test_wrapper_env}.
8490         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8491         $(test-program-prefix-before-env), $(run-program-env) and
8492         $(test-program-prefix-after-env).
8493         * posix/tst-getconf.sh: Do not set environment variables
8494         explicitly.
8495         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8496         run_program_env and test_program_prefix_after_env arguments.
8497         * stdio-common/tst-printf.sh: Do not set environment variables
8498         explicitly.
8499         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8500         $(test-program-prefix-before-env), $(run-program-env) and
8501         $(test-program-prefix-after-env).
8502         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8503         run_program_env and test_program_prefix_after_env arguments.
8504         Split $test calls into $test_pre and $test.
8505         * timezone/Makefile (build-testdata): Use
8506         $(built-program-cmd-before-env), $(run-program-env) and
8507         $(built-program-cmd-after-env).
8508
8509 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8510
8511         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8512         strlen for non SHARED builds.
8513
8514 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8515
8516         * nptl/allocatestack.c (check_list): Inlined function...
8517         (__reclaim_stacks): ... here.
8518
8519 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8520
8521         [BZ #15698]
8522         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8523         memory overrun.
8524
8525 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8526
8527         * Rules (make-test-out): Include
8528         LOCPATH=$(common-objpfx)localedata in default environment.
8529         * debug/Makefile (tst-chk1-ENV): Remove variable.
8530         (tst-chk2-ENV): Likewise.
8531         (tst-chk3-ENV): Likewise.
8532         (tst-chk4-ENV): Likewise.
8533         (tst-chk5-ENV): Likewise.
8534         (tst-chk6-ENV): Likewise.
8535         (tst-lfschk1-ENV): Likewise.
8536         (tst-lfschk2-ENV): Likewise.
8537         (tst-lfschk3-ENV): Likewise.
8538         (tst-lfschk4-ENV): Likewise.
8539         (tst-lfschk5-ENV): Likewise.
8540         (tst-lfschk6-ENV): Likewise.
8541         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8542         (tst-iconv7-ENV): Likewise.
8543         * intl/Makefile (LOCPATH-ENV): Likewise.
8544         (tst-codeset-ENV): Likewise.
8545         (tst-gettext3-ENV): Likewise.
8546         (tst-gettext5-ENV): Likewise.
8547         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8548         (tst-fopenloc-ENV): Likewise.
8549         (tst-fgetws-ENV): Remove variable.
8550         (tst-ungetwc1-ENV): Likewise.
8551         (tst-ungetwc2-ENV): Likewise.
8552         (bug-ungetwc2-ENV): Likewise.
8553         (tst-swscanf-ENV): Likewise.
8554         (bug-ftell-ENV): Likewise.
8555         (tst-fgetwc-ENV): Likewise.
8556         (tst-fseek-ENV): Likewise.
8557         (tst-ftell-partial-wide-ENV): Likewise.
8558         (tst-ftell-active-handler-ENV): Likewise.
8559         (tst-ftell-append-ENV): Likewise.
8560         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8561         (tst-regexloc-ENV): Likewise.
8562         (bug-regex1-ENV): Likewise.
8563         (tst-regex-ENV): Likewise.
8564         (tst-regex2-ENV): Likewise.
8565         (bug-regex5-ENV): Likewise.
8566         (bug-regex6-ENV): Likewise.
8567         (bug-regex17-ENV): Likewise.
8568         (bug-regex18-ENV): Likewise.
8569         (bug-regex19-ENV): Likewise.
8570         (bug-regex20-ENV): Likewise.
8571         (bug-regex22-ENV): Likewise.
8572         (bug-regex23-ENV): Likewise.
8573         (bug-regex25-ENV): Likewise.
8574         (bug-regex26-ENV): Likewise.
8575         (bug-regex30-ENV): Likewise.
8576         (bug-regex32-ENV): Likewise.
8577         (bug-regex33-ENV): Likewise.
8578         (bug-regex34-ENV): Likewise.
8579         (bug-regex35-ENV): Likewise.
8580         (tst-rxspencer-ENV): Likewise.
8581         (tst-rxspencer-no-utf8-ENV): Likewise.
8582         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8583         (tst-sscanf-ENV): Likewise.
8584         (tst-swprintf-ENV): Likewise.
8585         (tst-swscanf-ENV): Likewise.
8586         (test-vfprintf-ENV): Likewise.
8587         (scanf13-ENV): Likewise.
8588         (bug14-ENV): Likewise.
8589         (tst-grouping-ENV): Likewise.
8590         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8591         (tst-strtod3-ENV): Likewise.
8592         (tst-strtod4-ENV): Likewise.
8593         (tst-strtod5-ENV): Likewise.
8594         (testmb2-ENV): Likewise./
8595         * string/Makefile (tst-strxfrm-ENV): Likewise.
8596         (tst-strxfrm2-ENV): Likewise.
8597         (bug-strcoll1-ENV): Likewise.
8598         (test-strcasecmp-ENV): Likewise.
8599         (test-strncasecmp-ENV): Likewise.
8600         * time/Makefile (tst-strptime-ENV): Likewise.
8601         (tst-ftime_l-ENV): Likewise.
8602         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8603         (tst-mbrtowc-ENV): Likewise.
8604         (tst-wcrtomb-ENV): Likewise.
8605         (tst-mbrtowc2-ENV): Likewise.
8606         (tst-c16c32-1-ENV): Likewise.
8607         (tst-mbsnrtowcs-ENV): Likewise.
8608
8609 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8610
8611         * manual/resource.texi (How to get information about the memory
8612         subsystem?): Fix typo.
8613         Reported by Peon de la Parra Ivan <peon@keba.com>
8614
8615 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8616
8617         [BZ #16882]
8618         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8619         (pthread_spin_lock): Branch out of spin loop to proper location.
8620         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8621         (pthread_spin_lock): Likewise.
8622
8623         * nptl/tst-spin4.c: New test.
8624         * nptl/Makefile (tests): Add tst-spin4.
8625
8626 2014-06-03  Andreas Schwab  <schwab@suse.de>
8627
8628         [BZ #15946]
8629         * resolv/res_send.c (send_dg): Reload file descriptor after
8630         calling reopen.
8631
8632 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8633
8634         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8635
8636 2014-06-03  Richard Henderson  <rth@redhat.com>
8637
8638         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8639         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8640         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8641         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8642         in the SAVE_PID block.
8643         (__libc_vfork): New alias.
8644         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8645
8646         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8647         child in registers, not on the stack.  Remove RESET_PID conditionals.
8648         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8649
8650 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8651
8652         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8653
8654 2014-06-03  Wilco  <wdijkstr@arm.com>
8655
8656         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8657         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8658         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8659         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8660         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8661         Likewise.
8662
8663 2014-06-03  Wilco  <wdijkstr@arm.com>
8664
8665         * sysdeps/aarch64/fpu/math_private.h
8666         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8667         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8668         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8669         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8670         Fix declarations.
8671
8672 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8673
8674         * crypt/crypt-private.h: Include ufc-crypt.h.
8675         (__b64_from_24bit): Declare extern.
8676         * crypt/crypt_util.c(__b64_from_24bit): New function.
8677         (b64t): New static const variable.
8678         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8679         (b64t): Remove variable.
8680         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8681         * crypt/sha256-crypt.c: Include crypt-private.h.
8682         (b64t): Remove variable.
8683         (__sha256_crypt_r): Remove b64_from_24bit and replace
8684         with __b64_from_24bit.
8685         * crypt/sha512-crypt.c: Likewise.
8686
8687 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8688
8689         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8690         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8691         Label the code __libc_vfork rather than __vfork.
8692         [!NOT_IN_libc] (vfork): Define as weak alias.
8693         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8694         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8695         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8696
8697 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8698
8699         * malloc/malloc.c (malloc_info): Fix format specifier for
8700         n_mmaps.
8701
8702 2014-06-02  Wilco  <wdijkstr@arm.com>
8703
8704         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8705         FPCR write.
8706
8707 2014-06-02  Wilco  <wdijkstr@arm.com>
8708
8709         [BZ #17009]
8710         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8711         Rewrite to reduce FPCR/FPSR accesses.
8712
8713 2014-06-01  David S. Miller  <davem@davemloft.net>
8714
8715         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8716
8717 2014-05-31  David S. Miller  <davem@davemloft.net>
8718
8719         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8720         to occur in round to nearest mode when |x| >= 2.0
8721
8722 2014-05-30  Richard Henderson  <rth@twiddle.net>
8723
8724         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8725         (PSEUDO_RET_NOERRNO): Remove.
8726         (ret): Don't redefine.
8727         (ret_NOERRNO): Define in terms of ret.
8728         (ret_ERRVAL): Likewise.
8729
8730         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8731         use of PSEUDO_RET; perform the error check directly.
8732
8733 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8734
8735         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8736         with __int128_t.
8737
8738 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8739
8740         * malloc/malloc (malloc_info): Fix formatting.
8741
8742 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8743             Roland McGrath  <roland@hack.frob.com>
8744
8745         * malloc/malloc (malloc_info): Also print mmapped statistics.
8746
8747 2014-05-30  Roland McGrath  <roland@hack.frob.com>
8748
8749         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8750         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8751
8752 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
8753
8754         * malloc/malloc.c (malloc_info): Inline mi_arena.
8755
8756 2014-05-29  Richard Henderson  <rth@twiddle.net>
8757
8758         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8759         Remove comma before expanding ASM_ARGS_##nr.
8760         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8761         Make _x0 a strict output; make _x8 a strict input; adjust expansion
8762         of ASM_ARGS_##nr.
8763         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8764         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8765         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8766         (ASM_ARGS_1): Add leading comma.
8767
8768         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8769         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8770         to __errno_location.
8771         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8772         Remove the expected plt for __errno_location.
8773
8774         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8775         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
8776         call to __read_tp.
8777
8778         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8779         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
8780         it and break it down.
8781         (DOCARGS_0, DOCARGS_1): Do nothing.
8782         (DOCARGS_2): Update to store into the new stack frame.
8783         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8784         (UNDOCARGS_1): Update to restore from the new stack frame.
8785         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8786         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8787
8788         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8789         (SINGLE_THREAD_P): New parameter for result regno.
8790         (PSEUDO): Update to match; use cbz instead of beq.
8791
8792         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8793         Use ENTRY to define the _nocancel entry point.  Share the syscall
8794         and syscall error check paths with the cancel path.
8795         (PSEUDO_END): New.
8796
8797         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8798         whitespace; tabs before and after asm mnemonics.
8799
8800 2014-05-29  Eric Wong  <normalperson@yhbt.net>
8801
8802         [BZ #15132]
8803         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8804         Call fstat64 or stat64 internally, depending on arguments passed.
8805         Replace stat buffer argument with file descriptor argument.
8806         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8807         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8808         Pass fd to __internal_statvfs instead of calling fstat64.
8809         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8810         Pass fd to __internal_statvfs64 instead of calling fstat64.
8811         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8812         Pass -1 to __internal_statvfs instead of calling stat64.
8813         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8814         Pass -1 to __internal_statvfs64 instead of calling stat64.
8815
8816 2014-05-28  Roland McGrath  <roland@hack.frob.com>
8817
8818         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8819         that was previously under [RESET_PID].
8820         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8821
8822         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8823         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8824
8825 2014-05-27  Roland McGrath  <roland@hack.frob.com>
8826
8827         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8828
8829         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8830         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8831
8832 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
8833
8834         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8835
8836 2014-05-27  Andreas Schwab  <schwab@suse.de>
8837
8838         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8839         TLS_INIT_TP macro.
8840         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8841         * elf/rtld.c (init_tls, dl_main): Likewise.
8842         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8843         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8844         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8845         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8846         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8847         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8848         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8849         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8850         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8851         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8852         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8853         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8854         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8855         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8856         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8857         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8858         * sysdeps/generic/tls.h: Update description.
8859
8860 2014-05-27  Will Newton  <will.newton@linaro.org>
8861
8862         [BZ #16990]
8863         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8864         and restore r2 rather than just restoring.
8865
8866 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8867
8868         [BZ #16724]
8869         * libio/tst-ftell-append.c: New test case.
8870         * libio/Makefile (tests): Add test case.
8871         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8872         append mode.
8873         * libio/wfileops.c (do_ftell_wide): Likewise.
8874
8875 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8876
8877         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8878
8879         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8880         ...
8881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8883         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8884         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8885         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8886         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8887         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8888         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8889         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8890         Moved ...
8891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
8892         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
8893         Moved ...
8894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
8895         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
8896         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
8897         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
8898         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
8899         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
8900         ...
8901         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
8902         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
8903         Moved ...
8904         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
8905         here.
8906         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
8907         ...
8908         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
8909         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
8910         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
8911
8912         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
8913         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
8914         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
8915         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
8916
8917         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
8918         merge into ...
8919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
8920         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
8921         ...
8922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
8923         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
8924         ...
8925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
8926         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
8927         Moved ...
8928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
8929         here.
8930         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
8931         Moved ...
8932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
8933         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
8934         Moved ...
8935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
8936
8937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
8938         conditional [RESET_PID].
8939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
8940         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
8941         removed.
8942         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
8943         removed.
8944
8945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
8946         <tcb-offsets.h>.
8947         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8948         (__libc_vfork): New strong alias.
8949         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
8950         removed.
8951         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
8952         Removed.
8953
8954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
8955         <tcb-offsets.h>.
8956         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
8957         (__libc_vfork): New strong alias.
8958         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
8959         removed.
8960         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
8961         removed.
8962
8963 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
8964
8965         * malloc/malloc.c (mi_arena): New function.
8966         (malloc_info): Remove nested function mi_arena. Call non-nosted
8967         function mi_arena.
8968
8969 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8970
8971         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
8972         by insrwi.
8973         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
8974         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
8975         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
8976         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
8977         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
8978         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
8979         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
8980
8981 2014-05-26  Andreas Schwab  <schwab@suse.de>
8982
8983         [BZ #16984]
8984         * locale/programs/repertoire.c (repertoire_read): Add slash
8985         between I18NPATH element and file name.
8986         * locale/programs/locfile.c (locfile_read): Likewise.
8987
8988 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8989
8990         * nptl/pthread_mutexattr_settype.c
8991         (__pthread_mutexattr_settype):
8992         Disable lock elision for PTHREAD_MUTEX_NORMAL.
8993
8994 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8995
8996         * nptl/tst-mutex5 (do_test):
8997         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
8998
8999 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9000
9001         * benchtests/README: Document 'init' directive.
9002         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9003         BENCH_INIT.
9004         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9005         (parse_file): Recognize 'init' directive.
9006
9007 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9008
9009         [BZ #16796]
9010         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9011         alignment of struct pthread.
9012
9013 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9014
9015         [BZ #16878]
9016         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9017         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9018         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9019         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9020
9021 2014-05-25  Richard Henderson  <rth@twiddle.net>
9022
9023         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9024         (SINGLE_THREAD_P_PIC): Remove.
9025         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9026         (SINGLE_THREAD_P_PIC): Remove.
9027
9028         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9029         branch to syscall error ...
9030         (PSEUDO): ... here.
9031         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9032         from __local_syscall_error to .Lsyscall_error.
9033         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9034         (SYSCALL_ERROR): Update label name.
9035
9036         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9037         Do not use DOARGS/UNDOARGS.
9038         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9039         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9040         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9041         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9042         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9043
9044         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9045         block comment.
9046
9047         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9048         define if !NOT_IN_libc.
9049         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9050         define with non-default symbol versions.
9051
9052 2014-05-23  Richard Henderson  <rth@twiddle.net>
9053
9054         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9055         (vfork, __vfork): Define via compat_symbol.
9056
9057         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9058         [!HAVE_IFUNC] (vfork_compat): Remove.
9059         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9060
9061 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9062
9063         [BZ #16978]
9064         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9065         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9066         variable.
9067
9068 2014-05-23  Richard Henderson  <rth@twiddle.net>
9069
9070         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9071         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9072         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9073         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9074
9075         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9076         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9077         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9078         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9079         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9080         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9081         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9082         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9083         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9084         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9085         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9086         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9087         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9088         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9089         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9090         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9091         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9092         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9093         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9094         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9095         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9096         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9097         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9098         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9099         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9100         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9101         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9102         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9103         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9104         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9105         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9106         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9107         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9108         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9109         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9110         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9111         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9112         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9113         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9114         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9115         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9116         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9117         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9118         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9119         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9120         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9121         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9122         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9123         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9124         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9125         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9126         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9127         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9128         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9129         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9130         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9131
9132         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9133         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9134         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9135         before exiting on error.
9136         (__libc_vfork): New strong alias.
9137         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9138         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9139
9140         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9141         that was previously under [RESET_PID].
9142         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9143
9144         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9145
9146 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9147
9148         [BZ #16977]
9149         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9150         value when x - 1 is zero.
9151         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9152         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9153         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9154         0.0L for an argument of 1.0L.
9155         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9156         Likewise.
9157         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9158         value when x - 1 is zero.
9159         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9160         * sysdeps/i386/fpu/libm-test-ulps: Update.
9161         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9162
9163 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9164
9165         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9166         alphasort and versionsort.
9167
9168 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9169
9170         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9171         macro.
9172         [copysignf]: Likewise.
9173
9174 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9175
9176         * crypt/md5-crypt.c: Fix formatting.
9177
9178 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9179
9180         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9181         (b64_from_24bit): New function.
9182
9183 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9184
9185         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9186         libc_hidden_builtin_def to ifunc.
9187         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9188         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9189
9190 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9191
9192         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9193         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9194
9195 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9196
9197         * nscd/Depend (linuxthreads): Remove.
9198         (nptl): Add.
9199         * resolv/Depend (linuxthreads): Remove.
9200         * rt/Depend (linuxthreads): Remove.
9201
9202         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9203         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9204         $(common-objpfx)elf/.
9205         (link-libc-before-gnulib): Likewise.
9206         (elfobjdir): Remove variable.
9207         * Makefile (install): Use $(elf-objpfx) instead of
9208         $(common-objpfx)elf/.
9209         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9210         $(elfobjdir)/.
9211         (link-libc-deps): Likewise.
9212         ($(common-objpfx)libc.so): Likewise.
9213         ($(common-objpfx)linkobj/libc.so): Likewise.
9214         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9215         instead of $(common-objpfx)elf/.
9216         (symbolic-link-list): Likewise.
9217         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9218         [$(cross-compiling) = no]: Likewise.
9219         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9220         $(elfobjdir)/.
9221         (static-gnulib-arch): Likewise.
9222         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9223         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9224         $(common-objpfx)elf/.
9225
9226 2014-05-21  Richard Henderson  <rth@redhat.com>
9227
9228         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9229         (SINGLE_THREAD_P): Use the correct width load.  Fold
9230         into the ldr offset.
9231
9232         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9233         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9234
9235 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9236
9237         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9238         (libgcc_s_resume): Use __attribute_used__.
9239         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9240         Likewise.
9241
9242 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9243
9244         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9245         optimization when used with float constants.
9246
9247         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9248
9249 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9250
9251         [BZ #16915]
9252         * locale/nl_langinfo_l.c: Make direct reference to every
9253         _nl_current_CATEGORY symbol.
9254         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9255         (tests-static): Add tst-langinfo-static.
9256         (tests-special): Add tst-langinfo-static.out.
9257         ($(objpfx)tst-langinfo.out): Redirect output.
9258         ($(objpfx)tst-langinfo-static.out): New.
9259         * localedata/tst-langinfo.sh: Send output to stdout.
9260         * localedata/tst-langinfo-static.c: New file.
9261
9262         [BZ #16965]
9263         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9264         when the shift amount is modulo the limb size.
9265
9266 2014-05-20  Richard Henderson  <rth@redhat.com>
9267
9268         [BZ #16967]
9269         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9270         Change type of sa_flags from unsigned int to int.
9271
9272         [BZ #16966]
9273         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9274
9275         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9276
9277 2014-05-20  Will Newton  <will.newton@linaro.org>
9278
9279         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9280         Test the return value of the system call in the nocancel case.
9281
9282 2014-05-20  Will Newton  <will.newton@linaro.org>
9283             Yvan Roux  <yvan.roux@linaro.org>
9284
9285         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9286         #include of asm/ptrace.h.
9287         (PTRACE_GET_THREAD_AREA): Remove #undef.
9288         (PTRACE_GETHBPREGS): Likewise.
9289         (PTRACE_SETHBPREGS): Likewise.
9290         (struct user_regs_struct): New structure.
9291         (struct user_fpsimd_struct): New structure.
9292         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9293         #include of asm/ptrace.h and second #include of sys/user.h.
9294         (PTRACE_GET_THREAD_AREA): Remove #undef.
9295         (PTRACE_GETHBPREGS): Likewise.
9296         (PTRACE_SETHBPREGS): Likewise.
9297         (ELF_NGREG): Use new struct user_regs_struct.
9298         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9299
9300 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9301
9302         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9303         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9304
9305 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9306
9307         [BZ #16958]
9308         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9309         membar to avoid block loads/stores to overlap previous stores.
9310
9311 2014-05-17  Richard Henderson  <rth@redhat.com>
9312
9313         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9314         Create the __##syscall_name##_nocancel entry point.
9315         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9316         Remove; let the sysdep-cancel.h code create it.
9317
9318 2014-05-17  David S. Miller  <davem@davemloft.net>
9319
9320         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9321         Protect with __USE_GNU.
9322         (TIOCSET_TEMPT): Likewise.
9323         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9324         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9325         these are already provided in bits/ioctl-types.h
9326
9327 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9328
9329         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9330         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9331
9332         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9333         Use wait4 regardless of [__NR_waitpid].
9334
9335 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9336
9337         PR libgcc/60166
9338         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9339         (_FP_NANSIGN_Q): Set the quiet bit.
9340
9341 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9342
9343         * benchtests/Makefile
9344         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9345         not $(common-objpfx)math/libm.so.
9346         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9347         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9348         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9349         $(common-objpfx)dlfcn/libdl.so.
9350         ($(objpfx)tst-audit8): Depend on $(libm), not
9351         $(common-objpfx)math/libm.so.
9352         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9353         not $(common-objpfx)dlfcn/libdl.so.
9354         * math/Makefile
9355         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9356         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9357         [$(build-shared) = yes].
9358         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9359         $(common-objpfx)nptl/libpthread.so.
9360         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9361         $(common-objpfx)math/libm.so$(libm.so-version) or
9362         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9363         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9364         $(common-objpfx)dlfcn/libdl.so.
9365         * setjmp/Makefile (link-libm): Remove variable.
9366         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9367         * stdio-common/Makefile (link-libm): Remove variable.
9368         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9369         * stdlib/Makefile (link-libm): Remove variable.
9370         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9371         ($(objpfx)tst-strtod-round): Likewise.
9372         ($(objpfx)tst-tininess): Likewise.
9373         ($(objpfx)tst-strtod-underflow): Likewise.
9374         ($(objpfx)tst-strtod6): Likewise.
9375         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9376         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9377         $(common-objpfx)dlfcn/libdl.so.
9378
9379 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9380
9381         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9382         BSD terminal modes definitions.
9383
9384 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9385
9386         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9387         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9388
9389         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9390         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9391         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9392         Don't do #include_next.
9393         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9394         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9395         Don't do #include_next.
9396         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9397         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9398         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9399         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9400
9401 2014-05-16  Allan McRae  <allan@archlinux.org>
9402
9403         * po/sv.po: Update Swedish translation from translation project.
9404
9405         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9406         in sed expression.
9407
9408 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9409
9410         [BZ #16917]
9411         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9412         errno if the TIOCGPTN ioctl fails with an error different than
9413         EINVAL.
9414         * login/tst-ptsname.c: New file.
9415         * login/Makefile (tests): Add tst-ptsname.
9416
9417         [BZ #16943]
9418         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9419         and prlimit64.
9420
9421 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9422
9423         [BZ #16849]
9424         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9425         herrno to return EAI_AGAIN.
9426
9427 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9428
9429         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9430         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9431         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9432         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9433         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9434         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9435         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9436         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9437         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9438         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9439         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9440         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9441         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9442         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9443         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9444         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9445         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9446         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9447         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9448         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9449         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9450         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9451         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9452         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9453         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9454         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9455         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9456         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9457         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9458         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9459         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9460         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9461         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9462         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9463         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9464         Moved ...
9465         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9466         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9467         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9468         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9469         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9470         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9471         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9472         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9473         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9474         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9475         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9476         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9477         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9478         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9479         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9480         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9481         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9482         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9483         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9484         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9485         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9486         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9487         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9488         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9489         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9490         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9491         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9492         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9493         Moved ...
9494         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9495         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9496         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9497         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9498         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9499         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9500         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9501         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9502         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9503         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9504         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9505         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9506         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9507         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9508         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9509         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9510         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9511         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9512         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9513         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9514         Moved ...
9515         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9516         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9517         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9518
9519         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9520         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9521         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9522         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9523         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9524         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9525         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9526         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9527         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9528         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9529         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9530         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9531         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9532         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9533         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9534         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9535         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9536         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9537         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9538         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9539         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9540         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9541         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9542         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9543         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9544         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9545         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9546         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9547         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9548         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9549         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9550
9551         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9552         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9553
9554         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9555         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9556         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9557         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9558         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9559         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9560         Moved ...
9561         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9562         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9563         Moved ...
9564         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9565         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9566         Moved ...
9567         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9568         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9569         Moved ...
9570         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9571         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9572         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9573         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9574         Moved ...
9575         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9576         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9577         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9578         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9579         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9580         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9581         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9582         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9583         Moved ...
9584         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9585         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9586         Moved ...
9587         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9588         ... here.
9589         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9590         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9591         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9592         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9593         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9594         Moved ...
9595         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9596         ... here.
9597         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9598         Moved ...
9599         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9600         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9601         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9602         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9603         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9604         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9605         Moved ...
9606         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9607         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9608         Moved ...
9609         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9610         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9611         Moved ...
9612         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9613         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9614         Moved ...
9615         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9616         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9617         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9618         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9619         Moved ...
9620         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9621         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9622         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9623         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9624         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9625         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9626         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9627         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9628         Moved ...
9629         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9630         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9631         Moved ...
9632         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9633         ... here.
9634         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9635         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9636         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9637         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9638         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9639         Moved ...
9640         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9641         ... here.
9642         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9643         Moved ...
9644         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9645         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9646         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9647         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9648         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9649         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9650         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9651         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9652         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9653         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9654         Moved ...
9655         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9656         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9657         Moved ...
9658         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9659         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9660         Moved ...
9661         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9662         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9663         Moved ...
9664         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9665         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9666         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9667         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9668         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9669         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9670         Moved ...
9671         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9672         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9673         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9674         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9675         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9676         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9677         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9678         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9679         Moved ...
9680         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9681         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9682         Moved ...
9683         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9684         ... here.
9685         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9686         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9687         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9688         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9689         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9690         Moved ...
9691         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9692         ... here.
9693         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9694         Moved ...
9695         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9696         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9697         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9698         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9699         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9700         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9701         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9702         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9703         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9704         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9705         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9706
9707         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9708         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9709
9710         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9711         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9712
9713         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9714         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9715         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9716         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9717         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9718         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9719         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9720         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9721         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9722         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9723         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9724         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9725         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9726         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9727         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9728         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9729         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9730         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9731         Moved ...
9732         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9733         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9734         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9735         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9736         Moved ...
9737         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9738         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9739         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9740         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9741         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9742         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9743         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9744         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9745         Moved ...
9746         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9747         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9748         Moved ...
9749         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9750         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9751         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9752         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9753         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9754         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9755         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9756         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9757         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9758         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9759         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9760         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9761         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9762         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9763         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9764         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9765         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9766
9767         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9768         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9769         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9770         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9771         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9772
9773         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9774         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9775         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9776         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9777         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9778         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9779         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9780         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9781         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9782         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9783
9784         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9785         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9786
9787         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9788         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
9789         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9790         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9791         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9792         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9793         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9794         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9795         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9796         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9797         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9798         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9799         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9800         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9801         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9802         Update #include.
9803         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9804         Likewise.
9805         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9806         Likewise.
9807         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9808         Likewise.
9809         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9810         Likewise.
9811         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9812         Likewise.
9813         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9814         Likewise.
9815         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9816         Likewise.
9817         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9818         Likewise.
9819         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9820         Likewise.
9821         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9822         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9823         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9824         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9825         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
9826         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9827         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9828         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9829         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9830         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9831         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9832         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9833         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9834         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
9835         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
9836
9837         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9838         that was previously under [RESET_PID].
9839         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9840         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9841         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9842
9843         * sysdeps/i386/nptl/Implies: New file.
9844         * sysdeps/x86_64/nptl/Implies: New file.
9845         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9846         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9847         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9848         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9849
9850         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9851         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9852         (__libc_vfork): New strong alias.
9853         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9854         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9855
9856         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9857         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9858         (__libc_vfork): New strong alias.
9859         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9860         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9861
9862         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9863         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9864         (__libc_vfork): New strong alias.
9865         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9866         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9867         * nptl/pt-vfork.c: New file.
9868         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9869         (libpthread: GLIBC_2.20): New version set (empty).
9870
9871 2014-05-14  Will Newton  <will.newton@linaro.org>
9872
9873         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9874         rather than #if.
9875
9876 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9877
9878         [BZ #16564]
9879         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9880         arguments with exponent 65 or above.
9881         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9882         arguments 0x1p113L or above.
9883         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9884         to arguments 0x1p107L or above.
9885         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9886         positive arguments with exponent 65 or above.
9887         * math/auto-libm-test-in: Add more tests of log1p.
9888         * math/auto-libm-test-out: Regenerated.
9889
9890         [BZ #16928]
9891         * math/s_cacos.c (__cacos): Ensure zero real part of result from
9892         non-finite arguments is +0.
9893         * math/s_cacosf.c (__cacosf): Likewise.
9894         * math/s_cacosl.c (__cacosl): Likewise.
9895         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
9896         * sysdeps/i386/fpu/libm-test-ulps: Update.
9897         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9898
9899         [BZ #16927]
9900         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
9901         value.
9902         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
9903         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
9904         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
9905         for explicit high bit of mantissa when testing for argument equal
9906         to 1.
9907         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
9908         * sysdeps/i386/fpu/libm-test-ulps: Update.
9909         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9910
9911         [BZ #16516]
9912         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
9913         (__erf): Scale by 16 instead of 8 in potentially underflowing
9914         case.  Ensure exception if result actually underflows.
9915         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
9916         (__erff): Scale by 16 instead of 8 in potentially underflowing
9917         case.  Ensure exception if result actually underflows.
9918         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
9919         (efx8): Remove variable.
9920         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9921         case.  Ensure exception if result actually underflows.
9922         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
9923         (efx8): Remove variable.
9924         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9925         case.  Ensure exception if result actually underflows.
9926         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
9927         (efx8): Remove variable.
9928         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9929         case.  Ensure exception if result actually underflows.
9930         * math/auto-libm-test-in: Add more tests of erf.
9931         * math/auto-libm-test-out: Regenerated.
9932
9933 2014-05-14  Andreas Schwab  <schwab@suse.de>
9934
9935         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
9936         Remove code conditionalized on USE___THREAD.
9937
9938         * config.h.in (HAVE_PT_CHOWN): Define as 0.
9939         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
9940         not definedness.
9941
9942 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9943
9944         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
9945         Define unconditionally.
9946         (__ASSUME_O_CLOEXEC): Likewise.
9947         (__ASSUME_SOCK_CLOEXEC): Likewise.
9948         (__ASSUME_IN_NONBLOCK): Likewise.
9949         (__ASSUME_PIPE2): Likewise.
9950         (__ASSUME_EVENTFD2): Likewise.
9951         (__ASSUME_SIGNALFD4): Likewise.
9952         (__ASSUME_DUP3): Likewise.
9953         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9954         (__ASSUME_DUP3): Do not define.
9955         (__ASSUME_EVENTFD2): Likewise.
9956         (__ASSUME_IN_NONBLOCK): Likewise.
9957         (__ASSUME_O_CLOEXEC): Likewise.
9958         (__ASSUME_PIPE2): Likewise.
9959         (__ASSUME_SIGNALFD4): Likewise.
9960         (__ASSUME_SOCK_CLOEXEC): Likewise.
9961         (__ASSUME_UTIMES): Undefine.
9962         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9963         (__ASSUME_UTIMES): Do not define.
9964         (__ASSUME_O_CLOEXEC): Likewise.
9965         (__ASSUME_SOCK_CLOEXEC): Likewise.
9966         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
9967         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
9968         0x020621].
9969         (__ASSUME_PIPE2): Likewise.
9970         (__ASSUME_EVENTFD2): Likewise.
9971         (__ASSUME_SIGNALFD4): Likewise.
9972         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
9973         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
9974         Do not define.
9975         (__ASSUME_EVENTFD2): Likewise.
9976         (__ASSUME_SIGNALFD4): Likewise.
9977         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
9978         (__ASSUME_32BITUIDS): Likewise.
9979         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
9980         (__ASSUME_IPC64): Likewise.
9981         (__ASSUME_ST_INO_64_BIT): Likewise.
9982         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
9983         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
9984         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9985         (__ASSUME_UTIMES): Do not define.
9986         (__ASSUME_PSELECT): Likewise.
9987         (__ASSUME_PPOLL): Likewise.
9988         (__ASSUME_O_CLOEXEC): Likewise.
9989         (__ASSUME_SOCK_CLOEXEC): Likewise.
9990         (__ASSUME_IN_NONBLOCK): Likewise.
9991         (__ASSUME_PIPE2): Likewise.
9992         (__ASSUME_EVENTFD2): Likewise.
9993         (__ASSUME_SIGNALFD4): Likewise.
9994         (__ASSUME_DUP3): Likewise.
9995         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9996         (__ASSUME_UTIMES): Likewise.
9997         (__ASSUME_O_CLOEXEC): Likewise.
9998         (__ASSUME_SOCK_CLOEXEC): Likewise.
9999         (__ASSUME_IN_NONBLOCK): Likewise.
10000         (__ASSUME_PIPE2): Likewise.
10001         (__ASSUME_EVENTFD2): Likewise.
10002         (__ASSUME_SIGNALFD4): Likewise.
10003         (__ASSUME_DUP3): Likewise.
10004         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10005         (__ASSUME_UTIMES): Likewise.
10006         (__ASSUME_O_CLOEXEC): Likewise.
10007         (__ASSUME_SOCK_CLOEXEC): Likewise.
10008         (__ASSUME_IN_NONBLOCK): Likewise.
10009         (__ASSUME_PIPE2): Likewise.
10010         (__ASSUME_EVENTFD2): Likewise.
10011         (__ASSUME_SIGNALFD4): Likewise.
10012         (__ASSUME_DUP3): Likewise.
10013         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10014         Likewise.
10015         (__ASSUME_UTIMES): Likewise.
10016         (__ASSUME_EVENTFD2): Likewise.
10017         (__ASSUME_SIGNALFD4): Likewise.
10018         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10019         (__ASSUME_O_CLOEXEC): Likewise.
10020         (__ASSUME_SOCK_CLOEXEC): Likewise.
10021         (__ASSUME_IN_NONBLOCK): Likewise.
10022         (__ASSUME_PIPE2): Likewise.
10023         (__ASSUME_EVENTFD2): Likewise.
10024         (__ASSUME_SIGNALFD4): Likewise.
10025         (__ASSUME_DUP3): Likewise.
10026         (__ASSUME_UTIMES): Undefine.
10027
10028         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10029         feclearexcept.  Remove symbol versioning code.
10030         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10031         symbol versioning code.
10032         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10033         symbol versioning code.
10034         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10035         feupdateenv.  Remove symbol versioning code.
10036         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10037         fegetexceptflag.  Remove symbol versioning code.
10038         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10039         fesetexceptflag.  Remove symbol versioning code.
10040         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10041         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10042         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10043         (__posix_fadvise64_l32): Remove prototype.
10044         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10045         code.
10046
10047 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10048
10049         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10050         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10051         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10052         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10053
10054 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10055
10056         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10057         current working directory
10058
10059 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10060
10061         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10062         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10063         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10064         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10065         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10066         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10067         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10068         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10069         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10070         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10071         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10072         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10073         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10074         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10075         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10076         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10077         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10078         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10079         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10080         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10081         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10082         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10083         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10084         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10085         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10086         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10087         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10088         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10089         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10090         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10091         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10092         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10093         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10094         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10095         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10096         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10097         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10098         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10099         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10100         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10101         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10102         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10103
10104         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10105         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10106
10107         * sysdeps/unix/sysv/linux/arm/Makefile
10108         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10109         Add rt-aeabi_unwind_cpp_pr1.
10110         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10111         Add nptl-aeabi_unwind_cpp_pr1.
10112         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10113         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10114         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10115         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10116         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10117         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10118
10119         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10120         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10121         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10122         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10123
10124         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10125         Deconditionalize the code that was previously under [RESET_PID].
10126         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10127
10128         * sysdeps/generic/exit-thread.h: New file.
10129         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10130         * include/unistd.h (__exit_thread): Remove declaration.
10131         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10132         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10133         * csu/libc-start.c: Include <exit-thread.h>.
10134         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10135         * nptl/pthread_create.c: Include <exit-thread.h>.
10136         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10137         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10138         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10139         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10140         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10141         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10142         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10143         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10144         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10145         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10146         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10147         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10148         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10149         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10150         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10151         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10152         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10153
10154 2014-05-13  Andreas Schwab  <schwab@suse.de>
10155
10156         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10157
10158 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10159
10160         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10161         (__ASSUME_UTIMES): Do not condition on kernel version.
10162         (__ASSUME_PSELECT): Define unconditionally.
10163         (__ASSUME_PPOLL): Likewise.
10164         (__ASSUME_ATFCTS): Likewise.
10165         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10166         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10167         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10168         (__ASSUME_UTIMENSAT): Define unconditionally.
10169         (__ASSUME_PRIVATE_FUTEX): Likewise.
10170         (__ASSUME_FALLOCATE): Likewise.
10171         (__ASSUME_O_CLOEXEC): Likewise.
10172         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10173         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10174         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10175         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10176         (__ASSUME_IN_NONBLOCK): Likewise.
10177         (__ASSUME_PIPE2): Likewise.
10178         (__ASSUME_EVENTFD2): Likewise.
10179         (__ASSUME_SIGNALFD4): Likewise.
10180         (__ASSUME_DUP3): Likewise.
10181         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10182         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10183         (__ASSUME_AT_RANDOM): Likewise.
10184         (__ASSUME_PREADV): Likewise.
10185         (__ASSUME_PWRITEV): Likewise.
10186         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10187         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10188         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10189         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10190         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10191         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10192         (__ASSUME_O_CLOEXEC): Define unconditionally.
10193         (__ASSUME_PSELECT): Do not undefine conditionally.
10194         (__ASSUME_PPOLL): Likewise.
10195         (__ASSUME_ATFCTS): Likewise.
10196         (__ASSUME_SET_ROBUST_LIST): Likewise.
10197         (__ASSUME_UTIMENSAT): Likewise.
10198         (__ASSUME_FDATASYNC): Define unconditionally.
10199         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10200         (__ASSUME_SIGFRAME_V2): Likewise.
10201         )__ASSUME_EVENTFD2): Likewise.
10202         (__ASSUME_SIGNALFD4): Likewise.
10203         (__ASSUME_PSELECT): Do not undefine conditionally.
10204         (__ASSUME_PPOLL): Likewise.
10205         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10206         (__ASSUME_PSELECT): Define unconditionally.
10207         (__ASSUME_PPOLL): Likewise.
10208         (__ASSUME_O_CLOEXEC): Likewise.
10209         (__ASSUME_SOCK_CLOEXEC): Likewise.
10210         (__ASSUME_IN_NONBLOCK): Likewise.
10211         (__ASSUME_PIPE2): Likewise.
10212         (__ASSUME_EVENTFD2): Likewise.
10213         (__ASSUME_SIGNALFD4): Likewise.
10214         (__ASSUME_DUP3): Likewise.
10215         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10216         (__ASSUME_O_CLOEXEC): Likewise.
10217         (__ASSUME_SOCK_CLOEXEC): Likewise.
10218         (__ASSUME_IN_NONBLOCK): Likewise.
10219         (__ASSUME_PIPE2): Likewise.
10220         (__ASSUME_EVENTFD2): Likewise.
10221         (__ASSUME_SIGNALFD4): Likewise.
10222         (__ASSUME_DUP3): Likewise.
10223         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10224         (__ASSUME_EVENTFD2): Likewise.
10225         (__ASSUME_SIGNALFD4): Likewise.
10226         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10227
10228 2014-05-12  Andreas Schwab  <schwab@suse.de>
10229
10230         [BZ #16932]
10231         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10232         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10233         than maximum RPC packet size.
10234         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10235         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10236         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10237         (_nss_nis_getservbyport_r): Likewise.
10238
10239 2014-05-12  Will Newton  <will.newton@linaro.org>
10240
10241         * malloc/Makefile (tests): Add tst-mallopt.
10242         * malloc/tst-mallopt.c: New file.
10243
10244 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10245
10246         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10247         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10248
10249 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10250
10251         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10252         (tst-tlsmod6.so): Likewise.
10253
10254 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10255
10256         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10257
10258 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10259
10260         [BZ #16064]
10261         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10262         and <dl-procinfo.h>.
10263         (__fegetenv): Save SSE state in envp->__eip if supported.
10264         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10265         envp->__eip if supported.
10266         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10267         and <dl-procinfo.h>.
10268         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10269         __data_offset and __data_selector in environment to 0.  Set SSE
10270         state if supported.
10271         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10272         test-fenv-sse.
10273         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10274         -mfpmath=sse.
10275         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10276
10277 2014-05-09  Will Newton  <will.newton@linaro.org>
10278
10279         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10280         and libc_relro_required for ARM.
10281         * sysdeps/arm/preconfigure: Regenerate.
10282
10283 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10284             Stefan Liebler  <stli@linux.vnet.ibm.com>
10285
10286         * config.make.in (enable-lock-elision): New Makefile variable.
10287         * configure.ac: Likewise.
10288         * configure: Regenerate.
10289         * sysdeps/s390/configure.ac:
10290         Add check for gcc transactions support.
10291         * sysdeps/s390/configure: Regenerate.
10292         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10293         Build elision files if enabled.
10294         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10295         Add lock elision support for s390.
10296         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10297         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10298         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10299         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10300         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10301         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10302         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10303         Likewise.
10304         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10305         Likewise.
10306         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10307         Likewise.
10308         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10309         Likewise.
10310         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10311         (__lll_timedlock_elision, __lll_lock_elision)
10312         (__lll_unlock_elision, __lll_trylock_elision)
10313         (lll_timedlock_elision, lll_lock_elision)
10314         (lll_unlock_elision, lll_trylock_elision): Add.
10315         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10316         (pthread_mutex_t): Add lock elision support for s390.
10317
10318 2014-05-14  Wilco  <wdijkstr@arm.com>
10319
10320         * sysdeps/arm/fclrexcpt.c: Cleanup.
10321         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10322         * sysdeps/arm/feenablxcpt.c: Cleanup.
10323         * sysdeps/arm/fegetenv.c: Cleanup.
10324         * sysdeps/arm/fegetexcept.c: Cleanup.
10325         * sysdeps/arm/fegetround.c: Cleanup.
10326         * sysdeps/arm/feholdexcpt.c: Cleanup.
10327         * sysdeps/arm/fesetenv.c: Cleanup.
10328         * sysdeps/arm/fesetround.c: Cleanup.
10329         * sysdeps/arm/feupdateenv.c: Cleanup.
10330         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10331         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10332         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10333         * sysdeps/arm/ftestexcept.c: Cleanup.
10334         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10335         * sysdeps/arm/setfpucw.c: Cleanup.
10336
10337 2014-05-09  Will Newton  <will.newton@linaro.org>
10338
10339         * sysdeps/arm/armv7/strcmp.S: New file.
10340         * NEWS: Mention addition of ARMv7 optimized strcmp.
10341
10342 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10343
10344         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10345         look for %.ac rather than %.in.
10346
10347         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10348         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10349         * sysdeps/mach/hurd/configure: Regenerated.
10350         * sysdeps/unix/sysv/linux/configure: Regenerated.
10351
10352         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10353
10354 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10355
10356         [BZ# 16922]
10357         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10358         (LONG_SUB): Ditto.
10359         (PTR_SUB): Ditto.
10360
10361 2014-05-07  Andreas Schwab  <schwab@suse.de>
10362
10363         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10364         when skipping over non-matching result from nscd.
10365
10366 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10367
10368         [BZ #16876]
10369         * nptl/sockperf.c (client): Check socket return value.
10370
10371         [BZ #16877]
10372         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10373         nscd security class.
10374
10375 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10376
10377         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10378         * sysdeps/arm/unwind.h: ... here.
10379
10380 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10381
10382         [BZ# 16916]
10383         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10384         Define.
10385
10386 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10387
10388         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10389         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10390         multiarch strncpy for PPC64.
10391         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10392         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10393         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10394         multiarch optimizations.
10395         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10396         (__libc_ifunc_impl_list): Likewise.
10397         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10398         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10399         multiarch stpncpy for PPC64.
10400         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10401         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10402
10403 2014-05-06  Andreas Schwab  <schwab@suse.de>
10404
10405         [BZ #16912]
10406         * gmon/mcount.c (_MCOUNT_DECL): Use
10407         atomic_compare_and_exchange_bool_acq instead of
10408         catomic_compare_and_exchange_bool_acq.
10409
10410 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10411
10412         * elf/Makefile (others, install-bin): Remove pldd.
10413         (pldd-modules): Variable removed.
10414         ($(objpfx)pldd): Target removed.
10415         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10416         (others, install-bin): Append pldd here.
10417         ($(objpfx)pldd): New target.
10418
10419         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10420         to 0, so the first #if test emitted later doesn't see it undefined.
10421         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10422         * sysdeps/gnu/errlist.c: Regenerated.
10423
10424 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10425
10426         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10427         [libc_hidden_builtin_def]: Define to empty value.
10428         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10429         [libc_hidden_builtin_def]: Likewise.
10430         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10431         [libc_hidden_builtin_def]: Likewise.
10432         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10433         [libc_hidden_builtin_def]: Likewise.
10434         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10435         __redirect_memcpy and define ifunc as default hidden symbol.
10436         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10437         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10438
10439 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10440
10441         * locale/iso-4217.def: Reintroduce XDR currency.
10442
10443 2014-05-04  Allan McRae  <allan@archlinux.org>
10444
10445         * po/eo.po: Update Esperanto translation from translation project.
10446
10447 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10448
10449         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10450         and FEATURE_INDEX_MAX to 1.
10451         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10452
10453 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10454
10455         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10456         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10457         * iconvdata/big5.c (ONE_DIRECTION): Define.
10458         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10459         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10460         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10461         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10462         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10463         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10464         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10465         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10466         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10467         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10468         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10469         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10470         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10471         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10472         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10473         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10474         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10475         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10476         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10477         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10478         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10479         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10480         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10481         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10482         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10483         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10484         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10485         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10486         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10487         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10488         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10489         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10490         * iconvdata/johab.c (ONE_DIRECTION): Define.
10491         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10492         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10493         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10494         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10495         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10496         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10497         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10498         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10499         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10500         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10501
10502 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10503
10504         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10505         (_IO_JUMPS_OFFSET): Define to 0.
10506
10507         * nptl/sysdeps/pthread/bits/libc-lock.h
10508         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10509         (__libc_lock_define_initialized_recursive): Always define using
10510         initializer.  Modern compilers treat uninitialized (implicit zero) and
10511         explicit zero initializers the same (i.e. put the datum in bss).
10512
10513 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10514
10515         * nscd/nscd-client.h: Include <string.h>.
10516
10517 2014-05-01  David S. Miller  <davem@davemloft.net>
10518
10519         [BZ #16885]
10520         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10521         multiple zero bytes exist at the end of a string.
10522         Reported by Aurelien Jarno <aurelien@aurel32.net>
10523
10524         * string/test-strcmp.c (check): Add explicit test for situations where
10525         there are multiple zero bytes after the first.
10526
10527 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10528
10529         [BZ #16890]
10530         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10531         when compiling wprintf.
10532         * stdio-common/tstdiomisc.c (t3): New function.
10533         (main): Call it.
10534
10535 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10536
10537         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10538         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10539         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10540         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10541
10542 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10543
10544         * stdlib/longlong.h: Updated from GCC.
10545
10546 2014-05-01  Will Newton  <will.newton@linaro.org>
10547             Bernard Ogden  <bernie.ogden@linaro.org>
10548
10549         * NEWS: Update fixed bug list.
10550
10551         [BZ #15119]
10552         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10553
10554 2014-04-30  David S. Miller  <davem@davemloft.net>
10555
10556         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10557         (libc_feholdexcept_setround_sparc_ctx): New function.
10558         (libc_fesetenv_sparc_ctx): Likewise.
10559         (libc_feupdateenv_sparc_ctx): Likewise.
10560         (libc_feholdsetround_sparc_ctx): Likewise.
10561         (libc_feholdexcept_setround_ctx): Define.
10562         (libc_feholdexcept_setroundf_ctx): Likewise.
10563         (libc_feholdexcept_setroundl_ctx): Likewise.
10564         (libc_fesetenv_ctx): Likewise.
10565         (libc_fesetenvf_ctx): Likewise.
10566         (libc_fesetenvl_ctx): Likewise.
10567         (libc_feupdateenv_ctx): Likewise.
10568         (libc_feupdateenvf_ctx): Likewise.
10569         (libc_feupdateenvl_ctx): Likewise.
10570         (libc_feresetround_ctx): Likewise.
10571         (libc_feresetroundf_ctx): Likewise.
10572         (libc_feresetroundl_ctx): Likewise.
10573         (libc_feholdsetround_ctx): Likewise.
10574         (libc_feholdsetroundf_ctx): Likewise.
10575         (libc_feholdsetroundl_ctx): Likewise.
10576
10577         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10578         with __USE_GNU instead of XOPEN cpp guards.
10579
10580         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10581         0.
10582
10583         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10584         with XOPEN cpp guards.
10585
10586 2014-04-30  Julian Brown  <julian@codesourcery.com>
10587
10588         [BZ #16888]
10589         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10590         handling.
10591
10592 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10593
10594         [BZ #9894]
10595         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10596         Change to 2.6.32.
10597         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10598         * sysdeps/unix/sysv/linux/configure: Regenerated.
10599         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10600         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10601         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10602         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10603         * README: Update reference to required Linux kernel version.
10604         * manual/install.texi (Linux): Update reference to required Linux
10605         kernel headers version.
10606         * INSTALL: Regenerated.
10607
10608         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10609         header inclusion.
10610         [POSIX] (limits.h): Likewise.
10611         [POSIX] (math.h): Likewise.
10612         [POSIX] (sys/wait.h): Likewise.
10613         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10614         function.
10615         [POSIX] (stddef.h): Do not allow header inclusion.
10616
10617 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10618
10619         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10620
10621 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10622
10623         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10624         Return immediately after lll_futex_wake.
10625
10626 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10627
10628         [BZ #16791]
10629         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10630         structure.
10631         (datahead_init_pos): Call datahead_init_common early.
10632         (datahead_init_neg): Likewise.
10633
10634         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10635         datahead_init_neg): New functions.
10636         * nscd/aicache.c (addhstaiX): Use them.
10637         * nscd/grpcache.c (cache_addgr): Likewise.
10638         * nscd/hstcache.c (cache_addhst): Likewise.
10639         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10640         * nscd/netgroupcache.c (do_notfound): Likewise.
10641         (addgetnetgrentX): Likewise.
10642         (addinnetgrX): Likewise.
10643         * nscd/pwdcache.c (cache_addpw): Likewise.
10644         * nscd/servicescache.c (cache_addserv): Likewise.
10645
10646 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10647             Atsushi Onoe  <atsushi@onoe.org>
10648
10649         [BZ #14308]
10650         [BZ #12994]
10651         [BZ #13651]
10652         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10653         one response is valid.
10654         * resolv/res_send.c (send_dg): Check for validity of other
10655         response if the current response is a referral.
10656
10657 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10658
10659         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10660
10661 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10662
10663         [BZ #16823]
10664         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10665         Always divide by positive zero when computing -Inf result.
10666         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10667         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10668
10669 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10670
10671         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10672         FPSCR if value do not change.
10673         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10674         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10675         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10676         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10677         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10678         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10679         function.
10680
10681 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10682
10683         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10684         * sysdeps/unix/sysv/linux/hppa: Move directory from
10685         ports/systeps/unix/sysv/linux/hppa.
10686         * README: Update listing for hppa-*-linux-gnu.
10687
10688 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10689
10690         [BZ #16754]
10691         * manual/stdio.texi (Hook functions): Fix types of stream hook
10692         functions.
10693         [BZ #16854]
10694         * socket/sys/socket.h: Fix typo in comment.
10695
10696 2014-04-28  Wilco  <wdijkstr@arm.com>
10697
10698         * sysdeps/arm/fenv_private.h: New file.
10699         * sysdeps/arm/math_private.h: New file.
10700         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10701
10702 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10703
10704         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10705         with __int128_t.
10706         (La_x86_64_retval): Likewise.
10707
10708 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10709
10710         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10711         fpsr if value didn't change.
10712         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10713         to fpcr if value didn't change.
10714         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10715         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10716         fpsr or fpcr if value didn't change.
10717         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10718         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10719         fpcr if value didn't change.
10720         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10721         to fpsr if value didn't change.
10722
10723 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10724
10725         * nptl/tst-sem3.c: Use test-skeleton.c
10726         (main): Rename to do_test.  Use return instead of
10727         exit.
10728         * nptl/tst-sem4.c: Use test-skeleton.c
10729         (main): Rename to do_test.
10730
10731 2014-04-22  David S. Miller  <davem@davemloft.net>
10732
10733         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10734         (struct sigaction): New struct member __glibc_reserved0, change
10735         type of sa_flags to int.
10736
10737 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
10738
10739         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10740         (COUNT_LEADING_ZEROS_0): Define for AArch64.
10741
10742 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10743
10744         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10745         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10746
10747 2014-04-22  Will Newton  <will.newton@linaro.org>
10748             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
10749
10750         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10751         (__longjmp): Add longjmp and longjmp_target SystemTap
10752         probes.
10753         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10754         (__sigsetjmp): Add setjmp SystemTap probe.
10755
10756 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
10757
10758         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10759         match manual order.
10760
10761 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10762
10763         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10764
10765         * sysdeps/powerpc/fpu/fenv_private.h
10766         (libc_feholdexcept_setroundl_ctx): Define to
10767         libc_feholdexcept_setround_ppc_ctx.
10768         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10769         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10770         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10771         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10772
10773 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10774
10775         * sysdeps/aarch64/math-tests.h: New file.
10776
10777 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
10778
10779         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10780         New.
10781         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10782         Check and set bit_AVX2_Usable.
10783         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10784         macro.
10785         (bit_AVX2): Likewise.
10786         (index_AVX2_Usable): Likewise.
10787         (CPUID_AVX2): Likewise.
10788         (HAS_AVX2): Likewise.
10789
10790 2014-04-17  Will Newton  <will.newton@linaro.org>
10791
10792         * manual/setjmp.texi (System V contexts): Add note that
10793         calling setcontext on a context created by a call to a
10794         signal handler is undefined.  Update text to note that
10795         setcontext from a signal handler is possible but not
10796         recommended.
10797
10798         [BZ #16629]
10799         * stdlib/tst-setcontext.c: Include signal.h.
10800         (main): Check that the signal stack before and
10801         after swapcontext is the same.
10802
10803         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10804         Re-implement to restore registers in user code and avoid
10805         rt_sigreturn system call.
10806
10807 2014-04-17  Wilco  <wdijkstr@arm.com>
10808
10809         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10810         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10811         * math/test-fenv.c: Skip exception trap tests on targets which only
10812         support non-stop mode.
10813
10814 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10815             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10816
10817         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10818         (libc_feholdsetround_aarch64_ctx)
10819         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10820         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10821         (libc_feresetround_ctx, libc_feresetroundf_ctx)
10822         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10823         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10824         (libc_feresetround_noexl_ctx): Define.
10825
10826 2014-04-16  Richard Henderson  <rth@redhat.com>
10827
10828         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10829
10830         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10831         unwind tables.
10832
10833         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10834         const from the non-libc, non-ldso copy.
10835
10836         * sysdeps/alpha/libm-test-ulps: Regenerate.
10837
10838 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
10839             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10840
10841         * sysdeps/aarch64/fpu/math_private.h: New file.
10842
10843 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10844
10845         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10846
10847 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
10848
10849         [BZ #16275]
10850         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10851         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10852         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10853         Intel MPX bound registers before _dl_profile_fixup.
10854         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10855         registers after _dl_profile_fixup.  Save and restore bound
10856         registers bnd0/bnd1 when calling _dl_call_pltexit.
10857         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10858         (LR_BND_OFFSET): Likewise.
10859         (LRV_BND0_OFFSET): Likewise.
10860         (LRV_BND1_OFFSET): Likewise.
10861
10862 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10863
10864         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10865         to...
10866         * sysdeps/mach/hurd/i386/tls.h: ... here.
10867         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10868         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10869         fields.
10870
10871 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10872
10873         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10874
10875 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10876
10877         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10878
10879 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10880
10881         [BZ #14770]
10882         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10883         * sysdeps/s390/configure: Regenerate.
10884
10885         [BZ #16824]
10886         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10887         Set round-to-nearest internally to reduce error accumulation.
10888
10889 2014-04-16  Alan Modra  <amodra@gmail.com>
10890
10891         [BZ #16740]
10892         [BZ #16619]
10893         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
10894         * math/libm-test.inc (frexp_test_data): Add tests.
10895         * NEWS: Update fixed bug list.
10896
10897 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10898
10899         * benchtests/Makefile: Depend on libraries in build directory.
10900         (bench-math): Separate out math tests.
10901         (bench-pthread): Separate out pthread tests.
10902         (bench): Include math and pthread tests.
10903
10904 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
10905
10906         [BZ #16831]
10907         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
10908         _dl_debug_initialize.
10909
10910         * configure.ac: Remove SELinux header check.
10911         * configure: Regenerate.
10912         * nscd/selinux.c (perms): Array of const char* to permission names.
10913         (nscd_request_avc_has_perm): Call security_deny_unknown to find
10914         default policy. Call string_to_security_class and string_to_av_perm to
10915         translate strings. Enforce default policy and call avs_has_perm with
10916         results of translated strings.
10917
10918 2014-04-13  David S. Miller  <davem@davemloft.net>
10919
10920         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10921
10922 2014-04-12  Allan McRae  <allan@archlinux.org>
10923
10924         [BZ #16838]
10925         * manual/string.texi (Collation Functions): Fix qsort argument
10926         order in example.
10927         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
10928
10929 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
10930
10931         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
10932         Make the test a no-op if there are no exceptions defined.
10933
10934 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
10935
10936         * elf/Makefile (tests): make tst-dlopen-aout conditional on
10937         enable-hardcoded-path-in-tests
10938
10939 2014-04-11  Will Newton  <will.newton@linaro.org>
10940
10941         * benchtests/Makefile (extra-objs): Add json-lib.o.
10942         (bench-func): Tidy up JSON output.
10943         * benchtests/bench-skeleton.c: Include json-lib.h.
10944         (main): Use JSON library functions to do output of
10945         benchmark results.
10946         * benchtests/bench-timing-type.c (main): Output the
10947         timing type simply, leaving formatting to the user.
10948         * benchtests/json-lib.c: New file.
10949         * benchtests/json-lib.h: Likewise.
10950
10951 2014-04-11  Torvald Riegel  <triegel@redhat.com>
10952
10953         [BZ #15215]
10954         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
10955         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
10956         memory barriers.  Add comments.
10957         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
10958         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
10959         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
10960         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
10961         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
10962         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
10963
10964 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10965
10966         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
10967         * sysdeps/s390/s390-64/configure.ac: ... this ...
10968         * sysdeps/s390/configure.ac: ... to here.
10969         * sysdeps/s390/s390-32/configure: Delete file.
10970         * sysdeps/s390/s390-64/configure: Delete file.
10971         * sysdeps/s390/configure: Regenerate.
10972
10973 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
10974
10975         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
10976
10977 2014-04-11  Will Newton  <will.newton@linaro.org>
10978
10979         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
10980         to zero if it is not defined elsewhere.  (mtrim): Test
10981         the value of MALLOC_DEBUG with #if rather than #ifdef.
10982
10983 2014-04-10 Torvald Riegel  <triegel@redhat.com>
10984
10985         * benchtests/pthread_once-inputs: New file.
10986         * benchtests/pthread_once-source.c: New file.
10987         * benchtests/README: Update documentation.
10988
10989 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
10990             H.J. Lu  <hongjiu.lu@intel.com>
10991
10992         [BZ #16275]
10993         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
10994         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
10995         * sysdeps/x86_64/configure: Regenerated.
10996         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
10997         macro.
10998         (REGISTER_SAVE_RAX): Likewise.
10999         (REGISTER_SAVE_RCX): Likewise.
11000         (REGISTER_SAVE_RDX): Likewise.
11001         (REGISTER_SAVE_RSI): Likewise.
11002         (REGISTER_SAVE_RDI): Likewise.
11003         (REGISTER_SAVE_R8): Likewise.
11004         (REGISTER_SAVE_R9): Likewise.
11005         (REGISTER_SAVE_BND0): Likewise.
11006         (REGISTER_SAVE_BND1): Likewise.
11007         (REGISTER_SAVE_BND2): Likewise.
11008         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11009         bound registers when calling _dl_fixup.
11010
11011 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11012
11013         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11014         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11015         of its definition.
11016         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11017         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11018         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11019         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11020         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11021         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11022         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11023
11024 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11025
11026         [BZ #15514]
11027         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11028         pathconf(_PC_NAME_MAX).
11029
11030 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11031
11032         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11033         Remove macro usage.
11034         (__PTHREAD_SPINS): Move definition to ...
11035         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11036         (__PTHREAD_SPINS): ... here.
11037         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11038         (__PTHREAD_SPIN): Likewise.
11039         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11040         (__PTHREAD_SPIN): Likewise.
11041         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11042         (__PTHREAD_SPIN): Likewise.
11043         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11044         (__PTHREAD_SPIN): Likewise.
11045         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11046         (__PTHREAD_SPIN): Likewise.
11047         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11048         (__PTHREAD_SPIN): Likewise.
11049         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11050         (__PTHREAD_SPIN): Likewise.
11051         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11052         (__PTHREAD_SPIN): Likewise.
11053         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11054         (__PTHREAD_SPIN): Likewise.
11055         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11056         (__PTHREAD_SPIN): Likewise.
11057         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11058         (__PTHREAD_SPIN): Likewise.
11059         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11060         (__PTHREAD_SPIN): Likewise.
11061
11062         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11063         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11064         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11065         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11066         imply folder.
11067         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11068         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11069         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11070         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11071         correct imply path.
11072         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11073         strlen symbol for non multi-arch builds.
11074         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11075         missing hidden_def and weak_alias.
11076
11077 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11078
11079         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11080
11081 2014-04-07  Will Newton  <will.newton@linaro.org>
11082
11083         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11084         and contents.  [!_LIBC] Remove #ifndef and contents.
11085         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11086         * string/memccpy.c (__memccpy): Use ANSI prototype.
11087         * string/memfrob.c (memfrob): Likewise.
11088         * string/strcoll.c (STRCOLL): Likewise.
11089         * string/strlen.c (strlen): Likewise.
11090         * string/strtok.c (STRTOK): Likewise.
11091         * string/strcat.c: Remove unused #include of memcopy.h.
11092         (strcat): Use ANSI prototype.
11093         * string/strchr.c: Remove unused #include of memcopy.h.
11094         (strchr): Use ANSI prototype.
11095         * string/strcmp.c: Remove unused #include of memcopy.h.
11096         (strcmp): Use ANSI prototype.
11097         * string/strcpy.c: Remove unused #include of memcopy.h.
11098         (strcpy): Use ANSI prototype.
11099
11100 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11101
11102         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11103         * config.make.in (config-extra-cppflags): Set it from
11104         libc_extra_cppflags.
11105         * configure.ac (libc_extra_cflags): Make it accumulate over
11106         configure fragments.
11107         (libc_extra_cppflags): New flag.
11108         * configure. Regenerate.
11109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11110         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11111         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11113
11114         [BZ #16815]
11115         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11116         result for FE_DOWNWARD rounding mode.
11117         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11118         Likewise.
11119         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11120
11121 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11122
11123         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11124         in function argument name.
11125
11126 2014-04-03  David Svoboda  <svoboda@cert.org>
11127
11128         [BZ #5666]
11129         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11130         explicitly.
11131
11132 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11133
11134         * elf/dl-unmap-segments.h: New file.
11135         * sysdeps/generic/ldsodefs.h
11136         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11137         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11138         * elf/dl-fptr.c: Likewise.
11139         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11140         * sysdeps/aarch64/tlsdesc.c: Likewise.
11141         * sysdeps/arm/tlsdesc.c: Likewise.
11142         * sysdeps/i386/tlsdesc.c: Likewise.
11143         * sysdeps/tile/dl-runtime.c: Likewise.
11144         * sysdeps/x86_64/tlsdesc.c: Likewise.
11145         * elf/dl-load.h: New file.
11146         * elf/dl-load.c: Include it.
11147         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11148         Macros moved to dl-load.h.
11149         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11150         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11151         Use _dl_unmap_segments in place of __munmap.
11152         Break out segment-mapping loop into ...
11153         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11154
11155 2014-04-03  Will Newton  <will.newton@linaro.org>
11156
11157         * elf/dl-lookup.c (do_lookup_x): Remove comment
11158         referring to nested function and move variable
11159         declarations down to before first use.
11160
11161 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11162
11163         [BZ #16799]
11164         [BZ #16800]
11165         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11166         with 0 numerator.
11167         * math/s_catanf.c (__catanf): Likewise.
11168         * math/s_catanh.c (__catanh): Likewise.
11169         * math/s_catanhf.c (__catanhf): Likewise.
11170         * math/s_catanhl.c (__catanhl): Likewise.
11171         * math/s_catanl.c (__catanl): Likewise.
11172         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11173         by positive zero when computing -Inf result.
11174         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11175         (catanh_test): Likewise.
11176         * sysdeps/i386/fpu/libm-test-ulps: Update.
11177         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11178
11179         [BZ #16789]
11180         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11181         instead of using underflowing value in computing result.
11182         * math/s_clog10.c (__clog10): Likewise.
11183         * math/s_clog10f.c (__clog10f): Likewise.
11184         * math/s_clog10l.c (__clog10l): Likewise.
11185         * math/s_clogf.c (__clogf): Likewise.
11186         * math/s_clogl.c (__clogl): Likewise.
11187         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11188         (clog10_test): Likewise.
11189         * sysdeps/i386/fpu/libm-test-ulps: Update.
11190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11191
11192 2014-04-02  Alan Modra  <amodra@gmail.com>
11193
11194         [BZ #16739]
11195         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11196         output when value is near a power of two.  Use int64_t for lx and
11197         remove casts.  Use decimal rather than hex exponent constants.
11198         Don't use long double multiplication when double will suffice.
11199         * math/libm-test.inc (nextafter_test_data): Add tests.
11200         * NEWS: Add 16739 and 16786 to bug list.
11201
11202         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11203
11204         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11205
11206 2014-04-01  Will Newton  <will.newton@linaro.org>
11207
11208         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11209         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11210
11211 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11212
11213         [BZ #13347]
11214         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11215         * nptl/tst-setuid2.c: New file.
11216         * nptl/Makefile (xtests): Add tst-setuid2.
11217
11218 2014-04-01  Alan Modra  <amodra@gmail.com>
11219
11220         [BZ #16786]
11221         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11222
11223 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11224
11225         [BZ #6803]
11226         [BZ #6804]
11227         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11228         set errno as appropriate.
11229         * math/w_scalbf.c (__scalbf): Likewise.
11230         * math/w_scalbl.c (__scalbl): Likewise.
11231         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11232         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11233         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11234         Add more NaN tests.
11235
11236         [BZ #16349]
11237         * math/w_atan2.c: Include <errno.h>.
11238         (__atan2): Set errno for result underflowing to zero.
11239         * math/w_atan2f.c: Include <errno.h>.
11240         (__atan2f): Set errno for result underflowing to zero.
11241         * math/w_atan2l.c: Include <errno.h>.
11242         (__atan2l): Set errno for result underflowing to zero.
11243         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11244         tests.
11245         * math/auto-libm-test-out: Regenerated.
11246
11247 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11248
11249         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11250         Encode instruction correctly in little endian.
11251         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11252         Likewise.
11253         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11254         Likewise.
11255         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11256         Likewise.
11257         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11258         Likewise.
11259
11260 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11261
11262         [BZ #9894]
11263         * sysdeps/unix/sysv/linux/kernel-features.h
11264         [__sparc__ && !__arch64__ && !__sparc_v9__]
11265         (__ASSUME_SET_ROBUST_LIST): Do not define.
11266         [__sparc__ && !__arch64__ && !__sparc_v9__]
11267         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11268         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11269         Likewise.
11270         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11271         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11272         (__ASSUME_REQUEUE_PI): Likewise.
11273         (__ASSUME_SET_ROBUST_LIST): Likewise.
11274         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11275         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11276         Undefine.
11277         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11278         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11279         Likewise.
11280         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11281         Likewise.
11282         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11283         Likewise.
11284         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11285         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11286         Undefine.
11287         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11288         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11289         Likewise.
11290
11291         [BZ #16648]
11292         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11293         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11294         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11295
11296 2014-03-31  Will Newton  <will.newton@linaro.org>
11297
11298         * benchtests/Makefile (bench): Add ffs and ffsll to list
11299         of tests.
11300         * benchtests/ffs-inputs: New file.
11301         * benchtests/ffsll-inputs: Likewise.
11302
11303 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11304
11305         [BZ #16770]
11306         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11307         too large before casting to int.
11308         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11309         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11310         * math/libm-test.inc (scalb_test_data): Add more tests.
11311
11312 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11313
11314         * benchtests/Makefile (DETAILED_OPT): New make option.
11315         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11316         set.
11317         * benchtests/bench-skeleton.c: Include stdbool.h.
11318         (main): Store and print timings per input.
11319         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11320         member to each argument value.
11321         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11322         (_print_arg_data): Initialize per-input timing to 0.
11323
11324         * benchtests/Makefile (timing-type): New binary.
11325         (bench-clean): Also remove bench-timing-type.
11326         (bench): New target for timing-type.
11327         (bench-func): Print output in JSON format.
11328         * benchtests/bench-skeleton.c (main): Print output in JSON
11329         format.
11330         * benchtests/bench-timing-type.c: New file.
11331         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11332         (TIMING_PRINT_STATS): Remove.
11333         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11334         name separately.
11335
11336         * benchtests/bench-modf.c: Remove.
11337         * benchtests/modf-inputs: New inputs file.
11338
11339 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11340
11341         [BZ #16362]
11342         * math/s_clog10.c (M_PI_LOG10E): New macro.
11343         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11344         imaginary parts are 0.
11345         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11346         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11347         imaginary parts are 0.
11348         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11349         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11350         imaginary parts are 0.
11351         * math/libm-test.inc (clog10_test_data): Update expected results
11352         for when real and imaginary parts are 0.
11353
11354 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11355
11356         * elf/dl-load.c: Finish conversion of __builtin_expect into
11357         __glibc_{un}likely.
11358
11359 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11360
11361         [BZ #16348]
11362         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11363         1+x for argument with exponent below -67.
11364         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11365         Likewise.
11366         * math/auto-libm-test-in: Add more tests of exp.
11367         * math/auto-libm-test-out: Regenerated.
11368
11369 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11370
11371         [BZ #16759]
11372         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11373         (nscd_getnetgrent): Use it.
11374
11375         [BZ #16760]
11376         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11377         of stpcpy.
11378
11379 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11380
11381         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11382         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11383         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11384         (lll_robust_unlock): Remove out of line section. Use cfi
11385         intrinsics.
11386         (LLL_STUB_UNWIND_INFO*): Remove.
11387         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11388         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11389         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11390         (lll_robust_unlock): Remove out of line section. Use cfi
11391         intrinsics.
11392         (LLL_STUB_UNWIND_INFO*): Remove.
11393
11394 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11395
11396         [BZ #16758]
11397         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11398         blank values.
11399
11400 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11401
11402         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11403
11404 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11405
11406         [BZ #16198]
11407         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11408         fnstenv.
11409         * math/test-fenv-preserve.c: New file.
11410         * math/Makefile (tests): Add test-fenv-preserve.
11411
11412 2014-03-26  Will Newton <will.newton@linaro.org>
11413
11414         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11415
11416 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11417
11418         * scripts/versionlist.awk: Partition the version sets and emit all
11419         GLIBC_* (sorted) before all others (sorted).
11420
11421 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11422
11423         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11424         GLIBC_2.2.5 version.
11425
11426 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11427
11428         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11429         calls.
11430
11431         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11432         previous change.
11433
11434         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11435
11436 2014-03-25  Andreas Schwab  <schwab@suse.de>
11437
11438         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11439         label to be used after in6ailist is initialized.
11440
11441 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11442
11443         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11444         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11445
11446 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11447
11448         [BZ #16357]
11449         [BZ #16599]
11450         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11451         min_plus_half.
11452         (fp_formats): Update initializers.
11453         (init_fp_formats): Initialize new field.
11454         (output_for_one_input_case): Allow underflow for results up to
11455         min_plus_half.
11456         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11457         * math/auto-libm-test-in: Don't mark some underflows from asin and
11458         atanh as spurious.
11459         * math/auto-libm-test-out: Regenerated.
11460         * sysdeps/i386/fpu/libm-test-ulps: Update.
11461         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11462
11463 2014-03-25  Andreas Schwab  <schwab@suse.de>
11464
11465         * libio/Makefile (tst-ftell-partial-wide-ENV)
11466         (tst-ftell-active-handler-ENV): Define.
11467
11468 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11469
11470         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11471
11472 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11473
11474         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11475
11476 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11477
11478         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11479         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11480         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11481
11482 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11483
11484         [BZ #16634]
11485         * elf/dl-load.c (open_verify): Add mode parameter.
11486         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11487         (open_path): Change from boolean 'secure' to complete flag 'mode'
11488         (_dl_map_object): Adjust.
11489         * elf/Makefile (tests): Add tst-dlopen-aout.
11490         * elf/tst-dlopen-aout.c: New test.
11491
11492 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11493
11494         [BZ #16714]
11495         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11496         (struct stat): Rename member pad0 to __glibc_reserved0.
11497
11498         [BZ #16712]
11499         * sysdeps/s390/s390-32/bits/wordsize.h
11500         (__WORDSIZE32_SIZE_ULONG): New define.
11501         * sysdeps/s390/s390-64/bits/wordsize.h
11502         (__WORDSIZE32_SIZE_ULONG): Likewise.
11503         * sysdeps/generic/stdint.h (SIZE_MAX):
11504         Define as UL if __WORDSIZE32_SIZE_ULONG.
11505
11506         [BZ #16713]
11507         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11508         (__glibc_reserved0): New variable.
11509         (sa_flags): Change type to int.
11510
11511         * posix/Makefile (before-compile): Use += before-compile instead
11512         of a :=.
11513
11514         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11515         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11516
11517 2014-03-20  Andreas Schwab  <schwab@suse.de>
11518
11519         [BZ #16743]
11520         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11521         non-matching result from nscd.
11522
11523 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11524
11525         * scripts/bench.py: Moved to ...
11526         * benchtests/scripts/bench.py: ... here.
11527         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11528
11529 2014-03-24  Andreas Schwab  <schwab@suse.de>
11530
11531         [BZ #16002]
11532         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11533         alloca_account and account alloca use for struct in6ailist.
11534
11535 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11536
11537         [BZ #16284]
11538         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11539         rounding mode to recompute results that overflow to infinity or
11540         underflow to zero.
11541         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11542         bug 16284.
11543         * math/auto-libm-test-out: Regenerated.
11544         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11545         (ccosh_test): Likewise.
11546         (csin_test_data): Use plus_oflow.
11547         (csin_test): Use ALL_RM_TEST.
11548         (csinh_test_data): Use plus_oflow.
11549         (csinh_test): Use ALL_RM_TEST.
11550         * sysdeps/i386/fpu/libm-test-ulps: Update.
11551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11552
11553 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11554
11555         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11556         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11557         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11558
11559         [BZ #16731]
11560         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11561         when x - 1 is zero.
11562         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11563         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11564         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11565         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11566         argument is 1.
11567         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11568         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11569         zero.
11570         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11571         * sysdeps/i386/fpu/libm-test-ulps: Update.
11572         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11573
11574 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11575
11576         * scripts/bench.pl: Remove file.
11577         * scripts/bench.py: New benchmark script.
11578         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11579         * benchtests/README: Mention python dependency.
11580         * scripts/pylintrc: New file.
11581         * scripts/pylint: New file.
11582
11583         * bits/mathdef.h: Use #ifdef instead of #if.
11584         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11585         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11586         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11587         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11588         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11589         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11590
11591 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11592             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11593
11594         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11595         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11596         and strpbrk-ppc64 objects.
11597         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11598         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11599         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11600         multiarch strpbrk for POWER7.
11601         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11602         multiarch strpbrk for PPC64.
11603         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11604         ifunc selector.
11605         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11606         strpbrk for POWER7.
11607
11608 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11609
11610         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11611         (atan_test): Likewise.
11612         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11613         (atanh_test): Use ALL_RM_TEST.
11614         (atan2_test_data): Likewise.
11615         (cabs_test): Likewise.
11616         (cacosh_test): Likewise.
11617         (carg_test): Likewise.
11618         (casin_test): Likewise.
11619         (casinh_test): Likewise.
11620         (cbrt_test): Likewise.
11621         (csqrt_test): Likewise.
11622         (erf_test): Likewise.
11623         (erfc_test): Likewise.
11624         (pow10_test): Likewise.
11625         (exp2_test): Likewise.
11626         (hypot_test): Likewise.
11627         (j0_test): Likewise.
11628         (j1_test): Likewise.
11629         (lgamma_test): Likewise.
11630         (gamma_test): Likewise.
11631         (sincos_test): Likewise.
11632         (tanh_test): Likewise.
11633         (y0_test): Likewise.
11634         (y1_test): Likewise.
11635         * sysdeps/i386/fpu/libm-test-ulps: Update.
11636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11637
11638 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11639
11640         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11641         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11642         and strcspn-ppc64 objects.
11643         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11644         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11645         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11646         multiarch strcspn for POWER7.
11647         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11648         multiarch strcspn for PPC64.
11649         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11650         ifunc selector.
11651         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11652         strcspn for POWER7.
11653
11654 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11655
11656         * math/gen-libm-test.pl (generate_testfile): Expect only function
11657         name as argument to AUTO_TESTS_* and pass results for all rounding
11658         modes to parse_args.
11659         (parse_auto_input): Separate inputs of automatic tests from
11660         outputs before storing in %auto_tests.
11661         * math/libm-test.inc (acos_test_data): Update call to
11662         AUTO_TESTS_f_f.
11663         (acos_test): Use ALL_RM_TEST.
11664         (acos_tonearest_test_data): Remove.
11665         (acos_test_tonearest): Likewise.
11666         (acos_towardzero_test_data): Likewise.
11667         (acos_test_towardzero): Likewise.
11668         (acos_downward_test_data): Likewise.
11669         (acos_test_downward): Likewise.
11670         (acos_upward_test_data): Likewise.
11671         (acos_test_upward): Likewise.
11672         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11673         (asin_test_data): Likewise.
11674         (asin_test): Use ALL_RM_TEST.
11675         (asin_tonearest_test_data): Remove.
11676         (asin_test_tonearest): Likewise.
11677         (asin_towardzero_test_data): Likewise.
11678         (asin_test_towardzero): Likewise.
11679         (asin_downward_test_data): Likewise.
11680         (asin_test_downward): Likewise.
11681         (asin_upward_test_data): Likewise.
11682         (asin_test_upward): Likewise.
11683         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11684         (atan_test_data): Likewise.
11685         (atanh_test_data): Likewise.
11686         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11687         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11688         (carg_test_data): Likewise.
11689         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11690         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11691         (ccosh_test_data): Likewise.
11692         (cexp_test_data): Likewise.
11693         (clog_test_data): Likewise.
11694         (clog10_test_data): Likewise.
11695         (cos_test_data): Update call to AUTO_TESTS_f_f.
11696         (cos_test): Use ALL_RM_TEST.
11697         (cos_tonearest_test_data): Remove.
11698         (cos_test_tonearest): Likewise.
11699         (cos_towardzero_test_data): Likewise.
11700         (cos_test_towardzero): Likewise.
11701         (cos_downward_test_data): Likewise.
11702         (cos_test_downward): Likewise.
11703         (cos_upward_test_data): Likewise.
11704         (cos_test_upward): Likewise.
11705         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11706         (cosh_test): Use ALL_RM_TEST.
11707         (cosh_tonearest_test_data): Remove.
11708         (cosh_test_tonearest): Likewise.
11709         (cosh_towardzero_test_data): Likewise.
11710         (cosh_test_towardzero): Likewise.
11711         (cosh_downward_test_data): Likewise.
11712         (cosh_test_downward): Likewise.
11713         (cosh_upward_test_data): Likewise.
11714         (cosh_test_upward): Likewise.
11715         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11716         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11717         (ctan_test_data): Likewise.
11718         (ctan_test): Use ALL_RM_TEST.
11719         (ctan_tonearest_test_data): Remove.
11720         (ctan_test_tonearest): Likewise.
11721         (ctan_towardzero_test_data): Likewise.
11722         (ctan_test_towardzero): Likewise.
11723         (ctan_downward_test_data): Likewise.
11724         (ctan_test_downward): Likewise.
11725         (ctan_upward_test_data): Likewise.
11726         (ctan_test_upward): Likewise.
11727         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11728         (ctanh_test): Use ALL_RM_TEST.
11729         (ctanh_tonearest_test_data): Remove.
11730         (ctanh_test_tonearest): Likewise.
11731         (ctanh_towardzero_test_data): Likewise.
11732         (ctanh_test_towardzero): Likewise.
11733         (ctanh_downward_test_data): Likewise.
11734         (ctanh_test_downward): Likewise.
11735         (ctanh_upward_test_data): Likewise.
11736         (ctanh_test_upward): Likewise.
11737         (erf_test_data): Update call to AUTO_TESTS_f_f.
11738         (erfc_test_data): Likewise.
11739         (exp_test_data): Likewise.
11740         (exp_test): Use ALL_RM_TEST.
11741         (exp_tonearest_test_data): Remove.
11742         (exp_test_tonearest): Likewise.
11743         (exp_towardzero_test_data): Likewise.
11744         (exp_test_towardzero): Likewise.
11745         (exp_downward_test_data): Likewise.
11746         (exp_test_downward): Likewise.
11747         (exp_upward_test_data): Likewise.
11748         (exp_test_upward): Likewise.
11749         (exp10_test_data): Update call to AUTO_TESTS_f_f.
11750         (exp10_test): Use ALL_RM_TEST.
11751         (exp10_tonearest_test_data): Remove.
11752         (exp10_test_tonearest): Likewise.
11753         (exp10_towardzero_test_data): Likewise.
11754         (exp10_test_towardzero): Likewise.
11755         (exp10_downward_test_data): Likewise.
11756         (exp10_test_downward): Likewise.
11757         (exp10_upward_test_data): Likewise.
11758         (exp10_test_upward): Likewise.
11759         (exp2_test_data): Update call to AUTO_TESTS_f_f.
11760         (expm1_test_data): Likewise.
11761         (expm1_test): Use ALL_RM_TEST.
11762         (expm1_tonearest_test_data): Remove.
11763         (expm1_test_tonearest): Likewise.
11764         (expm1_towardzero_test_data): Likewise.
11765         (expm1_test_towardzero): Likewise.
11766         (expm1_downward_test_data): Likewise.
11767         (expm1_test_downward): Likewise.
11768         (expm1_upward_test_data): Likewise.
11769         (expm1_test_upward): Likewise.
11770         (fma_test_data): Update call to AUTO_TESTS_fff_f.
11771         (fma_test): Use ALL_RM_TEST.
11772         (fma_towardzero_test_data): Remove.
11773         (fma_test_towardzero): Likewise.
11774         (fma_downward_test_data): Likewise.
11775         (fma_test_downward): Likewise.
11776         (fma_upward_test_data): Likewise.
11777         (fma_test_upward): Likewise.
11778         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11779         (j0_test_data): Update call to AUTO_TESTS_f_f.
11780         (j1_test_data): Likewise.
11781         (jn_test_data): Update call to AUTO_TESTS_if_f.
11782         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11783         (log_test_data): Update call to AUTO_TESTS_f_f.
11784         (log10_test_data): Likewise.
11785         (log1p_test_data): Likewise.
11786         (log2_test_data): Likewise.
11787         (pow_test_data): Update call to AUTO_TESTS_ff_f.
11788         (pow_tonearest_test_data): Likewise.
11789         (sin_test_data): Update call to AUTO_TESTS_f_f.
11790         (sin_test): Use ALL_RM_TEST.
11791         (sin_tonearest_test_data): Remove.
11792         (sin_test_tonearest): Likewise.
11793         (sin_towardzero_test_data): Likewise.
11794         (sin_test_towardzero): Likewise.
11795         (sin_downward_test_data): Likewise.
11796         (sin_test_downward): Likewise.
11797         (sin_upward_test_data): Likewise.
11798         (sin_test_upward): Likewise.
11799         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11800         (sinh_test_data): Update call to AUTO_TESTS_f_f.
11801         (sinh_test): Use ALL_RM_TEST.
11802         (sinh_tonearest_test_data): Remove.
11803         (sinh_test_tonearest): Likewise.
11804         (sinh_towardzero_test_data): Likewise.
11805         (sinh_test_towardzero): Likewise.
11806         (sinh_downward_test_data): Likewise.
11807         (sinh_test_downward): Likewise.
11808         (sinh_upward_test_data): Likewise.
11809         (sinh_test_upward): Likewise.
11810         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11811         (sqrt_test): Use ALL_RM_TEST.
11812         (sqrt_tonearest_test_data): Remove.
11813         (sqrt_test_tonearest): Likewise.
11814         (sqrt_towardzero_test_data): Likewise.
11815         (sqrt_test_towardzero): Likewise.
11816         (sqrt_downward_test_data): Likewise.
11817         (sqrt_test_downward): Likewise.
11818         (sqrt_upward_test_data): Likewise.
11819         (sqrt_test_upward): Likewise.
11820         (tan_test_data): Update call to AUTO_TESTS_f_f.
11821         (tan_test): Use ALL_RM_TEST.
11822         (tan_tonearest_test_data): Remove.
11823         (tan_test_tonearest): Likewise.
11824         (tan_towardzero_test_data): Likewise.
11825         (tan_test_towardzero): Likewise.
11826         (tan_downward_test_data): Likewise.
11827         (tan_test_downward): Likewise.
11828         (tan_upward_test_data): Likewise.
11829         (tan_test_upward): Likewise.
11830         (tanh_test_data): Update call to AUTO_TESTS_f_f.
11831         (tgamma_test_data): Likewise.
11832         (y0_test_data): Likewise.
11833         (y1_test_data): Likewise.
11834         (yn_test_data): Update call to AUTO_TESTS_if_f.
11835         (main): Do not call removed functions.
11836
11837 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11838
11839         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11840         (ldexp_test_data): Remove.
11841         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
11842         scalbn_test_data.
11843         (scalb_test): Use ALL_RM_TEST.
11844
11845 2014-03-19  Andreas Schwab  <schwab@suse.de>
11846
11847         * nscd/nscd.service: Also invalidate netgroup cache on reload.
11848
11849 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11850
11851         [BZ #16649]
11852         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11853         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11854         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11855         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11856         (__ASSUME_PREADV): Undefine.
11857         (__ASSUME_PWRITEV): Likewise.
11858
11859 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11860
11861         * bits/mman-linux.h: Add comment about non-Linux use.
11862         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11863         bits/mman-linux.h resting place.
11864
11865         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11866         * bits/mman-linux.h: ... here.
11867
11868 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11869
11870         * conform/conformtest.pl: Add standard definition when calling C
11871         preprocessor on data files.
11872         (checknamespace): Remove unused variable.
11873
11874 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11875
11876         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11877         minus_oflow, plus_uflow and minus_uflow in expected results.
11878         * math/libm-test.inc (scalbn_test_data): Add more tests of
11879         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
11880         minus_uflow.
11881         (scalbn_test): Use ALL_RM_TEST.
11882         (scalbln_test_data): Add more tests of negative arguments.  Use
11883         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11884         (scalbln_test): Use ALL_RM_TEST.
11885
11886 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11887
11888         * scripts/abilist.awk: Ignore symbols marked with .hidden.
11889
11890 2014-03-18  Will Newton  <will.newton@linaro.org>
11891
11892         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
11893         inaccurate comment.
11894
11895 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11896
11897         * Makerules [!subdir] (check-abi): Exit with error status if a
11898         test failed.
11899
11900 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11901
11902         * math/libm-test.inc (nearbyint_test_data): Include all tests used
11903         for rint.  Include results for all rounding modes.
11904         (nearbyint_test): Use ALL_RM_TEST.
11905         (rint_test_data): Include all tests used for nearbyint.
11906
11907 2014-03-17  Will Newton  <will.newton@linaro.org>
11908
11909         * nptl/sysdeps/pthread/pthread.h: Revert previous
11910         change.
11911
11912         * sysdeps/generic/ldsodefs.h: Revert previous
11913         change.
11914
11915         * libio/genops.c: Revert previous change.
11916         * libio/libioP.h: Likewise.
11917         * stdio-common/vfprintf.c: Likewise.
11918
11919         * sysdeps/generic/math_private.h: Revert previous
11920         change.
11921
11922         * sysdeps/generic/math_private.h: Check whether
11923         HAVE_RM_CTX is defined with #ifdef rather
11924         than #if.
11925
11926         * argp/argp-fmtstream.h: Check whether
11927         __STRICT_ANSI__ is defined with #ifdef rather
11928         than #if.
11929         * argp/argp.h: Likewise.
11930
11931         * libio/genops.c: Check whether
11932         _IO_JUMPS_OFFSET is defined with #ifdef rather
11933         than #if.
11934         * libio/libioP.h: Likewise.
11935         * stdio-common/vfprintf.c: Likewise.
11936
11937         * sysdeps/generic/ldsodefs.h: Check whether
11938         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
11939         than #if.
11940
11941         * nptl/sysdeps/pthread/pthread.h: Check
11942         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
11943         its value.
11944
11945 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
11946
11947         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
11948         setting O_APPEND.
11949         * libio/tst-ftell-active-handler.c (do_append_test): Add a
11950         test case.
11951
11952         [BZ #16680]
11953         * libio/fileops.c (_IO_file_open): Seek to end of file but
11954         don't cache the offset.
11955         (get_file_offset): Remove function.
11956         (do_ftell): Use cached offset when available.
11957         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
11958         don't cache the offset.
11959         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
11960         case.
11961         (do_one_test): Call it.
11962         (do_ftell_test): Fix up expected old offset for a+ mode.
11963         * libio/wfileops.c (do_ftell_wide): Used cached offset when
11964         available.
11965
11966         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
11967         up test status with function return status.
11968         (do_write_test): Likewise.
11969         (do_append_test): Likewise.
11970
11971         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
11972         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
11973         Remove.
11974
11975 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11976
11977         * math/gen-libm-test.pl (parse_args): Handle results specified for
11978         each rounding mode separately.
11979         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
11980         tests and results from lrint_tonearest_test_data,
11981         lrint_towardzero_test_data, lrint_downward_test_data and
11982         lrint_upward_test_data.
11983         (lrint_test): Use ALL_RM_TEST.
11984         (lrint_tonearest_test_data): Remove.
11985         (lrint_test_tonearest): Likewise.
11986         (lrint_towardzero_test_data): Likewise.
11987         (lrint_test_towardzero): Likewise.
11988         (lrint_downward_test_data): Likewise.
11989         (lrint_test_downward): Likewise.
11990         (lrint_upward_test_data): Likewise.
11991         (lrint_test_upward): Likewise.
11992         (llrint_test_data): Merge in per-rounding-mode tests and results
11993         from llrint_tonearest_test_data, llrint_towardzero_test_data,
11994         llrint_downward_test_data and llrint_upward_test_data.
11995         (llrint_test): Use ALL_RM_TEST.
11996         (llrint_tonearest_test_data): Remove.
11997         (llrint_test_tonearest): Likewise.
11998         (llrint_towardzero_test_data): Likewise.
11999         (llrint_test_towardzero): Likewise.
12000         (llrint_downward_test_data): Likewise.
12001         (llrint_test_downward): Likewise.
12002         (llrint_upward_test_data): Likewise.
12003         (llrint_test_upward): Likewise.
12004         (rint_test_data): Merge in per-rounding-mode tests and results
12005         from rint_tonearest_test_data, rint_towardzero_test_data,
12006         rint_downward_test_data and rint_upward_test_data.  Add
12007         per-rounding-mode results for tests not in those arrays.
12008         (rint_test): Use ALL_RM_TEST.
12009         (rint_tonearest_test_data): Remove.
12010         (rint_test_tonearest): Likewise.
12011         (rint_towardzero_test_data): Likewise.
12012         (rint_test_towardzero): Likewise.
12013         (rint_downward_test_data): Likewise.
12014         (rint_test_downward): Likewise.
12015         (rint_upward_test_data): Likewise.
12016         (rint_test_upward): Likewise.
12017         (main): Don't call removed functions.
12018
12019 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12020
12021         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12022         "Compiled on ..." crapola.  It is anti-useful.
12023
12024 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12025
12026         * scripts/evaluate-test.sh: Handle fourth argument to determine
12027         whether test run should stop on failure.
12028         * Makeconfig (stop-on-test-failure): New variable.
12029         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12030         $(stop-on-test-failure).
12031         * Makefile (tests): Give a summary of results from testing and
12032         exit with failure status if they include an ERROR or FAIL.
12033         (xtests): Likewise.
12034         * manual/install.texi (Configuring and compiling): Mention
12035         stop-on-test-failure=y.
12036         * INSTALL: Regenerated.
12037
12038 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12039
12040         * scripts/versionlist.awk: New file.
12041         * Makerules [$(build-shared) = yes]
12042         (postclean-generated): Add Versions.def, not Versions.def.v and
12043         Versions.def.v.i.
12044         ($(common-objpfx)Versions.def.v.i): Target removed.
12045         ($(common-objpfx)Versions.def): New target.
12046         ($(common-objpfx)Versions.all): Depend on that rather that
12047         $(common-objpfx)Versions.def.v.
12048         * Versions.def: File removed.
12049
12050         * Makeconfig (+gccwarn): Add -Wundef.
12051         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12052         a dl-sysdep.h breaking its contract.
12053         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12054         * include/stackinfo.h: New file.
12055         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12056         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12057         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12058         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12059         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12060         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12061         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12062         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12063         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12064         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12065         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12066         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12067         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12068         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12069         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12070
12071 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12072
12073         [BZ #16707]
12074         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12075         implementation.
12076         * math/libm-test.inc (round_test_data): Add more tests.
12077
12078         [BZ #16706]
12079         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12080         implementation.
12081         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12082
12083         [BZ #16701]
12084         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12085         implementation.
12086         * math/libm-test.inc (ceil_test_data): Add more tests.
12087
12088         * math/libm-test.inc (trunc_test_data): Add more tests related to
12089         BZ#16414.
12090
12091 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12092
12093         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12094         with #if rather than #ifdef.
12095         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12096
12097 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12098
12099         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12100         first.  Disable AVX-512 GCC support if assembler doesn't support
12101         it.
12102         * sysdeps/x86_64/configure: Regenerated.
12103
12104 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12105
12106         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12107         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12108         (__old_pthread_attr_setstack): Likewise.
12109         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12110         [!_STACK_GROWS_DOWN]: Likewise.
12111
12112 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12113
12114         * config.make.in (have-bash2): Delete.
12115         * configure.ac (libc_cv_have_bash2): Delete.
12116         * configure: Regenerate.
12117         * elf/Makefile (common-ldd-rewrite): Rename to ...
12118         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12119         (sh-ldd-rewrite): Delete.
12120         (bash-ldd-rewrite): Delete.
12121         (have-bash2): Delete checks.
12122         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12123         ldd-rewrite.
12124
12125         * config.make.in (have-ksh): Delete.
12126         (KSH): Delete.
12127         * configure.ac (libc_cv_have_ksh): Delete.
12128         * configure: Regenerate.
12129
12130         * elf/Makefile: Delete $(have-ksh) check.
12131         ($(objpfx)sotruss): Change KSH to BASH.
12132         * elf/sotruss.ksh: Rename to ...
12133         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12134         function style to match POSIX.  Drop ksh vim mode setting.
12135
12136         * manual/time.texi (Specifying the Time Zone with TZ): Change
12137         Tuesday to Thursday.
12138
12139         * debug/tst-longjmp_chk2.c: Update header comment.
12140         (stackoverflow_handler): Add comment.  Call assert on pass value.
12141
12142 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12143
12144         [BZ #16194]
12145         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12146         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12147         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12148         (La_x86_64_vector): Add zmm.
12149         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12150         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12151         ($(objpfx)tst-audit10): New target.
12152         ($(objpfx)tst-audit10.out): Likewise.
12153         (tst-audit10-ENV): New.
12154         (AVX512-CFLAGS): Likewise.
12155         (CFLAGS-tst-audit10.c): Likewise.
12156         (CFLAGS-tst-auditmod10a.c): Likewise.
12157         (CFLAGS-tst-auditmod10b.c): Likewise.
12158         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12159         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12160         * sysdeps/x86_64/configure: Regenerated.
12161         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12162         AVX-512 zmm register support.
12163         (_dl_x86_64_save_sse): Likewise.
12164         (_dl_x86_64_restore_sse): Likewise.
12165         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12166         size vector registers.
12167         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12168         (ZMM_SIZE): Likewise.
12169         * sysdeps/x86_64/tst-audit10.c: New file.
12170         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12171         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12172
12173 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12174
12175         * configure.ac (HAVE_EHDR_START): New check.
12176         * configure: Regenerated.
12177         * config.h.in (HAVE_EHDR_START): New #undef.
12178         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12179         assuming the lowest-addressed segment maps the start of the file.
12180
12181 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12182
12183         * INSTALL: Regenerated.
12184
12185 2014-03-13  Will Newton  <will.newton@linaro.org>
12186
12187         * manual/setjmp.texi (System V contexts): Improve
12188         clarity and grammar of documentation.
12189
12190 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12191
12192         [BZ #16381]
12193         * elf/Makefile (tests): Add tst-pie2.
12194         (tests-pie): Add tst-pie2.
12195         * elf/tst-pie2.c: New file.
12196         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12197         for ET_EXEC.
12198         * elf/rtld.c (map_doit): Load executable as lt_executable.
12199         (dl_main): Likewise.
12200
12201 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12202
12203         [BZ #16642]
12204         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12205         (__ASSUME_PSELECT): Undefine.
12206
12207 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12208
12209         [BZ #16689]
12210         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12211         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12212         static build.
12213         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12214         selector for static builds.
12215
12216 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12217
12218         [BZ #16695]
12219         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12220         key in the buffer.
12221
12222 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12223
12224         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12225         IFUNC selector for static builds.
12226
12227 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12228
12229         * sysdeps/mips/math_private.h [__mips_hard_float]
12230         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12231         libc_feresetround_mips_ctx.
12232         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12233         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12234         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12235
12236         [BZ #16677]
12237         * math/s_nextafter.c (__nextafter): Do not return value from
12238         overflowing computation.
12239         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12240         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12241         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12242         Likewise.
12243         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12244         Likewise.
12245         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12246         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12247
12248 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12249
12250         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12251         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12252         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12253         the new mov targetting sp.
12254
12255 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12256
12257         [BZ #16683]
12258         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12259         Define it for static builds as well.
12260         (NO_BZERO_IMPL): Likewise.
12261
12262 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12263
12264         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12265         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12266         multiarch strspn for PPC64.
12267         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12268         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12269         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12270         (__libc_ifunc_impl_list): Likewise.
12271         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12272         multiarch optimizations
12273         * string/strspn.c (strspn): Using macro to redefine symbol name.
12274
12275 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12276             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12277
12278         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12279         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12280         multiarch strncat for PPC64.
12281         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12282         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12283         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12284         (__libc_ifunc_impl_list): Likewise.
12285         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12286         multiarch optimizations
12287
12288 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12289
12290         [BZ #16639]
12291         * nscd/nscd.service: Make service type forking.
12292
12293 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12294
12295         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12296         sign in non default rounding modes.
12297         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12298
12299 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12300
12301         * math/libm-test.inc (ALL_RM_TEST): New macro.
12302         (ceil_test): Use ALL_RM_TEST.
12303         (cimag_test): Likewise.
12304         (conj_test): Likewise.
12305         (copysign_test): Likewise.
12306         (cproj_test): Likewise.
12307         (creal_test): Likewise.
12308         (fabs_test): Likewise.
12309         (floor_test): Likewise.
12310         (fmax_test): Likewise.
12311         (fmin_test): Likewise.
12312         (fmod_test): Likewise.
12313         (fpclassify_test): Likewise.
12314         (frexp_test): Likewise.
12315         (ilogb_test): Likewise.
12316         (isfinite_test): Likewise.
12317         (finite_test): Likewise.
12318         (isgreater_test): Likewise.
12319         (isgreaterequal_test): Likewise.
12320         (isinf_test): Likewise.
12321         (isless_test): Likewise.
12322         (islessequal_test): Likewise.
12323         (islessgreater_test): Likewise.
12324         (isnan_test): Likewise.
12325         (isnormal_test): Likewise.
12326         (issignaling_test): Likewise.
12327         (isunordered_test): Likewise.
12328         (logb_test): Likewise.
12329         (logb_downward_test_data): Remove.
12330         (logb_test_downward): Likewise.
12331         (lround_test): Use ALL_RM_TEST.
12332         (llround_test): Likewise.
12333         (modf_test): Likewise.
12334         (nexttoward_test): Likewise.
12335         (remainder_test): Likewise.
12336         (drem_test): Likewise.
12337         (remainder_tonearest_test_data): Likewise.
12338         (remainder_test_tonearest): Likewise.
12339         (drem_test_tonearest): Likewise.
12340         (remainder_towardzero_test_data): Likewise.
12341         (remainder_test_towardzero): Likewise.
12342         (drem_test_towardzero): Likewise.
12343         (remainder_downward_test_data): Likewise.
12344         (remainder_test_downward): Likewise.
12345         (drem_test_downward): Likewise.
12346         (remainder_upward_test_data): Likewise.
12347         (remainder_test_upward): Likewise.
12348         (drem_test_upward): Likewise.
12349         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12350         (round_test): Use ALL_RM_TEST.
12351         (signbit_test): Likewise.
12352         (trunc_test): Likewise.
12353         (significand_test): Likewise.
12354         (main): Don't call removed functions.
12355
12356 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12357
12358         [BZ #16674]
12359         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12360         || __USE_XOPEN2K8].
12361         (ILL_ILLOPN): Likewise.
12362         (ILL_ILLADR): Likewise.
12363         (ILL_ILLTRP): Likewise.
12364         (ILL_PRVOPC): Likewise.
12365         (ILL_PRVREG): Likewise.
12366         (ILL_COPROC): Likewise.
12367         (ILL_BADSTK): Likewise.
12368         (FPE_INTDIV): Likewise.
12369         (FPE_INTOVF): Likewise.
12370         (FPE_FLTDIV): Likewise.
12371         (FPE_FLTOVF): Likewise.
12372         (FPE_FLTUND): Likewise.
12373         (FPE_FLTRES): Likewise.
12374         (FPE_FLTINV): Likewise.
12375         (FPE_FLTSUB): Likewise.
12376         (SEGV_MAPERR): Likewise.
12377         (SEGV_ACCERR): Likewise.
12378         (BUS_ADRALN): Likewise.
12379         (BUS_ADRERR): Likewise.
12380         (BUS_OBJERR): Likewise.
12381         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12382         (TRAP_TRACE): Likewise.
12383         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12384         __USE_XOPEN2K8].
12385         (CLD_KILLED): Likewise.
12386         (CLD_DUMPED): Likewise.
12387         (CLD_TRAPPED): Likewise.
12388         (CLD_STOPPED): Likewise.
12389         (CLD_CONTINUED): Likewise.
12390         (POLL_IN): Likewise.
12391         (POLL_OUT): Likewise.
12392         (POLL_MSG): Likewise.
12393         (POLL_ERR): Likewise.
12394         (POLL_PRI): Likewise.
12395         (POLL_HUP): Likewise.
12396         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12397         Likewise.
12398         (ILL_ILLOPN): Likewise.
12399         (ILL_ILLADR): Likewise.
12400         (ILL_ILLTRP): Likewise.
12401         (ILL_PRVOPC): Likewise.
12402         (ILL_PRVREG): Likewise.
12403         (ILL_COPROC): Likewise.
12404         (ILL_BADSTK): Likewise.
12405         (FPE_INTDIV): Likewise.
12406         (FPE_INTOVF): Likewise.
12407         (FPE_FLTDIV): Likewise.
12408         (FPE_FLTOVF): Likewise.
12409         (FPE_FLTUND): Likewise.
12410         (FPE_FLTRES): Likewise.
12411         (FPE_FLTINV): Likewise.
12412         (FPE_FLTSUB): Likewise.
12413         (SEGV_MAPERR): Likewise.
12414         (SEGV_ACCERR): Likewise.
12415         (BUS_ADRALN): Likewise.
12416         (BUS_ADRERR): Likewise.
12417         (BUS_OBJERR): Likewise.
12418         (BUS_MCEERR_AR): Likewise.
12419         (BUS_MCEERR_AO): Likewise.
12420         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12421         (TRAP_TRACE): Likewise.
12422         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12423         __USE_XOPEN2K8].
12424         (CLD_KILLED): Likewise.
12425         (CLD_DUMPED): Likewise.
12426         (CLD_TRAPPED): Likewise.
12427         (CLD_STOPPED): Likewise.
12428         (CLD_CONTINUED): Likewise.
12429         (POLL_IN): Likewise.
12430         (POLL_OUT): Likewise.
12431         (POLL_MSG): Likewise.
12432         (POLL_ERR): Likewise.
12433         (POLL_PRI): Likewise.
12434         (POLL_HUP): Likewise.
12435         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12436         (ILL_ILLOPN): Likewise.
12437         (ILL_ILLADR): Likewise.
12438         (ILL_ILLTRP): Likewise.
12439         (ILL_PRVOPC): Likewise.
12440         (ILL_PRVREG): Likewise.
12441         (ILL_COPROC): Likewise.
12442         (ILL_BADSTK): Likewise.
12443         (FPE_INTDIV): Likewise.
12444         (FPE_INTOVF): Likewise.
12445         (FPE_FLTDIV): Likewise.
12446         (FPE_FLTOVF): Likewise.
12447         (FPE_FLTUND): Likewise.
12448         (FPE_FLTRES): Likewise.
12449         (FPE_FLTINV): Likewise.
12450         (FPE_FLTSUB): Likewise.
12451         (SEGV_MAPERR): Likewise.
12452         (SEGV_ACCERR): Likewise.
12453         (BUS_ADRALN): Likewise.
12454         (BUS_ADRERR): Likewise.
12455         (BUS_OBJERR): Likewise.
12456         (BUS_MCEERR_AR): Likewise.
12457         (BUS_MCEERR_AO): Likewise.
12458         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12459         (TRAP_TRACE): Likewise.
12460         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12461         __USE_XOPEN2K8].
12462         (CLD_KILLED): Likewise.
12463         (CLD_DUMPED): Likewise.
12464         (CLD_TRAPPED): Likewise.
12465         (CLD_STOPPED): Likewise.
12466         (CLD_CONTINUED): Likewise.
12467         (POLL_IN): Likewise.
12468         (POLL_OUT): Likewise.
12469         (POLL_MSG): Likewise.
12470         (POLL_ERR): Likewise.
12471         (POLL_PRI): Likewise.
12472         (POLL_HUP): Likewise.
12473         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12474         Likewise.
12475         (ILL_ILLOPN): Likewise.
12476         (ILL_ILLADR): Likewise.
12477         (ILL_ILLTRP): Likewise.
12478         (ILL_PRVOPC): Likewise.
12479         (ILL_PRVREG): Likewise.
12480         (ILL_COPROC): Likewise.
12481         (ILL_BADSTK): Likewise.
12482         (ILL_BADIADDR): Likewise.
12483         (ILL_BREAK): Likewise.
12484         (FPE_INTDIV): Likewise.
12485         (FPE_INTOVF): Likewise.
12486         (FPE_FLTDIV): Likewise.
12487         (FPE_FLTOVF): Likewise.
12488         (FPE_FLTUND): Likewise.
12489         (FPE_FLTRES): Likewise.
12490         (FPE_FLTINV): Likewise.
12491         (FPE_FLTSUB): Likewise.
12492         (FPE_DECOVF): Likewise.
12493         (FPE_DECDIV): Likewise.
12494         (FPE_DECERR): Likewise.
12495         (FPE_INVASC): Likewise.
12496         (FPE_INVDEC): Likewise.
12497         (SEGV_MAPERR): Likewise.
12498         (SEGV_ACCERR): Likewise.
12499         (SEGV_PSTKOVF): Likewise.
12500         (BUS_ADRALN): Likewise.
12501         (BUS_ADRERR): Likewise.
12502         (BUS_OBJERR): Likewise.
12503         (BUS_MCEERR_AR): Likewise.
12504         (BUS_MCEERR_AO): Likewise.
12505         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12506         (TRAP_TRACE): Likewise.
12507         (TRAP_BRANCH): Likewise.
12508         (TRAP_HWBKPT): Likewise.
12509         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12510         __USE_XOPEN2K8].
12511         (CLD_KILLED): Likewise.
12512         (CLD_DUMPED): Likewise.
12513         (CLD_TRAPPED): Likewise.
12514         (CLD_STOPPED): Likewise.
12515         (CLD_CONTINUED): Likewise.
12516         (POLL_IN): Likewise.
12517         (POLL_OUT): Likewise.
12518         (POLL_MSG): Likewise.
12519         (POLL_ERR): Likewise.
12520         (POLL_PRI): Likewise.
12521         (POLL_HUP): Likewise.
12522         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12523         (ILL_ILLOPN): Likewise.
12524         (ILL_ILLADR): Likewise.
12525         (ILL_ILLTRP): Likewise.
12526         (ILL_PRVOPC): Likewise.
12527         (ILL_PRVREG): Likewise.
12528         (ILL_COPROC): Likewise.
12529         (ILL_BADSTK): Likewise.
12530         (FPE_INTDIV): Likewise.
12531         (FPE_INTOVF): Likewise.
12532         (FPE_FLTDIV): Likewise.
12533         (FPE_FLTOVF): Likewise.
12534         (FPE_FLTUND): Likewise.
12535         (FPE_FLTRES): Likewise.
12536         (FPE_FLTINV): Likewise.
12537         (FPE_FLTSUB): Likewise.
12538         (SEGV_MAPERR): Likewise.
12539         (SEGV_ACCERR): Likewise.
12540         (BUS_ADRALN): Likewise.
12541         (BUS_ADRERR): Likewise.
12542         (BUS_OBJERR): Likewise.
12543         (BUS_MCEERR_AR): Likewise.
12544         (BUS_MCEERR_AO): Likewise.
12545         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12546         (TRAP_TRACE): Likewise.
12547         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12548         __USE_XOPEN2K8].
12549         (CLD_KILLED): Likewise.
12550         (CLD_DUMPED): Likewise.
12551         (CLD_TRAPPED): Likewise.
12552         (CLD_STOPPED): Likewise.
12553         (CLD_CONTINUED): Likewise.
12554         (POLL_IN): Likewise.
12555         (POLL_OUT): Likewise.
12556         (POLL_MSG): Likewise.
12557         (POLL_ERR): Likewise.
12558         (POLL_PRI): Likewise.
12559         (POLL_HUP): Likewise.
12560         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12561         (ILL_ILLOPN): Likewise.
12562         (ILL_ILLADR): Likewise.
12563         (ILL_ILLTRP): Likewise.
12564         (ILL_PRVOPC): Likewise.
12565         (ILL_PRVREG): Likewise.
12566         (ILL_COPROC): Likewise.
12567         (ILL_BADSTK): Likewise.
12568         (FPE_INTDIV): Likewise.
12569         (FPE_INTOVF): Likewise.
12570         (FPE_FLTDIV): Likewise.
12571         (FPE_FLTOVF): Likewise.
12572         (FPE_FLTUND): Likewise.
12573         (FPE_FLTRES): Likewise.
12574         (FPE_FLTINV): Likewise.
12575         (FPE_FLTSUB): Likewise.
12576         (SEGV_MAPERR): Likewise.
12577         (SEGV_ACCERR): Likewise.
12578         (BUS_ADRALN): Likewise.
12579         (BUS_ADRERR): Likewise.
12580         (BUS_OBJERR): Likewise.
12581         (BUS_MCEERR_AR): Likewise.
12582         (BUS_MCEERR_AO): Likewise.
12583         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12584         (TRAP_TRACE): Likewise.
12585         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12586         __USE_XOPEN2K8].
12587         (CLD_KILLED): Likewise.
12588         (CLD_DUMPED): Likewise.
12589         (CLD_TRAPPED): Likewise.
12590         (CLD_STOPPED): Likewise.
12591         (CLD_CONTINUED): Likewise.
12592         (POLL_IN): Likewise.
12593         (POLL_OUT): Likewise.
12594         (POLL_MSG): Likewise.
12595         (POLL_ERR): Likewise.
12596         (POLL_PRI): Likewise.
12597         (POLL_HUP): Likewise.
12598         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12599         (ILL_ILLOPN): Likewise.
12600         (ILL_ILLADR): Likewise.
12601         (ILL_ILLTRP): Likewise.
12602         (ILL_PRVOPC): Likewise.
12603         (ILL_PRVREG): Likewise.
12604         (ILL_COPROC): Likewise.
12605         (ILL_BADSTK): Likewise.
12606         (FPE_INTDIV): Likewise.
12607         (FPE_INTOVF): Likewise.
12608         (FPE_FLTDIV): Likewise.
12609         (FPE_FLTOVF): Likewise.
12610         (FPE_FLTUND): Likewise.
12611         (FPE_FLTRES): Likewise.
12612         (FPE_FLTINV): Likewise.
12613         (FPE_FLTSUB): Likewise.
12614         (SEGV_MAPERR): Likewise.
12615         (SEGV_ACCERR): Likewise.
12616         (BUS_ADRALN): Likewise.
12617         (BUS_ADRERR): Likewise.
12618         (BUS_OBJERR): Likewise.
12619         (BUS_MCEERR_AR): Likewise.
12620         (BUS_MCEERR_AO): Likewise.
12621         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12622         (TRAP_TRACE): Likewise.
12623         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12624         __USE_XOPEN2K8].
12625         (CLD_KILLED): Likewise.
12626         (CLD_DUMPED): Likewise.
12627         (CLD_TRAPPED): Likewise.
12628         (CLD_STOPPED): Likewise.
12629         (CLD_CONTINUED): Likewise.
12630         (POLL_IN): Likewise.
12631         (POLL_OUT): Likewise.
12632         (POLL_MSG): Likewise.
12633         (POLL_ERR): Likewise.
12634         (POLL_PRI): Likewise.
12635         (POLL_HUP): Likewise.
12636         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12637         (ILL_ILLOPN): Likewise.
12638         (ILL_ILLADR): Likewise.
12639         (ILL_ILLTRP): Likewise.
12640         (ILL_PRVOPC): Likewise.
12641         (ILL_PRVREG): Likewise.
12642         (ILL_COPROC): Likewise.
12643         (ILL_BADSTK): Likewise.
12644         (ILL_DBLFLT): Likewise.
12645         (ILL_HARDWALL): Likewise.
12646         (FPE_INTDIV): Likewise.
12647         (FPE_INTOVF): Likewise.
12648         (FPE_FLTDIV): Likewise.
12649         (FPE_FLTOVF): Likewise.
12650         (FPE_FLTUND): Likewise.
12651         (FPE_FLTRES): Likewise.
12652         (FPE_FLTINV): Likewise.
12653         (FPE_FLTSUB): Likewise.
12654         (SEGV_MAPERR): Likewise.
12655         (SEGV_ACCERR): Likewise.
12656         (BUS_ADRALN): Likewise.
12657         (BUS_ADRERR): Likewise.
12658         (BUS_OBJERR): Likewise.
12659         (BUS_MCEERR_AR): Likewise.
12660         (BUS_MCEERR_AO): Likewise.
12661         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12662         (TRAP_TRACE): Likewise.
12663         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12664         __USE_XOPEN2K8].
12665         (CLD_KILLED): Likewise.
12666         (CLD_DUMPED): Likewise.
12667         (CLD_TRAPPED): Likewise.
12668         (CLD_STOPPED): Likewise.
12669         (CLD_CONTINUED): Likewise.
12670         (POLL_IN): Likewise.
12671         (POLL_OUT): Likewise.
12672         (POLL_MSG): Likewise.
12673         (POLL_ERR): Likewise.
12674         (POLL_PRI): Likewise.
12675         (POLL_HUP): Likewise.
12676         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12677         (ILL_ILLOPN): Likewise.
12678         (ILL_ILLADR): Likewise.
12679         (ILL_ILLTRP): Likewise.
12680         (ILL_PRVOPC): Likewise.
12681         (ILL_PRVREG): Likewise.
12682         (ILL_COPROC): Likewise.
12683         (ILL_BADSTK): Likewise.
12684         (FPE_INTDIV): Likewise.
12685         (FPE_INTOVF): Likewise.
12686         (FPE_FLTDIV): Likewise.
12687         (FPE_FLTOVF): Likewise.
12688         (FPE_FLTUND): Likewise.
12689         (FPE_FLTRES): Likewise.
12690         (FPE_FLTINV): Likewise.
12691         (FPE_FLTSUB): Likewise.
12692         (SEGV_MAPERR): Likewise.
12693         (SEGV_ACCERR): Likewise.
12694         (BUS_ADRALN): Likewise.
12695         (BUS_ADRERR): Likewise.
12696         (BUS_OBJERR): Likewise.
12697         (BUS_MCEERR_AR): Likewise.
12698         (BUS_MCEERR_AO): Likewise.
12699         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12700         (TRAP_TRACE): Likewise.
12701         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12702         __USE_XOPEN2K8].
12703         (CLD_KILLED): Likewise.
12704         (CLD_DUMPED): Likewise.
12705         (CLD_TRAPPED): Likewise.
12706         (CLD_STOPPED): Likewise.
12707         (CLD_CONTINUED): Likewise.
12708         (POLL_IN): Likewise.
12709         (POLL_OUT): Likewise.
12710         (POLL_MSG): Likewise.
12711         (POLL_ERR): Likewise.
12712         (POLL_PRI): Likewise.
12713         (POLL_HUP): Likewise.
12714         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12715         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12716
12717         [BZ #16670]
12718         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12719         before #include of <time.h>.
12720         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12721         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12722         (test-xfail-UNIX98/sched.h/conform): Likewise.
12723
12724 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12725
12726         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12727         error absence of trapping exception support.
12728         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12729
12730 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12731
12732         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12733         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12734         * timezone/Makefile (testdata): Move definition above include of
12735         Rules.
12736         (test-zones): New variable.
12737         (tests-special): Add zone files.
12738         (build-testdata): Use $(evaluate-test).
12739
12740         * elf/Makefile (tests-special): Rename tests to end with .out.
12741         ($(objpfx)noload-mem): Likewise.
12742         ($(objpfx)tst-leaks1-mem): Likewise.
12743         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12744         * iconv/Makefile (xtests-special): Change test-iconvconfig to
12745         $(objpfx)test-iconvconfig.out.
12746         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
12747         set -e inside subshell and redirect output to file.
12748         * iconvdata/Makefile (generated): Rename tests to end with .out.
12749         Correct type.
12750         (tests-special): Rename tests to end with .out.
12751         ($(objpfx)mtrace-tst-loading): Likewise.
12752         * intl/Makefile (generated): Likewise.
12753         (tests-special): Likewise.
12754         ($(objpfx)mtrace-tst-gettext): Likewise.
12755         * misc/Makefile (generated): Likewise.
12756         (tests-special): Likewise.
12757         ($(objpfx)tst-error1-mem): Likewise.
12758         * nptl/Makefile (tests-special): Likewise.
12759         ($(objpfx)tst-stack3-mem): Likewise.
12760         (generated): Likewise.
12761         * posix/Makefile (generated): Likewise.
12762         (tests-special): Likewise.
12763         (xtests-special): Likewise.
12764         ($(objpfx)tst-fnmatch-mem): Likewise.
12765         ($(objpfx)bug-regex2-mem): Likewise.
12766         ($(objpfx)bug-regex14-mem): Likewise.
12767         ($(objpfx)bug-regex21-mem): Likewise.
12768         ($(objpfx)bug-regex31-mem): Likewise.
12769         ($(objpfx)tst-vfork3-mem): Likewise.
12770         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12771         ($(objpfx)tst-pcre-mem): Likewise.
12772         ($(objpfx)tst-boost-mem): Likewise.
12773         ($(objpfx)bug-ga2-mem): Likewise.
12774         ($(objpfx)bug-glob2-mem): Likewise.
12775         * resolv/Makefile (generate): Likewise.
12776         (tests-special): Likewise.
12777         (xtests-special): Likewise.
12778         (generated): Likewise.
12779         ($(objpfx)mtrace-tst-leaks): Likewise.
12780         ($(objpfx)mtrace-tst-leaks2): Likewise.
12781
12782         * scripts/merge-test-results.sh: New file.
12783         * Makefile (tests-special-notdir): New variable.
12784         (tests): Run merge-test-results.sh.
12785         (xtests): Likewise.
12786         * Rules (tests-special-notdir): New variable.
12787         (xtests-special-notdir): Likewise.
12788         (tests): Run merge-test-results.sh
12789         (xtests): Likewise.
12790
12791         * Makeconfig (test-xfail-name): New variable.
12792         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12793         compute variable name for expected failures.
12794         * conform/Makefile (conformtest-headers-data): New variable.
12795         (conformtest-standards): Likewise.
12796         (conformtest-headers-ISO): Likewise.
12797         (conformtest-headers-ISO99): Likewise.
12798         (conformtest-headers-ISO11): Likewise.
12799         (conformtest-headers-POSIX): Likewise.
12800         (conformtest-headers-XPG3): Likewise.
12801         (conformtest-headers-XPG4): Likewise.
12802         (conformtest-headers-UNIX98): Likewise.
12803         (conformtest-headers-XOPEN2K): Likewise.
12804         (conformtest-headers-POSIX2008): Likewise.
12805         (conformtest-headers-XOPEN2K8): Likewise.
12806         (conformtest-header-list-base): Likewise.
12807         (conformtest-header-list-tests): Likewise.
12808         (conformtest-header-base): Likewise.
12809         (conformtest-header-tests): Likewise.
12810         (tests-special): Add $(conformtest-header-list-tests).  If
12811         [$(fast-check) && !$(cross-compiling)], add
12812         $(conformtest-header-tests) instead of
12813         $(objpfx)run-conformtest.out.
12814         (generated): Add $(conformtest-header-list-base).  If
12815         [$(fast-check) && !$(cross-compiling)], add
12816         $(conformtest-header-base).  Remove previous setting.
12817         ($(conformtest-header-list-tests)): New target.
12818         (test-xfail-run-conformtest): Remove variable.
12819         ($(objpfx)run-conformtest.out): Remove target.
12820         (test-xfail-ISO11/complex.h/conform): New variable.
12821         (test-xfail-ISO11/stdalign.h/conform): Likewise.
12822         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12823         (test-xfail-XPG3/varargs.h/conform): Likewise.
12824         (test-xfail-XPG4/varargs.h/conform): Likewise.
12825         (test-xfail-UNIX98/varargs.h/conform): Likewise.
12826         (test-xfail-XPG4/ndbm.h/conform): Likewise.
12827         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12828         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12829         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12830         (test-xfail-XPG3/fcntl.h/conform): Likewise.
12831         (test-xfail-XPG3/ftw.h/conform): Likewise.
12832         (test-xfail-XPG3/grp.h/conform): Likewise.
12833         (test-xfail-XPG3/langinfo.h/conform): Likewise.
12834         (test-xfail-XPG3/limits.h/conform): Likewise.
12835         (test-xfail-XPG3/pwd.h/conform): Likewise.
12836         (test-xfail-XPG3/search.h/conform): Likewise.
12837         (test-xfail-XPG3/signal.h/conform): Likewise.
12838         (test-xfail-XPG3/stdio.h/conform): Likewise.
12839         (test-xfail-XPG3/stdlib.h/conform): Likewise.
12840         (test-xfail-XPG3/string.h/conform): Likewise.
12841         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12842         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12843         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12844         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12845         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12846         (test-xfail-XPG3/sys/types.h/conform): Likewise.
12847         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12848         (test-xfail-XPG3/termios.h/conform): Likewise.
12849         (test-xfail-XPG3/time.h/conform): Likewise.
12850         (test-xfail-XPG3/unistd.h/conform): Likewise.
12851         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12852         (test-xfail-XPG4/fcntl.h/conform): Likewise.
12853         (test-xfail-XPG4/langinfo.h/conform): Likewise.
12854         (test-xfail-XPG4/netdb.h/conform): Likewise.
12855         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12856         (test-xfail-XPG4/signal.h/conform): Likewise.
12857         (test-xfail-XPG4/stdio.h/conform): Likewise.
12858         (test-xfail-XPG4/stdlib.h/conform): Likewise.
12859         (test-xfail-XPG4/stropts.h/conform): Likewise.
12860         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12861         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12862         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12863         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12864         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12865         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12866         (test-xfail-XPG4/sys/time.h/conform): Likewise.
12867         (test-xfail-XPG4/sys/types.h/conform): Likewise.
12868         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12869         (test-xfail-XPG4/termios.h/conform): Likewise.
12870         (test-xfail-XPG4/ucontext.h/conform): Likewise.
12871         (test-xfail-XPG4/unistd.h/conform): Likewise.
12872         (test-xfail-XPG4/utmpx.h/conform): Likewise.
12873         (test-xfail-POSIX/sched.h/conform): Likewise.
12874         (test-xfail-POSIX/signal.h/conform): Likewise.
12875         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12876         (test-xfail-POSIX/tar.h/conform): Likewise.
12877         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12878         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12879         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12880         (test-xfail-UNIX98/netdb.h/conform): Likewise.
12881         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12882         (test-xfail-UNIX98/sched.h/conform): Likewise.
12883         (test-xfail-UNIX98/signal.h/conform): Likewise.
12884         (test-xfail-UNIX98/stdio.h/conform): Likewise.
12885         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12886         (test-xfail-UNIX98/stropts.h/conform): Likewise.
12887         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12888         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12889         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12890         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
12891         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
12892         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
12893         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
12894         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
12895         (test-xfail-UNIX98/unistd.h/conform): Likewise.
12896         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
12897         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
12898         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
12899         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
12900         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
12901         (test-xfail-XOPEN2K/math.h/conform): Likewise.
12902         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
12903         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
12904         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
12905         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
12906         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
12907         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
12908         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
12909         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
12910         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
12911         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
12912         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
12913         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
12914         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
12915         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
12916         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
12917         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
12918         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
12919         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
12920         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
12921         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
12922         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
12923         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
12924         (test-xfail-POSIX2008/signal.h/conform): Likewise.
12925         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
12926         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
12927         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
12928         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
12929         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
12930         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
12931         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
12932         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
12933         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
12934         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
12935         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
12936         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
12937         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
12938         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
12939         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
12940         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
12941         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
12942         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
12943         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
12944         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
12945         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
12946         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
12947         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
12948         (conformtest-cc-flags): Likewise.
12949         ($(conformtest-header-tests): New target.
12950         * conform/check-header-lists.sh: New file.
12951         * conform/run-conformtest.sh: Remove.
12952
12953         * conform/conformtest.pl: Allow ' and \ in values given for
12954         constants.
12955         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
12956         inclusion.
12957         [POSIX] (sys/types.h): Likewise.
12958         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
12959         inclusion.
12960         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
12961         inclusion.
12962         * conform/data/signal.h-data (SIGIO): Remove expectation.
12963         [XPG3] (SIGBUS): Do not expect.
12964         [POSIX || XPG3] (SIGPOLL): Likewise.
12965         [POSIX || XPG3] (SIGPROF): Likewise.
12966         [POSIX || XPG3] (SIGSYS): Likewise.
12967         [XPG3] (SIGTRAP): Likewise.
12968         [POSIX || XPG3] (SIGURG): Likewise.
12969         [POSIX || XPG3] (SIGVTALRM): Likewise.
12970         [POSIX || XPG3] (SIGXCPU): Likewise.
12971         [POSIX || XPG3] (SIGXFSZ): Likewise.
12972         [POSIX] (SA_SIGINFO): Expect.
12973         [XPG3] (siginfo_t): Do not expect type or contents.
12974         [POSIX] (si_pid): Do not expect element.
12975         [POSIX] (si_uid): Likewise.
12976         [POSIX] (si_addr): Likewise.
12977         [POSIX] (si_status): Likewise.
12978         [POSIX] (si_band): Likewise.
12979         [XPG4] (si_value): Likewise.
12980         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
12981         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
12982         [POSIX || XPG3] (ILL_ILLADR): Likewise.
12983         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
12984         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
12985         [POSIX || XPG3] (ILL_PRVREG): Likewise.
12986         [POSIX || XPG3] (ILL_COPROC): Likewise.
12987         [POSIX || XPG3] (ILL_BADSTK): Likewise.
12988         [POSIX || XPG3] (FPE_INTDIV): Likewise.
12989         [POSIX || XPG3] (FPE_INTOVF): Likewise.
12990         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
12991         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
12992         [POSIX || XPG3] (FPE_FLTUND): Likewise.
12993         [POSIX || XPG3] (FPE_FLTRES): Likewise.
12994         [POSIX || XPG3] (FPE_FLTINV): Likewise.
12995         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
12996         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
12997         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
12998         [POSIX || XPG3] (BUS_ADRALN): Likewise.
12999         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13000         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13001         [POSIX || XPG3] (CLD_EXITED): Likewise.
13002         [POSIX || XPG3] (CLD_KILLED): Likewise.
13003         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13004         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13005         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13006         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13007         [POSIX || XPG3] (POLL_IN): Likewise.
13008         [POSIX || XPG3] (POLL_OUT): Likewise.
13009         [POSIX || XPG3] (POLL_MSG): Likewise.
13010         [POSIX || XPG3] (POLL_ERR): Likewise.
13011         [POSIX || XPG3] (POLL_PRI): Likewise.
13012         [POSIX || XPG3] (POLL_HUP): Likewise.
13013         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13014         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13015         (SIG*): Do not allow.
13016         [XPG3] (si_*): Likewise.
13017         [XPG3] (SI_*): Likewise.
13018         [XPG3 || XPG4] (sigev_*): Likewise.
13019         [XPG3 || XPG4] (SIGEV_*): Likewise.
13020         [XPG3 || XPG4] (sival_*): Likewise.
13021         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13022         [POSIX || XPG3] (BUS_*): Likewise.
13023         [POSIX || XPG3] (CLD_*): Likewise.
13024         [POSIX || XPG3] (FPE_*): Likewise.
13025         [POSIX || XPG3] (ILL_*): Likewise.
13026         [POSIX || XPG3] (POLL_*): Likewise.
13027         [POSIX || XPG3] (SEGV_*): Likewise.
13028         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13029         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13030         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13031         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13032         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13033         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13034         Specify type and value.
13035         (TVERSLEN): Likewise.
13036         (REGTYPE): Likewise.
13037         (AREGTYPE): Likewise.
13038         (LNKTYPE): Likewise.
13039         (SYMTYPE): Likewise.
13040         (CHRTYPE): Likewise.
13041         (BLKTYPE): Likewise.
13042         (DIRTYPE): Likewise.
13043         (FIFOTYPE): Likewise.
13044         (CONTTYPE): Likewise.
13045         (TSUID): Likewise.
13046         (TSGID): Likewise.
13047         (TSVTX): Likewise.
13048         (TUREAD): Likewise.
13049         (TUWRITE): Likewise.
13050         (TUEXEC): Likewise.
13051         (TGREAD): Likewise.
13052         (TGWRITE): Likewise.
13053         (TGEXEC): Likewise.
13054         (TOREAD): Likewise.
13055         (TOWRITE): Likewise.
13056         (TOEXEC): Likewise.
13057         [POSIX] (TSVTX): Expect constant.
13058
13059 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13060
13061         * Makefile (tests): Change dependencies to ....
13062         (tests-special): ... additions to this variable.
13063         (tests): Depend on $(tests-special).
13064         * Makerules (check-abi-list): New variable.
13065         (check-abi): Depend on $(check-abi-list).
13066         [$(subdir) = elf] (tests-special): Add
13067         $(objpfx)check-abi-libc.out.
13068         [$(build-shared) = yes && subdir] (tests-special): Add
13069         $(check-abi-list).
13070         [$(build-shared) = yes && subdir] (tests): Do not depend on
13071         check-abi.
13072         * Rules (tests): Depend on $(tests-special).
13073         (xtests): Depend on $(xtests-special).
13074         * catgets/Makefile (tests): Change dependencies to ....
13075         (tests-special): ... additions to this variable.
13076         * conform/Makefile (tests): Change dependencies to ....
13077         (tests-special): ... additions to this variable.
13078         * elf/Makefile (tests): Change dependencies to ....
13079         (tests-special): ... additions to this variable.
13080         * grp/Makefile (tests): Change dependencies to ....
13081         (tests-special): ... additions to this variable.
13082         * iconv/Makefile (xtests): Change dependencies to ....
13083         (xtests-special): ... additions to this variable.
13084         * iconvdata/Makefile (tests): Change dependencies to ....
13085         (tests-special): ... additions to this variable.
13086         * intl/Makefile (tests): Change dependencies to ....
13087         (tests-special): ... additions to this variable.  Also add
13088         $(objpfx)tst-gettext.out.
13089         * io/Makefile (tests): Change dependencies to ....
13090         (tests-special): ... additions to this variable.
13091         * libio/Makefile (tests): Change dependencies to ....
13092         (tests-special): ... additions to this variable.
13093         * malloc/Makefile (tests): Change dependencies to ....
13094         (tests-special): ... additions to this variable.
13095         * misc/Makefile (tests): Change dependencies to ....
13096         (tests-special): ... additions to this variable.
13097         * nptl/Makefile (tests): Change dependencies to ....
13098         (tests-special): ... additions to this variable.
13099         * nptl_db/Makefile (tests): Change dependencies to ....
13100         (tests-special): ... additions to this variable.
13101         * posix/Makefile (tests): Change dependencies to ....
13102         (tests-special): ... additions to this variable.
13103         (xtests): Change dependencies to ....
13104         (xtests-special): ... additions to this variable.
13105         * resolv/Makefile (tests): Change dependencies to ....
13106         (tests-special): ... additions to this variable.
13107         (xtests): Change dependencies to ....
13108         (xtests-special): ... additions to this variable.
13109         * stdio-common/Makefile (tests): Change dependencies to ....
13110         (tests-special): ... additions to this variable.
13111         (do-tst-unbputc): Remove target.
13112         (do-tst-printf): Likewise.
13113         * stdlib/Makefile (tests): Change dependencies to ....
13114         (tests-special): ... additions to this variable.
13115         * string/Makefile (tests): Change dependencies to ....
13116         (tests-special): ... additions to this variable.
13117         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13118         (tests-special): ... additions to this variable.
13119
13120         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13121         whole file.
13122         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13123         whole file.
13124         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13125         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13126
13127         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13128         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13129         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13130         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13131         * conform/data/libgen.h-data [XPG3]: Likewise.
13132         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13133         * conform/data/ndbm.h-data [XPG3]: Likewise.
13134         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13135         * conform/data/netdb.h-data [XPG3]: Likewise.
13136         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13137         * conform/data/poll.h-data [XPG3]: Likewise.
13138         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13139         * conform/data/strings.h-data [XPG3]: Likewise.
13140         * conform/data/stropts.h-data [XPG3]: Likewise.
13141         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13142         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13143         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13144         Likewise.
13145         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13146         * conform/data/sys/time.h-data [XPG3]: Likewise.
13147         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13148         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13149         * conform/data/sys/un.h-data [XPG3]: Likewise.
13150         * conform/data/syslog.h-data [XPG3]: Likewise.
13151         * conform/data/ucontext.h-data [XPG3]: Likewise.
13152         * conform/data/utmpx.h-data [XPG3]: Likewise.
13153         * conform/data/varargs.h-data [UNIX98]: Enable file.
13154
13155         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13156
13157         * math/libm-test.inc (struct test_f_f_data): Move expected results
13158         into structure for each rounding mode.
13159         (struct test_ff_f_data): Likewise.
13160         (struct test_ff_f_data_nexttoward): Likewise.
13161         (struct test_fi_f_data): Likewise.
13162         (struct test_fl_f_data): Likewise.
13163         (struct test_if_f_data): Likewise.
13164         (struct test_fff_f_data): Likewise.
13165         (struct test_c_f_data): Likewise.
13166         (struct test_f_f1_data): Likewise.
13167         (struct test_fF_f1_data): Likewise.
13168         (struct test_ffI_f1_data): Likewise.
13169         (struct test_c_c_data): Likewise.
13170         (struct test_cc_c_data): Likewise.
13171         (struct test_f_i_data): Likewise.
13172         (struct test_ff_i_data): Likewise.
13173         (struct test_f_l_data): Likewise.
13174         (struct test_f_L_data): Likewise.
13175         (struct test_fFF_11_data): Likewise.
13176         (RM_): New macro.
13177         (RM_FE_DOWNWARD): Likewise.
13178         (RM_FE_TONEAREST): Likewise.
13179         (RM_FE_TOWARDZERO): Likewise.
13180         (RM_FE_UPWARD): Likewise.
13181         (RUN_TEST_LOOP_f_f): Update references to expected results.
13182         (RUN_TEST_LOOP_2_f): Likewise.
13183         (RUN_TEST_LOOP_fff_f): Likewise.
13184         (RUN_TEST_LOOP_c_f): Likewise.
13185         (RUN_TEST_LOOP_f_f1): Likewise.
13186         (RUN_TEST_LOOP_fF_f1): Likewise.
13187         (RUN_TEST_LOOP_fI_f1): Likewise.
13188         (RUN_TEST_LOOP_ffI_f1): Likewise.
13189         (RUN_TEST_LOOP_c_c): Likewise.
13190         (RUN_TEST_LOOP_cc_c): Likewise.
13191         (RUN_TEST_LOOP_f_i): Likewise.
13192         (RUN_TEST_LOOP_f_i_tg): Likewise.
13193         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13194         (RUN_TEST_LOOP_f_b): Likewise.
13195         (RUN_TEST_LOOP_f_b_tg): Likewise.
13196         (RUN_TEST_LOOP_f_l): Likewise.
13197         (RUN_TEST_LOOP_f_L): Likewise.
13198         (RUN_TEST_LOOP_fFF_11): Likewise.
13199         * math/gen-libm-test.pl (parse_args): Output four copies of
13200         expected results for each test.
13201
13202         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13203         (__ASSUME_UTIMES): Remove.
13204         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13205         (__ASSUME_UTIMES): Likewise.
13206
13207         * math/gen-auto-libm-tests.c: Update comment on output format.
13208         (output_for_one_input_case): Generate before-rounding and
13209         after-rounding information as conditions on output flags not
13210         floating-point format.
13211         * math/auto-libm-test-out: Regenerated.
13212         * math/gen-libm-test.pl (cond_value): New function.
13213         (or_cond_value): Use cond_value.
13214         (generate_testfile): Handle conditional exceptions.
13215
13216 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13217
13218         * math/libm-test.inc (max_valid_error): New variable.
13219         (init_max_error): Take new argument specifying whether function
13220         results are exactly determined.  Set max_valid_error and bound
13221         other variables for errors based on this argument.
13222         (set_max_error): Do not record results above max_valid_error.
13223         (check_float_internal): Only accept errors of up to 0.5ulps if
13224         also at most max_valid_error.
13225         (START): Take new argument EXACT and pass it to init_max_error.
13226         (acos_test): Update call to START.
13227         (acos_test_tonearest): Likewise.
13228         (acos_test_towardzero): Likewise.
13229         (acos_test_downward): Likewise.
13230         (acos_test_upward): Likewise.
13231         (acosh_test): Likewise.
13232         (asin_test): Likewise.
13233         (asin_test_tonearest): Likewise.
13234         (asin_test_towardzero): Likewise.
13235         (asin_test_downward): Likewise.
13236         (asin_test_upward): Likewise.
13237         (asinh_test): Likewise.
13238         (atan_test): Likewise.
13239         (atanh_test): Likewise.
13240         (atan2_test): Likewise.
13241         (cabs_test): Likewise.
13242         (cacos_test): Likewise.
13243         (cacosh_test): Likewise.
13244         (carg_test): Likewise.
13245         (casin_test): Likewise.
13246         (casinh_test): Likewise.
13247         (catan_test): Likewise.
13248         (catanh_test): Likewise.
13249         (cbrt_test): Likewise.
13250         (ccos_test): Likewise.
13251         (ccosh_test): Likewise.
13252         (ceil_test): Likewise.
13253         (cexp_test): Likewise.
13254         (cimag_test): Likewise.
13255         (clog_test): Likewise.
13256         (clog10_test): Likewise.
13257         (conj_test): Likewise.
13258         (copysign_test): Likewise.
13259         (cos_test): Likewise.
13260         (cos_test_tonearest): Likewise.
13261         (cos_test_towardzero): Likewise.
13262         (cos_test_downward): Likewise.
13263         (cos_test_upward): Likewise.
13264         (cosh_test): Likewise.
13265         (cosh_test_tonearest): Likewise.
13266         (cosh_test_towardzero): Likewise.
13267         (cosh_test_downward): Likewise.
13268         (cosh_test_upward): Likewise.
13269         (cpow_test): Likewise.
13270         (cproj_test): Likewise.
13271         (creal_test): Likewise.
13272         (csin_test): Likewise.
13273         (csinh_test): Likewise.
13274         (csqrt_test): Likewise.
13275         (ctan_test): Likewise.
13276         (ctan_test_tonearest): Likewise.
13277         (ctan_test_towardzero): Likewise.
13278         (ctan_test_downward): Likewise.
13279         (ctan_test_upward): Likewise.
13280         (ctanh_test): Likewise.
13281         (ctanh_test_tonearest): Likewise.
13282         (ctanh_test_towardzero): Likewise.
13283         (ctanh_test_downward): Likewise.
13284         (ctanh_test_upward): Likewise.
13285         (erf_test): Likewise.
13286         (erfc_test): Likewise.
13287         (exp_test): Likewise.
13288         (exp_test_tonearest): Likewise.
13289         (exp_test_towardzero): Likewise.
13290         (exp_test_downward): Likewise.
13291         (exp_test_upward): Likewise.
13292         (exp10_test): Likewise.
13293         (exp10_test_tonearest): Likewise.
13294         (exp10_test_towardzero): Likewise.
13295         (exp10_test_downward): Likewise.
13296         (exp10_test_upward): Likewise.
13297         (pow10_test): Likewise.
13298         (exp2_test): Likewise.
13299         (expm1_test): Likewise.
13300         (expm1_test_tonearest): Likewise.
13301         (expm1_test_towardzero): Likewise.
13302         (expm1_test_downward): Likewise.
13303         (expm1_test_upward): Likewise.
13304         (fabs_test): Likewise.
13305         (fdim_test): Likewise.
13306         (floor_test): Likewise.
13307         (fma_test): Likewise.
13308         (fma_test_towardzero): Likewise.
13309         (fma_test_downward): Likewise.
13310         (fma_test_upward): Likewise.
13311         (fmax_test): Likewise.
13312         (fmin_test): Likewise.
13313         (fmod_test): Likewise.
13314         (fpclassify_test): Likewise.
13315         (frexp_test): Likewise.
13316         (hypot_test): Likewise.
13317         (ilogb_test): Likewise.
13318         (isfinite_test): Likewise.
13319         (finite_test): Likewise.
13320         (isgreater_test): Likewise.
13321         (isgreaterequal_test): Likewise.
13322         (isinf_test): Likewise.
13323         (isless_test): Likewise.
13324         (islessequal_test): Likewise.
13325         (islessgreater_test): Likewise.
13326         (isnan_test): Likewise.
13327         (isnormal_test): Likewise.
13328         (issignaling_test): Likewise.
13329         (isunordered_test): Likewise.
13330         (j0_test): Likewise.
13331         (j1_test): Likewise.
13332         (jn_test): Likewise.
13333         (ldexp_test): Likewise.
13334         (lgamma_test): Likewise.
13335         (gamma_test): Likewise.
13336         (lrint_test): Likewise.
13337         (lrint_test_tonearest): Likewise.
13338         (lrint_test_towardzero): Likewise.
13339         (lrint_test_downward): Likewise.
13340         (lrint_test_upward): Likewise.
13341         (llrint_test): Likewise.
13342         (llrint_test_tonearest): Likewise.
13343         (llrint_test_towardzero): Likewise.
13344         (llrint_test_downward): Likewise.
13345         (llrint_test_upward): Likewise.
13346         (log_test): Likewise.
13347         (log10_test): Likewise.
13348         (log1p_test): Likewise.
13349         (log2_test): Likewise.
13350         (logb_test): Likewise.
13351         (logb_test_downward): Likewise.
13352         (lround_test): Likewise.
13353         (llround_test): Likewise.
13354         (modf_test): Likewise.
13355         (nearbyint_test): Likewise.
13356         (nextafter_test): Likewise.
13357         (nexttoward_test): Likewise.
13358         (pow_test): Likewise.
13359         (pow_test_tonearest): Likewise.
13360         (pow_test_towardzero): Likewise.
13361         (pow_test_downward): Likewise.
13362         (pow_test_upward): Likewise.
13363         (remainder_test): Likewise.
13364         (drem_test): Likewise.
13365         (remainder_test_tonearest): Likewise.
13366         (drem_test_tonearest): Likewise.
13367         (remainder_test_towardzero): Likewise.
13368         (drem_test_towardzero): Likewise.
13369         (remainder_test_downward): Likewise.
13370         (drem_test_downward): Likewise.
13371         (remainder_test_upward): Likewise.
13372         (drem_test_upward): Likewise.
13373         (remquo_test): Likewise.
13374         (rint_test): Likewise.
13375         (rint_test_tonearest): Likewise.
13376         (rint_test_towardzero): Likewise.
13377         (rint_test_downward): Likewise.
13378         (rint_test_upward): Likewise.
13379         (round_test): Likewise.
13380         (scalb_test): Likewise.
13381         (scalbn_test): Likewise.
13382         (scalbln_test): Likewise.
13383         (signbit_test): Likewise.
13384         (sin_test): Likewise.
13385         (sin_test_tonearest): Likewise.
13386         (sin_test_towardzero): Likewise.
13387         (sin_test_downward): Likewise.
13388         (sin_test_upward): Likewise.
13389         (sincos_test): Likewise.
13390         (sinh_test): Likewise.
13391         (sinh_test_tonearest): Likewise.
13392         (sinh_test_towardzero): Likewise.
13393         (sinh_test_downward): Likewise.
13394         (sinh_test_upward): Likewise.
13395         (sqrt_test): Likewise.
13396         (sqrt_test_tonearest): Likewise.
13397         (sqrt_test_towardzero): Likewise.
13398         (sqrt_test_downward): Likewise.
13399         (sqrt_test_upward): Likewise.
13400         (tan_test): Likewise.
13401         (tan_test_tonearest): Likewise.
13402         (tan_test_towardzero): Likewise.
13403         (tan_test_downward): Likewise.
13404         (tan_test_upward): Likewise.
13405         (tanh_test): Likewise.
13406         (tgamma_test): Likewise.
13407         (trunc_test): Likewise.
13408         (y0_test): Likewise.
13409         (y1_test): Likewise.
13410         (yn_test): Likewise.
13411         (significand_test): Likewise.
13412
13413         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13414         individual tests in comment.
13415         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13416         (prev_max_error): New variable.
13417         (prev_real_max_error): Likewise.
13418         (prev_imag_max_error): Likewise.
13419         (compare_ulp_data): Don't refer to test names in comment.
13420         (find_test_ulps): Remove function.
13421         (find_function_ulps): Likewise.
13422         (find_complex_function_ulps): Likewise.
13423         (init_max_error): Take function name as argument.  Look up ulps
13424         for that function.
13425         (print_ulps): Remove function.
13426         (print_max_error): Use prev_max_error instead of calling
13427         find_function_ulps.
13428         (print_complex_max_error): Use prev_real_max_error and
13429         prev_imag_max_error instead of calling find_complex_function_ulps.
13430         (check_float_internal): Take max_ulp parameter instead of calling
13431         find_test_ulps.  Don't call print_ulps.
13432         (check_float): Update call to check_float_internal.
13433         (check_complex): Update calls to check_float_internal.
13434         (START): Pass argument to init_max_error.
13435         * math/gen-libm-test.pl (%results): Don't include "kind"
13436         information.
13437         (parse_ulps): Don't handle ulps of individual tests.
13438         (print_ulps_file): Likewise.
13439         (output_ulps): Likewise.
13440         * math/README.libm-test: Update.
13441         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13442         individual tests.
13443         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13444         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13445         * sysdeps/arm/libm-test-ulps: Likewise.
13446         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13447         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13448         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13449         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13450         * sysdeps/microblaze/libm-test-ulps: Likewise.
13451         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13452         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13453         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13454         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13455         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13456         * sysdeps/sh/libm-test-ulps: Likewise.
13457         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13458         * sysdeps/tile/libm-test-ulps: Likewise.
13459         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13460
13461 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13462
13463         * math/libm-test.inc (print_complex_max_error): Check separately
13464         whether real and imaginary errors are within allowed range and
13465         pass 0 to print_complex_function_ulps instead of value within
13466         allowed range.
13467
13468 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13469
13470         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13471         formatting.
13472         (get_handles_fopen): Likewise.
13473         (do_write_test): Likewise.
13474
13475         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13476
13477         * libio/fileops.c (do_ftell): Use cached offset when
13478         available.
13479         * libio/iofwide.c (do_ftell_wide): Likewise.
13480         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13481         _IO_file_attach.
13482         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13483
13484         [BZ #16532]
13485         * libio/libioP.h (get_file_offset): New function.
13486         * libio/fileops.c (get_file_offset): Likewise.
13487         (do_ftell): Likewise.
13488         (_IO_new_file_seekoff): Split out ftell logic.
13489         * libio/wfileops.c (do_ftell_wide): Likewise.
13490         (_IO_wfile_seekoff): Split out ftell logic.
13491         * libio/tst-ftell-active-handler.c: New test case.
13492         * libio/Makefile (tests): Add it.
13493
13494 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13495
13496         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13497         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13498
13499 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13500
13501         [BZ #16639]
13502         * nscd/connections.c (nscd_init): Call do_exit.
13503         (start_threads): Call do_exit and notify_parent.
13504         (begin_drop_privileges): Call do_exit.
13505         (finish_drop_privileges): Likewise.
13506         * nscd/selinux.c (preserve_capabilities): Likewise.
13507         (install_real_capabilities): Likewise.
13508         (nscd_selinux_enabled): Likewise.
13509         (avc_create_thread): Likewise.
13510         (avc_alloc_lock): Likewise.
13511         (nscd_avc_init): Likewise.
13512         * nscd/nscd.c (parent_fd): New static variable.
13513         (main): Create a pipe between parent and child processes.
13514         Skip closing parent_fd.
13515         (monitor_child): New function.
13516         (do_exit): Likewise.
13517         (notify_parent): Likewise.
13518         * nscd/nscd.h (notify_parent): Likewise.
13519         (do_exit): Likewise.
13520
13521 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13522
13523         * malloc/malloc.c (__libc_calloc): Revert last change.
13524
13525 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13526
13527         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13528
13529 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13530
13531         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13532         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13533         implementation.
13534         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13535         (__libc_ifunc_impl_list): Likewise.
13536         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13537         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13538         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13539         * string/strrchr.c: Define STRRCHR.
13540
13541 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13542
13543         * benchtest/bench-strtok.c (simple_strtok): Delete.
13544         (strtok_string): Use as benchmark.
13545         * string/strtok (STRTOK): New macro.
13546
13547 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13548
13549         * manual/threads.texi: Add header and standard comments to all
13550         functions.
13551
13552         * elf/dl-lookup.c (check_match): New function.
13553         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13554         (do_lookup_x): Remove nested function check_match. Use non-nested
13555         function check_match.
13556
13557 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13558
13559         * csu/Makefile (generated, before-compile): Use += rather than =.
13560         * catgets/Makefile (generated, generated-dirs): Likewise.
13561         * debug/Makefile (generated): Likewise.
13562         * dlfcn/Makefile (generated): Likewise.
13563         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13564         * iconvdata/Makefile (before-compile, generated): Likewise.
13565         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13566         * libio/Makefile (generated): Likewise.
13567         * malloc/Makefile (generated): Likewise.
13568         * manual/Makefile (generated, generated-dirs): Likewise.
13569         * misc/Makefile (generated): Likewise.
13570         * posix/Makefile (generated): Likewise.
13571         * resolv/Makefile (generated): Likewise.
13572         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13573         * timezone/Makefile (generated, generated-dirs): Likewise.
13574
13575         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13576
13577 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13578
13579         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13580         power8 implementation.
13581         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13582         file: POWER8 llround ifunc implementation.
13583         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13584         (__lllround): Add POWER8 implementation.
13585         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13586         POWER8 llround implementation.
13587
13588         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13589         power8 implementation.
13590         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13591         file: POWER8 llrint ifunc implementation.
13592         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13593         Add POWER8 implementation.
13594         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13595         POWER8 llrint implementation.
13596
13597         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13598         power8 implementation.
13599         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13600         file: POWER8 finite ifunc implementation.
13601         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13602         Add POWER8 implementation.
13603         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13604         Likewise.
13605         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13606         POWER8 finite implementation.
13607         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13608
13609         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13610         power8 implementation.
13611         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13612         file: POWER8 isinf ifunc implementation.
13613         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13614         POWER8 implementation.
13615         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13616         Likewise.
13617         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13618         isinf implementation.
13619         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13620
13621         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13622         (INIT_ARCH): Add hwcap2 initialization.
13623         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13624         power8 implementation.
13625         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13626         file: POWER8 isnan ifunc implementation.
13627         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13628         POWER8 implementation.
13629         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13630         Likewise.
13631         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13632         isnan implementation.
13633         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13634
13635 2014-02-27  Joey Ye  <joey.ye@arm.com>
13636
13637         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13638         (_FP_NANFRAC_Q): Set to zero.
13639
13640 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13641
13642         [BZ #16623]
13643         * math/auto-libm-test-in: New test inputs.
13644         * math/auto-libm-test-out: Regenerate.
13645         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13646         and DA.
13647         (__cos): Likewise.
13648         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13649
13650 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13651
13652         * scripts/evaluate-test.sh: Take new argument indicating whether
13653         failure is expected.
13654         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13655         indicating whether failure is expected.
13656         * conform/Makefile (test-xfail-run-conformtest): New variable.
13657         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13658         level.
13659         * posix/Makefile (test-xfail-annexc): New variable.
13660         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13661
13662 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13663
13664         * argp/Makefile: Include Makeconfig immediately after defining
13665         subdir.
13666         * assert/Makefile: Likewise.
13667         * benchtests/Makefile: Likewise.
13668         * catgets/Makefile: Likewise.
13669         * conform/Makefile: Likewise.
13670         * crypt/Makefile: Likewise.
13671         * csu/Makefile: Likewise.
13672         (all): Remove target.
13673         * ctype/Makefile: Include Makeconfig immediately after defining
13674         subdir.
13675         * debug/Makefile: Likewise.
13676         * dirent/Makefile: Likewise.
13677         * dlfcn/Makefile: Likewise.
13678         * gmon/Makefile: Likewise.
13679         * gnulib/Makefile: Likewise.
13680         * grp/Makefile: Likewise.
13681         * gshadow/Makefile: Likewise.
13682         * hesiod/Makefile: Likewise.
13683         * hurd/Makefile: Likewise.
13684         (all): Remove target.
13685         * iconvdata/Makefile: Include Makeconfig immediately after
13686         defining subdir.
13687         * inet/Makefile: Likewise.
13688         * intl/Makefile: Likewise.
13689         * io/Makefile: Likewise.
13690         * libio/Makefile: Likewise.
13691         (all): Remove target.
13692         * locale/Makefile: Include Makeconfig immediately after defining
13693         subdir.
13694         * login/Makefile: Likewise.
13695         * mach/Makefile: Likewise.
13696         (all): Remove target.
13697         * malloc/Makefile: Include Makeconfig immediately after defining
13698         subdir.
13699         (all): Remove target.
13700         * manual/Makefile: Include Makeconfig immediately after defining
13701         subdir.
13702         * math/Makefile: Likewise.
13703         * misc/Makefile: Likewise.
13704         * nis/Makefile: Likewise.
13705         * nss/Makefile: Likewise.
13706         * po/Makefile: Likewise.
13707         (all): Remove target.
13708         * posix/Makefile: Include Makeconfig immediately after defining
13709         subdir.
13710         * pwd/Makefile: Likewise.
13711         * resolv/Makefile: Likewise.
13712         * resource/Makefile: Likewise.
13713         * rt/Makefile: Likewise.
13714         * setjmp/Makefile: Likewise.
13715         * shadow/Makefile: Likewise.
13716         * signal/Makefile: Likewise.
13717         * socket/Makefile: Likewise.
13718         * soft-fp/Makefile: Likewise.
13719         * stdio-common/Makefile: Likewise.
13720         * stdlib/Makefile: Likewise.
13721         * streams/Makefile: Likewise.
13722         * string/Makefile: Likewise.
13723         * sunrpc/Makefile: Likewise.
13724         (all): Remove target.
13725         * sysvipc/Makefile: Include Makeconfig immediately after defining
13726         subdir.
13727         * termios/Makefile: Likewise.
13728         * time/Makefile: Likewise.
13729         * timezone/Makefile: Likewise.
13730         (all): Remove target.
13731         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13732         subdir.
13733         * wctype/Makefile: Likewise.
13734
13735 2014-02-26  Steve Ellcey  <sellcey@mips.com>
13736
13737         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13738         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13739         (libc_feholdexcept_setround_mips): Ditto.
13740         (libc_feholdsetround): New.
13741         (libc_feholdsetroundf): New.
13742         (libc_feholdsetroundl): New.
13743         (libc_feupdateenv_test_mips): New.
13744         (libc_feupdateenv_test): New.
13745         (libc_feupdateenv_testf): New.
13746         (libc_feupdateenv_testl): New.
13747         (libc_feresetround): New.
13748         (libc_feresetroundf): New.
13749         (libc_feresetroundl): New.
13750         (libc_fetestexcept_mips): New.
13751         (libc_fetestexcept): New.
13752         (libc_fetestexceptf): New.
13753         (libc_fetestexceptl): New.
13754         (HAVE_RM_CTX): New.
13755         (libc_feholdexcept_setround_mips_ctx): New.
13756         (libc_feholdexcept_setround_ctx): New.
13757         (libc_feholdexcept_setroundf_ctx): New.
13758         (libc_feholdexcept_setroundl_ctx): New.
13759         (libc_fesetenv_mips_ctx): New.
13760         (libc_fesetenv_ctx): New.
13761         (libc_fesetenv_ctxf): New.
13762         (libc_fesetenv_ctxl): New.
13763         (libc_feupdateenv_mips_ctx): New.
13764         (libc_feupdateenv_ctx): New.
13765         (libc_feupdateenvf_ctx): New.
13766         (libc_feupdateenvl_ctx): New.
13767         (libc_feholdsetround_mips_ctx): New.
13768         (libc_feholdsetround_ctx): New.
13769         (libc_feholdsetroundf_ctx): New.
13770         (libc_feholdsetroundl_ctx): New.
13771         (libc_feresetround_mips_ctx): New.
13772         (libc_feresetround_ctx): New.
13773         (libc_feresetroundf_ctx): New.
13774         (libc_feresetroundl_ctx): New.
13775
13776 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
13777
13778         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13779
13780         * manual/ipc.texi: New file.
13781         * manual/Makefile (chapters): Add ipc.
13782         * manual/job.texi: Add "Inter-Process Communication" to next.
13783         * manual/process.texi: Add "Inter-Process Communication" to prev.
13784
13785 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13786
13787         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13788
13789 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
13790
13791         * malloc/malloc.c (__libc_calloc): Simplify implementation.
13792
13793         * manual/arith.texi: Fix spaces after sentences.
13794         * manual/charset.texi: Likewise.
13795         * manual/errno.texi: Likewise.
13796         * manual/install.texi: Likewise.
13797         * manual/llio.texi: Likewise.
13798         * manual/locale.texi: Likewise.
13799         * manual/maint.texi: Likewise.
13800         * manual/math.texi: Likewise.
13801         * manual/memory.texi: Likewise.
13802         * manual/message.texi: Likewise.
13803         * manual/probes.texi: Likewise.
13804         * manual/resource.texi: Likewise.
13805         * manual/signal.texi: Likewise.
13806         * manual/socket.texi: Likewise.
13807         * manual/stdio.texi: Likewise.
13808         * manual/string.texi: Likewise.
13809         * manual/time.texi: Likewise.
13810         * manual/users.texi: Likewise.
13811
13812 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
13813
13814         [BZ #16632]
13815         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13816         _DEFAULT_SOURCE is defined.
13817
13818 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
13819             Carlos O'Donell  <carlos@redhat.com>
13820
13821         [BZ #16613]
13822         * elf/dl-tls.c (_dl_count_modids): New function.
13823         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13824         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13825         audit library and increment generation counter.
13826         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13827         * elf/tst-audit9.c: New file.
13828         * elf/tst-auditmod9a.c: New file.
13829         * elf/tst-auditmod9b.c: New file.
13830         * elf/Makefile: Add rules to build and run tst-audit9.
13831
13832 2014-02-25  Florian Weimer  <fweimer@redhat.com>
13833
13834         [BZ #15347]
13835         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13836
13837 2014-02-25  Will Newton  <will.newton@linaro.org>
13838
13839         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13840         (__longjmp): Restore sp and lr before restoring callee
13841         saved registers.  Add longjmp and longjmp_target
13842         SystemTap probe point.
13843         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13844         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13845         Define to zero to match jmpbuf layout.
13846         * sysdeps/arm/setjmp.S: Include stap-probe.h.
13847         (__sigsetjmp): Save sp and lr before saving callee
13848         saved registers.  Add setjmp SystemTap probe point.
13849
13850 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13851
13852         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13853
13854 2014-02-24  Andreas Schwab  <schwab@suse.de>
13855
13856         [BZ #15804]
13857         * elf/pldd.c (wait_for_ptrace_stop): New function.
13858         (main): Call it after attaching.
13859
13860 2014-02-22  Roland McGrath  <roland@hack.frob.com>
13861
13862         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13863         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13864         Versions files is now verboten.
13865         * hurd/Versions (libc: GLIBC_2.0):
13866         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13867         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13868         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13869         * mach/Versions: Likewise.
13870
13871         * csu/Versions: Remove unused %include.
13872         * resolv/Versions: Likewise.
13873
13874 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
13875
13876         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13877         ($(objpfx)check-local-headers.out): Likewise.
13878         ($(objpfx)begin-end-check.out): Likewise.
13879         * Makerules (check-abi-%.out): Likewise.
13880         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13881         ($(objpfx)test2.cat): Likewise.
13882         ($(objpfx)de/libc.cat): Likewise.
13883         ($(objpfx)test-gencat.out): Likewise.
13884         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13885         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13886         ($(objpfx)noload-mem): Likewise.
13887         ($(objpfx)tst-pathopt.out): Likewise.
13888         ($(objpfx)tst-rtld-load-self.out): Likewise.
13889         ($(objpfx)tst-array1-cmp.out): Likewise.
13890         ($(objpfx)tst-array1-static-cmp.out): Likewise.
13891         ($(objpfx)tst-array2-cmp.out): Likewise.
13892         ($(objpfx)tst-array3-cmp.out): Likewise.
13893         ($(objpfx)tst-array4-cmp.out): Likewise.
13894         ($(objpfx)tst-array5-cmp.out): Likewise.
13895         ($(objpfx)tst-array5-static-cmp.out): Likewise.
13896         ($(objpfx)check-textrel.out): Likewise.
13897         ($(objpfx)check-execstack.out): Likewise.
13898         ($(objpfx)check-localplt.out): Likewise.
13899         ($(objpfx)order2-cmp.out): Likewise.
13900         ($(objpfx)tst-leaks1-mem): Likewise.
13901         ($(objpfx)tst-leaks1-static-mem): Likewise.
13902         ($(objpfx)tst-initorder-cmp.out): Likewise.
13903         ($(objpfx)tst-initorder2-cmp.out): Likewise.
13904         ($(objpfx)tst-unused-dep.out): Likewise.
13905         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
13906         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
13907         * iconv/Makefile (test-iconvconfig): Likewise.
13908         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
13909         ($(objpfx)iconv-test.out): Likewise.
13910         ($(objpfx)tst-tables.out): Likewise.
13911         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
13912         ($(objpfx)tst-gettext.out): Likewise.
13913         ($(objpfx)tst-translit.out): Likewise.
13914         ($(objpfx)tst-gettext2.out): Likewise.
13915         ($(objpfx)tst-gettext4.out): Likewise.
13916         ($(objpfx)tst-gettext6.out): Likewise.
13917         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
13918         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
13919         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
13920         ($(objpfx)tst-fopenloc-mem.out): Likewise.
13921         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
13922         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
13923         * posix/Makefile ($(objpfx)globtest.out): Likewise.
13924         ($(objpfx)wordexp-tst.out): Likewise.
13925         ($(objpfx)annexc.out): Likewise.
13926         ($(objpfx)tst-fnmatch-mem): Likewise.
13927         ($(objpfx)bug-regex2-mem): Likewise.
13928         ($(objpfx)bug-regex14-mem): Likewise.
13929         ($(objpfx)bug-regex21-mem): Likewise.
13930         ($(objpfx)bug-regex31-mem): Likewise.
13931         ($(objpfx)tst-vfork3-mem): Likewise.
13932         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13933         ($(objpfx)tst-pcre-mem): Likewise.
13934         ($(objpfx)tst-boost-mem): Likewise.
13935         ($(objpfx)tst-getconf.out): Likewise.
13936         ($(objpfx)bug-ga2-mem): Likewise.
13937         ($(objpfx)bug-glob2-mem): Likewise.
13938         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
13939         ($(objpfx)mtrace-tst-leaks2): Likewise.
13940         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
13941         ($(objpfx)tst-printf.out): Likewise.
13942         ($(objpfx)tst-setvbuf1.out): Likewise.
13943         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
13944         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
13945         ($(objpfx)tst-fmtmsg.out): Likewise.
13946         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
13947         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
13948
13949         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
13950         * bits/sigaction.h [__USE_MISC]: Likewise.
13951         * bits/waitstatus.h: Update #endif comments.
13952         * ctype/ctype.h: Likewise.
13953         * dirent/dirent.h: Likewise.
13954         [__USE_MISC]: Remove redundant conditionals.
13955         * grp/grp.h: Update #endif comments.
13956         [__USE_GNU]: Remove redundant conditionals.
13957         [__USE_MISC]: Likewise.
13958         * inet/netinet/in.h [__USE_GNU]: Likewise.
13959         * io/sys/stat.h [__USE_MISC]: Likewise.
13960         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
13961         * libio/bits/stdio.h: Update #endif comments.
13962         [__USE_MISC]: Remove redundant conditionals.
13963         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
13964         * libio/stdio.h: Update #endif comments.
13965         [__USE_MISC]: Remove redundant conditionals.
13966         * math/bits/math-finite.h [__USE_MISC]: Likewise.
13967         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
13968         * math/math.h: Update #else and #endif comments.
13969         [__USE_MISC]: Remove redundant conditionals.
13970         * misc/sys/uio.h: Update #endif comments.
13971         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
13972         * posix/glob.h [__USE_MISC]: Likewise.
13973         * posix/sys/types.h: Update #endif comments.
13974         [__USE_MISC]: Remove redundant conditionals.
13975         * posix/sys/wait.h: Update #endif comments.
13976         [__USE_MISC]: Remove redundant conditionals.
13977         * posix/unistd.h: Update #endif comments.
13978         [__USE_MISC]: Remove redundant conditionals.
13979         * pwd/pwd.h [__USE_GNU]: Likewise.
13980         [__USE_MISC]: Likewise.
13981         * resolv/netdb.h [__USE_GNU]: Likewise.
13982         * signal/signal.h: Update #endif comments.
13983         [__USE_MISC]: Remove redundant conditionals.
13984         * stdlib/stdlib.h: Update #else and #endif comments.
13985         [__USE_MISC]: Remove redundant conditionals.
13986         [__USE_GNU]: Likewise.
13987         * string/bits/string2.h [__USE_MISC]: Likewise.
13988         * string/string.h: Update #endif comments.
13989         [__USE_MISC]: Remove redundant conditionals.
13990         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
13991         Likewise.
13992         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
13993         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
13994         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
13995         Likewise.
13996         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
13997         Likewise.
13998         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
13999         comments.
14000         [__USE_MISC]: Remove redundant conditionals.
14001         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14002         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14003         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14004         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14005         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14006         Likewise.
14007         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14008         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14009         Likewise.
14010         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14011         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14012         Likewise.
14013         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14014         Likewise.
14015         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14016         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14017         Likewise.
14018         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14019         Likewise.
14020         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14021         * sysdeps/x86/bits/string.h: Update #endif comments.
14022         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14023         conditionals.
14024         * time/sys/time.h: Update #endif comments.
14025         * time/time.h: Likewise.
14026         [__USE_MISC]: Remove redundant conditionals.
14027
14028 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14029
14030         [BZ #16600]
14031         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14032
14033 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14034
14035         * Versions.def (librt): Add GLIBC_2.17.
14036
14037 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14038
14039         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14040         synonym for _SYS_AUXV_H to allow direct inclusion.
14041         * sysdeps/sparc/bits/hwcap.h: Likewise.
14042         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14043         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14044         * sysdeps/sparc/sysdep.h: Likewise.
14045
14046 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14047
14048         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14049
14050 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14051
14052         * benchtests/bench-strrchr.c: Print length instead of position.
14053
14054 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14055
14056         [BZ #16611]
14057         * sysdeps/unix/sysv/linux/kernel-features.h
14058         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14059         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14060         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14061         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14062         Likewise.
14063         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14064         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14065         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14066         (__ASSUME_SENDMMSG): Define instead of using previous
14067         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14068         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14069         (__ASSUME_SENDMMSG_SYSCALL): Define.
14070         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14071         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14072         Likewise.
14073         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14074         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14075         Likewise.
14076         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14077         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14078         Likewise.
14079         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14080         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14081         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14082         [__ASSUME_SENDMMSG]: Change conditionals to
14083         [__ASSUME_SENDMMSG_SOCKETCALL].
14084         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14085         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14086         Define.
14087         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14088         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14089         Likewise.
14090         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14091         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14092         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14093         [!__ASSUME_SENDMMSG]: Change conditional to
14094         [!__ASSUME_SENDMMSG_SOCKETCALL].
14095         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14096         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14097         Define.
14098
14099         [BZ #16610]
14100         * sysdeps/unix/sysv/linux/kernel-features.h
14101         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14102         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14103         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14104         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14105         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14106         [__i386__ || __sparc__]
14107         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14108         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14109         (__ASSUME_RECVMMSG): Define instead of using previous
14110         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14111         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14112         (__ASSUME_RECVMMSG_SYSCALL): Define.
14113         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14114         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14115         Likewise.
14116         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14117         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14118         Likewise.
14119         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14120         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14121         Likewise.
14122         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14123         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14124         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14125         [__ASSUME_RECVMMSG]: Change condition to
14126         [__ASSUME_RECVMMSG_SOCKETCALL].
14127         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14128         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14129         Define.
14130         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14131         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14132         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14133         Likewise.
14134         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14135         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14136         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14137         [!__ASSUME_RECVMMSG]: Change condition to
14138         [!__ASSUME_RECVMMSG_SOCKETCALL].
14139         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14140         (__ASSUME_RECVMMSG_SYSCALL): Define.
14141
14142         [BZ #16609]
14143         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14144         __powerpc__ || __s390__ || __sh__ || __sparc__]
14145         (__ASSUME_SOCKETCALL): Define.
14146         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14147         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14148         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14149         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14150         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14151         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14152         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14153         (__ASSUME_ACCEPT4): Define instead of using previous
14154         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14155         __powerpc__ || __sparc__ || __s390__)] condition.
14156         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14157         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14158         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14159         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14160         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14161         [!__ASSUME_ACCEPT4]: Change condition to
14162         [!__ASSUME_ACCEPT4_SOCKETCALL].
14163         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14164         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14165         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14166         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14167         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14168         __ASSUME_ACCEPT4_SYSCALL.
14169         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14170         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14171         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14172         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14173         __ASSUME_ACCEPT4_SYSCALL.
14174         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14175         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14176         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14177         [__ASSUME_ACCEPT4]: Change condition to
14178         [__ASSUME_ACCEPT4_SOCKETCALL].
14179         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14180         (__ASSUME_SOCKETCALL): Define.
14181         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14182         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14183         (__ASSUME_SOCKETCALL): Define.
14184         (__ASSUME_ACCEPT4): Remove.
14185         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14186         Define.
14187         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14188         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14189         Likewise.
14190         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14191         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14192
14193         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14194         macro.
14195         (HWCAP_ARM_LPAE): Likewise.
14196         (HWCAP_ARM_EVTSTRM): Likewise.
14197         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14198         Add vpfd32, lpae and evtstrm.
14199         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14200         Increase to 22.
14201
14202 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14203
14204         * math/auto-libm-test-in: Add tests of clog10.
14205         * math/auto-libm-test-out: Regenerated.
14206         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14207         * sysdeps/i386/fpu/libm-test-ulps: Update.
14208         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14209
14210 2014-02-18  Andreas Schwab  <schwab@suse.de>
14211
14212         [BZ #16574]
14213         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14214         Store non-zero if the second buffer was newly allocated.
14215         (send_dg): Likewise.
14216         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14217         to send_vc and send_dg.
14218         (res_nsend): Pass NULL for ansp2_malloced.
14219         * resolv/res_query.c (__libc_res_nquery): Add parameter
14220         answerp2_malloced and pass it down to __libc_res_nsend.
14221         (res_nquery): Pass additional NULL to __libc_res_nquery.
14222         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14223         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14224         second answer buffer if answerp2_malloced was set.
14225         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14226         (__libc_res_nquerydomain): Add parameter
14227         answerp2_malloced and pass it down to __libc_res_nquery.
14228         (res_nquerydomain): Pass additional NULL to
14229         __libc_res_nquerydomain.
14230         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14231         additional NULL to __libc_res_nsend and __libc_res_nquery.
14232         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14233         additional NULL to __libc_res_nsearch.
14234         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14235         parameter of __libc_res_nsearch to check for separately allocated
14236         second buffer.
14237         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14238         __libc_res_nquery.
14239         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14240         additional NULL to __libc_res_nquery.
14241         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14242         __libc_res_nsearch.
14243         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14244         * include/resolv.h: Update prototypes of __libc_res_nquery,
14245         __libc_res_nsearch, __libc_res_nsend.
14246
14247 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14248
14249         * math/auto-libm-test-in: Add tests of fma.
14250         * math/auto-libm-test-out: Regenerated.
14251         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14252         (fma_towardzero_test_data): Likewise.
14253         (fma_downward_test_data): Likewise.
14254         (fma_upward_test_data): Likewise.
14255         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14256         mpc_mode.
14257         (rounding_modes): Add values for new field.
14258         (func_calc_method): Add value mpfr_fff_f.
14259         (func_calc_desc): Add mpfr_fff_f union field.
14260         (test_function): Add field exact_args.
14261         (FUNC): Add macro argument EXACT_ARGS.
14262         (FUNC_mpfr_f_f): Update call to FUNC.
14263         (FUNC_mpfr_f_f): Likewise.
14264         (FUNC_mpfr_ff_f): Likewise.
14265         (FUNC_mpfr_if_f): Likewise.
14266         (FUNC_mpc_c_f): Likewise.
14267         (FUNC_mpc_c_c): Likewise.
14268         (test_functions): Add fma.  Update calls to FUNC.
14269         (handle_input_arg): Add argument exact_args.
14270         (add_test): Update call to handle_input_arg.
14271         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14272         (output_for_one_input_case): Update call to calc_generic_results.
14273         Recalculate exact zero results in each rounding mode.
14274
14275         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14276         non-negative before setting low bit.
14277         * math/auto-libm-test-in: Mark one asin test possibly having
14278         spurious underflow.
14279         * math/auto-libm-test-out: Regenerated.
14280         * sysdeps/i386/fpu/libm-test-ulps: Update.
14281         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14282
14283 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14284
14285         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14286         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14287         ports/sysdeps/unix/sysv/linux/microblaze.
14288         * README: Add missing listing for microblaze*-*-linux-gnu.
14289
14290 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14291
14292         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14293         duplicate code
14294
14295 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14296
14297         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14298         * sysdeps/unix/sysv/linux/ia64: Move directory from
14299         ports/sysdeps/unix/sysv/linux/ia64.
14300         * README: Update listing for ia64-*-linux-gnu.
14301
14302 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14303             Joseph Myers  <joseph@codesourcery.com>
14304
14305         * Makeconfig (test-name): New variable.
14306         (evaluate-test): Likewise.
14307         * Makerules (do-test-clean): Remove .test-result files.
14308         (common-mostlyclean): Likewise.
14309         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14310         * scripts/evaluate-test.sh: New file.
14311
14312 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14313
14314         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14315         separate $(objpfx)tst-fopenloc-cmp.out and
14316         $(objpfx)tst-fopenloc-mem.out targets.
14317         (tests): Update dependencies.
14318         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14319         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14320         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14321         (tst-rxspencer-no-utf8-ARGS): New variable.
14322         (tst-rxspencer-no-utf8-ENV): Likewise.
14323         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14324         instead of $(objpfx)tst-rxspencer-mem.
14325         ($(objpfx)tst-rxspencer-mem): Change target to
14326         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14327         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14328         * posix/tst-rxspencer-no-utf8.c: New file.
14329
14330         * elf/Makefile ($(objpfx)order.out): Remove rule.
14331         [$(run-built-tests) = yes] (tests): Depend on
14332         $(objpfx)order-cmp.out.
14333         ($(objpfx)order-cmp.out): New rule.
14334         [$(run-built-tests) = yes] (tests): Depend on
14335         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14336         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14337         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14338         $(objpfx)tst-array5-static-cmp.out.
14339         ($(objpfx)tst-array1.out): Remove rule.
14340         ($(objpfx)tst-array1-cmp.out): New rule.
14341         ($(objpfx)tst-array1-static.out): Remove rule.
14342         ($(objpfx)tst-array1-static-cmp.out): New rule.
14343         ($(objpfx)tst-array2.out): Remove rule.
14344         ($(objpfx)tst-array2-cmp.out): New rule.
14345         ($(objpfx)tst-array3.out): Remove rule.
14346         ($(objpfx)tst-array3-cmp.out): New rule.
14347         ($(objpfx)tst-array4.out): Remove rule.
14348         ($(objpfx)tst-array4-cmp.out): New rule.
14349         ($(objpfx)tst-array5.out): Remove rule.
14350         ($(objpfx)tst-array5-cmp.out): New rule.
14351         ($(objpfx)tst-array5-static.out): Remove rule.
14352         ($(objpfx)tst-array5-static-cmp.out): New rule.
14353         [$(run-built-tests) = yes] (tests): Depend on
14354         $(objpfx)order2-cmp.out.
14355         ($(objpfx)order2.out): Remove rule.
14356         ($(objpfx)order2-cmp.out): New rule.
14357         ($(objpfx)tst-initorder.out): Remove rule.
14358         [$(run-built-tests) = yes] (tests): Depend on
14359         $(objpfx)tst-initorder-cmp.out.
14360         ($(objpfx)tst-initorder-cmp.out): New rule.
14361         ($(objpfx)tst-initorder2.out): Remove rule.
14362         [$(run-built-tests) = yes] (tests): Depend on
14363         $(objpfx)tst-initorder2-cmp.out.
14364         ($(objpfx)tst-initorder2-cmp.out): New rule.
14365         [$(run-built-tests) = yes] (tests): Depend on
14366         $(objpfx)tst-unused-dep-cmp.out.
14367         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14368         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14369         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14370         on $(objpfx)tst-setvbuf1-cmp.out.
14371         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14372         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14373         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14374         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14375         ($(objpfx)tst-svc.out): Remove rule.
14376         ($(objpfx)tst-svc-cmp.out): New rule.
14377
14378 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14379
14380         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14381         * ctype/ctype.h [__USE_MISC]: Likewise.
14382         * dirent/dirent.h [__USE_MISC]: Likewise.
14383         * grp/grp.h [__USE_MISC]: Likewise.
14384         * io/fcntl.h [__USE_MISC]: Likewise.
14385         * io/sys/stat.h [__USE_MISC]: Likewise.
14386         * libio/stdio.h [__USE_MISC]: Likewise.
14387         * posix/unistd.h [__USE_MISC]: Likewise.
14388         * pwd/pwd.h [__USE_MISC]: Likewise.
14389         * stdlib.h [__USE_MISC]: Likewise.
14390         * string/bits/string2.h [__USE_MISC]: Likewise.
14391         * string/string.h [__USE_MISC]: Likewise.
14392         * time/time.h [__USE_MISC]: Likewise.
14393
14394 2014-02-13  Andreas Schwab  <schwab@suse.de>
14395
14396         [BZ #16574]
14397         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14398         second answer buffer if it was separately allocated.
14399
14400 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14401
14402         * sysdeps/mips/math-tests.h: Include <features.h>.
14403         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14404         (ROUNDING_TESTS_long_double): Do not define.
14405         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14406         (EXCEPTION_TESTS_long_double): Likewise.
14407         * sysdeps/mips/mips64/libm-test-ulps: Update.
14408
14409         * include/features.h (__USE_BSD): Remove macro definitions.
14410         (__USE_SVID): Likewise.
14411         (_BSD_SOURCE): Likewise.
14412         (_SVID_SOURCE): Likewise.
14413         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14414         from definition of _DEFAULT_SOURCE.
14415         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14416         [_DEFAULT_SOURCE].
14417         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14418         * bits/mman.h [__USE_BSD]: Likewise.
14419         * bits/termios.h [__USE_BSD]: Likewise.
14420         * bits/waitstatus.h [__USE_BSD]: Likewise.
14421         * ctype/ctype.h [__USE_SVID]: Likewise.
14422         * dirent/dirent.h [__USE_BSD]: Likewise.
14423         * grp/grp.h [__USE_SVID]: Likewise.
14424         [__USE_BSD]: Likewise.
14425         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14426         * io/fcntl.h [__USE_BSD]: Likewise.
14427         * io/ftw.h [__USE_BSD]: Likewise.
14428         * io/sys/stat.h [__USE_BSD]: Likewise.
14429         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14430         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14431         * libio/stdio.h [__USE_SVID]: Likewise.
14432         [__USE_BSD]: Likewise.
14433         * math/math.h [__USE_SVID]: Likewise.
14434         [__USE_BSD]: Likewise.
14435         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14436         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14437         * misc/search.h [__USE_SVID]: Likewise.
14438         * misc/sys/mman.h [__USE_BSD]: Likewise.
14439         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14440         * misc/sys/uio.h [__USE_BSD]: Likewise.
14441         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14442         * posix/glob.h [__USE_BSD]: Likewise.
14443         * posix/regex.h [__USE_BSD]: Likewise.
14444         * posix/sys/types.h [__USE_BSD]: Likewise.
14445         [__USE_SVID]: Likewise.
14446         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14447         * posix/sys/wait.h [__USE_BSD]: Likewise.
14448         [__USE_SVID]: Likewise.
14449         * posix/unistd.h [__USE_BSD]: Likewise.
14450         [__USE_SVID]: Likewise.
14451         * pwd/pwd.h [__USE_SVID]: Likewise.
14452         * resolv/netdb.h [__USE_BSD]: Likewise.
14453         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14454         * signal/signal.h [__USE_BSD]: Likewise.
14455         [__USE_SVID]: Likewise.
14456         * socket/sys/socket.h [__USE_BSD]: Likewise.
14457         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14458         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14459         [__USE_SVID]: Likewise.
14460         * string/bits/string2.h [__USE_BSD]: Likewise.
14461         [__USE_SVID]: Likewise.
14462         * string/bits/string3.h [__USE_BSD]: Likewise.
14463         * string/endian.h [__USE_BSD]: Likewise.
14464         * string/string.h [__USE_SVID]: Likewise.
14465         [__USE_BSD]: Likewise.
14466         * string/strings.h [__USE_BSD]: Likewise.
14467         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14468         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14469         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14470         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14471         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14472         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14473         Likewise.
14474         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14475         Likewise.
14476         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14477         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14478         Likewise.
14479         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14480         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14481         Likewise.
14482         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14483         Likewise.
14484         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14485         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14486         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14487         Likewise.
14488         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14489         Likewise.
14490         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14491         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14492         * termios/termios.h [__USE_BSD]: Likewise.
14493         * time/sys/time.h [__USE_BSD]: Likewise.
14494         * time/time.h [__USE_BSD]: Likewise.
14495         [__USE_SVID]: Likewise.
14496
14497         * Makefile (subdir_targets): Remove subdir_lint.out.
14498
14499         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14500         (do-tst-printf): Likewise.
14501         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14502         $(objpfx)tst-printf.out.
14503
14504         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14505
14506         * Makerules (check-abi-%): Change target to
14507         $(objpfx)check-abi-%.out.
14508         (check-abi target): Update dependencies.
14509         (check-abi-pattern variable): Redirect output of diff to $@.
14510         (check-abi variable): Likewise.
14511         * elf/Makefile (check-abi): Update dependencies.
14512
14513         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14514         unused.
14515         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14516         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14517         subnormal range.
14518         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14519         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14520         value has largest subnormal exponent.
14521         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14522         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14523         * sysdeps/aarch64/soft-fp/sfp-machine.h
14524         (_FP_TININESS_AFTER_ROUNDING): New macro.
14525         * sysdeps/alpha/soft-fp/sfp-machine.h
14526         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14527         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14528         Likewise.
14529         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14530         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14531         * sysdeps/mips/soft-fp/sfp-machine.h
14532         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14533         * sysdeps/powerpc/soft-fp/sfp-machine.h
14534         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14535         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14536         Likewise.
14537         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14538         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14539         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14540         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14541         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14542         Likewise.
14543
14544 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14545
14546         [BZ #16545]
14547         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14548         model 1.
14549
14550 2014-02-12  Richard Henderson  <rth@redhat.com>
14551
14552         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14553         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14554         * sysdeps/unix/sysv/linux/alpha: Move directory from
14555         ports/sysdeps/unix/sysv/linux/alpha.
14556         * README: Update listing for alpha-*-linux-gnu.
14557
14558 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14559
14560         * include/features.h: Update comment documenting feature test
14561         macros.
14562         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14563         _DEFAULT_SOURCE.
14564         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14565         (_SVID_SOURCE): Likewise.
14566         (_DEFAULT_SOURCE): Update description of default features.
14567         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14568         with _GNU_SOURCE.
14569         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14570         (S_ISVTX): Likewise.
14571         * manual/math.texi (Mathematical Constants): Likewise.
14572         * manual/signal.texi (Interrupted Primitives): Likewise.
14573         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14574         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14575         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14576         Don't refer to _SVID_SOURCE in warning text.
14577
14578         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14579
14580         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14581         already defined.
14582         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14583         * sysdeps/mips/dl-lookup.c: Remove.
14584         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14585
14586 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14587
14588         [BZ #16447]
14589         * math/auto-libm-test-in: Add testcase for expl.
14590         * math/auto-libm-test-out: Regenerate.
14591         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14592         calculation of unsafe.
14593         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14594
14595 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14596
14597         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14598         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14599         ports/sysdeps/unix/sysv/linux/aarch64.
14600         * README: Update listing for aarch64*-*-linux-gnu.
14601
14602 2014-02-11  Will Newton  <will.newton@linaro.org>
14603
14604         * manual/probes.texi (Mathematical Function Probes): Use
14605         "triggered" instead of "hit".
14606
14607         * manual/probes.texi (Internal Probes): Add documentation
14608         of setjmp, longjmp and longjmp_target probes.
14609
14610         * include/stap-probe.h: Add comment about probe argument
14611         format.
14612
14613         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14614         definition.  (tr_where, tr_freehook, tr_mallochook,
14615         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14616
14617 2014-02-11  David S. Miller  <davem@davemloft.net>
14618
14619         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14620         processing int_tests.
14621
14622 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14623
14624         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14625         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14626         * sysdeps/unix/sysv/linux/mips: Move directory from
14627         ports/sysdeps/unix/sysv/linux/mips.
14628         * README: Update listing for mips-*-linux-gnu and
14629         mips64-*-linux-gnu.
14630
14631 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14632
14633         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14634         * sysdeps/unix/sysv/linux/m68k: Move directory from
14635         ports/sysdeps/unix/sysv/linux/m68k.
14636         * README: Update listing for m68k-*-linux-gnu.
14637
14638 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14639
14640         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14641         * sysdeps/unix/sysv/linux/generic: Move directory from
14642         ports/sysdeps/unix/sysv/linux/generic.
14643         * sysdeps/unix/sysv/linux/tile: Move directory from
14644         ports/sysdeps/unix/sysv/linux/tile.
14645         * README: Update listing for tile*-*-linux-gnu.
14646
14647 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14648
14649         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14650         __builtin_expect.
14651         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14652         * catgets/open_catalog.c (__open_catalog): Likewise.
14653         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14654         * debug/confstr_chk.c: Likewise.
14655         * debug/fread_chk.c (__fread_chk): Likewise.
14656         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14657         * debug/getgroups_chk.c: Likewise.
14658         * debug/mbsnrtowcs_chk.c: Likewise.
14659         * debug/mbsrtowcs_chk.c: Likewise.
14660         * debug/mbstowcs_chk.c: Likewise.
14661         * debug/memcpy_chk.c: Likewise.
14662         * debug/memmove_chk.c: Likewise.
14663         * debug/mempcpy_chk.c: Likewise.
14664         * debug/memset_chk.c: Likewise.
14665         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14666         * debug/strcat_chk.c (__strcat_chk): Likewise.
14667         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14668         * debug/strncat_chk.c (__strncat_chk): Likewise.
14669         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14670         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14671         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14672         * debug/wcpncpy_chk.c: Likewise.
14673         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14674         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14675         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14676         * debug/wcsncpy_chk.c: Likewise.
14677         * debug/wcsnrtombs_chk.c: Likewise.
14678         * debug/wcsrtombs_chk.c: Likewise.
14679         * debug/wcstombs_chk.c: Likewise.
14680         * debug/wmemcpy_chk.c: Likewise.
14681         * debug/wmemmove_chk.c: Likewise.
14682         * debug/wmempcpy_chk.c: Likewise.
14683         * debug/wmemset_chk.c: Likewise.
14684         * dirent/scandirat.c (SCANDIRAT): Likewise.
14685         * dlfcn/dladdr1.c (dladdr1): Likewise.
14686         * dlfcn/dladdr.c (dladdr): Likewise.
14687         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14688         * dlfcn/dlerror.c (__dlerror): Likewise.
14689         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14690         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14691         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14692         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14693         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14694         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14695         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14696         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14697         Likewise.
14698         * elf/dl-conflict.c: Likewise.
14699         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14700         * elf/dl-dst.h: Likewise.
14701         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14702         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14703         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14704         * elf/dl-init.c (call_init, _dl_init): Likewise.
14705         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14706         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14707         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14708         Likewise.
14709         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14710         Likewise.
14711         * elf/dl-minimal.c (__libc_memalign): Likewise.
14712         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14713         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14714         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14715         * elf/dl-sym.c (do_sym): Likewise.
14716         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14717         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14718         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14719         * elf/dl-writev.h (_dl_writev): Likewise.
14720         * elf/ldconfig.c (search_dir): Likewise.
14721         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14722         (dl_main): Likewise.
14723         * elf/setup-vdso.h (setup_vdso): Likewise.
14724         * grp/compat-initgroups.c (compat_call): Likewise.
14725         * grp/fgetgrent.c (fgetgrent): Likewise.
14726         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14727         * grp/putgrent.c (putgrent): Likewise.
14728         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14729         Likewise.
14730         * hurd/hurdinit.c: Likewise.
14731         * iconvdata/8bit-gap.c (struct): Likewise.
14732         * iconvdata/ansi_x3.110.c : Likewise.
14733         * iconvdata/big5.c : Likewise.
14734         * iconvdata/big5hkscs.c : Likewise.
14735         * iconvdata/cp1255.c: Likewise.
14736         * iconvdata/cp1258.c : Likewise.
14737         * iconvdata/cp932.c : Likewise.
14738         * iconvdata/euc-cn.c: Likewise.
14739         * iconvdata/euc-jisx0213.c : Likewise.
14740         * iconvdata/euc-jp.c: Likewise.
14741         * iconvdata/euc-jp-ms.c : Likewise.
14742         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14743         * iconvdata/gb18030.c : Likewise.
14744         * iconvdata/gbbig5.c (const): Likewise.
14745         * iconvdata/gbgbk.c: Likewise.
14746         * iconvdata/gbk.c : Likewise.
14747         * iconvdata/ibm1364.c : Likewise.
14748         * iconvdata/ibm930.c : Likewise.
14749         * iconvdata/ibm932.c: Likewise.
14750         * iconvdata/ibm933.c : Likewise.
14751         * iconvdata/ibm935.c : Likewise.
14752         * iconvdata/ibm937.c : Likewise.
14753         * iconvdata/ibm939.c : Likewise.
14754         * iconvdata/ibm943.c: Likewise.
14755         * iconvdata/iso_11548-1.c: Likewise.
14756         * iconvdata/iso-2022-cn.c : Likewise.
14757         * iconvdata/iso-2022-cn-ext.c : Likewise.
14758         * iconvdata/iso-2022-jp-3.c: Likewise.
14759         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14760         * iconvdata/iso-2022-kr.c : Likewise.
14761         * iconvdata/iso646.c (gconv_end): Likewise.
14762         * iconvdata/iso_6937-2.c : Likewise.
14763         * iconvdata/iso_6937.c : Likewise.
14764         * iconvdata/iso8859-1.c: Likewise.
14765         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14766         * iconvdata/shift_jisx0213.c : Likewise.
14767         * iconvdata/sjis.c : Likewise.
14768         * iconvdata/t.61.c : Likewise.
14769         * iconvdata/tcvn5712-1.c : Likewise.
14770         * iconvdata/tscii.c: Likewise.
14771         * iconvdata/uhc.c : Likewise.
14772         * iconvdata/unicode.c (gconv_end): Likewise.
14773         * iconvdata/utf-16.c (gconv_end): Likewise.
14774         * iconvdata/utf-32.c (gconv_end): Likewise.
14775         * iconvdata/utf-7.c (base64): Likewise.
14776         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14777         * iconv/gconv_close.c (__gconv_close): Likewise.
14778         * iconv/gconv_open.c (__gconv_open): Likewise.
14779         * iconv/gconv_simple.c (internal_ucs4_loop_single)
14780         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14781         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14782         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14783         (ucs4le_internal_loop_single): Likewise.
14784         * iconv/iconv.c (iconv): Likewise.
14785         * iconv/iconv_close.c: Likewise.
14786         * iconv/loop.c (SINGLE): Likewise.
14787         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14788         * include/atomic.h: Likewise.
14789         * inet/inet6_option.c (option_alloc): Likewise.
14790         * intl/bindtextdom.c (set_binding_values): Likewise.
14791         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14792         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14793         * intl/localealias.c (read_alias_file): Likewise.
14794         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
14795         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14796         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
14797         * libio/fmemopen.c (fmemopen): Likewise.
14798         * libio/iofgets.c (_IO_fgets): Likewise.
14799         * libio/iofgets_u.c (fgets_unlocked): Likewise.
14800         * libio/iofgetws.c (fgetws): Likewise.
14801         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14802         * libio/iogetdelim.c (_IO_getdelim): Likewise.
14803         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14804         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
14805         * locale/findlocale.c (_nl_find_locale): Likewise.
14806         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14807         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14808         Likewise.
14809         * locale/setlocale.c (setlocale): Likewise.
14810         * login/programs/pt_chown.c (main): Likewise.
14811         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14812         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
14813         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14814         (mmap, mmap64, mremap, munmap): Likewise.
14815         * math/e_exp2l.c: Likewise.
14816         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14817         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14818         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14819         * math/s_catan.c (__catan): Likewise.
14820         * math/s_catanf.c (__catanf): Likewise.
14821         * math/s_catanh.c (__catanh): Likewise.
14822         * math/s_catanhf.c (__catanhf): Likewise.
14823         * math/s_catanhl.c (__catanhl): Likewise.
14824         * math/s_catanl.c (__catanl): Likewise.
14825         * math/s_ccosh.c (__ccosh): Likewise.
14826         * math/s_ccoshf.c (__ccoshf): Likewise.
14827         * math/s_ccoshl.c (__ccoshl): Likewise.
14828         * math/s_cexp.c (__cexp): Likewise.
14829         * math/s_cexpf.c (__cexpf): Likewise.
14830         * math/s_cexpl.c (__cexpl): Likewise.
14831         * math/s_clog10.c (__clog10): Likewise.
14832         * math/s_clog10f.c (__clog10f): Likewise.
14833         * math/s_clog10l.c (__clog10l): Likewise.
14834         * math/s_clog.c (__clog): Likewise.
14835         * math/s_clogf.c (__clogf): Likewise.
14836         * math/s_clogl.c (__clogl): Likewise.
14837         * math/s_csin.c (__csin): Likewise.
14838         * math/s_csinf.c (__csinf): Likewise.
14839         * math/s_csinh.c (__csinh): Likewise.
14840         * math/s_csinhf.c (__csinhf): Likewise.
14841         * math/s_csinhl.c (__csinhl): Likewise.
14842         * math/s_csinl.c (__csinl): Likewise.
14843         * math/s_csqrt.c (__csqrt): Likewise.
14844         * math/s_csqrtf.c (__csqrtf): Likewise.
14845         * math/s_csqrtl.c (__csqrtl): Likewise.
14846         * math/s_ctan.c (__ctan): Likewise.
14847         * math/s_ctanf.c (__ctanf): Likewise.
14848         * math/s_ctanh.c (__ctanh): Likewise.
14849         * math/s_ctanhf.c (__ctanhf): Likewise.
14850         * math/s_ctanhl.c (__ctanhl): Likewise.
14851         * math/s_ctanl.c (__ctanl): Likewise.
14852         * math/w_pow.c: Likewise.
14853         * math/w_powf.c: Likewise.
14854         * math/w_powl.c: Likewise.
14855         * math/w_scalb.c (sysv_scalb): Likewise.
14856         * math/w_scalbf.c (sysv_scalbf): Likewise.
14857         * math/w_scalbl.c (sysv_scalbl): Likewise.
14858         * misc/error.c (error_tail): Likewise.
14859         * misc/pselect.c (__pselect): Likewise.
14860         * nis/nis_callback.c (__nis_create_callback): Likewise.
14861         * nis/nis_call.c (__nisfind_server): Likewise.
14862         * nis/nis_creategroup.c (nis_creategroup): Likewise.
14863         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14864         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14865         * nis/nis_getservlist.c (nis_getservlist): Likewise.
14866         * nis/nis_lookup.c (nis_lookup): Likewise.
14867         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
14868         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14869         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
14870         * nis/nis_xdr.c (xdr_endpoint): Likewise.
14871         * nis/nss_compat/compat-grp.c (getgrent_next_file)
14872         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14873         * nis/nss_compat/compat-initgroups.c (add_group)
14874         (internal_getgrent_r): Likewise.
14875         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14876         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14877         * nis/nss_compat/compat-spwd.c (getspent_next_file)
14878         (internal_getspnam_r): Likewise.
14879         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14880         (_nss_nis_getaliasbyname_r): Likewise.
14881         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14882         (_nss_nis_getntohost_r): Likewise.
14883         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14884         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14885         (_nss_nis_getgrgid_r): Likewise.
14886         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14887         (internal_nis_gethostent_r, internal_gethostbyname2_r)
14888         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14889         (_nss_nis_gethostbyname4_r): Likewise.
14890         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
14891         (initgroups_netid): Likewise.
14892         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
14893         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
14894         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
14895         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
14896         (_nss_nis_getprotobynumber_r): Likewise.
14897         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
14898         (_nss_nis_getsecretkey): Likewise.
14899         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
14900         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
14901         (_nss_nis_getpwuid_r): Likewise.
14902         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
14903         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
14904         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
14905         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
14906         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
14907         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
14908         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
14909         Likewise.
14910         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
14911         (_nss_nisplus_getntohost_r): Likewise.
14912         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
14913         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
14914         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
14915         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
14916         Likewise.
14917         * nis/nss_nisplus/nisplus-initgroups.c
14918         (_nss_nisplus_initgroups_dyn): Likewise.
14919         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
14920         (_nss_nisplus_getnetbyaddr_r): Likewise.
14921         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
14922         (_nss_nisplus_getprotobynumber_r): Likewise.
14923         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
14924         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
14925         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
14926         Likewise.
14927         * nis/nss_nisplus/nisplus-service.c
14928         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
14929         (_nss_nisplus_getservbyport_r): Likewise.
14930         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
14931         (_nss_nisplus_getspnam_r): Likewise.
14932         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
14933         Likewise.
14934         * nscd/aicache.c (addhstaiX): Likewise.
14935         * nscd/cache.c (cache_search, prune_cache): Likewise.
14936         * nscd/connections.c (register_traced_file, send_ro_fd)
14937         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
14938         (main_loop_epoll): Likewise.
14939         * nscd/grpcache.c (addgrbyX): Likewise.
14940         * nscd/hstcache.c (addhstbyX): Likewise.
14941         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14942         * nscd/mem.c (gc, mempool_alloc): Likewise.
14943         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
14944         (addinnetgrX): Likewise.
14945         * nscd/nscd-client.h (__nscd_acquire_maplock)
14946         (__nscd_drop_map_ref): Likewise.
14947         * nscd/nscd_getai.c (__nscd_getai): Likewise.
14948         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
14949         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
14950         Likewise.
14951         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
14952         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
14953         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
14954         (__nscd_get_map_ref): Likewise.
14955         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
14956         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
14957         Likewise.
14958         * nscd/pwdcache.c (addpwbyX): Likewise.
14959         * nscd/selinux.c (preserve_capabilities): Likewise.
14960         * nscd/servicescache.c (addservbyX): Likewise.
14961         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
14962         * posix/fnmatch.c (fnmatch): Likewise.
14963         * posix/getopt.c (_getopt_internal_r): Likewise.
14964         * posix/glob.c (glob, glob_in_dir): Likewise.
14965         * posix/wordexp.c (exec_comm_child): Likewise.
14966         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
14967         (getanswer_r, gaih_getanswer_slice): Likewise.
14968         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
14969         * resolv/res_init.c: Likewise.
14970         * resolv/res_mkquery.c (res_nmkquery): Likewise.
14971         * resolv/res_query.c (__libc_res_nquery): Likewise.
14972         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
14973         Likewise.
14974         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
14975         * stdio-common/perror.c (perror): Likewise.
14976         * stdio-common/printf_fp.c (___printf_fp): Likewise.
14977         * stdio-common/tmpnam.c (tmpnam): Likewise.
14978         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
14979         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
14980         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
14981         Likewise.
14982         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
14983         * stdlib/putenv.c (putenv): Likewise.
14984         * stdlib/setenv.c (__add_to_environ): Likewise.
14985         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
14986         * stdlib/strtol_l.c (INTERNAL): Likewise.
14987         * string/memmem.c (memmem): Likewise.
14988         * string/strerror.c (strerror): Likewise.
14989         * string/strnlen.c (__strnlen): Likewise.
14990         * string/test-memmem.c (simple_memmem): Likewise.
14991         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
14992         * sunrpc/pm_getport.c (__get_socket): Likewise.
14993         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
14994         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
14995         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
14996         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
14997         Likewise.
14998         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
14999         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15000         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15001         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15002         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15003         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15004         Likewise.
15005         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15006         Likewise.
15007         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15008         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15009         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15010         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15011         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15012         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15013         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15014         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15015         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15016         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15017         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15018         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15019         Likewise.
15020         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15021         Likewise.
15022         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15023         Likewise.
15024         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15025         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15026         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15027         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15028         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15029         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15030         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15031         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15032         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15033         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15034         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15035         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15036         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15037         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15038         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15039         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15040         Likewise.
15041         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15042         Likewise.
15043         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15044         Likewise.
15045         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15046         Likewise.
15047         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15048         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15049         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15050         Likewise.
15051         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15052         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15053         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15054         * sysdeps/posix/sleep.c: Likewise.
15055         * sysdeps/posix/tempname.c: Likewise.
15056         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15057         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15058         Likewise.
15059         * sysdeps/powerpc/powerpc32/dl-machine.h
15060         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15061         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15062         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15063         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15064         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15065         Likewise.
15066         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15067         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15068         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15069         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15070         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15071         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15072         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15073         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15074         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15075         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15076         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15077         (elf_machine_lazy_rel): Likewise.
15078         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15079         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15080         (elf_machine_lazy_rel): Likewise.
15081         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15082         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15083         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15084         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15085         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15086         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15087         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15088         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15089         Likewise.
15090         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15091         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15092         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15093         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15094         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15095         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15096         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15097         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15098         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15099         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15100         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15101         Likewise.
15102         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15103         (__posix_fallocate64_l64): Likewise.
15104         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15105         (posix_fallocate): Likewise.
15106         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15107         Likewise.
15108         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15109         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15110         (getifaddrs_internal): Likewise.
15111         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15112         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15113         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15114         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15115         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15116         (__posix_fallocate64_l64): Likewise.
15117         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15118         Likewise.
15119         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15120         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15121         (__get_clockfreq): Likewise.
15122         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15123         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15124         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15125         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15126         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15127         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15128         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15129         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15130         Likewise.
15131         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15132         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15133         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15134         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15135         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15136         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15137         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15138         Likewise.
15139         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15140         (posix_fallocate): Likewise.
15141         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15142         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15143         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15144         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15145         (elf_machine_rela, elf_machine_rela_relative)
15146         (elf_machine_lazy_rel): Likewise.
15147         * time/asctime.c (asctime_internal): Likewise.
15148         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15149         * time/tzset.c (__tzset_parse_tz): Likewise.
15150         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15151         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15152         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15153         * wcsmbs/wcsmbsload.h: Likewise.
15154
15155         [BZ #15894]
15156         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15157
15158         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15159         (arena_get2): Remove THREAD_STATS conditionals.
15160         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15161         (__malloc_stats, int): Likewise.
15162
15163 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15164
15165         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15166         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15167
15168         * manual/setjmp.texi: Fix typos/grammar errors.
15169
15170         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15171         Only return early when n is <= 0.  Delete unused return statement.
15172
15173         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15174         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15175         * debug/tst-longjmp_chk3.c: New file.
15176
15177         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15178         (test_main): Replace code with set_fortify_handler call.
15179         * debug/test-strcpy_chk.c: Likewise.
15180         * debug/tst-chk1.c: Likewise.
15181         * debug/tst-longjmp_chk.c: Likewise.
15182         * test-skeleton.c: Include fcntl.h & paths.h
15183         (set_fortify_handler): Define.
15184
15185         * debug/tst-longjmp_chk.c: Add header comment and include
15186         ../test-skeleton.c.
15187         (do_test): Mark static.
15188         (TEST_FUNCTION): Define.
15189
15190         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15191         (IP_PMTUDISC_INTERFACE): Likewise.
15192         (IP_MULTICAST_IF): Likewise.
15193         (IP_MULTICAST_TTL): Likewise.
15194         (IP_MULTICAST_LOOP): Likewise.
15195         (IP_ADD_MEMBERSHIP): Likewise.
15196         (IP_DROP_MEMBERSHIP): Likewise.
15197         (IP_UNBLOCK_SOURCE): Likewise.
15198         (IP_BLOCK_SOURCE): Likewise.
15199         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15200         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15201         (IP_MSFILTER): Likewise.
15202         (MCAST_JOIN_GROUP): Likewise.
15203         (MCAST_BLOCK_SOURCE): Likewise.
15204         (MCAST_UNBLOCK_SOURCE): Likewise.
15205         (MCAST_LEAVE_GROUP): Likewise.
15206         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15207         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15208         (MCAST_MSFILTER): Likewise.
15209         (IP_MULTICAST_ALL): Likewise.
15210         (IP_UNICAST_IF): Likewise.
15211
15212         * timezone/Makefile: Delete $(have-ksh) check.
15213         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15214         * timezone/tzselect.ksh: Add +x mode bits.
15215
15216         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15217         (ANON_INODE_FS_MAGIC): Likewise.
15218         (BDEVFS_MAGIC): Likewise.
15219         (BINFMTFS_MAGIC): Likewise.
15220         (BTRFS_TEST_MAGIC): Likewise.
15221         (CRAMFS_MAGIC_WEND): Likewise.
15222         (DEBUGFS_MAGIC): Likewise.
15223         (ECRYPTFS_SUPER_MAGIC): Likewise.
15224         (EXT3_SUPER_MAGIC): Likewise.
15225         (EXT4_SUPER_MAGIC): Likewise.
15226         (FUTEXFS_SUPER_MAGIC): Likewise.
15227         (HOSTFS_SUPER_MAGIC): Likewise.
15228         (HUGETLBFS_MAGIC): Likewise.
15229         (MINIX3_SUPER_MAGIC): Likewise.
15230         (MTD_INODE_FS_MAGIC): Likewise.
15231         (NILFS_SUPER_MAGIC): Likewise.
15232         (OPENPROM_SUPER_MAGIC): Likewise.
15233         (PIPEFS_MAGIC): Likewise.
15234         (PSTOREFS_MAGIC): Likewise.
15235         (QNX6_SUPER_MAGIC): Likewise.
15236         (RAMFS_MAGIC): Likewise.
15237         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15238         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15239         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15240         (SECURITYFS_MAGIC): Likewise.
15241         (SELINUX_MAGIC): Likewise.
15242         (SMACK_MAGIC): Likewise.
15243         (SOCKFS_MAGIC): Likewise.
15244         (SQUASHFS_MAGIC): Likewise.
15245         (STACK_END_MAGIC): Likewise.
15246         (TMPFS_MAGIC): Likewise.
15247         (USBDEVICE_SUPER_MAGIC): Likewise.
15248         (V9FS_MAGIC): Likewise.
15249         (XENFS_SUPER_MAGIC): Likewise.
15250         (CRAMFS_MAGIC): Fix typo in comment.
15251         (EXT2_SUPER_MAGIC): Update comment.
15252         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15253
15254 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15255
15256         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15257         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15258         * sysdeps/unix/sysv/linux/arm: Move directory from
15259         ports/sysdeps/unix/sysv/linux/arm.
15260         * README: Update listing for arm-*-linux-gnueabi.
15261
15262         * README: Remove mention of am33.
15263
15264 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15265
15266         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15267         than the comma operator, to avoid "rhs of comma has no effect"
15268         compiler warnings.
15269         (__sigfillset, __sigandset, __sigorset): Likewise.
15270         * include/signal.h (__sigemptyset): Likewise.
15271         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15272
15273 2014-02-07  Allan McRae  <allan@archlinux.org>
15274
15275         * version.h (RELEASE): Set to "development".
15276         (VERSION): Set to "2.19.90"
15277         * NEWS: Add 2.20 section.
15278
15279 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15280
15281         [BZ #16529]
15282         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15283
15284 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15285
15286         * manual/contrib.texi: Update entry for Carlos O'Donell,
15287         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15288
15289 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15290
15291         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15292
15293         * sysdeps/unix/sysv/linux/kernel-features.h
15294         [__LINUX_KERNEL_VERSION >= 0x020621]
15295         (__ASSUME_PROC_PID_TASK_COMM): Define.
15296
15297 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15298
15299         [BZ #16398]
15300         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15301         conversion when destination buffer does not have enough space.
15302         * libio/tst-ftell-partial-wide.c: New test case.
15303         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15304
15305         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15306         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15307         Leonard and Allan McRae.
15308
15309 2014-02-04  David S. Miller  <davem@davemloft.net>
15310
15311         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15312         32-bit.
15313
15314 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15315
15316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15317         New file
15318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15319         New file
15320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15321         New file.
15322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15323         New file.
15324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15325         New file.
15326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15327         New file.
15328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15329         New file.
15330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15331         New file.
15332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15333         New file.
15334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15335         New file.
15336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15337         New file.
15338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15339         New file.
15340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15341         New file.
15342
15343 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15344
15345         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15346         * shlib-versions: Likewise.
15347
15348 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15349             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15350
15351         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15352         (abilist-pattern): New variable, set to %-le.abilist.
15353
15354         * Makerules (abilist-pattern): New variable.
15355         (vpath): Use $(abilist-pattern) in place of %.abilist.
15356         (check-abi-% pattern rule): Likewise.
15357         (check-abi, update-abi): Likewise.
15358
15359 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15360
15361         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15362
15363 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15364
15365         * manual/startup.texi: Add next, previous, and top entries for
15366         the `Program Arguments' and `Environment Variables' nodes.
15367
15368 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15369
15370         * manual/macros.texi: Add comments before MTASC-safety macros.
15371
15372         * manual/users.texi: Document MTASC-safety properties.
15373
15374         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15375         (pthread_getspecific, pthread_setspecific): Format with
15376         @deftypefun, and add @safety note.
15377         * manual/signal.texi: Move comments that analyze the above
15378         functions to their home place.
15379
15380 2014-02-03  Allan McRae  <allan@archlinux.org>
15381
15382         * po/sl.po: Update Slovenian translation from translation project.
15383
15384 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15385
15386         * manual/time.texi (timegm): Add missing blank after @c.
15387         Reported by Joseph Myers <joseph@codesourcery.com>.
15388
15389 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15390
15391         * manual/check-safety.sh: New.
15392         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15393
15394         * manual/terminal.texi: Document MTASC-safety properties.
15395
15396         * manual/filesys.texi: Document MTASC-safety properties.
15397
15398         * manual/errno.texi: Document MTASC-safety properties.
15399
15400         * manual/intro.texi: Document safety identifiers and
15401         conditionals.
15402
15403         * manual/string.texi (wcstok): Fix prototype.
15404         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15405
15406         * manual/time.texi: Document MTASC-safety properties.
15407
15408         * manual/string.texi: Document MTASC-safety properties.
15409
15410         * manual/threads.texi: Document MTASC-safety properties.
15411
15412         * manual/stdio.texi: Document MTASC-safety properties.
15413
15414         * manual/syslog.texi: Document MTASC-safety properties.
15415
15416         * manual/sysinfo.texi: Document MTASC-safety properties.
15417
15418         * manual/startup.texi: Document MTASC-safety properties.
15419
15420         * manual/socket.texi: Document MTASC-safety properties.
15421
15422         * manual/signal.texi: Document MTASC-safety properties.
15423
15424 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15425
15426         * manual/setjmp.texi: Document MTASC-safety properties.
15427
15428         * manual/search.texi: Document MTASC-safety properties.
15429
15430         * manual/resource.texi: Document MTASC-safety properties.
15431
15432         * manual/process.texi: Document MTASC-safety properties.
15433
15434         * manual/platform.texi: Document MTASC-safety properties.
15435
15436         * manual/pipe.texi: Document MTASC-safety properties.
15437
15438         * manual/pattern.texi: Document MTASC-safety properties.
15439
15440         * manual/message.texi: Document MTASC-safety properties.
15441
15442         [BZ #12751]
15443         * manual/memory.texi: Document MTASC-safety properties.
15444
15445         * manual/math.texi: Document MTASC-safety properties.
15446
15447         * manual/locale.texi: Document MTASC-safety properties.
15448
15449         * manual/llio.texi: Document MTASC-safety properties.
15450
15451         * manual/libdl.texi: New.
15452
15453         * manual/lang.texi: Document MTASC-safety properties.
15454
15455         * manual/job.texi: Document MTASC-safety properties.
15456
15457         * manual/getopt.texi: Document MTASC-safety properties.
15458
15459         * manual/ctype.texi: Document MTASC-safety properties.
15460
15461 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15462
15463         [BZ #16046]
15464         * csu/libc-tls.c (static_map): Remove variable.
15465         (__libc_setup_tls): Use main executable's link map for TLS data.
15466         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15467         casing for LM_ID_BASE and GL(dl_nns).
15468         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15469         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15470         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15471         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15472         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15473         member.
15474         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15475         l_phnum members.
15476
15477 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15478
15479         * manual/debug.texi: Document MTASC-safety properties.
15480
15481 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15482
15483         [BZ #16510]
15484         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15485         of __x86_64__ when disabling x87 inline functions.
15486
15487 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15488
15489         * manual/charset.texi: Document MTASC-safety properties.
15490
15491         * manual/crypt.texi: Document MTASC-safety properties.
15492
15493         * manual/conf.texi: Document MTASC-safety properties.
15494
15495         * manual/arith.texi: Document MTASC-safety properties.
15496
15497         * manual/argp.texi: Document MTASC-safety properties.
15498
15499         * manual/macros.texi: Introduce macros to document multi
15500         thread, asynchronous signal and asynchronous cancellation
15501         safety properties.
15502         * manual/intro.texi: Introduce the properties themselves.
15503
15504 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15505
15506         * sysdeps/sh/sh4/Makefile: New file.
15507
15508 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15509
15510         * math/gen-libm-test.pl ($srcdir): New variable.
15511         ($auto_input): Use it.
15512
15513 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15514
15515         [BZ #16506]
15516         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15517         access beyond array bounds when parsing netgroups file.
15518
15519         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15520         the old buffer before realloc.
15521
15522 2014-01-27  Allan McRae  <allan@archlinux.org>
15523
15524         * po/fr.po: Update French translation from translation project.
15525
15526 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15527
15528         * sysdeps/sh/libm-test-ulps: Regenerate.
15529
15530 2014-01-24  David S. Miller  <davem@davemloft.net>
15531
15532         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15533
15534 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15535
15536         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15537         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15538
15539 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15540
15541         [BZ #16474]
15542         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15543         string pointers after reallocation.
15544
15545 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15546
15547         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15548         __SH4A__ instead of __SH_FPU_ANY__.
15549
15550 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15551
15552         * sysdeps/sh/fpu_control.h: New file.
15553         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15554         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15555         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15556         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15557         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15558         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15559         * sysdeps/sh/sys/ucontext.h: Remove.
15560         * sysdeps/sh/sys: Remove directory.
15561
15562 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15563
15564         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15565         s390/sys/ucontext.h.
15566         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15567         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15568
15569 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15570
15571         [BZ #15605]
15572         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15573
15574 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15575
15576         [BZ#16431]
15577         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15578         Adjust the vDSO correctly for internal calls.
15579         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15580
15581 2014-01-20  Allan McRae  <allan@archlinux.org>
15582
15583         * po/ca.po: Update Catalan translation from translation project.
15584
15585 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15586
15587         * sysdeps/s390/sotruss-lib.c: New file.
15588
15589 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15590
15591         [BZ#16430]
15592         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15593         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15594         local calls issues by not having a PLT stub required for IFUNC calls.
15595         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15596
15597 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15598
15599         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15600         * math/test-fpucw-static.c: Likewise.
15601
15602 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15603
15604         [BZ #16453]
15605         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15606
15607 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15608
15609         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15610         implementation for powerpc.
15611
15612 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15613
15614         [BZ #14782]
15615         * sysdeps/posix/system.c (__libc_system): Do not enable
15616         asynchronous cancellation.
15617
15618 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15619
15620         [BZ #16427]
15621         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15622         handling only for numbers special also in the IEEE case.
15623
15624 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15625
15626         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15627
15628 2014-01-11  Allan McRae  <allan@archlinux.org>
15629
15630         * po/bg.po: Update Bulgarian translation from translation project.
15631
15632         * po/de.po: Update German translation from translation project.
15633
15634 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15635
15636         * sysdeps/generic/gcc-compat.h: New file.
15637
15638 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15639
15640         * benchtests/asin-inputs: Correct slow inputs.
15641         * benchtests/acos-inputs: Likewise.
15642
15643 2014-01-10  Allan McRae  <allan@archlinux.org>
15644
15645         * po:sv.po: Update Swedish translation from translation project.
15646
15647         * po/vi.po: Update Vietnamese translation from translation project.
15648
15649         * po/eo.po: Update Esperanto translation from translation project.
15650
15651         * po/cs.po: Update Czech translation from translation project.
15652
15653         * po/nl.po: Update Dutch translation from translation project.
15654
15655         * po/pl.po: Update Polish translation from translation project.
15656
15657         * po/ru.po: Update Russian translation from translation project.
15658
15659         * po/uk.po: Update Ukrainian translation from translation project.
15660
15661 2014-01-08  Brooks Moses  <bmoses@google.com>
15662
15663         * elf/dl-load.c: Fix comment typo.
15664
15665 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15666
15667         * po/header.pot: Rename to...
15668         * po/pot.header: ... this.
15669         * po/Makefile: Use pot.header.
15670
15671 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15672             Maxim Kuvyrkov  <maxim@kugelworks.com>
15673
15674         [BZ #16394]
15675         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15676         SRC and DEST against LEN.
15677
15678 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15679
15680         [BZ #16414]
15681         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15682         implementation.
15683         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15684
15685 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15686
15687         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15688
15689 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15690
15691         [BZ #16408]
15692         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15693         for large positive arguments.
15694
15695 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15696
15697         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15698
15699         * math/auto-libm-test-in: Mark various tests with
15700         xfail-rounding:ldbl-128ibm.
15701         * math/auto-libm-test-out: Regenerated.
15702
15703         [BZ #16407]
15704         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15705         Increase overflow threshold.
15706
15707 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15708
15709         [BZ #14286]
15710         * stdio-common/vfprintf.c: Check for integer overflow.
15711
15712 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15713
15714         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15715         the first argument and return value of __tls_get_addr_internal.
15716
15717 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15718
15719         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15720         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15721
15722 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15723
15724         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15725         * sysdeps/s390/rtld-global-offsets.sym: New file.
15726         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15727         GLIBC_2.19 symbol.
15728         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15729         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15730         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15731         ... this.
15732         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15733         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15734         ... this.
15735         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15736         Regenerate.
15737         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15738         Regenerate.
15739         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15740         halfs of GPRs for high_gprs contexts.
15741         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15742         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
15743         field.
15744         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15745         uc_flags field.
15746         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15747         64 bit versions:
15748         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15749         for high GPRs (uc_high_gprs) and for future extensions
15750         (__reserved).
15751         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15752         for future extensions (__reserved).
15753         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15754         64 bit versions:
15755         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15756         SC_HIGHGPRS offset definition.
15757         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15758         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15759
15760         * Versions.def: Add GLIBC_2.19 for libpthread.
15761         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15762         siglongjmp for libpthread with GLIBC_2.19 symver.
15763         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15764         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15765         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15766         * sysdeps/s390/__longjmp.c: New file.
15767         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15768         * sysdeps/s390/longjmp.c: New file.
15769         * sysdeps/s390/setjmp.S: New file.
15770         * sysdeps/s390/sigjmp.S: New file.
15771         * sysdeps/s390/v1-longjmp.c: New file.
15772         * sysdeps/s390/v1-setjmp.h: New file.
15773         * sysdeps/s390/v1-sigjmp.c: New file.
15774         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15775         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15776         GLIBC_2.19 version.
15777         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15778         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15779         versioned symbols for ____longjmp_chk.
15780         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15781         Likewise.
15782         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15783         Regenerate.
15784         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15785         Regenerate.
15786         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15787         Regenerate.
15788         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15789         Regenerate.
15790         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15791         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15792         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15793         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15794         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15795         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15796         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15797         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15798         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15799         * sysdeps/s390/rtld-__longjmp.c: New file.
15800         * sysdeps/s390/rtld-setjmp.S: New file.
15801
15802 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
15803
15804         [BZ #16400]
15805         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15806         Return -__logl (x) for small positive arguments without evaluating
15807         a polynomial.
15808
15809 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
15810
15811         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15812         Rename to ...
15813         (__ptrace_peeksiginfo_args): ... this.
15814         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15815         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15816         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15817
15818 2014-01-06  Allan McRae  <allan@archlinux.org>
15819
15820         * inet/netinet/in.h: Fix typo in comment.
15821
15822 2014-01-05  Andreas Jaeger  <aj@suse.de>
15823
15824         * sysdeps/i386/fpu/libm-test-ulps: Update.
15825
15826 2014-01-05  Allan McRae  <allan@archlinux.org>
15827
15828         * po/libc.pot: Regenerated.
15829
15830         * malloc/memusagestat.c: Fix gettext call formatting.
15831
15832 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
15833
15834         * nscd/nscd.c: Improve usage() output.
15835
15836 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
15837
15838         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15839         * sysdeps/unix/sysv/linux/configure: Regenerated.
15840         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15841         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15842
15843 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15844
15845         [BZ #16390]
15846         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15847         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15848
15849 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15850
15851         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15852         extra tokens at end of #undef directive.
15853         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15854         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15855         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15856
15857 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15858
15859         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15860
15861         * math/auto-libm-test-in: Mark various tests with
15862         xfail-rounding:ldbl-128ibm.
15863         * math/auto-libm-test-out: Regenerated.
15864
15865 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
15866
15867         [BZ #16386]
15868         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15869         numbers with subnormal high part when calculating exponent.
15870
15871         [BZ #16385]
15872         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15873         fabs.
15874
15875         [BZ #16384]
15876         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15877         M_LN2l.
15878         (__ieee754_acoshl): Use __log1pl not __log1p.
15879
15880 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
15881
15882         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15883         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15884         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15885         (grow_heap, heap_trim, _int_new_arena, get_free_list)
15886         (reused_arena, arena_get2): Convert to GNU style.
15887         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15888         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15889         (memalign_check, __malloc_set_state): Likewise.
15890         * malloc/mallocbug.c (main): Likewise.
15891         * malloc/malloc.c (__malloc_assert, malloc_init_state)
15892         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
15893         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
15894         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
15895         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
15896         (__posix_memalign, malloc_info): Likewise.
15897         * malloc/malloc.h: Likewise.
15898         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
15899         (mallochook, memalignhook, reallochook, mabort): Likewise.
15900         * malloc/mcheck.h: Likewise.
15901         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
15902         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
15903         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
15904         * malloc/morecore.c (__default_morecore): Likewise.
15905         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
15906         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
15907         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
15908         (print_and_abort): Likewise.
15909         * malloc/obstack.h: Likewise.
15910         * malloc/set-freeres.c (__libc_freeres): Likewise.
15911         * malloc/tst-mallocstate.c (main): Likewise.
15912         * malloc/tst-mtrace.c (main): Likewise.
15913         * malloc/tst-realloc.c (do_test): Likewise.
15914
15915 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15916
15917         [BZ #16366]
15918         * nscd/netgroupcache.c (do_notfound): New function.
15919         (addgetnetgrentX): Use it.
15920
15921         [BZ # 16365]
15922         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
15923         NSS_STATUS_NOTFOUND.
15924
15925 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
15926
15927         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
15928         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15929
15930 2014-01-01  Allan McRae  <allan@archlinux.org>
15931
15932         * scripts/update-copyrights: Update configure input file suffix.
15933
15934         * NEWS: Update copyright year.
15935         * catgets/gencat.c: Likewise.
15936         * csu/version.c: Likewise.
15937         * debug/catchsegv.sh: Likewise.
15938         * debug/pcprofiledump.c: Likewise.
15939         * debug/xtrace.sh: Likewise.
15940         * elf/ldconfig.c: Likewise.
15941         * elf/ldd.bash.in: Likewise.
15942         * elf/pldd.c: Likewise.
15943         * elf/sotruss.ksh: Likewise.
15944         * elf/sprof.c: Likewise.
15945         * iconv/iconv_prog.c: Likewise.
15946         * iconv/iconvconfig.c: Likewise.
15947         * locale/programs/locale.c: Likewise.
15948         * locale/programs/localedef.c: Likewise.
15949         * login/programs/pt_chown.c: Likewise.
15950         * malloc/memusage.sh: Likewise.
15951         * malloc/memusagestat.c: Likewise.
15952         * malloc/mtrace.pl: Likewise.
15953         * manual/libc.texinfo: Likewise.
15954         * nscd/nscd.c: Likewise.
15955         * nss/getent.c: Likewise.
15956         * nss/makedb.c: Likewise.
15957         * posix/getconf.c: Likewise.
15958         * scripts/test-installation.pl: Likewise.
15959
15960         * All files with FSF copyright notices: Update copyright dates
15961         using scripts/update-copyrights.
15962         * intl/plural.c: Regenerated.
15963         * locale/programs/charmap-kw.h: Likewise.
15964         * locale/programs/locfile-kw.h: Likewise.
15965
15966 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
15967
15968         * sysdeps/unix/sysv/linux/configure: Regenerated.
15969         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
15970         the linux/fanotify.h header.
15971         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
15972         HAVE_LINUX_FANOTIFY_H is defined.
15973
15974 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
15975
15976         * benchtests/cos-inputs: New inputs.
15977         * benchtests/sin-inputs: Likewise.
15978
15979         * benchtests/atan-inputs: New inputs. Fix name of multiple
15980         precision fallback inputs.
15981
15982         * benchtests/atanh-inputs: New inputs.
15983         * benchtests/tanh-inputs: Likewise.
15984
15985         * benchtests/acosh-inputs: New inputs.
15986         * benchtests/asinh-inputs: Likewise.
15987
15988         * benchtests/cosh-inputs: New inputs.
15989         * benchtests/sinh-inputs: Likewise.
15990
15991         * benchtests/acos-inputs: Add more inputs.
15992         * benchtests/asin-inputs: Likewise.
15993
15994 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
15995
15996         [BZ #16375]
15997         * manual/arith.texi: Fix spelling.
15998         * manual/charset.texi: Likewise.
15999         * manual/errno.texi: Likewise.
16000         * manual/filesys.texi: Likewise.
16001         * manual/lang.texi: Likewise.
16002         * manual/llio.texi: Likewise.
16003         * manual/locale.texi: Likewise.
16004         * manual/message.texi: Likewise.
16005         * manual/resource.texi: Likewise.
16006         * manual/search.texi: Likewise.
16007         * manual/setjmp.texi: Likewise.
16008         * manual/stdio.texi: Likewise.
16009         * manual/string.texi: Likewise.
16010         * manual/sysinfo.texi: Likewise.
16011         * manual/time.texi: Likewise.
16012
16013 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16014
16015         * po/sl.po: New file.
16016
16017 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16018
16019         * .gitignore: Add core/.gdbinit/.gdb_history.
16020
16021 2013-12-27  Allan McRae  <allan@archlinux.org>
16022
16023         [BZ #16369]
16024         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16025         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16026
16027 2013-12-24  Brooks Moses  <bmoses@google.com>
16028
16029         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16030         all compilers that claim C++98 compliance, not just GCC.
16031         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16032         Likewise.
16033
16034 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16035
16036         * NEWS: Restore accidentally deleted bug-fix entries.
16037
16038 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16039             Ondřej Bílka  <neleai@seznam.cz>
16040
16041         [BZ #15073]
16042         * malloc/malloc.c (_int_free): Perform sanity check only if we
16043         have_lock.
16044
16045 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16046
16047         [BZ #12986]
16048         * manual/stdio.texi (String Input Conversions): Clarify that character
16049         classes are not supported.
16050
16051 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16052
16053         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16054
16055 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16056
16057         [BZ #16337]
16058         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16059         Calculate results for small negative arguments directly rather
16060         than using reflection formula with special underflow handling.
16061
16062         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16063         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16064         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16065         (fchflags): Likewise.
16066         (revoke): Likewise.
16067         (setlogin): Likewise.
16068         (sigaltstack): Likewise.
16069         (wait4): Likewise.
16070         (sigblock): Remove.
16071         (sigsetmask): Likewise.
16072         (wait3): Likewise.
16073         (waitpid): Likewise.
16074         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16075         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16076         file.
16077         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16078         * sysdeps/unix/bsd/Makefile: ... here.
16079         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16080         * sysdeps/unix/bsd/Versions: ... here.
16081         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16082         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16083         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16084         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16085         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16086         * sysdeps/unix/bsd/sigblock.c: ... here.
16087         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16088         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16089         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16090         * sysdeps/unix/bsd/sigvec.c: ... here.
16091         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16092         * sysdeps/unix/bsd/tcdrain.c: ... here.
16093         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16094         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16095         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16096         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16097         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16098         * sysdeps/unix/bsd/wait.c: ... here.
16099         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16100         * sysdeps/unix/bsd/wait3.c: ... here.
16101         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16102         * sysdeps/unix/bsd/waitpid.c: ... here.
16103
16104 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16105
16106         [BZ #16356]
16107         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16108         round-to-nearest for [!USE_AS_EXPM1L].
16109         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16110         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16111         more tests of exp and exp10.  Expect some exp10 tests to miss
16112         exceptions or fail in directed rounding modes.
16113         * math/auto-libm-test-out: Regenerated.
16114         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16115         (exp10_test_tonearest): New function.
16116         (exp10_towardzero_test_data): New array.
16117         (exp10_test_towardzero): New function.
16118         (exp10_downward_test_data): New array.
16119         (exp10_test_downward): New function.
16120         (exp10_upward_test_data): New array.
16121         (exp10_test_upward): New function.
16122         (main): Call the new functions.
16123         * sysdeps/i386/fpu/libm-test-ulps: Update.
16124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16125
16126 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16127
16128         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16129         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16130         * math/auto-libm-test-out: Regenerated.
16131         * math/libm-test.inc (acosh_test_data): Add more tests.
16132         (atanh_test_data): Likewise.
16133         (ceil_test_data): Likewise.
16134         (copysign_test_data): Likewise.
16135         * sysdeps/i386/fpu/libm-test-ulps: Update.
16136         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16137
16138         * timezone/checktab.awk: Update from tzcode 2013i.
16139         * timezone/private.h: Likewise.
16140         * timezone/scheck.c: Likewise.
16141         * timezone/tzfile.h: Likewise.
16142         * timezone/tzselect.ksh: Likewise.
16143         * timezone/zdump.c: Likewise.
16144         * timezone/zic.c: Likewise.
16145
16146         * math/auto-libm-test-in: Add tests of cpow.
16147         * math/auto-libm-test-out: Regenerated.
16148         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16149         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16150         mpc_cc_c.
16151         (func_calc_desc): Add mpc_cc_c union field.
16152         (test_functions): Add cpow.
16153         (special_fill_2pi): New function.
16154         (special_real_inputs): Add 2pi.
16155         (calc_generic_results): Handle mpc_cc_c.
16156         * sysdeps/i386/fpu/libm-test-ulps: Update.
16157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16158
16159         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16160         csqrt, ctan and ctanh.
16161         * math/auto-libm-test-out: Regenerated.
16162         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16163         (TEST_COND_x86): Likewise.
16164         (ccos_test_data): Use AUTO_TESTS_c_c.
16165         (ccosh_test_data): Likewise.
16166         (cexp_test_data): Likewise.
16167         (clog_test_data): Likewise.
16168         (csqrt_test_data): Likewise.
16169         (ctan_test_data): Likewise.
16170         (ctan_tonearest_test_data): Likewise.
16171         (ctan_towardzero_test_data): Likewise.
16172         (ctan_downward_test_data): Likewise.
16173         (ctan_upward_test_data): Likewise.
16174         (ctanh_test_data): Likewise.
16175         (ctanh_tonearest_test_data): Likewise.
16176         (ctanh_towardzero_test_data): Likewise.
16177         (ctanh_downward_test_data): Likewise.
16178         (ctanh_upward_test_data): Likewise.
16179         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16180         mpc_c_c.
16181         (func_calc_desc): Add mpc_c_c union field.
16182         (FUNC_mpc_c_c): New macro.
16183         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16184         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16185         ctanh.
16186         (special_fill_min_subnorm_p120): New function.
16187         (special_real_inputs): Add min_subnorm_p120.
16188         (calc_generic_results): Handle mpc_c_c.
16189         * sysdeps/i386/fpu/libm-test-ulps: Update.
16190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16191
16192 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16193
16194         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16195         (do_sin_slow): New functions.
16196         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16197         (cslow2, csloww1, csloww2): Use the new functions.
16198
16199         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16200         Use M to change sign of result instead of X.  Assume X is
16201         positive.
16202         (csloww1): Likewise.
16203         (__sin): Adjust.
16204         (__cos): Adjust.
16205
16206         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16207         arguments A and DA.
16208         (__sin): Adjust.
16209         (__cos): Likewise.
16210
16211         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16212         (__cos): Likewise.
16213         (sloww1): Don't adjust sign of DX.
16214         (csloww1): Likewise.
16215         (sloww2): Use X directly and don't adjust sign of DX.
16216         (csloww2): Likewise.
16217
16218 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16219
16220         * math/auto-libm-test-in: Add tests of cabs and carg.
16221         * math/auto-libm-test-out: Regenerated.
16222         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16223         (carg_test_data): Likewise.
16224         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16225         mpc_c_f.
16226         (func_calc_desc): Add mpc_c_f union field.
16227         (test_functions): Add cabs and carg.
16228         (calc_generic_results): Handle mpc_c_f.
16229
16230         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16231         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16232         as a macro and a compat symbol.
16233         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16234         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16235         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16236         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16237         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16238         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16239         not use .hidden.
16240         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16241         Likewise.
16242         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16243         Likewise.
16244         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16245         Likewise.
16246         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16247         Likewise.
16248         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16249         Likewise.
16250         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16251         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16252         from GLIBC_2.3.2.
16253
16254 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16255
16256         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16257
16258 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16259
16260         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16261         trailing whitespace removed.
16262         * scripts/config.guess: Update to version 2013-11-29.
16263         * scripts/config.sub: Update to version 2013-10-01.
16264
16265         * math/auto-libm-test-in: Add tests of sincos.
16266         * math/auto-libm-test-out: Regenerated.
16267         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16268         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16269         mpfr_f_11.
16270         (func_calc_desc): Add mpfr_f_11 union field.
16271         (test_functions): Add sincos.
16272         (calc_generic_results): Handle mpfr_f_11.
16273         * sysdeps/i386/fpu/libm-test-ulps: Update.
16274         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16275
16276 2013-12-19  Andreas Schwab  <schwab@suse.de>
16277
16278         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16279         CALL_MCOUNT.
16280         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16281         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16282         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16283
16284 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16285
16286         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16287         * sysdeps/i386/fpu/libm-test-ulps: Update.
16288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16289
16290         [BZ #16293]
16291         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16292         round-to-nearest mode when using frndint.
16293         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16294         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16295         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16296         Likewise.
16297         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16298         sinh test to fail.
16299         * math/auto-libm-test-out: Regenerated.
16300         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16301         (TEST_COND_x86): Likewise.
16302         (expm1_tonearest_test_data): New array.
16303         (expm1_test_tonearest): New function.
16304         (expm1_towardzero_test_data): New array.
16305         (expm1_test_towardzero): New function.
16306         (expm1_downward_test_data): New array.
16307         (expm1_test_downward): New function.
16308         (expm1_upward_test_data): New array.
16309         (expm1_test_upward): New function.
16310         (main): Run the new test functions.
16311         * sysdeps/i386/fpu/libm-test-ulps: Update.
16312         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16313
16314         * include/features.h: Update comment documenting feature test
16315         macros.  Mention _DEFAULT_SOURCE in comment.
16316         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16317         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16318         _BSD_SOURCE and _SVID_SOURCE.
16319         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16320         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16321         !_SVID_SOURCE]: Likewise.
16322         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16323         (__USE_POSIX_IMPLICITLY): Define.
16324         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16325         (_POSIX_SOURCE): Undefine and redefine.
16326         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16327         (_POSIX_C_SOURCE): Likewise.
16328         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16329         (Feature Test Macros): Update documentation of default features.
16330
16331 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16332
16333         * benchtests/Makefile: Add bench-strtok.
16334         * benchtests/bench-strtok.c: New file: strtok benchtest.
16335
16336 2013-12-19  Allan McRae  <allan@archlinux.org>
16337
16338         * manual/install.texi: Suppress menu for plain text output.
16339         * INSTALL: Regenerated.
16340
16341 2013-12-18  Brooks Moses  <bmoses@google.com>
16342
16343         [BZ #15846]
16344         * misc/getauxval.c: Include errno.h.
16345         (__getauxval): Set errno to ENOENT if the requested type is not
16346         found.
16347         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16348         don't declare with __attribute_const__.
16349         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16350         * manual/startup.texi: Document that getauxval sets errno.
16351
16352 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16353
16354         * math/auto-libm-test-in: Add tests of jn and yn.
16355         * math/auto-libm-test-out: Regenerated.
16356         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16357         (yn_test_data): Likewise.
16358         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16359         mpfr_if_f.
16360         (func_calc_desc): Add mpfr_if_f union field.
16361         (FUNC_mpfr_if_f): New macro.
16362         (test_functions): Add jn and yn.
16363         (calc_generic_results): Assert type of second input for
16364         mpfr_ff_f.  Handle mpfr_if_f.
16365         (output_for_one_input_case): Disable all checking for arguments
16366         fitting floating-point types in case of an integer argument.
16367         * sysdeps/i386/fpu/libm-test-ulps: Update.
16368         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16369
16370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16371         Don't expect fegetround reference in libm.so.
16372
16373 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16374
16375         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16376         $(config-cflags-nofma).
16377
16378 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16379
16380         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16381         * math/auto-libm-test-out: Regenerated.
16382
16383         [BZ #16338]
16384         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16385         to determine exponent and adjust argument to have exponent of -1.
16386         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16387         log2.
16388         * math/auto-libm-test-out: Regenerated.
16389         * sysdeps/i386/fpu/libm-test-ulps: Update.
16390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16391
16392 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16393
16394         * manual/probes.texi: Remove cases when per-thread arenas are
16395         disabled.
16396
16397 2013-12-18  Andreas Schwab  <schwab@suse.de>
16398
16399         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16400         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16401         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16402         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16403         * sysdeps/i386/i686/multiarch/Makefile: Update.
16404         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16405
16406 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16407
16408         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16409         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16410
16411 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16412
16413         [BZ #15968]
16414         Support TZ transition times < 00:00:00.
16415         This is needed for version-3 tz-format files; it supports time
16416         stamps past 2037 for America/Godthab (the only entry in the tz
16417         database for which this change is relevant).
16418         * manual/time.texi (TZ Variable): Document transition times
16419         from -167:59:59 through -00:00:01.
16420         * time/tzset.c (tz_rule): Time of day is now signed.
16421         (__tzset_parse_tz): Parse negative time of day.
16422
16423         Document TZ transition times >= 25:00:00.
16424         * manual/time.texi (TZ Variable): Document transition times from
16425         25:00:00 through 167:59:59.  These are already supported, and this
16426         support will help with version-3 tz-format files.
16427
16428         * manual/time.texi (TZ Variable): Modernize North America example
16429         to reflect current (i.e., 2007-and-later) daylight saving rules.
16430
16431         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16432
16433 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16434
16435         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16436         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16437         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16438         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16439         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16440         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16441         * sysdeps/unix/bsd/clock.c: Likewise.
16442         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16443         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16444         * sysdeps/unix/bsd/init-posix.c: Likewise.
16445         * sysdeps/unix/bsd/poll.c: Likewise.
16446         * sysdeps/unix/bsd/ptsname.c: Likewise.
16447         * sysdeps/unix/bsd/seekdir.c: Likewise.
16448         * sysdeps/unix/bsd/setegid.c: Likewise.
16449         * sysdeps/unix/bsd/seteuid.c: Likewise.
16450         * sysdeps/unix/bsd/setgid.c: Likewise.
16451         * sysdeps/unix/bsd/setrgid.c: Likewise.
16452         * sysdeps/unix/bsd/setruid.c: Likewise.
16453         * sysdeps/unix/bsd/setsid.c: Likewise.
16454         * sysdeps/unix/bsd/setuid.c: Likewise.
16455         * sysdeps/unix/bsd/sigaction.c: Likewise.
16456         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16457         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16458         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16459         * sysdeps/unix/bsd/telldir.c: Likewise.
16460         * sysdeps/unix/bsd/times.c: Likewise.
16461         * sysdeps/unix/bsd/usleep.c: Likewise.
16462
16463         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16464         ($(objpfx)libbsd-compat.a): Remove rule.
16465
16466         * include/features.h (__FAVOR_BSD): Do not define.
16467         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16468         features conflicting with POSIX.
16469         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16470         (_BSD_SOURCE): Remove description of not being a subset of other
16471         feature test macros.
16472         * manual/job.texi (getpgrp): Do not document BSD version.
16473         (getpgid): Do not document by reference to BSD getpgrp.
16474         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16475         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16476         * signal/signal.h [__FAVOR_BSD]: Likewise.
16477         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16478         instead of making contents conditional on [__FAVOR_BSD].
16479         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16480
16481 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16482
16483         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16484
16485 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16486
16487         [BZ #16314]
16488         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16489         values below 2**-450, not 2**-500.
16490         * math/auto-libm-test-in: Don't allow spurious underflow from
16491         hypot.
16492         * math/auto-libm-test-out: Regenerated.
16493
16494         [BZ #16316]
16495         [BZ #16330]
16496         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16497         values of ha and hb and sort them after adjusting subnormal
16498         arguments.
16499         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16500         Likewise.
16501         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16502         values of ea and eb and sort them after adjusting subnormal
16503         arguments.
16504         * math/auto-libm-test-in: Do not expect some hypot tests of
16505         subnormals to fail.  Add more hypot tests.
16506         * math/auto-libm-test-out: Regenerated.
16507
16508 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16509
16510         [BZ #13304]
16511         * sysdeps/sh/s_fma.c: New file.
16512         * sysdeps/sh/s_fmaf.c: New file.
16513         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16514         version.
16515         * sysdeps/sh/Implies: Add sh/soft-fp.
16516
16517 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16518
16519         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16520         level of indirection to members `objname', `errstring', `malloced'.
16521         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16522         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16523         it as the __longjmp argument (just pass 1 instead).
16524         (_dl_catch_error): Initialize C with argument pointers and address of
16525         volatile local ERRCODE rather than copying values out of C at return.
16526
16527 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16528
16529         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16530         * math/auto-libm-test-out: Regenerated.
16531         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16532         (hypot_test_data): Likewise.
16533         (pow_test_data): Likewise.
16534         (pow_tonearest_test_data): Likewise.
16535         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16536         mpfr_ff_f.
16537         (func_calc_desc): Add mpfr_ff_f union field.
16538         (FUNC_mpfr_ff_f): New macro.
16539         (test_functions): Add atan2, hypot and pow.
16540         (special_fill_min): New function.
16541         (special_fill_minus_min): Likewise.
16542         (special_fill_min_subnorm): Likewise.
16543         (special_fill_minus_min_subnorm): Likewise.
16544         (special_real_inputs): Add min, -min, min_subnorm and
16545         -min_subnorm.
16546         (calc_generic_results): Handle mpfr_ff_f.
16547         * sysdeps/i386/fpu/libm-test-ulps: Update.
16548         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16549
16550 2013-12-16  Will Newton  <will.newton@linaro.org>
16551
16552         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16553         (Aligned Memory Blocks): Add documentation for aligned_alloc
16554         and suggest it as an alternative to posix_memalign.
16555         (Hooks for Malloc): Document __memalign_hook is also called
16556         for aligned_alloc.  (Summary of Malloc): Add summary for
16557         aligned alloc.  Document __memalign_hook is also called
16558         for aligned_alloc.
16559
16560 2013-12-16  Will Newton  <will.newton@linaro.org>
16561
16562         * manual/memory.texi (Malloc Examples): Clarify default
16563         alignment documentation.  Suggest posix_memalign rather
16564         than memalign or valloc.
16565         (Aligned Memory Blocks): Remove suggestion to use memalign
16566         or valloc.  Remove obsolete comment about BSD.
16567         Document memalign errno values and mark the function obsolete.
16568         Document posix_memalign returned error codes.  Mark valloc
16569         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16570         called for posix_memalign and valloc.
16571         (Summary of Malloc): Add posix_memalign to function summary.
16572         __memalign_hook is also called for posix_memalign and valloc.
16573
16574 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16575
16576         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16577         TAYLOR_SIN.
16578         (__sin): Adjust.
16579         (__cos): Likewise.
16580         (sloww): Use mynumber union.  Expand ternary operator into
16581         if-else statements.
16582         (cslow): use mynumber union.
16583
16584 2013-12-16  Allan McRae  <allan@archlinux.org>
16585
16586         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16587         * configure: Regenerated.
16588
16589         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16590
16591         [BZ #14120]
16592         * configure.ac: Added --enable-maintainer-mode. Check for
16593         autoconf when enabled.
16594         * configure: Regenerated.
16595
16596         * nscd/nscd.service: New file.
16597         * nscd/nscd.tmpfiles: New file.
16598
16599 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16600
16601         [BZ #12100]
16602         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16603         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16604         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16605         (strstr): Add __strstr_sse2_unaligned ifunc.
16606         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16607         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16608         (strcasestr): Remove __strcasestr_sse42 ifunc.
16609         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16610         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16611         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16612
16613 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16614
16615         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16616         * sysdeps/sh/bits/fenv.h: ... here.
16617         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16618
16619 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16620
16621         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16622
16623         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16624         hypotf multiarch implementations.
16625         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16626         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16627         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16628         multiarch hypot for PPC64.
16629         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16630         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16631         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16632         multiarch hypotf for PPC64.
16633
16634         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16635         modff multiarch implementations.
16636         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16637         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16638         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16639         multiarch modf for PPC64.
16640         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16641         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16642         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16643         multiarch modff for PPC64.
16644
16645         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16646         and logl multiarch implementations.
16647         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16648         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16649         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16650         multiarch logb for PPC64.
16651         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16652         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16653         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16654         multiarch logb for PPC64.
16655         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16656         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16657         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16658         multiarch logb for PPC64.
16659
16660         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16661         isinff multiarch implementation.
16662         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16663         file.
16664         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16665         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16666         multiarch isinf for PPC64.
16667         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16668         file.
16669         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16670         multiarch isinff for PPC64.
16671
16672         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16673         finitef multiarch implementation.
16674         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16675         file.
16676         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16677         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16678         multiarch finite for PPC64.
16679         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16680         file.
16681         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16682         multiarch finitef for PPC64.
16683
16684         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16685         lrint multiarch implementation.
16686         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16687         file.
16688         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16689         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16690         multiarch llrint for PPC64.
16691         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16692         multiarch lrint for PPC64.
16693
16694         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16695         copysignf multiarch implementation.
16696         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16697         file.
16698         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16699         file.
16700         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16701         multiarch copysign for PPC64.
16702         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16703         multiarch copysignf for PPC64.
16704
16705         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16706         multiarch implementation.
16707         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16708         file.
16709         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16710         file.
16711         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16712         file.
16713         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16714         file.
16715         multiarch llround for PPC64.
16716         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16717         multiarch trunc for PPC64.
16718         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16719         multiarch truncf for PPC64.
16720
16721         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16722         multiarch implementation.
16723         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16724         file.
16725         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16726         file.
16727         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16728         file.
16729         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16730         file.
16731         multiarch llround for PPC64.
16732         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16733         multiarch round for PPC64.
16734         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16735         multiarch roundf for PPC64.
16736
16737         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16738         multiarch implementation.
16739         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16740         file.
16741         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16742         file.
16743         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16744         file.
16745         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16746         file.
16747         multiarch llround for PPC64.
16748         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16749         multiarch floor for PPC64.
16750         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16751         multiarch floorf for PPC64.
16752
16753         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16754         multiarch implementation.
16755         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16756         file.
16757         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16758         file.
16759         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16760         file.
16761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16762         file.
16763         multiarch llround for PPC64.
16764         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16765         multiarch ceil for PPC64.
16766         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16767         multiarch ceilf for PPC64.
16768
16769         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16770         multiarch implementation.
16771         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16772         file.
16773         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16774         file.
16775         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16776         file.
16777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16778         multiarch llround for PPC64.
16779         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16780         multiarch lround for PPC64.
16781
16782         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16783         multiarch implementation.
16784         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16785         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16786         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16787         file.
16788         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16789         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16790         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16791         multiarch isnan for PPC64.
16792         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16793         multiarch isnanf for PPC64.
16794
16795         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16796         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16797         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16798         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16799         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16801
16802         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16803         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16804         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16805         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16806
16807         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16808         multiarch implementations.
16809         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16810         (__libc_ifunc_impl_list): Likewise.
16811         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16812         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16813         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16814         multiarch stpcpy for PPC64.
16815
16816         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16817         multiarch implementations.
16818         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16819         (__libc_ifunc_impl_list): Likewise.
16820         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16821         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16822         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16823         multiarch strcpy for PPC64.
16824
16825         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16826         redefine function name.
16827         (_wordcopy_fwd_dest_aligned): Likewise.
16828         (_wordcopy_bwd_aligned): Likewise.
16829         (_wordcopy_bwd_dest_aligned): Likewise.
16830         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16831         multiarch implementations.
16832         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16833         (__libc_ifunc_impl_list): Likewise.
16834         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16835         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16836         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16837         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16838         multiarch wcscpy for PPC64.
16839
16840         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16841         multiarch implementations.
16842         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16843         (__libc_ifunc_impl_list): Likewise.
16844         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16845         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16846         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16847         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16848         multiarch wcscpy for PPC64.
16849
16850         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16851         multiarch implementations.
16852         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16853         (__libc_ifunc_impl_list): Likewise.
16854         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16855         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16856         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16857         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16858         multiarch wcsrchr for PPC64.
16859
16860         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16861         multiarch implementations.
16862         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16863         (__libc_ifunc_impl_list): Likewise.
16864         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16865         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16866         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16867         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16868         multiarch wcschr for PPC64.
16869
16870         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16871         multiarch implementations.
16872         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16873         (__libc_ifunc_impl_list): Likewise.
16874         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16875         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16876         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16877         multiarch strchrnul for PPC64.
16878
16879         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16880         implementations.
16881         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16882         (__libc_ifunc_impl_list): Likewise.
16883         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16884         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16885         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16886         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16887         strchr for PPC64.
16888
16889         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16890         implementations.
16891         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16892         (__libc_ifunc_impl_list): Likewise.
16893         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
16894         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
16895         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
16896         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
16897         strncmp for PPC64.
16898
16899         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
16900         multiarch implementations.
16901         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16902         (__libc_ifunc_impl_list): Likewise.
16903         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
16904         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
16905         strncasecmp for PPC64.
16906         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
16907         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
16908         multiarch strncasecmp_l for PPC64.
16909
16910         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
16911         multiarch implementations.
16912         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16913         (__libc_ifunc_impl_list): Likewise.
16914         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
16915         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
16916         multiarch strcasecmp for PPC64.
16917         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
16918         file.
16919         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
16920         multiarch strcasecmp_l for PPC64.
16921
16922         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
16923         implementations.
16924         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16925         (__libc_ifunc_impl_list): Likewise.
16926         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
16927         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
16928         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
16929         strnlen for PPC64.
16930
16931         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
16932         implementations.
16933         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16934         (__libc_ifunc_impl_list): Likewise.
16935         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
16936         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
16937         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
16938         strlen for PPC64.
16939
16940         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
16941         implementations.
16942         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16943         (__libc_ifunc_impl_list): Likewise.
16944         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
16945         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
16946         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
16947         rawmemrchr for PPC64.
16948
16949         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
16950         implementation.
16951         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16952         (__libc_ifunc_impl_list): Likewise.
16953         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
16954         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
16955         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
16956         memrchr for PPC64.
16957
16958         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
16959         implementation.
16960         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16961         (__libc_ifunc_impl_list): Likewise.
16962         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
16963         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
16964         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
16965         memchr for PPC64.
16966
16967         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
16968         implementation.
16969         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16970         (__libc_ifunc_impl_list): Likewise.
16971         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
16972         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
16973         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
16974         mempcpy for PPC64.
16975
16976         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
16977         avoid cretion of __bzero symbol.
16978         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
16979         Likewise.
16980         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
16981         Likewise.
16982         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
16983         Likewise.
16984         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
16985         multiarch implementations.
16986         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16987         (__libc_ifunc_impl_list): Likewise.
16988         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
16989         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
16990         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
16991         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
16992         bzero for PPC32.
16993         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
16994         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
16995         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
16996         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
16997         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
16998         memset for PPC64.
16999         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17000
17001         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17002         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17003         implementations.
17004         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17005         (__libc_ifunc_impl_list): Likewise.
17006         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17007         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17008         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17009         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17010         memcmp for PPC64.
17011
17012         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17013         multiarch for POWER/PPC64.
17014         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17015         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17016         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17017         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17018         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17019         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17020         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17021         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17022         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17023         memcpy for PPC64.
17024
17025         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17026         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17027         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17028         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17029         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17030         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17031         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17032         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17033         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17034         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17035         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17036         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17037         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17038         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17039         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17047
17048 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17049
17050         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17051
17052 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17053
17054         * benchtests/Makefile (bench): Add exp2 and log2.
17055         (LDLIBS-bench-exp2): Add -lm.
17056         (LDLIBS-bench-log2): Likewise.
17057         * benchtests/exp2-inputs: New inputs file.
17058         * benchtests/log2-inputs: New inputs file.
17059         * benchtests/log-inputs: Add new inputs.
17060         * benchtests/tan-inputs: Likewise.
17061
17062 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17063
17064         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17065         definition...
17066         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17067         (csloww2): ... from here.
17068
17069         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17070         instead of structures.
17071         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17072         (POLYNOMIAL): Likewise.
17073         (TAYLOR_SLOW): Likewise.
17074         (__sin): Likewise.
17075         (__cos): Likewise.
17076         (slow1): Likewise.
17077         (slow2): Likewise.
17078         (sloww): Likewise.
17079         (sloww1); Likewise.
17080         (sloww2): Likewise.
17081         (bsloww1): Likewise.
17082         (bsloww2): Likewise.
17083         (cslow2): Likewise.
17084         (csloww): Likewise.
17085         (csloww1): Likewise.
17086         (csloww2): Likewise.
17087
17088 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17089
17090         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17091         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17092         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17093         * malloc/hooks.c (realloc_check): Likewise.
17094
17095         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17096         * malloc/arena.c: Remove PER_THREAD conditional.
17097         [!PER_THREAD]: Remove code.
17098         (ptmalloc_unlock_all2): Likewise.
17099         (ptmalloc_init): Likewise.
17100         (_int_new_arena): Likewise.
17101         (arena_get2): Likewise.
17102         * malloc/hooks.c (__malloc_get_state): Likewise.
17103         (__malloc_set_state): Likewise.
17104         * malloc/malloc.c: Likewise.
17105         (struct malloc_state): Likewise.
17106         (struct malloc_par): Likewise.
17107         (__libc_realloc): Likewise.
17108         (__libc_mallopt): Likewise.
17109
17110 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17111
17112         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17113
17114 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17115
17116         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17117         macro to a function.  Check for zero perturb_byte.
17118         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17119
17120         * malloc/malloc.c: (force_reg): Remove.
17121         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17122         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17123         force_reg by atomic_forced_read.
17124         * malloc/arena.c (ptmalloc_init): Likewise.
17125         * malloc/hooks.c (top_check): Likewise.
17126
17127 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17128
17129         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17130
17131 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17132
17133         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17134
17135 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17136
17137         * math/auto-libm-test-in: Add tests of lgamma.
17138         * math/auto-libm-test-out: Regenerated.
17139         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17140         (M_LOG_2_SQRT_PIl): Likewise.
17141         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17142         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17143         mpfr_f_f1.
17144         (func_calc_desc): Add mpfr_f_f1 union field.
17145         (ARGS1): New macro.
17146         (ARGS2): Likewise.
17147         (ARGS3): Likewise.
17148         (ARGS4): Likewise.
17149         (RET1): Likewise.
17150         (RET2): Likewise.
17151         (CALC): Likewise.
17152         (FUNC): Likewise.
17153         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17154         (test_functions): Add lgamma.
17155         (calc_generic_results): Handle mpfr_f_f1.
17156         * sysdeps/i386/fpu/libm-test-ulps: Update.
17157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17158
17159 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17160
17161         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17162         __mpn_add_n for PowerPC64/POWER7.
17163         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17164         __mpn_sub_n for PowerPC64/POWER7.
17165
17166         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17167         __mpn_addmul_1 for PowerPC64.
17168         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17169         __mpn_submul_1 for PowerPC64.
17170         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17171         for PowerPC64.
17172         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17173         for PowerPC64.
17174
17175 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17176
17177         [BZ #15089]
17178         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17179
17180 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17181
17182         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17183
17184         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17185         add multiarch folders.
17186         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17187         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17188         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17189         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17190         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17191         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17192         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17193         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17194         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17195         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17196         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17203
17204         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17205         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17206         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17207         New file.
17208         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17209         New file.
17210         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17211         multiarch __ieee754_hypot for PowerPC32.
17212         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17213         New file.
17214         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17215         New file.
17216         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17217         multiarch __ieee754_hypotf for PowerPC32.
17218
17219         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17220         long_double_symbol only if __logbl is defined.
17221         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17222         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17223         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17224         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17225         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17226         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17227         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17228         path for implementation.
17229         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17230         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17231         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17232         logb, and logbl multiarch implementations for PowerPC32.
17233         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17234         file.
17235         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17236         file.
17237         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17238         multiarch logb for PowerPC32.
17239         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17240         file.
17241         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17242         file.
17243         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17244         multiarch logbf for PowerPC32.
17245         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17246         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17247         file.
17248         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17249         multiarch logbl implementation for PowerPC32.
17250
17251         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17252         and modff multiarch implementations.
17253         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17254         New file.
17255         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17256         New file.
17257         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17258         multiarch modf for PowerPC32.
17259         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17260         New file.
17261         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17262         New file.
17263         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17264         multiarch modff for PowerPC32.
17265
17266         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17267         and lrintf multiarch implementations.
17268         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17269         New file.
17270         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17271         New file.
17272         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17273         multiarch lrint for PowerPC32.
17274         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17275         file: multiarch lrintf for PowerPC32.
17276
17277         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17278         and lroundf multiarch implementations.
17279         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17280         New file.
17281         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17282         New file.
17283         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17284         New file.
17285         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17286         multiarch lround for PowerPC32.
17287         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17288         file: multiarch lroundf for PowerPC32.
17289
17290         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17291         copysign and copysignf multiarch implementations.
17292         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17293         New file.
17294         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17295         New file.
17296         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17297         file: multiarch copysign for PowerPC32.
17298         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17299         file: multiarch copysignf for PowerPC32.
17300
17301         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17302         and truncf multiarch implementations.
17303         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17304         New file.
17305         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17306         file.
17307         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17308         multiarch trunc for PowerPC32.
17309         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17310         New file.
17311         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17312         New file.
17313         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17314         multiarch truncf for PowerPC32.
17315
17316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17317         and roundf multiarch implementations.
17318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17319         New file.
17320         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17321         file.
17322         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17323         multiarch round for PowerPC32.
17324         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17325         New file.
17326         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17327         New file.
17328         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17329         multiarch roundf for PowerPC32.
17330
17331         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17332         and floorf multiarch implementations.
17333         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17334         New file.
17335         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17336         file.
17337         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17338         multiarch floor for PowerPC32.
17339         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17340         New file.
17341         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17342         New file.
17343         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17344         multiarch floorf for PowerPC32.
17345
17346         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17347         and ceilf multiarch implementations.
17348         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17349         New file.
17350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17351         file.
17352         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17353         multiarch ceil for PowerPC32.
17354         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17355         New file.
17356         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17357         file.
17358         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17359         multiarch ceilf for PowerPC32.
17360
17361         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17362         is defined.
17363         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17364         FINITEF is defined.
17365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17366         and finitef multiarch implementations.
17367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17368         New file.
17369         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17370         file.
17371         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17372         multiarch finite for PowerPC32.
17373         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17374         New file.
17375         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17376         file: multiarch finitef for PowerPC32.
17377
17378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17379         and isinff multiarch implementations.
17380         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17381         file.
17382         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17383         file.
17384         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17385         multiarch isinf for PowerPC32.
17386         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17387         New file.
17388         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17389         multiarch isinff for PowerPC32.
17390
17391         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17392         alias when __isnan is defined.
17393         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17394         and isnanf multiarch implementations.
17395         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17396         file.
17397         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17398         file.
17399         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17400         file.
17401         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17402         file.
17403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17404         multiarch isnan for PowerPC32.
17405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17406         New file.
17407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17408         New file.
17409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17410         multiarch isnanf for PowerPC32.
17411
17412         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17413         and sqrtf multiarch implementations.
17414         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17415         file.
17416         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17417         file.
17418         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17419         multiarch sqrt for PowerPC32.
17420         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17421         file.
17422         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17423         file.
17424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17425         multiarch sqrtf for PowerPC32.
17426
17427         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17428         and llroundf multiarch implementations.
17429         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17430         New file.
17431         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17432         New file.
17433         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17434         New file.
17435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17436         file: multiarch llround for PowerPC32.
17437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17438         file: multiarch llroundf for PowerPC32.
17439
17440         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17441         multiarch PowerPC32 fpu implementations.
17442         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17443         New file.
17444         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17445         New file.
17446         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17447         multiarch llrint for PowerPC32.
17448         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17449         New file.
17450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17451         New file.
17452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17453         file.
17454
17455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17456
17457         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17458         file.
17459         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17460         file.
17461         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17462         file.
17463         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17464         multiarch wordcopy for PPC32.
17465         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17466         wordcopy objects.
17467         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17468         (__libc_ifunc_impl_list): Likewise.
17469         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17470         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17471         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17472         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17473         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17474         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17475
17476         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17477         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17478         file.
17479         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17480         file.
17481         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17482         file.
17483         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17484         multiarch wcscpy for PPC32.
17485         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17486         multiarch objects.
17487         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17488         (__libc_ifunc_impl_list): Likewise.
17489         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17490         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17491         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17492         sysdeps/powerpc/power6/wcscpy.c.
17493
17494         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17495         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17496         file.
17497         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17498         file.
17499         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17500         file.
17501         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17502         multiarch wcsrchr for PPC32.
17503         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17504         multiarch objects.
17505         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17506         (__libc_ifunc_impl_list): Likewise.
17507         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17508         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17509         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17510         sysdeps/powerpc/power6/wcsrchr.c.
17511
17512         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17513         file.
17514         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17515         file.
17516         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17517         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17518         multiarch wcschr for PPc32.
17519         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17520         multiarch objects.
17521         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17522         (__libc_ifunc_impl_list): Likewise.
17523         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17524         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17525         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17526         sysdeps/powerpc/power6/wcschr.c.
17527
17528         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17529         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17530         file.
17531         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17532         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17533         file: multiarch strchr for PPC32.
17534         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17535         multiarch objects.
17536         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17537         (__libc_ifunc_impl_list): Likewise.
17538
17539         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17540         name.
17541         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17542         file.
17543         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17544         file.
17545         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17546         multiarch strchrnul for PPC32.
17547         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17548         multiarch objects.
17549         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17550         (__libc_ifunc_impl_list): Likewise.
17551
17552         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17553         file.
17554         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17555         multiarch strncasecmp for PPC32.
17556         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17557         file.
17558         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17559         multiarch strncasecmp_l for PPC32.
17560         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17561         strncasecmp multiarch objects.
17562         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17563         (__libc_ifunc_impl_list): Likewise.
17564
17565         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17566         file.
17567         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17568         multiarch strncasecmp for PPC32.
17569         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17570         New file.
17571         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17572         multiarch strcasecmp_l for PPC32.
17573         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17574         multiarch objects.
17575         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17576         (__libc_ifunc_impl_list): Likewise.
17577
17578         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17579         file.
17580         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17581         file.
17582         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17583         multiarch strncmp for PPC32.
17584         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17585         multiarch objects.
17586         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17587         (__libc_ifunc_impl_list): Likewise.
17588
17589         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17590         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17591         file.
17592         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17593         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17594         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17595         multiarch objects.
17596         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17597         (__libc_ifunc_impl_list): Likewise.
17598
17599         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17600         file.
17601         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17602         file.
17603         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17604         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17605         multiarch objects.
17606         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17607         (__libc_ifunc_impl_list): Likewise.
17608
17609         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17610         file.
17611         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17612         file.
17613         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17614         multiarch rawmemchr for PPC32.
17615         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17616         multiarch objects.
17617         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17618         (__libc_ifunc_impl_list): Likewise.
17619
17620         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17621         file.
17622         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17623         file.
17624         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17625         file: memrchr multiarch for PPC32.
17626         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17627         multiarch objects.
17628         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17629         (__libc_ifunc_impl_list): Likewise.
17630
17631         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17632         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17633         file.
17634         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17635         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17636         multiarch memchr for PPC32.
17637         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17638         multiarch objects.
17639         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17640         (__libc_ifunc_impl_list): Likewise.
17641
17642         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17643         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17644         file.
17645         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17646         file.
17647         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17648         file: multiarch mempcpy for PPC32.
17649         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17650         multiarch objects.
17651         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17652         (__libc_ifunc_impl_list): Likewise.
17653
17654         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17655         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17656         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17657         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17658         multiarch bzero for PPC32.
17659         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17660         file.
17661         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17662         file.
17663         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17664         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17665         file: multiarch memset for PPC32.
17666         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17667         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17668         memset multiarch objects.
17669         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17670         (__libc_ifunc_impl_list): Likewise.
17671
17672         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17673         file.
17674         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17675         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17676         memcmp for PPC32.
17677         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17678         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
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/memcpy-a2.S: New file.
17684         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17685         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17686         file.
17687         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17688         file.
17689         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17690         file.
17691         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17692         multiarch memcpy for PPC32.
17693         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17694         multiarch objects.
17695         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17696         (__libc_ifunc_impl_list): Likewise.
17697
17698         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17699         support multiarch for POWER/PPC32.
17700         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17701         Likewise.
17702         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17704         Implies file to make multiarch folder appers before the fpu and
17705         default folder for power4 configuration.
17706
17707 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17708
17709         * scripts/bench.pl: Append volatile keyword to type.
17710
17711 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17712
17713         * sysdeps/sh/sotruss-lib.c: New file.
17714         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17715
17716 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17717
17718         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17719
17720 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17721
17722         [BZ #6810]
17723         * math/w_tgamma.c: Include <errno.h>.
17724         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17725         * math/w_tgammaf.c: Include <errno.h>.
17726         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17727         * math/w_tgammal.c: Include <errno.h>.
17728         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17729         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17730         underflow.  Add more tgamma tests.
17731         * math/auto-libm-test-out: Regenerated.
17732         * sysdeps/i386/fpu/libm-test-ulps: Update.
17733         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17734
17735         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17736         sin, sinh, tan, tanh, tgamma, y0 and y1.
17737         * math/auto-libm-test-out: Regenerated.
17738         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17739         (TEST_COND_x86): Likewise.
17740         (M_E2l): Remove macro.
17741         (M_E3l): Likewise.
17742         (M_2_SQRT_PIl): Likewise.
17743         (M_SQRT_PIl): Likewise.
17744         (M_1_DIV_El): Likewise.
17745         (log_test_data): Use AUTO_TESTS_f_f.
17746         (log10_test_data): Likewise.
17747         (log1p_test_data): Likewise.
17748         (log2_test_data): Likewise.
17749         (sin_test_data): Likewise.
17750         (sin_tonearest_test_data): Likewise.
17751         (sin_towardzero_test_data): Likewise.
17752         (sin_downward_test_data): Likewise.
17753         (sin_upward_test_data): Likewise.
17754         (sinh_test_data): Likewise.
17755         (sinh_tonearest_test_data): Likewise.
17756         (sinh_towardzero_test_data): Likewise.
17757         (sinh_downward_test_data): Likewise.
17758         (sinh_upward_test_data): Likewise.
17759         (tan_test_data): Likewise.
17760         (tan_tonearest_test_data): Likewise.
17761         (tan_towardzero_test_data): Likewise.
17762         (tan_downward_test_data): Likewise.
17763         (tan_upward_test_data): Likewise.
17764         (tanh_test_data): Likewise.
17765         (tgamma_test_data): Likewise.
17766         (y0_test_data): Likewise.
17767         (y1_test_data): Likewise.
17768         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17769         (special_real_inputs): Add pi/4.
17770         * sysdeps/i386/fpu/libm-test-ulps: Update.
17771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17772
17773 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17774
17775         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17776         "longjmp_target" static probes.
17777         (__longjmp): Rename to __longjmp_symbol.
17778         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17779         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17780         on which longjmp to generate.
17781         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17782         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17783         probe.
17784         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17785         (__sigjmp_save): Rename to __sigjmp_save_symbol.
17786         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17787         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17788         and __sigjmp_save_symbol based on which sigsetjmp to generated.
17789         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17790         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17791         __longjmp_symbol based on which __longjmp to generate.
17792         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17793         probe.
17794         (setjmp): Rename to setjmp_symbol.
17795         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17796         (_setjmp): Rename to _setjmp_symbol.
17797         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17798         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17799         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17800         which setjmp to generate.
17801         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17802         "longjmp_target" static probes.
17803
17804 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17805
17806         * benchtests/README: Add note about output arguments.
17807         * benchtests/bench-sincos.c: Remove file.
17808         * benchtests/sincos-inputs: New file.
17809         * scripts/bench.pl: Identify output arguments and define
17810         static variables for them.
17811
17812         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17813
17814         [BZ #15941]
17815         * Makefile (INSTALL): Add install-plain.texi as the primary
17816         dependency.
17817         * manual/install-plain.texi: New file.
17818         * manual/install.texi: Include node directive only for
17819         non-plaintext output.
17820
17821 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
17822
17823         * stdlib/longlong.h: Update from GCC.
17824
17825         [BZ #6807]
17826         [BZ #15901]
17827         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17828         * math/w_j0f.c (y0f): Likewise.
17829         * math/w_j0l.c (__y0l): Likewise.
17830         * math/w_j1.c (y1): Likewise.
17831         * math/w_j1f.c (y1f): Likewise.
17832         * math/w_j1l.c (__y1l): Likewise
17833         * math/w_jn.c (yn): Likewise.
17834         * math/w_jnf.c (ynf): Likewise.
17835         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17836         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
17837         value for Bessel function domain errors outside _SVID_ mode.
17838         Adjust sign of return value for yn (negative integer, 0).
17839         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17840         by zero in return for negative x and set sign appropriately for
17841         negative n.
17842         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17843         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17844         * math/libm-test.inc (y0_test_data): Add more tests and adjust
17845         expectations in error cases.
17846         (y1_test_data): Likewise.
17847         (yn_test_data): Likewise.
17848         * sysdeps/i386/fpu/libm-test-ulps: Update.
17849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17850
17851 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17852
17853         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17854         "64" to "64-v1".  Add "64-v2".
17855         (abi-64-options): Rename to ...
17856         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
17857         (abi-64-condition): Rename to ...
17858         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
17859         (abi-64-ld-soname): Rename to ...
17860         (abi-64-v1-ld-soname): ... this.
17861         (abi-64-v2-options): Define.
17862         (abi-64-v2-condition): Likewise.
17863         (abi-64-v2-ld-soname): Likewise.
17864         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17865         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17869
17870 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17871             Alan Modra  <amodra@gmail.com>
17872
17873         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17874         New versions for use with the ELFv2 ABI.
17875         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17876         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17877         declaration.
17878         (struct La_ppc64v2_retval): Likewise.
17879         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17880         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17881         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17882         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17883         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17884         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17885         Do not save or restore CR.
17886         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17887         (_dl_profile_resolve): Do no save or restore CR.  Support extended
17888         return values for ELFv2 ABI.  Fix location of FPR return registers.
17889         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17890         updated values for _CALL_ELF == 2.
17891         (La_regs, La_retval, int_retval): Likewise.
17892
17893 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17894
17895         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
17896         (FRAME_MIN_SIZE_PARM): Likewise.
17897         (FRAME_BACKCHAIN): Likewise.
17898         (FRAME_CR_SAVE): Likewise.
17899         (FRAME_LR_SAVE): Likewise.
17900         (FRAME_TOC_SAVE): Likewise.
17901         (FRAME_PARM_SAVE): Likewise.
17902         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
17903         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
17904         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17905         (call_mcount_parm_offset): New macro.
17906         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
17907         (PROF): Use symbolic stack frame offsets.
17908         (TAIL_CALL_SYSCALL_ERROR): Likewise.
17909         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
17910         Redefine in terms of FRAME_MIN_SIZE.
17911         (_dl_runtime_resolve): Use symbolic stack frame offsets.
17912         (_dl_profile_resolve): Likewise.  Update comment.
17913         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
17914         symbols stack frame offsets.
17915         (__sigsetjmp): Likewise.
17916         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
17917         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
17918         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
17919         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
17920
17921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
17922         (FRAME_BACKCHAIN): Remove.
17923         (FRAME_CR_SAVE): Likewise.
17924         (FRAME_LR_SAVE): Likewise.
17925         (FRAME_COMPILER_DW): Likewise.
17926         (FRAME_LINKER_DW): Likewise.
17927         (FRAME_TOC_SAVE): Likewise.
17928         (FRAME_PARM_SAVE): Likewise.
17929         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
17930         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
17931         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
17933         (CHECK_SP): Use symbolic stack frame offsets.
17934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
17935         zone" instead of caller's parameter save area for temp storage.
17936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17937         Likewise.  Also, use symbolic stack frame offsets.
17938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
17939         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
17940         our own stack frame instead of the caller's.
17941         (__socket): Use symbolic stack frame offsets.
17942
17943 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17944             Alan Modra  <amodra@gmail.com>
17945
17946         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
17947         Define.
17948         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
17949         (PPC64_LOCAL_ENTRY_OFFSET): Define.
17950         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
17951         New function.
17952         (elf_machine_fixup_plt): Call it.
17953         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
17954         reloc arguments.
17955         (elf_machine_rela): Update call to elf_machine_plt_conflict.
17956         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17957         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
17958         r2 before calling target.
17959
17960 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17961             Alan Modra  <amodra@gmail.com>
17962
17963         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
17964         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
17965         versions of macros to support ELFv2 ABI.
17966         (LOCALENTRY): New macro.
17967         (ENTRY, EALIGN): Use it.
17968         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
17969         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
17970         fall through into ENTRY entry point.
17971         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
17972         Only define if _CALL_ELF != 2.
17973
17974         (elf_machine_matches_host): Verify ABI version matches.
17975         (RTLD_START): Use LOCALENTRY.
17976         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
17977         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
17978         (PLT_ENTRY_WORDS): New macro.
17979         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
17980         (elf_machine_runtime_setup): Support ELFv2 ABI.
17981         (elf_machine_fixup_plt): Likewise.
17982         (elf_machine_plt_conflict): Likewise.
17983         (resolve_ifunc): Likewise.
17984         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17985         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
17986         Likewise.
17987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
17988         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
17989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17990         (makecontext): Support ELFv2 ABI.
17991         * elf/elf.h (EF_PPC64_ABI): Define.
17992
17993 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17994
17995         * sysdeps/powerpc/powerpc64/sysdep.h
17996         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
17997         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
17998         (ENTRY) [ASSEMBLER]: ... but instead here ...
17999         (EALIGN) [ASSEMBLER]: ... and here.
18000         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18001         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18002         (ENTRY_2) [!ASSEMBLER]: Use it.
18003         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18004         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18005         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18006         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18007         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18009         Use PPC64_LOAD_FUNCPTR.
18010
18011         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18012
18013 2013-12-04  Alan Modra  <amodra@gmail.com>
18014
18015         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18016         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18017         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18018         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18019
18020         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18021         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18022         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18023         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18024         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18025         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18026
18027 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18028
18029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18030         (__makecontext): Fix incorrect CFI when backtracing out of
18031         context created via makecontext.
18032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18033         (__setcontext): Fix incorrect CFI during switch to new context.
18034         (__novec_setcontext): Likewise.
18035
18036 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18037
18038         [BZ #4772]
18039         * time/strptime_l.c (__strptime_internal): Allow modifiers
18040         in strptime.
18041         * time/tst-strptime.c (day_tests): Add testcase.
18042
18043 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18044
18045         * scripts/bench.pl: Skip over blank lines.
18046
18047 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18048
18049         [BZ #926]
18050         * manual/time.texi (Calendar Time): Clarify what timezone functions
18051         use.
18052
18053 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18054
18055         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18056
18057 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18058
18059         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18060         implementation.
18061         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18062         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18063         * debug/memset_chk.c (__memset_chk): Likewise.
18064         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18065         * debug/strncpy_chk.c: Likewise.
18066
18067 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18068
18069         [BZ #15268]
18070         [BZ #15425]
18071         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18072         (__ieee754_exp): For possibly underflowing results, check size of
18073         result and force underflow exception if required.
18074         * math/auto-libm-test-in: Add more tests of exp.
18075         * math/auto-libm-test-out: Regenerated.
18076         * sysdeps/i386/fpu/libm-test-ulps: Update.
18077         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18078
18079         [BZ #16283]
18080         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18081         * math/w_exp2f.c (__exp2f): Likewise.
18082         * math/w_exp2l.c (__exp2l): Likewise.
18083         * math/auto-libm-test-in: Do not allow missing errno on exp2
18084         underflow.
18085         * math/auto-libm-test-out: Regenerated.
18086
18087 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18088
18089         [BZ #16274]
18090         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18091         handle filename validation.
18092         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18093         (do_open): Delete.
18094
18095 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18096
18097         [BZ #6786]
18098         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18099         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18100         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18101         <float.h>.
18102         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18103         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18104         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18105         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18106         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18107         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18108         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18109         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18110         Add more erfc tests.
18111         * math/auto-libm-test-out: Regenerated.
18112         * sysdeps/i386/fpu/libm-test-ulps: Update.
18113         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18114
18115         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18116         exp2, expm1, j0 and j1.
18117         * math/auto-libm-test-out: Regenerated.
18118         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18119         (erfc_test_data): Likewise.
18120         (exp_test_data): Likewise.
18121         (exp_tonearest_test_data): Likewise.
18122         (exp_towardzero_test_data): Likewise.
18123         (exp_downward_test_data): Likewise.
18124         (exp_upward_test_data): Likewise.
18125         (exp10_test_data): Likewise.
18126         (exp2_test_data): Likewise.
18127         (expm1_test_data): Likewise.
18128         (j0_test_data): Likewise.
18129         (j1_test_data): Likewise.
18130         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18131         (input_flag_type): Add flag_xfail_rounding.
18132         (input_flags): Add xfail-rounding.
18133         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18134         (output_for_one_input_case): Handle flag_xfail_rounding.
18135         * sysdeps/i386/fpu/libm-test-ulps: Update.
18136         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18137
18138 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18139
18140         [BZ #16289]
18141         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18142         division by 0.
18143
18144 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18145
18146         [BZ #16195]
18147         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18148         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18149         (STAP_PROBE0): New macro.
18150         (STAP_PROBE1): Likewise.
18151         (STAP_PROBE2): Likewise.
18152         (STAP_PROBE3): Likewise.
18153         (STAP_PROBE4): Likewise.
18154
18155 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18156
18157         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18158
18159 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18160
18161         * benchtests/Makefile (bench): Add sqrt.
18162         (LDLIBS-bench-sqrt): New.
18163         * benchtests/sqrt-input: New.
18164
18165 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18166
18167         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18168         (GAIH_EAI): Likewise.
18169         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18170         (gaih_inet): Likewise.
18171         (getaddrinfo): Don't use GAIH_EAI.
18172
18173         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18174         (struct gaih): Remove definition.
18175
18176 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18177
18178         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18179         Use HERRNOP directly.
18180
18181 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18182
18183         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18184
18185 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18186
18187         * math/gen-auto-libm-tests.c (test_functions): Add more
18188         single-argument functions.
18189         (special_fill_pi_2): New function.
18190         (special_fill_minus_pi_2): Likewise.
18191         (special_fill_pi_6): Likewise.
18192         (special_fill_minus_pi_6): Likewise.
18193         (special_fill_pi_3): Likewise.
18194         (special_fill_2pi_3): Likewise.
18195         (special_fill_e): Likewise.
18196         (special_fill_1_e): Likewise.
18197         (special_fill_e_minus_1): Likewise.
18198         (special_real_inputs): Add more special inputs.
18199         (output_for_one_input_case): Do not require ERANGE on underflow to
18200         zero if round-to-nearest result does not underflow to zero, unless
18201         exact results required.
18202         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18203         atan, atanh, cbrt, cos and cosh.
18204         * math/auto-libm-test-out: Regenerated.
18205         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18206         (acos_tonearest_test_data): Likewise.
18207         (acos_towardzero_test_data): Likewise.
18208         (acos_downward_test_data): Likewise.
18209         (acos_upward_test_data): Likewise.
18210         (acosh_test_data): Likewise.
18211         (asin_test_data): Likewise.
18212         (asin_tonearest_test_data): Likewise.
18213         (asin_towardzero_test_data): Likewise.
18214         (asin_upward_test_data): Likewise.
18215         (asinh_test_data): Likewise.
18216         (atan_test_data): Likewise.
18217         (atanh_test_data): Likewise.
18218         (cbrt_test_data): Likewise.
18219         (cos_test_data): Likewise.
18220         (cos_tonearest_test_data): Likewise.
18221         (cos_towardzero_test_data): Likewise.
18222         (cos_downward_test_data): Likewise.
18223         (cos_upward_test_data): Likewise.
18224         (cosh_test_data): Likewise.
18225         (cosh_tonearest_test_data): Likewise.
18226         (cosh_towardzero_test_data): Likewise.
18227         (cosh_downward_test_data): Likewise.
18228         (cosh_upward_test_data): Likewise.
18229         * sysdeps/i386/fpu/libm-test-ulps: Update.
18230         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18231
18232 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18233
18234         [BZ #6787]
18235         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18236         * math/w_exp10f.c (__exp10f): Likewise.
18237         * math/w_exp10l.c (__exp10l): Likewise.
18238         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18239         errno settings in existing tests.
18240
18241         [BZ #14032]
18242         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18243         precision control set to double precision.
18244         * sysdeps/i386/fpu/w_sqrt.c: New file.
18245         * math/auto-libm-test-in: Add more tests.
18246         * math/auto-libm-test-out: Update.
18247
18248         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18249         (sqrt_test_tonearest): New function.
18250         (sqrt_towardzero_test_data): New variable.
18251         (sqrt_test_towardzero): New function.
18252         (sqrt_downward_test_data): New variable.
18253         (sqrt_test_downward): New function.
18254         (sqrt_upward_test_data): New variable.
18255         (sqrt_test_upward): New function.
18256         (main): Call the new functions.
18257
18258         * math/gen-auto-libm-tests.c: New file.
18259         * math/auto-libm-test-in: Likewise.
18260         * math/auto-libm-test-out: New generated file.
18261         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18262         variables.
18263         (%beautify): Add generated representations of zero.
18264         (top level): Set $auto_input and call parse_auto_input.
18265         (beautify): Remove trailing "f" from hex float constants.
18266         (parse_args): Handle XFAIL_TEST.
18267         (convert_condition): New function.
18268         (or_value): Likewise.
18269         (or_cond_value): Likewise.
18270         (generate_testfile): Handle AUTO_TESTS_* lines.
18271         (parse_auto_input): New function.
18272         * math/libm-test.inc (XFAIL_TEST): New macro.
18273         (ERRNO_UNCHANGED): Update value.
18274         (ERRNO_EDOM): Likewise.
18275         (ERRNO_ERANGE): Likewise.
18276         (IGNORE_RESULT): Likewise.
18277         (TEST_COND_flt_32): New macro.
18278         (TEST_COND_dbl_64): Likewise.
18279         (TEST_COND_ldbl_96_intel): Likewise.
18280         (TEST_COND_ldbl_96_m68k): Likewise.
18281         (TEST_COND_ldbl_128): Likewise.
18282         (TEST_COND_ldbl_128ibm): Likewise.
18283         (TEST_COND_long32): Likewise.
18284         (TEST_COND_long64): Likewise.
18285         (TEST_COND_before_rounding): Likewise.
18286         (TEST_COND_after_rounding): Likewise.
18287         (enable_test): Handle XFAIL_TEST flag.
18288         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18289         with finite results.
18290         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18291         auto-libm-test-out.
18292
18293 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18294             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18295
18296         [BZ #16214]
18297         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18298         __tls_get_addr_internal instead of __tls_get_offset in order to
18299         avoid GOT pointer dependency.  Make rtld export
18300         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18301         __tls_get_addr since we are a __tls_get_offset platform.
18302         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18303         GOT pointer being set up before.
18304         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18305
18306 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18307
18308         * manual/math.texi (Errors in Math Functions): Document accuracy
18309         goals.
18310
18311         [BZ #15004]
18312         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18313         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18314         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18315         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18316         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18317         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18318         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18319         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18320         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18321         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18322         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18323         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18324         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18325         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18326         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18327         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18328
18329         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18330         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18331         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18332         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18333         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18334         Likewise.
18335         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18336         Likewise.
18337         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18338         Likewise.
18339         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18340         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18341         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18342         atomic-feupdateenv and flt-rounds.
18343         * sysdeps/powerpc/nofpu/Versions (libc): Add
18344         __atomic_feholdexcept, __atomic_feclearexcept,
18345         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18346         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18347         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18348         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18349         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18350         here.
18351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18352         Update.
18353
18354         * manual/arith.texi (FP Exceptions): Document that exceptions may
18355         not be raised when matherr is used.
18356         (Math Error Reporting): Document overflow in directed rounding
18357         modes.  Document that errno may not be set when finite values are
18358         returned on overflow.  Document intent to set errno on underflow
18359         only for underflow to zero.
18360
18361         [BZ #16271]
18362         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18363         round-to-nearest then adjust result for other rounding modes.
18364         * include/fenv.h (fegetround): Use libm_hidden_proto.
18365         * math/fegetround.c (fegetround): Use libm_hidden_def.
18366         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18367         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18368         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18369         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18370         Likewise.
18371         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18372         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18373         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18374         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18375
18376 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18377
18378         [BZ #16077]
18379         * nss/Versions (libnss_files): Add
18380         _nss_files_gethostbyname3_r.
18381         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18382         New function.
18383         (HOST_DB_LOOKUP): Remove macro.
18384         (_nss_files_gethostbyname_r): Implement function without the
18385         HOST_DB_LOOKUP macro.
18386         (_nss_files_gethostbyname2_r): Likewise.
18387
18388 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18389
18390         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18391
18392 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18393
18394         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18395         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18396         warning.
18397
18398 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18399
18400         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18401         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18402         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18403         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18404         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18405         __fe_nomask_env_priv and attribute_hidden.
18406         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18407         (libc_feupdateenv_test_ppc): Likewise.
18408         (libc_feresetround_ppc): Likewise.
18409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18410         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18411         compat_symbol macro.
18412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18413         (__fe_nomask_env): Likewise.
18414         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18415
18416 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18417
18418         * string/Makefile: Remove ifunc tests.
18419         * string/test-string.h: Define TEST_IFUNC.
18420         * string/test-bcopy-ifunc.c: Remove.
18421         * string/test-bzero-ifunc.c: Likewise.
18422         * string/test-memccpy-ifunc.c: Likewise.
18423         * string/test-memchr-ifunc.c: Likewise.
18424         * string/test-memcmp-ifunc.c: Likewise.
18425         * string/test-memcpy-ifunc.c: Likewise.
18426         * string/test-memmem-ifunc.c: Likewise.
18427         * string/test-memmove-ifunc.c: Likewise.
18428         * string/test-mempcpy-ifunc.c: Likewise.
18429         * string/test-memrchr-ifunc.c: Likewise.
18430         * string/test-memset-ifunc.c: Likewise.
18431         * string/test-rawmemchr-ifunc.c: Likewise.
18432         * string/test-stpcpy-ifunc.c: Likewise.
18433         * string/test-stpncpy-ifunc.c: Likewise.
18434         * string/test-strcasecmp-ifunc.c: Likewise.
18435         * string/test-strcasestr-ifunc.c: Likewise.
18436         * string/test-strcat-ifunc.c: Likewise.
18437         * string/test-strchr-ifunc.c: Likewise.
18438         * string/test-strchrnul-ifunc.c: Likewise.
18439         * string/test-strcmp-ifunc.c: Likewise.
18440         * string/test-strcpy-ifunc.c: Likewise.
18441         * string/test-strcspn-ifunc.c: Likewise.
18442         * string/test-strlen-ifunc.c: Likewise.
18443         * string/test-strncasecmp-ifunc.c: Likewise.
18444         * string/test-strncat-ifunc.c: Likewise.
18445         * string/test-strncmp-ifunc.c: Likewise.
18446         * string/test-strncpy-ifunc.c: Likewise.
18447         * string/test-strnlen-ifunc.c: Likewise.
18448         * string/test-strpbrk-ifunc.c: Likewise.
18449         * string/test-strrchr-ifunc.c: Likewise.
18450         * string/test-strspn-ifunc.c: Likewise.
18451         * string/test-strstr-ifunc.c: Likewise.
18452
18453 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18454
18455         * benchtests/Makefile: Remove ifunc tests.
18456         * benchtests/bench-string.h: Define TEST_IFUNC.
18457         * benchtests/bench-bcopy-ifunc.c: Remove.
18458         * benchtests/bench-bzero-ifunc.c: Likewise.
18459         * benchtests/bench-memccpy-ifunc.c: Likewise.
18460         * benchtests/bench-memchr-ifunc.c: Likewise.
18461         * benchtests/bench-memcmp-ifunc.c: Likewise.
18462         * benchtests/bench-memcpy-ifunc.c: Likewise.
18463         * benchtests/bench-memmem-ifunc.c: Likewise.
18464         * benchtests/bench-memmove-ifunc.c: Likewise.
18465         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18466         * benchtests/bench-memrchr-ifunc.c: Likewise.
18467         * benchtests/bench-memset-ifunc.c: Likewise.
18468         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18469         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18470         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18471         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18472         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18473         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18474         * benchtests/bench-strcat-ifunc.c: Likewise.
18475         * benchtests/bench-strchr-ifunc.c: Likewise.
18476         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18477         * benchtests/bench-strcmp-ifunc.c: Likewise.
18478         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18479         * benchtests/bench-strcpy-ifunc.c: Likewise.
18480         * benchtests/bench-strcspn-ifunc.c: Likewise.
18481         * benchtests/bench-strlen-ifunc.c: Likewise.
18482         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18483         * benchtests/bench-strncat-ifunc.c: Likewise.
18484         * benchtests/bench-strncmp-ifunc.c: Likewise.
18485         * benchtests/bench-strncpy-ifunc.c: Likewise.
18486         * benchtests/bench-strnlen-ifunc.c: Likewise.
18487         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18488         * benchtests/bench-strrchr-ifunc.c: Likewise.
18489         * benchtests/bench-strsep-ifunc.c: Likewise.
18490         * benchtests/bench-strspn-ifunc.c: Likewise.
18491         * benchtests/bench-strstr-ifunc.c: Likewise.
18492
18493 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18494
18495         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18496
18497 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18498
18499         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18500         * rt/aio.h: Likewise.
18501         * sysdeps/gnu/bits/utmp.h: Likewise.
18502         * sysdeps/gnu/bits/utmpx.h: Likewise.
18503         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18504         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18505         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18506         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18507         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18508         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18509         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18510         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18511         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18512         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18513         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18514         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18515         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18517         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18518         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18519         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18520         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18521         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18522         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18523         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18524         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18525         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18526         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18527         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18528         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18529         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18530         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18531         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18532         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18533         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18534         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18535         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18536         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18537         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18538         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18539         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18540         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18541         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18542         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18543         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18544         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18545
18546 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18547
18548         [BZ #16245]
18549         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18550         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18551
18552 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18553
18554         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18555         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18556         Likewise.
18557
18558 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18559
18560         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18561         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18562         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18563         (__fesetround): Remove define.
18564         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18565         rounding and exceptions handling.
18566         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18567         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18568         (__fe_nomask_env): Likewise.
18569         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18570         __fegetround instead of fegetround.
18571         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18572         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18573
18574 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18575
18576         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18577         it's there.
18578
18579         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18580
18581 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18582
18583         [BZ #11157]
18584         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18585         (encrypt_r): Likewise.
18586         * malloc/obstack.h (obstack_free): Likewise.
18587         * posix/unistd.h (encrypt): Likewise.
18588
18589 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18590
18591         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18592         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18593         DL_CALL_DT_FINI() that call the functions directly.
18594         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18595         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18596         * elf/dl-fini.c: Likewise.
18597
18598 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18599
18600         * malloc/hooks.c (memalign_check): Add alignment rounding.
18601         * malloc/malloc.c (_mid_memalign): New function.
18602         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18603         Implement by calling _mid_memalign.
18604         * manual/probes.texi (Memory Allocation Probes): Remove
18605         memory_valloc_retry and memory_pvalloc_retry.
18606
18607 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18608
18609         * locale/programs/locarchive.c (open_archive): Add const
18610         qualifier to ARCHIVEFNAME and copy default fname to
18611         DEFAULT_FNAME.
18612
18613         [BZ #15601]
18614         * libio/tst-widetext.input: Rename Oriya to Odia.
18615         * locale/iso-639.def: Likewise.
18616
18617         * manual/probes.texi (Mathematical Function Probes): Add
18618         documentation for sin, cos, asin and acos probes.
18619         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18620         (__sin32): Add slowasin probe.
18621         (__cos32): Add slowacos probe.
18622         (__mpsin): Add slowsin probe.
18623         (__mpcos): Add slowcos probe.
18624
18625 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18626
18627         [BZ #15483]
18628         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18629         thread-local __sim_exceptions_thread and global
18630         __sim_exceptions_global.
18631         (__sim_disabled_exceptions): Change to thread-local
18632         __sim_disabled_exceptions_thread and global
18633         __sim_disabled_exceptions_global.
18634         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18635         and global __sim_round_mode_global.
18636         (__simulate_exceptions): Use thread-local floating-point state and
18637         set global state from it as needed.
18638         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18639         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18640         __sim_round_mode_thread.
18641         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18642         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18643         and global __sim_exceptions_global.
18644         (__sim_disabled_exceptions): Change to thread-local
18645         __sim_disabled_exceptions_thread and global
18646         __sim_disabled_exceptions_global.
18647         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18648         and global __sim_round_mode_global.
18649         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18650         (SIM_SET_GLOBAL): Likewise.
18651         * sysdeps/powerpc/soft-fp/sfp-machine.h
18652         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18653         __sim_round_mode_thread.
18654         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18655         __sim_disabled_exceptions_thread.
18656         (__sim_exceptions): Change to __sim_exceptions_thread.
18657         (__sim_disabled_exceptions): Change to
18658         __sim_disabled_exceptions_thread.
18659         (__sim_round_mode): Change to __sim_round_mode_thread.
18660         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18661         thread-local floating-point state and set global state from it as
18662         needed.
18663         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18664         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18665         (__sim_disabled_exceptions): Remove extern declaration.
18666         (feenableexcept): Use thread-local floating-point state and set
18667         global state from it as needed.
18668         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18669         extern declaration.
18670         (__sim_disabled_exceptions): Likewise.
18671         (__sim_round_mode): Likewise.
18672         (__fegetenv): Use thread-local floating-point state.
18673         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18674         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18675         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18676         floating-point state and set global state from it as needed.
18677         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18678         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18679         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18680         Likewise.
18681         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18682         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18683         Likewise.
18684         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18685         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18686         Use __sim_round_mode_thread.
18687         * math/test-fenv-tls.c: New file.
18688         * math/Makefile (tests): Add test-fenv-tls.
18689         ($(objpfx)test-fenv-tls): Depend on
18690         $(common-objpfx)nptl/libpthread.so.
18691
18692 2013-11-19  Andreas Schwab  <schwab@suse.de>
18693
18694         * locale/programs/locale.c (show_info): Decode wordarray elements.
18695         * locale/categories.def (LC_MONETARY): Add element for
18696         _NL_MONETARY_CRNCYSTR.
18697         * locale/C-monetary.c (conversion_rate): New variable.
18698         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18699         element.
18700
18701 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18702
18703         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18704         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18705
18706 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18707
18708         * elf/Makefile (tst-auxv): New test.
18709         * elf/tst-auxv.c: New
18710         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18711
18712 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18713
18714         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18715         (hidden_proto): Caller changed.
18716         (hidden_tls_proto): New macro.
18717         (libc_hidden_tls_proto): Likewise.
18718         (rtld_hidden_tls_proto): Likewise.
18719         (libm_hidden_tls_proto): Likewise.
18720         (libresolv_hidden_tls_proto): Likewise.
18721         (librt_hidden_tls_proto): Likewise.
18722         (libdl_hidden_tls_proto): Likewise.
18723         (libnss_files_hidden_tls_proto): Likewise.
18724         (libnsl_hidden_tls_proto): Likewise.
18725         (libnss_nisplus_hidden_tls_proto): Likewise.
18726         (libutil_hidden_tls_proto): Likewise.
18727
18728 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18729
18730         [BZ #10253]
18731         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18732         (decompose_rpath): Defer expansion to fillin_rpath.
18733         (_dl_init_paths): Pass linkmap to fillin_rpath.
18734
18735 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18736
18737         * benchtests/Makefile: Add strsep.
18738         * benchtests/bench-strsep.c: New file: strsep benchtest.
18739         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18740
18741 2013-11-18  Andreas Schwab  <schwab@suse.de>
18742
18743         * locale/programs/locale.c (show_info) [case byte]: Check for
18744         '\377' instead of '\177'.
18745         * locale/C-monetary.c (not_available): Always use "\377".
18746         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18747         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
18748         detect unavailable sign_posn locale elements.
18749         * locale/localeconv.c (__localeconv): For grouping and
18750         mon_grouping handle "\177" and "\377" like no grouping.
18751         (INT_ELEM): New macro.  Use it to set all numeric members.
18752         * locale/programs/ld-monetary.c (monetary_read)
18753         <tok_mon_grouping>: Normalize single -1 to the empty string.
18754         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18755         Likewise.
18756
18757 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18758
18759         [BZ #16055]
18760         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18761         when we match (nil).
18762         * stdio-common/tst-sscanf.c (struct test): Add testcase.
18763
18764 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
18765
18766         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18767         (NO_TEST_INLINE): Update value.
18768         (ERRNO_UNCHANGED): Likewise.
18769         (ERRNO_EDOM): Likewise.
18770         (ERRNO_ERANGE): Likewise.
18771         (IGNORE_RESULT): Likewise.
18772         (check_float_internal): Check signs of NaN results if
18773         TEST_NAN_SIGN used.
18774         (check_complex): Pass TEST_NAN_SIGN flag through to second
18775         check_float_internal call.
18776         (copysign_test_data): Add tests with quiet NaNs as second
18777         argument.  Use TEST_NAN_SIGN.
18778         (fabs_test_data): Add test of negative quiet NaN argument.  Use
18779         TEST_NAN_SIGN.
18780         (signbit_test_data): Add tests of quiet NaN argument.
18781         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18782
18783         * math/gen-libm-test.pl (show_exceptions): Take extra argument
18784         $ignore_result.
18785         (parse_args): Handle function results specified as IGNORE.
18786         * math/libm-test.inc (IGNORE_RESULT): New macro.
18787         (check_float_internal): Do not check numerical result if flag
18788         IGNORE_RESULT set.
18789         (check_complex): Pass through IGNORE_RESULT to second
18790         check_float_internal call.
18791         (check_int): Do not check numerical result if flag IGNORE_RESULT
18792         set.
18793         (check_long): Likewise.
18794         (check_bool): Likewise.
18795         (check_longlong): Likewise.
18796         (lrint_test_data): Add tests of infinite and NaN arguments.
18797         (lrint_tonearest_test_data): Likewise.
18798         (lrint_towardzero_test_data): Likewise.
18799         (lrint_downward_test_data): Likewise.
18800         (lrint_upward_test_data): Likewise.
18801         (llrint_test_data): Likewise.
18802         (llrint_tonearest_test_data): Likewise.
18803         (llrint_towardzero_test_data): Likewise.
18804         (llrint_downward_test_data): Likewise.
18805         (llrint_upward_test_data): Likewise.
18806         (lround_test_data): Likewise.
18807         (llround_test_data): Likewise.
18808
18809         * math/libm-test.inc (NO_TEST_INLINE): New macro.
18810         (ERRNO_UNCHANGED): Update value.
18811         (ERRNO_EDOM): Likewise.
18812         (ERRNO_ERANGE): Likewise.
18813         (NO_TEST_INLINE_FLOAT): New macro.
18814         (NO_TEST_INLINE_DOUBLE): Likewise.
18815         (enable_test): New function.
18816         (RUN_TEST_f_f): Check enable_test before running test.
18817         (RUN_TEST_2_f): Likewise.
18818         (RUN_TEST_fff_f): Likewise.
18819         (RUN_TEST_c_f): Likewise.
18820         (RUN_TEST_f_f1): Likewise.
18821         (RUN_TEST_fF_f1): Likewise.
18822         (RUN_TEST_fI_f1): Likewise.
18823         (RUN_TEST_ffI_f1): Likewise.
18824         (RUN_TEST_c_c): Likewise.
18825         (RUN_TEST_cc_c): Likewise.
18826         (RUN_TEST_f_i): Likewise.
18827         (RUN_TEST_f_i_tg): Likewise.
18828         (RUN_TEST_ff_i_tg): Likewise.
18829         (RUN_TEST_f_b): Likewise.
18830         (RUN_TEST_f_b_tg): Likewise.
18831         (RUN_TEST_f_l): Likewise.
18832         (RUN_TEST_f_L): Likewise.
18833         (RUN_TEST_fFF_11): Likewise.
18834         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18835         conditionals.
18836         (cosh_test_data): Likewise.
18837         (exp_test_data): Likewise.
18838         (expm1_test_data): Likewise.
18839         (hypot_test_data): Likewise.
18840         (pow_test_data): Likewise.
18841         (sinh_test_data): Likewise.
18842         (tanh_test_data): Likewise.
18843         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18844         flags argument.
18845
18846         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18847         tests with quiet NaN input and output.
18848         (acosh_test_data): Likewise.
18849         (asin_test_data): Likewise.
18850         (asinh_test_data): Likewise.
18851         (atan_test_data): Likewise.
18852         (atanh_test_data): Likewise.
18853         (atan2_test_data): Likewise.
18854         (cbrt_test_data): Likewise.
18855         (cos_test_data): Likewise.
18856         (cosh_test_data): Likewise.
18857         (erf_test_data): Likewise.
18858         (erfc_test_data): Likewise.
18859         (exp_test_data): Likewise.
18860         (exp10_test_data): Likewise.
18861         (exp2_test_data): Likewise.
18862         (expm1_test_data): Likewise.
18863         (hypot_test_data): Likewise.
18864         (j0_test_data): Likewise.
18865         (j1_test_data): Likewise.
18866         (jn_test_data): Likewise.
18867         (lgamma_test_data): Likewise.
18868         (log_test_data): Likewise.
18869         (log10_test_data): Likewise.
18870         (log1p_test_data): Likewise.
18871         (log2_test_data): Likewise.
18872         (pow_test_data): Likewise.
18873         (scalb_test_data): Likewise.
18874         (sin_test_data): Likewise.
18875         (sincos_test_data): Likewise.
18876         (sinh_test_data): Likewise.
18877         (tan_test_data): Likewise.
18878         (tanh_test_data): Likewise.
18879         (tgamma_test_data): Likewise.
18880         (y0_test_data): Likewise.
18881         (y1_test_data): Likewise.
18882         (yn_test_data): Likewise.
18883
18884         [BZ #16167]
18885         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18886         argument being NaN and avoid computations with second argument in
18887         that case.
18888         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18889         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18890         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
18891
18892 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
18893
18894         * locale/iso-639.def: Add Chitwani Tharu (the).
18895
18896 2013-11-14  Andreas Schwab  <schwab@suse.de>
18897
18898         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
18899         word instead of empty string.
18900
18901 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18902
18903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18904         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
18905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18906         (__fe_nomask_env): Likewise.
18907
18908 2013-11-13  Steve Ellcey  <sellcey@mips.com>
18909
18910         * benchtests/bench-timing.h: Include time.h.
18911
18912 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
18913
18914         [BZ #15997]
18915         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
18916         to 3.4.0 for x32.
18917         * sysdeps/unix/sysv/linux/configure: Regenerated.
18918
18919 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
18920
18921         [BZ #16151]
18922         * stdlib/strtod_l.c (round_and_return): Do not consider
18923         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
18924         exponent one less than half the least subnormal exponent.
18925         * stdlib/test-strtod-round-data: Add more tests.
18926         * stdlib/tst-strtod-round.c (tests): Regenerated.
18927
18928 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18929
18930         [BZ #14143]
18931         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
18932         (__fe_mask_env): Likewise.
18933         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
18934         libm_hidden_proto and add function prototype.
18935         (__fe_mask_env): Add function prototype.
18936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18937         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
18938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18939         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
18940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18941         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
18942
18943 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18944
18945         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
18946         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
18947
18948 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18949
18950         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
18951         of htab_find_slot().
18952
18953 2013-11-11  David S. Miller  <davem@davemloft.net>
18954
18955         [BZ #16150]
18956         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
18957         symbol in the non-vis3 case in static builds.
18958         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
18959         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
18960         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
18961         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
18962
18963 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
18964
18965         [BZ #387]
18966         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
18967         it is empty.
18968
18969 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18970
18971         * benchtests/Makefile: Add bench-strtod.
18972         * benchtests/bench-strtod.c: New file: strtod benchtest
18973
18974 2013-11-11  Andreas Schwab  <schwab@suse.de>
18975
18976         [BZ #16153]
18977         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
18978         terminating NUL in key length.
18979
18980 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18981
18982         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18983         Add artificial ODP entry for vDSO symbol for PPC64.
18984         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
18985         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
18986
18987 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18988
18989         [BZ #15374]
18990         * nss/getent.c (services_keys): Recognize services starting with digit.
18991
18992 2013-11-06  David S. Miller  <davem@davemloft.net>
18993
18994         [BZ #15985]
18995         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
18996         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
18997
18998 2013-11-06  Will Newton  <will.newton@linaro.org>
18999
19000         * manual/memory.texi (Malloc Examples): Remove register
19001         keyword from examples.
19002
19003 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19004
19005         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19006
19007 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19008
19009         [BZ #6981]
19010         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19011         depending on [__GCC_IEC_559 > 0].
19012         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19013         depending on [__GCC_IEC_559_COMPLEX > 0].
19014
19015 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19016
19017         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19018         to iso-639.def.
19019
19020 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19021
19022         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19023
19024 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19025
19026         [BZ #16112]
19027         * malloc/malloc (malloc_info): Do not handle first bin as
19028         special case.
19029
19030 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19031
19032         * locale/iso-639.def: Add Central Nahuatl (nhn).
19033
19034 2013-11-01  Bruno Haible  <bruno@clisp.org>
19035
19036         [BZ #7003]
19037         * manual/math.texi (BSD Random): Specify range upper bound as
19038         in POSIX.
19039
19040 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19041
19042         * locale/iso-639.def: Add Meadow Mari (mhr).
19043
19044 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19045
19046         [BZ #14752], [BZ #15763]
19047         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19048         Validate name.
19049         * rt/tst_shm.c: Add test for escaping directory.
19050
19051 2013-10-31  Andreas Schwab  <schwab@suse.de>
19052
19053         [BZ #15917]
19054         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19055         followed by 'x' as part of digit sequence.
19056         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19057
19058 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19059
19060         [BZ #16037]
19061         * configure.ac: allow GNU Make 4.0 and greater.
19062         * configure: Regenerated.
19063
19064 2013-10-30  Will Newton  <will.newton@linaro.org>
19065
19066         [BZ #16038]
19067         * malloc/hooks.c (memalign_check): Limit alignment to the
19068         maximum representable power of two.
19069         * malloc/malloc.c (__libc_memalign): Likewise.
19070         * malloc/tst-memalign.c (do_test): Add test for very
19071         large alignment values.
19072         * malloc/tst-posix_memalign.c (do_test): Likewise.
19073
19074 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19075
19076         [BZ #11087]
19077         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19078         (munmap_chunk): Likewise.
19079         (mremap_chunk): Likewise.
19080
19081 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19082
19083         [BZ #15799]
19084         * stdlib/div.c (div): Remove obsolete code.
19085         * stdlib/ldiv.c (ldiv): Likewise.
19086         * stdlib/lldiv.c (lldiv): Likewise.
19087
19088 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19089
19090         [BZ #16071]
19091         * nss/nss_files/files-XXX.c (get_contents_ret): New
19092         enumerator.
19093         (get_contents): New function.
19094         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19095
19096 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19097
19098         * configure.in: Moved to ...
19099         * configure.ac: ... here. Change reference to configure.in
19100         to configure.ac.
19101         * sysdeps/arm/preconfigure.ac: ... here.
19102         configure.in to configure.ac.
19103         * sysdeps/gnu/configure.in: Moved to ...
19104         * sysdeps/gnu/configure.ac: ... here.
19105         * sysdeps/i386/configure.in: Moved to ...
19106         * sysdeps/i386/configure.ac: ... here.
19107         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19108         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19109         * sysdeps/mach/configure.in: Moved to ...
19110         * sysdeps/mach/configure.ac: ... here.
19111         * sysdeps/mach/hurd/configure.in: Moved to ...
19112         * sysdeps/mach/hurd/configure.ac: ... here.
19113         * sysdeps/powerpc/configure.in: Moved to ...
19114         * sysdeps/powerpc/configure.ac: ... here.
19115         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19116         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19117         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19118         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19119         * sysdeps/s390/s390-32/configure.in: Moved to ...
19120         * sysdeps/s390/s390-32/configure.ac: ... here.
19121         * sysdeps/s390/s390-64/configure.in: Moved to ...
19122         * sysdeps/s390/s390-64/configure.ac: ... here.
19123         * sysdeps/sh/configure.in: Moved to ...
19124         * sysdeps/sh/configure.ac: ... here.
19125         * sysdeps/sparc/configure.in: Moved to ...
19126         * sysdeps/sparc/configure.ac: ... here.
19127         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19128         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19129         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19130         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19131         * sysdeps/x86_64/configure.in: Moved to ...
19132         * sysdeps/x86_64/configure.ac: ... here.
19133         * sysdeps/x86_64/preconfigure.in: Moved to ...
19134         * sysdeps/x86_64/preconfigure.ac: ... here.
19135         * aclocal.m4: Change reference to configure.in to configure.ac.
19136         * config.h.in: Likewise.
19137         * manual/install.texi: Likewise.
19138         * manual/maint.texi: Likewise.
19139         * Makefile: Likewise.
19140         * malloc/Makefile: Likewise.
19141         * nscd/Makefile: Likewise.
19142         * Makeconfig: Change reference to configure.in and
19143         preconfigure.in to configure.ac and preconfigure.ac
19144         respectively.
19145         * INSTALL: Regenerated.
19146         * configure: Likewise.
19147         * sysdeps/gnu/configure: Likewise.
19148         * sysdeps/i386/configure: Likewise.
19149         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19150         * sysdeps/mach/configure: Likewise.
19151         * sysdeps/mach/hurd/configure: Likewise.
19152         * sysdeps/powerpc/configure: Likewise.
19153         * sysdeps/powerpc/powerpc32/configure: Likewise.
19154         * sysdeps/powerpc/powerpc64/configure: Likewise.
19155         * sysdeps/s390/s390-32/configure: Likewise.
19156         * sysdeps/s390/s390-64/configure: Likewise.
19157         * sysdeps/sh/configure: Likewise.
19158         * sysdeps/sparc/configure: Likewise.
19159         * sysdeps/unix/sysv/linux/configure: Likewise.
19160         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19161         * sysdeps/x86_64/configure: Likewise.
19162         * sysdeps/x86_64/preconfigure: Likewise.
19163
19164 2013-10-29  Andreas Schwab  <schwab@suse.de>
19165
19166         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19167
19168 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19169
19170         * benchtests/pow-inputs: Add new inputs.
19171
19172         * benchtests/exp-inputs: Add new inputs.
19173
19174         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19175         conditional check for return value.
19176         (__cos32): Likewise.
19177
19178 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19179
19180         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19181         to provide a boost for large inputs with word alignment.
19182         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19183         implementation based on optimized PPC64 strcpy.
19184         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19185         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19186         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19187         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19188
19189 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19190
19191         [BZ #2801]
19192         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19193
19194 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19195
19196         [BZ #14876]
19197         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19198         * time/tst-strptime.c (day_tests): Add testcase.
19199
19200 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19201
19202         [BZ #14029]
19203         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19204
19205 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19206
19207         [BZ #16074]
19208         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19209         MAP_FAILED on error.
19210
19211 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19212
19213         [BZ #16072]
19214         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19215         heap for large requests.
19216
19217 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19218
19219         [BZ #9954]
19220         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19221         result if the result has no associated interface.
19222         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19223         interface for all 127.X.Y.Z addresses.
19224
19225 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19226
19227         * locale/iso-639.def: Add Ligurian (lij)
19228
19229 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19230
19231         [BZ #15825]
19232         * sunrpc/rpc_main.c: Document rpcgen -5.
19233
19234 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19235
19236         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19237
19238 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19239
19240         [BZ #10278]
19241         * posix/glob.c: Match only directories when trailing slash is present.
19242         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19243         (main): Add testcase.
19244
19245 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19246
19247         [BZ #15670]
19248         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19249
19250 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19251
19252         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19253         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19254         AUTH_DES and cindex for FIPS 140-2.
19255         (DES Encryption): Add cindex FIPS 46-3.
19256
19257         * locale/locarchive.h (struct locarhandle): Add fname.
19258         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19259         if an optional argument was specified to --list-archive,
19260         otherwise NULL.
19261         * locale/programs/locarchive.c (show_archive_content): Take new
19262         argument fname and pass it via ah.fname to open_archive.
19263         * locale/programs/localedef.h: Update decl.
19264         (open_archive): If AH->fname is non-null, open that file
19265         rather than the default file name, and don't ignore ENOENT.
19266         (create_archive): Set AH.fname to NULL.
19267         (delete_locales_from_archive): Likewise.
19268         (add_locales_to_archive): Likewise.
19269         * locale/programs/locfile.c (write_all_categories): Likewise.
19270
19271 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19272             Aldy Hernandez  <aldyh@redhat.com>
19273
19274         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19275         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19276         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19277         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19278         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19279         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19280         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19281         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19282         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19283         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19284         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19285         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19286         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19287         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19288         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19289         Likewise.
19290         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19291         Likewise.
19292         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19293         Likewise.
19294         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19295         Likewise.
19296         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19297         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19298         Likewise.
19299         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19300         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19301         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19302         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19303         Likewise.
19304         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19305         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19306         * sysdeps/powerpc/preconfigure: Likewise.
19307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19308         Likewise.
19309         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19310         Replace contents of file by #include of <fenv_libc.h>.
19311         * sysdeps/powerpc/soft-fp/sfp-machine.h
19312         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19313         and <sys/prctl.h>.
19314         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19315         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19316         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19317         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19318         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19319         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19320         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19321         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19322         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19323         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19324         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19325         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19327         Allow copysignl PLT reference to be missing.
19328
19329 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19330             Joseph Myers  <joseph@codesourcery.com
19331
19332         [BZ #15948]
19333         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19334         single character.
19335         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19336
19337 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19338
19339         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19340         * elf/tst-tls1.c: Likewise.
19341         * elf/tst-tls10.h: Likewise.
19342         * elf/tst-tls14.c: Likewise.
19343         * elf/tst-tls2.c: Likewise.
19344         * elf/tst-tls3.c: Likewise.
19345         * elf/tst-tls4.c: Likewise.
19346         * elf/tst-tls5.c: Likewise.
19347         * elf/tst-tls6.c: Likewise.
19348         * elf/tst-tls7.c: Likewise.
19349         * elf/tst-tls8.c: Likewise.
19350         * elf/tst-tls9.c: Likewise.
19351         * elf/tst-tlsmod1.c: Likewise.
19352         * elf/tst-tlsmod13.c: Likewise.
19353         * elf/tst-tlsmod13a.c: Likewise.
19354         * elf/tst-tlsmod14a.c: Likewise.
19355         * elf/tst-tlsmod16a.c: Likewise.
19356         * elf/tst-tlsmod16b.c: Likewise.
19357         * elf/tst-tlsmod2.c: Likewise.
19358         * elf/tst-tlsmod3.c: Likewise.
19359         * elf/tst-tlsmod4.c: Likewise.
19360         * elf/tst-tlsmod5.c: Likewise.
19361         * elf/tst-tlsmod6.c: Likewise.
19362
19363 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19364
19365         [BZ #12486]
19366         * malloc/malloc.c: remove checks for statistics.
19367
19368 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19369
19370         [BZ #15277]
19371         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19372         * inet/tst-network.c: Add testcase.
19373
19374 2013-10-17  Andreas Schwab  <schwab@suse.de>
19375
19376         [BZ #15218]
19377         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19378         to determine canonical name.
19379
19380 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19381
19382         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19383         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19384         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19385         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19386         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19387         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19388         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19389         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19390         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19391         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19392         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19393         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19394         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19395         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19396         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19397         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19398         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19399         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19400         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19401         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19402         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19403         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19404         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19405         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19406         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19407         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19408         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19409         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19410         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19411         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19412         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19413         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19414         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19415         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19416         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19417         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19418         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19419         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19420         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19421         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19422         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19423         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19424         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19425         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19426         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19427         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19428         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19429         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19430         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19431         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19432         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19433         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19434         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19435         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19436         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19437         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19438         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19439         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19440
19441 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19442
19443         [BZ #16041]
19444         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19445         make result into a quiet NaN.
19446
19447 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19448
19449         * soft-fp/adddf3.c: Fix horizontal whitespace.
19450         * soft-fp/addsf3.c: Likewise.
19451         * soft-fp/addtf3.c: Likewise.
19452         * soft-fp/divdf3.c: Likewise.
19453         * soft-fp/divsf3.c: Likewise.
19454         * soft-fp/divtf3.c: Likewise.
19455         * soft-fp/double.h: Likewise.
19456         * soft-fp/eqdf2.c: Likewise.
19457         * soft-fp/eqsf2.c: Likewise.
19458         * soft-fp/eqtf2.c: Likewise.
19459         * soft-fp/extenddftf2.c: Likewise.
19460         * soft-fp/extended.h: Likewise.
19461         * soft-fp/extendsfdf2.c: Likewise.
19462         * soft-fp/extendsftf2.c: Likewise.
19463         * soft-fp/extendxftf2.c: Likewise.
19464         * soft-fp/fixdfdi.c: Likewise.
19465         * soft-fp/fixdfsi.c: Likewise.
19466         * soft-fp/fixdfti.c: Likewise.
19467         * soft-fp/fixsfdi.c: Likewise.
19468         * soft-fp/fixsfsi.c: Likewise.
19469         * soft-fp/fixsfti.c: Likewise.
19470         * soft-fp/fixtfdi.c: Likewise.
19471         * soft-fp/fixtfsi.c: Likewise.
19472         * soft-fp/fixtfti.c: Likewise.
19473         * soft-fp/fixunsdfdi.c: Likewise.
19474         * soft-fp/fixunsdfsi.c: Likewise.
19475         * soft-fp/fixunsdfti.c: Likewise.
19476         * soft-fp/fixunssfdi.c: Likewise.
19477         * soft-fp/fixunssfsi.c: Likewise.
19478         * soft-fp/fixunssfti.c: Likewise.
19479         * soft-fp/fixunstfdi.c: Likewise.
19480         * soft-fp/fixunstfsi.c: Likewise.
19481         * soft-fp/fixunstfti.c: Likewise.
19482         * soft-fp/floatdidf.c: Likewise.
19483         * soft-fp/floatdisf.c: Likewise.
19484         * soft-fp/floatditf.c: Likewise.
19485         * soft-fp/floatsidf.c: Likewise.
19486         * soft-fp/floatsisf.c: Likewise.
19487         * soft-fp/floatsitf.c: Likewise.
19488         * soft-fp/floattidf.c: Likewise.
19489         * soft-fp/floattisf.c: Likewise.
19490         * soft-fp/floattitf.c: Likewise.
19491         * soft-fp/floatundidf.c: Likewise.
19492         * soft-fp/floatundisf.c: Likewise.
19493         * soft-fp/floatunditf.c: Likewise.
19494         * soft-fp/floatunsidf.c: Likewise.
19495         * soft-fp/floatunsisf.c: Likewise.
19496         * soft-fp/floatunsitf.c: Likewise.
19497         * soft-fp/floatuntidf.c: Likewise.
19498         * soft-fp/floatuntisf.c: Likewise.
19499         * soft-fp/floatuntitf.c: Likewise.
19500         * soft-fp/fmadf4.c: Likewise.
19501         * soft-fp/fmasf4.c: Likewise.
19502         * soft-fp/fmatf4.c: Likewise.
19503         * soft-fp/gedf2.c: Likewise.
19504         * soft-fp/gesf2.c: Likewise.
19505         * soft-fp/getf2.c: Likewise.
19506         * soft-fp/ledf2.c: Likewise.
19507         * soft-fp/lesf2.c: Likewise.
19508         * soft-fp/letf2.c: Likewise.
19509         * soft-fp/muldf3.c: Likewise.
19510         * soft-fp/mulsf3.c: Likewise.
19511         * soft-fp/multf3.c: Likewise.
19512         * soft-fp/negdf2.c: Likewise.
19513         * soft-fp/negsf2.c: Likewise.
19514         * soft-fp/negtf2.c: Likewise.
19515         * soft-fp/op-1.h: Likewise.
19516         * soft-fp/op-2.h: Likewise.
19517         * soft-fp/op-4.h: Likewise.
19518         * soft-fp/op-8.h: Likewise.
19519         * soft-fp/op-common.h: Likewise.
19520         * soft-fp/quad.h: Likewise.
19521         * soft-fp/single.h: Likewise.
19522         * soft-fp/soft-fp.h: Likewise.
19523         * soft-fp/sqrtdf2.c: Likewise.
19524         * soft-fp/sqrtsf2.c: Likewise.
19525         * soft-fp/sqrttf2.c: Likewise.
19526         * soft-fp/subdf3.c: Likewise.
19527         * soft-fp/subsf3.c: Likewise.
19528         * soft-fp/subtf3.c: Likewise.
19529         * soft-fp/truncdfsf2.c: Likewise.
19530         * soft-fp/trunctfdf2.c: Likewise.
19531         * soft-fp/trunctfsf2.c: Likewise.
19532         * soft-fp/trunctfxf2.c: Likewise.
19533         * soft-fp/unorddf2.c: Likewise.
19534         * soft-fp/unordsf2.c: Likewise.
19535         * soft-fp/unordtf2.c: Likewise.
19536
19537 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19538
19539         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19540         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19541
19542 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19543
19544         * elf/dl-libc.c: Clear initfini list after freeing.
19545
19546 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19547
19548         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19549         * soft-fp/addsf3.c: Likewise.
19550         * soft-fp/addtf3.c: Likewise.
19551         * soft-fp/divdf3.c: Likewise.
19552         * soft-fp/divsf3.c: Likewise.
19553         * soft-fp/divtf3.c: Likewise.
19554         * soft-fp/double.h: Likewise.
19555         * soft-fp/eqdf2.c: Likewise.
19556         * soft-fp/eqsf2.c: Likewise.
19557         * soft-fp/eqtf2.c: Likewise.
19558         * soft-fp/extenddftf2.c: Likewise.
19559         * soft-fp/extended.h: Likewise.
19560         * soft-fp/extendsfdf2.c: Likewise.
19561         * soft-fp/extendsftf2.c: Likewise.
19562         * soft-fp/extendxftf2.c: Likewise.
19563         * soft-fp/fixdfdi.c: Likewise.
19564         * soft-fp/fixdfsi.c: Likewise.
19565         * soft-fp/fixdfti.c: Likewise.
19566         * soft-fp/fixsfdi.c: Likewise.
19567         * soft-fp/fixsfsi.c: Likewise.
19568         * soft-fp/fixsfti.c: Likewise.
19569         * soft-fp/fixtfdi.c: Likewise.
19570         * soft-fp/fixtfsi.c: Likewise.
19571         * soft-fp/fixtfti.c: Likewise.
19572         * soft-fp/fixunsdfdi.c: Likewise.
19573         * soft-fp/fixunsdfsi.c: Likewise.
19574         * soft-fp/fixunsdfti.c: Likewise.
19575         * soft-fp/fixunssfdi.c: Likewise.
19576         * soft-fp/fixunssfsi.c: Likewise.
19577         * soft-fp/fixunssfti.c: Likewise.
19578         * soft-fp/fixunstfdi.c: Likewise.
19579         * soft-fp/fixunstfsi.c: Likewise.
19580         * soft-fp/fixunstfti.c: Likewise.
19581         * soft-fp/floatdidf.c: Likewise.
19582         * soft-fp/floatdisf.c: Likewise.
19583         * soft-fp/floatditf.c: Likewise.
19584         * soft-fp/floatsidf.c: Likewise.
19585         * soft-fp/floatsisf.c: Likewise.
19586         * soft-fp/floatsitf.c: Likewise.
19587         * soft-fp/floattidf.c: Likewise.
19588         * soft-fp/floattisf.c: Likewise.
19589         * soft-fp/floattitf.c: Likewise.
19590         * soft-fp/floatundidf.c: Likewise.
19591         * soft-fp/floatundisf.c: Likewise.
19592         * soft-fp/floatunsidf.c: Likewise.
19593         * soft-fp/floatunsisf.c: Likewise.
19594         * soft-fp/floatuntidf.c: Likewise.
19595         * soft-fp/floatuntisf.c: Likewise.
19596         * soft-fp/floatuntitf.c: Likewise.
19597         * soft-fp/fmadf4.c: Likewise.
19598         * soft-fp/fmasf4.c: Likewise.
19599         * soft-fp/fmatf4.c: Likewise.
19600         * soft-fp/gedf2.c: Likewise.
19601         * soft-fp/gesf2.c: Likewise.
19602         * soft-fp/getf2.c: Likewise.
19603         * soft-fp/ledf2.c: Likewise.
19604         * soft-fp/lesf2.c: Likewise.
19605         * soft-fp/letf2.c: Likewise.
19606         * soft-fp/muldf3.c: Likewise.
19607         * soft-fp/mulsf3.c: Likewise.
19608         * soft-fp/multf3.c: Likewise.
19609         * soft-fp/negdf2.c: Likewise.
19610         * soft-fp/negsf2.c: Likewise.
19611         * soft-fp/negtf2.c: Likewise.
19612         * soft-fp/op-1.h: Likewise.
19613         * soft-fp/op-2.h: Likewise.
19614         * soft-fp/op-4.h: Likewise.
19615         * soft-fp/op-8.h: Likewise.
19616         * soft-fp/op-common.h: Likewise.
19617         * soft-fp/quad.h: Likewise.
19618         * soft-fp/single.h: Likewise.
19619         * soft-fp/soft-fp.h: Likewise.
19620         * soft-fp/sqrtdf2.c: Likewise.
19621         * soft-fp/sqrtsf2.c: Likewise.
19622         * soft-fp/sqrttf2.c: Likewise.
19623         * soft-fp/subdf3.c: Likewise.
19624         * soft-fp/subsf3.c: Likewise.
19625         * soft-fp/subtf3.c: Likewise.
19626         * soft-fp/truncdfsf2.c: Likewise.
19627         * soft-fp/trunctfdf2.c: Likewise.
19628         * soft-fp/trunctfsf2.c: Likewise.
19629         * soft-fp/trunctfxf2.c: Likewise.
19630         * soft-fp/unorddf2.c: Likewise.
19631         * soft-fp/unordsf2.c: Likewise.
19632         * soft-fp/unordtf2.c: Likewise.
19633
19634 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19635
19636         [BZ #15672]
19637         * misc/error.c (error_tail): Fix possible buffer overflow.
19638
19639 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19640
19641         [BZ #13028]
19642         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19643         address.
19644
19645 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19646
19647         [BZ #832]
19648         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19649         testing pipefail option.
19650
19651 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19652
19653         * soft-fp/double.h: Indent preprocessor directives inside #if.
19654         * soft-fp/extended.h: Likewise.
19655         * soft-fp/op-2.h: Likewise.
19656         * soft-fp/op-4.h: Likewise.
19657         * soft-fp/op-common.h: Likewise.
19658         * soft-fp/quad.h: Likewise.
19659         * soft-fp/single.h: Likewise.
19660         * soft-fp/soft-fp.h: Likewise.
19661
19662 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19663
19664         * iconv/iconv_prog.c: Fix typos.
19665         * stdio-common/psiginfo-data.h: Likewise.
19666
19667 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19668
19669         [BZ #15764]
19670         * locale/setlocale.c: Fix typo.
19671
19672 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19673
19674         [BZ #16036]
19675         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19676         signaling NaN arguments.
19677         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19678         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19679
19680         [BZ #14910]
19681         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19682         unordered operands.
19683         * soft-fp/gesf2.c (__gesf2): Likewise.
19684         * soft-fp/getf2.c (__getf2): Likewise.
19685         * soft-fp/ledf2.c (__ledf2): Likewise.
19686         * soft-fp/lesf2.c (__lesf2): Likewise.
19687         * soft-fp/letf2.c (__letf2): Likewise.
19688
19689         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19690         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19691         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19692         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19693         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19694         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19695         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19696         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19697         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19698         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19699         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19700         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19701         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19702         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19703         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19704         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19705         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19706         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19707         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19708         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19709         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19710         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19711         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19712         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19713         * soft-fp/floattidf.c (__floattidf): Likewise.
19714         * soft-fp/floattisf.c (__floattisf): Likewise.
19715         * soft-fp/floattitf.c (__floattitf): Likewise.
19716         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19717         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19718         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19719         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19720         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19721         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19722         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19723         * soft-fp/gesf2.c (__gesf2): Likewise.
19724         * soft-fp/getf2.c (__getf2): Likewise.
19725         * soft-fp/ledf2.c (__ledf2): Likewise.
19726         * soft-fp/lesf2.c (__lesf2): Likewise.
19727         * soft-fp/letf2.c (__letf2): Likewise.
19728
19729         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19730         Undefine and redefine.
19731         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19732         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19733         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19734         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19735         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19736         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19737         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19738         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19739         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19740         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19741         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19742         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19743         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19744         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19745         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19746
19747         [BZ #16032]
19748         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19749         without decrementing exponent if mantissa >= that for the
19750         denominator, not >.
19751         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19752         denominator, not >.  Decrement exponent in < case instead of
19753         incrementing in >= case.
19754         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19755         without decrementing exponent if mantissa >= that for the
19756         denominator, not >.
19757
19758         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19759         computing saturated result for unsigned overflow.
19760
19761 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19762             Jeff Law  <law@redhat.com>
19763
19764         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19765         (atan2Mp): Add systemtap probe marker.
19766         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19767         (__ieee754_log): Add systemtap probe marker.
19768         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19769         (atanMp): Add systemtap probe marker.
19770         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19771         (tanMp): Add systemtap probe marker.
19772         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19773         (__slowexp): Add systemtap probe marker.
19774         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19775         (__slowpow): Add systemtap probe marker.
19776         * manual/probes.texi: Document probes.
19777
19778 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
19779
19780         [BZ #15362]
19781         * libio/fileops.c (_IO_new_file_write): Return count of bytes
19782         written.
19783         (_IO_new_file_xsputn): Don't return EOF if nothing has been
19784         written.
19785         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19786         written to buffer but not flushed.
19787         * libio/iofwrite_u.c:  Likewise.
19788         * libio/iopadn.c:  Return bytes returned even if EOF was
19789         encountered.
19790         * libio/iowpadn.c:  Likewise.
19791         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19792         if _IO_padn does not write the whole buffer.
19793         [!COMPILE_WPRINTF] (PAD): Likewise.
19794
19795 2013-10-10  David S. Miller  <davem@davemloft.net>
19796
19797         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19798         directory block.
19799
19800 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19801
19802         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
19803         instead of FSF address.
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         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
19819         * soft-fp/fixdfti.c: Likewise.
19820         * soft-fp/fixsfti.c: Likewise.
19821         * soft-fp/fixtfti.c: Likewise.
19822         * soft-fp/fixunsdfti.c: Likewise.
19823         * soft-fp/fixunssfti.c: Likewise.
19824         * soft-fp/fixunstfti.c: Likewise.
19825         * soft-fp/floattidf.c: Likewise.
19826         * soft-fp/floattisf.c: Likewise.
19827         * soft-fp/floattitf.c: Likewise.
19828         * soft-fp/floatuntidf.c: Likewise.
19829         * soft-fp/floatuntisf.c: Likewise.
19830         * soft-fp/floatuntitf.c: Likewise.
19831         * soft-fp/trunctfxf2.c: Likewise.
19832
19833 2013-10-10  David S. Miller  <davem@davemloft.net>
19834
19835         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19836
19837 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
19838
19839         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19840         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19841         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19842         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19843         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19844         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19845         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19846
19847         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19848         for NaNs before doing comparisons on argument.
19849         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19850         Likewise.
19851
19852 2013-10-10  Will Newton  <will.newton@linaro.org>
19853
19854         * malloc/hooks.c (memalign_check): Ensure the value of bytes
19855         passed to _int_memalign does not overflow.
19856
19857 2013-10-10  Torvald Riegel  <triegel@redhat.com>
19858
19859         * scripts/bench.pl: Add include-sources directive.
19860         * benchtests/README: Update documentation.
19861
19862 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19863
19864         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19865         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19866         instead of FP_INIT_ROUNDMODE.
19867         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19868         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19869
19870         [BZ #16034]
19871         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
19872         copy class of input value.
19873         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
19874         not handle exceptions.
19875         * soft-fp/negsf2.c (__negsf2): Likewise.
19876         * soft-fp/negtf2.c (__negtf2): Likewise.
19877         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19878
19879 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
19880
19881         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19882         semicolon.  From Linux kernel.
19883
19884 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
19885
19886         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19887
19888 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
19889
19890         [BZ #156]
19891         * manual/socket.texi: Added statement about buffer
19892         for gethostbyname2_r.
19893
19894 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
19895
19896         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
19897         Use .p2align directive instead, throughout.
19898         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19899         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19900         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
19901         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19902         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19903         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
19904         * sysdeps/x86_64/strchr.S: Likewise.
19905         * sysdeps/x86_64/strrchr.S: Likewise.
19906
19907 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
19908
19909         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
19910
19911         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
19912
19913         * sysdeps/generic/math_private.h (__mpsin1): Remove
19914         declaration.
19915         (__mpcos1): Likewise.
19916         (__mpsin): New argument __range_reduce.
19917         (__mpcos): Likewise.
19918         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19919         (slow): Use __mpsin and __mpcos.
19920         (slow1): Likewise.
19921         (slow2): Likewise.
19922         (sloww): Likewise.
19923         (sloww1): Likewise.
19924         (sloww2): Likewise.
19925         (bsloww): Likewise.
19926         (bsloww1): Likewise.
19927         (bsloww2): Likewise.
19928         (cslow2): Likewise.
19929         (csloww): Likewise.
19930         (csloww1): Likewise.
19931         (csloww2): Likewise.
19932         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
19933         range_reduce.  Merge in __mpsin1.
19934         (__mpcos): Likewise.
19935         (__mpsin1): Remove.
19936         (__mpcos1): Likewise.
19937
19938 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
19939
19940         * locale/loadlocale.c (_nl_intern_locale_data): Use
19941         LOCFILE_ALIGNED_P.
19942         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
19943         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
19944         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
19945         obstack data is appropriately aligned.
19946         (obstack_int32_grow_fast): Likewise.
19947         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
19948         * locale/programs/locfile.c (add_locale_uint32): Likewise.
19949         (add_locale_uint32_array): Likewise.
19950
19951 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
19952
19953         * benchtests/Makefile: Remove ARGLIST and RET variables.
19954         ($(objpfx)bench-%.c): Pass only function name to the script.
19955         * benchtests/README: Update documentation.
19956         * benchtests/acos-inputs: Add new directives.
19957         * benchtests/acosh-inputs: Likewise.
19958         * benchtests/asin-inputs: Likewise.
19959         * benchtests/asinh-inputs: Likewise.
19960         * benchtests/atan-inputs: Likewise.
19961         * benchtests/atanh-inputs: Likewise.
19962         * benchtests/cos-inputs: Likewise.
19963         * benchtests/cosh-inputs: Likewise.
19964         * benchtests/exp-inputs: Likewise.
19965         * benchtests/log-inputs: Likewise.
19966         * benchtests/pow-inputs: Likewise.
19967         * benchtests/rint-inputs: Likewise.
19968         * benchtests/sin-inputs: Likewise.
19969         * benchtests/sinh-inputs: Likewise.
19970         * benchtests/tan-inputs: Likewise.
19971         * benchtests/tanh-inputs: Likewise.
19972         * scripts/bench.pl: Add support for new directives.
19973
19974 2013-10-07  Alan Modra  <amodra@gmail.com>
19975
19976         * README: Fix careless merge.
19977
19978 2013-10-05  Alan Modra  <amodra@gmail.com>
19979
19980         * NEWS: Mention powerpc64le support and bugs fixed.
19981         * README: Both big-endian and little-endian powerpc64 supported.
19982
19983 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19984
19985         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
19986         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
19987         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
19988         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
19989
19990 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
19991
19992         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
19993         match prototype.
19994
19995 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
19996
19997         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
19998         Move -mhard-float appending from
19999         ports/sysdeps/powerpc/powerpc32/Makefile.
20000         [$(with-fp) = yes] (ASFLAGS): Likewise.
20001         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20002         * sysdeps/powerpc/nofpu: Move directory from
20003         ports/sysdeps/powerpc/nofpu.
20004         * sysdeps/powerpc/soft-fp: Move directory from
20005         ports/sysdeps/powerpc/soft-fp.
20006         * sysdeps/powerpc/powerpc32/405: Move directory from
20007         ports/sysdeps/powerpc/powerpc32/405.
20008         * sysdeps/powerpc/powerpc32/440: Move directory from
20009         ports/sysdeps/powerpc/powerpc32/440.
20010         * sysdeps/powerpc/powerpc32/464: Move directory from
20011         ports/sysdeps/powerpc/powerpc32/464.
20012         * sysdeps/powerpc/powerpc32/476: Move directory from
20013         ports/sysdeps/powerpc/powerpc32/476.
20014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20015         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20017         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20019         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20021         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20023         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20024         * README: Update for powerpc-*-linux-gnu software floating point
20025         support in libc.
20026
20027         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20028         case to powerpc/powerpc32*.
20029         * sysdeps/unix/sysv/linux/configure: Regenerated.
20030
20031         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20032         (_FPU_MASK_OM): Define as 0x04.
20033         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20034         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20035         0x00c10080.
20036         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20037         0x0000003c.
20038         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20039
20040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20041         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20042         getcontext_e500.
20043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20044         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20045         setcontext_e500.
20046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20047         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20048         and setcontext_e500.
20049
20050 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20051
20052         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20053
20054 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20055
20056         * manual/threads.texi (Default Thread Attributes): Fix typo.
20057
20058 2013-10-04  Will Newton  <will.newton@linaro.org>
20059
20060         * malloc/Makefile: Add tst-memalign.
20061         * malloc/tst-memalign.c: New file.
20062
20063         * malloc/tst-posix_memalign.c: Add comments.
20064         (do_test): Add comments and call free on all potentially
20065         allocated pointers. Add space after cast.
20066
20067         * malloc/tst-pvalloc.c: Add comments.
20068         (do_test): Add comments and call free on all potentially
20069         allocated pointers. Remove duplicate check for NULL pointer.
20070         Add space after cast.
20071
20072         * malloc/tst-valloc.c: Add comments.
20073         (do_test): Add comments and call free on all potentially
20074         allocated pointers. Remove duplicate check for NULL pointer.
20075         Add space after cast.
20076
20077 2013-10-04  Alan Modra  <amodra@gmail.com>
20078
20079         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20080         Use stdint types in rather than __attribute__((mode())).
20081         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20082
20083 2013-10-04  Alan Modra  <amodra@gmail.com>
20084
20085         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20086         Correct handling of unaligned relocs for little-endian.
20087         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20088
20089 2013-10-04  Alan Modra  <amodra@gmail.com>
20090
20091         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20092         * configure: Regenerate.
20093         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20094         * shlib-versions: Likewise.
20095
20096 2013-10-04  Alan Modra  <amodra@gmail.com>
20097
20098         * string/tester.c (test_memrchr): Increment reported test cycle.
20099
20100 2013-10-04  Alan Modra  <amodra@gmail.com>
20101
20102         * string/test-memcpy.c (do_one_test): When reporting errors, print
20103         string address and don't overrun end of string.
20104
20105 2013-10-04  Alan Modra  <amodra@gmail.com>
20106
20107         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20108         insrdi.  Make better use of reg selection to speed exit slightly.
20109         Schedule entry path a little better.  Remove useless "are we done"
20110         checks on entry to main loop.  Handle wrapping around zero address.
20111         Correct main loop count.  Handle single left-over word from main
20112         loop inline rather than by using loop_small.  Remove extra word
20113         case in loop_small caused by wrong loop count.  Add little-endian
20114         support.
20115         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20116         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20117         cache hint.
20118         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20119         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20120         support.  Avoid rlwimi.
20121         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20122
20123 2013-10-04  Alan Modra  <amodra@gmail.com>
20124
20125         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20126         insrdi.  Formatting.
20127         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20128         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20129         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20130         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20131         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20132         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20133
20134 2013-10-04  Alan Modra  <amodra@gmail.com>
20135
20136         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20137         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20138         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20139         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20140         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20141         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20142         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20143         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20144         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20145         use of regs.  Use power7 mtocrf.  Tidy function tails.
20146
20147 2013-10-04  Alan Modra  <amodra@gmail.com>
20148
20149         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20150         Formatting.  Consistently use rXXX register defines or rN defines.
20151         Use early exit labels that avoid restoring unused non-volatile regs.
20152         Make cr field use more consistent with rWORDn compares.  Rename
20153         regs used as shift registers for unaligned loop, using rN defines
20154         for short lifetime/multiple use regs.
20155         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20156         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20157         addi 1,1,64 to pop stack frame.  Simplify return value code.
20158         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20159
20160 2013-10-04  Alan Modra  <amodra@gmail.com>
20161
20162         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20163         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20164         rather than rlwimi.
20165         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20166         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20167         little-endian support.  Correct typos.
20168         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20169         rather than rlwimi.
20170         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20171         in loop and entry code to keep "and." results.
20172         (strchr): Add little-endian support.  Comment.  Move cntlzd
20173         earlier in tail.
20174         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20175
20176 2013-10-04  Alan Modra  <amodra@gmail.com>
20177
20178         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20179         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20180         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20181         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20182
20183 2013-10-04  Alan Modra  <amodra@gmail.com>
20184
20185         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20186         (rTMP): Define as r11.
20187         (strcmp): Add little-endian support.  Optimise tail.
20188         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20189         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20190         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20191         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20192         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20193         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20194         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20195
20196 2013-10-04  Alan Modra  <amodra@gmail.com>
20197
20198         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20199         little-endian support.  Remove unnecessary "are we done" tests.
20200         Handle "s" wrapping around zero and extremely large "size".
20201         Correct main loop count.  Handle single left-over word from main
20202         loop inline rather than by using small_loop.  Correct comments.
20203         Delete "zero" tail, use "end_max" instead.
20204         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20205
20206 2013-10-04  Alan Modra  <amodra@gmail.com>
20207
20208         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20209         support.  Don't branch over align.
20210         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20211         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20212         support.  Rearrange tmp reg use to suit.  Comment.
20213         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20214
20215 2013-10-04  Alan Modra  <amodra@gmail.com>
20216
20217         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20218
20219 2013-10-04  Alan Modra  <amodra@gmail.com>
20220
20221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20222         conditional form of branch and link when obtaining pc.
20223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20224
20225 2013-10-04  Alan Modra  <amodra@gmail.com>
20226
20227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20228         HIWORD/LOWORD.
20229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20231
20232 2013-10-04  Alan Modra  <amodra@gmail.com>
20233
20234         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20235         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20236         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20237         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20238         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20239         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20240         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20241         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20242         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20243         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20244
20245 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20246             Alistair Popple <alistair@ozlabs.au.ibm.com>
20247             Alan Modra <amodra@gmail.com>
20248
20249         [BZ #15723]
20250         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20251         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20252         _dl_hwcap access for little-endian.
20253         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20254         destroy vmx regs when saving unaligned.
20255         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20256         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20257         destroy vmx regs when saving unaligned.
20258
20259 2013-10-04  Alan Modra  <amodra@gmail.com>
20260
20261         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20262         Don't use a union to pack hi/low value.
20263
20264 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20265
20266         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20267         for little-endian.
20268         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20269         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20270         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20271         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20272         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20273
20274 2013-10-04  Alan Modra  <amodra@gmail.com>
20275
20276         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20277         constants to usual value for .cst8 section, and remove redundant
20278         high address load.
20279         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20280         constant for 0x1p52.  Load little-endian words of double from
20281         correct stack offsets.
20282
20283 2013-10-04  Alan Modra  <amodra@gmail.com>
20284
20285         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20286         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20287         words of double from correct stack offsets.
20288         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20289         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20290         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20291         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20292         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20293         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20294         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20295         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20296         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20297         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20298         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20299         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20300         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20301         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20302         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20303         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20304         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20305
20306 2013-10-04  Alan Modra  <amodra@gmail.com>
20307
20308         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20309         64-bit int/double union.
20310         (_FPU_SETCW): Likewise.
20311         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20312         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20313
20314 2013-10-04  Alan Modra  <amodra@gmail.com>
20315
20316         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20317         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20318
20319 2013-10-04  Alan Modra  <amodra@gmail.com>
20320
20321         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20322         use vector int constants.
20323         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20324
20325 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20326
20327         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20328         array with long long.
20329         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20330         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20331         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20332         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20333         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20334         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20335         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20336         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20337         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20338         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20339         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20340         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20341         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20342
20343 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20344
20345         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20346         (__signbit): Likewise.  Correct for little-endian.
20347         (__signbitl): Call __signbit.
20348         (lrint): Correct for little-endian.
20349         (lrintf): Call lrint.
20350
20351 2013-10-04  Alan Modra  <amodra@gmail.com>
20352
20353         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20354         union 32-bit int array member with 64-bit int array.
20355         (t515, tm256): Double rather than long double.
20356         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20357
20358 2013-10-04  Alan Modra  <amodra@gmail.com>
20359
20360         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20361         Delete.
20362         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20363         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20364         version of math_ldbl.h.
20365
20366 2013-10-04  Alan Modra  <amodra@gmail.com>
20367
20368         [BZ #15734], [BZ #15735]
20369         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20370         all uses of ieee875 long double macros and unions.  Simplify test
20371         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20372         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20373         normalize after ldbl_extract_mantissa, and don't add hidden bit
20374         already handled.  Don't treat low word of ieee854 mantissa like
20375         low word of IBM long double and mask off bit when testing for
20376         zero.
20377         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20378         all uses of ieee875 long double macros and unions.  Simplify tests
20379         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20380         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20381         two1022, instead use their values.  Recognise that tests for large
20382         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20383         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20384         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20385         test for 0.0L and nan.  Correct negation.
20386         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20387         ieee875 long double macros and unions.  Correct output for large
20388         magnitude x.  Correct absolute value calculation.
20389         (__erfcl): Likewise.
20390         * math/libm-test.inc: Add tests for errors discovered in IBM long
20391         double versions of fmodl, remainderl, erfl and erfcl.
20392
20393 2013-10-04  Alan Modra  <amodra@gmail.com>
20394
20395         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20396         all uses of ieee854 long double macros and unions.  Simplify tests
20397         for long doubles that are fully specified by the high double.
20398         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20399         Likewise.
20400         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20401         Remove dead code too.
20402         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20403         (__ieee754_ynl): Likewise.
20404         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20405         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20406         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20407         Remove dead code too.
20408         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20409         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20410         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20411         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20412         Simplify.
20413         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20414         Simplify.
20415         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20416         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20417         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20418         Comment on variable precision.
20419         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20420         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20421         Likewise.
20422         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20423         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20424         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20425         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20426         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20427
20428 2013-10-04  Alan Modra  <amodra@gmail.com>
20429
20430         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20431         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20432         all uses of ieee854 long double macros and unions.
20433         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20434         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20435         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20436         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20437         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20438         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20439         Likewise.
20440         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20441         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20442         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20443         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20444         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20445         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20446         Simplify sign and nan test too.
20447         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20448         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20449         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20450         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20451         Likewise.
20452         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20453         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20454         Likewise.
20455         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20456         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20457         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20458         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20459         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20460         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20461
20462 2013-10-04  Alan Modra  <amodra@gmail.com>
20463
20464         * stdio-common/printf_size.c (__printf_size): Don't use
20465         union ieee854_long_double in fpnum union.
20466         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20467         signbit macro to retrieve sign from long double.
20468         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20469         retrieve sign from long double.
20470         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20471         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20472         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20473         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20474         * math/test-misc.c (main): Don't use union ieee854_long_double.
20475
20476 2013-10-04  Alan Modra  <amodra@gmail.com>
20477
20478         [BZ #15680]
20479         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20480         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20481         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20482         calculation.  Remove unnecessary test for denormal exponent.
20483         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20484         Correct handling of denormals.  Avoid undefined shift behaviour.
20485         Correct normalisation of low mantissa when low double is denormal.
20486         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20487         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20488         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20489         Correct normalisation of low mantissa.  Test for overflow of high
20490         mantissa and normalise.
20491         (ldbl_nearbyint): Use more readable constant for two52.
20492         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20493         (__mpn_construct_long_double): Fix test for overflow of high
20494         mantissa and correct normalisation.  Avoid undefined shift.
20495
20496 2013-10-04  Alan Modra  <amodra@gmail.com>
20497
20498         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20499         (union ibm_extended_long_double): Define as an array of ieee754_double.
20500         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20501         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20502         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20503         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20504         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20505         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20506         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20507         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20508         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20509         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20510         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20511
20512 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20513
20514         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20515         page size instead of calling getpagesize.
20516
20517         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20518         (LOCFILE_ALIGN_MASK): Likewise.
20519         (LOCFILE_ALIGN_UP): Likewise.
20520         (LOCFILE_ALIGNED_P): Likewise.
20521         * locale/programs/ld-collate.c (collate_output): Use the new
20522         macros instead of __alignof__ (int32_t).
20523         * locale/weight.h (findidx): Likewise.
20524
20525 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20526
20527         [BZ #431]
20528         * manual/string.texi: Fix strncat and wcsncat.
20529
20530 2013-10-03  Brooks Moses  <bmoses@google.com>
20531
20532         [BZ #15915]
20533         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20534         * Makerules: ...here, and adjust associated comments.
20535
20536 2013-10-02  Will Newton  <will.newton@linaro.org>
20537
20538         * malloc/Makefile: Add tst-pvalloc.
20539         * malloc/tst-pvalloc.c: New file.
20540
20541 2013-10-02  Will Newton  <will.newton@linaro.org>
20542
20543         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20544         improve test coverage.
20545
20546 2013-10-02  Will Newton  <will.newton@linaro.org>
20547
20548         * malloc/Makefile: Add tst-posix_memalign.
20549         * malloc/tst-posix_memalign.c: New file.
20550
20551 2013-10-01  Eric Blake  <eblake@redhat.com>
20552
20553         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20554         Use __THROWNL rather than __THROW on static functions.
20555
20556 2013-09-30  Petr Machata  <pmachata@redhat.com>
20557
20558         * elf/elf.h (R_AARCH64_ABS16): New macro.
20559         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20560         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20561         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20562         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20563         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20564         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20565         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20566         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20567         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20568         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20569         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20570         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20571         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20572         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20573         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20574         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20575         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20576         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20577         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20578         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20579         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20580         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20581         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20582         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20583         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20584         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20585         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20586         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20587         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20588         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20589         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20590         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20591         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20592         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20593         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20594         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20595         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20596         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20597         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20598         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20599         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20600         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20601         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20602         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20603         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20604         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20605         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20606         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20607         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20608         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20609         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20610         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20611         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20612         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20613         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20614         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20615         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20616         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20617         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20618         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20619         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20620         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20621         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20622         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20623         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20624         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20625         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20626         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20627         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20628         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20629         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20630         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20631         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20632         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20633         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20634         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20635         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20636         (R_AARCH64_TLSDESC_LDR): Likewise.
20637         (R_AARCH64_TLSDESC_ADD): Likewise.
20638         (R_AARCH64_TLSDESC_CALL): Likewise.
20639
20640 2013-09-30  Andreas Schwab  <schwab@suse.de>
20641
20642         [BZ #15048]
20643         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20644         the nss database lookup.
20645         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20646         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20647
20648 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20649
20650         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20651
20652 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20653
20654         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20655         ${Bash-specific parameter/pattern/string} parameter expansion.
20656         * sysdeps/unix/make-syscalls.sh: Likewise.
20657
20658 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20659
20660         * sysdeps/sh/stackguard-macros.h: New file.
20661
20662 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20663
20664         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20665         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20666         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20667         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20668         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20669         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20670
20671 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20672
20673         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20674         Fix thread ID register.
20675
20676 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20677
20678         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20679         [POSIX || UNIX98]: Require rather than permitting all symbols from
20680         <time.h>.
20681         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20682         element of struct sched_param.
20683         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20684         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20685         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20686         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20687         constant.
20688
20689 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20690
20691         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20692         argument calculation.
20693
20694 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20695
20696         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20697         Expect macro.
20698         [POSIX] (pthread_attr_t): Do not require type.
20699         [POSIX] (pthread_cond_t): Likewise.
20700         [POSIX] (pthread_condattr_t): Likewise.
20701         [POSIX] (pthread_key_t): Likewise.
20702         [POSIX] (pthread_mutex_t): Likewise.
20703         [POSIX] (pthread_mutexattr_t): Likewise.
20704         [POSIX] (pthread_once_t): Likewise.
20705         [POSIX] (pthread_t): Likewise.
20706         [POSIX-based standards] (pthread_atfork): Expect function.
20707
20708 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20709             Richard Sandiford  <richard@codesourcery.com>
20710
20711         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20712         (swap_endianness_p): New extern variable.
20713         (set_big_endian): New inline function.
20714         (maybe_swap_uint32): Likewise.
20715         (maybe_swap_uint32_array): Likewise.
20716         (maybe_swap_uint32_obstack): Likewise.
20717         * locale/programs/locfile.c: Include <stdbool.h>.
20718         (swap_endianness_p): New variable.
20719         (add_locale_uint32): Call maybe_swap_uint32.
20720         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20721         (write_locale_data): Call maybe_swap_uint32_array.
20722         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20723         maybe_swap_uint32.
20724         (obstack_int32_grow_fast): Likewise.
20725         (output_weightwc): Call maybe_swap_uint32_obstack.
20726         (collate_output): Likewise.
20727         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20728         (OPT_LITTLE_ENDIAN): Likewise.
20729         (options): Add --little-endian and --big-endian options.
20730         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20731         * locale/programs/locarchive.c: Include "locfile.h".
20732         (GET): New macro.
20733         (SET): Likewise.
20734         (INC): Likewise.
20735         (create_archive): Use the new macros to access fields of
20736         structures directly mapped from or written to locale archives.
20737         (oldlocrecentcmp): Likewise.
20738         (enlarge_archive): Likewise.
20739         (insert_name): Likewise.
20740         (add_alias): Likewise.
20741         (add_locale): Likewise.
20742         (delete_locales_from_archive): Likewise.
20743         (show_archive_content): Likewise.
20744         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
20745         locale data.
20746
20747 2013-09-24  Roland McGrath  <roland@hack.frob.com>
20748
20749         * manual/freemanuals.texi: Updated from (newly) canonical copy at
20750         http://www.gnu.org/doc/freemanuals.texi.
20751         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20752
20753 2013-09-24  Will Newton  <will.newton@linaro.org>
20754
20755         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20756         macro.
20757
20758 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
20759
20760         * locale/hashval.h (compute_hashval): Interpret bytes of key as
20761         unsigned char.
20762
20763 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
20764
20765         * manual/threads.texi (POSIX Threads): Fix a typo.
20766
20767 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
20768
20769         [BZ #14547]
20770         * string/tst-strcoll-overflow.c: New test case.
20771         * string/Makefile (xtests): Add tst-strcoll-overflow.
20772         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20773         cache if string sizes may cause integer overflow.
20774
20775         [BZ #14547]
20776         * string/strcoll_l.c (coll_seq): New members rule, idx,
20777         save_idx and back_us.
20778         (get_next_seq_nocache): New function.
20779         (do_compare_nocache): New function.
20780         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20781         when malloc fails.
20782
20783 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
20784
20785         [BZ #15754]
20786         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20787         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20788         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20789
20790         [BZ #15754]
20791         * elf/Makefile (tests): Add tst-ptrguard1.
20792         (tests-static): Add tst-ptrguard1-static.
20793         (tst-ptrguard1-ARGS): Define.
20794         (tst-ptrguard1-static-ARGS): Define.
20795         * elf/tst-ptrguard1.c: New file.
20796         * elf/tst-ptrguard1-static.c: New file.
20797         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20798         * sysdeps/i386/stackguard-macros.h: Likewise.
20799         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20800         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20801         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20802         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20803         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20804         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20805
20806 2013-09-23  Hector Marco  <hecmargi@upv.es>
20807             Ismael Ripoll  <iripoll@disca.upv.es>
20808             Carlos O'Donell  <carlos@redhat.com>
20809
20810         [BZ #15754]
20811         * sysdeps/generic/stackguard-macros.h: Define
20812         __pointer_chk_guard_local and POINTER_CHK_GUARD.
20813         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20814         Define __pointer_chk_guard_local.
20815         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20816         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20817
20818 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
20819
20820         [BZ #15859]
20821         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20822
20823 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
20824
20825         * include/string.h (__ffs): Declare as hidden.
20826         * string/ffs.c (__ffs): Define as hidden.
20827         * sysdeps/i386/ffs.c (__ffs): Likewise.
20828         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20829         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20830         * sysdeps/s390/ffs.c (__ffs): Likewise.
20831         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20832
20833 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
20834
20835         * NEWS: Mention malloc probes.
20836
20837         * malloc/arena.c (new_heap): New memory_heap_new probe.
20838         (grow_heap): New memory_heap_more probe.
20839         (shrink_heap): New memory_heap_less probe.
20840         (heap_trim): New memory_heap_free probe.
20841         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20842         (systrim): New memory_sbrk_less probe.
20843         * manual/probes.texi: Document them.
20844
20845         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20846         * manual/probes.texi: Document it.
20847
20848         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20849         (__libc_realloc): Add memory_realloc_retry probe.
20850         (__libc_memalign): Add memory_memalign_retry probe.
20851         (__libc_valloc): Add memory_valloc_retry probe.
20852         (__libc_pvalloc): Add memory_pvalloc_retry probe.
20853         (__libc_calloc): Add memory_calloc_retry probe.
20854         * manual/probes.texi: Document them.
20855
20856         * malloc/arena.c (get_free_list): Add probe
20857         memory_arena_reuse_free_list.
20858         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20859         and memory_arena_reuse.
20860         (arena_get2) [!PER_THREAD]: Likewise.
20861         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20862         memory_arena_reuse_realloc.
20863         * manual/probes.texi: Document them.
20864
20865         * malloc/malloc.c (__libc_free): Add
20866         memory_mallopt_free_dyn_thresholds probe.
20867         (__libc_mallopt): Add multiple memory_mallopt probes.
20868         * manual/probes.texi: Document them.
20869
20870         * malloc/malloc.c: Include stap-probe.h.
20871         (__libc_mallopt): Add memory_mallopt probe.
20872         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20873         * manual/probes.texi: New.
20874         * manual/Makefile (chapters): Add probes.
20875         * manual/threads.texi: Set next node.
20876
20877 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
20878
20879         [BZ #15963, #13985]
20880         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20881         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20882         Add `Chinese' to `nan' entry name.
20883
20884 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20885
20886         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20887         (POLYNOMIAL): Likewise.
20888         (TAYLOR_SINCOS): Likewise.
20889         (TAYLOR_SLOW): Likewise.
20890         (__sin): Use TAYLOR_SINCOS.
20891         (__cos): Likewise.
20892         (slow): Use TAYLOR_SLOW.
20893         (sloww): Likewise.
20894         (bsloww): Likewise.
20895         (csloww): Likewise.
20896
20897 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20898
20899         * stdlib/strtod_l.c: Fix buffer overrun.
20900
20901 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20902
20903         * benchtests/Makefile (bench): Add sincos.
20904         * benchtests/bench-sincos.c: New file.
20905
20906         * math/libm-test.inc (cos_test_data): New test inputs.
20907         (sin_test_data): Likewise.
20908
20909         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
20910         macro.
20911         (__sin): Use it.
20912         (__cos): Likewise.
20913         (slow1): Likewise.
20914         (slow2): Likewise.
20915         (sloww1): Likewise.
20916         (sloww2): Likewise.
20917         (bsloww1): Likewise.
20918         (bsloww2): Likewise.
20919         (cslow2): Likewise.
20920         (csloww1): Likewise.
20921         (csloww2): Likewise.
20922
20923         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
20924         function.
20925         (__sin): Use it.
20926         (__cos): Likewise.
20927
20928         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
20929         gotos.
20930         (__cos): Likewise.
20931
20932 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
20933
20934         * config.h.in (HAVE_MIPS_NAN2008): New macro.
20935         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
20936         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
20937         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
20938         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
20939         * elf/cache.c (print_entry): Handle the new cache flags.
20940
20941 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20942             Aldy Hernandez  <aldyh@redhat.com>
20943
20944         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
20945         Change condition to [_SOFT_FLOAT].
20946         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
20947         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
20948         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
20949         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
20950         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
20951         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
20952         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
20953         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
20954         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
20955         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
20956         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
20957         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
20958         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
20959         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
20960         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
20961         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
20962         declaration.
20963
20964 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20965
20966         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
20967         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20968         (__longjmp): Use LOAD_GP to load saved GPRs.
20969         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
20970         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20971         (__sigsetjmp): Use SAVE_GP to save GPRs.
20972
20973         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
20974         Do not append -msoft-float.
20975         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
20976
20977 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20978
20979         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
20980
20981 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
20982
20983         [BZ #15966]
20984         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
20985         (_FPU_GETCW): Use initial "__" on variable and field names but not
20986         on macro parameter name.
20987         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
20988         parentheses around reference to macro parameter.
20989
20990 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
20991
20992         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
20993         prototype.
20994         (ctype_startup): Use uint32_t in cast and sizeof for
20995         ctype->charnames.
20996
20997 2013-09-11  Jia Liu  <proljc@gmail.com>
20998
20999         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21000         __daddr_t_defined.
21001         [__FreeBSD__]: Likewise.
21002
21003 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21004
21005         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21006         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21007         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21008         (strchr): Remove __strchr_sse42 ifunc selection.
21009         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21010         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21011
21012 2013-09-11  Will Newton  <will.newton@linaro.org>
21013
21014         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21015         parameter to RES. Remove hardcoded 1000 value.
21016         * benchtests/bench-skeleton.c (main): Pass RES parameter
21017         to TIMING_INIT and multiply result by 1000.
21018
21019 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21020
21021         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21022
21023 2013-09-11  Andreas Schwab  <schwab@suse.de>
21024
21025         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21026         if not defined.
21027         (O_TMPFILE) [__USE_GNU]: Define.
21028         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21029         Define.
21030
21031 2013-09-11  Will Newton  <will.newton@linaro.org>
21032
21033         [BZ #15857]
21034         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21035         does not overflow.
21036
21037 2013-09-11  Will Newton  <will.newton@linaro.org>
21038
21039         [BZ #15856]
21040         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21041         does not overflow.
21042
21043 2013-09-11  Will Newton  <will.newton@linaro.org>
21044
21045         [BZ #15855]
21046         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21047         does not overflow.
21048
21049 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21050
21051         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21052         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21053         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21054         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21055         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21056
21057 2013-09-10  Allan McRae  <allan@archlinux.org>
21058
21059         [BZ #15748]
21060         * manual/arith.texi (Parsing of Floats): Clarify
21061         cross-reference.
21062
21063         [BZ #15849]
21064         * manual/install.texi (Running make install): Mention
21065         --enable-pt-chown.
21066         * INSTALL: Regenerated.
21067
21068 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21069
21070         * csu/init-first.c (_init): Remove the !SHARED condition around
21071         FPU control word initialization.
21072         * elf/dl-support.c (_dl_fpu_control): New variable.
21073         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21074         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21075         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21076         * math/test-fpucw-static.c: New file.
21077         * math/test-fpucw-ieee.c: New file.
21078         * math/test-fpucw-ieee-static.c: New file.
21079         * math/Makefile (tests): Add `test-fpucw-ieee' and
21080         `$(tests-static)'.
21081         (tests-static): New variable.
21082         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21083         dependency to...
21084         [($(build-shared),yes)]
21085         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21086         ... this.
21087         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21088         New dependency.
21089
21090 2013-09-09  Allan McRae  <allan@archlinux.org>
21091
21092         [BZ #15939]
21093         * manual/string.texi (Collation Functions): Fix typo in
21094         strcoll example.
21095         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21096
21097         [BZ #15893]
21098         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21099
21100         [BZ #15892]
21101         * libio/memstream.c (open_memstream): Fix memory leak.
21102         * libio/wmemstream.c (open_wmemstream): Likewise.
21103
21104         [BZ #15895]
21105         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21106
21107 2013-09-09  Will Newton  <will.newton@linaro.org>
21108
21109         * malloc/Makefile: Add tst-realloc to tests.
21110         * malloc/tst-realloc.c: New file.
21111
21112 2013-09-09  Allan McRae  <allan@archlinux.org>
21113
21114         [BZ #15844]
21115         * COPYING: Update from GNU website to fix FSF address.
21116         * COPYING.LIB: Likewise.
21117
21118 2013-09-06  David S. Miller  <davem@davemloft.net>
21119
21120         * po/zh_TW.po: Update Chinese (traditional) translation from
21121         translation project.
21122
21123 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21124             Joseph Myers  <joseph@codesourcery.com>
21125
21126         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21127         "localeinfo.h".
21128         (obstack_chunk_alloc): New macro.
21129         (obstack_chunk_free): Likewise.
21130         (record_offset): New function.
21131         (init_locale_data): Likewise.
21132         (align_locale_data): Likewise.
21133         (add_locale_empty): Likewise.
21134         (add_locale_raw_data): Likewise.
21135         (add_locale_raw_obstack): Likewise.
21136         (add_locale_string): Likewise.
21137         (add_locale_wstring): Likewise.
21138         (add_locale_uint32): Likewise.
21139         (add_locale_uint32_array): Likewise.
21140         (add_locale_char): Likewise.
21141         (start_locale_structure): Likewise.
21142         (end_locale_structure): Likewise.
21143         (start_locale_prelude): Likewise.
21144         (end_locale_prelude): Likewise.
21145         (write_locale_data): Take locale_file structure rather than an
21146         iovec.
21147         * locale/programs/locfile.h: Include "obstack.h".
21148         (struct locale_file): Change to store locale file contents instead
21149         of header.
21150         (init_locale_data): New prototype.
21151         (align_locale_data): Likewise.
21152         (add_locale_empty): Likewise.
21153         (add_locale_raw_data): Likewise.
21154         (add_locale_raw_obstack): Likewise.
21155         (add_locale_string): Likewise.
21156         (add_locale_wstring): Likewise.
21157         (add_locale_uint32): Likewise.
21158         (add_locale_uint32_array): Likewise.
21159         (add_locale_char): Likewise.
21160         (start_locale_structure): Likewise.
21161         (end_locale_structure): Likewise.
21162         (start_locale_prelude): Likewise.
21163         (end_locale_prelude): Likewise.
21164         (write_locale_data): Update prototype.
21165         * locale/programs/3level.h (struct TABLE): Remove result field.
21166         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21167         Use new locale_file interface.
21168         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21169         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21170         * locale/programs/ld-address.c (address_output): Use new
21171         locale_file interface.
21172         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21173         NO_ADD_LOCALE.
21174         (collate_finish): Don't call collseq_table_finalize.
21175         (collate_output): Use new locale_file interface.
21176         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21177         in file.
21178         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21179         (TABLE): Move defines earlier in file.
21180         (ELEMENT): Likewise.
21181         (DEFAULT): Likewise.
21182         (wctrans_table_add): Move macro and inline function earlier in
21183         file.
21184         (struct wctype_table): Move type earlier in file.
21185         (add_locale_wctype_table): New static prototype.
21186         (struct locale_ctype_t): Use logical types instead of struct iovec
21187         pointers for members.
21188         (ctype_output): Use new locale_file interface.
21189         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21190         new locale_file interface.
21191         (allocate_arrays): Update for use of new locale_file interface.
21192         * locale/programs/ld-identification.c (identification_output): Use
21193         new locale_file interface.
21194         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21195         * locale/programs/ld-messages.c (messages_output): Likewise.
21196         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21197         * locale/programs/ld-name.c (name_output): Likewise.
21198         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21199         * locale/programs/ld-paper.c (paper_output): Likewise.
21200         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21201         * locale/programs/ld-time.c (time_output): Likewise.
21202
21203 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21204
21205         * benchtests/Makefile: Add memrchr benchmark.
21206         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21207         benchmark as memrchr.
21208         * benchtests/bench-memrchr-ifunc.c: New file.
21209         * benchtests/bench-memrchr.c: New file.
21210
21211 2013-09-06   Will Newton  <will.newton@linaro.org>
21212
21213         * benchtests/Makefile (string-bench): Add memcpy.
21214
21215 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21216             Cong Wang  <amwang@redhat.com>
21217
21218         [BZ #15850]
21219         * sysdeps/unix/sysv/linux/bits/in.h
21220         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21221         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21222         before __USE_KERNEL_IPV6_DEFS uses.
21223         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21224         IPPROTO_BEETPH.
21225         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21226         sockaddr_in6, or ipv6_mreq.
21227
21228 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21229
21230         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21231         memory access for final bytes in some large inputs.
21232         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21233
21234 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21235
21236         * string/test-memrchr.c: New file.
21237         * string/test-memrchr-ifunc.c: New file.
21238         * string/Makefile: Add new memrchr testcase.
21239
21240 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21241
21242         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21243         fanotify_init returns EPERM.
21244
21245 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21246
21247         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21248         errors.
21249         (top level): Treat second token from macro or constant entries for
21250         allowed headers as allowed.
21251         * include/complex.h: Condition internal declarations on
21252         [!_ISOMAC].
21253         * include/fenv.h: Condition include of <stdbool.h> and internal
21254         declarations on [!_ISOMAC].
21255
21256 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21257
21258         [BZ #15923]
21259         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21260
21261 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21262
21263         * configure.in (--enable-versioning): Remove configure option.
21264         (libc_cv_asm_symver_directive): Remove configure test.
21265         (libc_cv_ld_version_script_option): Likewise.
21266         (VERSIONING): Remove variable and AC_SUBST.
21267         (DO_VERSIONING): Remove AC_DEFINE.
21268         * configure: Regenerated.
21269         * config.h.in (DO_VERSIONING): Remove macro.
21270         * Makerules [$(versioning) = yes]: Change conditionals to
21271         [$(build-shared) = yes].
21272         * config.make.in (versioning): Remove variable.
21273         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21274         [$(build-shared) = yes].
21275         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21276         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21277         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21278         [$(build-shared) = yes].
21279         * extra-lib.mk [$(versioning) = yes]: Likewise.
21280         * hurd/Makefile [$(versioning) = yes]: Likewise.
21281         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21282         [SHARED].
21283         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21284         [SHARED].
21285         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21286         [SHARED && !NO_HIDDEN].
21287         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21288         [SHARED].
21289         [SHARED && DO_VERSIONING]: Likewise..
21290         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21291         [$(build-shared) = yes].
21292         * manual/install.texi (--disable-versioning): Remove
21293         documentation.
21294         * INSTALL: Regenerated.
21295         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21296         to [SHARED].
21297         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21298         [$(build-shared) = yes].
21299         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21300         * sysdeps/i386/i686/multiarch/strstr-c.c
21301         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21302         [SHARED && !NO_HIDDEN].
21303         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21304         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21305         * sysdeps/powerpc/powerpc32/dl-machine.c
21306         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21307         * sysdeps/powerpc/powerpc32/sysdep.h
21308         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21309         to [SHARED && PIC && !NO_HIDDEN].
21310         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21311         conditional to [SHARED].
21312
21313 2013-09-04   Will Newton  <will.newton@linaro.org>
21314
21315         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21316         * benchtests/bench-string.h: Include bench-timing.h instead
21317         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21318         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21319         call to HP_TIMING_DIFF_INIT.
21320         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21321         instead of hp-timing.h macros.
21322         * benchtests/bench-memchr.c: Likewise.
21323         * benchtests/bench-memcmp.c: Likewise.
21324         * benchtests/bench-memcpy.c: Likewise.
21325         * benchtests/bench-memmem.c: Likewise.
21326         * benchtests/bench-memmove.c: Likewise.
21327         * benchtests/bench-memset.c: Likewise.
21328         * benchtests/bench-rawmemchr.c: Likewise.
21329         * benchtests/bench-strcasecmp.c: Likewise.
21330         * benchtests/bench-strcasestr.c: Likewise.
21331         * benchtests/bench-strcat.c: Likewise.
21332         * benchtests/bench-strchr.c: Likewise.
21333         * benchtests/bench-strcmp.c: Likewise.
21334         * benchtests/bench-strcpy.c: Likewise.
21335         * benchtests/bench-strcpy_chk.c: Likewise.
21336         * benchtests/bench-strlen.c: Likewise.
21337         * benchtests/bench-strncasecmp.c: Likewise.
21338         * benchtests/bench-strncat.c: Likewise.
21339         * benchtests/bench-strncmp.c: Likewise.
21340         * benchtests/bench-strncpy.c: Likewise.
21341         * benchtests/bench-strnlen.c: Likewise.
21342         * benchtests/bench-strpbrk.c: Likewise.
21343         * benchtests/bench-strrchr.c: Likewise.
21344         * benchtests/bench-strspn.c: Likewise.
21345         * benchtests/bench-strstr.c: Likewise.
21346
21347 2013-09-04  Will Newton  <will.newton@linaro.org>
21348
21349         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21350
21351 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21352
21353         [BZ #15427]
21354         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21355         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21356         * math/libm-test.inc (lgamma_test_data): Add more tests.
21357         * sysdeps/i386/fpu/libm-test-ulps: Update.
21358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21359
21360 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21361
21362         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21363         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21364         Add ifunc.
21365         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21366         Add strcmp-sse2-unaligned
21367         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21368
21369 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21370
21371         * Versions.def (libc): Add GLIBC_2.19.
21372
21373 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21374
21375         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21376         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21377
21378 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21379
21380         [BZ #14155]
21381         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21382         intermediate calculations in recurrence.
21383         (__ieee754_ynf): Likewise.
21384         * math/libm-test.inc (jn_test_data): Do not allow spurious
21385         underflow exception.  Add more tests.
21386         (yn_test_data): Add more tests.
21387         * sysdeps/i386/fpu/libm-test-ulps: Update.
21388         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21389
21390 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21391
21392         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21393
21394 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21395
21396         * csu/init-first.c: Fix then/than typos.
21397         * locale/programs/ld-collate.c: Likewise.
21398         * locale/programs/linereader.h: Likewise.
21399         * manual/charset.texi: Likewise.
21400         * manual/filesys.texi: Likewise.
21401         * manual/stdio.texi: Likewise.
21402         * manual/string.texi: Likewise.
21403         * stdlib/fmtmsg.c: Likewise.
21404         * sysdeps/i386/stpncpy.S: Likewise.
21405         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21406         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21407         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21408         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21409
21410 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21411
21412         * elf/dl-open.c: Fix typos.
21413         * iconvdata/gbbig5.c: Likewise.
21414         * iconvdata/iso-2022-jp.c: Likewise.
21415         * iconv/gconv_int.h: Likewise.
21416         * iconv/loop.c: Likewise.
21417         * nis/rpcsvc/nis.h: Likewise.
21418         * resolv/ns_name.c: Likewise.
21419         * stdio-common/vfscanf.c: Likewise.
21420         * streams/stropts.h: Likewise.
21421         * sunrpc/rpc_thread.c: Likewise.
21422         * sysdeps/i386/strpbrk.S: Likewise.
21423         * sysdeps/ieee754/k_standard.c: Likewise.
21424         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21425         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21426         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21427         * sysdeps/mach/hurd/profil.c: Likewise.
21428         * sysdeps/s390/dl-procinfo.h: Likewise.
21429         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21430         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21431         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21432         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21433         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21434
21435 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21436
21437         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21438         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21439
21440 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21441
21442         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21443         aix specific files.
21444         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21445         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21446         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21447         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21448         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21449         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21450         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21451         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21452
21453 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21454             Roland McGrath  <roland@hack.frob.com>
21455
21456         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21457         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21458
21459 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21460
21461         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21462         __executable_start symbol instead of _start.
21463
21464 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21465
21466         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21467         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21468         Move macros to...
21469         * sysdeps/gnu/ldsodefs.h: ... this new file.
21470
21471         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21472         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21473         instead of ELFOSABI_LINUX.
21474
21475         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21476         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21477         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21478         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21479         Likewise.
21480         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21481         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21482         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21483         Likewise.
21484         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21485         (ibm_extended_long_double): Add ieee_nan member.
21486         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21487         (do_test): New function.
21488
21489         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21490         TEST_TRUNC.
21491         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21492         functions, renamed from truncdfsf_test, trunctfsf_test,
21493         trunctfdf_test.
21494         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21495         functions.
21496         (do_test): Run all these.
21497
21498 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21499
21500         * argp/argp-help.c: Fix typos.
21501         * argp/argp-parse.c: Likewise.
21502         * debug/backtracesyms.c: Likewise.
21503         * elf/elf.h: Likewise.
21504         * malloc/malloc.c: Likewise.
21505         * nis/nis_print.c: Likewise.
21506         * resolv/res_comp.c: Likewise.
21507         * stdlib/stdlib.h: Likewise.
21508         * sunrpc/clnt_tcp.c: Likewise.
21509         * sunrpc/clnt_udp.c: Likewise.
21510         * sunrpc/clnt_unix.c: Likewise.
21511         * sysdeps/unix/bsd/ptsname.c: Likewise.
21512         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21513         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21515         Likewise.
21516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21517         Likewise.
21518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21519         Likewise.
21520         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21521
21522 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21523
21524         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21525         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21526
21527 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21528
21529         [BZ #15897]
21530         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21531         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21532         ($(objpfx)bug-dl-leaf): New rule.
21533         ($(objpfx)bug-dl-leaf.so): Likewise.
21534         ($(objpfx)bug-dl-leaf.out): Likewise.
21535         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21536         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21537         * dlfcn/bug-dl-leaf.c: New test.
21538         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21539         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21540         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21541         (dlclose): Likewise.
21542         (dlmopen): Likewise.
21543
21544 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21545
21546         * include/netdb.h [!_ISOMAC]:
21547         Don't include <tls.h>.
21548         (h_errno, __libc_h_errno): Move declaration and macros out of
21549         [_LIBC_REENTRANT].
21550
21551         * include/resolv.h [_RESOLV_H_]:
21552         Don't include <tls.h>.
21553         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21554         * resolv/res_libc.c: Don't include <tls.h>.
21555         (_res): Use __attribute__ ((nocommon)) in place of
21556         __attribute__ ((section (".bss"))).
21557
21558         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21559         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21560
21561         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21562
21563         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21564         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21565
21566         * resolv/res_mkquery.c: Include <sys/time.h>.
21567
21568         * inet/ifreq.c: Moved to ...
21569         * sysdeps/unix/ifreq.c: ... here.
21570         * inet/ifreq.c: New file, true stub version.
21571
21572         * socket/sa_len.c: New file.
21573         * socket/Makefile (aux): Add it.
21574         * sysdeps/unix/sysv/linux/Makefile
21575         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21576         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21577         and #include <socket/sa_len.c>.
21578         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21579         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21580
21581         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21582         * bits/socket.h: ... here.
21583
21584         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21585         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21586         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21587
21588 2013-08-27  Andreas Schwab  <schwab@suse.de>
21589
21590         [BZ #15736]
21591         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21592         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21593         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21594         * string/test-strcasecmp.c (test_main): Run tests in several
21595         locales.
21596         * string/test-strncasecmp.c (test_main): Likewise.
21597
21598         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21599         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21600         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21601         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21602         (__strncasecmp_ssse3) [PIC]: Likewise.
21603
21604 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21605
21606         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21607
21608         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21609         instead of explicitly declaring xdecrypt.
21610         * nis/nss_nis/nis-publickey.c: Likewise.
21611
21612 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21613
21614         [BZ #15890]
21615         * nscd/aicache.c: Include res_hconf.h.
21616         (addhstaiX): Initialize res_hconf.
21617
21618 2013-08-26  Andreas Schwab  <schwab@suse.de>
21619
21620         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21621         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21622
21623 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21624
21625         * nscd/aicache.c (addhstaiX): Fix indentation.
21626
21627 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21628
21629         * configure.ac: Quote $build_pt_chown test.
21630         * configure: Regenerated.
21631
21632 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21633
21634         [BZ #15532]
21635         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21636         * math/s_cexpf.c (__cexpf): Likewise.
21637         * math/s_cexpl.c (__cexpl): Likewise.
21638         * math/libm-test.inc (cexp_test_data): Correct expected return
21639         value for NaN + i0.  Add another test.
21640
21641 2013-08-22  David S. Miller  <davem@davemloft.net>
21642
21643         * po/ca.po: Update Catalan translation from translation project.
21644         * po/uk.po: Add Ukrainian translations from translation project.
21645
21646 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21647
21648         [BZ #15797]
21649         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21650         is infinite, not alongside NaN test.
21651         * math/s_fdimf.c (__fdimf): Likewise.
21652         * math/s_fdiml.c (__fdiml): Likewise.
21653         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21654         errno is unchanged.
21655
21656 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21657
21658         * argp/argp-help.c: Fix typos.
21659         * crypt/speeds.c: Likewise.
21660         * csu/check_fds.c: Likewise.
21661         * elf/dl-load.c: Likewise.
21662         * elf/dl-open.c: Likewise.
21663         * elf/reldep3.c: Likewise.
21664         * elf/reldep.c: Likewise.
21665         * elf/sprof.c: Likewise.
21666         * iconv/iconv_charmap.c: Likewise.
21667         * iconv/skeleton.c: Likewise.
21668         * iconv/strtab.c: Likewise.
21669         * io/lockf64.c: Likewise.
21670         * libio/libioP.h: Likewise.
21671         * resolv/gai_notify.c: Likewise.
21672         * resolv/ns_name.c: Likewise.
21673         * resolv/ns_samedomain.c: Likewise.
21674         * resolv/res_send.c: Likewise.
21675         * stdlib/random.c: Likewise.
21676         * sunrpc/rpc/xdr.h: Likewise.
21677         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21678         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21679         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21680         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21681         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21682         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21683         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21684         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21685         * sysdeps/mach/hurd/check_fds.c: Likewise.
21686         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21687         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21688         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21689         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21690         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21691         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21692         * sysdeps/pthread/aio_notify.c: Likewise.
21693         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21694         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21695         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21696         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21697         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21698
21699 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21700
21701         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21702         version if bit_Slow_SSE4_2 is set.
21703         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21704         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21705
21706 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21707
21708         [BZ #15867]
21709         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21710         trampoline stack frame information.
21711         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21712         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21713         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21714         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21715         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21716         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21717         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21718         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21719         sa_flags value.
21720         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21721         interrupting a syscall and set with option SA_SIGINFO.
21722
21723 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21724
21725         [BZ #15531]
21726         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21727         argument is infinite.
21728         * math/s_cprojf.c (__cprojf): Likewise.
21729         * math/s_cprojl.c (__cprojl): Likewise.
21730         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21731         * math/libm-test.inc (cproj_test_data): Add more tests.
21732
21733         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21734
21735         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21736         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21737         size.  Use __ffs to determine corresponding shift.
21738
21739 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21740             Roland McGrath  <roland@hack.frob.com>
21741
21742         * Makefile (INSTALL): Remove trailing blank lines from output of
21743         makeinfo.
21744
21745 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21746
21747         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21748         Align 32 bit compat elf_greg to 8 bytes.
21749
21750 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
21751
21752         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21753
21754 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21755
21756         * string/strcoll_l.c (coll_seq): New structure.
21757         (get_next_seq_cached): New function.
21758         (get_next_seq): New function.
21759         (do_compare): New function.
21760         (STRCOLL): Use GNU style definition.  Simplify implementation
21761         by using get_next_seq, get_next_seq_cached and do_compare.
21762
21763 2013-08-16  Florian Weimer  <fweimer@redhat.com>
21764
21765         [BZ #14699]
21766         CVE-2013-4237
21767         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21768         member.
21769         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21770         member.
21771         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21772         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21773         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
21774         conditional.
21775         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21776         GETDENTS_64BIT_ALIGNED.
21777         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21778         * manual/filesys.texi (Reading/Closing Directory): Document
21779         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
21780         strongly.
21781         * manual/conf.texi (Limits for Files): Add portability note to
21782         NAME_MAX, PATH_MAX.
21783         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21784
21785 2013-08-13  Andreas Schwab  <schwab@suse.de>
21786
21787         [BZ #15749]
21788         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21789         of fabs.
21790         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21791         LDBL_MAX_EXP >= 16384]: Add tests for it.
21792
21793 2013-08-12  David S. Miller  <davem@davemloft.net>
21794
21795         * version.h (RELEASE): Set to "development".
21796         (VERSION): Set to "2.18.90".
21797         * NEWS: Add 2.19 section.
21798
21799 2013-08-03  David S. Miller  <davem@davemloft.net>
21800
21801         * po/ko.po: Update Korean translation from translation project.
21802
21803 2013-08-01  David S. Miller  <davem@davemloft.net>
21804
21805         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
21806         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21807         Bilka.
21808
21809 2013-07-30  David S. Miller  <davem@davemloft.net>
21810
21811         * po/fr.po: Update French translation from translation project.
21812
21813 2013-07-28  David S. Miller  <davem@davemloft.net>
21814
21815         * po/cs.po: Update Czech translation from translation project.
21816
21817         * po/sv.po: Update Swedish translation from translation project.
21818
21819 2013-07-27  David S. Miller  <davem@davemloft.net>
21820
21821         * po/eo.po: Update Esperanto translation from translation project.
21822
21823         * po/vi.po: Update Vietnamese translation from translation project.
21824
21825         * po/de.po: Update German translation from translation project.
21826
21827 2013-07-26  David S. Miller  <davem@davemloft.net>
21828
21829         * po/bg.po: Update Bulgarian translation from translation project.
21830
21831         * po/nl.po: Update Dutch translation from translation project.
21832         * po/pl.po: Update Polish translation from translation project.
21833         * po/ru.po: Update Russian translation from translation project.
21834
21835 2013-07-24  David S. Miller  <davem@davemloft.net>
21836
21837         * po/libc.pot: Update.
21838
21839 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21840
21841         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21842         variable page size.
21843         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21844         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21845         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21846
21847 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21848
21849         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21850
21851 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21852             Andreas Schwab  <schwab@suse.de>
21853             Roland McGrath  <roland@hack.frob.com>
21854             Joseph Myers  <joseph@codesourcery.com>
21855             Carlos O'Donell  <carlos@redhat.com>
21856
21857         [BZ #15755]
21858         * config.h.in: Define HAVE_PT_CHOWN.
21859         * config.make.in (build-pt-chown): New variable.
21860         * configure.in (--enable-pt_chown): New configure option.
21861         * configure: Regenerate.
21862         * login/Makefile: Include Makeconfig.  Build pt_chown only if
21863         build-pt-chown is enabled.
21864         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21865         pt_chown to fix pty ownership.
21866         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21867         CLOSE_ALL_FDS.
21868         * manual/install.texi (Configuring and compiling): Mention
21869         --enable-pt_chown. Add @findex for grantpt.
21870         * INSTALL: Regenerate.
21871
21872 2013-07-20  David S. Miller  <davem@davemloft.net>
21873
21874         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21875         difference between 32-bit and 64-bit.
21876
21877 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
21878
21879         [BZ #15711]
21880         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21881         Avoid system header dependency with -ffreestanding.
21882         ($(objpfx)bits/syscall%d): Likewise.
21883
21884 2013-07-13  David S. Miller  <davem@davemloft.net>
21885
21886         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21887         underflows from atanl/atan2l due to bug 15319.
21888         (casinh_test_data): Likewise.
21889
21890 2013-07-07  David S. Miller  <davem@davemloft.net>
21891
21892         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
21893
21894 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
21895
21896         * sysdeps/i386/fpu/libm-test-ulps: Update.
21897         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21898
21899 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21900
21901         * configure.in (--enable-lock-elision): Fix message text.
21902         * INSTALL: Regenerate.
21903         * configure: Regenerate.
21904
21905 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21906
21907         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21908
21909 2013-07-03  Andreas Jaeger  <aj@suse.de>
21910
21911         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
21912         define.
21913         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
21914         (ptrace_peeksiginfo_args): Add.
21915         (__ptrace_peeksiginfo_flags): Add.
21916         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21917         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21918         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21919
21920 2013-07-03  Allan McRae  <allan@archlinux.org>
21921
21922         * sysdeps/i386/fpu/libm-test-ulps: Update.
21923
21924 2013-07-02  David S. Miller  <davem@davemloft.net>
21925
21926         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21927
21928 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
21929
21930         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21931
21932 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21933
21934         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21935         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21936
21937 2013-07-02  Andi Kleen <ak@linux.intel.com>
21938
21939         * config.h.in (ENABLE_LOCK_ELISION): Add.
21940         * configure.in (--enable-lock-elision): Add option.
21941         * manual/install.texi: Document --enable lock elision.
21942         * configure: Regenerate
21943         * INSTALL: Regenerate.
21944
21945 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
21946
21947         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
21948         SSE4.2 strcasecmp for libc.a.
21949         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
21950
21951 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21952
21953         [BZ #13304]
21954         * soft-fp/op-common.h (_FP_FMA): New macro.
21955         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
21956         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
21957         (_FP_MUL_MEAT_1_imm): ... here.
21958         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
21959         (_FP_MUL_MEAT_1_wide): ... here.
21960         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
21961         (_FP_MUL_MEAT_1_hard): ... here.
21962         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
21963         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
21964         (_FP_MUL_MEAT_2_wide): ... here.
21965         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
21966         (_FP_MUL_MEAT_2_wide_3mul): ... here.
21967         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
21968         (_FP_MUL_MEAT_2_gmp): ... here.
21969         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
21970         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
21971         (_FP_MUL_MEAT_4_wide): ... here.
21972         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
21973         (_FP_MUL_MEAT_4_gmp): ... here.
21974         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
21975         (_FP_WFRACBITS_DW_S): Likewise.
21976         (_FP_WFRACXBITS_DW_S): Likewise.
21977         (_FP_HIGHBIT_DW_S): Likewise.
21978         (FP_FMA_S): Likewise.
21979         (_FP_FRAC_HIGH_DW_S): Likewise.
21980         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
21981         (_FP_WFRACBITS_DW_D): Likewise.
21982         (_FP_WFRACXBITS_DW_D): Likewise.
21983         (_FP_HIGHBIT_DW_D): Likewise.
21984         (FP_FMA_D): Likewise.
21985         (_FP_FRAC_HIGH_DW_D): Likewise.
21986         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
21987         (_FP_WFRACBITS_DW_E): Likewise.
21988         (_FP_WFRACXBITS_DW_E): Likewise.
21989         (_FP_HIGHBIT_DW_E): Likewise.
21990         (FP_FMA_E): Likewise.
21991         (_FP_FRAC_HIGH_DW_E): Likewise.
21992         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
21993         (_FP_WFRACBITS_DW_Q): Likewise.
21994         (_FP_WFRACXBITS_DW_Q): Likewise.
21995         (_FP_HIGHBIT_DW_Q): Likewise.
21996         (FP_FMA_Q): Likewise.
21997         (_FP_FRAC_HIGH_DW_Q): Likewise.
21998         * soft-fp/fmasf4.c: New file.
21999         * soft-fp/fmadf4.c: Likewise.
22000         * soft-fp/fmatf4.c: Likewise.
22001
22002 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22003
22004         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22005         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22006         Silvermont.
22007         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22008         macro.
22009         (index_Slow_SSE4_2): Likewise.
22010         (index_Prefer_PMINUB_for_stringop): Likewise.
22011         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22012         bit_Slow_SSE4_2 is set.
22013         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22014         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22015
22016 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22017
22018         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22019         rtld_global._dl_hwcap2.
22020         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22021         POWER8.
22022         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22023         POWER8 feature descriptions defined in _dl_hwcap2.
22024         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22025         string handling for POWER8 feature bits.
22026         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22027         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22028         _dl_powerpc_cap_flags.
22029         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22030         * sysdeps/powerpc/rtld-global-offsets.sym
22031         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22032         _dl_hwcap2 in the rtld_global_ro structure.
22033
22034 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22035
22036         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22037         hardware capabilities in support of AT_HWCAP2.
22038         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22039         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22040         GLRO(dl_hwcap2).
22041         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22042         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22043         explicitly the unknown a_type display mechanism is used.
22044         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22045         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22046         struct member.
22047         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22048         to macro prototype for AT_HWCAP2 support.
22049         * sysdeps/i386/dl-procinfo.h: Likewise.
22050         * sysdeps/s390/dl-procinfo.h: Likewise.
22051         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22052         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22053         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22054         return -1 for unknown a_type display fallback.
22055         * sysdeps/sparc/dl-procinfo.h: Likewise.
22056         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22057         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22058
22059 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22060
22061         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22062         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22063
22064 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22065
22066         [BZ #12492]
22067         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22068         mprotect making __stack_prot writable.
22069
22070 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22071             Joseph Myers  <joseph@codesourcery.com>
22072
22073         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22074         as being properly aligned.
22075
22076 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22077
22078         * dlfcn/modstatic5.c: New file.
22079         * dlfcn/tststatic5.c: New file.
22080         * dlfcn/Makefile (tests): Add tststatic5.
22081         (tests-static): Likewise.
22082         (modules-names): Add modstatic5.
22083         (tststatic5-ENV): New variable.
22084         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22085
22086         [BZ #15022]
22087         * elf/dl-support.c (_dl_main_map): New variable.
22088         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22089         (_dl_nns, _dl_load_adds): Set to 1.
22090         (_dl_initial_searchlist): Refer to _dl_main_map.
22091         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22092         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22093         call to _dl_get_origin.
22094         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22095         around call_map.
22096         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22097         * dlfcn/modstatic3.c: New file.
22098         * dlfcn/tststatic3.c: New file.
22099         * dlfcn/tststatic4.c: New file.
22100         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22101         (tests-static): Likewise.
22102         (modules-names): Add modstatic3.
22103         (tststatic3-ENV, tststatic4-ENV): New variables.
22104         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22105         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22106
22107 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22108
22109         * configure.in (CC): Require GCC version 4.4 or later.
22110         * configure: Regenerated.
22111         * manual/install.texi (Tools for Compilation): Update GCC version
22112         requirement.
22113         * INSTALL: Regenerated.
22114
22115 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22116
22117         [BZ #15674]
22118         * string/test-memcmp.c (check2): New.
22119         (main): Call check2.
22120
22121         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22122
22123 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22124
22125         [BZ #15022]
22126         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22127         over to...
22128         (dl_open_worker) [!SHARED]: ... here.
22129
22130 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22131
22132         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22133
22134 2013-06-25  Richard Henderson  <rth@redhat.com>
22135
22136         * locale/programs/locarchive.c: Include <libc-internal.h>
22137
22138 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22139
22140         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22141         trailing whitespace removed.
22142
22143 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22144
22145         [BZ #10283]
22146         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22147         * locale/programs/locarchive.c: Include libc-mmap.h.
22148         (prepare_address_space): Take two new outputs (the mmap base and len).
22149         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22150         values.
22151         (create_archive): Declare new mmap base and len values for
22152         prepare_address_space, and store the result in ah.
22153         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22154         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22155         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22156         Declare new mmap base and len values for
22157         prepare_address_space, and store the result in new_ah.
22158         (open_archive): Declare new mmap base and len values for
22159         prepare_address_space, and store the result in ah.
22160         (close_archive): If ah->mmap_base is not NULL, use that and
22161         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22162         * sysdeps/generic/libc-mmap.h: New file.
22163
22164 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22165
22166         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22167         (ALIGN_UP): Likewise.
22168         (PTR_ALIGN_DOWN): Likewise.
22169         (PTR_ALIGN_UP): Likewise.
22170
22171 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22172
22173         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22174         entry mapped to PPC_PLATFORM_POWER8.
22175         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22176         POWER8.
22177         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22178         (_dl_string_platform): Add case for exporting platform position for
22179         POWER8.
22180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22181         search path to sysdeps/powerpc/powerpc32/power8 directory.
22182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22183         search path to sysdeps/powerpc/powerpc64/power8 directory.
22184         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22185         power7 directories.
22186         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22187         power7 directories.
22188
22189 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22190
22191         * INSTALL: Regenerate.
22192
22193         * nscd/connections.c (nscd_init): Fix comment.
22194
22195 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22196
22197         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22198
22199         [BZ #15667]
22200         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22201         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22202
22203 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22204
22205         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22206         DL_DST_REQ_STATIC.
22207         (DL_DST_REQ_STATIC): Remove macro.
22208
22209 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22210
22211         [BZ #7006]
22212         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22213         with a shift of 0 bits.
22214
22215 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22216
22217         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22218         $(tststatic-ENV).
22219
22220 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22221
22222         [BZ #15655]
22223         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22224
22225 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22226
22227         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22228         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22229         accepts -fno-tree-loop-distribute-patterns.
22230         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22231         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22232         recursive call.
22233         * string/memset.c (memset): Likewise.
22234         * string/test-memmove.c (simple_memmove): Disable loop transformation
22235         to library calls.
22236         * string/test-memset.c (simple_memset): Likewise.
22237         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22238         * benchtests/bench-memset.c (simple_memset): Likewise.
22239         * configure: Regenerated.
22240
22241 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22242
22243         * math/test-misc.c (main): Ignore fesetround failure when failures
22244         of subsequent rounding tests would be ignored.
22245
22246         [BZ #15654]
22247         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22248         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22249         * math/fegetenv.c (__fegetenv): Return 0.
22250         * math/fegetexcept.c (fegetexcept): Return 0.
22251         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22252         FE_TONEAREST.
22253         * math/feholdexcpt.c (feholdexcept): Return 0.
22254         * math/fesetenv.c (__fesetenv): Return 0.
22255         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22256         argument FE_TONEAREST.
22257         * math/feupdateenv.c (__feupdateenv): Return 0.
22258         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22259
22260 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22261
22262         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22263         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22264         ($(objpfx)rtld-%.os rules): Use them.
22265
22266 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22267
22268         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22269         fields.
22270
22271 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22272
22273         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22274         length of target pattern, then descending length of dependency pattern.
22275         * configure.in (AWK): Require gawk 3.1.2 or newer.
22276         * manual/install.texi (Tools for Compilation): Say that we do.
22277         * configure: Regenerated.
22278
22279         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22280         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22281         * scripts/sysd-rules.awk: ... this new script.
22282         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22283         than a glob-style pattern.
22284
22285 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22286
22287         * math/test-misc.c (main): Do not treat incorrectly rounded
22288         conversions as failure unless ROUNDING_TESTS passes.
22289
22290 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22291
22292         [BZ #15631]
22293         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22294         restore exception state around main square root computation, then
22295         check for inexactness explicitly.
22296
22297         * math/libm-test.inc (fma_test_data): Add another test.
22298
22299 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22300
22301         * manual/threads.texi (Non-POSIX Extensions): New document
22302         node.  Document pthread_getattr_default_np and
22303         pthread_setattr_default_np.
22304
22305         * Versions.def (libpthread): Add GLIBC_2.18.
22306         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22308         Likewise.
22309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22310         Likewise.
22311         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22312         Likewise.
22313         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22314         Likewise.
22315         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22316         Likewise.
22317         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22318         Likewise.
22319         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22320         Likewise.
22321         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22322         Likewise.
22323         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22324         Likewise.
22325
22326 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22327
22328         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22329         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22330
22331 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22332             H.J. Lu  <hjl.tools@gmail.com>
22333
22334         [BZ #15627]
22335         * sysdeps/x86_64/rtld-memset.c: Remove file.
22336         * sysdeps/x86_64/rtld-memset.S: New file.
22337
22338 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22339
22340         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22341         (test_in_one_mode): Take arguments for whether the rounding mode
22342         is supported for each floating-point type.
22343         (do_test): Pass new arguments to test_in_one_mode using
22344         ROUNDING_TESTS.
22345
22346 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22347
22348         * posix/tst-waitid.c (do_test): Distinguish different instances of
22349         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22350         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22351         before entering the kernel for waitpid.
22352
22353 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22354
22355         * NEWS: Fix note on clock function precision.  Text by Roland
22356         McGrath.
22357
22358 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22359
22360         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22361         it into place only when and if the sanity check passes.
22362
22363 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22364
22365         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22366         output for whether conversion result is exact.  Take argument
22367         indicating whether type is IBM long double.
22368         (round_for_all): Change need_exact field to ibm_ld.
22369         * stdlib/tst-strtod-round.c (struct exactness): New type.
22370         (struct test): Change bool ld_ok field to struct exactness exact.
22371         (TEST): Update all definitions for change to field.
22372         (tests): Regenerate array contents.
22373         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22374         field value.  Check for IBM long double here.
22375         (do_test): Update calls to test_in_one_mode.
22376
22377 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22378
22379         [BZ #12515]
22380         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22381         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22382
22383 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22384
22385         [BZ #15605]
22386         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22387         generated by the compiler on loop optimizations.
22388         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22389         general definitions.
22390
22391 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22392
22393         * math/bug-nextafter.c: Include <math-tests.h>.
22394         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22395         the relevant type.
22396         * math/bug-nexttoward.c: Include <math-tests.h>.
22397         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22398         the relevant type.
22399         * math/test-misc.c: Include <math-tests.h>.
22400         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22401         the relevant type.
22402
22403 2013-06-12  Andreas Jaeger  <aj@suse.de>
22404
22405         * po/ia.po: Update Interlingua translation from translation
22406         project.
22407
22408 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22409
22410         * include/fenv.h: Include stdbool.h.
22411         (struct rm_ctx): New structure.
22412         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22413         Define macro.
22414         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22415         (SET_RESTORE_ROUNDF): Likewise.
22416         (SET_RESTORE_ROUNDL): Likewise.
22417         (SET_RESTORE_ROUND_NOEX): Likewise.
22418         (SET_RESTORE_ROUND_NOEXF): Likewise.
22419         (SET_RESTORE_ROUND_NOEXL): Likewise.
22420         (SET_RESTORE_ROUND_53BIT): Likewise.
22421         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22422         (libc_feresetround_noexf_ctx): Likewise.
22423         (libc_feresetround_noexl_ctx): Likewise.
22424         (libc_feholdsetround_53bit_ctx): Likewise.
22425         (libc_feresetround_53bit_ctx): Likewise.
22426         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22427         (libc_feholdexcept_setround_sse_ctx): New function.
22428         (libc_fesetenv_sse_ctx): Likewise.
22429         (libc_feupdateenv_sse_ctx): Likewise.
22430         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22431         (libc_feholdexcept_setround_387_ctx): Likewise.
22432         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22433         (libc_feholdsetround_387_prec_ctx): Likewise.
22434         (libc_feholdsetround_387_ctx): Likewise.
22435         (libc_feholdsetround_387_53bit_ctx): Likewise.
22436         (libc_feholdsetround_sse_ctx): Likewise.
22437         (libc_feresetround_sse_ctx): Likewise.
22438         (libc_feresetround_387_ctx): Likewise.
22439         (libc_feupdateenv_387_ctx): Likewise.
22440         (libc_feholdexcept_setroundf_ctx): Define macro.
22441         (libc_fesetenvf_ctx): Likewise.
22442         (libc_feupdateenvf_ctx): Likewise.
22443         (libc_feholdsetroundf_ctx): Likewise.
22444         (libc_feresetroundf_ctx): Likewise.
22445         (libc_feholdexcept_setround_ctx): Likewise.
22446         (libc_fesetenv_ctx): Likewise.
22447         (libc_feupdateenv_ctx): Likewise.
22448         (libc_feholdsetround_ctx): Likewise.
22449         (libc_feresetround_ctx): Likewise.
22450         (libc_feholdexcept_setroundl_ctx): Likewise.
22451         (libc_feupdateenvl_ctx): Likewise.
22452         (libc_feholdsetroundl_ctx): Likewise.
22453         (libc_feresetroundl_ctx): Likewise.
22454         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22455         (libc_feresetround_53bit_ctx): Likewise.
22456
22457 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22458
22459         * locale/iso-639.def: Convert to UTF-8.
22460
22461 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22462
22463         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22464         (EXCEPTION_TESTS_double): Likewise.
22465         (EXCEPTION_TESTS_long_double): Likewise.
22466         (EXCEPTION_TESTS): Likewise.
22467         * math/libm-test.inc (test_exceptions): Only test exceptions if
22468         EXCEPTION_TESTS (FLOAT).
22469
22470 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22471
22472         * benchtests/Makefile (string-bench): Add strcpy_chk and
22473         stpcpy_chk.
22474         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22475         * benchtests/bench-stpcpy_chk.c: New file.
22476         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22477         * benchtests/bench-strcpy_chk.c: New file.
22478         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22479         code.
22480         (do_test): Likewise.
22481
22482 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22483
22484         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22485         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22486         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22487         with tabs where appropriate.
22488         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22489         dl-procinfo.h.
22490         [PPC_PLATFORM_PPC440]: Likewise.
22491         [PPC_PLATFORM_PPC464]: Likewise.
22492         [PPC_PLATFORM_PPC476]: Likewise.
22493         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22494         ppc464, and ppc476 platform strings merging from ports/
22495         dl-procinfo.h.
22496
22497 2013-06-11  Andreas Schwab  <schwab@suse.de>
22498
22499         [BZ #14991]
22500         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22501         (from_ucs4_idx): Regenerate.
22502         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22503         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22504         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22505         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22506         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22507         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22508         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22509         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22510         from FROM_LOOP and TO_LOOP specific macros.
22511         (BODY): Handle combining characters.
22512         * iconvdata/BIG5HKSCS.irreversible: Update.
22513         * iconvdata/BIG5HKSCS.precomposed: New file.
22514         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22515         characters.
22516         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22517
22518 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22519
22520         * include/sys/time.h: Fix indentation and add copyright header.
22521
22522         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22523         (do_test): Likewise.
22524         * string/test-memchr.c (do_one_test): Likewise.
22525         (do_test): Likewise.
22526         * string/test-memcmp.c (do_one_test): Likewise.
22527         (do_test): Likewise.
22528         * string/test-memcpy.c (do_one_test): Likewise.
22529         (do_test): Likewise.
22530         * string/test-memmem.c (do_one_test): Likewise.
22531         (do_test): Likewise.
22532         (do_random_tests): Likewise.
22533         * string/test-memmove.c (do_one_test): Likewise.
22534         (do_test): Likewise.
22535         * string/test-memset.c (do_one_test): Likewise.
22536         (do_test): Likewise.
22537         * string/test-rawmemchr.c (do_one_test): Likewise.
22538         (do_test): Likewise.
22539         * string/test-strcasecmp.c (do_one_test): Likewise.
22540         (do_test): Likewise.
22541         * string/test-strcasestr.c (do_one_test): Likewise.
22542         (do_test): Likewise.
22543         * string/test-strcat.c (do_one_test): Likewise.
22544         (do_test): Likewise.
22545         * string/test-strchr.c (do_one_test): Likewise.
22546         (do_test): Likewise.
22547         * string/test-strcmp.c (do_one_test): Likewise.
22548         (do_test): Likewise.
22549         * string/test-strcpy.c (do_one_test): Likewise.
22550         (do_test): Likewise.
22551         * string/test-string.h: Likewise.
22552         (test_init): Likewise.
22553         * string/test-strlen.c (do_one_test): Likewise.
22554         (do_test): Likewise.
22555         * string/test-strncasecmp.c (do_one_test): Likewise.
22556         (do_test): Likewise.
22557         * string/test-strncat.c (do_one_test): Likewise.
22558         (do_test): Likewise.
22559         * string/test-strncmp.c (do_one_test): Likewise.
22560         (do_test_limit): Likewise.
22561         (do_test): Likewise.
22562         * string/test-strncpy.c (do_one_test): Likewise.
22563         (do_test): Likewise.
22564         * string/test-strnlen.c (do_one_test): Likewise.
22565         (do_test): Likewise.
22566         * string/test-strpbrk.c (do_one_test): Likewise.
22567         (do_test): Likewise.
22568         * string/test-strrchr.c (do_one_test): Likewise.
22569         (do_test): Likewise.
22570         * string/test-strspn.c (do_one_test): Likewise.
22571         (do_test): Likewise.
22572         * string/test-strstr.c (do_one_test): Likewise.
22573         (do_test): Likewise.
22574
22575         * benchtests/Makefile (string-bench): Add string benchmarks.
22576         * benchtests/bench-bcopy-ifunc.c: New file.
22577         * benchtests/bench-bcopy.c: New file.
22578         * benchtests/bench-bzero-ifunc.c: New file.
22579         * benchtests/bench-bzero.c: New file.
22580         * benchtests/bench-memccpy-ifunc.c: New file.
22581         * benchtests/bench-memccpy.c: New file.
22582         * benchtests/bench-memchr-ifunc.c: New file.
22583         * benchtests/bench-memchr.c: New file.
22584         * benchtests/bench-memcmp-ifunc.c: New file.
22585         * benchtests/bench-memcmp.c: New file.
22586         * benchtests/bench-memmem-ifunc.c: New file.
22587         * benchtests/bench-memmem.c: New file.
22588         * benchtests/bench-memmove-ifunc.c: New file.
22589         * benchtests/bench-memmove.c: New file.
22590         * benchtests/bench-mempcpy-ifunc.c: New file.
22591         * benchtests/bench-mempcpy.c: New file.
22592         * benchtests/bench-memset-ifunc.c: New file.
22593         * benchtests/bench-memset.c: New file.
22594         * benchtests/bench-rawmemchr-ifunc.c: New file.
22595         * benchtests/bench-rawmemchr.c: New file.
22596         * benchtests/bench-stpcpy-ifunc.c: New file.
22597         * benchtests/bench-stpcpy.c: New file.
22598         * benchtests/bench-stpncpy-ifunc.c: New file.
22599         * benchtests/bench-stpncpy.c: New file.
22600         * benchtests/bench-strcasecmp-ifunc.c: New file.
22601         * benchtests/bench-strcasecmp.c: New file.
22602         * benchtests/bench-strcasestr-ifunc.c: New file.
22603         * benchtests/bench-strcasestr.c: New file.
22604         * benchtests/bench-strcat-ifunc.c: New file.
22605         * benchtests/bench-strcat.c: New file.
22606         * benchtests/bench-strchr-ifunc.c: New file.
22607         * benchtests/bench-strchr.c: New file.
22608         * benchtests/bench-strchrnul-ifunc.c: New file.
22609         * benchtests/bench-strchrnul.c: New file.
22610         * benchtests/bench-strcmp-ifunc.c: New file.
22611         * benchtests/bench-strcmp.c: New file.
22612         * benchtests/bench-strcpy-ifunc.c: New file.
22613         * benchtests/bench-strcpy.c: New file.
22614         * benchtests/bench-strcspn-ifunc.c: New file.
22615         * benchtests/bench-strcspn.c: New file.
22616         * benchtests/bench-strlen-ifunc.c: New file.
22617         * benchtests/bench-strlen.c: New file.
22618         * benchtests/bench-strncasecmp-ifunc.c: New file.
22619         * benchtests/bench-strncasecmp.c: New file.
22620         * benchtests/bench-strncat-ifunc.c: New file.
22621         * benchtests/bench-strncat.c: New file.
22622         * benchtests/bench-strncmp-ifunc.c: New file.
22623         * benchtests/bench-strncmp.c: New file.
22624         * benchtests/bench-strncpy-ifunc.c: New file.
22625         * benchtests/bench-strncpy.c: New file.
22626         * benchtests/bench-strnlen-ifunc.c: New file.
22627         * benchtests/bench-strnlen.c: New file.
22628         * benchtests/bench-strpbrk-ifunc.c: New file.
22629         * benchtests/bench-strpbrk.c: New file.
22630         * benchtests/bench-strrchr-ifunc.c: New file.
22631         * benchtests/bench-strrchr.c: New file.
22632         * benchtests/bench-strspn-ifunc.c: New file.
22633         * benchtests/bench-strspn.c: New file.
22634         * benchtests/bench-strstr-ifunc.c: New file.
22635         * benchtests/bench-strstr.c: New file.
22636
22637         * benchtests/Makefile: Disable parallel execution of targets.
22638         (string-bench): Add memcpy.
22639         (benchset): New variable to store a list of benchmark sets.
22640         (bench-func): Renamed from bench.
22641         (bench-set): New target.
22642         (bench): Depend on bench-func and bench-set.
22643         * benchtests/README: Add section on benchmark sets.
22644         * benchtests/bench-memcpy-ifunc.c: New file.
22645         * benchtests/bench-memcpy.c: New file.
22646         * benchtests/bench-string.h: New file.
22647
22648 2013-06-11  Andreas Schwab  <schwab@suse.de>
22649
22650         [BZ #15577]
22651         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22652         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22653         values in the triple.
22654         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22655         terminator in the group key.
22656
22657 2013-06-11  Andreas Jaeger  <aj@suse.de>
22658
22659         * po/zh_TW.po: Update Chinese (traditional) translation from
22660         translation project.
22661
22662 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22663
22664         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22665         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22666         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22667         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22668         (clock_getcpuclockid): Likewise.
22669         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22670         Add weak_alias and libc_hidden_def.
22671         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22672         * rt/clock_gettime.c (clock_gettime): Rename to
22673         __clock_gettime.  Add weak_alias and libc_hidden_def.
22674         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22675         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22676         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22677         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22678         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22679         Likewise.
22680         * rt/clock_settime.c (clock_settime): Rename to
22681         __clock_settime.  Add weak_alias and libc_hidden_def.
22682         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22683
22684 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22685
22686         * mach/err_boot.sub: Remove trailing whitespace.
22687         * mach/err_ipc.sub: Likewise.
22688         * mach/err_mach.sub: Likewise.
22689
22690         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22691         (ROUNDING_TESTS_double): Likewise.
22692         (ROUNDING_TESTS_long_double): Likewise.
22693         (ROUNDING_TESTS): Likewise.
22694         * math/libm-test.inc: Include <math-tests.h>.
22695         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22696         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22697         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22698         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22699
22700 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22701
22702         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22703         of assigning.
22704
22705 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22706
22707         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22708         otherwise empty TRANS lines.
22709         * sysdeps/gnu/errlist.c: Regenerated.
22710
22711         * catgets/gencat.c (error_print): Use (void) in function
22712         definition.
22713         * crypt/crypt_util.c (__init_des): Likewise.
22714         * crypt/speeds.c (Stop): Likewise.
22715         (main): Likewise.
22716         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22717         * inet/ruserpass.c (token): Likewise.
22718         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22719         * intl/localealias.c (extend_alias_table): Likewise.
22720         * intl/plural-exp.c (init_germanic_plural): Likewise.
22721         * libio/fcloseall.c (__fcloseall): Likewise.
22722         * libio/genops.c (_IO_flush_all): Likewise.
22723         (_IO_flush_all_linebuffered): Likewise.
22724         (_IO_cleanup): Likewise.
22725         (_IO_iter_begin): Likewise.
22726         (_IO_iter_end): Likewise.
22727         (_IO_list_lock): Likewise.
22728         (_IO_list_unlock): Likewise.
22729         (_IO_list_resetlock): Likewise.
22730         * libio/getchar.c (getchar): Likewise.
22731         * libio/getchar_u.c (getchar_unlocked): Likewise.
22732         * libio/getwchar.c (getwchar): Likewise.
22733         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22734         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22735         * login/getpt.c (__getpt): Likewise.
22736         * login/tst-utmp.c (main): Likewise.
22737         * malloc/hooks.c (__malloc_check_init): Likewise.
22738         * malloc/malloc.c (__malloc_stats): Likewise.
22739         * malloc/mtrace.c (tr_break): Likewise.
22740         (mtrace): Likewise.
22741         (muntrace): Likewise.
22742         * misc/fstab.c (endfsent): Likewise.
22743         * misc/getclktck.c (__getclktck): Likewise.
22744         * misc/getdtsz.c (__getdtablesize): Likewise.
22745         * misc/gethostid.c (gethostid): Likewise.
22746         * misc/getpagesize.c (__getpagesize): Likewise.
22747         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22748         (__get_nprocs): Likewise.
22749         (__get_phys_pages): Likewise.
22750         (__get_avphys_pages): Likewise.
22751         * misc/getttyent.c (getttyent): Likewise.
22752         (setttyent): Likewise.
22753         (endttyent): Likewise.
22754         * misc/getusershell.c (getusershell): Likewise.
22755         (endusershell): Likewise.
22756         (setusershell): Likewise.
22757         (initshells): Likewise.
22758         * misc/hsearch.c (__hdestroy): Likewise.
22759         * misc/sync.c (sync): Likewise.
22760         * misc/syslog.c (closelog_internal): Likewise.
22761         (closelog): Likewise.
22762         * misc/ttyslot.c (ttyslot): Likewise.
22763         * misc/vhangup.c (vhangup): Likewise.
22764         * posix/fork.c (__fork): Likewise.
22765         * posix/getegid.c (__getegid): Likewise.
22766         * posix/geteuid.c (__geteuid): Likewise.
22767         * posix/getgid.c (__getgid): Likewise.
22768         * posix/getpid.c (__getpid): Likewise.
22769         * posix/getppid.c (__getppid): Likewise.
22770         * posix/getuid.c (__getuid): Likewise.
22771         * posix/pause.c (pause): Likewise.
22772         * posix/setpgrp.c (setpgrp): Likewise.
22773         * posix/setsid.c (__setsid): Likewise.
22774         * posix/test-vfork.c (noop): Likewise.
22775         * resolv/gethnamaddr.c (_endhtent): Likewise.
22776         (_gethtent): Likewise.
22777         (ht_endhostent): Likewise.
22778         (gethostent): Likewise.
22779         (dns_service): Likewise.
22780         * stdlib/drand48.c (drand48): Likewise.
22781         * stdlib/lrand48.c (lrand48): Likewise.
22782         * stdlib/mrand48.c (mrand48): Likewise.
22783         * stdlib/rand.c (rand): Likewise.
22784         * stdlib/random.c (__random): Likewise.
22785         * stdlib/setenv.c (clearenv): Likewise.
22786         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22787         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22788         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22789         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22790         (__get_nprocs): Likewise.
22791         (__get_phys_pages): Likewise.
22792         (__get_avphys_pages): Likewise.
22793         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22794         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22795         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22796         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22797         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22798         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22799         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22800         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22801         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22802         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22803         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22804         * sysdeps/mach/hurd/sync.c (sync): Likewise.
22805         * sysdeps/posix/clock.c (clock): Likewise.
22806         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22807         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22808         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22809         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22810         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22811         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22812         (__get_nprocs_conf): Likewise.
22813         (__get_phys_pages): Likewise.
22814         (__get_avphys_pages): Likewise.
22815         * time/clock.c (clock): Likewise.
22816         * time/tzset.c (__tzname_max): Likewise.
22817
22818 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
22819
22820         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22821         (__bswap_32): Do not use "register".
22822         * crypt/crypt.c (_ufc_doit_r): Likewise.
22823         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22824         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22825         * gmon/gmon.c (__monstartup): Likewise.
22826         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22827         * hurd/hurdmalloc.c (more_memory): Likewise.
22828         (malloc): Likewise.
22829         (free): Likewise.
22830         (realloc): Likewise.
22831         (malloc_fork_prepare): Likewise.
22832         (malloc_fork_parent): Likewise.
22833         (malloc_fork_child): Likewise.
22834         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22835         (_svcauth_des): Likewise.
22836         * inet/inet_lnaof.c (inet_lnaof): Likewise.
22837         * inet/inet_net.c (inet_network): Likewise.
22838         * inet/inet_netof.c (inet_netof): Likewise.
22839         * inet/rcmd.c (__validuser2_sa): Likewise.
22840         * io/fts.c (fts_open): Likewise.
22841         (fts_load): Likewise.
22842         (fts_close): Likewise.
22843         (fts_read): Likewise.
22844         (fts_children): Likewise.
22845         (fts_build): Likewise.
22846         (fts_stat): Likewise.
22847         (fts_sort): Likewise.
22848         (fts_alloc): Likewise.
22849         (fts_lfree): Likewise.
22850         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22851         (_IO_file_xsgetn): Likewise.
22852         (_IO_file_xsgetn_mmap): Likewise.
22853         * libio/iofopncook.c (_IO_cookie_read): Likewise.
22854         (_IO_cookie_write): Likewise.
22855         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22856         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22857         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22858         * malloc/obstack.c (_obstack_begin): Likewise.
22859         (_obstack_begin_1): Likewise.
22860         (_obstack_newchunk): Likewise.
22861         (_obstack_allocated_p): Likewise.
22862         (obstack_free): Likewise.
22863         (_obstack_memory_used): Likewise.
22864         * misc/getttyent.c (getttynam): Likewise.
22865         (getttyent): Likewise.
22866         (skip): Likewise.
22867         (value): Likewise.
22868         * misc/getusershell.c (initshells): Likewise.
22869         * misc/syslog.c (__vsyslog_chk): Likewise.
22870         * misc/ttyslot.c (ttyslot): Likewise.
22871         * nis/nis_hash.c (__nis_hash): Likewise.
22872         * posix/fnmatch_loop.c (FCT): Likewise.
22873         * posix/getconf.c (print_all): Likewise.
22874         (main): Likewise.
22875         * posix/getopt.c (exchange): Likewise.
22876         * posix/glob.c (globfree): Likewise.
22877         (prefix_array): Likewise.
22878         (__glob_pattern_type): Likewise.
22879         * resolv/arpa/nameser.h (NS_GET16): Likewise.
22880         (NS_GET32): Likewise.
22881         (NS_PUT16): Likewise.
22882         (NS_PUT32): Likewise.
22883         * resolv/gethnamaddr.c (getanswer): Likewise.
22884         (gethostbyname2): Likewise.
22885         (gethostbyaddr): Likewise.
22886         (_gethtent): Likewise.
22887         (_gethtbyname2): Likewise.
22888         (_gethtbyaddr): Likewise.
22889         * resolv/ns_print.c (dst_s_get_int16): Likewise.
22890         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
22891         * resolv/res_init.c (__res_vinit): Likewise.
22892         (net_mask): Likewise.
22893         * resolv/res_mkquery.c (outchar): Likewise.
22894         (PRINT): Likewise.
22895         * stdio-common/printf_fp.c (outchar): Likewise.
22896         (PRINT): Likewise.
22897         * stdio-common/printf_fphex.c (outchar): Likewise.
22898         (PRINT): Likewise.
22899         * stdio-common/printf_size.c (outchar): Likewise.
22900         (PRINT): Likewise.
22901         * stdio-common/test_rdwr.c (main): Likewise.
22902         * stdio-common/tfformat.c (matches): Likewise.
22903         * stdio-common/vfprintf.c (outchar): Likewise.
22904         (printf_unknown): Likewise.
22905         (buffered_vfprintf): Likewise.
22906         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22907         * stdio-common/xbug.c (AppendToBuffer): Likewise.
22908         (ReadFile): Likewise.
22909         * stdlib/qsort.c (SWAP): Likewise.
22910         (_quicksort): Likewise.
22911         * stdlib/setenv.c (__add_to_environ): Likewise.
22912         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22913         * stdlib/strtol_l.c (__strtol_l): Likewise.
22914         * stdlib/tst-strtod.c (main): Likewise.
22915         * stdlib/tst-strtol.c (main): Likewise.
22916         * stdlib/tst-strtoll.c (main): Likewise.
22917         * string/bits/string2.h (__strcmp_cc): Likewise.
22918         (__strcmp_cg): Likewise.
22919         (__strcspn_c1): Likewise.
22920         (__strcspn_c2): Likewise.
22921         (__strcspn_c3): Likewise.
22922         (__strspn_c1): Likewise.
22923         (__strspn_c2): Likewise.
22924         (__strspn_c3): Likewise.
22925         (__strsep_1c): Likewise.
22926         (__strsep_2c): Likewise.
22927         (__strsep_3c): Likewise.
22928         * string/memccpy.c (__memccpy): Likewise.
22929         * string/stpcpy.c (__stpcpy): Likewise.
22930         * string/strcmp.c (strcmp): Likewise.
22931         * string/strrchr.c (strrchr): Likewise.
22932         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
22933         Likewise.
22934         * sysdeps/mach/hurd/getcwd.c
22935         (_hurd_canonicalize_directory_name_internal): Likewise.
22936         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
22937         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
22938         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
22939         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
22940         Likewise, in both definitions.
22941         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
22942         definitions.
22943         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
22944         64] (__bswap_64): Likewise.
22945         * time/test_time.c (main): Likewise.
22946         * time/tzfile.c (__tzfile_read): Likewise.
22947         (__tzfile_compute): Likewise.
22948         * time/tzset.c (__tzset_parse_tz): Likewise.
22949         (tzset_internal): Likewise.
22950         (compute_change): Likewise.
22951         * wcsmbs/wcscat.c (__wcscat): Likewise.
22952         * wcsmbs/wcschr.c (wcschr): Likewise.
22953         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
22954         * wcsmbs/wcscspn.c (wcscspn): Likewise.
22955         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
22956         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
22957         * wcsmbs/wcsspn.c (wcsspn): Likewise.
22958         * wcsmbs/wcsstr.c (wcsstr): Likewise.
22959         * wcsmbs/wmemchr.c (wmemchr): Likewise.
22960         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
22961         * wcsmbs/wmemset.c (wmemset): Likewise.
22962
22963 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
22964
22965         * scripts/config.guess: Update to version 2013-05-16.
22966         * scripts/config.sub: Update to version 2013-04-24.
22967         * scripts/install-sh: Update to version 2011-11-20.07.
22968         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
22969         * scripts/move-if-change: Update to version 2012-01-06 07:23.
22970
22971 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
22972
22973         * debug/fgetws_u_chk.c: Fix leading whitespaces.
22974         * elf/sln.c: Likewise.
22975         * hurd/hurd/ioctl.h: Likewise.
22976         * hurd/hurdmalloc.c: Likewise.
22977         * hurd/xattr.c: Likewise.
22978         * include/shlib-compat.h: Likewise.
22979         * inet/ruserpass.c: Likewise.
22980         * libio/iofgets_u.c: Likewise.
22981         * libio/iofgetws_u.c: Likewise.
22982         * locale/programs/ld-identification.c: Likewise.
22983         * locale/programs/ld-time.c: Likewise.
22984         * mach/msg-destroy.c: Likewise.
22985         * nss/nss_files/files-netgrp.c: Likewise.
22986         * resolv/res_data.c: Likewise.
22987         * soft-fp/op-1.h: Likewise.
22988         * soft-fp/op-2.h: Likewise.
22989         * soft-fp/op-4.h: Likewise.
22990         * soft-fp/op-common.h: Likewise.
22991         * stdio-common/printf_fphex.c: Likewise.
22992         * stdlib/strtod_l.c: Likewise.
22993         * sunrpc/rpc/clnt.h: Likewise.
22994         * sysdeps/generic/framestate.c: Likewise.
22995         * sysdeps/i386/bsd-_setjmp.S: Likewise.
22996         * sysdeps/i386/bsd-setjmp.S: Likewise.
22997         * sysdeps/i386/__longjmp.S: Likewise.
22998         * sysdeps/i386/setjmp.S: Likewise.
22999         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23000         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23001         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23002         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23003         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23004         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23005         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23006         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23007         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23008         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23009         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23010         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23011         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23012         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23013         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23014         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23015         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23016         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23017         * sysdeps/ieee754/support.c: Likewise.
23018         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23019         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23020         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23021         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23022         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23023         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23024         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23025         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23026         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23027         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23028         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23029         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23030         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23031         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23032         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23033         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23034         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23036
23037 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23038
23039         * posix/transbug.c: Remove executable mode.
23040
23041 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23042
23043         * crypt/speeds.c: Remove trailing whitespace.
23044         * dlfcn/default.c: Likewise.
23045         * elf/ifuncdep2.c: Likewise.
23046         * elf/ifuncmain1.c: Likewise.
23047         * elf/ifuncmain1vis.c: Likewise.
23048         * elf/testobj.h: Likewise.
23049         * elf/tst-stackguard1.c: Likewise.
23050         * gmon/sys/gmon.h: Likewise.
23051         * hurd/hurdmsg.c: Likewise.
23052         * hurd/new-fd.c: Likewise.
23053         * hurd/ports-get.c: Likewise.
23054         * iconvdata/ibm1008_420.c: Likewise.
23055         * inet/tst-getni1.c: Likewise.
23056         * inet/tst-getni2.c: Likewise.
23057         * libio/ioungetc.c: Likewise.
23058         * libio/wfiledoalloc.c: Likewise.
23059         * manual/libm-err-tab.pl: Likewise.
23060         * math/w_dremf.c: Likewise.
23061         * misc/ftruncate.c: Likewise.
23062         * posix/bug-glob2.c: Likewise.
23063         * posix/tst-pcre.c: Likewise.
23064         * posix/wait4.c: Likewise.
23065         * resolv/README: Likewise.
23066         * resolv/res_debug.h: Likewise.
23067         * resolv/tst-inet_ntop.c: Likewise.
23068         * setjmp/bug269-setjmp.c: Likewise.
23069         * soft-fp/extended.h: Likewise.
23070         * soft-fp/op-1.h: Likewise.
23071         * soft-fp/op-2.h: Likewise.
23072         * soft-fp/op-4.h: Likewise.
23073         * soft-fp/op-8.h: Likewise.
23074         * soft-fp/testit.c: Likewise.
23075         * stdio-common/bug16.c: Likewise.
23076         * stdlib/random.c: Likewise.
23077         * sunrpc/rpcsvc/rquota.x: Likewise.
23078         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23079         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23080         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23081         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23082         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23083         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23084         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23085         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23086         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23087         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23088         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23089         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23090         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23091         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23092         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23093         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23094         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23095         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23096         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23097         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23098         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23099         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23100         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23101         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23102         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23103         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23104         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23105         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23106         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23107         * sysdeps/ieee754/s_lib_version.c: Likewise.
23108         * sysdeps/mach/hurd/check_fds.c: Likewise.
23109         * sysdeps/mach/hurd/getsockname.c: Likewise.
23110         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23111         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23112         * sysdeps/powerpc/bits/link.h: Likewise.
23113         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23114         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23115         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23116         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23117         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23118         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23119         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23120         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23121         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23122         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23123         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23124         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23125         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23126         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23127         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23128         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23129         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23130         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23131         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23132         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23133         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23134         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23135         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23136         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23137         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23138         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23139         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23140         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23141         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23142         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23143         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23144         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23145         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23146         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23147         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23148         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23149         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23150         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23151         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23152         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23153         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23154         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23155         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23156         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23157         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23158         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23159         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23160         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23161         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23162         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23163         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23164         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23165         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23166         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23167         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23168         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23169         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23170         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23171         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23172         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23173         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23174         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23175         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23176         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23177         * sysdeps/powerpc/sysdep.h: Likewise.
23178         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23179         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23180         * sysdeps/sh/dl-trampoline.S: Likewise.
23181         * sysdeps/sh/memset.S: Likewise.
23182         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23183         * sysdeps/sh/strlen.S: Likewise.
23184         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23185         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23186         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23187         * sysdeps/sparc/sparc32/rem.S: Likewise.
23188         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23189         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23190         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23191         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23192         * sysdeps/sparc/sparc32/urem.S: Likewise.
23193         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23194         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23195         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23196         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23197         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23198         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23199         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23200         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23201         * sysdeps/unix/bsd/times.c: Likewise.
23202         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23203         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23207         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23208         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23209         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23210         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23211         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23212         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23213         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23214         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23215         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23216         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23217         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23218         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23219         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23220         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23221         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23222         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23223         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23224         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23225         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23226         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23227         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23228         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23229         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23230         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23231         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23232         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23233         * sysdeps/x86_64/strcspn.S: Likewise.
23234
23235 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23236
23237         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23238         generated file.  Regenerate properly from gen-translit.pl.
23239         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23240         locale/C-translit.h.
23241
23242 2013-06-05  Andreas Schwab  <schwab@suse.de>
23243
23244         [BZ #15100]
23245         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23246         week as 6 instead of -1.
23247         * time/tst-strptime.c (day_tests): Add test case.
23248
23249 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23250
23251         * sysdeps/generic/math_private.h
23252         (libc_feholdexcept_setround_53bit): Replace with
23253         libc_feholdsetround_53bit.
23254         (libc_feupdateenv_53bit): Replace with
23255         libc_feresetround_53bit.
23256         (SET_RESTORE_ROUND_53BIT): Adjust.
23257
23258 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23259
23260         * string/test-strchrnul.c: Add copyright header.
23261
23262         * posix/tst-getaddrinfo4.c: Increase test timeout.
23263
23264 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23265
23266         [BZ #15536]
23267         * math/libm-test.inc (MAX_EXP): Remove
23268         (MIN_EXP): Define.
23269         (ulp): Use MIN_EXP - MANT_DIG.
23270         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23271
23272 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23273
23274         * po/be.po: Revert last change.
23275         * po/zh_CN.po: Likewise.
23276         * po/header.pot: Likewise.
23277
23278 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23279
23280         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23281         link-libc-deps to empty as target-specific variable.
23282         * Makerules (link-libc-args): New variable.
23283         (libc-for-link): Likewise.
23284         (link-libc-deps): Likewise.
23285         (lib%.so): Depend on $(link-libc-deps).  Link with
23286         $(link-libc-args).
23287         (build-module): Link with $(link-libc-args).
23288         (build-module-asneeded): Likewise.
23289         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23290         list of objects.
23291         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23292         target-specific variable.
23293         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23294         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23295         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23296         libc.
23297         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23298         libc and ld.so.
23299         ($(objpfx)libpcprofile.so): Likewise.
23300         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23301         libc_nonshared.a.
23302         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23303         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23304         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23305         $(link-libc-deps).
23306         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23307         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23308         * login/Makefile ($(objpfx)libutil.so): Likewise.
23309         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23310         * math/Makefile ($(objpfx)libm.so): Likewise.
23311         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23312         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23313         variable instead of depending directly on libc.
23314         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23315         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23316         $(link-libc-deps).
23317         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23318         libc.
23319         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23320         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23321         ($(objpfx)libanl.so): Likewise.
23322         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23323         ld.so.
23324         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23325         $(link-libc-deps).
23326         * sysdeps/i386/fpu/Makefile: Remove file.
23327         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23328         ($(objpfx)libm.so): Remove dependency on ld.so.
23329
23330 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23331
23332         [BZ # 15553]
23333         * nis/yp_xdr.c (XDRMAXNAME): Define.
23334         (XDRMAXRECORD): Define.
23335         (xdr_domainname): Use XDRMAXNAME.
23336         (xdr_mapname): Likewise.
23337         (xdr_peername): Likewise.
23338         (xdr_keydat): Use XDRMAXRECORD.
23339         (xdr_valdat): Likewise.
23340
23341 2013-05-30  Jeff Law  <law@redhat.com>
23342
23343         [BZ #14256]
23344         * manual/errno.texi (ESTALE): Update to account for more than
23345         just NFS file systems.
23346         * sysdeps/gnu/errlist.c: Regenerated.
23347
23348 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23349
23350         [BZ #15465]
23351         * elf/Makefile (tests): Add tst-null-argv.
23352         (modules-names):  Add tst-null-argv-lib.
23353         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23354         (tst-null-argv-ENV): Set environment for tst-null-argv.
23355         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23356         (RTLD_PROGNAME): New macro.
23357         * elf/tst-null-argv.c: New test case.
23358         * elf/tst-null-argv-lib.c: Library for test case.
23359         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23360         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23361         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23362         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23363         * elf/dl-init.c (call_init): Likewise.
23364         (_dl_init): Likewise.
23365         * elf/dl-load.c (print_search_path): Likewise.
23366         (_dl_map_object): Likewise.
23367         * elf/dl-lookup.c (do_lookup_x): Likewise.
23368         (add_dependency): Likewise.
23369         (_dl_lookup_symbol_x): Likewise.
23370         (_dl_debug_bindings): Likewise.
23371         * elf/dl-open.c (_dl_show_scope): Likewise.
23372         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23373         * elf/dl-version.c (match_symbol): Likewise.
23374         (_dl_check_map_versions): Likewise.
23375         * elf/rtld.c (dl_main): Likewise.
23376         (print_unresolved): Use RTLD_PROGNAME.
23377         (print_missing_version): Likewise.
23378         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23379         (elf_machine_rela): Likewise.
23380         * sysdeps/powerpc/powerpc32/dl-machine.c
23381         (__process_machine_rela): Likewise.
23382         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23383         Likewise.
23384         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23385         Likewise.
23386         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23387         Likewise.
23388         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23389         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23390         Likewise.
23391         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23392         Likewise.
23393         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23394
23395 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23396
23397         * po/be.po: Add descriptive title.
23398         * po/zh_CN.po: Likewise.
23399         * po/header.pot: Likewise.
23400
23401 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23402
23403         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23404         error message.
23405         (enlarge_archive): Likewise.
23406
23407 2013-05-28  Ben North  <ben@redfrontdoor.org>
23408
23409         * manual/arith.texi (frexp): It is the magnitude of the return
23410         value which lies in [0.5, 1), not the return value itself.
23411
23412 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23413
23414         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23415
23416 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23417
23418         * stdio-common/bug26.c (main): Correct fscanf template.
23419
23420         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23421         declare _dl_skip_args.
23422
23423         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23424         Don't declare.
23425
23426         * manual/platform.texi: Add missing @end deftypefun.
23427
23428 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23429
23430         [BZ #15529]
23431         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23432         bit of mantissa of 2^16382.
23433         * math/libm-test.inc (hypot_test_data): Add more tests.
23434
23435         * math/libm-test.inc: Add drem and pow10 to list of tested
23436         functions.
23437         (pow10_test): New function.
23438         (drem_test): Likewise.
23439         (drem_test_tonearest): Likewise.
23440         (drem_test_towardzero): Likewise.
23441         (drem_test_downward): Likewise.
23442         (drem_test_upward): Likewise.
23443         (main): Call the new functions.
23444
23445         * math/libm-test.inc (finite_test_data): Remove.
23446         (finite_test): Run tests from isfinite_test_data.
23447         (gamma_test_data): Remove.
23448         (gamma_test): Run tests from lgamma_test_data.
23449         * sysdeps/i386/fpu/libm-test-ulps: Update.
23450         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23451
23452 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23453
23454         * manual/platform.texi: Add PowerPC PPR function set documentation.
23455         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23456         implementation.
23457
23458 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23459
23460         * math/libm-test.inc (MAX_EXP): Define.
23461         (ULPDIFF): Define.
23462         (ulp): New function.
23463         (check_float_internal): Use ULPDIFF.
23464         (cpow_test): Disable failing test.
23465         (check_ulp): Test ulp() implemetnation.
23466         (main): Call check_ulp before starting tests.
23467
23468 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23469
23470         * math/gen-libm-test.pl (generate_testfile): Do not handle
23471         START_DATA and END_DATA.
23472         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23473         END_DATA.
23474         (acos_tonearest_test_data): Likewise.
23475         (acos_towardzero_test_data): Likewise.
23476         (acos_downward_test_data): Likewise.
23477         (acos_upward_test_data): Likewise.
23478         (acosh_test_data): Likewise.
23479         (asin_test_data): Likewise.
23480         (asin_tonearest_test_data): Likewise.
23481         (asin_towardzero_test_data): Likewise.
23482         (asin_downward_test_data): Likewise.
23483         (asin_upward_test_data): Likewise.
23484         (asinh_test_data): Likewise.
23485         (atan_test_data): Likewise.
23486         (atanh_test_data): Likewise.
23487         (atan2_test_data): Likewise.
23488         (cabs_test_data): Likewise.
23489         (cacos_test_data): Likewise.
23490         (cacosh_test_data): Likewise.
23491         (carg_test_data): Likewise.
23492         (casin_test_data): Likewise.
23493         (casinh_test_data): Likewise.
23494         (catan_test_data): Likewise.
23495         (catanh_test_data): Likewise.
23496         (cbrt_test_data): Likewise.
23497         (ccos_test_data): Likewise.
23498         (ccosh_test_data): Likewise.
23499         (ceil_test_data): Likewise.
23500         (cexp_test_data): Likewise.
23501         (cimag_test_data): Likewise.
23502         (clog_test_data): Likewise.
23503         (clog10_test_data): Likewise.
23504         (conj_test_data): Likewise.
23505         (copysign_test_data): Likewise.
23506         (cos_test_data): Likewise.
23507         (cos_tonearest_test_data): Likewise.
23508         (cos_towardzero_test_data): Likewise.
23509         (cos_downward_test_data): Likewise.
23510         (cos_upward_test_data): Likewise.
23511         (cosh_test_data): Likewise.
23512         (cosh_tonearest_test_data): Likewise.
23513         (cosh_towardzero_test_data): Likewise.
23514         (cosh_downward_test_data): Likewise.
23515         (cosh_upward_test_data): Likewise.
23516         (cpow_test_data): Likewise.
23517         (cproj_test_data): Likewise.
23518         (creal_test_data): Likewise.
23519         (csin_test_data): Likewise.
23520         (csinh_test_data): Likewise.
23521         (csqrt_test_data): Likewise.
23522         (ctan_test_data): Likewise.
23523         (ctan_tonearest_test_data): Likewise.
23524         (ctan_towardzero_test_data): Likewise.
23525         (ctan_downward_test_data): Likewise.
23526         (ctan_upward_test_data): Likewise.
23527         (ctanh_test_data): Likewise.
23528         (ctanh_tonearest_test_data): Likewise.
23529         (ctanh_towardzero_test_data): Likewise.
23530         (ctanh_downward_test_data): Likewise.
23531         (ctanh_upward_test_data): Likewise.
23532         (erf_test_data): Likewise.
23533         (erfc_test_data): Likewise.
23534         (exp_test_data): Likewise.
23535         (exp_tonearest_test_data): Likewise.
23536         (exp_towardzero_test_data): Likewise.
23537         (exp_downward_test_data): Likewise.
23538         (exp_upward_test_data): Likewise.
23539         (exp10_test_data): Likewise.
23540         (exp2_test_data): Likewise.
23541         (expm1_test_data): Likewise.
23542         (fabs_test_data): Likewise.
23543         (fdim_test_data): Likewise.
23544         (finite_test_data): Likewise.
23545         (floor_test_data): Likewise.
23546         (fma_test_data): Likewise.
23547         (fma_towardzero_test_data): Likewise.
23548         (fma_downward_test_data): Likewise.
23549         (fma_upward_test_data): Likewise.
23550         (fmax_test_data): Likewise.
23551         (fmin_test_data): Likewise.
23552         (fmod_test_data): Likewise.
23553         (fpclassify_test_data): Likewise.
23554         (frexp_test_data): Likewise.
23555         (gamma_test_data): Likewise.
23556         (hypot_test_data): Likewise.
23557         (ilogb_test_data): Likewise.
23558         (isfinite_test_data): Likewise.
23559         (isgreater_test_data): Likewise.
23560         (isgreaterequal_test_data): Likewise.
23561         (isinf_test_data): Likewise.
23562         (isless_test_data): Likewise.
23563         (islessequal_test_data): Likewise.
23564         (islessgreater_test_data): Likewise.
23565         (isnan_test_data): Likewise.
23566         (isnormal_test_data): Likewise.
23567         (issignaling_test_data): Likewise.
23568         (isunordered_test_data): Likewise.
23569         (j0_test_data): Likewise.
23570         (j1_test_data): Likewise.
23571         (jn_test_data): Likewise.
23572         (ldexp_test_data): Likewise.
23573         (lgamma_test_data): Likewise.
23574         (lrint_test_data): Likewise.
23575         (lrint_tonearest_test_data): Likewise.
23576         (lrint_towardzero_test_data): Likewise.
23577         (lrint_downward_test_data): Likewise.
23578         (lrint_upward_test_data): Likewise.
23579         (llrint_test_data): Likewise.
23580         (llrint_tonearest_test_data): Likewise.
23581         (llrint_towardzero_test_data): Likewise.
23582         (llrint_downward_test_data): Likewise.
23583         (llrint_upward_test_data): Likewise.
23584         (log_test_data): Likewise.
23585         (log10_test_data): Likewise.
23586         (log1p_test_data): Likewise.
23587         (log2_test_data): Likewise.
23588         (logb_test_data): Likewise.
23589         (logb_downward_test_data): Likewise.
23590         (lround_test_data): Likewise.
23591         (llround_test_data): Likewise.
23592         (modf_test_data): Likewise.
23593         (nearbyint_test_data): Likewise.
23594         (nextafter_test_data): Likewise.
23595         (nexttoward_test_data): Likewise.
23596         (pow_test_data): Likewise.
23597         (pow_tonearest_test_data): Likewise.
23598         (pow_towardzero_test_data): Likewise.
23599         (pow_downward_test_data): Likewise.
23600         (pow_upward_test_data): Likewise.
23601         (remainder_test_data): Likewise.
23602         (remainder_tonearest_test_data): Likewise.
23603         (remainder_towardzero_test_data): Likewise.
23604         (remainder_downward_test_data): Likewise.
23605         (remainder_upward_test_data): Likewise.
23606         (remquo_test_data): Likewise.
23607         (rint_test_data): Likewise.
23608         (rint_tonearest_test_data): Likewise.
23609         (rint_towardzero_test_data): Likewise.
23610         (rint_downward_test_data): Likewise.
23611         (rint_upward_test_data): Likewise.
23612         (round_test_data): Likewise.
23613         (scalb_test_data): Likewise.
23614         (scalbn_test_data): Likewise.
23615         (scalbln_test_data): Likewise.
23616         (signbit_test_data): Likewise.
23617         (sin_test_data): Likewise.
23618         (sin_tonearest_test_data): Likewise.
23619         (sin_towardzero_test_data): Likewise.
23620         (sin_downward_test_data): Likewise.
23621         (sin_upward_test_data): Likewise.
23622         (sincos_test_data): Likewise.
23623         (sinh_test_data): Likewise.
23624         (sinh_tonearest_test_data): Likewise.
23625         (sinh_towardzero_test_data): Likewise.
23626         (sinh_downward_test_data): Likewise.
23627         (sinh_upward_test_data): Likewise.
23628         (sqrt_test_data): Likewise.
23629         (tan_test_data): Likewise.
23630         (tan_tonearest_test_data): Likewise.
23631         (tan_towardzero_test_data): Likewise.
23632         (tan_downward_test_data): Likewise.
23633         (tan_upward_test_data): Likewise.
23634         (tanh_test_data): Likewise.
23635         (tgamma_test_data): Likewise.
23636         (trunc_test_data): Likewise.
23637         (y0_test_data): Likewise.
23638         (y1_test_data): Likewise.
23639         (yn_test_data): Likewise.
23640         (significand_test_data): Likewise.
23641
23642         * math/gen-libm-test.pl (@functions): Remove variable.
23643         (generate_testfile): Don't handle START and END lines.
23644         * math/libm-test.inc (START): New macro.
23645         (END): Likewise.
23646         (END_COMPLEX): Likewise.
23647         (acos_test): Use END macro without arguments.
23648         (acos_test_tonearest): Likewise.
23649         (acos_test_towardzero): Likewise.
23650         (acos_test_downward): Likewise.
23651         (acos_test_upward): Likewise.
23652         (acosh_test): Likewise.
23653         (asin_test): Likewise.
23654         (asin_test_tonearest): Likewise.
23655         (asin_test_towardzero): Likewise.
23656         (asin_test_downward): Likewise.
23657         (asin_test_upward): Likewise.
23658         (asinh_test): Likewise.
23659         (atan_test): Likewise.
23660         (atanh_test): Likewise.
23661         (atan2_test): Likewise.
23662         (cabs_test): Likewise.
23663         (cacos_test): Use END_COMPLEX macro without arguments.
23664         (cacosh_test): Likewise.
23665         (carg_test): Use END macro without arguments.
23666         (casin_test): Use END_COMPLEX macro without arguments.
23667         (casinh_test): Likewise.
23668         (catan_test): Likewise.
23669         (catanh_test): Likewise.
23670         (cbrt_test): Use END macro without arguments.
23671         (ccos_test): Use END_COMPLEX macro without arguments.
23672         (ccosh_test): Likewise.
23673         (ceil_test): Use END macro without arguments.
23674         (cexp_test): Use END_COMPLEX macro without arguments.
23675         (cimag_test): Use END macro without arguments.
23676         (clog_test): Use END_COMPLEX macro without arguments.
23677         (clog10_test): Likewise.
23678         (conj_test): Likewise.
23679         (copysign_test): Use END macro without arguments.
23680         (cos_test): Likewise.
23681         (cos_test_tonearest): Likewise.
23682         (cos_test_towardzero): Likewise.
23683         (cos_test_downward): Likewise.
23684         (cos_test_upward): Likewise.
23685         (cosh_test): Likewise.
23686         (cosh_test_tonearest): Likewise.
23687         (cosh_test_towardzero): Likewise.
23688         (cosh_test_downward): Likewise.
23689         (cosh_test_upward): Likewise.
23690         (cpow_test): Use END_COMPLEX macro without arguments.
23691         (cproj_test): Likewise.
23692         (creal_test): Use END macro without arguments.
23693         (csin_test): Use END_COMPLEX macro without arguments.
23694         (csinh_test): Likewise.
23695         (csqrt_test): Likewise.
23696         (ctan_test): Likewise.
23697         (ctan_test_tonearest): Likewise.
23698         (ctan_test_towardzero): Likewise.
23699         (ctan_test_downward): Likewise.
23700         (ctan_test_upward): Likewise.
23701         (ctanh_test): Likewise.
23702         (ctanh_test_tonearest): Likewise.
23703         (ctanh_test_towardzero): Likewise.
23704         (ctanh_test_downward): Likewise.
23705         (ctanh_test_upward): Likewise.
23706         (erf_test): Use END macro without arguments.
23707         (erfc_test): Likewise.
23708         (exp_test): Likewise.
23709         (exp_test_tonearest): Likewise.
23710         (exp_test_towardzero): Likewise.
23711         (exp_test_downward): Likewise.
23712         (exp_test_upward): Likewise.
23713         (exp10_test): Likewise.
23714         (exp2_test): Likewise.
23715         (expm1_test): Likewise.
23716         (fabs_test): Likewise.
23717         (fdim_test): Likewise.
23718         (finite_test): Likewise.
23719         (floor_test): Likewise.
23720         (fma_test): Likewise.
23721         (fma_test_towardzero): Likewise.
23722         (fma_test_downward): Likewise.
23723         (fma_test_upward): Likewise.
23724         (fmax_test): Likewise.
23725         (fmin_test): Likewise.
23726         (fmod_test): Likewise.
23727         (fpclassify_test): Likewise.
23728         (frexp_test): Likewise.
23729         (gamma_test): Likewise.
23730         (hypot_test): Likewise.
23731         (ilogb_test): Likewise.
23732         (isfinite_test): Likewise.
23733         (isgreater_test): Likewise.
23734         (isgreaterequal_test): Likewise.
23735         (isinf_test): Likewise.
23736         (isless_test): Likewise.
23737         (islessequal_test): Likewise.
23738         (islessgreater_test): Likewise.
23739         (isnan_test): Likewise.
23740         (isnormal_test): Likewise.
23741         (issignaling_test): Likewise.
23742         (isunordered_test): Likewise.
23743         (j0_test): Likewise.
23744         (j1_test): Likewise.
23745         (jn_test): Likewise.
23746         (ldexp_test): Likewise.
23747         (lgamma_test): Likewise.
23748         (lrint_test): Likewise.
23749         (lrint_test_tonearest): Likewise.
23750         (lrint_test_towardzero): Likewise.
23751         (lrint_test_downward): Likewise.
23752         (lrint_test_upward): Likewise.
23753         (llrint_test): Likewise.
23754         (llrint_test_tonearest): Likewise.
23755         (llrint_test_towardzero): Likewise.
23756         (llrint_test_downward): Likewise.
23757         (llrint_test_upward): Likewise.
23758         (log_test): Likewise.
23759         (log10_test): Likewise.
23760         (log1p_test): Likewise.
23761         (log2_test): Likewise.
23762         (logb_test): Likewise.
23763         (logb_test_downward): Likewise.
23764         (lround_test): Likewise.
23765         (llround_test): Likewise.
23766         (modf_test): Likewise.
23767         (nearbyint_test): Likewise.
23768         (nextafter_test): Likewise.
23769         (nexttoward_test): Likewise.
23770         (pow_test): Likewise.
23771         (pow_test_tonearest): Likewise.
23772         (pow_test_towardzero): Likewise.
23773         (pow_test_downward): Likewise.
23774         (pow_test_upward): Likewise.
23775         (remainder_test): Likewise.
23776         (remainder_test_tonearest): Likewise.
23777         (remainder_test_towardzero): Likewise.
23778         (remainder_test_downward): Likewise.
23779         (remainder_test_upward): Likewise.
23780         (remquo_test): Likewise.
23781         (rint_test): Likewise.
23782         (rint_test_tonearest): Likewise.
23783         (rint_test_towardzero): Likewise.
23784         (rint_test_downward): Likewise.
23785         (rint_test_upward): Likewise.
23786         (round_test): Likewise.
23787         (scalb_test): Likewise.
23788         (scalbn_test): Likewise.
23789         (scalbln_test): Likewise.
23790         (signbit_test): Likewise.
23791         (sin_test): Likewise.
23792         (sin_test_tonearest): Likewise.
23793         (sin_test_towardzero): Likewise.
23794         (sin_test_downward): Likewise.
23795         (sin_test_upward): Likewise.
23796         (sincos_test): Likewise.
23797         (sinh_test): Likewise.
23798         (sinh_test_tonearest): Likewise.
23799         (sinh_test_towardzero): Likewise.
23800         (sinh_test_downward): Likewise.
23801         (sinh_test_upward): Likewise.
23802         (sqrt_test): Likewise.
23803         (tan_test): Likewise.
23804         (tan_test_tonearest): Likewise.
23805         (tan_test_towardzero): Likewise.
23806         (tan_test_downward): Likewise.
23807         (tan_test_upward): Likewise.
23808         (tanh_test): Likewise.
23809         (tgamma_test): Likewise.
23810         (trunc_test): Likewise.
23811         (y0_test): Likewise.
23812         (y1_test): Likewise.
23813         (yn_test): Likewise.
23814         (significand_test): Likewise.
23815
23816 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
23817
23818         [BZ #15381]
23819         * libio/genops.c (_IO_no_init): Initialize wide struct info.
23820
23821 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
23822
23823         [BZ #14894]
23824         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23825         __ppc_mdoio and __ppc_mdoom.
23826         * manual/platform.texi: Document new functions __ppc_yield,
23827         __ppc_mdoio and __ppc_mdoom.
23828
23829 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
23830
23831         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23832         (main): Mention "tls" pseudo-hwcap is legacy.
23833         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23834
23835 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23836
23837         * math/gen-libm-test.pl (parse_args): Output only string of
23838         arguments as text for test name, not full call or descriptions of
23839         tests for extra outputs.
23840         (generate_testfile): Do not pass function name to parse_args.
23841         Generate this_func variable from START.
23842         * math/libm-test.inc (struct test_f_f_data): Rename test_name
23843         field to arg_str.
23844         (struct test_ff_f_data): Likewise.
23845         (test_ff_f_data_nexttoward): Likewise.
23846         (struct test_fi_f_data): Likewise.
23847         (struct test_fl_f_data): Likewise.
23848         (struct test_if_f_data): Likewise.
23849         (struct test_fff_f_data): Likewise.
23850         (struct test_c_f_data): Likewise.
23851         (struct test_f_f1_data): Likewise.  Remove field extra_name.
23852         (struct test_fF_f1_data): Likewise.
23853         (struct test_ffI_f1_data): Likewise.
23854         (struct test_c_c_data): Rename test_name field to arg_str.
23855         (struct test_cc_c_data): Likewise.
23856         (struct test_f_i_data): Likewise.
23857         (struct test_ff_i_data): Likewise.
23858         (struct test_f_l_data): Likewise.
23859         (struct test_f_L_data): Likewise.
23860         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
23861         and extra2_name.
23862         (COMMON_TEST_SETUP): New macro.
23863         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23864         (COMMON_TEST_CLEANUP): Likewise.
23865         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23866         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
23867         macros.
23868         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23869         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
23870         macros.
23871         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23872         (RUN_TEST_fff_f): Take argument string.  Call new setup and
23873         cleanup macros.
23874         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23875         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
23876         macros.
23877         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23878         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
23879         macros.
23880         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23881         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
23882         cleanup macros.
23883         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23884         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
23885         cleanup macros.
23886         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23887         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
23888         cleanup macros.
23889         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23890         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
23891         macros.
23892         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
23893         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
23894         macros.
23895         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
23896         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
23897         macros.
23898         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
23899         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
23900         cleanup macros.
23901         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
23902         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
23903         cleanup macros.
23904         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
23905         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
23906         macros.
23907         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
23908         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
23909         cleanup macros.
23910         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
23911         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
23912         macros.
23913         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
23914         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
23915         macros.
23916         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
23917         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
23918         cleanup macros.
23919         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
23920
23921 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
23922
23923         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
23924         to _sifields.sigfault.
23925         (si_addr_lsb): Define new macro.
23926         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
23927         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23928         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
23929
23930 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
23931
23932         [BZ #15441]
23933         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
23934         returns -1.
23935         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
23936         null return -1.
23937         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
23938         loading the domain.
23939
23940 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23941
23942         * math/gen-libm-test.pl (parse_args): Do not include expected
23943         result in test name.
23944         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
23945         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23946         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23947         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23948         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23950
23951 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23952
23953         * benchtests/Makefile: Sort function entries.
23954
23955         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
23956         tanh, asinh, acosh, atanh.
23957         * benchtests/acos-inputs: New file.
23958         * benchtests/acosh-inputs: New file.
23959         * benchtests/asin-inputs: New file.
23960         * benchtests/asinh-inputs: New file.
23961         * benchtests/atanh-inputs: New file.
23962         * benchtests/cosh-inputs: New file.
23963         * benchtests/log-inputs: New file.
23964         * benchtests/sinh-inputs: New file.
23965         * benchtests/tanh-inputs: New file.
23966
23967 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
23968
23969         [BZ #15339]
23970         * posix/tst-getaddrinfo4.c: New test.
23971         * posix/Makefile (tests): Add it.
23972
23973 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23974
23975         [BZ #15339]
23976         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
23977         when no services were used.
23978         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
23979         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
23980
23981 2013-05-21  Andreas Schwab  <schwab@suse.de>
23982
23983         [BZ #15014]
23984         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
23985         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
23986         successful.
23987         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
23988         redundant variable declarations and reallocation of buffer when
23989         parsing as IPv6 address.  Always set NSS status when called from
23990         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
23991         buffer too small.  Correct computation of needed size.
23992         * nss/Makefile (tests): Add test-digits-dots.
23993         * nss/test-digits-dots.c: New test.
23994
23995 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23996
23997         * benchtests/Makefile: Remove instructions for adding
23998         benchmark tests.
23999         * benchtests/README: New file to explain how to execute and
24000         enhance the benchmark tests.
24001
24002 2013-05-21  Andreas Schwab  <schwab@suse.de>
24003
24004         [BZ #15493]
24005         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24006         * setjmp/tst-sigsetjmp.c: New test.
24007
24008 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24009
24010         * sysdeps/x86_64/memset.S (memset): New implementation.
24011         (__bzero): Likewise.
24012         (__memset_tail): New function.
24013
24014 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24015
24016         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24017         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24018         __memcpy_sse2_unaligned ifunc selection.
24019         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24020         Add memcpy-sse2-unaligned.S.
24021         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24022         Add: __memcpy_sse2_unaligned.
24023
24024 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24025
24026         [BZ #15490]
24027         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24028         math_force_eval before restoring floating-point envrionment.
24029         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24030         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24031         Likewise.
24032         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24033         <math_private.h>.
24034         (__nearbyintl): Use math_force_eval before restoring
24035         floating-point environment.
24036         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24037
24038         * math/gen-libm-test.pl (special_functions): Remove.
24039         (parse_args): Don't handle TEST_extra.  Handle functions with no
24040         return value.
24041         * math/libm-test.inc (struct test_sincos_data): Replace with
24042         struct test_fFF_11_data.
24043         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24044         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24045         (sincos_test_data): Change element type to struct
24046         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24047         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24048         RUN_TEST_LOOP_sincos.
24049         * math/README.libm-test: Don't mention special handling of
24050         individual functions.
24051         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24052         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24053         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24054         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24055         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24057
24058         * math/gen-libm-test.pl (get_variable): Remove function.
24059         (parse_args): Don't show pointer parameters to call in test
24060         names.  Use "extra output N" in test names for extra outputs
24061         rather than naming variables.
24062
24063 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24064
24065         [BZ #15488]
24066         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24067         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24068         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24069         double tests.
24070         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24071         disable.
24072         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24073         check_long_double.
24074
24075         * math/gen-libm-test.pl (@tests): Remove variable.
24076         ($count): Likewise.
24077         (new_test): Remove function.
24078         (show_exceptions): New function.
24079         (special_functions): Use show_exceptions instead of new_test.
24080         (parse_args): Likewise.
24081         (generate_testfile): Pass only function name in generated call to
24082         print_max_error or print_complex_max_error.
24083         (get_ulps): Do not handle complex tests specially.
24084         (output_test): Rename to ...
24085         (get_all_ulps_for_test): ... this.  Return a string rather than
24086         printing to a file.  Require ulps to be present.
24087         (output_ulps): Generate arrays rather than #defines.
24088         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24089         (struct ulp_data): New type.
24090         (BUILD_COMPLEX_ULP): Remove macro.
24091         (compare_ulp_data): New function.
24092         (find_ulps): Likewise.
24093         (find_test_ulps): Likewise.
24094         (find_function_ulps): Likewise.
24095         (find_complex_function_ulps): Likewise.
24096         (print_max_error): Determine allowed ulps using
24097         find_function_ulps.
24098         (print_complex_max_error): Determine allowed ulps using
24099         find_complex_function_ulps.
24100         (check_float_internal): Determine max ulps using find_test_ulps.
24101         (check_float): Do not take max_ulp parameter.  Update call to
24102         check_float_internal.
24103         (check_complex): Likewise.
24104         (check_int): Do not take max_ulp parameter.
24105         (check_long): Likewise.
24106         (check_bool): Likewise.
24107         (check_longlong): Likewise.
24108         (struct test_f_f_data): Remove max_ulp field.
24109         (struct test_ff_f_data): Likewise.
24110         (struct test_ff_f_data_nexttoward): Likewise.
24111         (struct test_fi_f_data): Likewise.
24112         (struct test_fl_f_data): Likewise.
24113         (struct test_if_f_data): Likewise.
24114         (struct test_fff_f_data): Likewise.
24115         (struct test_c_f_data): Likewise.
24116         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24117         (struct test_fF_f1_data): Likewise.
24118         (struct test_ffI_f1_data): Likewise.
24119         (struct test_c_c_data): Remove max_ulp field.
24120         (struct test_cc_c_data): Likewise.
24121         (struct test_f_i_data): Likewise.
24122         (struct test_ff_i_data): Likewise.
24123         (struct test_f_l_data): Likewise.
24124         (struct test_f_L_data): Likewise.
24125         (struct test_sincos_data): Likewise.
24126         (RUN_TEST_f_f): Do not handle ulps.
24127         (RUN_TEST_LOOP_f_f): Likewise.
24128         (RUN_TEST_2_f): Likewise.
24129         (RUN_TEST_LOOP_2_f): Likewise.
24130         (RUN_TEST_fff_f): Likewise.
24131         (RUN_TEST_LOOP_fff_f): Likewise.
24132         (RUN_TEST_c_f): Likewise.
24133         (RUN_TEST_LOOP_c_f): Likewise.
24134         (RUN_TEST_f_f1): Likewise.
24135         (RUN_TEST_LOOP_f_f1): Likewise.
24136         (RUN_TEST_fF_f1): Likewise.
24137         (RUN_TEST_LOOP_fF_f1): Likewise.
24138         (RUN_TEST_fI_f1): Likewise.
24139         (RUN_TEST_LOOP_fI_f1): Likewise.
24140         (RUN_TEST_ffI_f1): Likewise.
24141         (RUN_TEST_LOOP_ffI_f1): Likewise.
24142         (RUN_TEST_c_c): Likewise.
24143         (RUN_TEST_LOOP_c_c): Likewise.
24144         (RUN_TEST_cc_c): Likewise.
24145         (RUN_TEST_LOOP_cc_c): Likewise.
24146         (RUN_TEST_f_i): Likewise.
24147         (RUN_TEST_LOOP_f_i): Likewise.
24148         (RUN_TEST_f_i_tg): Likewise.
24149         (RUN_TEST_LOOP_f_i_tg): Likewise.
24150         (RUN_TEST_ff_i_tg): Likewise.
24151         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24152         (RUN_TEST_f_b): Likewise.
24153         (RUN_TEST_LOOP_f_b): Likewise.
24154         (RUN_TEST_f_b_tg): Likewise.
24155         (RUN_TEST_LOOP_f_b_tg): Likewise.
24156         (RUN_TEST_f_l): Likewise.
24157         (RUN_TEST_LOOP_f_l): Likewise.
24158         (RUN_TEST_f_L): Likewise.
24159         (RUN_TEST_LOOP_f_L): Likewise.
24160         (RUN_TEST_sincos): Likewise.
24161         (RUN_TEST_LOOP_sincos): Likewise.
24162
24163 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24164
24165         [BZ #15480]
24166         [BZ #15485]
24167         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24168         main case of finite arguments, set rounding mode to FE_TONEAREST
24169         and discard exceptions.
24170         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24171         exceptions.
24172         (remainder_tonearest_test_data): New variable.
24173         (remainder_test_tonearest): New function.
24174         (remainder_towardzero_test_data): New variable.
24175         (remainder_test_towardzero): New function.
24176         (remainder_downward_test_data): New variable.
24177         (remainder_test_downward): New function.
24178         (remainder_upward_test_data): New variable.
24179         (remainder_test_upward): New function.
24180         (main): Call the new test functions.
24181
24182         * math/libm-test.inc (struct test_f_f1_data): Remove field
24183         extra_init.
24184         (struct test_fF_f1_data): Likewise.
24185         (struct test_ffI_f1_data): Likewise.
24186         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24187         based on value of EXTRA_EXPECTED.
24188         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24189         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24190         EXTRA_VAR based on value of EXTRA_EXPECTED.
24191         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24192         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24193         EXTRA_VAR based on value of EXTRA_EXPECTED.
24194         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24195         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24196         EXTRA_VAR based on value of EXTRA_EXPECTED.
24197         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24198         * math/gen-libm-test.pl (parse_args): Don't output initializers
24199         for extra output values.
24200
24201         * math/libm-test.inc (check_int): Expect result to be exactly
24202         equal to expected value and do not handle ulps.
24203         (check_long): Likewise.
24204         (check_longlong): Likewise.
24205
24206         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24207         exceptions.
24208         (cimag_test_data): Likewise.
24209         (conj_test_data): Likewise.
24210         (copysign_test_data): Likewise.
24211         (cproj_test_data): Likewise.
24212         (creal_test_data): Likewise.
24213         (fabs_test_data): Likewise.
24214         (fdim_test_data): Likewise.
24215         (finite_test_data): Likewise.
24216         (floor_test_data): Likewise.
24217         (fmax_test_data): Likewise.
24218         (fmin_test_data): Likewise.
24219         (fmod_test_data): Likewise.
24220         (fpclassify_test_data): Likewise.
24221         (frexp_test_data): Likewise.
24222         (ilogb_test_data): Likewise.
24223         (isfinite_test_data): Likewise.
24224         (isgreater_test_data): Likewise.
24225         (isgreaterequal_test_data): Likewise.
24226         (isinf_test_data): Likewise.
24227         (isless_test_data): Likewise.
24228         (islessequal_test_data): Likewise.
24229         (islessgreater_test_data): Likewise.
24230         (isnan_test_data): Likewise.
24231         (isnormal_test_data): Likewise.
24232         (issignaling_test_data): Likewise.
24233         (isunordered_test_data): Likewise.
24234         (ldexp_test_data): Likewise.
24235         (lrint_test_data): Likewise.
24236         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24237         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24238         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24239         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24240         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24241         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24242         test input.
24243         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24244         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24245         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24246         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24247         that test input.
24248         (lrint_downward_test_data): Test for "inexact" exceptions.
24249         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24250         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24251         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24252         test input.
24253         (lrint_upward_test_data): Test for "inexact" exceptions.
24254         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24255         test input.
24256         (llrint_test_data): Test for "inexact" exceptions.
24257         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24258         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24259         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24260         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24261         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24262         (llrint_downward_test_data): Test for "inexact" exceptions.
24263         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24264         (llrint_upward_test_data): Test for "inexact" exceptions.
24265         (logb_test_data): Likewise.
24266         (logb_downward_test_data): Likewise.
24267         (nextafter_test_data): Likewise.
24268         (nexttoward_test_data): Likewise.
24269         (remainder_test_data): Likewise.
24270         (remquo_test_data): Likewise.
24271         (scalbn_test_data): Likewise.
24272         (scalbln_test_data): Likewise.
24273         (signbit_test_data): Likewise.
24274         (sqrt_test_data): Likewise.
24275         (significand_test_data): Likewise.
24276
24277 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24278
24279         [BZ #15424]
24280         * benchtests/bench-modf.c (struct args): Mark arg0 as
24281         volatile.
24282         * scripts/bench.pl: Mark members of struct args as volatile.
24283
24284 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24285
24286         [BZ # 15497]
24287         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24288         negative infinity on POWER6 or lower.
24289         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24290
24291 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24292
24293         [BZ #15442]
24294         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24295         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24296         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24297         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24298         (_FP_SETQNAN): New macro.
24299         (_FP_SETQNAN_SEMIRAW): Likewise.
24300         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24301         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24302         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24303         (FP_EXTEND): Use _FP_FRAC_SNANP.
24304         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24305         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24306         into account.
24307         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24308         New macro.
24309         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24310         Likewise.
24311
24312 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24313
24314         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24315         with DIVIDE_BY_ZERO_EXCEPTION.
24316         (gamma_test_data): Likewise.
24317         (lgamma_test_data): Likewise.
24318         (log_test_data): Likewise.
24319         (log10_test_data): Likewise.
24320         (log2_test_data): Likewise.
24321         (tgamma_test_data): Likewise.
24322
24323         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24324         (acos_test_tonearest): Likewise.
24325         (acos_test_towardzero): Likewise.
24326         (acos_test_downward): Likewise.
24327         (acos_test_upward): Likewise.
24328         (acosh_test): Likewise.
24329         (asin_test): Likewise.
24330         (asin_test_tonearest): Likewise.
24331         (asin_test_towardzero): Likewise.
24332         (asin_test_downward): Likewise.
24333         (asin_test_upward): Likewise.
24334         (asinh_test): Likewise.
24335         (atan_test): Likewise.
24336         (atanh_test): Likewise.
24337         (atan2_test): Likewise.
24338         (cabs_test): Likewise.
24339         (cacos_test): Likewise.
24340         (cacosh_test): Likewise.
24341         (casin_test): Likewise.
24342         (casinh_test): Likewise.
24343         (catan_test): Likewise.
24344         (catanh_test): Likewise.
24345         (cbrt_test): Likewise.
24346         (ccos_test): Likewise.
24347         (ccosh_test): Likewise.
24348         (cexp_test): Likewise.
24349         (clog_test): Likewise.
24350         (clog10_test): Likewise.
24351         (cos_test): Likewise.
24352         (cos_test_tonearest): Likewise.
24353         (cos_test_towardzero): Likewise.
24354         (cos_test_downward): Likewise.
24355         (cos_test_upward): Likewise.
24356         (cosh_test): Likewise.
24357         (cosh_test_tonearest): Likewise.
24358         (cosh_test_towardzero): Likewise.
24359         (cosh_test_downward): Likewise.
24360         (cosh_test_upward): Likewise.
24361         (cpow_test): Likewise.
24362         (csin_test): Likewise.
24363         (csinh_test): Likewise.
24364         (csqrt_test): Likewise.
24365         (ctan_test): Likewise.
24366         (ctan_test_tonearest): Likewise.
24367         (ctan_test_towardzero): Likewise.
24368         (ctan_test_downward): Likewise.
24369         (ctan_test_upward): Likewise.
24370         (ctanh_test): Likewise.
24371         (ctanh_test_tonearest): Likewise.
24372         (ctanh_test_towardzero): Likewise.
24373         (ctanh_test_downward): Likewise.
24374         (ctanh_test_upward): Likewise.
24375         (erf_test): Likewise.
24376         (erfc_test): Likewise.
24377         (exp_test): Likewise.
24378         (exp_test_tonearest): Likewise.
24379         (exp_test_towardzero): Likewise.
24380         (exp_test_downward): Likewise.
24381         (exp_test_upward): Likewise.
24382         (exp10_test): Likewise.
24383         (exp2_test): Likewise.
24384         (expm1_test): Likewise.
24385         (fmod_test): Likewise.
24386         (gamma_test): Likewise.
24387         (hypot_test): Likewise.
24388         (j0_test): Likewise.
24389         (j1_test): Likewise.
24390         (jn_test): Likewise.
24391         (lgamma_test): Likewise.
24392         (log_test): Likewise.
24393         (log10_test): Likewise.
24394         (log1p_test): Likewise.
24395         (log2_test): Likewise.
24396         (logb_test_downward): Likewise.
24397         (pow_test): Likewise.
24398         (pow_test_tonearest): Likewise.
24399         (pow_test_towardzero): Likewise.
24400         (pow_test_downward): Likewise.
24401         (pow_test_upward): Likewise.
24402         (remainder_test): Likewise.
24403         (remquo_test): Likewise.
24404         (sin_test): Likewise.
24405         (sin_test_tonearest): Likewise.
24406         (sin_test_towardzero): Likewise.
24407         (sin_test_downward): Likewise.
24408         (sin_test_upward): Likewise.
24409         (sincos_test): Likewise.
24410         (sinh_test): Likewise.
24411         (sinh_test_tonearest): Likewise.
24412         (sinh_test_towardzero): Likewise.
24413         (sinh_test_downward): Likewise.
24414         (sinh_test_upward): Likewise.
24415         (sqrt_test): Likewise.
24416         (tan_test): Likewise.
24417         (tan_test_tonearest): Likewise.
24418         (tan_test_towardzero): Likewise.
24419         (tan_test_downward): Likewise.
24420         (tan_test_upward): Likewise.
24421         (tanh_test): Likewise.
24422         (tgamma_test): Likewise.
24423         (y0_test): Likewise.
24424         (y1_test): Likewise.
24425         (yn_test): Likewise.
24426
24427         * math/gen-libm-test.pl (adjust_arg): Remove function.
24428         (special_function): Remove argument $in_func.  Only handle
24429         generating output for tables of tests, not inside functions.
24430         (parse_args): Likewise.
24431         (generate_testfile): Remove variable $in_func.  Update call to
24432         parse_args.
24433         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24434         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24435         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24436         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24437         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24438         (MAX_VALUE_INIT): Rename macro to max_value.
24439         (MIN_VALUE_INIT): Rename macro to min_value.
24440         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24441         (plus_zero): Remove variable.
24442         (minus_zero): Likewise.
24443         (plus_infty): Likewise.
24444         (minus_infty): Likewise.
24445         (qnan_value): Likewise.
24446         (max_value): Likewise.
24447         (min_value): Likewise.
24448         (min_subnorm_value): Likewise.
24449
24450 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24451
24452         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24453         uint64_t or uint32_t usage.
24454         * crypt/sha256-block.c: Likewise.
24455         * crypt/sha256-crypt.c: Likewise.
24456         * crypt/sha256.c: Likewise.
24457         * crypt/sha512-block.c: Likewise.
24458         * crypt/sha512-crypt.c: Likewise.
24459         * crypt/sha512.c: Likewise.
24460         * debug/backtrace-tst.c: Likewise.
24461         * debug/pcprofiledump.c: Likewise.
24462         * elf/cache.c: Likewise.
24463         * elf/dl-cache.c: Likewise.
24464         * elf/dl-misc.c: Likewise.
24465         * elf/dl-profile.c: Likewise.
24466         * elf/dl-support.c: Likewise.
24467         * elf/ldconfig.c: Likewise.
24468         * elf/sprof.c: Likewise.
24469         * iconv/dummy-repertoire.c: Likewise.
24470         * iconv/iconv_charmap.c: Likewise.
24471         * iconv/skeleton.c: Likewise.
24472         * iconvdata/8bit-generic.c: Likewise.
24473         * iconvdata/cp737.h: Likewise.
24474         * iconvdata/cp775.h: Likewise.
24475         * iconvdata/ibm1008.h: Likewise.
24476         * iconvdata/ibm1025.h: Likewise.
24477         * iconvdata/ibm1046.h: Likewise.
24478         * iconvdata/ibm1097.h: Likewise.
24479         * iconvdata/ibm1112.h: Likewise.
24480         * iconvdata/ibm1122.h: Likewise.
24481         * iconvdata/ibm1123.h: Likewise.
24482         * iconvdata/ibm1124.h: Likewise.
24483         * iconvdata/ibm1129.h: Likewise.
24484         * iconvdata/ibm1130.h: Likewise.
24485         * iconvdata/ibm1132.h: Likewise.
24486         * iconvdata/ibm1133.h: Likewise.
24487         * iconvdata/ibm1137.h: Likewise.
24488         * iconvdata/ibm1140.h: Likewise.
24489         * iconvdata/ibm1141.h: Likewise.
24490         * iconvdata/ibm1142.h: Likewise.
24491         * iconvdata/ibm1143.h: Likewise.
24492         * iconvdata/ibm1144.h: Likewise.
24493         * iconvdata/ibm1145.h: Likewise.
24494         * iconvdata/ibm1146.h: Likewise.
24495         * iconvdata/ibm1147.h: Likewise.
24496         * iconvdata/ibm1148.h: Likewise.
24497         * iconvdata/ibm1149.h: Likewise.
24498         * iconvdata/ibm1153.h: Likewise.
24499         * iconvdata/ibm1154.h: Likewise.
24500         * iconvdata/ibm1155.h: Likewise.
24501         * iconvdata/ibm1156.h: Likewise.
24502         * iconvdata/ibm1157.h: Likewise.
24503         * iconvdata/ibm1158.h: Likewise.
24504         * iconvdata/ibm1160.h: Likewise.
24505         * iconvdata/ibm1161.h: Likewise.
24506         * iconvdata/ibm1162.h: Likewise.
24507         * iconvdata/ibm1163.h: Likewise.
24508         * iconvdata/ibm1164.h: Likewise.
24509         * iconvdata/ibm1166.h: Likewise.
24510         * iconvdata/ibm1167.h: Likewise.
24511         * iconvdata/ibm12712.h: Likewise.
24512         * iconvdata/ibm1390.h: Likewise.
24513         * iconvdata/ibm1399.h: Likewise.
24514         * iconvdata/ibm16804.h: Likewise.
24515         * iconvdata/ibm4517.h: Likewise.
24516         * iconvdata/ibm4899.h: Likewise.
24517         * iconvdata/ibm4909.h: Likewise.
24518         * iconvdata/ibm4971.h: Likewise.
24519         * iconvdata/ibm5347.h: Likewise.
24520         * iconvdata/ibm803.h: Likewise.
24521         * iconvdata/ibm856.h: Likewise.
24522         * iconvdata/ibm901.h: Likewise.
24523         * iconvdata/ibm902.h: Likewise.
24524         * iconvdata/ibm9030.h: Likewise.
24525         * iconvdata/ibm9066.h: Likewise.
24526         * iconvdata/ibm921.h: Likewise.
24527         * iconvdata/ibm922.h: Likewise.
24528         * iconvdata/ibm9448.h: Likewise.
24529         * iconvdata/isiri-3342.h: Likewise.
24530         * iconvdata/jis0201.h: Likewise.
24531         * include/link.h: Likewise.
24532         * include/netdb.h: Likewise.
24533         * inet/check_native.c: Likewise.
24534         * inet/check_pf.c: Likewise.
24535         * inet/getipv4sourcefilter.c: Likewise.
24536         * inet/getnameinfo.c: Likewise.
24537         * inet/getsourcefilter.c: Likewise.
24538         * inet/htonl.c: Likewise.
24539         * inet/setipv4sourcefilter.c: Likewise.
24540         * inet/setsourcefilter.c: Likewise.
24541         * inet/test-inet6_opt.c: Likewise.
24542         * inet/tst-network.c: Likewise.
24543         * locale/C-collate.c: Likewise.
24544         * locale/C-ctype.c: Likewise.
24545         * locale/C-time.c: Likewise.
24546         * locale/C-translit.h: Likewise.
24547         * locale/loadarchive.c: Likewise.
24548         * locale/programs/3level.h: Likewise.
24549         * locale/programs/charmap.c: Likewise.
24550         * locale/programs/charmap.h: Likewise.
24551         * locale/programs/ld-address.c: Likewise.
24552         * locale/programs/ld-collate.c: Likewise.
24553         * locale/programs/ld-ctype.c: Likewise.
24554         * locale/programs/ld-identification.c: Likewise.
24555         * locale/programs/ld-measurement.c: Likewise.
24556         * locale/programs/ld-messages.c: Likewise.
24557         * locale/programs/ld-monetary.c: Likewise.
24558         * locale/programs/ld-name.c: Likewise.
24559         * locale/programs/ld-numeric.c: Likewise.
24560         * locale/programs/ld-paper.c: Likewise.
24561         * locale/programs/ld-telephone.c: Likewise.
24562         * locale/programs/ld-time.c: Likewise.
24563         * locale/programs/linereader.c: Likewise.
24564         * locale/programs/locale.c: Likewise.
24565         * locale/programs/locarchive.c: Likewise.
24566         * locale/programs/locfile.h: Likewise.
24567         * locale/programs/repertoire.c: Likewise.
24568         * locale/programs/simple-hash.c: Likewise.
24569         * locale/programs/simple-hash.h: Likewise.
24570         * malloc/memusage.c: Likewise.
24571         * malloc/memusagestat.c: Likewise.
24572         * nis/nis_defaults.c: Likewise.
24573         * nis/nis_hash.c: Likewise.
24574         * nis/nis_print.c: Likewise.
24575         * nis/nis_xdr.c: Likewise.
24576         * nscd/connections.c: Likewise.
24577         * nscd/hstcache.c: Likewise.
24578         * nscd/nscd_gethst_r.c: Likewise.
24579         * nscd/nscd_getserv_r.c: Likewise.
24580         * nscd/nscd_helper.c: Likewise.
24581         * nscd/servicescache.c: Likewise.
24582         * nss/makedb.c: Likewise.
24583         * nss/nss_db/db-XXX.c: Likewise.
24584         * nss/nss_db/db-initgroups.c: Likewise.
24585         * nss/nss_db/db-netgrp.c: Likewise.
24586         * nss/nss_files/files-network.c: Likewise.
24587         * nss/nss_files/files-parse.c: Likewise.
24588         * posix/bug-regex5.c: Likewise.
24589         * posix/fnmatch_loop.c: Likewise.
24590         * posix/regcomp.c: Likewise.
24591         * posix/regexec.c: Likewise.
24592         * posix/tst-rfc3484-2.c: Likewise.
24593         * posix/tst-rfc3484-3.c: Likewise.
24594         * posix/tst-rfc3484.c: Likewise.
24595         * resolv/nss_dns/dns-canon.c: Likewise.
24596         * resolv/nss_dns/dns-network.c: Likewise.
24597         * resolv/res_init.c: Likewise.
24598         * resolv/res_mkquery.c: Likewise.
24599         * resolv/tst-aton.c: Likewise.
24600         * stdlib/cxa_atexit.c: Likewise.
24601         * stdlib/cxa_finalize.c: Likewise.
24602         * stdlib/gen-fpioconst.c: Likewise.
24603         * stdlib/strtol_l.c: Likewise.
24604         * string/tst-endian.c: Likewise.
24605         * sunrpc/auth_des.c: Likewise.
24606         * sunrpc/clnt_udp.c: Likewise.
24607         * sunrpc/rtime.c: Likewise.
24608         * sunrpc/svcauth_des.c: Likewise.
24609         * sunrpc/xdr.c: Likewise.
24610         * sunrpc/xdr_intXX_t.c: Likewise.
24611         * sunrpc/xdr_rec.c: Likewise.
24612         * sysdeps/generic/ldconfig.h: Likewise.
24613         * sysdeps/generic/ldsodefs.h: Likewise.
24614         * sysdeps/generic/memusage.h: Likewise.
24615         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24616         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24617         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24618         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24619         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24620         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24621         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24622         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24623         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24624         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24625         * sysdeps/posix/getaddrinfo.c: Likewise.
24626         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24627         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24628         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24629         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24630         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24631         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24632         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24633         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24634         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24635         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24636         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24637         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24638         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24639         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24640         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24641         * sysdeps/x86_64/dl-tls.h: Likewise.
24642         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24643         * time/alt_digit.c: Likewise.
24644         * time/era.c: Likewise.
24645         * wcsmbs/tst-c16c32-1.c: Likewise.
24646
24647 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24648
24649         * math/libm-test.inc (struct test_sincos_data): New type.
24650         (RUN_TEST_LOOP_sincos): New macro.
24651         (sincos_test_data): New variable.
24652         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24653
24654 2013-05-16  Richard Henderson  <rth@redhat.com>
24655
24656         * math/atest-exp2.c (LIMB64): New macro.
24657         (CONSTSZ): New macro.
24658         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24659         (hexdig): Move ...
24660         (print_mpn_fp): ... to function scope.
24661         (read_mpn_hex): Remove.
24662         (get_log2): Remove.
24663         (exp2_mpn): Use mp_log2.
24664         (main): Use mp_exp1.
24665
24666 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24667
24668         * math/libm-test.inc: Remove comment about not testing "inexact"
24669         exceptions.
24670         (INEXACT_EXCEPTION): New macro.
24671         (NO_INEXACT_EXCEPTION): Likewise.
24672         (INVALID_EXCEPTION_OK): Update value.
24673         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24674         (OVERFLOW_EXCEPTION_OK): Likewise.
24675         (UNDERFLOW_EXCEPTION_OK): Likewise.
24676         (IGNORE_ZERO_INF_SIGN): Likewise.
24677         (ERRNO_UNCHANGED): Likewise.
24678         (ERRNO_EDOM): Likewise.
24679         (ERRNO_ERANGE): Likewise.
24680         (test_exceptions): Handle testing "inexact" exceptions.
24681         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24682         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24683         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24684         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24685         INEXACT_EXCEPTION.
24686         (rint_towardzero_test_data): Likewise.
24687         (rint_downward_test_data): Likewise.
24688         (rint_upward_test_data): Likewise.
24689
24690         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24691         with OVERFLOW_EXCEPTION.
24692         (exp10_test_data): Likewise.
24693         (exp2_test_data): Likewise.
24694         (expm1_test_data): Likewise.
24695         (lgamma_test_data): Likewise.
24696         (pow_test_data): Likewise.
24697         (tgamma_test_data): Likewise.
24698         (yn_test_data): Remove duplicate test of overflow.
24699
24700         * math/libm-test.inc (struct test_cc_c_data): New type.
24701         (RUN_TEST_LOOP_cc_c): New macro.
24702         (cpow_test_data): New variable.
24703         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24704
24705         * math/libm-test.inc (struct test_f_L_data): New type.
24706         (RUN_TEST_LOOP_f_L): New macro.
24707         (llrint_test_data): New variable.
24708         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24709         (llrint_tonearest_test_data): New variable.
24710         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24711         (llrint_towardzero_test_data): New variable.
24712         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24713         (llrint_downward_test_data): New variable.
24714         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24715         (llrint_upward_test_data): New variable.
24716         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24717         (llround_test_data): New variable.
24718         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24719
24720 2013-05-13  Peter Collingbourne  <pcc@google.com>
24721
24722         * math/atest-exp2.c (get_log2): Remove const attribute.
24723
24724 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24725
24726         * math/libm-test.inc (struct test_f_l_data): New type.
24727         (RUN_TEST_LOOP_f_l): New macro.
24728         (lrint_test_data): New variable.
24729         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24730         (lrint_tonearest_test_data): New variable.
24731         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24732         (lrint_towardzero_test_data): New variable.
24733         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24734         (lrint_downward_test_data): New variable.
24735         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24736         (lrint_upward_test_data): New variable.
24737         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24738         (lround_test_data): New variable.
24739         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24740
24741 2013-05-15  Peter Collingbourne  <pcc@google.com>
24742
24743         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24744         (EXTRACT_WORDS64) Use where appropriate.
24745         (INSERT_WORDS64) Likewise.
24746
24747         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24748         constraints with x constraints.
24749         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24750
24751         * malloc/obstack.c (_obstack_compat): Add initializer.
24752
24753 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24754
24755         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24756         si_trapno and add si_addr_lsb to _sifields.sigfault.
24757         (si_trapno): Remove macro.
24758         (si_addr_lsb): Define new macro.
24759         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24760
24761 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24762
24763         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24764         instead of TEST_f_l.
24765         (llrint_test_tonearest): Likewise.
24766         (llrint_test_towardzero): Likewise.
24767         (llrint_test_downward): Likewise.
24768         (llrint_test_upward): Likewise.
24769         (llround_test): Likewise.
24770
24771         * math/libm-test.inc (struct test_f_i_data): Add comment.
24772         (RUN_TEST_LOOP_f_b): New macro.
24773         (RUN_TEST_LOOP_f_b_tg): Likewise.
24774         (finite_test_data): New variable.
24775         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24776         (isfinite_test_data): New variable.
24777         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24778         (isinf_test_data): New variable.
24779         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24780         (isnan_test_data): New variable.
24781         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24782         (isnormal_test_data): New variable.
24783         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24784         (issignaling_test_data): New variable.
24785         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24786         (signbit_test_data): New variable.
24787         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24788
24789         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24790         with INVALID_EXCEPTION.
24791         (acosh_test_data): Likewise.
24792         (asin_test_data): Likewise.
24793         (atanh_test_data): Likewise.
24794         (fmod_test_data): Likewise.
24795         (log_test_data): Likewise.
24796         (log10_test_data): Likewise.
24797         (log2_test_data): Likewise.
24798         (pow_test_data): Likewise.
24799         (sqrt_test_data): Likewise.
24800         (y0_test_data): Likewise.
24801         (y1_test_data): Likewise.
24802         (yn_test_data): Likewise.
24803
24804         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24805         function contents.
24806
24807         * math/libm-test.inc (struct test_ff_i_data): New type.
24808         (RUN_TEST_LOOP_ff_i_tg): New macro.
24809         (isgreater_test_data): New variable.
24810         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24811         (isgreaterequal_test_data): New variable.
24812         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24813         (isless_test_data): New variable.
24814         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24815         (islessequal_test_data): New variable.
24816         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24817         (islessgreater_test_data): New variable.
24818         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24819         (isunordered_test_data): New variable.
24820         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24821
24822 2013-05-14  David S. Miller  <davem@davemloft.net>
24823
24824         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24825
24826 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
24827
24828         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24829
24830         * math/libm-test.inc (struct test_fF_f1_data): Change type of
24831         extra_test to int.
24832         (struct test_f_i_data): Change type of max_ulp to int.
24833
24834         * math/libm-test.inc (test_ffI_f1_data): New type.
24835         (RUN_TEST_LOOP_ffI_f1): New macro.
24836         (remquo_test_data): New variable.
24837         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24838
24839         * setjmp/tst-setjmp-fp.c: New file.
24840         * setjmp/Makefile (tests): Add tst-setjmp-fp.
24841         (link-libm): New variable.
24842         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24843
24844         * math/libm-test.inc (struct test_f_i_data): New type.
24845         (RUN_TEST_LOOP_f_i): New macro.
24846         (RUN_TEST_LOOP_f_i_tg): Likewise.
24847         (fpclassify_test_data): New variable.
24848         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24849         (ilogb_test_data): New variable.
24850         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24851
24852         * math/libm-test.inc (scalbln_test): Correct function name in END
24853         call.
24854
24855         * math/libm-test.inc (struct test_f_f1_data): Add comment.
24856         (RUN_TEST_LOOP_fI_f1): New macro.
24857         (frexp_test_data): New variable.
24858         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24859
24860         * math/libm-test.inc (struct test_fF_f1_data): New type.
24861         (RUN_TEST_LOOP_fF_f1): New macro.
24862         (modf_test_data): New variable.
24863         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24864
24865         * math/libm-test.inc (struct test_f_f1_data): New type.
24866         (RUN_TEST_LOOP_f_f1): New macro.
24867         (gamma_test_data): New variable.
24868         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24869         (lgamma_test_data): New variable.
24870         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24871
24872 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
24873
24874         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24875         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24876         (main): Comment "tls" pseudo-hwcap.
24877
24878 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
24879
24880         * math/libm-test.inc (struct test_fl_f_data): New type.
24881         (RUN_TEST_LOOP_fl_f): New variable.
24882         (scalbln_test_data): New variable.
24883         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24884
24885         * math/libm-test.inc (struct test_fi_f_data): New type.
24886         (RUN_TEST_LOOP_fi_f): New macro.
24887         (ldexp_test_data): New variable.
24888         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24889         (scalbn_test_data): New variable.
24890         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
24891
24892         * math/libm-test.inc (struct test_c_f_data): New type.
24893         (RUN_TEST_LOOP_c_f): New macro.
24894         (cabs_test_data): New variable.
24895         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
24896         (carg_test_data): New variable.
24897         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
24898         (cimag_test_data): New variable.
24899         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
24900         (creal_test_data): New variable.
24901         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
24902
24903         * math/libm-test.inc (struct test_if_f_data): New type.
24904         (RUN_TEST_LOOP_if_f): New macro.
24905         (jn_test_data): New variable.
24906         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
24907         (yn_test_data): New variable.
24908         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
24909
24910         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
24911
24912 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24913
24914         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
24915         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
24916
24917 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24918
24919         * benchtests/Makefile (CPPFLAGS-nonlib): Add
24920         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
24921         (bench-deps): Add bench-timing.h.
24922         * benchtests-bench-skeleton.c: Include bench-timing.h.
24923         (main): Use TIMING_* macros instead of clock_gettime.
24924         * benchtests/bench-timing.h: New file.
24925
24926         [BZ #14582]
24927         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
24928         Renamed from _LIB_VERSION.
24929         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
24930
24931 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
24932
24933         * math/libm-test.inc (struct test_fff_f_data): New type.
24934         (RUN_TEST_LOOP_fff_f): New macro.
24935         (fma_test_data): New variable.
24936         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
24937         (fma_towardzero_test_data): New variable.
24938         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
24939         (fma_downward_test_data): New variable.
24940         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
24941         (fma_upward_test_data): New variable.
24942         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
24943
24944         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
24945         (struct test_c_c_data): New type.
24946         (RUN_TEST_LOOP_c_c): New macro.
24947         (cacos_test_data): New variable.
24948         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
24949         (cacosh_test_data): New variable.
24950         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
24951         (casin_test_data): New variable.
24952         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
24953         (casinh_test_data): New variable.
24954         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
24955         (catan_test_data): New variable.
24956         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
24957         (catanh_test_data): New variable.
24958         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
24959         (ccos_test_data): New variable.
24960         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
24961         (ccosh_test_data): New variable.
24962         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
24963         (cexp_test_data): New variable.
24964         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
24965         (clog_test_data): New variable.
24966         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
24967         (clog10_test_data): New variable.
24968         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
24969         (conj_test_data): New variable.
24970         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
24971         (cproj_test_data): New variable.
24972         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
24973         (csin_test_data): New variable.
24974         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
24975         (csinh_test_data): New variable.
24976         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
24977         (csqrt_test_data): New variable.
24978         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
24979         (ctan_test_data): New variable.
24980         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
24981         (ctan_tonearest_test_data): New variable.
24982         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24983         (ctan_towardzero_test_data): New variable.
24984         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24985         (ctan_downward_test_data): New variable.
24986         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24987         (ctan_upward_test_data): New variable.
24988         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24989         (ctanh_test_data): New variable.
24990         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
24991         (ctanh_tonearest_test_data): New variable.
24992         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24993         (ctanh_towardzero_test_data): New variable.
24994         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24995         (ctanh_downward_test_data): New variable.
24996         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24997         (ctanh_upward_test_data): New variable.
24998         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24999         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25000         of BUILD_COMPLEX.
25001
25002         * math/libm-test.inc (struct test_ff_f_data): New type.
25003         (struct test_ff_f_data_nexttoward): Likewise.
25004         (RUN_TEST_LOOP_2_f): New macro.
25005         (RUN_TEST_LOOP_ff_f): Likewise.
25006         (atan2_test_data): New variable.
25007         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25008         (copysign_test_data): New variable.
25009         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25010         (fdim_test_data): New variable.
25011         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25012         (fmax_test_data): New variable.
25013         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25014         (fmin_test_data): New variable.
25015         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25016         (fmod_test_data): New variable.
25017         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25018         (hypot_test_data): New variable.
25019         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25020         (nextafter_test_data): New variable.
25021         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25022         (nexttoward_test_data): New variable.
25023         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25024         (pow_test_data): New variable.
25025         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25026         (pow_tonearest_test_data): New variable.
25027         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25028         (pow_towardzero_test_data): New variable.
25029         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25030         (pow_downward_test_data): New variable.
25031         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25032         (pow_upward_test_data): New variable.
25033         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25034         (remainder_test_data): New variable.
25035         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25036         (scalb_test_data): New variable.
25037         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25038         * sysdeps/i386/fpu/libm-test-ulps: Update.
25039
25040 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25041
25042         * math/libm-test.inc (fma_test): Use max_value instead of local
25043         variable fltmax.
25044         (nextafter_test): Likewise.
25045
25046         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25047         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25048         (acos_downward_test_data): New variable.
25049         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25050         (acos_upward_test_data): New variable.
25051         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25052         (acosh_test_data): New variable.
25053         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25054         (asin_test_data): New variable.
25055         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25056         (asin_tonearest_test_data): New variable.
25057         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25058         (asin_towardzero_test_data): New variable.
25059         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25060         (asin_downward_test_data): New variable.
25061         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25062         (asin_upward_test_data): New variable.
25063         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25064         (asinh_test_data): New variable.
25065         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25066         (atan_test_data): New variable.
25067         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25068         (atanh_test_data): New variable.
25069         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25070         (cbrt_test_data): New variable.
25071         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25072         (ceil_test_data): New variable.
25073         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25074         (cos_test_data): New variable.
25075         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25076         (cos_tonearest_test_data): New variable.
25077         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25078         (cos_towardzero_test_data): New variable.
25079         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25080         (cos_downward_test_data): New variable.
25081         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25082         (cos_upward_test_data): New variable.
25083         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25084         (cosh_test_data): New variable.
25085         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25086         (cosh_tonearest_test_data): New variable.
25087         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25088         (cosh_towardzero_test_data): New variable.
25089         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25090         (cosh_downward_test_data): New variable.
25091         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25092         (cosh_upward_test_data): New variable.
25093         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25094         (erf_test_data): New variable.
25095         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25096         (erfc_test_data): New variable.
25097         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25098         (exp_test_data): New variable.
25099         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25100         (exp_tonearest_test_data): New variable.
25101         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25102         (exp_towardzero_test_data): New variable.
25103         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25104         (exp_downward_test_data): New variable.
25105         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25106         (exp_upward_test_data): New variable.
25107         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25108         (exp10_test_data): New variable.
25109         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25110         (exp2_test_data): New variable.
25111         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25112         (expm1_test_data): New variable.
25113         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25114         (fabs_test_data): New variable.
25115         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25116         (floor_test_data): New variable.
25117         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25118         (j0_test_data): New variable.
25119         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25120         (j1_test_data): New variable.
25121         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25122         (log_test_data): New variable.
25123         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25124         (log10_test_data): New variable.
25125         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25126         (log1p_test_data): New variable.
25127         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25128         (log2_test_data): New variable.
25129         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25130         (logb_test_data): New variable.
25131         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25132         (logb_downward_test_data): New variable.
25133         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25134         (nearbyint_test_data): New variable.
25135         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25136         (rint_test_data): New variable.
25137         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25138         (rint_tonearest_test_data): New variable.
25139         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25140         (rint_towardzero_test_data): New variable.
25141         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25142         (rint_downward_test_data): New variable.
25143         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25144         (rint_upward_test_data): New variable.
25145         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25146         (round_test_data): New variable.
25147         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25148         (sin_test_data): New variable.
25149         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25150         (sin_tonearest_test_data): New variable.
25151         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25152         (sin_towardzero_test_data): New variable.
25153         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25154         (sin_downward_test_data): New variable.
25155         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25156         (sin_upward_test_data): New variable.
25157         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25158         (sinh_test_data): New variable.
25159         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25160         (sinh_tonearest_test_data): New variable.
25161         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25162         (sinh_towardzero_test_data): New variable.
25163         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25164         (sinh_downward_test_data): New variable.
25165         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25166         (sinh_upward_test_data): New variable.
25167         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25168         (sqrt_test_data): New variable.
25169         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25170         (tan_test_data): New variable.
25171         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25172         (tan_tonearest_test_data): New variable.
25173         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25174         (tan_towardzero_test_data): New variable.
25175         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25176         (tan_downward_test_data): New variable.
25177         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25178         (tan_upward_test_data): New variable.
25179         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25180         (tanh_test_data): New variable.
25181         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25182         (tgamma_test_data): New variable.
25183         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25184         (trunc_test_data): New variable.
25185         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25186         (y0_test_data): New variable.
25187         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25188         (y1_test_data): New variable.
25189         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25190         (significand_test_data): New variable.
25191         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25192
25193 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25194
25195         [BZ #12387]
25196         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25197
25198 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25199
25200         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25201
25202 2013-05-10  Andreas Jaeger  <aj@suse.de>
25203
25204         [BZ #15448]
25205         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25206         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25207
25208 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25209
25210         * math/gen-libm-test.pl (adjust_arg): New function.
25211         (special_functions): Handle generating output in both functions
25212         and arrays.
25213         (parse_args): Likewise.
25214         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25215         $in_func argument to parse_args.
25216         * math/libm-test.inc (struct test_f_f_data): New type.
25217         (IF_ROUND_INIT_): New macro.
25218         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25219         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25220         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25221         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25222         (ROUND_RESTORE_): Likewise.
25223         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25224         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25225         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25226         (ROUND_RESTORE_FE_UPWARD): Likewise.
25227         (RUN_TEST_LOOP_f_f): New macro.
25228         (acos_test_data): New variable.
25229         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25230         (acos_tonearest_test_data): New variable.
25231         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25232
25233 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25234
25235         * benchtests/bench-skeleton.c (startup): Fix coding style.
25236
25237 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25238
25239         [BZ #6809]
25240         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25241         negative infinity argument.
25242         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25243         negative infinity argument.
25244         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25245         negative infinity argument.
25246         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25247         domain errors.
25248
25249 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25250
25251         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25252         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25253         * iconv/iconv_prog.c (main): Likewise.
25254         * locale/programs/charmap-dir.c (charmap_readdir)
25255         (fopen_uncompressed): Likewise.
25256         * locale/programs/locfile.c (siblings_uncached)
25257         (write_locale_data): Use lstat64 instead of lstat.
25258         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25259         stat.
25260
25261 2013-05-10  Andreas Jaeger  <aj@suse.de>
25262
25263         [BZ #15395]
25264         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25265         localization.
25266         Include <locale.h>.
25267
25268 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25269
25270         * elf/dl-close.c (_dl_close_worker): Add comments.
25271
25272 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25273
25274         [BZ #15359]
25275         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25276         high part of pi/2.
25277         (__ieee754_rem_pio2l): Update comments.
25278
25279         [BZ #15429]
25280         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25281         high part of pi/2.
25282         (__ieee754_rem_pio2l): Update comments.
25283
25284         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25285         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25286
25287         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25288         M_PI_4l.
25289
25290         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25291         (M_PI_34_LOG10El): Likewise.
25292         (M_PI2_LOG10El): Likewise.
25293         (M_PI4_LOG10El): Likewise.
25294         (M_PI_LOG10El): Likewise.
25295
25296 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25297
25298         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25299
25300 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25301
25302         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25303         (MINUS_ZERO_INIT): Likewise.
25304         (PLUS_INFTY_INIT): Likewise.
25305         (MINUS_INFTY_INIT): Likewise.
25306         (QNAN_VALUE_INIT): Likewise.
25307         (MAX_VALUE_INIT): Likewise.
25308         (MIN_VALUE_INIT): Likewise.
25309         (MIN_SUBNORM_VALUE_INIT): Likewise.
25310         (plus_zero): Initialize with PLUS_ZERO_INIT.
25311         (minus_zero): Initialize with MINUS_ZERO_INIT.
25312         (plus_infty): Initialize with PLUS_INFTY_INIT.
25313         (minus_infty): Initialize with MINUS_INFTY_INIT.
25314         (qnan_value): Initialize with QNAN_VALUE_INIT.
25315         (max_value): Initialize with MAX_VALUE_INIT.
25316         (min_value): Initialize with MIN_VALUE_INIT.
25317         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25318
25319         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25320         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25321         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25322         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25323
25324         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25325         (RUN_TEST_2_f): Likewise.
25326         (RUN_TEST_ff_f): Likewise.
25327         (RUN_TEST_fi_f): Likewise.
25328         (RUN_TEST_fl_f): Likewise.
25329         (RUN_TEST_fff_f): Likewise.
25330         (RUN_TEST_c_f): Likewise.
25331         (RUN_TEST_f_f1): Likewise.
25332         (RUN_TEST_fF_f1): Likewise.
25333         (RUN_TEST_fI_f1): Likewise.
25334         (RUN_TEST_ffI_f1): Likewise.
25335         (RUN_TEST_c_c): Likewise.
25336         (RUN_TEST_cc_c): Likewise.
25337         (RUN_TEST_f_i): Likewise.
25338         (RUN_TEST_f_i_tg): Likewise.
25339         (RUN_TEST_ff_i_tg): Likewise.
25340         (RUN_TEST_f_b): Likewise.
25341         (RUN_TEST_f_b_tg): Likewise.
25342         (RUN_TEST_f_l): Likewise.
25343         (RUN_TEST_f_L): Likewise.
25344         (RUN_TEST_sincos): Likewise.
25345         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25346         whether to show exceptions.  Do not include ");\n" in return
25347         value.
25348         (special_functions): Output call to RUN_TEST_sincos instead of
25349         check_float calls.  Update calls to new_test.
25350         (parse_args): Output call to single RUN_TEST_* macro instead of
25351         check_* calls and other assignments.  Update calls to new_test.
25352
25353         [BZ #2546]
25354         [BZ #2560]
25355         [BZ #5159]
25356         [BZ #15426]
25357         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25358         input to result for tgamma overflow.
25359         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25360         (gamma_coeff): New variable.
25361         (NCOEFF): New macro.
25362         (gamma_positive): New function.
25363         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25364         underflow here.  Use gamma_positive instead of exp (lgamma) for
25365         other arguments.
25366         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25367         (gamma_coeff): New variable.
25368         (NCOEFF): New macro.
25369         (gammaf_positive): New function.
25370         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25371         underflow here.  Use gamma_positive instead of exp (lgamma) for
25372         other arguments.
25373         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25374         (gamma_coeff): New variable.
25375         (NCOEFF): New macro.
25376         (gammal_positive): New function.
25377         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25378         underflow here.  Use gamma_positive instead of exp (lgamma) for
25379         other arguments.
25380         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25381         (gamma_coeff): New variable.
25382         (NCOEFF): New macro.
25383         (gammal_positive): New function.
25384         (__ieee754_gammal_r): Handle positive infinity, overflow and
25385         underflow here.  Handle NaN the same as positive infinity.  Remove
25386         check x < 0xffffffff for negative integers.  Use gamma_positive
25387         instead of exp (lgamma) for other arguments.
25388         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25389         (gamma_coeff): New variable.
25390         (NCOEFF): New macro.
25391         (gammal_positive): New function.
25392         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25393         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25394         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25395         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25396         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25397         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25398         * sysdeps/generic/math_private.h (__gamma_productf): New
25399         prototype.
25400         (__gamma_product): Likewise.
25401         (__gamma_productl): Likewise.
25402         * math/Makefile (libm-calls): Add gamma_product.
25403         * math/libm-test.inc (tgamma_test): Add more tests.
25404         * sysdeps/i386/fpu/libm-test-ulps: Update.
25405         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25406
25407 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25408
25409         * benchtests/bench-skeleton.c (main): Preheat CPU.
25410
25411 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25412
25413         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25414
25415 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25416
25417         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25418         and _dl_skip_args_internal.
25419
25420 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25421
25422         * manual/message.texi (Message Translation): Talk about users.
25423         Message to key mapping impacts design.
25424
25425 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25426
25427         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25428
25429         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25430
25431         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25432         * sysdeps/wordsize-64/glob64.c: ... here.
25433
25434         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25435         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25436         New macros.
25437
25438         * debug/getlogin_r_chk.c: Moved to ...
25439         * login/getlogin_r_chk.c: ... here.
25440         * debug/Makefile (routines): Move getlogin_r_chk to ...
25441         * login/Makefile (routines): ... here.
25442         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25443         * login/Versions (libc: GLIBC_2.4): ... here.
25444
25445         * io/poll.c (__poll): Renamed from poll.
25446         Add libc_hidden_def.
25447         (poll): Define as weak alias.
25448
25449         * debug/ptsname_r_chk.c: Moved to ...
25450         * login/ptsname_r_chk.c: ... here.
25451         * debug/Makefile (routines): Move ptsname_r_chk to ...
25452         * login/Makefile (routines): ... here.
25453         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25454         * login/Versions (libc: GLIBC_2.4): ... here.
25455
25456         * posix/getlogin.c: Moved to ...
25457         * login/getlogin.c: ... here.
25458         * posix/getlogin_r.c: Moved to ...
25459         * login/getlogin_r.c: ... here.
25460         * posix/getlogin_r.c: Moved to ...
25461         * login/getlogin_r.c: ... here.
25462         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25463         * login/Makefile (routines): ... here.
25464         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25465         * login/Versions (libc: GLIBC_2.0): ... here.
25466
25467         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25468         (setrlimit): Define as weak alias.
25469
25470         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25471         Call __ names for open, ftruncate, and close.
25472         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25473         (truncate): Define as weak alias.
25474
25475 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25476
25477         * math/gen-libm-test.pl (parse_args): Initialize x before each
25478         test of frexp, modf and remquo.
25479
25480         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25481         test signgam value.
25482
25483 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25484
25485         [BZ #15418]
25486         [BZ #15419]
25487         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25488         internal tests.
25489         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25490
25491 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25492
25493         * elf/dl-writev.h: New file.
25494         * elf/dl-misc.c: Include it.
25495         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25496         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25497
25498 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25499
25500         * math/libm-test.inc (noXFails): Remove variable.
25501         (noXPasses): Likewise.
25502         (BUILD_COMPLEX_INT): Remove macro.
25503         (print_screen): Remove xfail argument.
25504         (print_screen_max_error): Likewise.
25505         (update_stats): Likewise.
25506         (print_max_error): Likewise.  Update calls to other affected
25507         functions.
25508         (print_complex_max_error): Likewise.
25509         (test_single_exception): Update calls to print_screen.
25510         (test_single_errno): Likewise.
25511         (check_float_internal): Remove xfail argument.  Update calls to
25512         other affected functions.
25513         (check_float): Likewise.
25514         (check_complex): Likewise.
25515         (check_int): Likewise.
25516         (check_long): Likewise.
25517         (check_bool): Likewise.
25518         (check_longlong): Likewise.
25519         (main): Don't print noXFails and noXPasses.
25520         * math/gen-libm-test.pl (top level): Don't mention expected
25521         failure handling in comment.
25522         (new_test): Don't handle expected failures.
25523         (parse_args): Don't mention expected failure handling in comment.
25524         (generate_testfile): Don't handle expected failures.
25525         (parse_ulps): Likewise.
25526         (print_ulps_file): Likewise.
25527         (get_failure): Remove function.
25528         (output_test): Don't handle expected failures.
25529         * make/README.libm-test: Don't mention expected failure handling.
25530
25531         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25532         (minus_zero): Likewise.
25533         (plus_infty): Likewise.
25534         (minus_infty): Likewise.
25535         (qnan_value): Likewise.
25536         (max_value): Likewise.
25537         (min_value): Likewise.
25538         (min_subnorm_value): Likewise.
25539         (initialize): Do not initialize those variables dynamically.
25540
25541 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25542
25543         * io/open.c (__open_2): Moved to ...
25544         * io/open_2.c: ... this new file.
25545         * io/open64.c (__open64_2): Moved to ...
25546         * io/open64_2.c: ... this new file.
25547         * io/openat.c (__openat_2): Moved to ...
25548         * io/openat_2.c: ... this new file.
25549         * io/openat64.c (__openat64_2): Moved to ...
25550         * io/openat64_2.c: ... this new file.
25551         * io/Makefile (routines): Add them.
25552         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25553         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25554         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25555         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25556         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25557         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25558         (__openat64): Add hidden_ver.
25559         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25560         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25561
25562         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25563         Separately conditionalize setting of GLRO(dl_sysinfo) so
25564         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25565         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25566
25567 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25568
25569         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25570         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25571         definition.
25572         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25573         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25574         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25575         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25576         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25577
25578 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25579
25580         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25581         test signgam value.
25582
25583         * math/libm-test.inc (hypot_test): Do not use
25584         IGNORE_ZERO_INF_SIGN.
25585
25586 2013-05-03  Andreas Jaeger  <aj@suse.de>
25587
25588         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25589         Linux 3.9.
25590         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25591         (PF_MAX): Adjust for VSOCK change.
25592
25593 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25594
25595         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25596
25597 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25598
25599         [BZ #15264]
25600         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25601         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25602         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25603
25604 2013-05-02  David S. Miller  <davem@davemloft.net>
25605
25606         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25607
25608 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25609
25610         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25611
25612 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25613
25614         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25615
25616 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25617
25618         [BZ #14952]
25619         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25620         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25621         Use __attribute__ ((__gnu_inline__)).
25622         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25623         Don't use __attribute__ ((__gnu_inline__)).
25624
25625 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25626
25627         [BZ #15423]
25628         * math/s_catan.c (__catan): Handle small real or imaginary part of
25629         input specially to avoid spurious underflow.
25630         * math/s_catanf.c (__catanf): Likewise.
25631         * math/s_catanh.c (__catanh): Likewise.
25632         * math/s_catanhf.c (__catanhf): Likewise.
25633         * math/s_catanhl.c (__catanhl): Likewise.
25634         * math/s_catanl.c (__catanl): Likewise.
25635         * math/libm-test.inc (catan_test): Add more tests.
25636         (catanh_test): Likewise.
25637         * sysdeps/i386/fpu/libm-test-ulps: Update.
25638         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25639
25640 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25641
25642         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25643
25644 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25645
25646         [BZ #15416]
25647         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25648         accurately for denominator in atan2.
25649         * math/s_catanf.c (__catanf): Likewise.
25650         * math/s_catanh.c (__catanh): Likewise.
25651         * math/s_catanhf.c (__catanhf): Likewise.
25652         * math/s_catanhl.c (__catanhl): Likewise.
25653         * math/s_catanl.c (__catanl): Likewise.
25654         * math/libm-test.inc (catan_test): Add more tests.
25655         (catanh_test): Likewise.
25656         * sysdeps/i386/fpu/libm-test-ulps: Update.
25657         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25658
25659 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25660
25661         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25662
25663         * benchtests/Makefile (bench): Remove slow benchmarks.
25664         * benchtests/atan-inputs: Add slow benchmark inputs.
25665         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25666         (BENCH_FUNC): Accept variant offset.
25667         (VARIANT): Define.
25668         * benchtests/bench-skeleton.c (main): Run benchmark for each
25669         variant.
25670         * benchtests/cos-inputs: Add slow benchmark inputs.
25671         * benchtests/exp-inputs: Likewise.
25672         * benchtests/pow-inputs: Likewise.
25673         * benchtests/sin-inputs: Likewise.
25674         * benchtests/slowatan-inputs: Remove.
25675         * benchtests/slowatan.c: Remove.
25676         * benchtests/slowcos-inputs: Remove.
25677         * benchtests/slowcos.c: Remove.
25678         * benchtests/slowexp-inputs: Remove.
25679         * benchtests/slowexp.c: Remove.
25680         * benchtests/slowpow-inputs: Remove.
25681         * benchtests/slowpow.c: Remove.
25682         * benchtests/slowsin-inputs: Remove.
25683         * benchtests/slowsin.c: Remove.
25684         * benchtests/slowtan-inputs: Remove.
25685         * benchtests/slowtan.c: Remove.
25686         * benchtests/tan-inputs: Add slow benchmark inputs.
25687         * scripts/bench.pl: Parse comments and directives.
25688
25689         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25690         in CPPFLAGS.
25691         ($(objpfx)bench-%.c): Remove *-ITER.
25692         * benchtests/bench-modf.c: Remove definition of ITER.
25693         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25694         (main): Loop for DURATION seconds instead of fixed number of
25695         iterations.
25696         * scripts/bench.pl: Don't expect iterations in parameters.
25697
25698 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25699
25700         * io/fchdir.c (__fchdir): Renamed from fchdir.
25701         (fchdir): Define as weak alias.
25702
25703 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25704
25705         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25706         (ERRNO_EDOM): Likewise.
25707         (ERRNO_ERANGE): Likewise.
25708         (noErrnoTests): New variable.
25709         (init_max_error): Set errno to 0.
25710         (test_single_errno): New function.
25711         (test_errno): Likewise.
25712         (check_float_internal): Call test_errno.  Set errno to 0.
25713         (check_complex): Refer to errno tests in comment.
25714         (check_int): Call test_errno.  Set errno to 0.
25715         (check_long): Likewise.
25716         (check_bool): Likewise.
25717         (check_longlong): Likewise.
25718         (cos_test): Use ERRNO_* flags for errno tests instead of
25719         check_int.
25720         (expm1_test): Likewise.
25721         (fmod_test): Likewise.
25722         (ilogb_test): Likewise.
25723         (lgamma_test): Likewise.
25724         (pow_test): Likewise.
25725         (remainder_test): Likewise.
25726         (sin_test): Likewise.
25727         (tan_test): Likewise.
25728         (yn_test): Likewise.
25729         (initialize): Set errno to 0.
25730         (main): Print number of errno tests.
25731         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25732
25733 2013-04-29  Andreas Jaeger  <aj@suse.de>
25734
25735         [BZ #15084]
25736         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25737         and RES_USEVC.
25738
25739         [BZ #15085]
25740         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25741         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25742         unimplemented.
25743
25744         [BZ #15380]
25745         * stdlib/random.c (__initstate): Return NULL if
25746         __initstate fails.
25747
25748         [BZ #15086]
25749         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25750         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25751         RES_SNGLKUPREOP.
25752
25753 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25754
25755         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25756
25757 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25758
25759         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25760         of individual tests.
25761         (casin_test): Likewise.
25762         (casinh_test): Likewise.
25763
25764 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
25765
25766         [BZ #15409]
25767         * math/s_catan.c (__catan): Handle arguments with large real or
25768         imaginary part separately without squaring.
25769         * math/s_catanf.c (__catanf): Likewise.
25770         * math/s_catanh.c (__catanh): Likewise.
25771         * math/s_catanhf.c (__catanhf): Likewise.
25772         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25773         and redefine.
25774         (__catanhl): Handle arguments with large real or imaginary part
25775         separately without squaring.
25776         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25777         and redefine.
25778         (__catanl): Handle arguments with large real or imaginary part
25779         separately without squaring.
25780         * math/libm-test.inc (catan_test): Add more tests.
25781         (catanh_test): Likewise.
25782         * sysdeps/i386/fpu/libm-test-ulps: Update.
25783         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25784
25785 2013-04-27  Andreas Jaeger  <aj@suse.de>
25786
25787         [BZ #15007]
25788         * stdlib/stdlib.h: Update guards for qecvt.
25789         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25790         <stdlib.h>.
25791
25792 2013-04-27  Allan McRae  <allan@archlinux.org>
25793
25794         * sysdeps/i386/fpu/libm-test-ulps: Update.
25795
25796 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
25797
25798         [BZ #15406]
25799         * math/s_catan.c: Include <float.h>.
25800         (__catan): Ensure underflow exception occurs for underflowed
25801         result.
25802         * math/s_catanf.c: Include <float.h>.
25803         (__catanf): Ensure underflow exception occurs for underflowed
25804         result.
25805         * math/s_catanh.c: Include <float.h>.
25806         (__catanh): Ensure underflow exception occurs for underflowed
25807         result.
25808         * math/s_catanhf.c: Include <float.h>.
25809         (__catanhf): Ensure underflow exception occurs for underflowed
25810         result.
25811         * math/s_catanhl.c: Include <float.h>.
25812         (__catanhl): Ensure underflow exception occurs for underflowed
25813         result.
25814         * math/s_catanl.c: Include <float.h>.
25815         (__catanl): Ensure underflow exception occurs for underflowed
25816         result.
25817         * math/libm-test.inc (catan_test): Add more tests.
25818         (catanh_test): Likewise.
25819
25820         [BZ #15405]
25821         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25822         underflowed result.
25823         * math/s_ccoshf.c (__ccoshf): Likewise.
25824         * math/s_ccoshl.c (__ccoshl): Likewise.
25825         * math/s_csin.c (__csin): Likewise.
25826         * math/s_csinf.c (__csinf): Likewise.
25827         * math/s_csinh.c (__csinh): Likewise.
25828         * math/s_csinhf.c (__csinhf): Likewise.
25829         * math/s_csinhl.c (__csinhl): Likewise.
25830         * math/s_csinl.c (__csinl): Likewise.
25831         * math/libm-test.inc (ccos_test): Add more tests.
25832         (ccosh_test): Likewise.
25833         (csin_test): Likewise.
25834         (csinh_test): Likewise.
25835
25836 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25837
25838         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25839         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25840         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25841         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25842         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25843         powerpc/power5+/fpu folders.
25844         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25845
25846
25847 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
25848
25849         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25850
25851 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
25852
25853         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25854         additions to variable.
25855         [$(config-machine) = x86_64] (modules-names): Likewise.
25856         ($(objpfx)tst-audit3): Remove dependency.
25857         ($(objpfx)tst-audit3.out): Likewise.
25858         ($(objpfx)tst-audit4): Likewise.
25859         ($(objpfx)tst-audit4.out): Likewise.
25860         ($(objpfx)tst-audit5): Likewise.
25861         ($(objpfx)tst-audit5.out): Likewise.
25862         ($(objpfx)tst-audit6): Likewise.
25863         ($(objpfx)tst-audit6.out): Likewise.
25864         ($(objpfx)tst-audit7): Likewise.
25865         ($(objpfx)tst-audit7.out): Likewise.
25866         (tst-audit3-ENV): Remove variable.
25867         (tst-audit4-ENV): Likewise.
25868         (tst-audit5-ENV): Likewise.
25869         (tst-audit6-ENV): Likewise.
25870         (tst-audit7-ENV): Likewise.
25871         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25872         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25873         addition to variable.
25874         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25875         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25876         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25877         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25878         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25879         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25880         tst-audit3, tst-audit4 and tst-audit5.
25881         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25882         tst-audit6 and tst-audit7.
25883         [$(subdir) = elf] (modules-names): Add audit modules for those
25884         tests.
25885         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25886         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25887         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25888         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25889         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25890         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
25891         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
25892         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
25893         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
25894         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
25895         [$(subdir) = elf] (tst-audit3-ENV): New variable.
25896         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
25897         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
25898         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
25899         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
25900         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
25901         Likewise.
25902         [$(subdir) = elf && $(config-cflags-avx) = yes]
25903         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
25904         [$(subdir) = elf && $(config-cflags-avx) = yes]
25905         (CFLAGS-tst-auditmod4a.c): Likewise.
25906         [$(subdir) = elf && $(config-cflags-avx) = yes]
25907         (CFLAGS-tst-auditmod4b.c): Likewise.
25908         [$(subdir) = elf && $(config-cflags-avx) = yes]
25909         (CFLAGS-tst-auditmod6b.c): Likewise.
25910         [$(subdir) = elf && $(config-cflags-avx) = yes]
25911         (CFLAGS-tst-auditmod6c.c): Likewise.
25912         [$(subdir) = elf && $(config-cflags-avx) = yes]
25913         (CFLAGS-tst-auditmod7b.c): Likewise.
25914         * elf/tst-audit3.c: Move to ...
25915         * sysdeps/x86_64/tst-audit3.c: ... here.
25916         * elf/tst-audit4.c: Move to ...
25917         * sysdeps/x86_64/tst-audit4.c: ... here.
25918         * elf/tst-audit5.c: Move to ...
25919         * sysdeps/x86_64/tst-audit5.c: ... here.
25920         * elf/tst-audit6.c: Move to ...
25921         * sysdeps/x86_64/tst-audit6.c: ... here.
25922         * elf/tst-audit7.c: Move to ...
25923         * sysdeps/x86_64/tst-audit7.c: ... here.
25924         * elf/tst-auditmod3a.c: Move to ...
25925         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
25926         * elf/tst-auditmod3b.c: Move to ...
25927         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
25928         * elf/tst-auditmod4a.c: Move to ...
25929         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
25930         * elf/tst-auditmod4b.c: Move to ...
25931         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
25932         * elf/tst-auditmod5a.c: Move to ...
25933         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
25934         * elf/tst-auditmod5b.c: Move to ...
25935         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
25936         * elf/tst-auditmod6a.c: Move to ...
25937         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
25938         * elf/tst-auditmod6b.c: Move to ...
25939         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
25940         * elf/tst-auditmod6c.c: Move to ...
25941         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
25942         * elf/tst-auditmod7a.c: Move to ...
25943         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
25944         * elf/tst-auditmod7b.c: Move to ...
25945         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
25946
25947 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
25948
25949         [BZ #15366]
25950         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
25951         define unconditionally.
25952         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
25953         define unconditionally.
25954         (INT8_C, INT16_C, etc.): Likewise.
25955
25956 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
25957
25958         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
25959         __ehdr_start with hidden visibility.
25960
25961         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
25962
25963 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
25964
25965         * math/libm-test.inc (cos_test): Use accurate hex constants.
25966         (sincost_test): Likewise.
25967
25968 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
25969
25970         * math/libm-test.inc (catan_test): Add more tests.
25971         (catanh_test): Likewise.
25972
25973         * math/s_catanf.c (__catanf): Use suffixed floating-point
25974         constants.
25975         * math/s_catanhf.c (__catanhf): Likewise.
25976         * math/s_catanhl.c (__catanhl): Likewise.
25977         * math/s_catanl.c (__catanl): Likewise.
25978
25979         [BZ #15394]
25980         * math/s_catan.c (__catan): Calculate imaginary part of result
25981         with log1p not log unless computing log of number close to 0.
25982         * math/s_catanf.c (__catanf): Likewise.
25983         * math/s_catanl.c (__catanl): Likewise.
25984         * math/s_catanh.c (__catanh): Calculate real part of result with
25985         log1p not log unless computing log of number close to 0.
25986         * math/s_catanhf.c (__catanhf): Likewise.
25987         * math/s_catanhl.c (__catanhl): Likewise.
25988         * math/libm-test.inc (catan_test): Add more tests.
25989         (catanh_test): Likewise.
25990         * sysdeps/i386/fpu/libm-test-ulps: Update.
25991         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25992
25993 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25994
25995         * benchtests/Makefile: Mention files in which fast and slow
25996         paths of math functions are implemented.
25997
25998 2013-04-23  Roland McGrath  <roland@hack.frob.com>
25999
26000         * sysdeps/posix/timespec_get.c: New file.
26001
26002 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26003
26004         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26005         POWER.
26006         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26007         for POWER.
26008         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26009         powerpc/power5/fpu folders.
26010         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26011         * benchtests/Makefile: Add modf testcase.
26012         * benchtests/bench-modf.c: New file: Benchmark test for mo
26013
26014 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26015
26016         [BZ #14888]
26017         * time/Makefile (tests): Add tst-strptime-whitespace.
26018         * time/strptime_l.c (get_number): Use ISSPACE.
26019         (__strptime_internal): Likewise.
26020         * time/tst-strptime-whitespace.c: New test case.
26021
26022 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26023
26024         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26025         member.
26026         (_nss_files_init): Set it here.
26027
26028 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26029
26030         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26031         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26032         unsigned.
26033
26034 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26035
26036         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26037
26038 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26039
26040         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26041         size just once.
26042
26043 2013-04-21  David S. Miller  <davem@davemloft.net>
26044
26045         * po/ru.po: Update Russion translation from translation project.
26046
26047 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26048
26049         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26050         and setfsgid.
26051
26052 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26053
26054         * configure.in: Remove i386 configure warning. Remove i386 case.
26055         * configure: Regenerate.
26056         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26057         Add example to error message.
26058         * sysdeps/i386/configure: Regenerate.
26059
26060 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26061
26062         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26063         slowtan.
26064         * benchtests/cos-inputs: New file.
26065         * benchtests/slowcos-inputs: New file.
26066         * benchtests/slowcos.c: New file.
26067         * benchtests/slowtan-inputs: New file.
26068         * benchtests/slowtan.c: New file.
26069         * benchtests/tan-inputs: New file.
26070
26071 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26072
26073         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26074         considered kosher.
26075
26076 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26077
26078         * benchtests/Makefile: Include cppflags-iterator.mk to add
26079         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26080
26081         * Makefile.in (bench-clean): New target.
26082         * benchtests/Makefile (bench-clean): Likewise.
26083
26084 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26085
26086         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26087
26088 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26089
26090         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26091
26092 2013-04-15  Andreas Schwab  <schwab@suse.de>
26093
26094         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26095         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26096         * nscd/pwdcache.c (cache_addpw): Likewise.
26097         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26098         more than recsize.
26099
26100 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26101
26102         * benchtests/Makefile (bench): Write all output to
26103         bench-out.tmp together.
26104
26105 2013-04-15  Andreas Schwab  <schwab@suse.de>
26106
26107         * nscd/nscd.c (main): Don't fork again after closing files.
26108
26109 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26110
26111         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26112
26113         * benchtests/Rules (bench-deps): Collect dependencies into a
26114         single variable.  Add Makefile to dependencies.
26115         ($(objpfx)bench-%.c): Depend on bench-deps.
26116
26117 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26118             Xavier Roche  <roche+kml2@exalead.com>
26119
26120         [BZ #15361]
26121         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26122         just that it's a file descriptor.
26123         * manual/llio.texi (Synchronizing AIO Operations): Update description
26124         for EBADF error from aio_fsync.
26125
26126 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26127
26128         * Rules (bench): Move target definition...
26129         * benchtests/Makefile: ... here.
26130
26131 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26132
26133         * math/libm-test.inc (cos_test): Fix PI/2 test.
26134         (sincos_test): Likewise.
26135         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26136         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26137
26138 2013-04-11  Andreas Schwab  <schwab@suse.de>
26139
26140         [BZ #13988]
26141         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26142         accept exponent character only when digits were seen.
26143         * stdio-common/Makefile (tests): Add bug26.
26144         * stdio-common/bug26.c: New file.
26145
26146         [BZ #14293]
26147         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26148         non-freeable.
26149
26150 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26151
26152         * Makeconfig (rtld-prefix): Define built linker prefix.
26153         * Rules (run-bench): Use it.
26154         * math/Makefile (run-regen-ulps): Likewise.
26155
26156         * Rules (bench): Remove eval.
26157
26158 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26159             Roland McGrath  <roland@hack.frob.com>
26160             Ondrej Bilka  <neleai@seznam.cz>
26161
26162         [BZ #15346]
26163         * time/getdate.c: Include ctype.h and alloca.h.
26164         (__getdate_r): Trim leading and trailing spaces of input.
26165         * time/tst-getdate.c (tests): Add tests with leading and
26166         trailing spaces.
26167
26168 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26169
26170         [BZ #14280]
26171         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26172         when computing value.
26173
26174 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26175
26176         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26177         Use testrun.sh to run libm tests.
26178
26179         [BZ #15309]
26180         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26181
26182 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26183
26184         [BZ #15264]
26185         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26186
26187 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26188
26189         * Makefile.in (regen-ulps): New target.
26190         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26191         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26192         [ifneq (no,$(PERL)] (regen-ulps): New target.
26193         [ifeq (no,$(PERL)] (regen-ulps): New target.
26194         * math/libm-test.inc (ulps_file_name): Define.
26195         (output_dir): New variable.
26196         (options): Add "output-dir" option.
26197         (parse_opt): Handle 'o' case.
26198         (main): If output_dir is non-NULL use it as a prefix
26199         otherwise use "".
26200         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26201
26202 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26203
26204         [BZ #10060, #10062]
26205         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26206         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26207         fail configure if __sync_val_compare_and_swap is not inlined.
26208         * sysdeps/i386/configure: Regenerate.
26209         * configure.in: Build for i686 when configured for i386.
26210         * configure: Regenerate.
26211         * README: Remove i386 reference.
26212
26213 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26214
26215         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26216         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26217
26218 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26219
26220         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26221         (lmsnanval): New variables.
26222         (F): Add conversion tests.
26223         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26224         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26225
26226         * stdio-common/tstdiomisc.c (F): Properly collect individual
26227         tests' results.
26228
26229         [BZ #14686, #15336]
26230         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26231         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26232         Instead, use input NaN values or generate a qNaN by arithmetic
26233         operation.  Also fix bugs to comply with the standard.
26234         * math/libm-test.inc (remainder_test): Add more tests.
26235
26236         [BZ #15335, #15342]
26237         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26238         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26239         input NaN values or generate a qNaN by arithmetic operation.
26240
26241         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26242         unreachable code.
26243
26244         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26245         definitions.
26246
26247 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26248
26249         [BZ #14478]
26250         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26251         underflowed result.
26252         * math/s_cexpf.c (__cexpf): Likewise.
26253         * math/s_cexpl.c (__cexpl): Likewise.
26254         * math/libm-test.inc (cexp_test): Add more tests.
26255
26256 2013-04-03  Andreas Schwab  <schwab@suse.de>
26257
26258         [BZ #15330]
26259         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26260         order arrays from heap if bigger than alloca cutoff.
26261
26262 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26263
26264         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26265         (SNAN_TESTS_double): Refer to GCC PR56831.
26266         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26267         GCC PR56828.
26268
26269 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26270
26271         * Rules (bench): Move bench.out after the run is complete.
26272
26273         * Rules (bench): Echo currently running benchmark.
26274
26275         * benchtests/Makefile (bench): Add atan and slowatan.
26276         * benchtests/atan-inputs: New file.
26277         * benchtests/slowatan-inputs: New file.
26278         * benchtests/slowatan.c: New file.
26279
26280         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26281         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26282         its value.
26283
26284         [BZ #15305]
26285         * sysdeps/unix/sysv/linux/kernel-features.h
26286         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26287         __ASSUME_XFS_RESTRICTED_CHOWN.
26288         * sysdeps/unix/sysv/linux/pathconf.c
26289         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26290         Save and restore errno.
26291
26292 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26293
26294         [BZ #15327]
26295         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26296         arguments using __kernel_casinh.
26297         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26298         arguments using __kernel_casinhf.
26299         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26300         arguments using __kernel_casinhl.
26301         * math/libm-test.inc (cacosh_test): Add more tests.
26302         * sysdeps/i386/fpu/libm-test-ulps: Update.
26303         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26304
26305 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26306
26307         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26308         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26309
26310         * bench/Makefile (bench): Add sin and slowsin.
26311         * benchtests/sin-inputs: New file.
26312         * benchtests/slowsin-inputs: New file.
26313         * benchtests/slowsin.c: New file.
26314
26315         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26316         (bench): Add slowexp and slowpow.
26317         (exp-ITER): Increase iterations.
26318         (pow-ITER): Likewise.
26319         * benchtests/exp-inputs: Change input.
26320         * benchtests/pow-inputs: Likewise.
26321         * benchtests/slowexp-inputs: New file.
26322         * benchtests/slowexp.c: New file.
26323         * benchtests/slowpow-inputs: New file.
26324         * benchtests/slowpow.c: New file.
26325
26326 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26327
26328         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26329         instructions.
26330         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26331         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26332         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26333         * benchtests/Makefile: Add rint benchtest.
26334         * benchtests/rint-inputs: Input for rint benchtest.
26335
26336 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26337
26338         * Versions.def (libm): Add GLIBC_2.18.
26339         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26340         hidden libm prototypes.
26341         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26342         * math/Makefile (libm-calls): Add s_issignaling.
26343         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26344         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26345         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26346         declaration.
26347         * math/math.h [__USE_GNU] (issignaling): New macro.
26348         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26349         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26350         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26351         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26352         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26353         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26354         * manual/arith.texi (issignaling): New section.
26355         * manual/libm-err-tab.pl (@all_functions): Update comment.
26356         * math/gen-libm-test.pl (parse_args): Apply special handling for
26357         issignaling.
26358         * math/libm-test.inc (print_float, issignaling_test): New
26359         functions.
26360         (check_float_internal): Add issignaling checks.
26361         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26362         default definition.
26363         * sysdeps/powerpc/math-tests.h: New file.
26364         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26365         tests.
26366         * math/test-snan.c (TEST_FUNC): Likewise.
26367
26368 2013-03-30  David S. Miller  <davem@davemloft.net>
26369
26370         * po/de.po: Update from translation team.
26371
26372 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26373
26374         [BZ #10357]
26375         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26376         imaginary part less than 1.0 and real part less than 0.5
26377         specially.
26378         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26379         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26380         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26381         (cacos_test): Add more tests.
26382         (casin_test): Likewise.
26383         (casinh_test): Likewise.
26384         * sysdeps/i386/fpu/libm-test-ulps: Update.
26385         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26386
26387 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26388
26389         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26390         ONE with its value.
26391
26392         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26393         (__pow_mp): Replace ONE and MONE with their values.
26394         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26395         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26396         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26397         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26398         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26399         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26400
26401         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26402
26403         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26404         (__pow_mp): Replace ZERO and MZERO with their values.
26405         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26406         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26407         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26408         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26409         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26410         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26411         (__sqr): Likewise.
26412
26413         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26414
26415         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26416
26417 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26418
26419         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26420         Declare with __attribute__ ((weak)).
26421         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26422         Call __call_tls_dtors only if it's not NULL.
26423
26424 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26425
26426         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26427         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26428         magic __ehdr_start linker symbol if it's defined.
26429         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26430         them up here if it was already done.
26431
26432         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26433         (_dl_aux_init): Use const in cast when setting it.
26434         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26435         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26436         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26437
26438         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26439         Declare them here.
26440         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26441         * csu/libc-tls.c: Nor here.
26442         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26443
26444         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26445         (__libc_message): Never call vsyslog.
26446
26447 2013-03-28  Alan Modra  <amodra@gmail.com>
26448
26449         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26450         Define as empty.
26451         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26452         Likewise.
26453
26454 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26455
26456         [BZ #15214]
26457         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26458         underflow.
26459         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26460
26461 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26462
26463         [BZ #15304]
26464         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26465         Don't add gid passed as argument.
26466
26467         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26468
26469 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26470
26471         [BZ #15307]
26472         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26473         imaginary part between 1.0 and 1.5 and real part less than 0.5
26474         specially.
26475         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26476         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26477         * math/libm-test.inc (cacos_test): Add more tests.
26478         (casin_test): Likewise.
26479         (casinh_test): Likewise.
26480         * sysdeps/i386/fpu/libm-test-ulps: Update.
26481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26482
26483 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26484
26485         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26486         constants.
26487         (norm): Likewise.
26488         (denorm): Likewise.
26489         (__dbl_mp): Likewise.
26490         (add_magnitudes): Likewise.
26491         (sub_magnitudes): Likewise.
26492         (__add): Likewise.
26493         (__sub): Likewise.
26494         (__mul): Likewise.
26495         (__sqr): Likewise.
26496         (__inv): Likewise.
26497         (__dvd): Likewise.
26498
26499         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26500         commented code.
26501         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26502         (__dubcos): Likewise.
26503         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26504         (__ieee754_acos): Likewise.
26505         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26506         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26507         (__exp1): Likewise.
26508         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26509         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26510         (log1): Likewise.
26511         (my_log2): Likewise.
26512         (checkint): Likewise.
26513         * sysdeps/ieee754/dbl-64/e_remainder.c
26514         (__ieee754_remainder): Likewise.
26515         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26516         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26517         (bsloww): Likewise.
26518         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26519
26520         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26521         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26522         MANTISSA_STORE_T to store computations on mantissa.  Use
26523         macros for rounding and division.
26524         (denorm): Likewise.
26525         (__dbl_mp): Likewise.
26526         (add_magnitudes): Likewise.
26527         (sub_magnitudes): Likewise.
26528         (__mul): Likewise.
26529         (__sqr): Likewise.
26530         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26531         powers of two in terms of TWOPOW macro.
26532         (mp_no): Make type of mantissa as MANTISSA_T.
26533         [!RADIXI]: Define RADIXI.
26534         [!TWO52]: Define TWO52.
26535         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26536
26537 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26538
26539         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26540         llroundl symbol when building for PPC32.
26541
26542 2013-03-24  Mark H Weaver  <mhw@netris.org>
26543
26544         * manual/arith.texi (Normalization Functions): Fix prototypes for
26545         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26546
26547 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26548
26549         [BZ #13889]
26550         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26551         high value to check if expl overflow.
26552         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26553         to check for underflow and overflow.
26554         * math/libm-test.inc: Add exp test.
26555
26556 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26557
26558         [BZ #11120]
26559         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26560         with NOT_IN_libc.
26561
26562 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26563
26564         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26565         symbol.
26566
26567 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26568
26569         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26570         wrap blocks consisting of several statements.
26571
26572         * sysdeps/generic/math-tests.h: New file.
26573         * sysdeps/i386/fpu/math-tests.h: Likewise.
26574         * math/test-snan.c: Include it.
26575         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26576
26577 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26578
26579         [BZ #15285]
26580         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26581         (__ieee754_j0l): Do not improve calculations using cos of twice
26582         input for inputs above LDBL_MAX / 2.0L.
26583         (__ieee754_y0l): Likewise.
26584         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26585         (__ieee754_j1l): Do not improve calculations using cos of twice
26586         input for inputs above LDBL_MAX / 2.0L.
26587         (__ieee754_y1l): Likewise.
26588         * math/libm-test.inc (j0_test): Add another test.
26589         (j1_test): Likewise.
26590         (y0_test): Likewise.
26591         (y1_test): Likewise.
26592         * sysdeps/i386/fpu/libm-test-ulps: Update.
26593
26594 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26595
26596         * Rules ($(objpfx)bench-%.c): Include code from a C source
26597         file.
26598
26599 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26600
26601         [BZ #15287]
26602         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26603         imaginary part 1.0 and real part less than 0.5 specially.
26604         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26605         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26606         * math/libm-test.inc (cacos_test): Add more tests.
26607         (casin_test): Likewise.
26608         (casinh_test): Likewise.
26609         * sysdeps/i386/fpu/libm-test-ulps: Update.
26610         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26611
26612 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26613
26614         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26615         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26616
26617 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26618
26619         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26620         * config.make.in (config-cflags-sse4): Remove variable.
26621         (config-cflags-avx): Likewise.
26622         (config-cflags-sse2avx): Likewise.
26623         (config-cflags-novzeroupper): Likewise.
26624         (config-asflags-i686): Likewise.
26625         (have-mfma4): Likewise.
26626         (have-as-vis3): Likewise.
26627         (MIG): Likewise.
26628         * configure.in (MIG): Do not AC_SUBST.
26629         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26630         (libc_cv_cc_sse4): Do not AC_SUBST.
26631         (libc_cv_cc_avx): Likewise.
26632         (libc_cv_cc_sse2avx): Likewise.
26633         (libc_cv_cc_novzeroupper): Likewise.
26634         (libc_cv_cc_fma4): Likewise.
26635         (libc_cv_as_i686): Likewise.
26636         (libc_cv_sparc_as_vis3): Likewise.
26637         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26638         LIBC_CONFIG_VAR.
26639         (config-asflags-i686): Likewise.
26640         (config-cflags-avx): Likewise.
26641         (config-cflags-sse2avx): Likewise.
26642         (have-mfma4): Likewise.
26643         (config-cflags-novzeroupper): Likewise.
26644         * sysdeps/mach/configure.in (MIG): Likewise.
26645         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26646         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26647         LIBC_CONFIG_VAR.
26648         (config-cflags-avx): Likewise.
26649         (config-cflags-sse2avx): Likewise.
26650         (have-mfma4): Likewise.
26651         (config-cflags-novzeroupper): Likewise.
26652         * configure: Regenerated.
26653         * sysdeps/i386/configure: Likewise.
26654         * sysdeps/mach/configure: Likewise.
26655         * sysdeps/sparc/configure: Likewise.
26656         * sysdeps/x86_64/configure: Likewise.
26657
26658 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26659
26660         [BZ #14812]
26661         * locale/programs/localedef.c (options): Put N_ translation marker
26662         on argument names, not just descriptions.
26663
26664 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26665
26666         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26667
26668 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26669
26670         [BZ #14176]
26671         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26672
26673 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26674
26675         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26676         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26677         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26678         [!BEFORE_ABORT] (before_abort): New function.
26679         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26680         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26681         (writev_for_fatal): New function.
26682         (WRITEV_FOR_FATAL): New macro; call that.
26683         (backtrace_and_maps): New function.
26684         (BEFORE_ABORT): New macro; call that.
26685         (struct str_list): Type removed.
26686         (__libc_message, __libc_fatal): Functions removed.
26687         Include <sysdeps/posix/libc_fatal.c> instead.
26688
26689 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26690
26691         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26692         constants.
26693         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26694         double constants.
26695
26696 2013-03-19  Andreas Schwab  <schwab@suse.de>
26697
26698         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26699         * sysdeps/gnu/configure: Regenerate.
26700
26701         * configure.in: Substitute libc_cv_rtlddir.
26702         * configure: Regenerate.
26703         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26704         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26705         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26706         * elf/Makefile (install-others, CFLAGS-interp.c)
26707         (ldso_install, common-ldd-rewrite): Likewise.
26708         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26709         $(inst_slibdir)/$(rtld-installed-name).
26710         * scripts/rellns-sh: Add -p option.
26711         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26712         for source.
26713
26714 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26715
26716         * manual/nptl.texi: Renamed to ...
26717         * manual/threads.texi: ... this.
26718         * manual/Makefile (chapters): Update.
26719
26720 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26721
26722         [BZ #14812]
26723         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26724         on argument names, not just descriptions.
26725         * malloc/memusagestat.c (options): Likewise.
26726         * nss/getent.c (options): Likewise.
26727
26728 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26729
26730         [BZ #14812]
26731         * iconv/iconv_prog.c (options): Put N_ translation marker
26732         on argument names, not just descriptions.
26733         * iconv/iconvconfig.c (options): Likewise.
26734
26735 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
26736
26737         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26738         implementation which is faster on all x86_64 architectures.
26739         Tested on AMD, Intel Nehalem, SNB, IVB.
26740         * sysdeps/x86_64/strnlen.S: Likewise.
26741
26742         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26743         Remove all multiarch strlen and strnlen versions.
26744         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26745         Remove strlen and strnlen related parts.
26746
26747         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26748         Inline strlen part.
26749         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26750
26751         * sysdeps/x86_64/multiarch/strlen.S: Remove.
26752         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26753         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26754         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26755         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26756         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26757
26758 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
26759
26760         * manual/memory.texi (Malloc Tunable Parameters):
26761         Sort parameters alphabetically. Add comments for missing entries.
26762
26763 2013-03-17  David S. Miller  <davem@davemloft.net>
26764
26765         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26766
26767 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
26768
26769         [BZ #15283]
26770         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26771         for arguments at most half maximum finite value.
26772         * math/libm-test.inc (j0_test): Add more tests.
26773         (j1_test): Likewise.
26774         (y0_test): Likewise.
26775         (y1_test): Likewise.
26776         * sysdeps/i386/fpu/libm-test-ulps: Update.
26777         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26778
26779         [BZ #14155]
26780         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26781         1 / x and functions P and Q for arguments above 0x1p256L.
26782         (__ieee754_y0l): Likewise.
26783         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26784         (__ieee754_y1l): Likewise.
26785         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26786         (j1_test): Likewise.
26787         (y0_test): Likewise.
26788         (y1_test): Likewise.
26789
26790 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
26791
26792         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26793         variable.
26794
26795 2013-03-15  Roland McGrath  <roland@hack.frob.com>
26796
26797         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26798         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26799         zero since it's initialized to EXEC_PAGESIZE.
26800
26801         * sysdeps/unix/sysv/linux/ldsodefs.h
26802         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26803         * sysdeps/generic/ldsodefs.h: ... here.
26804
26805 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
26806
26807         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26808
26809         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26810         math/test-snan.c.
26811         * math/test-snan.c: Renamed from
26812         sysdeps/powerpc/fpu/test-powerpc-snan.c.
26813         * math/Makefile (tests): Add test-snan.
26814         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26815         test-powerpc-snan.
26816
26817         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26818         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
26819         functions.
26820         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
26821         __builtin_nan family of functions.
26822         * math/libm-test.inc (initialize): Initialize qnan_value with
26823         __builtin_nan family of functions.
26824         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26825         Remove variables.
26826         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26827         Remove functions.
26828         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
26829         storage class.  Initialize qNaN_var and sNaN_var with
26830         __builtin_nan and __builtin_nans families of functions,
26831         respectively.
26832
26833         * math/libm-test.inc (acosh_test): Also test with qNaN input.
26834         (sqrt_test): Remove duplicate test with qNaN input.
26835         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26836         (round_test, signbit_test, significand_test): Note missing +/-Inf
26837         as well as qNaN tests.
26838
26839         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26840         qNaN_var.  Fix a few strings, too.
26841         * math/libm-test.inc (nan_value): Rename to qnan_value.
26842         * math/gen-libm-test.pl (%beautify): Adjust to that.
26843         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26844         * math/test-misc.c (main): Likewise.
26845         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26846         to __qnan_bytes, and __qnan_union, respectively.
26847         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26848         Likewise.
26849         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26850         and lqnanval, respectively.
26851         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26852         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26853         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26854         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26855
26856         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26857         * math/test-misc.c (main) [__x86_64__]: Enable test for long
26858         doubles.
26859
26860         * math/test-misc.c (main): Fix copy'n'pastos.
26861         * misc/tst-efgcvt.c (special): Likewise.
26862
26863         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26864         Remove declarations.
26865
26866 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26867
26868         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26869         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26870         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26871         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26872
26873 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26874
26875         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26876         macro to return vdso values correctly in IFUNC implementations.
26877         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26878         Optimization by using IFUNC.
26879
26880 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26881             Richard Henderson  <rth@redhat.com>
26882             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26883
26884         * Makefile.in (bench): New target.
26885         * NEWS: Mention the benchmark framework.
26886         * Rules (bench): Likewise.
26887         (binaries-bench): Generate binaries for functions to
26888         benchmark.
26889         * benchtests/Makefile: New makefile for benchmark tests.
26890         * benchtests/bench-skeleton.c: New skeleton file for benchmark
26891         programs.
26892         * benchtests/exp-inputs: New input file for EXP function.
26893         * benchtests/pow-inputs: New input file for POW function.
26894         * scripts/bench.pl: New script to generate source files for
26895         benchmark programs.
26896
26897 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26898
26899         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26900         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
26901         computations on mantissa.  Use macros for rounding and
26902         division.
26903         (denorm): Likewise.
26904         (__dbl_mp): Likewise.
26905         (add_magnitudes): Likewise.
26906         (sub_magnitudes): Likewise.
26907         (__mul): Likewise.
26908         (__sqr): Likewise.
26909         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26910         powers of two in terms of TWOPOW macro.
26911         (mp_no): Make type of mantissa as MANTISSA_T.
26912         [!RADIXI]: Define RADIXI.
26913         [!TWO52]: Define TWO52.
26914         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26915
26916         * manual/nptl.texi (cindex): Modify threads to pthreads.
26917
26918 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
26919
26920         * sysdeps/x86_64/preconfigure: Regenerated.
26921
26922 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
26923
26924         [BZ #14155]
26925         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
26926         0x1p28 and above.
26927         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
26928         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
26929         0x1p28 and above.
26930         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
26931         * math/libm-test.inc (j0_test): Do not allow one spurious
26932         underflow exception.
26933         (y1_test): Likewise.
26934
26935 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26936
26937         * manual/Makefile (chapters): Add nptl.
26938         * manual/debug.texi (Debugging Support): Add link to Threads
26939         chapter.
26940         * manual/nptl.texi: New file.
26941
26942         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
26943
26944 2013-03-14  Petr Baudis  <pasky@ucw.cz>
26945
26946         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
26947         for non-NULL pointer before the memory validity test. Pointed
26948         out by Holger Brunck <holger.brunck@keymile.com>.
26949
26950 2013-03-13  Andreas Schwab  <schwab@suse.de>
26951
26952         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
26953         instead of .os.
26954
26955 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
26956
26957         * timezone/zic.c: Update from tzcode 2013b.
26958
26959 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
26960
26961         * manual/install.texi (Configuring and compiling):
26962         Mention i686 and i586.
26963         * INSTALL: Regenerate.
26964
26965 2013-03-12  Roland McGrath  <roland@hack.frob.com>
26966
26967         * sysdeps/init_array/elf-init.c: New file.
26968         * csu/elf-init.c
26969         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
26970         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
26971
26972         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
26973         __gmon_start__ as global, but as static with a .preinit_array pointer.
26974         * sysdeps/init_array/gmon-start.c: New file.  Use that.
26975         * sysdeps/init_array/crti.S: New file, empty except for comments.
26976         * sysdeps/init_array/crtn.S: Likewise.
26977
26978 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
26979
26980         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
26981         definining bcopy.
26982         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26983         Remove Prefer_SSE_for_memop.
26984         * sysdeps/x86_64/multiarch/init-arch.h: Remove
26985         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
26986         HAS_PREFER_SSE_FOR_MEMOP.
26987         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
26988         memset-x86-64.
26989         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26990         Remove bzero, memset ifunc support.
26991         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
26992         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
26993         * sysdeps/x86_64/multiarch/memset.S: Likewise.
26994         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
26995
26996 2013-03-11  Andreas Schwab  <schwab@suse.de>
26997
26998         [BZ #15234]
26999         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27000         by SHLIB_COMPAT.
27001         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27002         (GLIBC_2.16): Remove pthread_atfork.
27003
27004 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27005
27006         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27007         (ptestcases.h): Likewise.
27008
27009 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27010
27011         * Makeconfig ($(common-objpfx)config.status): Depend on
27012         sysdeps/*/preconfigure{,.in} too.
27013
27014 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27015
27016         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27017         (__free_hook): Use void * instead of __malloc_ptr_t.
27018         (__malloc_hook): Likewise.
27019         (__realloc_hook): Likewise.
27020         (__memalign_hook): Likewise.
27021         (__after_morecore_hook): Likewise.
27022         * malloc/arena.c (save_malloc_hook): Likewise.
27023         (save_free_hook): Likewise.
27024         * malloc/hooks.c (malloc_hook_ini): Likewise.
27025         (realloc_hook_ini): Likewise.
27026         (memalign_hook_ini): Likewise.
27027         * malloc/malloc.c (malloc_hook_ini): Likewise.
27028         (realloc_hook_ini): Likewise.
27029         (memalign_hook_ini): Likewise.
27030         (__free_hook): Likewise.
27031         (__malloc_hook): Likewise.
27032         (__realloc_hook): Likewise.
27033         (__memalign_hook): Likewise.
27034         (__libc_malloc): Likewise.
27035         (__libc_free): Likewise.
27036         (__libc_realloc): Likewise.
27037         (__libc_memalign): Likewise.
27038         (__libc_valloc): Likewise.
27039         (__libc_pvalloc): Likewise.
27040         (__libc_calloc): Likewise.
27041         (__posix_memalign): Likewise.
27042         * malloc/morecore.c (__sbrk): Likewise.
27043         (__default_morecore): Likewise.
27044
27045         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27046
27047         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27048         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27049         __malloc_ptrdiff_t.
27050
27051         * malloc/malloc.h (__malloc_size_t): Remove macro.
27052         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27053         __malloc_size_t.
27054         (old_memalign_hook): Likewise.
27055         (old_realloc_hook): Likewise.
27056         (struct hdr): Likewise.
27057         (flood): Likewise.
27058         (mallochook): Likewise.
27059         (memalignhook): Likewise.
27060         (reallochook): Likewise.
27061         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27062         (tr_old_realloc_hook): Likewise.
27063         (tr_old_memalign_hook): Likewise.
27064         (tr_mallochook): Likewise.
27065         (tr_reallochook): Likewise.
27066         (tr_memalignhook): Likewise.
27067
27068 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27069
27070         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27071         default_ldbl_pack and using as default implementation.
27072         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27073         implementation.
27074         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27075         redundant definition.
27076         (ldbl_insert_mantissa): Likewise.
27077         (ldbl_canonicalize): Likewise.
27078         (ldbl_nearbyint): Likewise.
27079         (ldbl_pack): Rename to ldbl_pack_ppc.
27080         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27081         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27082         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27083
27084 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27085
27086         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27087         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27088         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27089         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27090         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27091         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27092         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27093         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27094
27095 2013-03-07  Andreas Jaeger  <aj@suse.de>
27096
27097         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27098         bits/mman-linux.h.
27099
27100 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27101
27102         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27103         Include mpa.h and declare __MPEXP.
27104         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27105         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27106         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27107         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27108         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27109         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27110         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27111
27112         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27113         (__slowpow): Use long double EXPL and LOGL functions to
27114         compute POW.
27115         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27116         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27117         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27118         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27119         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27120         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27121
27122         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27123         intermediate variable to calculate exponent.
27124         (__sqr): Likewise.
27125         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27126         Likewise.
27127         (__sqr): Likewise.
27128
27129         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27130         [!NO__SQR]: Define __sqr.
27131         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27132         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27133         sysdeps/ieee754/dbl-64/mpa.c.
27134         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27135
27136         [BZ #12723]
27137         * posix/Makefile (tests): Add tst-pathconf.
27138         * posix/tst-pathconf.c: New test case.
27139         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27140         _PC_PIPE_BUF.
27141         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27142
27143 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27144
27145         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27146
27147 2013-03-06  Andreas Jaeger  <aj@suse.de>
27148
27149         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27150         definition via __MAP_ANONYMOUS.
27151
27152         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27153         it's not part of Linux headers.
27154
27155         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27156         (MAP_HUGE_MASK): Define.
27157
27158         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27159         Define.
27160         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27161         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27162         Define.
27163         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27164         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27165         Define.
27166         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27167         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27168         Define.
27169         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27170
27171         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27172         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27173         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27174         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27175         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27176         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27177
27178         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27179         Handle f2fs.
27180
27181         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27182         Handle f2fs and efivarfs.
27183
27184         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27185         f2fs.
27186
27187         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27188         (EFIVARFS_MAGIC): Add.
27189         (F2FS_LINK_MAX): Add.
27190
27191 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27192
27193         * stdio-common/vfprintf.c: Replace __builtin_expect with
27194         __glibc_unlikely.
27195
27196 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27197
27198         [BZ #13550]
27199         * sysdeps/generic/bp-sym.h: Remove file.
27200         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27201         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27202         <bp-sym.h> and <bp-asm.h>.
27203         (__longjmp): Don't use BP_SYM.
27204         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27205         and <bp-asm.h>.
27206         (memcpy): Don't use BP_SYM.
27207         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27208         <bp-sym.h> and <bp-asm.h>.
27209         (memcpy): Don't use BP_SYM.
27210         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27211         <bp-asm.h>.
27212         (memcpy): Don't use BP_SYM.
27213         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27214         <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/memcmp.S: Don't include
27222         <bp-sym.h> and <bp-asm.h>.
27223         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27224         pointers.
27225         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27226         <bp-sym.h> and <bp-asm.h>.
27227         (memcpy): Don't use BP_SYM.
27228         * sysdeps/powerpc/powerpc64/power4/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/power4/strncmp.S: Don't include
27237         <bp-sym.h> and <bp-asm.h>.
27238         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27239         pointers.
27240         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27241         <bp-sym.h> and <bp-asm.h>.
27242         (memcpy): Don't use BP_SYM.
27243         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27244         <bp-sym.h> and <bp-asm.h>.
27245         (memset): Don't use BP_SYM.
27246         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27247         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27248         (__bzero): Don't use BP_SYM.
27249         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27250         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27251         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27252         <bp-sym.h> and <bp-asm.h>.
27253         (__memchr): Don't use BP_SYM.
27254         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27255         <bp-sym.h> and <bp-asm.h>.
27256         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27257         pointers.
27258         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27259         <bp-sym.h> and <bp-asm.h>.
27260         (memcpy): Don't use BP_SYM.
27261         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27262         <bp-sym.h> and <bp-asm.h>.
27263         (__mempcpy): Don't use BP_SYM.
27264         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27265         <bp-sym.h> and <bp-asm.h>.
27266         (__memrchr): Don't use BP_SYM.
27267         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27268         <bp-sym.h> and <bp-asm.h>.
27269         (memset): Don't use BP_SYM.
27270         (__bzero): Likewise.
27271         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27272         <bp-sym.h> and <bp-asm.h>.
27273         (__rawmemchr): Don't use BP_SYM.
27274         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27275         <bp-sym.h> and <bp-asm.h>.
27276         (__STRCMP): Don't use BP_SYM.
27277         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27278         <bp-sym.h> and <bp-asm.h>.
27279         (strchr): Don't use BP_SYM.
27280         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27281         <bp-sym.h> and <bp-asm.h>.
27282         (__strchrnul): Don't use BP_SYM.
27283         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27284         <bp-sym.h> and <bp-asm.h>.
27285         (strlen): Don't use BP_SYM.
27286         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27287         <bp-sym.h> and <bp-asm.h>.
27288         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27289         pointers.
27290         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27291         <bp-sym.h> and <bp-asm.h>.
27292         (__strnlen): Don't use BP_SYM.
27293         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27294         <bp-sym.h> and <bp-asm.h>.
27295         (__GI__setjmp): Don't use BP_SYM.
27296         (_setjmp): Likewise.
27297         (__sigsetjmp): Likewise.
27298         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27299         (L(start_addresses)): Don't use BP_SYM.
27300         (_start): Likewise.
27301         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27302         <bp-asm.h>.
27303         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27304         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27305         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27306         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27307         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27308         <bp-asm.h>.
27309         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27310         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27311         about bounded pointers.
27312         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27313         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27314         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27315         <bp-asm.h>.
27316         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27317         about bounded pointers.  Remove GKM FIXME comments.
27318         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27319         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27320         <bp-asm.h>.
27321         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27322         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27323         Remove GKM FIXME comments.
27324         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27325         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27326         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27327         <bp-asm.h>.
27328         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27329         about bounded pointers.  Remove GKM FIXME comment.
27330         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27331         and <bp-asm.h>.
27332         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27333         pointers.
27334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27335         <bp-sym.h> and <bp-asm.h>.
27336         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27338         <bp-sym.h> and <bp-asm.h>.
27339         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27340         comment.
27341
27342 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27343
27344         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27345         call free(NULL).
27346
27347 2013-03-05  David S. Miller  <davem@davemloft.net>
27348
27349         * po/es.po: Update from translation team.
27350
27351 2013-03-05  Andreas Jaeger  <aj@suse.de>
27352
27353         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27354         <bits/mman-linux.h>.
27355         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27356         is fine.
27357         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27358         <bits/mman-linux.h> to end of file.
27359         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27360         is fine.
27361         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27362         <bits/mman-linux.h> to end of file.
27363         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27364         is fine.
27365         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27366         <bits/mman-linux.h> to end of file.
27367
27368         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27369         (MCL_CURRENT, MCL_FUTURE): Define here.
27370
27371 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27372
27373         [BZ #15232]
27374         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27375         attribute_hidden.
27376         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27377
27378 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27379
27380         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27381         fourth parameter needed for rt_sigprocmask syscall.
27382         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27383         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27384         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27385         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27386         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27387         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27388
27389 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27390
27391         [BZ #13550]
27392         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27393         comment about bounded pointers.
27394         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27395         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27396
27397 2013-03-04  Andreas Jaeger  <aj@suse.de>
27398
27399         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27400         common definitions.
27401
27402         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27403         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27404         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27405         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27406         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27407         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27408
27409 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27410
27411         [BZ #15055]
27412         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27413         __ieee754_sqrl instead of __sqrl.
27414
27415 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27416
27417         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27418         * sysdeps/powerpc/fpu_control.h: ... here.
27419         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27420         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27421         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27422         * sysdeps/powerpc/bits/mathinline.h: ... here.
27423
27424 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27425
27426         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27427         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27428         to just [NEED_DL_SYSINFO_DSO].
27429         * elf/dl-support.c: Likewise.
27430         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27431         * elf/rtld.c (dl_main): Likewise.
27432         * elf/setup-vdso.h (setup_vdso): Likewise.
27433         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27434         * sysdeps/unix/sysv/linux/dl-sysdep.c
27435         (_dl_discover_osversion): Likewise.
27436
27437 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27438
27439         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27440         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27441
27442 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27443
27444         * NEWS: Mention libm performance improvements and non-x86 PI
27445         futex support.
27446
27447         * csu/libc-start.c (__pthread_initialize_minimal): Change
27448         function arguments.
27449         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27450
27451 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27452
27453         [BZ #13550]
27454         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27455         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27456         <bp-sym.h> and <bp-asm.h>.
27457         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27458         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27459         and <bp-asm.h>.
27460         (memcpy): Don't use BP_SYM.
27461         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27462         <bp-asm.h>.
27463         (__mpn_add_n): Don't use BP_SYM.
27464         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27465         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27466         and <bp-asm.h>.
27467         (__mpn_addmul_1): Don't use BP_SYM.
27468         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27469         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27470         <bp-sym.h>.
27471         (_setjmp): Don't use BP_SYM.
27472         (__novmx_setjmp): Likewise.
27473         (__GI__setjmp): Likewise.
27474         (__vmx_setjmp): Likewise.
27475         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27476         <bp-sym.h>.
27477         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27478         (__bzero): Don't use BP_SYM.
27479         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27480         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27481         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27482         <bp-sym.h> and <bp-asm.h>.
27483         (memcpy): Don't use BP_SYM.
27484         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27485         <bp-sym.h> and <bp-asm.h>.
27486         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27487         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27488         <bp-sym.h> and <bp-asm.h>.
27489         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27490         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27491         <bp-asm.h>.
27492         (__mpn_lshift): Don't use BP_SYM.
27493         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27494         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27495         <bp-asm.h>.
27496         (memset): Don't use BP_SYM.
27497         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27498         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27499         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27500         <bp-asm.h>.
27501         (__mpn_mul_1): Don't use BP_SYM.
27502         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27503         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27504         <bp-sym.h> and <bp-asm.h>.
27505         (memcmp): Don't use BP_SYM.
27506         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27507         <bp-sym.h> and <bp-asm.h>.
27508         (memcpy): Don't use BP_SYM.
27509         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27510         <bp-sym.h> and <bp-asm.h>.
27511         (memset): Don't use BP_SYM.
27512         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27513         <bp-sym.h> and <bp-asm.h>.
27514         (strncmp): Don't use BP_SYM.
27515         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27516         <bp-sym.h> and <bp-asm.h>.
27517         (memcpy): Don't use BP_SYM.
27518         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27519         <bp-sym.h> and <bp-asm.h>.
27520         (memset): Don't use BP_SYM.
27521         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27522         <bp-sym.h> and <bp-asm.h>.
27523         (__memchr): Don't use BP_SYM.
27524         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27525         <bp-sym.h> and <bp-asm.h>.
27526         (memcmp): Don't use BP_SYM.
27527         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27528         <bp-sym.h> and <bp-asm.h>.
27529         (memcpy): Don't use BP_SYM.
27530         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27531         <bp-sym.h> and <bp-asm.h>.
27532         (__mempcpy): Don't use BP_SYM.
27533         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27534         <bp-sym.h> and <bp-asm.h>.
27535         (__memrchr): Don't use BP_SYM.
27536         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27537         <bp-sym.h> and <bp-asm.h>.
27538         (memset): Don't use BP_SYM.
27539         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27540         <bp-sym.h> and <bp-asm.h>.
27541         (__rawmemchr): Don't use BP_SYM.
27542         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27543         <bp-sym.h> and <bp-asm.h>.
27544         (__STRCMP): Don't use BP_SYM.
27545         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27546         <bp-sym.h> and <bp-asm.h>.
27547         (strchr): Don't use BP_SYM.
27548         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27549         <bp-sym.h> and <bp-asm.h>.
27550         (__strchrnul): Don't use BP_SYM.
27551         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27552         <bp-sym.h> and <bp-asm.h>.
27553         (strlen): Don't use BP_SYM.
27554         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27555         <bp-sym.h> and <bp-asm.h>.
27556         (strncmp): Don't use BP_SYM.
27557         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27558         <bp-sym.h> and <bp-asm.h>.
27559         (__strnlen): Don't use BP_SYM.
27560         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27561         <bp-asm.h>.
27562         (__mpn_rshift): Don't use BP_SYM.
27563         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27564         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27565         <bp-sym.h> and <bp-asm.h>.
27566         (__sigsetjmp): Don't use BP_SYM.
27567         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27568         (L(start_addresses)): Don't use BP_SYM.
27569         (_start): Likewise.
27570         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27571         <bp-asm.h>.
27572         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27573         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27574         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27575         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27576         <bp-asm.h>.
27577         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27578         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27579         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27580         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27581         <bp-asm.h>.
27582         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27583         comments.
27584         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27585         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27586         <bp-asm.h>.
27587         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27588         FIXME comments.
27589         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27590         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27591         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27592         <bp-asm.h>.
27593         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27594         comment.
27595         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27596         and <bp-asm.h>.
27597         (strncmp): Don't use BP_SYM,
27598         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27599         <bp-asm.h>.
27600         (__mpn_sub_n): Don't use BP_SYM.
27601         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27602         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27603         and <bp-asm.h>.
27604         (__mpn_submul_1): Don't use BP_SYM.
27605         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27607         <bp-sym.h> and <bp-asm.h>.
27608         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27610         <bp-sym.h> and <bp-asm.h>.
27611         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27612         comment.
27613
27614 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27615
27616         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27617         Use ZK to minimize writes to Z.
27618         (sub_magnitudes): Simplify code a bit.
27619         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27620         Use ZK to minimize writes to Z.
27621         (sub_magnitudes): Simplify code a bit.
27622
27623 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27624
27625         * csu/gmon-start.c: Add special exception to license text.
27626
27627 2013-02-27  Richard Henderson  <rth@redhat.com>
27628
27629         * scripts/config.guess: Update from config.git.
27630         * scripts/config.sub: Likewise.
27631
27632 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27633
27634         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27635
27636         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27637
27638         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27639
27640         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27641
27642         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27643
27644 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27645
27646         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27647         [$(build-shared = yes].
27648
27649 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27650
27651         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27652         (__mul): Reduce iterations for calculating mantissa.
27653
27654         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27655         MPTWO.
27656         (__mpranred): Likewise.
27657
27658         [BZ #15160]
27659         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27660         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27661
27662 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27663
27664         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27665         Define __attribute__.
27666
27667 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27668
27669         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27670         unused.
27671         * posix/regex_internal.h (__attribute): Remove.
27672         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27673         (re_string_context_at): Likewise.
27674         (bitset_not): Use __attribute__ and mark function as possibly
27675         unused.
27676         (bitset_merge): Likewise.
27677         (bitset_mask): Likewise.
27678         (re_string_char_size_at): Likewise.
27679         (re_string_wchar_at): Likewise.
27680         (re_string_elem_size_at): Likewise.
27681
27682 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27683
27684         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27685         code.
27686         (cc32): Likewise.
27687
27688         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27689         (__acr): Likewise.
27690         (__cpy): Likewise.
27691         (norm): Likewise.
27692         (denorm): Likewise.
27693         (__dbl_mp): Likewise.
27694         (add_magnitudes): Likewise.
27695         (sub_magnitudes): Likewise.
27696         (__mul): Likewise.
27697         (__inv): Likewise.
27698
27699         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27700         style.
27701
27702         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27703         style.
27704
27705         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27706         code.
27707
27708         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27709         up changes with default code.
27710         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27711         Likewise.
27712
27713 2013-02-24  Allan McRae  <allan@archlinux.org>
27714
27715         * manual/socket.texi (The Internet Namespace): Order menu items
27716         to match that in the file.
27717
27718         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27719         node listing of the info page menu.
27720
27721 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27722
27723         [BZ #13550]
27724         * sysdeps/i386/bp-asm.h: Remove file.
27725         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27726         (PARMS): Do not use macros from bp-asm.h.
27727         (S1): Likewise.
27728         (S2): Likewise.
27729         (SIZE): Likewise.
27730         (__mpn_add_n): Do not use BP_SYM
27731         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27732         "bp-asm.h".
27733         (PARMS): Do not use macros from bp-asm.h.
27734         (S1): Likewise.
27735         (SIZE): Likewise.
27736         (__mpn_addmul_1): Do not use BP_SYM
27737         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27738         "bp-asm.h".
27739         (PARMS): Do not use macros from bp-asm.h.
27740         (SIGMSK): Likewise.
27741         (_setjmp): Likewise.  Do not use BP_SYM.
27742         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27743         "bp-asm.h".
27744         (PARMS): Do not use macros from bp-asm.h.
27745         (SIGMSK): Likewise.
27746         (setjmp): Likewise.  Do not use BP_SYM.
27747         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27748         "bp-asm.h".
27749         (PARMS): Do not use macros from bp-asm.h.
27750         (__frexp): Do not use BP_SYM.
27751         (frexp): Likewise.
27752         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27753         "bp-asm.h".
27754         (PARMS): Do not use macros from bp-asm.h.
27755         (__frexpf): Do not use BP_SYM.
27756         (frexpf): Likewise.
27757         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27758         "bp-asm.h".
27759         (PARMS): Do not use macros from bp-asm.h.
27760         (__frexpl): Do not use BP_SYM.
27761         (frexpl): Likewise.
27762         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27763         "bp-asm.h".
27764         (PARMS): Do not use macros from bp-asm.h.
27765         (__remquo): Do not use BP_SYM.
27766         (remquo): Likewise.
27767         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27768         "bp-asm.h".
27769         (PARMS): Do not use macros from bp-asm.h.
27770         (__remquof): Do not use BP_SYM.
27771         (remquof): Likewise.
27772         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27773         "bp-asm.h".
27774         (PARMS): Do not use macros from bp-asm.h.
27775         (__remquol): Do not use BP_SYM.
27776         (remquol): Likewise.
27777         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27778         "bp-asm.h".
27779         (PARMS): Do not use macros from bp-asm.h.
27780         (DEST): Likewise.
27781         (SRC): Likewise.
27782         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
27783         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27784         "bp-asm.h".
27785         (PARMS): Do not use macros from bp-asm.h.
27786         (strlen): Do not use BP_SYM.
27787         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27788         "bp-asm.h".
27789         (PARMS): Do not use macros from bp-asm.h.
27790         (S1): Likewise.
27791         (S2): Likewise.
27792         (SIZE): Likewise.
27793         (__mpn_add_n): Do not use BP_SYM.
27794         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27795         "bp-asm.h".
27796         (PARMS): Do not use macros from bp-asm.h.
27797         (S1): Likewise.
27798         (SIZE): Likewise.
27799         (__mpn_addmul_1): Do not use BP_SYM.
27800         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27801         weak_alias.
27802         (bzero): Likewise.
27803         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27804         "bp-asm.h".
27805         (PARMS): Do not use macros from bp-asm.h.
27806         (S): Likewise.
27807         (SIZE): Likewise.
27808         (__mpn_lshift): Do not use BP_SYM.
27809         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27810         "bp-asm.h".
27811         (PARMS): Do not use macros from bp-asm.h.
27812         (DEST): Likewise.
27813         (SRC): Likewise.
27814         (LEN): Likewise.
27815         (memcpy): Likewise.  Do not use BP_SYM.
27816         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27817         libc_hidden_def and weak_alias.
27818         (mempcpy): Do not use BP_SYM in weak_alias.
27819         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27820         "bp-asm.h".
27821         (PARMS): Do not use macros from bp-asm.h.
27822         (DEST): Likewise.
27823         (LEN): Likewise.
27824         [!BZERO_P] (CHR): Likewise.
27825         (memset): Likewise.  Do not use BP_SYM.
27826         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27827         "bp-asm.h".
27828         (PARMS): Do not use macros from bp-asm.h.
27829         (S1): Likewise.
27830         (SIZE): Likewise.
27831         (__mpn_mul_1): Do not use BP_SYM.
27832         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27833         "bp-asm.h".
27834         (PARMS): Do not use macros from bp-asm.h.
27835         (S): Likewise.
27836         (SIZE): Likewise.
27837         (__mpn_rshift): Do not use BP_SYM.
27838         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27839         "bp-asm.h".
27840         (PARMS): Do not use macros from bp-asm.h.
27841         (STR): Likewise.
27842         (CHR): Likewise.
27843         (strchr): Likewise.  Do not use BP_SYM.
27844         (index): Do not use BP_SYM in weak_alias.
27845         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27846         "bp-asm.h".
27847         (PARMS): Do not use macros from bp-asm.h.
27848         (DEST): Likewise.
27849         (SRC): Likewise.
27850         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
27851         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27852         "bp-asm.h".
27853         (PARMS): Do not use macros from bp-asm.h.
27854         (strlen): Do not use BP_SYM.
27855         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27856         "bp-asm.h".
27857         (PARMS): Do not use macros from bp-asm.h.
27858         (S1): Likewise.
27859         (S2): Likewise.
27860         (SIZE): Likewise.
27861         (__mpn_sub_n): Do not use BP_SYM.
27862         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27863         "bp-asm.h".
27864         (PARMS): Do not use macros from bp-asm.h.
27865         (S1): Likewise.
27866         (SIZE): Likewise.
27867         (__mpn_submul_1): Do not use BP_SYM.
27868         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
27869         "bp-asm.h".
27870         (PARMS): Do not use macros from bp-asm.h.
27871         (S1): Likewise.
27872         (S2): Likewise.
27873         (SIZE): Likewise.
27874         (__mpn_add_n): Do not use BP_SYM.
27875         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
27876         weak_alias.
27877         (bzero): Likewise.
27878         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27879         "bp-asm.h".
27880         (PARMS): Do not use macros from bp-asm.h.
27881         (BLK2): Likewise.
27882         (LEN): Likewise.
27883         (memcmp): Do not use BP_SYM.
27884         (bcmp): Do not use BP_SYM in weak_alias.
27885         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27886         "bp-asm.h".
27887         (PARMS): Do not use macros from bp-asm.h.
27888         (DEST): Likewise.
27889         (SRC): Likewise.
27890         (LEN): Likewise.
27891         (memcpy): Likewise.  Do not use BP_SYM.
27892         * sysdeps/i386/i686/memmove.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         (SRC): Likewise.
27897         (LEN): Likewise.
27898         (memmove): Likewise.  Do not use BP_SYM.
27899         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
27900         "bp-asm.h".
27901         (PARMS): Do not use macros from bp-asm.h.
27902         (DEST): Likewise.
27903         (SRC): Likewise.
27904         (LEN): Likewise.
27905         (__mempcpy): Likewise.  Do not use BP_SYM.
27906         (mempcpy): Do not use BP_SYM in weak_alias.
27907         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
27908         "bp-asm.h".
27909         (PARMS): Do not use macros from bp-asm.h.
27910         (DEST): Likewise.
27911         (LEN): Likewise.
27912         [!BZERO_P] (CHR): Likewise.
27913         (memset): Likewise.  Do not use BP_SYM.
27914         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
27915         "bp-asm.h".
27916         (PARMS): Do not use macros from bp-asm.h.
27917         (STR2): Likewise.
27918         (strcmp): Do not use BP_SYM.
27919         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
27920         "bp-asm.h".
27921         (PARMS): Do not use macros from bp-asm.h.
27922         (STR): Likewise.
27923         (DELIM): Likewise.
27924         [USE_AS_STRTOK_R] (SAVE): Likewise.
27925         (FUNCTION): Likewise.  Do not use BP_SYM.
27926         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
27927         aliases.
27928         (strtok_r): Likewise.
27929         (__GI___strtok_r): Likewise.
27930         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27931         (PARMS): Do not use macros from bp-asm.h.
27932         (S): Likewise.
27933         (SIZE): Likewise.
27934         (__mpn_lshift): Do not use BP_SYM.
27935         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27936         (PARMS): Do not use macros from bp-asm.h.
27937         (STR): Likewise.
27938         (CHR): Likewise.
27939         (__memchr): Do not use BP_SYM.
27940         (memchr): Do not use BP_SYM in weak_alias.
27941         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27942         (PARMS): Do not use macros from bp-asm.h.
27943         (BLK2): Likewise.
27944         (LEN): Likewise.
27945         (memcmp): Do not use BP_SYM.
27946         (bcmp): Do not use BP_SYM in weak_alias.
27947         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
27948         (PARMS): Do not use macros from bp-asm.h.
27949         (S1): Likewise.
27950         (SIZE): Likewise.
27951         (__mpn_mul_1): Do not use BP_SYM.
27952         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
27953         "bp-asm.h".
27954         (PARMS): Do not use macros from bp-asm.h.
27955         (STR): Likewise.
27956         (CHR): Likewise.
27957         (__rawmemchr): Do not use BP_SYM.
27958         (rawmemchr): Do not use BP_SYM in weak_alias.
27959         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27960         (PARMS): Do not use macros from bp-asm.h.
27961         (S): Likewise.
27962         (SIZE): Likewise.
27963         (__mpn_rshift): Do not use BP_SYM.
27964         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27965         (PARMS): Do not use macros from bp-asm.h.
27966         (SIGMSK): Likewise.
27967         (__sigsetjmp): Likewise.  Do not use BP_SYM.
27968         * sysdeps/i386/start.S: Do not include "bp-sym.h".
27969         (_start): Do not use BP_SYM.
27970         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
27971         (PARMS): Do not use macros from bp-asm.h.
27972         (DEST): Likewise.
27973         (SRC): Likewise.
27974         (__stpcpy): Likewise.  Do not use BP_SYM.
27975         (stpcpy): Do not use BP_SYM in weak_alias.
27976         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
27977         "bp-asm.h".
27978         (PARMS): Do not use macros from bp-asm.h.
27979         (DEST): Likewise.
27980         (SRC): Likewise.
27981         (LEN): Likewise.
27982         (__stpncpy): Likewise.  Do not use BP_SYM.
27983         (stpncpy): Do not use BP_SYM in weak_alias.
27984         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27985         (PARMS): Do not use macros from bp-asm.h.
27986         (STR): Likewise.
27987         (CHR): Likewise.
27988         (strchr): Likewise.  Do not use BP_SYM.
27989         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
27990         "bp-asm.h".
27991         (PARMS): Do not use macros from bp-asm.h.
27992         (STR): Likewise.
27993         (CHR): Likewise.
27994         (__strchrnul): Likewise.  Do not use BP_SYM.
27995         (strchrnul): Do not use BP_SYM in weak_alias.
27996         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
27997         "bp-asm.h".
27998         (PARMS): Do not use macros from bp-asm.h.
27999         (STOP): Likewise.
28000         (strcspn): Do not use BP_SYM.
28001         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28002         "bp-asm.h".
28003         (PARMS): Do not use macros from bp-asm.h.
28004         (STR): Likewise.
28005         (STOP): Likewise.
28006         (strpbrk): Likewise.  Do not use BP_SYM.
28007         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28008         "bp-asm.h".
28009         (PARMS): Do not use macros from bp-asm.h.
28010         (STR): Likewise.
28011         (CHR): Likewise.
28012         (strrchr): Likewise.  Do not use BP_SYM.
28013         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28014         (PARMS): Do not use macros from bp-asm.h.
28015         (SKIP): Likewise.
28016         (strspn): Do not use BP_SYM.
28017         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28018         (PARMS): Do not use macros from bp-asm.h.
28019         (STR): Likewise.
28020         (DELIM): Likewise.
28021         (SAVE): Likewise.
28022         (FUNCTION): Likewise.  Do not use BP_SYM.
28023         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28024         aliases.
28025         (strtok_r): Likewise.
28026         (__GI___strtok_r): Likewise.
28027         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28028         (PARMS): Do not use macros from bp-asm.h.
28029         (S1): Likewise.
28030         (S2): Likewise.
28031         (SIZE): Likewise.
28032         (__mpn_sub_n): Do not use BP_SYM.
28033         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28034         "bp-asm.h".
28035         (PARMS): Do not use macros from bp-asm.h.
28036         (S1): Likewise.
28037         (SIZE): Likewise.
28038         (__mpn_submul_1): Do not use BP_SYM.
28039         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28040         <bp-sym.h>.
28041         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28042         and <bp-asm.h>.
28043         (PARMS): Do not use macros from bp-asm.h.
28044         (FLAGS): Likewise.
28045         (PTID): Likewise.
28046         (TLS): Likewise.
28047         (CTID): Likewise.
28048         (__clone): Do not use BP_SYM.
28049         (clone): Do not use BP_SYM in weak_alias.
28050         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28051         and <bp-asm.h>.
28052         (PARMS): Do not use macros from bp-asm.h.
28053         (LEN): Likewise.
28054         (__mmap64): Do not use BP_SYM.
28055         (mmap64): Do not use BP_SYM in weak_alias.
28056         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28057         <bp-sym.h> and <bp-asm.h>.
28058         (PARMS): Do not use macros from bp-asm.h.
28059         (__posix_fadvise64_l64): Do not use BP_SYM.
28060         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28061         (PARMS): Do not use macros from bp-asm.h.
28062         (NSOPS): Likewise.
28063         (semtimedop): Do not use BP_SYM.
28064         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28065         and <bp-asm.h>.
28066
28067 2013-02-21  Allan McRae  <allan@archlinux.org>
28068
28069         * manual/message.texi (Charset conversion in gettext):
28070         Move @end statement to beginning of line.
28071
28072 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28073
28074         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28075         static.
28076         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28077         Likewise.
28078
28079         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28080         (denorm): Likewise.
28081         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28082         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28083
28084 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28085
28086         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28087         tail-call to the resolved function if pltexit isn't needed.
28088
28089 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28090
28091         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28092         or Y being zero as being unlikely.
28093         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28094         Likewise.
28095
28096 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28097
28098         * manual/nss.texi (System Databases and Name Service Switch):
28099         Remove frobnicate @pxref.
28100
28101 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28102
28103         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28104         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28105
28106 2013-02-20  Petr Machata  <pmachata@redhat.com>
28107
28108         * elf/elf.h (R_ARM_TARGET1): New macro.
28109         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28110         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28111         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28112         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28113         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28114         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28115         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28116         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28117         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28118         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28119         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28120         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28121         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28122         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28123         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28124         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28125         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28126         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28127         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28128         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28129         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28130         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28131         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28132         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28133         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28134         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28135         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28136         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28137         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28138         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28139         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28140         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28141         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28142         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28143         (R_ARM_THM_GOT_BREL12): Likewise.
28144         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28145         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28146         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28147         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28148         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28149         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28150         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28151         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28152         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28153
28154 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28155
28156         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28157         __attribute_used__ to __attribute__ ((unused)).
28158
28159 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28160
28161         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28162         powerpc mpa.c.
28163         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28164         comment formatting.
28165         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28166
28167 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28168
28169         [BZ #13550]
28170         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28171         Remove macro.
28172         (ENTER): Remove both macro definitions.
28173         (LEAVE): Likewise.
28174         (CHECK_BOUNDS_LOW): Likewise.
28175         (CHECK_BOUNDS_HIGH): Likewise.
28176         (CHECK_BOUNDS_BOTH): Likewise.
28177         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28178         (RETURN_BOUNDED_POINTER): Likewise.
28179         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28180         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28181         (POP_ERRNO_LOCATION_RETURN): Likewise.
28182         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28183         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28184         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28185         macros.
28186         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28187         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28188         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28189         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28190         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28191         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28192         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28193         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28194         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28195         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28196         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28197         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28198         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28199         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28200         removed macros.
28201         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28202         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28203         macros.
28204         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28205         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28206         * sysdeps/i386/i586/memset.S (memset): Likewise.
28207         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28208         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28209         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28210         macros.
28211         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28212         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28213         Change uses of L(2) to L(out).
28214         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28215         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28216         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28217         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28218         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28219         removed macros.
28220         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28221         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28222         macros.
28223         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28224         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28225         (RETURN): Do not use macro LEAVE.
28226         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28227         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28228         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28229         * sysdeps/i386/i686/memset.S (memset): Likewise.
28230         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28231         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28232         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28233         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28234         Likewise.
28235         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28236         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28237         L(1_2) and L(1_3) into L(1).
28238         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28239         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28240         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28241         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28242         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28243         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28244         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28245         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28246         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28247         macros.
28248         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28249         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28250         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28251         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28252         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28253         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28254         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28255         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28256         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28257         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28258         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28259         * sysdeps/i386/strspn.S (strspn): Likewise.
28260         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28261         conditional code.
28262         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28263         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28264         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28265         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28266         L(1_3) into L(1_1).
28267         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28268         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28269         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28270         macros.
28271         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28272
28273 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28274
28275         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28276         macro.
28277
28278 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28279
28280         * math/atest-exp.c (exp_mpn): Remove ROUND.
28281         * math/atest-exp2.c (exp_mpn): Likewise.
28282         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28283
28284         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28285         * stdlib/tst-tls-atexit-lib.c: Likewise.
28286         * stdlib/tst-tls-atexit.c: Likewise.
28287
28288 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28289
28290         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28291         and __attribute_alloc_size__.
28292
28293 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28294
28295         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28296         __attribute_alloc_size__.
28297         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28298         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28299
28300 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28301
28302         * include/programs/xmalloc.h: New file.
28303         * catgets/gencat.c: Include it.
28304         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28305         * elf/pldd.c: Likewise.
28306         * iconv/iconv_charmap.c: Likewise.
28307         * iconv/iconvconfig.c: Likewise.
28308         * iconv/strtab.c: Likewise.
28309         * locale/programs/locale.c: Likewise.
28310         * locale/programs/localedef.h: Likewise.
28311         * locale/programs/simple-hash.c: Likewise.
28312         * nscd/nscd.h: Likewise.
28313         * nss/makedb.c: Likewise.
28314         * sysdeps/generic/ldconfig.h: Likewise.
28315
28316 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28317
28318         * Versions.def: Add GLIBC_2.18.
28319         * include/link.h (struct link_map): New member l_tls_dtor_count.
28320         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28321         (__call_tls_dtors): Likewise.
28322         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28323         __cxa_thread_atexit_impl.
28324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28325         Likewise.
28326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28327         Likewise.
28328         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28329         Likewise.
28330         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28331         Likewise.
28332         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28333         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28334         Likewise.
28335         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28336         Likewise.
28337         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28338         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28339         Likewise.
28340         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28341         (tests): Add test case tst-tls-atexit.
28342         (modules-names): Add shared library for tst-tls-atexit.
28343         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28344         (GLIBC_PRIVATE): Add __call_tls_dtors.
28345         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28346         for libstdc++.
28347         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28348         * stdlib/tst-tls-atexit.c: New test case.
28349         * stdlib/tst-tls-atexit-lib.c: New test case.
28350
28351         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28352
28353         * elf/Versions (ld): Add _dl_find_dso_for_object.
28354         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28355         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28356         (dl_open_worker): Use _dl_find_dso_for_object.
28357         * elf/dl-sym.c (do_sym): Likewise.
28358         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28359
28360 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28361
28362         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28363         Syntactic changes only.
28364         (_dl_runtime_profile): Do a tail-call to the resolved function.
28365
28366 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28367
28368         [BZ #13550]
28369         * sysdeps/x86_64/bp-asm.h: Remove file.
28370         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28371         <bp-sym.h> and <bp-asm.h>.
28372         (__clone): Do not use BP_SYM.
28373         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28374         <bp-sym.h> and <bp-asm.h>.
28375         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28376         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28377         "bp-asm.h".
28378         (_setjmp): Do not use BP_SYM.
28379         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28380         "bp-asm.h".
28381         (setjmp): Do not use BP_SYM.
28382         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28383         libc_hidden_def.
28384         (mempcpy): Do not use BP_SYM in weak_alias.
28385         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28386         "bp-asm.h".
28387         (strchr): Do not use BP_SYM.
28388         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28389         "bp-asm.h".
28390         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28391         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28392         (_start): Do not use BP_SYM.
28393         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28394         "bp-asm.h".
28395         (strcat): Do not use BP_SYM.
28396         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28397         "bp-asm.h".
28398         (STRCMP): Do not use BP_SYM.
28399         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28400         "bp-asm.h".
28401         (STRCPY): Do not use BP_SYM.
28402         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28403         "bp-asm.h".
28404         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28405         "bp-asm.h".
28406         (FUNCTION): Do not use BP_SYM.
28407         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28408         weak_alias.
28409         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28410
28411 2013-02-17  Andreas Jaeger  <aj@suse.de>
28412
28413         * time/Versions: Sort entries.
28414         * string/Versions: Likewise.
28415         * resolv/Versions: Likewise.
28416         * posix/Versions: Likewise.
28417         * iconv/Versions: Likewise.
28418         * elf/Versions: Likewise.
28419         * wcsmbs/Versions: Likewise.
28420
28421 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28422
28423         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28424         loop termination condition.
28425
28426         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28427         variable to calculate EZ.
28428         (__sqr): Likewise.
28429
28430         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28431         the lower precision input.
28432
28433 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28434
28435         [BZ #13550]
28436         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28437         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28438         (run-via-rtld-prefix): Do not handle %-bp tests.
28439         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28440         (all-object-suffixes): Remove .ob.
28441         (bppfx): Remove variable.
28442         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28443         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28444         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28445         [$(build-bounded) = yes] (libtype.ob): Likewise.
28446         * Makerules (elide-routines.ob): Remove variable.
28447         (do-tests-clean): Do not handle *-bp.out.
28448         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28449         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28450         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28451         (tests): Do not include $(tests-bp.out).
28452         (xtests): Do not include $(xtests-bp.out).
28453         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28454         [$(build-bounded) = yes] ($(addprefix
28455         $(objpfx),$(binaries-bounded))): Remove rule.
28456         ($(objpfx)%-bp.out): Remove rule.
28457         * config.make.in (build-bounded): Remove variable.
28458         * crypt/Makefile [$(build-bounded) = yes]
28459         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28460         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28461         append to variable.
28462         [$(build-bounded) = yes] (install-lib): Likewise.
28463         [$(build-bounded) = yes] (generated): Likewise.
28464         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28465         Remove rule.
28466         * intl/Makefile [$(build-bounded) = yes]
28467         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28468         * math/Makefile [$(build-bounded) = yes]
28469         ($(tests:%=$(objpfx)%-bp): Likewise.
28470         * misc/Makefile [$(build-bounded) = yes]
28471         ($(objpfx)tst-tsearch-bp): Likewise.
28472         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28473         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28474         Remove dependency.
28475         * string/Makefile (o-objects.ob): Remove variable.
28476         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28477         (CFLAGS-.ob): Remove variable.
28478         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28479         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28480         both definitions of variable.
28481         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28482         (ASFLAGS-.ob): Remove variable.
28483
28484 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28485
28486         [BZ #13550]
28487         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28488         Remove __BOUNDED_POINTERS__ from condition.
28489         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28490         * string/bits/string2.h [!__NO_STRING_INLINES &&
28491         !__BOUNDED_POINTERS__]: Likewise.
28492         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28493         Likewise.
28494         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28495         Remove conditional code.
28496         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28497         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28498         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28499         condition.
28500
28501         [BZ #13550]
28502         * csu/libc-start.c: Do not include <bp-sym.h>.
28503         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28504         * elf/dl-open.c: Do not include <bp-sym.h>.
28505         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28506         * math/fegetenv.c: Do not include <bp-sym.h>.
28507         (fegetenv): Do not use BP_SYM in versioned symbols.
28508         * nptl/sysdeps/pthread/bits/libc-lockP.h
28509         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28510         <bp-sym.h>.
28511         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28512         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28513         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28514         (__pthread_mutex_destroy): Likewise.
28515         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28516         (__pthread_mutex_lock): Likewise.
28517         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28518         (__pthread_mutex_trylock): Likewise.
28519         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28520         (__pthread_mutex_unlock): Likewise.
28521         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28522         (__pthread_mutexattr_init): Likewise.
28523         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28524         (__pthread_mutexattr_destroy): Likewise.
28525         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28526         (__pthread_mutexattr_settype): Likewise.
28527         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28528         (__pthread_rwlock_init): Likewise.
28529         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28530         (__pthread_rwlock_destroy): Likewise.
28531         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28532         (__pthread_rwlock_rdlock): Likewise.
28533         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28534         (__pthread_rwlock_tryrdlock): Likewise.
28535         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28536         (__pthread_rwlock_wrlock): Likewise.
28537         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28538         (__pthread_rwlock_trywrlock): Likewise.
28539         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28540         (__pthread_rwlock_unlock): Likewise.
28541         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28542         (__pthread_key_create): Likewise.
28543         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28544         (__pthread_setspecific): Likewise.
28545         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28546         (__pthread_getspecific): Likewise.
28547         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28548         Likewise.
28549         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28550         (_pthread_cleanup_push_defer): Likewise.
28551         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28552         (_pthread_cleanup_pop_restore): Likewise.
28553         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28554         (pthread_setcancelstate): Likewise.
28555         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28556         <bp-sym.h>.
28557         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28558         (memchr): Do not use BP_SYM in weak_alias.
28559         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28560         (fegetenv): Do not use BP_SYM in versioned symbols.
28561         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28562         (fesetenv): Do not use BP_SYM in versioned symbols.
28563         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28564         (feupdateenv): Do not use BP_SYM in versioned symbols.
28565         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28566         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28567         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28568         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28569         (open64): Do not use BP_SYM in weak_alias.
28570         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28571         (fegetenv): Do not use BP_SYM in versioned symbols.
28572         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28573         (fesetenv): Do not use BP_SYM in versioned symbols.
28574         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28575         (feupdateenv): Do not use BP_SYM in versioned symbols.
28576         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28577         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28578         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28579         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28580         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28581         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28582         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28583         <bp-sym.h>.
28584         (__libc_start_main): Do not use BP_SYM.
28585
28586 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28587
28588         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28589         redundant return line.
28590         (norm): Likewise.
28591         (denorm): Likewise.
28592         (dbl_mp): Likewise.
28593         (sub_magnitudes): Likewise.
28594         (__add): Likewise.
28595         (__sub): Likewise.
28596         (__mul): Likewise.
28597         (__inv): Likewise.
28598         (__dvd): Likewise.
28599         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28600         (norm): Likewise.
28601         (denorm): Likewise.
28602         (dbl_mp): Likewise.
28603         (sub_magnitudes): Likewise.
28604         (__add): Likewise.
28605         (__sub): Likewise.
28606         (__mul): Likewise.
28607         (__inv): Likewise.
28608         (__dvd): Likewise.
28609
28610         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28611         instead of __mul.
28612         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28613         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28614         (cc32): Likewise.
28615
28616         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28617         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28618         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28619         of __mul for squares.
28620         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28621         function
28622         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28623         Likewise.
28624         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28625         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28626
28627 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28628
28629         [BZ #13550]
28630         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28631         code.
28632         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28633         prototype or function definition.  Rename ubp_* variables and
28634         parameters.  Remove argv definitions conditional on
28635         [__BOUNDED_POINTERS__].
28636         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28637         * elf/dl-runtime.c (_dl_fixup): Likewise.
28638         * include/set-hooks.h (RUN_HOOK): Likewise.
28639         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28640         definition.
28641         * string/strcpy.c (strcpy): Do not use __unbounded.
28642         * sysdeps/generic/frame.h (struct layout): Likewise.
28643         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28644         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28645         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28646         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28647         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28648         (__backtrace): Likewise.
28649         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28650         use __ptrvalue.
28651         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28652         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28653         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28654         Likewise.
28655         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28656         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28657         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28658         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28659         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28660         Do not use __unbounded.
28661         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28662         Rename __unboundedrlimits parameter to rlimits in prototype.
28663         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28664         Do not use __unbounded.
28665         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28666         not use __ptrvalue.
28667         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28668         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28669         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28670         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28671         __ptrvalue or __unbounded.
28672         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28673         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28674         use __unbounded.
28675         (__new_msgctl): Do not use __ptrvalue.
28676         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28677         __unbounded.
28678         (__libc_msgrcv): Do not use __ptrvalue.
28679         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28680         startup_info): Do not use __unbounded.
28681         (__libc_start_main): Likewise.  Rename ubp_* variables and
28682         parameters.  Remove argv definitions conditional on
28683         [__BOUNDED_POINTERS__].
28684         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28685         __ptrvalue.
28686         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28687         use __unbounded.
28688         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28689         or __ptrvalue.
28690         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28691         use __unbounded.
28692         (__new_shmctl): Do not use __ptrvalue.
28693         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28694         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28695         Likewise.
28696         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28697         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28698         (__libc_sigaction): Likewise.
28699         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28700         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28701         Likewise.
28702         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28703
28704 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28705
28706         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28707
28708         * string/mempcpy.c: Implement by calling memcpy.
28709
28710 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28711
28712         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28713
28714         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28715         evaluation.
28716
28717         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28718         values in the mantissa.
28719
28720         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28721         minimize writes to Z.
28722         (sub_magnitudes): Simplify code a bit.
28723
28724 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28725
28726         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28727         from the message.  The linker prefixes all warnings with that already.
28728
28729 2013-02-12  Andreas Schwab  <schwab@suse.de>
28730
28731         [BZ #15078]
28732         * posix/regexec.c (extend_buffers): Add parameter min_len.
28733         (check_matching): Pass minimum needed length.
28734         (clean_state_log_if_needed): Likewise.
28735         (get_subexp): Likewise.
28736         * posix/Makefile (tests): Add bug-regex34.
28737         (bug-regex34-ENV): Define.
28738         * posix/bug-regex34.c: New file.
28739
28740         [BZ #11561]
28741         * posix/regcomp.c (parse_bracket_exp): When looking up collating
28742         elements compare against the byte sequence of it, not its name.
28743         * posix/Makefile (tests): Add bug-regex35.
28744         (bug-regex35-ENV): Define.
28745         * posix/bug-regex35.c: New file.
28746
28747 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28748
28749         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
28750         comment.
28751         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28752         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28753         (CHECK_EOL): Add undef.
28754
28755 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
28756
28757         * bits/stdlib-bsearch.h: New file.
28758         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
28759         * stdlib/stdlib.h: Likewise.
28760
28761 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28762
28763         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28764         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28765         declaration.
28766         * manual/search.texi (Array Search Function): Add missing const in
28767         lfind prototype.
28768         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28769         declaration to use rlim_t.
28770         (Basic Scheduling Functions): Remove erroneous const from
28771         sched_getparam prototype.  Remove erroneous * from
28772         sched_get_priority_max and sched_get_priority_min prototypes.
28773         (Resource Usage): Fix summary @comment on vtimes to refer to
28774         sys/vtimes.h rather than vtimes.h.
28775         Add missing *s in vtimes prototype.
28776         (Limits on Resources): Fix ulimit prototype to return long int.
28777         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28778         prototypes to use long int rather than double.
28779         (BSD Random): Fix initstate and setstate to use char *, not void *.
28780         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28781         prototype to make second argument 'struct aiocb64 *const[]'.
28782         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28783         (Status of AIO Operations): Remove erroneous const in aio_return and
28784         aio_return64 prototypes.
28785         (Synchronizing I/O): Fix sync prototype to return void.
28786         * manual/startup.texi (Suboptions): Remove an erroneous const in
28787         getsubopt prototype.
28788         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28789         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28790         use size_t rather than int.
28791         (Scanning All Users): Likewise for getpwent_r.
28792         (Setting Groups): Add missing const to setgroups prototype.
28793         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28794         * manual/socket.texi (Host Names): Fix gethostbyaddr and
28795         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28796         'const void *' rather than 'const char *'.
28797         (Host Address Functions): Likewise for inet_ntop.
28798         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28799         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28800         ssize_t for return value.
28801         (Sending Data): Likewise for send, sendto, sendmsg.
28802         (Socket Option Functions): Add a missing const in setsockopt prototype.
28803         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28804         use wchar_t for the argument.
28805         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28806         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28807         take no arguments.
28808         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28809         double/float/long double for second argument.
28810         Fix return types of significand, significandf, significandl.
28811         * manual/filesys.texi (Setting Permissions): Use mode_t for second
28812         argument in fchmod prototype.
28813         (File Owner): Use uid_t and gid_t in fchown prototype.
28814         (File Times): Add const to utimes, futimes, and lutimes prototypes.
28815         (Making Special Files): Use mode_t and dev_t in mknod prototype.
28816         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28817         use 'const struct dirent **' as argument types to CMP function pointer
28818         argument.
28819         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28820         (File Times): Fix summary magic @comment for struct utimbuf and utime
28821         to refer to utime.h, not time.h.
28822         * manual/string.texi (Argz Functions): Add missing const in
28823         argz_extract and argz_next prototypes.
28824         (Finding Tokens in a String): Likewise for basename.
28825         (String/Array Comparison): Fix typo in wcscasecmp prototype.
28826         (Copying and Concatenation): Fix typo in wmemmove prototype.
28827         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28828         (Signal Stack): Remove erroneous const in sigstack prototype.
28829         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28830         prototype.
28831         (Simple Calendar Time): Likewise for stime.
28832         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28833         prototype.
28834         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28835         say sys/sysctl.h instead.
28836         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28837         and vsyslog prototypes.
28838
28839 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28840
28841         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28842         Remove.
28843
28844 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28845
28846         * misc/sys/mman.h: Fix typo in mremap comment.
28847
28848 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28849
28850         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28851         the '\0' terminator.
28852
28853 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28854
28855         [BZ #13550]
28856         * debug/segfault.c: Don't include <bp-checks.h>.
28857         * sysdeps/generic/bp-checks.h: Remove file.
28858         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28859         (__GETDENTS): Don't use CHECK_N.
28860         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28861         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28862         (__getgroups): Don't use CHECK_N.
28863         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28864         (setgroups): Don't use CHECK_N.
28865         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28866         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28867         (__libc_msgrcv): Don't use CHECK_N.
28868         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28869         (__libc_msgsnd): Don't use CHECK_N.
28870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28871         <bp-checks.h>.
28872         (__libc_pread): Don't use CHECK_N.
28873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28874         include <bp-checks.h>.
28875         (__libc_pread64): Don't use CHECK_N.
28876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28877         include <bp-checks.h>.
28878         (__libc_pwrite): Don't use CHECK_N.
28879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28880         include <bp-checks.h>.
28881         (__libc_pwrite64): Don't use CHECK_N.
28882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28883         <bp-checks.h>.
28884         (__libc_pread): Don't use CHECK_N.
28885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28886         include <bp-checks.h>.
28887         (__libc_pread64): Don't use CHECK_N.
28888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28889         include <bp-checks.h>.
28890         (__libc_pwrite): Don't use CHECK_N.
28891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
28892         include <bp-checks.h>.
28893         (__libc_pwrite64): Don't use CHECK_N.
28894         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
28895         (do_pread): Don't use CHECK_N.
28896         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
28897         (do_pread64): Don't use CHECK_N.
28898         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
28899         (do_pwrite): Don't use CHECK_N.
28900         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
28901         (do_pwrite64): Don't use CHECK_N.
28902         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
28903         (__libc_readv): Don't use CHECK_N.
28904         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
28905         (semop): Don't use CHECK_N.
28906         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
28907         <bp-checks.h>.
28908         (semtimedop): Don't use CHECK_N.
28909         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
28910         (__libc_pread): Don't use CHECK_N.
28911         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
28912         <bp-checks.h>.
28913         (__libc_pread64): Don't use CHECK_N.
28914         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
28915         <bp-checks.h>.
28916         (__libc_pwrite): Don't use CHECK_N.
28917         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
28918         <bp-checks.h>.
28919         (__libc_pwrite64): Don't use CHECK_N.
28920         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
28921         <bp-checks.h>.
28922         (__libc_msgrcv): Don't use CHECK_N.
28923         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
28924         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
28925         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
28926         (__libc_writev): Don't use CHECK_N.
28927
28928 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28929
28930         * string/strcpy.c: Removed unused variable.
28931
28932         * Makeconfig (+sysdep-includes): Define with := rather than =.
28933         Use an existing include/ subdir of each sysdeps dir before it.
28934
28935 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28936
28937         * nscd/connection.c (register_traced_file): Comment function.
28938         [HAVE_INOTIFY] (union __inev): Define.
28939         [HAVE_INOTIFY] (inotify_check_files): New function.
28940         [HAVE_INOTIFY] (clear_db_cache): Likewise.
28941         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
28942         clear_db_cache.
28943         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
28944
28945 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28946
28947         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
28948         loaded if not already and that a failure is permanent.
28949
28950 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28951
28952         [BZ #15006]
28953         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
28954         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
28955
28956 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28957
28958         [BZ #13550]
28959         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
28960         (CHECK_1_NULL_OK): Likewise.
28961         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
28962         (__fxstat): Do not use CHECK_1.
28963         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
28964         <bp-checks.h>.
28965         (___fxstat64): Do not use CHECK_1.
28966         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
28967         <bp-checks.h>.
28968         (__fxstatat): Do not use CHECK_1.
28969         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
28970         <bp-checks.h>.
28971         (__fxstatat64): Do not use CHECK_1.
28972         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
28973         <bp-checks.h>.
28974         (__fxstat): Do not use CHECK_1.
28975         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
28976         <bp-checks.h>.
28977         (__fxstatat): Do not use CHECK_1.
28978         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
28979         <bp-checks.h>.
28980         (__getresgid): Do not use CHECK_1.
28981         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
28982         <bp-checks.h>.
28983         (__getresuid): Do not use CHECK_1.
28984         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
28985         <bp-checks.h>.
28986         (__lxstat): Do not use CHECK_1.
28987         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
28988         <bp-checks.h>.
28989         (__old_msgctl): Do not use CHECK_1.
28990         (__new_msgctl): Likewise.
28991         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
28992         <bp-checks.h>.
28993         (__new_setrlimit): Do not use CHECK_1.
28994         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
28995         <bp-checks.h>.
28996         (__old_shmctl): Do not use CHECK_1.
28997         (__new_shmctl): Likewise.
28998         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
28999         <bp-checks.h>.
29000         (__xstat): Do not use CHECK_1.
29001         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29002         (__lxstat): Do not use CHECK_1.
29003         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29004         <bp-checks.h>.
29005         (___lxstat64): Do not use CHECK_1.
29006         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29007         (__old_msgctl): Do not use CHECK_1.
29008         (__new_msgctl): Likewise.
29009         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29010         <bp-checks.h>.
29011         (__gettimeofday): Do not use CHECK_1.
29012         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29013         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29014         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29015         <bp-checks.h>.
29016         (__gettimeofday): Do not use CHECK_1.
29017         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29018         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29019         (__new_shmctl): Do not use CHECK_1.
29020         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29021         <bp-checks.h>.
29022         (do_sigtimedwait): Do not use CHECK_1.
29023         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29024         <bp-checks.h>.
29025         (do_sigwaitinfo): Do not use CHECK_1.
29026         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29027         <bp-checks.h>.
29028         (msgctl): Do not use CHECK_1.
29029         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29030         <bp-checks.h>.
29031         (shmctl): Do not use CHECK_1.
29032         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29033         (ustat): Do not use CHECK_1.
29034         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29035         <bp-checks.h>.
29036         (__fxstat): Do not use CHECK_1.
29037         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29038         <bp-checks.h>.
29039         (__fxstatat): Do not use CHECK_1.
29040         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29041         <bp-checks.h>.
29042         (__lxstat): Do not use CHECK_1.
29043         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29044         <bp-checks.h>.
29045         (__xstat): Do not use CHECK_1.
29046         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29047         (__xstat): Do not use CHECK_1.
29048         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29049         (___xstat64): Do not use CHECK_1.
29050
29051         [BZ #13550]
29052         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29053         definitions.
29054         (CHECK_BOUNDS_HIGH): Likewise.
29055         * string/strcpy.c: Do not include <bp-checks.h>.
29056         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29057
29058 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29059
29060         * nscd/nscd-client.h (__nscd_drop_map_ref):
29061         Add __attribute__ ((unused)).
29062         * nis/nss-nisplus.h (niserr2nss): Likewise.
29063
29064         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29065         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29066
29067         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29068         Remove inline keyword.
29069         * include/rounding-mode.h (round_away): Likewise.
29070         * libio/wfileops.c (adjust_wide_data): Likewise.
29071         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29072         (__m128i_strloadu_tolower): Likewise.
29073         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29074         (__m128i_strloadu_tolower): Likewise.
29075         * time/mktime.c (ydhms_diff): Likewise.
29076         * locale/elem-hash.h (elem_hash): Likewise.
29077         * locale/setlocale.c (setdata): Likewise.
29078         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29079         (re_string_wchar_at): Likewise.
29080         (bitset_not, bitset_merge, bitset_mask): Likewise.
29081         [!(__GNUC__ > 3)] (inline): Remove macro.
29082         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29083         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29084         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29085         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29086         * string/memcmp.c (memcmp_bytes): Likewise.
29087         * locale/programs/locarchive.c (compute_hashval): Likewise.
29088         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29089         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29090         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29091         * nss/getent.c (print_rpc, print_protocols): Likewise.
29092         (print_passwd, print_group, print_aliases): Likewise.
29093         * nis/nss-nisplus.h (niserr2nss): Likewise.
29094         * nscd/connections.c (restart_p): Likewise.
29095         Change return type to bool.
29096
29097 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29098
29099         * Makeconfig (all-Depend-files): Add existing
29100         $(sorted-subdirs:=/Depend) files.
29101         (all-subdirs): Remove nss.
29102         * sysdeps/unix/inet/Subdirs: Add it here instead.
29103         * hesiod/Depend: New file.
29104
29105         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29106         instead of calling alloca.
29107
29108         * io/lseek.c (__lseek): Rename to __libc_lseek.
29109         Define __lseek as an alias.
29110
29111         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29112
29113 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29114
29115         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29116         else clause and remove check for non-standard endianness.
29117
29118 2013-02-04  David S. Miller  <davem@davemloft.net>
29119
29120         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29121
29122 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29123
29124         [BZ #13550]
29125         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29126         (__ubp_memchr): Remove prototype.
29127         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29128         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29129         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29130         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29131         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29132         Remove alias.
29133         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29134         (__ubp_memchr): Likewise.
29135         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29136         (__ubp_memchr): Likewise.
29137         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29138         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29139         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29140         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29141         CHECK_STRING.
29142         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29143         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29144         (__getcwd): Do not use CHECK_STRING.
29145         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29146         <bp-checks.h>.
29147         (__real_chown): Do not use CHECK_STRING.
29148         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29149         <bp-checks.h>.
29150         (fchownat): Do not use CHECK_STRING.
29151         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29152         CHECK_STRING.
29153         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29154         <bp-checks.h>.
29155         (__lchown): Do not use CHECK_STRING.
29156         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29157         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29158         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29159         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29161         include <bp-checks.h>.
29162         (truncate64): Do not use CHECK_STRING.
29163         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29164         <bp-checks.h>.
29165         (__real_chown): Do not use CHECK_STRING.
29166         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29167         <bp-checks.h>.
29168         (__lchown): Do not use CHECK_STRING.
29169         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29170         <bp-checks.h>.
29171         (__chown): Do not use CHECK_STRING.
29172         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29173         <bp-checks.h>.
29174         (truncate64): Do not use CHECK_STRING.
29175         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29176         Likewise.
29177         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29178         (__xmknod): Do not use CHECK_STRING.
29179         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29180         <bp-checks.h>.
29181         (__xmknodat): Do not use CHECK_STRING.
29182         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29183         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29184
29185 2013-02-04  Andreas Schwab  <schwab@suse.de>
29186
29187         [BZ #14142]
29188         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29189         * include/netdb.h: Likewise for h_errno.
29190         * elf/tst-stackguard1.c: Include <tls.h>.
29191
29192 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29193
29194         * elf/link.h (struct link_map): Extend the l_addr comment.
29195         * include/link.h (struct link_map): Likewise.
29196
29197 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29198
29199         [BZ #13550]
29200         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29201         (BOUNDED_1): Remove macro.
29202         * debug/backtrace.c: Don't include <bp-checks.h>.
29203         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29204         (__backtrace): Likewise.
29205         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29206         <bp-checks.h>.
29207         (__backtrace): Don't use BOUNDED_1.
29208         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29209         <bp-checks.h>.
29210         (__backtrace): Don't use BOUNDED_1.
29211         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29212         (__backtrace): Don't use BOUNDED_1.
29213         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29214         (shmat): Don't use BOUNDED_N.
29215
29216 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29217
29218         [BZ #13550]
29219         * sysdeps/generic/bp-start.h: Remove file.
29220         * csu/libc-start.c: Don't include <bp-start.h>.
29221         (LIBC_START_MAIN): Set up __environ directly instead of using
29222         INIT_ARGV_and_ENVIRON.
29223         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29224         <bp-start.h>.
29225
29226         [BZ #13550]
29227         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29228         definitions.
29229         (CHECK_FCNTL): Likewise.
29230         (CHECK_N_PAGES): Likewise.
29231
29232         [BZ #13550]
29233         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29234         definitions.
29235         (CHECK_SIGSET_NULL_OK): Likewise.
29236         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29237         <bp-checks.h>.
29238         (sigpending): Don't use CHECK_SIGSET.
29239         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29240         <bp-checks.h>.
29241         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29242         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29243         <bp-checks.h>.
29244         (do_sigsuspend): Don't use CHECK_SIGSET.
29245         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29246         use CHECK_SIGSET.
29247         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29248         (do_sigwait): Don't use CHECK_SIGSET.
29249         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29250         use CHECK_SIGSET.
29251         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29252         include <bp-checks.h>.
29253         (sigpending): Don't use CHECK_SIGSET.
29254         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29255         include <bp-checks.h>.
29256         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29257         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29258         <bp-checks.h>.
29259         (sigpending): Don't use CHECK_SIGSET.
29260         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29261         <bp-checks.h>.
29262         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29263
29264         [BZ #13550]
29265         * sysdeps/generic/bp-semctl.h: Remove file.
29266         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29267         <bp-checks.h> and <bp-semctl.h>.
29268         (__old_semctl): Don't use CHECK_SEMCTL.
29269         (__new_semctl): Likewise.
29270         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29271         and <bp-semctl.h>.
29272         (__old_semctl): Don't use CHECK_SEMCTL.
29273         (__new_semctl): Likewise.
29274         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29275         <bp-checks.h> and <bp-semctl.h>.
29276         (__old_semctl): Don't use CHECK_SEMCTL.
29277         (__new_semctl): Likewise.
29278         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29279         <bp-checks.h> and <bp-semctl.h>.
29280         (semctl): Don't use CHECK_SEMCTL.
29281
29282         [BZ #13550]
29283         * Makerules (elide-bp-thunks): Remove variable.
29284         (elide-routines.oS): Don't use $(elide-bp-thunks).
29285         (elide-routines.os): Likewise.
29286         (elide-routines.o): Likewise.
29287         (elide-routines.op): Likewise.
29288         (elide-routines.og): Likewise.
29289         (objects): Don't use $(bp-thunks).
29290         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29291         include.
29292         (common-generated): Do not add s-proto-bp.d.
29293         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29294         (int): Likewise.
29295         (typ): Likewise.
29296         Do not generate makefile rules for bounded-pointer thunks.
29297         * sysdeps/generic/bp-thunks.h: Remove file.
29298         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29299         * sysdeps/unix/s-proto-bp.S: Likewise.
29300
29301         [BZ #15062]
29302         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29303         parts of result separately when argument is not close to line from
29304         -i to i and one part of argument is small.
29305         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29306         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29307         * math/libm-test.inc (cacos_test): Add more tests.
29308         (casin_test): Likewise.
29309         (casinh_test): Likewise.
29310         * sysdeps/i386/fpu/libm-test-ulps: Update.
29311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29312
29313 2013-01-31  David S. Miller  <davem@davemloft.net>
29314
29315         * po/de.po: Update from translation team.
29316
29317 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29318
29319         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29320
29321 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29322
29323         * configure.in (_AC_PROG_CC_C89): New definition.
29324         * configure: Regenerate.
29325
29326         * configure.in (AC_PROG_CPP): New definition.
29327         * configure: Regenerate.
29328
29329 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29330
29331         * debug/tst-backtrace.h: New file.
29332         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29333         (ret): Remove variable.
29334         (x): Likewise.
29335         (FAIL): Remove macro.
29336         (NO_INLINE): Likewise.
29337         (fn1): Use match function instead of strstr.
29338         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29339         (ret): Remove variable.
29340         (x): Likewise.
29341         (FAIL): Remove macro.
29342         (NO_INLINE): Likewise.
29343         (fn): Use match function instead of strstr.
29344         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29345         (ret): Remove variable.
29346         (x): Likewise.
29347         (FAIL): Remove macro.
29348         (NO_INLINE): Likewise.
29349         (handle_signal): Use match function instead of strstr.
29350         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29351         (ret): Remove variable.
29352         (x): Likewise.
29353         (FAIL): Remove macro.
29354         (NO_INLINE): Likewise.
29355         (handle_signal): Use match function instead of strstr.
29356
29357 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29358
29359         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29360
29361 2013-01-23  David S. Miller  <davem@davemloft.net>
29362
29363         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29364         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29365         argument of CAS if possible.
29366         * sysdeps/sparc/sparc64/bits/atomic.h
29367         (__arch_compare_and_exchange_val_32_acq): Likewise.
29368         (__arch_compare_and_exchange_val_64_acq): Likewise.
29369
29370 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29371
29372         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29373         * sysdeps/posix/ulimit.c: ... this.
29374         Include <limits.h>.
29375         * sysdeps/unix/bsd/ulimit.c: Remove file.
29376
29377 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29378
29379         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29380         (LDFLAGS-tst-array5): Likewise.
29381
29382 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29383
29384         [BZ #15036]
29385         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29386         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29387         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29388         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29389
29390 2013-01-21  David S. Miller  <davem@davemloft.net>
29391
29392         * sysdeps/sparc/backtrace.c: New file.
29393         * sysdeps/sparc/sparc32/backtrace.h: New file.
29394         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29395         * sysdeps/sparc/sparc64/backtrace.h: New file.
29396         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29397         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29398         -funwind-tables.
29399
29400 2013-01-21  Andreas Schwab  <schwab@suse.de>
29401
29402         [BZ #15020]
29403         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29404         closed its stdout.
29405
29406 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29407
29408         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29409         "mpa2.h".
29410         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29411
29412 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29413             Mark Mitchell  <mark@codesourcery.com>
29414             Tom de Vries  <tom@codesourcery.com>
29415             Paul Pluzhnikov  <ppluzhnikov@google.com>
29416
29417         * debug/tst-backtrace2.c: New file.
29418         * debug/tst-backtrace3.c: Likewise.
29419         * debug/tst-backtrace4.c: Likewise.
29420         * debug/tst-backtrace5.c: Likewise.
29421         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29422         (CFLAGS-tst-backtrace3.c): Likewise.
29423         (CFLAGS-tst-backtrace4.c): Likewise.
29424         (CFLAGS-tst-backtrace5.c): Likewise.
29425         (LDFLAGS-tst-backtrace2): Likewise.
29426         (LDFLAGS-tst-backtrace3): Likewise.
29427         (LDFLAGS-tst-backtrace4): Likewise.
29428         (LDFLAGS-tst-backtrace5): Likewise.
29429         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29430         tst-backtrace4 and tst-backtrace5.
29431
29432 2013-01-18  Anton Blanchard  <anton@samba.org>
29433             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29434
29435         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29436         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29437         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29438         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29440         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29441         "+r" and remove output regs list as redundant.  Add explicit inline
29442         asm to specify register of return val to work around compiler codegen
29443         bug.  Remove (int) cast on return value.  Add return type parameter to
29444         use in macro so that this macro does not truncate return value for
29445         64-bit values.
29446         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29447         pass to INTERNAL_VSYSCALL_NCS.
29448         (INLINE_VSYSCALL): Add 'long int' as return type to
29449         INTERNAL_VSYSCALL_NCS macro invocation.
29450         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29451         INTERNAL_VSYSCALL_NCS macro invocation.
29452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29453
29454 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29455
29456         [BZ #14496]
29457         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29458         Fix application of SIMD FP exception mask.
29459
29460         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29461         mp_no from a power of two.
29462         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29463         __mpexp_twomm1.  Use __pow_mp.
29464
29465         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29466         multiplication.
29467
29468 2013-01-17  David S. Miller  <davem@davemloft.net>
29469
29470         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29471
29472 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29473
29474         [BZ #15023]
29475         * include/complex.h: Condition contents on [!_COMPLEX_H].
29476         (__kernel_casinhf): New prototype.
29477         (__kernel_casinh): Likewise.
29478         (__kernel_casinhl): Likewise.
29479         * math/Makefile (libm_calls): Add k_casinh.
29480         * math/k_casinh.c: New file.
29481         * math/k_casinhf.c: Likewise.
29482         * math/k_casinhl.c: Likewise.
29483         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29484         finite nonzero arguments.
29485         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29486         finite nonzero arguments.
29487         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29488         finite nonzero arguments.
29489         * math/s_casinh.c: Do not include <float.h>.
29490         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29491         * math/s_casinhf.c: Do not include <float.h>.
29492         (__casinhf): Move code for finite nonzero arguments to
29493         k_casinhf.c.
29494         * math/s_casinhl.c: Do not include <float.h>.
29495         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29496         redefine.
29497         (__casinhl): Move code for finite nonzero arguments to
29498         k_casinhl.c.
29499         * math/libm-test.inc (cacos_test): Add more tests.
29500         * sysdeps/i386/fpu/libm-test-ulps: Update.
29501         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29502
29503 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29504
29505         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29506         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29507         [!HAVE_MREMAP]: Remove [defined linux] case.
29508         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29509
29510 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29511
29512         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29513
29514 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29515
29516         * elf/elf.h (R_386_SIZE32): New relocation.
29517         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29518         R_386_SIZE32.
29519         (elf_machine_rela): Likewise.
29520         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29521         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29522
29523 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29524
29525         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29526         (FP_FAST_FMA): Do not define.
29527         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29528         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29529         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29530         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29531         !_SOFT_FLOAT]: Likewise.
29532         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29533         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29534         value.
29535         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29536         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29537         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29538         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29539         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29540         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29541         file.
29542
29543 2013-01-16  Andreas Schwab  <schwab@suse.de>
29544
29545         [BZ #14327]
29546         * include/stdlib.h (__mktemp): Add declaration.
29547         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29548         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29549
29550 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29551
29552         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29553         definitions.
29554         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29555         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29556         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29557         definitions here.
29558         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29559         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29560         definitions.
29561         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29562         and ONE.
29563         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29564         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29565         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29566         definitions.
29567         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29568         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29569         definitions.
29570         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29571
29572         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29573
29574 2013-01-15  David S. Miller  <davem@davemloft.net>
29575
29576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29577         trunc{,f} to libm-sysdep_routes.
29578         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29580         file.
29581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29583         file.
29584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29585         file.
29586         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29587         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29588         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29589         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29590         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29591         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29592         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29593         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29594
29595         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29596         nearbyint{,f} to libm-sysdep_routes.
29597         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29598         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29599         New file.
29600         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29601         file.
29602         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29603         New file.
29604         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29605         file.
29606         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29607         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29608         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29609         file.
29610         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29611         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29612         file.
29613         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29614         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29615         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29616
29617         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29618         libc_feholdexcept and libc_fesetenv.
29619
29620 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29621
29622         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29623
29624 2013-01-14  David S. Miller  <davem@davemloft.net>
29625
29626         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29627         (SPARC_ASM_VIS2_IFUNC): Likewise.
29628         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29629         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29630         use of 'siam' instruction.
29631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29632         Likewise.
29633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29634         Likewise.
29635         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29636         Likewise.
29637         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29638         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29639         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29640         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29642         file.
29643         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29644         file.
29645         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29646         file.
29647         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29648         file.
29649         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29650         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29651         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29652         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29653         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29654         new VIS2 routines.
29655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29658         Likewise.
29659         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29660         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29661         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29662         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29663         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29664         routines to libm-sysdep_routines.
29665         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29666
29667         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29668         fdim/fdimf to libm-sysdep_routines.
29669         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29670         file.
29671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29673         file.
29674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29675         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29676         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29677         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29678         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29679         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29680         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29681
29682 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29683
29684         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29685         to optimize copies.
29686
29687         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29688         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29689         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29690
29691         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29692         local variable MPTWO.
29693         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29694         Likewise.
29695
29696 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29697
29698         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29699         GLOB_NOESCAPE.
29700
29701 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29702
29703         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29704
29705 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29706
29707         * manual/pattern.texi (glob_t): Document gl_flags.
29708         (glob64_t): Likewise.
29709
29710 2013-01-11  David S. Miller  <davem@davemloft.net>
29711
29712         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29713         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29714         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29715         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29716         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29717         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29718         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29719         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29720         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29721         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29722         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29723         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29724         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29725
29726         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29727         sparc V9 rather than using V8 code.
29728         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29729         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29730
29731         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29732         Move to...
29733         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29734         Here.
29735
29736 2013-01-11  Roland McGrath  <roland@hack.frob.com>
29737
29738         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29739         not in the main loop.
29740         * configure: Regenerated.
29741
29742 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
29743
29744         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29745         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29746         to just #else.
29747         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
29748         [!__GLIBC_HAVE_LONG_LONG] case.
29749         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29750         condition to just #else.
29751         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29752         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29753         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29754         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29755         unconditional.
29756         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29757         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29758         #elif condition to just #else.
29759         * sysdeps/unix/sysv/linux/sys/sysmacros.h
29760         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29761         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29762         #elif condition to just #else.
29763
29764 2013-01-11  Steve Ellcey  <sellcey@mips.com>
29765
29766         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29767         (EF_MIPS_ARCH_64): Fix value.
29768         (EF_MIPS_ARCH_32R2): New.
29769         (EF_MIPS_ARCH_64R2): New.
29770
29771 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
29772
29773         * Makeconfig (+link-pie-before-libc): New.
29774         (+link-pie-after-libc): Likewise.
29775         (+link-pie-tests): Likewise.
29776         (+link-pie): Rewritten.
29777         (link-before-libc): Remove $(config-LDFLAGS).
29778         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29779         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29780         (config-LDFLAGS): Renamed to ...
29781         (rtld-LDFLAGS): This.
29782         (rtld-tests-LDFLAGS): New macro.
29783         (link-libc-rpath-link): Likewise.
29784         (link-libc-tests-rpath-link): Likewise.
29785         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29786         (link-libc): Prepand $(link-libc-rpath-link).
29787         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29788         (test-program-prefix): New macro.
29789         (test-via-rtld-prefix): Likewise.
29790         (test-program-cmd): Likewise.
29791         (host-test-program-cmd): Likewise.
29792         * Makefile ($(common-objpfx)testrun.sh): Replace
29793         $(run-program-prefix) with $(test-program-prefix).
29794         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29795         $(rtld-LDFLAGS).
29796         ($(common-objpfx)shlib.lds): Likewise.
29797         (build-module-helper): Likewise.
29798         ($(common-objpfx)format.lds): Likewise.
29799         * Rules (binaries-pie-tests): New.
29800         (binaries-pie-notests): Likewise.
29801         (binaries-pie): Rewritten.
29802         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29803         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29804         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29805         (make-test-out): Replace $(host-built-program-cmd) with
29806         $(host-test-program-cmd).
29807         * config.make.in (build-hardcoded-path-in-tests): New variable.
29808         * configure.in (--enable-hardcoded-path-in-tests): New configure
29809         option.
29810         (hardcoded_path_in_tests): New AC_SUBST.
29811         * configure: Regenerated.
29812         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29813         $(built-program-cmd) with $(test-program-cmd).
29814         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29815         (test_program_cmd): This.
29816         * elf/Makefile ($(objpfx)order.out): Run test with
29817         $(test-program-prefix).
29818         ($(objpfx)order2.out): Likewise.
29819         ($(objpfx)tst-initorder.out): Likewise.
29820         ($(objpfx)tst-initorder2.out): Likewise.
29821         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29822         $(test-program-cmd).
29823         ($(objpfx)tst-array1-static.out): Likewise.
29824         ($(objpfx)tst-array2.out): Likewise.
29825         ($(objpfx)tst-array3.out): Likewise.
29826         ($(objpfx)tst-array4.out): Likewise.
29827         ($(objpfx)tst-array5.out): Likewise.
29828         ($(objpfx)tst-array5-static.out): Likewise.
29829         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29830         $(test-program-cmd).
29831         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29832         $(run-program-prefix) with $(test-program-prefix).
29833         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29834         (test_program_prefix): This.
29835         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29836         $(run-program-prefix) with $(test-program-prefix).
29837         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29838         (test_program_prefix): This.
29839         * iconvdata/tst-tables.sh: Likewise.
29840         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29841         $(run-program-prefix) with $(test-program-prefix).
29842         ($(objpfx)tst-translit.out): Likewise.
29843         ($(objpfx)tst-gettext2.out): Likewise.
29844         ($(objpfx)tst-gettext4.out): Likewise.
29845         ($(objpfx)tst-gettext6.out): Likewise.
29846         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29847         (test_program_prefix): This.
29848         * intl/tst-gettext2.sh: Likewise.
29849         * intl/tst-gettext4.sh  Likewise.
29850         * intl/tst-gettext6.sh: Likewise.
29851         * intl/tst-translit.sh: Likewise.
29852         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29853         with $(test-program-cmd).
29854         * libio/Makefile ($(objpfx)test-freopen.out): Replace
29855         $(run-program-prefix) with $(test-program-prefix).
29856         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29857         (test_program_prefix): This.
29858         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29859         $(run-program-prefix) with $(test-program-prefix).
29860         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29861         (test_program_prefix): This.
29862         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29863         * posix/Makefile ($(objpfx)globtest.out): Replace
29864         $(run-via-rtld-prefix) and $(test-wrapper) with
29865         $(test-program-prefix) and $(test-via-rtld-prefix).
29866         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29867         $(test-program-prefix).
29868         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29869         $(host-test-program-cmd).
29870         (tst-spawn-ARGS): Likewise.
29871         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29872         $(test-program-prefix).
29873         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29874         (test_via_rtld_prefix): This.
29875         (test_wrapper): Renamed to ...
29876         (test_program_prefix): This.
29877         (run_program_prefix): Replaced by test_program_prefix.
29878         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29879         (test_program_prefix): This.
29880         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29881         with $(host-test-program-cmd).
29882         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29883         $(run-program-prefix) with $(test-program-prefix).
29884         ($(objpfx)tst-printf.out): Likewise.
29885         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29886         $(test-program-cmd).
29887         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29888         (test_program_prefix): This.
29889         * stdio-common/tst-unbputc.sh: Likewise.
29890         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
29891         $(run-program-prefix) with $(test-program-prefix).
29892         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
29893         (test_program_prefix): This.
29894         * string/Makefile ($(objpfx)tst-svc.out):  Replace
29895         $(built-program-cmd) with $(test-program-cmd).
29896
29897 2013-01-11  Andreas Jaeger  <aj@suse.de>
29898
29899         [BZ #15003]
29900         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
29901         value. Sync with Linux 3.7.
29902
29903 2013-01-10  David S. Miller  <davem@davemloft.net>
29904
29905         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
29906         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29907         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29908
29909 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29910
29911         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
29912         never set.
29913         * configure: Regenerated.
29914
29915 2013-01-10  David S. Miller  <davem@davemloft.net>
29916
29917         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29918         sparc V9 rather than using V8 code.
29919         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29920         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29921
29922 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29923
29924         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
29925         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
29926         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
29927         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
29928         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
29929         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
29930         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
29931         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
29932         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
29933         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
29934         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
29935         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
29936         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
29937         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
29938         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
29939         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
29940         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
29941         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
29942         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
29943         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
29944         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
29945         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
29946         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
29947         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
29948         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
29949         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
29950         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
29951
29952 2013-01-10  David S. Miller  <davem@davemloft.net>
29953
29954         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29955
29956 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29957
29958         * posix/Makefile (tests-static): New variable.
29959         (tests): Add $(tests-static).
29960         (tst-exec-static-ARGS): New variable.
29961         (tst-spawn-static-ARGS): Likewise.
29962         * posix/tst-exec-static.c: New file.
29963         * posix/tst-spawn-static.c: Likewise.
29964         * posix/tst-exec.c: Support run directly.
29965         * posix/tst-spawn.c: Likewise.
29966
29967 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
29968
29969         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
29970         long.
29971         * math/bits/mathcalls.h (llrint): Likewise.
29972         (llround): Likewise.
29973         * stdlib/stdlib.h (struct drand48_data): Likewise.
29974         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
29975         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
29976         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
29977         Likewise.
29978         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
29979         Likewise.
29980         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
29981         (elf_greg_t): Likewise.
29982         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
29983         (__jmp_buf): Likewise.
29984         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
29985         definitions.
29986         (llrint): Likewise, for all definitions.
29987         (llrintl): Likewise.
29988
29989         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
29990         Remove [__GNUC__] condition.
29991         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
29992         condition to just [__USE_ISOC99].
29993         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
29994
29995 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29996
29997         [BZ #14200]
29998         * sysdeps/unix/sysv/linux/x86/bits/environments.h
29999         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30000         defined.
30001         (_POSIX_V6_ILP32_OFF32): Likewise.
30002         (_XBS5_ILP32_OFF32): Likewise.
30003         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30004         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30005
30006 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30007
30008         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30009
30010         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30011         doubles __mpexp_twomm1.  Adjust usage.
30012         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30013         Remove.
30014
30015 2013-01-10  Andreas Schwab  <schwab@suse.de>
30016
30017         [BZ #14964]
30018         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30019         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30020
30021 2013-01-09  David S. Miller  <davem@davemloft.net>
30022
30023         [BZ #15003]
30024         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30025         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30026         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30027         (TCP_FASTOPEN): Define.
30028         (tcp_repair_opt): New structure.
30029         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30030         enum values.
30031         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30032         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30033         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30034         (tcp_cookie_transactions): New structure.
30035
30036 2013-01-09  Anton Blanchard  <anton@samba.org>
30037
30038         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30039         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30040         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30041         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30042
30043 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30044
30045         * include/features.h (__USE_ANSI): Remove.
30046
30047 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30048
30049         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30050
30051         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30052
30053 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30054
30055         * sysdeps/s390/fpu/libm-test-ulps: Update.
30056
30057         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30058
30059         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30060         (__acr): Likewise.
30061         (__cpy): Likewise.
30062         (norm): Likewise.
30063         (denorm): Likewise.
30064         (__mp_dbl): Likewise.
30065         (__dbl_mp): Likewise.
30066         (add_magnitudes): Likewise.
30067         (sub_magnitudes): Likewise.
30068         (__add): Likewise.
30069         (__sub): Likewise.
30070         (__mul): Likewise.
30071         (__inv): Likewise.
30072         (__dvd): Likewise.
30073         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30074         (__acr): Likewise.
30075         (__cpy): Likewise.
30076         (norm): Likewise.
30077         (denorm): Likewise.
30078         (__mp_dbl): Likewise.
30079         (__dbl_mp): Likewise.
30080         (add_magnitudes): Likewise.
30081         (sub_magnitudes): Likewise.
30082         (__add): Likewise.
30083         (__sub): Likewise.
30084         (__mul): Likewise.
30085         (__inv): Likewise.
30086         (__dvd): Likewise.
30087         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30088         (__acr): Likewise.
30089         (__cpy): Likewise.
30090         (norm): Likewise.
30091         (denorm): Likewise.
30092         (__mp_dbl): Likewise.
30093         (__dbl_mp): Likewise.
30094         (add_magnitudes): Likewise.
30095         (sub_magnitudes): Likewise.
30096         (__add): Likewise.
30097         (__sub): Likewise.
30098         (__mul): Likewise.
30099         (__inv): Likewise.
30100         (__dvd): Likewise.
30101
30102 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30103
30104         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30105         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30106         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30107         2 && __USE_EXTERN_INLINES]: Likewise.
30108
30109 2013-01-08  Andreas Jaeger  <aj@suse.de>
30110
30111         [BZ# 14985]
30112         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30113         Remove.
30114         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30115         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30116
30117 2013-01-07  Anton Blanchard  <anton@samba.org>
30118
30119         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30120         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30121         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30122         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30123         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30124         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30125         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30126         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30127         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30128         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30129         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30130         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30131         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30132         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30133         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30134         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30135         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30136         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30137         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30138         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30139         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30140         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30141         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30142         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30143         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30144         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30145         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30146         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30147         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30148         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30149         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30150         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30151         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30152         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30153         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30154         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30155         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30156         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30157         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30158         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30159         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30160         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30161         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30162
30163 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30164
30165         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30166         (__MALLOC_PMT): Likewise.
30167         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30168         [__GNUC__], only on [_LIBC].
30169         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30170         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30171         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30172         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30173         forward declaration.
30174         (realloc_hook_ini): Likewise.
30175         (memalign_hook_ini): Likewise.
30176         (__libc_memalign): Do not use __MALLOC_PMT in variable
30177         declaration.
30178         (__libc_valloc): Likewise.
30179         (__libc_pvalloc): Likewise.
30180         (__libc_calloc): Likewise.
30181         (__posix_memalign): Likewise.
30182
30183         [BZ #14996]
30184         * math/s_casinh.c: Include <float.h>.
30185         (__casinh): Do not do computation with squaring and square root
30186         for large arguments.
30187         * math/s_casinhf.c: Include <float.h>.
30188         (__casinhf): Do not do computation with squaring and square root
30189         for large arguments.
30190         * math/s_casinhl.c: Include <float.h>.
30191         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30192         (__casinhl): Do not do computation with squaring and square root
30193         for large arguments.
30194         * math/libm-test.inc (casin_test): Add more tests.
30195         (casinh_test): Likewise.
30196         * sysdeps/i386/fpu/libm-test-ulps: Update.
30197         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30198
30199 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30200
30201         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30202         (__x86_64_raw_data_cache_size): Likewise.
30203         (__x86_64_data_cache_size_half): Likewise.
30204         (__x86_64_raw_data_cache_size_half): Likewise.
30205         (__x86_64_shared_cache_size): Likewise.
30206         (__x86_64_raw_shared_cache_size): Likewise.
30207         (__x86_64_shared_cache_size_half): Likewise.
30208         (__x86_64_raw_shared_cache_size_half): Likewise.
30209         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30210         to ...
30211         (__x86_data_cache_size): This.
30212         (__x86_64_raw_data_cache_size): Renamed to ...
30213         (__x86_raw_data_cache_size): This.
30214         (__x86_64_data_cache_size_half): Renamed to ...
30215         (__x86_data_cache_size_half): This.
30216         (__x86_64_raw_data_cache_size_half): Renamed to ...
30217         (__x86_raw_data_cache_size_half): This.
30218         (__x86_64_shared_cache_size): Renamed to ...
30219         (__x86_shared_cache_size): This.
30220         (__x86_64_raw_shared_cache_size): Renamed to ...
30221         (__x86_raw_shared_cache_size): This.
30222         (__x86_64_shared_cache_size_half): Renamed to ...
30223         (__x86_shared_cache_size_half): This.
30224         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30225         (__x86_raw_shared_cache_size_half): This.
30226         * sysdeps/x86_64/memcpy.S: Updated.
30227         * sysdeps/x86_64/memset.S: Likewise.
30228         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30229         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30230         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30231
30232 2013-01-04  David S. Miller  <davem@davemloft.net>
30233
30234         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30235
30236 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30237
30238         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30239         1 to avoid redefinition warning.
30240         (__USE_GNU): Don't define.
30241         (init_signaling_nan): Protoize.
30242
30243         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30244
30245 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30246
30247         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30248         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30249         (__cpymn): Likewise.
30250         (norm): Remove commented code.
30251         (denorm): Likewise.
30252         (__mp_dbl): Likewise.
30253         (__inv): Likewise.
30254         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30255         (__cpymn): Likewise.
30256         (norm): Remove commented code.
30257         (denorm): Likewise.
30258         (__mp_dbl): Likewise.
30259         (__inv): Likewise.
30260
30261         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30262         mp_no value for 1.0 and 2.0.
30263         (norm): Use RADIXI instead of radixi.d.
30264         (denorm): Likewise.
30265         (__mul): Use 0.0 instead of zero.d.
30266         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30267         mp_no value for 1.0 and 2.0.
30268         (norm): Use RADIXI instead of radixi.d.
30269         (denorm): Likewise.
30270         (__mul): Use 0.0 instead of zero.d.
30271
30272 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30273
30274         [BZ #14994]
30275         * math/s_casinh.c (__casinh): Reduce finite argument to first
30276         quadrant then set signs of results at the end.
30277         * math/s_casinhf.c (__casinhf): Likewise.
30278         * math/s_casinhl.c (__casinhl): Likewise.
30279         * math/libm-test.inc (casin_test): Add more tests.
30280         (casinh_test): Likewise.
30281         * sysdeps/i386/fpu/libm-test-ulps: Update.
30282         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30283
30284 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30285
30286         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30287
30288         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30289
30290         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30291         declarations.
30292         (denorm): Likewise.
30293         (__mp_dbl): Likewise.
30294         (__inv): Likewise.
30295
30296         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30297         and adjust the header comment.
30298
30299         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30300         variable name from declaration.
30301
30302 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30303
30304         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30305         Initialize COMMON_CPUID_INDEX_7 element.
30306         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30307         (CPUID_RTM): Likewise.
30308         (HAS_RTM): Likewise.
30309         (COMMON_CPUID_INDEX_7): New enum.
30310
30311 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30312
30313         [BZ #14981]
30314         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30315         size is zero, record memory as freed.
30316
30317 2013-01-03  Andreas Jaeger  <aj@suse.de>
30318
30319         * po/ia.po: Add new Interlingua translation.
30320
30321 2012-01-03  Allan McRae  <allan@archlinux.org>
30322
30323         * locale/programs/localedef.c: Fix description of '--posix' flag.
30324
30325 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30326
30327         * NEWS: Update dates in second copyright notice.
30328         * README: Update copyright dates in example.
30329         * manual/libc.texinfo: Update copyright dates.
30330         * scripts/test-installation.pl: Update copyright date in --version
30331         output.
30332
30333         * hurd/ctty-input.c: Fix copyright notice formatting.
30334         * hurd/ctty-output.c: Likewise.
30335         * hurd/dtable.c: Likewise.
30336         * hurd/hurd-raise.c: Likewise.
30337         * hurd/hurdprio.c: Likewise.
30338         * hurd/msgportdemux.c: Likewise.
30339         * misc/sys/file.h: Likewise.
30340         * misc/sys/ioctl.h: Likewise.
30341         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30342         * sysdeps/mach/hurd/chdir.c: Likewise.
30343         * sysdeps/mach/hurd/fchdir.c: Likewise.
30344         * sysdeps/mach/hurd/rename.c: Likewise.
30345         * sysdeps/mach/hurd/rmdir.c: Likewise.
30346         * sysdeps/mach/hurd/seekdir.c: Likewise.
30347         * sysdeps/mach/hurd/setsid.c: Likewise.
30348         * sysdeps/posix/wait3.c: Likewise.
30349
30350         * All files with FSF copyright notices: Update copyright dates
30351         using scripts/update-copyrights.
30352         * intl/plural.c: Regenerated.
30353         * locale/programs/charmap-kw.h: Likewise.
30354         * locale/programs/locfile-kw.h: Likewise.
30355
30356 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30357
30358         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30359         four values.
30360
30361         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30362         calculation loop and add branch prediction.
30363
30364         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30365         check access beyond bounds of m1np.
30366
30367         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30368         MPTWO.
30369         (__inv): Remove local variable MPTWO to use the global
30370         constant.
30371         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30372         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30373         variable MPTWO.
30374         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30375         MP3HALFS static const.
30376
30377 2013-01-01  David S. Miller  <davem@davemloft.net>
30378
30379         * po/ca.po: Update from translation team.
30380
30381 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30382
30383         * scripts/update-copyrights: New file.
30384         * Makeconfig: Reformat copyright notice.
30385         * ctype/ctype.h: Likewise.
30386         * debug/swprintf_chk.c: Likewise.
30387         * elf/dl-cache.c: Likewise.
30388         * elf/dl-debug.c: Likewise.
30389         * elf/dl-object.c: Likewise.
30390         * grp/initgroups.c: Likewise.
30391         * hurd/Makefile: Likewise.
30392         * hurd/hurd/signal.h: Likewise.
30393         * hurd/hurdfault.c: Likewise.
30394         * hurd/hurdioctl.c: Likewise.
30395         * hurd/hurdlookup.c: Likewise.
30396         * hurd/intr-msg.c: Likewise.
30397         * iconv/gconv_open.c: Likewise.
30398         * libio/swprintf.c: Likewise.
30399         * locale/lc-ctype.c: Likewise.
30400         * locale/nl_langinfo.c: Likewise.
30401         * mach/Machrules: Likewise.
30402         * mach/Makefile: Likewise.
30403         * malloc/obstack.h: Likewise.
30404         * manual/Makefile: Likewise.
30405         * manual/tsort.awk: Likewise.
30406         * misc/bits/stab.def: Likewise.
30407         * nis/nis_print_group_entry.c: Likewise.
30408         * nis/nis_table.c: Likewise.
30409         * nis/nss_compat/compat-pwd.c: Likewise.
30410         * nis/nss_compat/compat-spwd.c: Likewise.
30411         * po/Makefile: Likewise.
30412         * posix/fnmatch.c: Likewise.
30413         * posix/regex.h: Likewise.
30414         * resolv/Makefile: Likewise.
30415         * resolv/nss_dns/dns-network.c: Likewise.
30416         * resolv/res_hconf.c: Likewise.
30417         * scripts/gen-sorted.awk: Likewise.
30418         * soft-fp/soft-fp.h: Likewise.
30419         * stdio-common/printf.h: Likewise.
30420         * stdlib/monetary.h: Likewise.
30421         * stdlib/random.c: Likewise.
30422         * stdlib/random_r.c: Likewise.
30423         * sysdeps/generic/Makefile: Likewise.
30424         * sysdeps/gnu/Makefile: Likewise.
30425         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30426         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30427         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30428         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30429         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30430         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30431         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30432         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30433         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30434         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30435         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30436         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30437         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30438         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30439         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30440         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30441         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30442         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30443         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30444         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30445         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30446         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30447         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30448         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30449         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30450         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30451         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30452         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30453         * sysdeps/mach/hurd/errnos.awk: Likewise.
30454         * sysdeps/mach/hurd/fork.c: Likewise.
30455         * sysdeps/mach/hurd/getcwd.c: Likewise.
30456         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30457         * sysdeps/mach/hurd/mmap.c: Likewise.
30458         * sysdeps/mach/hurd/utimes.c: Likewise.
30459         * sysdeps/mach/hurd/xmknod.c: Likewise.
30460         * sysdeps/posix/profil.c: Likewise.
30461         * sysdeps/posix/readdir_r.c: Likewise.
30462         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30463         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30464         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30465         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30466         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30467         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30468         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30469         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30470         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30471         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30472         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30473         * sysdeps/pthread/lio_listio.c: Likewise.
30474         * sysdeps/sparc/dl-procinfo.h: Likewise.
30475         * sysdeps/unix/i386/sysdep.S: Likewise.
30476         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30477         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30478         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30479         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30481         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30482         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30483         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30484         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30485         * sysdeps/wordsize-32/divdi3.c: Likewise.
30486         * time/sys/time.h: Likewise.
30487         * wcsmbs/Makefile: Likewise.
30488
30489 2013-01-01  David S. Miller  <davem@davemloft.net>
30490
30491         * po/fr.po: Update from translation team.
30492
30493         * catgets/gencat.c: Update copyright year.
30494         * csu/version.c: Likewise.
30495         * debug/catchsegv.sh: Likewise.
30496         * debug/pcprofiledump.c: Likewise.
30497         * debug/xtrace.sh: Likewise.
30498         * elf/ldconfig.c: Likewise.
30499         * elf/ldd.bash.in: Likewise.
30500         * elf/pldd.c: Likewise.
30501         * elf/sotruss.ksh: Likewise.
30502         * elf/sprof.c: Likewise.
30503         * iconv/iconv_prog.c: Likewise.
30504         * iconv/iconvconfig.c: Likewise.
30505         * locale/programs/locale.c: Likewise.
30506         * locale/programs/localedef.c: Likewise.
30507         * login/programs/pt_chown.c: Likewise.
30508         * malloc/memusage.sh: Likewise.
30509         * malloc/memusagestat.c: Likewise.
30510         * malloc/mtrace.pl: Likewise.
30511         * nscd/nscd.c: Likewise.
30512         * nss/getent.c: Likewise.
30513         * nss/makedb.c: Likewise.
30514         * posix/getconf.c: Likewise.
30515
30516 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30517
30518         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30519         numbers.
30520
30521 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30522
30523         * math/bits/mathcalls.h (modf): Use __nonnull.
30524
30525 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30526
30527         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30528         (split): Use macro CN instead of the bare value.
30529         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30530         could be used.
30531         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30532         instead of the bare value.
30533         (power1): Likewise.
30534
30535 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30536
30537         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30538         __ATAN_TWOM.
30539         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30540
30541         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30542         their values.
30543         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30544         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30545         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30546         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30547
30548 2012-12-28  Andreas Jaeger  <aj@suse.de>
30549
30550         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30551         values are from Linux 3.7.
30552
30553         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30554         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30555
30556 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30557
30558         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30559         TRUE case.
30560
30561         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30562         (norm): Likewise.
30563         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30564         variables with preprocessor constants.
30565         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30566         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30567         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30568
30569 2012-12-27  Bruno Haible  <bruno@clisp.org>
30570
30571         [BZ #14317]
30572         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30573         only if needed.
30574
30575 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30576
30577         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30578         and use variable directly.
30579         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30580
30581         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30582         MPONE.
30583         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30584         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30585         variable MPONE.
30586         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30587         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30588         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30589         include directive.  Remove local variable MPONE.
30590         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30591         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30592         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30593
30594 2012-12-25  David S. Miller  <davem@davemloft.net>
30595
30596         * version.h (RELEASE): Set to "development".
30597         (VERSION): Set to "2.17.90".
30598         * NEWS: Add 2.18 section.
30599
30600 2012-12-21  David S. Miller  <davem@davemloft.net>
30601
30602         * po/hr.po: Update from translation team.
30603
30604 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30605
30606         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30607
30608 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30609
30610         * NEWS:  Mention new memcpy for MIPS.
30611
30612 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30613
30614         * manual/contrib.texi (Contributors): Spelling correction.
30615
30616 2012-12-15  David S. Miller  <davem@davemloft.net>
30617
30618         * po/ru.po: Update from translation team.
30619
30620 2012-12-13  David S. Miller  <davem@davemloft.net>
30621
30622         * NEWS: Mention IFUNC testsuite enhancements.
30623
30624         * po/pl.po: Update from translation team.
30625         * po/bg.po: Likewise.
30626
30627         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30628         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30629
30630 2012-12-11  David S. Miller  <davem@davemloft.net>
30631
30632         * po/sv.po: Update from translation team.
30633
30634         * po/vi.po: Update from translation team.
30635
30636         * po/cs.po: Update from translation team.
30637
30638         * po/de.po: Update from translation team.
30639         * po/eo.po: Likewise.
30640         * po/nl.po: Likewise.
30641
30642 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30643
30644         [BZ #14246]
30645         * manual/argp.texi (Argp Helper Functions): Move node to follow
30646         Argp Parsing State.
30647
30648         [BZ #14872]
30649         * manual/conf.texi (Limits on File System Capacity): Mention if
30650         terminating null is included in the max size.
30651
30652 2012-12-10  Andreas Jaeger  <aj@suse.de>
30653
30654         * po/cs.po: Update from translation team.
30655
30656 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30657
30658         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30659         void pointer and cast to uintptr_t.
30660         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30661         path.
30662         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30663         * sysdeps/s390/s390-64/memset.S: Likewise.
30664
30665 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30666
30667         [BZ #14833]
30668         * menual/message.texi (Message Translation): Fix typos.
30669         (Helper programs for gettext): Likewise.
30670
30671 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30672
30673         [BZ #14898]
30674         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30675         Change to -1.
30676
30677 2012-12-07  David S. Miller  <davem@davemloft.net>
30678
30679         * po/libc.pot: Update.
30680
30681 2012-12-07  Richard Henderson  <rth@redhat.com>
30682
30683         [BZ #10114]
30684         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30685         normal/normal case to before the switch.
30686         (_FP_DIV): Likewise.
30687
30688 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30689             Mike Frysinger  <vapier@gentoo.org>
30690
30691         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30692         check for __NR_fadvise64_64.
30693
30694 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30695
30696         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30697         0, not just to plain "0" as a statement.
30698         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30699         with cw.
30700
30701 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30702
30703         * NEWS: Use sourceware.org in Bugzilla URL.
30704
30705 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30706
30707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30708         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30709
30710         * stdio-common/tst-put-error.c (do_test): Add newline to the
30711         padded test to ensure flush.
30712
30713 2012-12-05  Jeff Law  <law@redhat.com>
30714
30715         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30716
30717 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30718
30719         * README: Don't refer to ports add-on as distributed separately.
30720         Mention AArch64 in list of systems supported in the ports add-on.
30721
30722         * LICENSES: Add more non-FSF copyright and license notices.
30723
30724         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30725         ((unused)).
30726
30727         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30728
30729         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30730         10000 as width of padded output.
30731
30732 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30733
30734         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30735
30736         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30737         variable LX with __attribute__ ((unused)).
30738         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30739         Likewise.
30740         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30741         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30742         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30743         with __attribute__ ((unused)).
30744
30745 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
30746
30747         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30748
30749 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30750
30751         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30752         (CFLAGS-nldbl-acos.c): New variable.
30753         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30754         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30755         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30756         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30757         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30758         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30759         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30760         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30761         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30762         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30763         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30764         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30765         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30766         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30767         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30768         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30769         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30770         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30771         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30772         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30773         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30774         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30775         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30776         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30777         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30778         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30779         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30780         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30781         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30782         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30783         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30784         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30785         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30786         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30787         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30788         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30789         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30790         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30791         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30792         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30793         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30794         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30795         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30796         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30797         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30798         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30799         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30800         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30801         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30802         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30803         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30804         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30805         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30806         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30807         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30808         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30809         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30810         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30811         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30812         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30813         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30814         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30815         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30816         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30817         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30818         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30819         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30820         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30821         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30822         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30823         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30824         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30825         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30826         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30827         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30828         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30829         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30830         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30831         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30832         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30833         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30834         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30835         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30836         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30837         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30838         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30839         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30840         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30841         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30842         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30843         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30844         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30845         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30846         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30847         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30848         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30849         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30850
30851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30852         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30853
30854         [BZ #14914]
30855         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30856         whole low double instead of just low 47 bits when splitting values
30857         into two parts.
30858
30859 2012-12-03  Allan McRae  <allan@archlinux.org>
30860
30861         * manual/stdio.texi (Predefined Printf Handlers): Remove
30862         @hsep and @vsep usage.
30863
30864 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
30865
30866         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30867         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30868
30869 2012-12-03  Jeff Law  <law@redhat.com>
30870
30871         * time/sys/time.h (settimeofday): Do not mark TV argument
30872         as __nonnull.
30873
30874 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
30875
30876         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30877         when currently writing and seek to current position when not.
30878         * libio/Makefile (tests): Remove bug-fclose1.
30879         * libio/bug-fclose1.c: Delete.
30880
30881 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
30882
30883         * manual/arith.texi (feenableexcept): Fix typo.
30884         (fedisableexcept): Likewise.
30885
30886 2012-11-30  Roland McGrath  <roland@hack.frob.com>
30887
30888         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30889         second, differently-typed declaration, rather than a cast.
30890
30891 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30892
30893         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
30894         * include/rpc/svc.h: ... here.
30895
30896 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
30897
30898         [BZ #13013]
30899         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
30900         depending n and resplen2 to catch cases where answer
30901         equals answerp2.
30902
30903 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
30904
30905         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
30906         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
30907
30908 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
30909
30910         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
30911
30912 2012-11-29  Roland McGrath  <roland@hack.frob.com>
30913
30914         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
30915
30916 2012-11-28  Jeff Law  <law@redhat.com>
30917
30918         [BZ #13761]
30919         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
30920         dataset_temporary.  Track alloca usage into alloca_used.
30921         If dataset is large allocate and release it via malloc/free.
30922
30923 2012-06-04  Florian Weimer  <fweimer@redhat.com>
30924
30925         [BZ #14197]
30926         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
30927
30928 2012-11-28  David S. Miller  <davem@davemloft.net>
30929
30930         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30931
30932 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30933
30934         [BZ #14803]
30935         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
30936         of pi/2 rounded to nearest to 64 bits.
30937         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
30938         nearest to 64 bits.
30939         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
30940         bits.
30941
30942 2012-11-28  Jeff Law <law@redhat.com>
30943             Martin Osvald <mosvald@redhat.com>
30944
30945         [BZ #14889]
30946         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
30947         * sunrpc/svc.c: Include time.h.
30948         (__svc_accept_failed): New function.
30949         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
30950         any reason other than EINTR, call __svc_accept_failed.
30951         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
30952         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
30953
30954 2012-11-28  Andreas Schwab  <schwab@suse.de>
30955
30956         * scripts/abilist.awk: Also handle indirect functions in .opd
30957         section.
30958
30959 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30960
30961         [BZ #13881]
30962         * sysdeps/x86/fpu/powl_helper.c: New file.
30963         * sysdeps/x86/fpu/Makefile: Likewise.
30964         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
30965         (p3): New object.
30966         (__ieee754_powl): Use __powl_helper for finite arguments except
30967         integer exponents below 8.
30968         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
30969         (p3): New object.
30970         (__ieee754_powl): Use __powl_helper for finite arguments except
30971         integer exponents below 8.
30972         * math/libm-test.inc (pow_test): Add more tests and enable some
30973         previously disabled tests.
30974         * sysdeps/i386/fpu/libm-test-ulps: Update.
30975         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30976
30977 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30978             Carlos O'Donell  <carlos_odonell@mentor.com>
30979
30980         * nss/makedb.c (is_prime): Assert that input is odd and greater
30981         than 4.  Note that fact in a comment too.
30982         (next_prime): Add 4 to input.
30983
30984 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30985
30986         [BZ #11741]
30987         * libio/Makefile (tests): Add test case tst-fwrite-error.
30988         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
30989         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
30990         * libio/tst-fwrite-error.c: New test case.
30991
30992 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
30993
30994         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
30995         before casting to void *.
30996         * include/libc-internal.h (__pointer_type): New macro.
30997         (__integer_if_pointer_type_sub): Likewise.
30998         (__integer_if_pointer_type): Likewise.
30999         (cast_to_integer): Likewise.
31000         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31001         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31002         before casting to atomic64_t.
31003         (atomic_exchange_acq): Likewise.
31004         (__arch_exchange_and_add_body): Likewise.
31005         (__arch_add_body): Likewise.
31006         (atomic_add_negative): Likewise.
31007         (atomic_add_zero): Likewise.
31008
31009 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31010
31011         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31012         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31013         (add_fdes): Likewise.
31014         (linear_search_fdes): Likewise.
31015         (binary_search_unencoded_fdes): Likewise.
31016
31017 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31018
31019         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31020
31021 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31022
31023         * configure.in: Autodetect C++ header directories.
31024         * configure: Regenerated.
31025
31026 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31027
31028         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31029
31030 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31031
31032         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31033
31034 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31035
31036         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31037         LDBL_MANT_DIG == 106]: Disable some tests.
31038         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31039         Likewise.
31040         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31041         Likewise.
31042
31043         [BZ #14871]
31044         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31045         input for small inputs.  Return +/- pi/2 for large inputs.
31046         * math/libm-test.inc (atan_test): Add more tests.
31047
31048         * sysdeps/generic/unwind-dw2-fde-glibc.c
31049         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31050         __attribute__ ((unused)).
31051
31052         [BZ #14645]
31053         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31054         x * y if x and y are nonzero and z is zero.
31055
31056         [BZ #14811]
31057         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31058         nonzero exponents with absolute value below 0x1p-117 to +/-
31059         0x1p-117.
31060
31061         [BZ #14869]
31062         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31063         up arguments below 2**-450, not just those below 2**-500.
31064         * math/libm-test.inc (hypot_test): Add another test.
31065
31066         [BZ #14868]
31067         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31068         Return a+b for ratio over 2**120, not 2**60.
31069         * math/libm-test.inc (hypot_test): Add another test.
31070
31071         * math/libm-test.inc (clog_test): Use
31072         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31073         (clog10_test): Likewise.
31074
31075         [BZ #6778]
31076         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31077
31078 2012-11-22  Andreas Schwab  <schwab@suse.de>
31079
31080         * sysdeps/i386/fpu/libm-test-ulps: Update.
31081
31082 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31083
31084         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31085         printf output with newline.
31086
31087 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31088
31089         [BZ #14865]
31090         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31091         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31092         -z nodlopen, -z initfirst and -z execstack support.
31093         * configure: Regenerated.
31094
31095         * elf/elf.h (DF_1_NODIRECT): New macro.
31096         (DF_1_IGNMULDEF): Likewise.
31097         (DF_1_NOKSYMS): Likewise.
31098         (DF_1_NOHDR): Likewise.
31099         (DF_1_EDITED): Likewise.
31100         (DF_1_NORELOC): Likewise.
31101         (DF_1_SYMINTPOSE): Likewise.
31102         (DF_1_GLOBAUDIT): Likewise.
31103         (DF_1_SINGLETON): Likewise.
31104         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31105         DT_1_SUPPORTED_MASK bits.
31106         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31107
31108 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31109
31110         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31111
31112 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31113
31114         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31115         macro.
31116
31117         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31118         (sendmmsg): Move declarations...
31119         * socket/sys/socket.h: ... here.
31120         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31121         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31122         include it from...
31123         * socket/recvmmsg.c: ... this new file.
31124         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31125         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31126         definition of __sendmmsg hidden.
31127         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31128         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31129         Move ENOSYS stub into and include it from...
31130         * socket/sendmmsg.c: ... this new file.
31131         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31132         (sysdep_routines): Move recvmmsg and sendmmsg...
31133         * socket/Makefile (routines): ... here.
31134         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31135         (GLIBC_PRIVATE): Add __sendmmsg.
31136         * include/sys/socket.h (__sendmmsg): Add declarations.
31137         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31138         sendmmsg.
31139
31140 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31141
31142         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31143         variable I1 with __attribute__ ((unused)).
31144         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31145
31146 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31147
31148         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31149         DUMMY variables with __attribute__ ((unused)).
31150
31151         * bits/byteswap.h: Include <bits/types.h>.
31152         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31153
31154 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31155
31156         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31157         string_t.  Do not manually set errno.
31158         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31159         length with __strnlen.  Make sure to both set errno and return it on
31160         failure.
31161
31162 2012-11-19  David S. Miller  <davem@davemloft.net>
31163
31164         With help from Joseph Myers.
31165         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31166         very large arguments properly.
31167         * math/libm-test.inc (atan_test): New tests.
31168         (atan2_test): New tests.
31169         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31170         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31171
31172 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31173
31174         [BZ #14856]
31175         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31176         Define to 3.
31177
31178         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31179         [POSIX] (EADDRNOTAVAIL): Likewise.
31180         [POSIX] (EAFNOSUPPORT): Likewise.
31181         [POSIX] (EALREADY): Likewise.
31182         [POSIX] (ECONNABORTED): Likewise.
31183         [POSIX] (ECONNREFUSED): Likewise.
31184         [POSIX] (ECONNRESET): Likewise.
31185         [POSIX] (EDESTADDRREQ): Likewise.
31186         [POSIX] (EDQUOT): Likewise.
31187         [POSIX] (EHOSTUNREACH): Likewise.
31188         [POSIX] (EIDRM): Likewise.
31189         [POSIX] (EISCONN): Likewise.
31190         [POSIX] (ELOOP): Likewise.
31191         [POSIX] (EMULTIHOP): Likewise.
31192         [POSIX] (ENETDOWN): Likewise.
31193         [POSIX] (ENETUNREACH): Likewise.
31194         [POSIX] (ENOBUFS): Likewise.
31195         [POSIX] (ENODATA): Likewise.
31196         [POSIX] (ENOLINK): Likewise.
31197         [POSIX] (ENOMSG): Likewise.
31198         [POSIX] (ENOPROTOOPT): Likewise.
31199         [POSIX] (ENOSR): Likewise.
31200         [POSIX] (ENOSTR): Likewise.
31201         [POSIX] (ENOTCONN): Likewise.
31202         [POSIX] (ENOTSOCK): Likewise.
31203         [POSIX] (EOPNOTSUPP): Likewise.
31204         [POSIX] (EOVERFLOW): Likewise.
31205         [POSIX] (EPROTO): Likewise.
31206         [POSIX] (EPROTONOSUPPORT): Likewise.
31207         [POSIX] (EPROTOTYPE): Likewise.
31208         [POSIX] (ESTALE): Likewise.
31209         [POSIX] (ETIME): Likewise.
31210         [POSIX] (ETXTBSY): Likewise.
31211         [POSIX] (EWOULDBLOCK): Likewise.
31212         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31213         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31214         [POSIX] (SEEK_CUR): Likewise.
31215         [POSIX] (SEEK_END): Likewise.
31216         [POSIX || UNIX98] (mode_t): Do not require.
31217         [POSIX] (off_t): Likewise.
31218         [POSIX] (pid_t): Likewise.
31219         [POSIX] (sys/stat.h): Do not allow header.
31220         [POSIX] (unistd.h): Likewise.
31221         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31222         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31223         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31224         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31225         require.
31226         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31227         sigevent): Specify elements.
31228         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31229         entry.
31230         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31231         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31232
31233         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31234         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31235         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31236         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31237         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31238         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31239         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31240         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31241         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31242         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31243         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31244         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31245         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31246         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31247         Likewise.
31248         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31249         Likewise.
31250         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31251         Likewise.
31252         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31253         Likewise.
31254         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31255         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31256         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31257         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31258         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31259         Specify lower bound on value.
31260         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31261         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31262         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31263         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31264         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31265         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31266         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31267         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31268         value.
31269         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31270         as optional.
31271         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31272         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31273         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31274         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31275         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31276         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31277         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31278         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31279         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31280         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31281         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31282         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31283         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31284         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31285         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31286         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31287         entry.
31288         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31289         optional.
31290         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31291         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31292         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31293         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31294         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31295         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31296         Likewise.
31297         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31298         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31299         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31300         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31301         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31302         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31303         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31304         as optional.
31305         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31306         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31307         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31308         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31309         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31310         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31311         specify as optional.
31312         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31313         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31314         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31315         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31316         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31317         [XPG3] (NL_LANGMAX): Likewise.
31318         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31319         [POSIX || XPG3] (NL_NMAX): Likewise.
31320         [POSIX || XPG3] (NL_SETMAX): Likewise.
31321         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31322         [XPG3] (NZERO): Likewise.
31323         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31324         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31325         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31326         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31327         (REG_ERANGE): Expect.
31328         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31329         optional-constant.
31330         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31331         Use (void) in prototype.
31332         [POSIX] (*_t): Allow.
31333         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31334         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31335         (WRDE_BADVAL): Expect.
31336
31337         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31338         expect.
31339         [XPG3 || XPG4] (O_RSYNC): Likewise.
31340         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31341         Likewise.
31342         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31343         [XPG3 || XPG4] (sigqueue): Likewise.
31344         [XPG3 || XPG4] (sigtimedwait): Likewise.
31345         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31346         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31347         [XPG3 || XPG4] (vsnprintf): Likewise.
31348         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31349         Likewise.
31350         [XPG3 || XPG4] (blksize_t): Likewise.
31351         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31352         Likewise.
31353         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31354         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31355         [XPG3 || XPG4] (struct itimerspec): Likewise.
31356         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31357         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31358         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31359         [XPG3 || XPG4] (clockid_t): Likewise.
31360         [XPG3 || XPG4] (timer_t): Likewise.
31361         [XPG3 || XPG4] (clock_getres): Likewise.
31362         [XPG3 || XPG4] (clock_gettime): Likewise.
31363         [XPG3 || XPG4] (clock_settime): Likewise.
31364         [XPG3 || XPG4] (nanosleep): Likewise.
31365         [XPG3 || XPG4] (timer_create): Likewise.
31366         [XPG3 || XPG4] (timer_delete): Likewise.
31367         [XPG3 || XPG4] (timer_gettime): Likewise.
31368         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31369         [XPG3 || XPG4] (timer_settime): Likewise.
31370         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31371         [XPG3 || XPG4] (getlogin_r): Likewise.
31372         [XPG3 || XPG4] (pread): Likewise.
31373         [XPG3 || XPG4] (pthread_atfork): Likewise.
31374         [XPG3 || XPG4] (pwrite): Likewise.
31375
31376         [BZ #14835]
31377         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31378         <bits/siginfo.h>.
31379
31380 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31381
31382         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31383         finalizing MALLSTREAM.
31384
31385         * sysdeps/mach/hurd/syncfs.c: New file.
31386
31387 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31388
31389         [BZ #14719]
31390         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31391         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31392         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31393         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31394         (_nss_dns_gethostbyname4_r): Likewise.
31395         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31396         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31397
31398 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31399
31400         [BZ #13763]
31401         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31402
31403 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31404
31405         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31406         * elf/cache.c (print_entry): Print ",AArch64" for
31407         FLAG_AARCH64_LIB64
31408
31409         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31410         * elf/cache.c (print_entry): Print ",hard-float" for
31411         FLAG_ARM_LIBHF.
31412
31413 2012-11-18  David S. Miller  <davem@davemloft.net>
31414
31415         With help from Joseph Myers.
31416         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31417         cutoff to 2**-13.
31418         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31419         cutoff to 2**-25.
31420         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31421         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31422         small.
31423         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31424         * math/libm-test.inc (y0_test): New tests.
31425         (y1_test): New tests.
31426         * sysdeps/i386/fpu/libm-test-ulps: Update.
31427         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31428         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31429
31430 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31431
31432         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31433         64-bit targets.
31434         * configure: Regenerated.
31435
31436 2012-11-17  David S. Miller  <davem@davemloft.net>
31437
31438         [BZ #14811]
31439         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31440         nonzero exponents with absolute value below 0x1p-128 to +/-
31441         0x1p-128.
31442
31443 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31444
31445         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31446
31447         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31448
31449         * posix/getconf-speclist.c: New file.
31450         * posix/posix-envs.def: Likewise.
31451         * posix/confstr.c (START_ENV_GROUP): New macro.
31452         (END_ENV_GROUP): Likewise.
31453         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31454         (KNOWN_PRESENT_ENV_STRING): Likewise.
31455         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31456         (UNKNOWN_ENVIRONMENT): Likewise.
31457         (confstr): Include posix-envs.def instead of handling
31458         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31459         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31460         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31461         (END_ENV_GROUP): Likewise.
31462         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31463         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31464         (UNKNOWN_ENVIRONMENT): Likewise.
31465         (__sysconf): Include posix-envs.def instead of handling associated
31466         cases directly here.
31467         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31468         preprocessing getconf-speclist.c rather than running getconf or
31469         generating empty file.
31470
31471 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31472
31473         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31474
31475 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31476
31477         [BZ #14672]
31478         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31479
31480 2012-11-16  David S. Miller  <davem@davemloft.net>
31481
31482         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31483         smaller than LDBL_EPSILON/2.0L, just return xm1.
31484
31485 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31486
31487         * elf/tst-array1.c (init): Set constructor priority to 1000.
31488         (fini): Set destructor priority to 1000.
31489         * elf/tst-array2dep.c: Likewise.
31490
31491 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31492
31493         [BZ #11741]
31494         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31495         (_IO_new_file_xsputn): Also return EOF if none of the input
31496         data was written when overflow failed.
31497         * libio/iopadn.c (_IO_padn): Likewise.
31498         * libio/iowpadn.c (_IO_wpadn): Likewise.
31499         * stdio-common/tst-put-error.c: Add copyright notice.
31500         (do_test): Add case for printing padded string.
31501         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31502         _IO_padn returned error.
31503         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31504         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31505         return EOF.
31506
31507 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31508
31509         * libio/libioP.h: Add comment note that the references to C++
31510         bits are now obsolete.
31511
31512 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31513
31514         * math/libm-test.inc (check_complex): Use asprintf.
31515
31516 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31517
31518         * debug/pcprofiledump.c (print_version): Update copyright year.
31519         * malloc/memusagestat.c (print_version): Likewise.
31520
31521 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31522
31523         [BZ #14831]
31524         * elf/Makefile (tests): Add tst-audit8.
31525         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31526         ($(objpfx)tst-audit8.out): New target.
31527         (tst-audit8-ENV): New variable.
31528         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31529         audit if l_reloc_result is NULL.
31530         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31531         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31532         * elf/tst-audit8.c: New file.
31533
31534 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31535
31536         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31537         * misc/Makefile (CFLAGS-select.c): Define.
31538         * posix/Makefile (CFLAGS-pause.c): Define.
31539
31540 2012-11-13  David S. Miller  <davem@davemloft.net>
31541
31542         * crypt/Makefile: Move test targets after toplevel Rules
31543         inclusion.  Grab any necessary sysdep routines when linking.
31544         * crypt/md5.c (md5_process_block): Remove define, we will always
31545         name it __md5_process_block.
31546         (md5_finish_ctx): Update md5_process_block call.
31547         (md5_stream): Likewise.
31548         (md5_process_bytes): Likewise.
31549         (md5_process_block): Rename to __md5_process_block and move to ...
31550         * crypt/md5-block.c: ... here.
31551         * crypt/sha256.c (sha256_process_block): Move to ...
31552         * crypt/sha256-block.c: ... here.
31553         * crypt/sha512.c (sha512_process_block): Move to ...
31554         * crypt/sha512-block.c: ... here.
31555         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31556         path.
31557         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31558         * sysdeps/sparc/sparc64/multiarch/Makefile
31559         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31560         crypt subdir.
31561         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31562         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31563         multiarch changes.
31564         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31565         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31566         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31567         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31568         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31569         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31570         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31571         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31572         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31573         file.
31574         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31575         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31576         file.
31577         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31578
31579 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31580
31581         * timezone/tzselect.ksh: Update from tzcode git revision
31582         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31583         * timezone/zdump.c: Likewise.
31584         * timezone/zic.c: Likewise.
31585         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31586         in TZVERSION setting, not $(PKGVERSION).
31587         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31588         REPORT_BUGS_TO settings.
31589
31590         [BZ #14838]
31591         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31592         macro.
31593
31594 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31595
31596         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31597         detection to immediately after _FP_ROUND().
31598         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31599         bits are 0.
31600
31601 2012-11-11  David S. Miller  <davem@davemloft.net>
31602
31603         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31604         inttypes.h
31605         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31606         __close rather than their public counterparts.
31607
31608 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31609
31610         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31611         file.
31612         [UNIX98] (sem_timedwait): Do not expect.
31613         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31614         [XPG4 || UNIX98] (sockatmark): Do not expect.
31615         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31616         (clock_getcpuclockid): Do not expect.
31617         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31618         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31619         Do not expect.
31620         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31621         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31622         [UNIX98] (vwscanf): Likewise.
31623         [UNIX98] (vswscanf): Likewise.
31624
31625 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31626
31627         * timezone/version.h: Remove file.
31628         * timezone/README: Do not refer to version.h.
31629         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31630         $(objpfx)version.h.
31631         ($(objpfx)zdump.o): Likewise.
31632         ($(objpfx)version.h): New target.
31633
31634         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31635         2012i.
31636         * timezone/README: Don't mention modification to tzselect.ksh.
31637         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31638         work on unmodified tzselect.ksh.  Substitute version numbers in
31639         tzselect.ksh.
31640
31641         * Makefile (format-me): Remove.
31642         (INSTALL): Adjust indentation.  Use commands directly instead of
31643         using $(format-me).
31644
31645         * aclocal.m4 (ACX_PKGVERSION): New macro.
31646         (ACX_BUGURL): Likewise.
31647         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31648         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31649         (REPORT_BUGS_TO): Likewise.
31650         * configure: Regenerated.
31651         * config.h.in (PKGVERSION): New macro.
31652         (REPORT_BUGS_TO): Likewise.
31653         * config.make.in (PKGVERSION): New variable.
31654         (PKGVERSION_TEXI): Likewise.
31655         (REPORT_BUGS_TO): Likewise.
31656         (REPORT_BUGS_TEXI): Likewise.
31657         * Makefile (format-me): Use -I$(common-objpfx)manual.
31658         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31659         ($(common-objpfx)manual/%): New target.
31660         (manual/%): Remove target.
31661         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31662         (print_version): Use PKGVERSION.
31663         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31664         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31665         and REPORT_BUGS_TO.
31666         ($(objpfx)xtrace): Likewise.
31667         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31668         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31669         (print_version): Use PKGVERSION.
31670         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31671         (do_version): Use PKGVERSION.
31672         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31673         REPORT_BUGS_TO.
31674         (common-ldd-rewrite): Likewise.
31675         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31676         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31677         (print_version): Use PKGVERSION.
31678         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31679         * elf/pldd.c (argp_program_bug_address): Remove variable.
31680         (more_help): New function.
31681         (argp): Use more_help.
31682         (print_version): Use PKGVERSION.
31683         * elf/sln.c (main): Use PKGVERSION.
31684         (usage): Use REPORT_BUGS_TO.
31685         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31686         (top level): Use PKGVERSION.
31687         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31688         (print_version): Use PKGVERSION.
31689         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31690         (print_version): Use PKGVERSION.
31691         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31692         (print_version): Use PKGVERSION.
31693         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31694         (print_version): Use PKGVERSION.
31695         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31696         (print_version): Use PKGVERSION.
31697         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31698         (print_version): Use PKGVERSION.
31699         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31700         and BUGURL.
31701         ($(objpfx)memusage): Likewise.
31702         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31703         (do_version): Use PKGVERSION.
31704         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31705         (print_version): Use PKGVERSION.
31706         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31707         ($PKGVERSION): New variable.
31708         ($REPORT_BUGS_TO): Likewise.
31709         (usage): Use $REPORT_BUGS_TO.
31710         (top level): Use $PKGVERSION.
31711         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31712         ($(objpfx)pkgvers.texi): New rule.
31713         ($(objpfx)stamp-pkgvers): Likewise.
31714         * manual/install.texi: Include pkgvers.texi.
31715         (--with-pkgversion): Document new configure option.
31716         (--with-bugurl): Likewise.
31717         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31718         than necessarily for this particular distribution.  Use
31719         REPORT_BUGS_TO for where to report bugs.
31720         * INSTALL: Regenerated.
31721         * manual/libc.texinfo: Include pkgvers.texi.
31722         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31723         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31724         (print_version): Use PKGVERSION.
31725         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31726         (print_version): Use PKGVERSION.
31727         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31728         (print_version): Use PKGVERSION.
31729         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31730         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31731         macro.
31732         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31733         (print_version): Use PKGVERSION.
31734         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31735         (print_version): Use PKGVERSION.
31736         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31737         and PKGVERSION.
31738
31739         * timezone/checktab.awk: Update from tzcode 2012i.
31740         * timezone/ialloc.c: Likewise.
31741         * timezone/private.h: Likewise.
31742         * timezone/scheck.c: Likewise.
31743         * timezone/tzfile.h: Likewise.
31744         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31745         (TZVERSION): Hardcode tzcode version number.
31746         * timezone/zdump.c: Update from tzcode 2012i.
31747         * timezone/zic.c: Likewise.
31748         * timezone/version.h: New file.
31749         * timezone/README: Describe version.h.  Update upstream location.
31750
31751         [BZ #14824]
31752         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31753         (mktemp): Enable declaration.
31754         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31755         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31756         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31757         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31758         Likewise.
31759         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31760         Likewise.
31761         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31762         Likewise.
31763         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31764         Likewise.
31765         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31766         Likewise.
31767         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31768         Likewise.
31769
31770         [BZ #14821]
31771         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31772         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
31773         for copies of such integer values.
31774         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31775         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31776
31777 2012-11-09  Andreas Jaeger  <aj@suse.de>
31778
31779         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31780         definitions and declarations that are provided by
31781         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31782
31783 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31784
31785         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
31786         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31787         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31788         definition.
31789
31790 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31791
31792         * elf/elf.h: Update comment before AArch64 relocations.
31793
31794 2012-11-07  David S. Miller  <davem@davemloft.net>
31795
31796         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31797         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31798         (__start_context): Declare.
31799         (__makecontext_ret): Delete.
31800         (__makecontext): Hook up __start_context instead of
31801         __makecontext_ret.
31802         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31803         (sysdep_routines): Add __start_context when in stdlib.
31804
31805 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31806
31807         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31808         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31809         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
31810         hardcoded "nm".
31811         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
31812         (READELF): New variable.  Use it instead of hardcoded "readelf".
31813
31814 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
31815
31816         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31817         * sysdeps/x86/Makefile: Here.
31818         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31819         * sysdeps/x86/tst-xmmymm.sh: This.
31820
31821 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31822
31823         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31824         expectations.
31825         [UNIX98] (pthread_barrier_t): Do not expect.
31826         [UNIX98] (pthread_barrierattr_t): Likewise.
31827         [UNIX98] (pthread_spinlock_t): Likewise.
31828         [UNIX98] (pthread_barrier_destroy): Likewise.
31829         [UNIX98] (pthread_barrier_init): Likewise.
31830         [UNIX98] (pthread_barrier_wait): Likewise.
31831         [UNIX98] (pthread_barrierattr_destroy): Likewise.
31832         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31833         [UNIX98] (pthread_barrierattr_init): Likewise.
31834         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31835         [UNIX98] (pthread_getcpuclockid): Likewise.
31836         [UNIX98] (pthread_mutex_timedlock): Likewise.
31837         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31838         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31839         [UNIX98] (pthread_sigmask): Likewise.
31840         [UNIX98] (pthread_spin_destroy): Likewise.
31841         [UNIX98] (pthread_spin_init): Likewise.
31842         [UNIX98] (pthread_spin_lock): Likewise.
31843         [UNIX98] (pthread_spin_trylock): Likewise.
31844         [UNIX98] (pthread_spin_unlock): Likewise.
31845         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31846         Do not expect.
31847         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31848         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31849         [XPG3 || XPG4] (pthread_cond_t): Likewise.
31850         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31851         [XPG3 || XPG4] (pthread_key_t): Likewise.
31852         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31853         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31854         [XPG3 || XPG4] (pthread_once_t): Likewise.
31855         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31856         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31857         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31858         [XPG3 || XPG4] (pthread_t): Likewise.
31859
31860         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31861         not expect.
31862         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31863
31864         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31865         Change function return type to int.
31866
31867         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31868         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31869         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31870         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31871         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31872         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31873         [!POSIX] (posix_madvise): Likewise.
31874         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31875         && !UNIX98].
31876         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31877         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31878         (mode_t): Likewise.
31879         (posix_mem_offset): Likewise.
31880         (posix_typed_mem_get_info): Likewise.
31881         (posix_typed_mem_open): Likewise.
31882
31883         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31884         Change condition to [XOPEN2K8].
31885
31886         * conform/conformtest.pl: Preprocess allow-header data with -x c
31887         instead of from stdin.
31888         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31889         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31890         [C99-based standards] (cerfc): Likewise.
31891         [C99-based standards] (cexp2): Likewise.
31892         [C99-based standards] (cexpm1): Likewise.
31893         [C99-based standards] (clog10): Likewise.
31894         [C99-based standards] (clog1p): Likewise.
31895         [C99-based standards] (clog2): Likewise.
31896         [C99-based standards] (clgamma): Likewise.
31897         [C99-based standards] (ctgamma): Likewise.
31898         [C99-based standards] (cerff): Likewise.
31899         [C99-based standards] (cerfcf): Likewise.
31900         [C99-based standards] (cexp2f): Likewise.
31901         [C99-based standards] (cexpm1f): Likewise.
31902         [C99-based standards] (clog10f): Likewise.
31903         [C99-based standards] (clog1pf): Likewise.
31904         [C99-based standards] (clog2f): Likewise.
31905         [C99-based standards] (clgammaf): Likewise.
31906         [C99-based standards] (ctgammaf): Likewise.
31907         [C99-based standards] (cerfl): Likewise.
31908         [C99-based standards] (cerfcl): Likewise.
31909         [C99-based standards] (cexp2l): Likewise.
31910         [C99-based standards] (cexpm1l): Likewise.
31911         [C99-based standards] (clog10l): Likewise.
31912         [C99-based standards] (clog1pl): Likewise.
31913         [C99-based standards] (clog2l): Likewise.
31914         [C99-based standards] (clgammal): Likewise.
31915         [C99-based standards] (ctgammal): Likewise.
31916         * conform/data/inttypes.h-data [C99-based standards]: Include
31917         stdint.h-data.  Remove all expectations for stdint.h contents.
31918         [C99-based standards] (PRI*): Do not allow.
31919         [C99-based standards] (SCN*): Likewise.
31920         [C99-based standards] (*_t): Likewise.
31921         [C99-based-standards] (PRId8): Expect macro.
31922         [C99-based-standards] (PRIi8): Likewise.
31923         [C99-based-standards] (PRIo8): Likewise.
31924         [C99-based-standards] (PRIu8): Likewise.
31925         [C99-based-standards] (PRIx8): Likewise.
31926         [C99-based-standards] (PRIX8): Likewise.
31927         [C99-based-standards] (SCNd8): Likewise.
31928         [C99-based-standards] (SCNi8): Likewise.
31929         [C99-based-standards] (SCNo8): Likewise.
31930         [C99-based-standards] (SCNu8): Likewise.
31931         [C99-based-standards] (SCNx8): Likewise.
31932         [C99-based-standards] (PRIdLEAST8): Likewise.
31933         [C99-based-standards] (PRIiLEAST8): Likewise.
31934         [C99-based-standards] (PRIoLEAST8): Likewise.
31935         [C99-based-standards] (PRIuLEAST8): Likewise.
31936         [C99-based-standards] (PRIxLEAST8): Likewise.
31937         [C99-based-standards] (PRIXLEAST8): Likewise.
31938         [C99-based-standards] (SCNdLEAST8): Likewise.
31939         [C99-based-standards] (SCNiLEAST8): Likewise.
31940         [C99-based-standards] (SCNoLEAST8): Likewise.
31941         [C99-based-standards] (SCNuLEAST8): Likewise.
31942         [C99-based-standards] (SCNxLEAST8): Likewise.
31943         [C99-based-standards] (PRIdFAST8): Likewise.
31944         [C99-based-standards] (PRIiFAST8): Likewise.
31945         [C99-based-standards] (PRIoFAST8): Likewise.
31946         [C99-based-standards] (PRIuFAST8): Likewise.
31947         [C99-based-standards] (PRIxFAST8): Likewise.
31948         [C99-based-standards] (PRIXFAST8): Likewise.
31949         [C99-based-standards] (SCNdFAST8): Likewise.
31950         [C99-based-standards] (SCNiFAST8): Likewise.
31951         [C99-based-standards] (SCNoFAST8): Likewise.
31952         [C99-based-standards] (SCNuFAST8): Likewise.
31953         [C99-based-standards] (SCNxFAST8): Likewise.
31954         [C99-based-standards] (PRId16): Likewise.
31955         [C99-based-standards] (PRIi16): Likewise.
31956         [C99-based-standards] (PRIo16): Likewise.
31957         [C99-based-standards] (PRIu16): Likewise.
31958         [C99-based-standards] (PRIx16): Likewise.
31959         [C99-based-standards] (PRIX16): Likewise.
31960         [C99-based-standards] (SCNd16): Likewise.
31961         [C99-based-standards] (SCNi16): Likewise.
31962         [C99-based-standards] (SCNo16): Likewise.
31963         [C99-based-standards] (SCNu16): Likewise.
31964         [C99-based-standards] (SCNx16): Likewise.
31965         [C99-based-standards] (PRIdLEAST16): Likewise.
31966         [C99-based-standards] (PRIiLEAST16): Likewise.
31967         [C99-based-standards] (PRIoLEAST16): Likewise.
31968         [C99-based-standards] (PRIuLEAST16): Likewise.
31969         [C99-based-standards] (PRIxLEAST16): Likewise.
31970         [C99-based-standards] (PRIXLEAST16): Likewise.
31971         [C99-based-standards] (SCNdLEAST16): Likewise.
31972         [C99-based-standards] (SCNiLEAST16): Likewise.
31973         [C99-based-standards] (SCNoLEAST16): Likewise.
31974         [C99-based-standards] (SCNuLEAST16): Likewise.
31975         [C99-based-standards] (SCNxLEAST16): Likewise.
31976         [C99-based-standards] (PRIdFAST16): Likewise.
31977         [C99-based-standards] (PRIiFAST16): Likewise.
31978         [C99-based-standards] (PRIoFAST16): Likewise.
31979         [C99-based-standards] (PRIuFAST16): Likewise.
31980         [C99-based-standards] (PRIxFAST16): Likewise.
31981         [C99-based-standards] (PRIXFAST16): Likewise.
31982         [C99-based-standards] (SCNdFAST16): Likewise.
31983         [C99-based-standards] (SCNiFAST16): Likewise.
31984         [C99-based-standards] (SCNoFAST16): Likewise.
31985         [C99-based-standards] (SCNuFAST16): Likewise.
31986         [C99-based-standards] (SCNxFAST16): Likewise.
31987         [C99-based-standards] (PRId32): Likewise.
31988         [C99-based-standards] (PRIi32): Likewise.
31989         [C99-based-standards] (PRIo32): Likewise.
31990         [C99-based-standards] (PRIu32): Likewise.
31991         [C99-based-standards] (PRIx32): Likewise.
31992         [C99-based-standards] (PRIX32): Likewise.
31993         [C99-based-standards] (SCNd32): Likewise.
31994         [C99-based-standards] (SCNi32): Likewise.
31995         [C99-based-standards] (SCNo32): Likewise.
31996         [C99-based-standards] (SCNu32): Likewise.
31997         [C99-based-standards] (SCNx32): Likewise.
31998         [C99-based-standards] (PRIdLEAST32): Likewise.
31999         [C99-based-standards] (PRIiLEAST32): Likewise.
32000         [C99-based-standards] (PRIoLEAST32): Likewise.
32001         [C99-based-standards] (PRIuLEAST32): Likewise.
32002         [C99-based-standards] (PRIxLEAST32): Likewise.
32003         [C99-based-standards] (PRIXLEAST32): Likewise.
32004         [C99-based-standards] (SCNdLEAST32): Likewise.
32005         [C99-based-standards] (SCNiLEAST32): Likewise.
32006         [C99-based-standards] (SCNoLEAST32): Likewise.
32007         [C99-based-standards] (SCNuLEAST32): Likewise.
32008         [C99-based-standards] (SCNxLEAST32): Likewise.
32009         [C99-based-standards] (PRIdFAST32): Likewise.
32010         [C99-based-standards] (PRIiFAST32): Likewise.
32011         [C99-based-standards] (PRIoFAST32): Likewise.
32012         [C99-based-standards] (PRIuFAST32): Likewise.
32013         [C99-based-standards] (PRIxFAST32): Likewise.
32014         [C99-based-standards] (PRIXFAST32): Likewise.
32015         [C99-based-standards] (SCNdFAST32): Likewise.
32016         [C99-based-standards] (SCNiFAST32): Likewise.
32017         [C99-based-standards] (SCNoFAST32): Likewise.
32018         [C99-based-standards] (SCNuFAST32): Likewise.
32019         [C99-based-standards] (SCNxFAST32): Likewise.
32020         [C99-based-standards] (PRId64): Likewise.
32021         [C99-based-standards] (PRIi64): Likewise.
32022         [C99-based-standards] (PRIo64): Likewise.
32023         [C99-based-standards] (PRIu64): Likewise.
32024         [C99-based-standards] (PRIx64): Likewise.
32025         [C99-based-standards] (PRIX64): Likewise.
32026         [C99-based-standards] (SCNd64): Likewise.
32027         [C99-based-standards] (SCNi64): Likewise.
32028         [C99-based-standards] (SCNo64): Likewise.
32029         [C99-based-standards] (SCNu64): Likewise.
32030         [C99-based-standards] (SCNx64): Likewise.
32031         [C99-based-standards] (PRIdLEAST64): Likewise.
32032         [C99-based-standards] (PRIiLEAST64): Likewise.
32033         [C99-based-standards] (PRIoLEAST64): Likewise.
32034         [C99-based-standards] (PRIuLEAST64): Likewise.
32035         [C99-based-standards] (PRIxLEAST64): Likewise.
32036         [C99-based-standards] (PRIXLEAST64): Likewise.
32037         [C99-based-standards] (SCNdLEAST64): Likewise.
32038         [C99-based-standards] (SCNiLEAST64): Likewise.
32039         [C99-based-standards] (SCNoLEAST64): Likewise.
32040         [C99-based-standards] (SCNuLEAST64): Likewise.
32041         [C99-based-standards] (SCNxLEAST64): Likewise.
32042         [C99-based-standards] (PRIdFAST64): Likewise.
32043         [C99-based-standards] (PRIiFAST64): Likewise.
32044         [C99-based-standards] (PRIoFAST64): Likewise.
32045         [C99-based-standards] (PRIuFAST64): Likewise.
32046         [C99-based-standards] (PRIxFAST64): Likewise.
32047         [C99-based-standards] (PRIXFAST64): Likewise.
32048         [C99-based-standards] (SCNdFAST64): Likewise.
32049         [C99-based-standards] (SCNiFAST64): Likewise.
32050         [C99-based-standards] (SCNoFAST64): Likewise.
32051         [C99-based-standards] (SCNuFAST64): Likewise.
32052         [C99-based-standards] (SCNxFAST64): Likewise.
32053         [C99-based-standards] (PRIdMAX): Likewise.
32054         [C99-based-standards] (PRIiMAX): Likewise.
32055         [C99-based-standards] (PRIoMAX): Likewise.
32056         [C99-based-standards] (PRIuMAX): Likewise.
32057         [C99-based-standards] (PRIxMAX): Likewise.
32058         [C99-based-standards] (PRIXMAX): Likewise.
32059         [C99-based-standards] (SCNdMAX): Likewise.
32060         [C99-based-standards] (SCNiMAX): Likewise.
32061         [C99-based-standards] (SCNoMAX): Likewise.
32062         [C99-based-standards] (SCNuMAX): Likewise.
32063         [C99-based-standards] (SCNxMAX): Likewise.
32064         [C99-based-standards] (PRIdPTR): Likewise.
32065         [C99-based-standards] (PRIiPTR): Likewise.
32066         [C99-based-standards] (PRIoPTR): Likewise.
32067         [C99-based-standards] (PRIuPTR): Likewise.
32068         [C99-based-standards] (PRIxPTR): Likewise.
32069         [C99-based-standards] (PRIXPTR): Likewise.
32070         [C99-based-standards] (SCNdPTR): Likewise.
32071         [C99-based-standards] (SCNiPTR): Likewise.
32072         [C99-based-standards] (SCNoPTR): Likewise.
32073         [C99-based-standards] (SCNuPTR): Likewise.
32074         [C99-based-standards] (SCNxPTR): Likewise.
32075         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32076         allow.
32077         * conform/data/stdint.h-data: Update comments to clarify
32078         requirements.
32079         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32080         type.
32081         [C99-based standards] (INT8_MAX): Likewise.
32082         [C99-based standards] (INT16_MIN): Likewise.
32083         [C99-based standards] (INT16_MAX): Likewise.
32084         [C99-based standards] (INT32_MIN): Likewise.
32085         [C99-based standards] (INT32_MAX): Likewise.
32086         [C99-based standards] (INT64_MIN): Likewise.
32087         [C99-based standards] (INT64_MAX): Likewise.
32088         [C99-based standards] (UINT8_MAX): Likewise.
32089         [C99-based standards] (UINT16_MAX): Likewise.
32090         [C99-based standards] (UINT32_MAX): Likewise.
32091         [C99-based standards] (UINT64_MAX): Likewise.
32092         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32093         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32094         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32095         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32096         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32097         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32098         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32099         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32100         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32101         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32102         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32103         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32104         [C99-based standards] (INT_FAST8_MIN): Likewise.
32105         [C99-based standards] (INT_FAST8_MAX): Likewise.
32106         [C99-based standards] (INT_FAST16_MIN): Likewise.
32107         [C99-based standards] (INT_FAST16_MAX): Likewise.
32108         [C99-based standards] (INT_FAST32_MIN): Likewise.
32109         [C99-based standards] (INT_FAST32_MAX): Likewise.
32110         [C99-based standards] (INT_FAST64_MIN): Likewise.
32111         [C99-based standards] (INT_FAST64_MAX): Likewise.
32112         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32113         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32114         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32115         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32116         [C99-based standards] (INTPTR_MIN): Likewise.
32117         [C99-based standards] (INTPTR_MAX): Likewise.
32118         [C99-based standards] (UINTPTR_MAX): Likewise.
32119         [C99-based standards] (INTMAX_MIN): Likewise.
32120         [C99-based standards] (INTMAX_MAX): Likewise.
32121         [C99-based standards] (UINTMAX_MAX): Likewise.
32122         [C99-based standards] (PTRDIFF_MIN): Likewise.
32123         [C99-based standards] (PTRDIFF_MAX): Likewise.
32124         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32125         [C99-based standards] (SIZE_MAX): Likewise.
32126         [C99-based standards] (WCHAR_MAX): Likewise.
32127         [C99-based standards] (WINT_MAX): Likewise.
32128         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32129         constraint on value.
32130         [C99-based standards] (WCHAR_MIN): Likewise.
32131         [C99-based standards] (WINT_MIN): Likewise.
32132         [C99-based standards] (*_t): Allow.
32133         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32134         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32135         Include math.h-data and complex.h-data.  Remove all expectations
32136         of math.h and complex.h contents.
32137         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32138         at end of line.
32139         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32140         (struct tm): Expect tag.
32141         [C99-based-standards] (wcstof): Expect function.
32142         [C99-based-standards] (wcstold): Likewise.
32143         [C99-based-standards] (wcstoll): Likewise.
32144         [C99-based-standards] (wcstoull): Likewise.
32145         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32146         macro-int-constant.  Specify type.
32147         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32148         constraint on value.
32149         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32150         Specify type.
32151         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32152         Specify value.
32153         [ISO C standards]: Do not allow headers.
32154         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32155         wcs[abcdefghijklmnopqrstuvwxyz]*.
32156         [ISO C standards] (*_t): Do not allow.
32157         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32158         Expect function.
32159         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32160         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32161         Specify type.
32162         [ISO C standards]: Do not allow headers.
32163         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32164         is[abcdefghijklmnopqrstuvwxyz]*.
32165         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32166         to[abcdefghijklmnopqrstuvwxyz]*.
32167         [ISO C standards] (*_t): Do not allow.
32168         * conform/data/stdalign.h-data: New file.
32169         * conform/data/stdbool.h-data: Likewise.
32170         * conform/data/stdnoreturn.h-data: Likewise.
32171
32172 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32173
32174         [BZ #14815]
32175         * manual/filesys.texi (Directory Entries): Typo fix.
32176         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32177
32178 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32179
32180         * elf/elf.h (EM_AARCH64): New macro.
32181         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32182         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32183         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32184         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32185         (R_AARCH64_TLSDESC): Likewise.
32186         (NT_ARM_TLS): Likewise.
32187         (NT_ARM_HW_BREAK): Likewise.
32188         (NT_ARM_HW_WATCH): Likewise.
32189
32190 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32191
32192         [BZ #14811]
32193         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32194         (__ieee754_powl): Saturate nonzero exponents with absolute value
32195         below 0x1p-79 to +/- 0x1p-79.
32196         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32197         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32198         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32199         nonzero exponents with absolute value below 0x1p-32 to +/-
32200         0x1p-32.
32201         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32202         (__ieee754_powl): Saturate nonzero exponents with absolute value
32203         below 0x1p-79 to +/- 0x1p-79.
32204         * math/libm-test.inc (pow_test): Add more tests.
32205
32206 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32207
32208         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32209         _dl_s390_cap_flags with kernel. Increase string length.
32210         (_dl_s390_platforms): Add z196 and zEC12.
32211
32212 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32213
32214         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32215         Change XOPEN21K to XOPEN2K.
32216
32217 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32218
32219         * string/memmove.c: Use memcpy when possible.
32220
32221 2012-11-06  Andreas Jaeger  <aj@suse.de>
32222
32223         * po/eo.po: Update from translation team.
32224
32225 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32226
32227         [BZ #14793]
32228         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32229         exponent and small x and y exponents, scale x or y up.  Increase
32230         by 2 the exponent used in scaling up.
32231         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32232         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32233         * math/libm-test.inc (fma_test): Add more tests.
32234         (fma_test_towardzero): Likewise.
32235         (fma_test_downward): Likewise.
32236         (fma_test_upward): Likewise.
32237
32238 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32239
32240         [BZ #14805]
32241         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32242         fenv_t *.
32243
32244         [BZ #14801]
32245         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32246         namespace for names of struct fields.
32247         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32248         fenv_t fields.
32249         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32250         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32251
32252 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32253
32254         [BZ #3665]
32255         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32256
32257 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32258
32259         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32260         PTR_DEMANGLE.
32261
32262         [BZ #5246]
32263         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32264         PTR_DEMANGLE.
32265
32266 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32267
32268         [BZ #14797]
32269         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32270         definitely overflow as x * y not x * y + z.
32271         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32272         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32273         * math/libm-test.inc (fma_test): Add more tests.
32274         (fma_test_towardzero): Likewise.
32275         (fma_test_downward): Likewise.
32276         (fma_test_upward): Likewise.
32277
32278 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32279
32280         [BZ #157]
32281
32282         * include/stub-tag.h: Remove file.
32283         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32284         '#include' of it.
32285         * manual/maint.texi (Porting): Don't reference it.
32286         * Makerules ($(objpfx)stubs): Likewise.
32287         * dirent/closedir.c: Don't include <stub-tag.h>.
32288         * dirent/dirfd.c: Likewise.
32289         * dirent/fdopendir.c: Likewise.
32290         * dirent/getdents.c: Likewise.
32291         * dirent/getdents64.c: Likewise.
32292         * dirent/opendir.c: Likewise.
32293         * dirent/readdir.c: Likewise.
32294         * dirent/readdir64.c: Likewise.
32295         * dirent/readdir64_r.c: Likewise.
32296         * dirent/readdir_r.c: Likewise.
32297         * dirent/rewinddir.c: Likewise.
32298         * dirent/seekdir.c: Likewise.
32299         * dirent/telldir.c: Likewise.
32300         * gmon/profil.c: Likewise.
32301         * grp/setgroups.c: Likewise.
32302         * inet/if_index.c: Likewise.
32303         * io/access.c: Likewise.
32304         * io/chdir.c: Likewise.
32305         * io/chmod.c: Likewise.
32306         * io/chown.c: Likewise.
32307         * io/close.c: Likewise.
32308         * io/dup.c: Likewise.
32309         * io/dup2.c: Likewise.
32310         * io/dup3.c: Likewise.
32311         * io/euidaccess.c: Likewise.
32312         * io/faccessat.c: Likewise.
32313         * io/fchdir.c: Likewise.
32314         * io/fchmod.c: Likewise.
32315         * io/fchmodat.c: Likewise.
32316         * io/fchown.c: Likewise.
32317         * io/fchownat.c: Likewise.
32318         * io/fcntl.c: Likewise.
32319         * io/flock.c: Likewise.
32320         * io/fstatfs.c: Likewise.
32321         * io/fstatfs64.c: Likewise.
32322         * io/fstatvfs.c: Likewise.
32323         * io/fstatvfs64.c: Likewise.
32324         * io/futimens.c: Likewise.
32325         * io/fxstat.c: Likewise.
32326         * io/fxstat64.c: Likewise.
32327         * io/fxstatat.c: Likewise.
32328         * io/fxstatat64.c: Likewise.
32329         * io/getcwd.c: Likewise.
32330         * io/isatty.c: Likewise.
32331         * io/lchmod.c: Likewise.
32332         * io/lchown.c: Likewise.
32333         * io/link.c: Likewise.
32334         * io/linkat.c: Likewise.
32335         * io/lseek.c: Likewise.
32336         * io/lseek64.c: Likewise.
32337         * io/lxstat64.c: Likewise.
32338         * io/mkdir.c: Likewise.
32339         * io/mkdirat.c: Likewise.
32340         * io/mkfifo.c: Likewise.
32341         * io/mkfifoat.c: Likewise.
32342         * io/open.c: Likewise.
32343         * io/open64.c: Likewise.
32344         * io/openat.c: Likewise.
32345         * io/openat64.c: Likewise.
32346         * io/pipe.c: Likewise.
32347         * io/pipe2.c: Likewise.
32348         * io/poll.c: Likewise.
32349         * io/posix_fadvise.c: Likewise.
32350         * io/posix_fadvise64.c: Likewise.
32351         * io/posix_fallocate.c: Likewise.
32352         * io/posix_fallocate64.c: Likewise.
32353         * io/read.c: Likewise.
32354         * io/readlink.c: Likewise.
32355         * io/readlinkat.c: Likewise.
32356         * io/rmdir.c: Likewise.
32357         * io/sendfile.c: Likewise.
32358         * io/sendfile64.c: Likewise.
32359         * io/statfs.c: Likewise.
32360         * io/statfs64.c: Likewise.
32361         * io/statvfs.c: Likewise.
32362         * io/statvfs64.c: Likewise.
32363         * io/symlink.c: Likewise.
32364         * io/symlinkat.c: Likewise.
32365         * io/ttyname.c: Likewise.
32366         * io/ttyname_r.c: Likewise.
32367         * io/umask.c: Likewise.
32368         * io/unlink.c: Likewise.
32369         * io/unlinkat.c: Likewise.
32370         * io/utime.c: Likewise.
32371         * io/utimensat.c: Likewise.
32372         * io/write.c: Likewise.
32373         * io/xmknod.c: Likewise.
32374         * io/xmknodat.c: Likewise.
32375         * io/xstat.c: Likewise.
32376         * io/xstat64.c: Likewise.
32377         * login/getpt.c: Likewise.
32378         * login/grantpt.c: Likewise.
32379         * login/unlockpt.c: Likewise.
32380         * math/e_acoshl.c: Likewise.
32381         * math/e_acosl.c: Likewise.
32382         * math/e_asinl.c: Likewise.
32383         * math/e_atan2l.c: Likewise.
32384         * math/e_atanhl.c: Likewise.
32385         * math/e_coshl.c: Likewise.
32386         * math/e_expl.c: Likewise.
32387         * math/e_fmodl.c: Likewise.
32388         * math/e_gammal_r.c: Likewise.
32389         * math/e_hypotl.c: Likewise.
32390         * math/e_j0l.c: Likewise.
32391         * math/e_j1l.c: Likewise.
32392         * math/e_jnl.c: Likewise.
32393         * math/e_lgammal_r.c: Likewise.
32394         * math/e_log10l.c: Likewise.
32395         * math/e_log2l.c: Likewise.
32396         * math/e_logl.c: Likewise.
32397         * math/e_powl.c: Likewise.
32398         * math/e_rem_pio2l.c: Likewise.
32399         * math/e_sinhl.c: Likewise.
32400         * math/e_sqrtl.c: Likewise.
32401         * math/fclrexcpt.c: Likewise.
32402         * math/fedisblxcpt.c: Likewise.
32403         * math/feenablxcpt.c: Likewise.
32404         * math/fegetenv.c: Likewise.
32405         * math/fegetexcept.c: Likewise.
32406         * math/fegetround.c: Likewise.
32407         * math/feholdexcpt.c: Likewise.
32408         * math/fesetenv.c: Likewise.
32409         * math/fesetround.c: Likewise.
32410         * math/feupdateenv.c: Likewise.
32411         * math/fgetexcptflg.c: Likewise.
32412         * math/fraiseexcpt.c: Likewise.
32413         * math/fsetexcptflg.c: Likewise.
32414         * math/ftestexcept.c: Likewise.
32415         * math/k_cosl.c: Likewise.
32416         * math/k_rem_pio2l.c: Likewise.
32417         * math/k_sinl.c: Likewise.
32418         * math/k_tanl.c: Likewise.
32419         * math/s_asinhl.c: Likewise.
32420         * math/s_atanl.c: Likewise.
32421         * math/s_cbrtl.c: Likewise.
32422         * math/s_erfl.c: Likewise.
32423         * math/s_expm1l.c: Likewise.
32424         * math/s_log1pl.c: Likewise.
32425         * math/s_tanhl.c: Likewise.
32426         * misc/acct.c: Likewise.
32427         * misc/brk.c: Likewise.
32428         * misc/chflags.c: Likewise.
32429         * misc/chroot.c: Likewise.
32430         * misc/fchflags.c: Likewise.
32431         * misc/fgetxattr.c: Likewise.
32432         * misc/flistxattr.c: Likewise.
32433         * misc/fremovexattr.c: Likewise.
32434         * misc/fsetxattr.c: Likewise.
32435         * misc/fsync.c: Likewise.
32436         * misc/ftruncate.c: Likewise.
32437         * misc/futimes.c: Likewise.
32438         * misc/futimesat.c: Likewise.
32439         * misc/getdomain.c: Likewise.
32440         * misc/getdtsz.c: Likewise.
32441         * misc/gethostid.c: Likewise.
32442         * misc/gethostname.c: Likewise.
32443         * misc/getloadavg.c: Likewise.
32444         * misc/getpagesize.c: Likewise.
32445         * misc/getsysstats.c: Likewise.
32446         * misc/getxattr.c: Likewise.
32447         * misc/gtty.c: Likewise.
32448         * misc/ioctl.c: Likewise.
32449         * misc/lgetxattr.c: Likewise.
32450         * misc/listxattr.c: Likewise.
32451         * misc/llistxattr.c: Likewise.
32452         * misc/lremovexattr.c: Likewise.
32453         * misc/lsetxattr.c: Likewise.
32454         * misc/lutimes.c: Likewise.
32455         * misc/madvise.c: Likewise.
32456         * misc/mincore.c: Likewise.
32457         * misc/mlock.c: Likewise.
32458         * misc/mlockall.c: Likewise.
32459         * misc/mmap.c: Likewise.
32460         * misc/mprotect.c: Likewise.
32461         * misc/msync.c: Likewise.
32462         * misc/munlock.c: Likewise.
32463         * misc/munlockall.c: Likewise.
32464         * misc/munmap.c: Likewise.
32465         * misc/preadv.c: Likewise.
32466         * misc/preadv64.c: Likewise.
32467         * misc/ptrace.c: Likewise.
32468         * misc/pwritev.c: Likewise.
32469         * misc/pwritev64.c: Likewise.
32470         * misc/readv.c: Likewise.
32471         * misc/reboot.c: Likewise.
32472         * misc/remap_file_pages.c: Likewise.
32473         * misc/removexattr.c: Likewise.
32474         * misc/revoke.c: Likewise.
32475         * misc/select.c: Likewise.
32476         * misc/setdomain.c: Likewise.
32477         * misc/setegid.c: Likewise.
32478         * misc/seteuid.c: Likewise.
32479         * misc/sethostid.c: Likewise.
32480         * misc/sethostname.c: Likewise.
32481         * misc/setregid.c: Likewise.
32482         * misc/setreuid.c: Likewise.
32483         * misc/setxattr.c: Likewise.
32484         * misc/sstk.c: Likewise.
32485         * misc/stty.c: Likewise.
32486         * misc/swapoff.c: Likewise.
32487         * misc/swapon.c: Likewise.
32488         * misc/sync.c: Likewise.
32489         * misc/syncfs.c: Likewise.
32490         * misc/syscall.c: Likewise.
32491         * misc/truncate.c: Likewise.
32492         * misc/ualarm.c: Likewise.
32493         * misc/usleep.c: Likewise.
32494         * misc/ustat.c: Likewise.
32495         * misc/utimes.c: Likewise.
32496         * misc/vhangup.c: Likewise.
32497         * misc/writev.c: Likewise.
32498         * posix/_exit.c: Likewise.
32499         * posix/alarm.c: Likewise.
32500         * posix/execve.c: Likewise.
32501         * posix/fexecve.c: Likewise.
32502         * posix/fork.c: Likewise.
32503         * posix/fpathconf.c: Likewise.
32504         * posix/getaddrinfo.c: Likewise.
32505         * posix/getegid.c: Likewise.
32506         * posix/geteuid.c: Likewise.
32507         * posix/getgid.c: Likewise.
32508         * posix/getgroups.c: Likewise.
32509         * posix/getlogin.c: Likewise.
32510         * posix/getlogin_r.c: Likewise.
32511         * posix/getpgid.c: Likewise.
32512         * posix/getpid.c: Likewise.
32513         * posix/getppid.c: Likewise.
32514         * posix/getresgid.c: Likewise.
32515         * posix/getresuid.c: Likewise.
32516         * posix/getsid.c: Likewise.
32517         * posix/getuid.c: Likewise.
32518         * posix/glob64.c: Likewise.
32519         * posix/nanosleep.c: Likewise.
32520         * posix/pathconf.c: Likewise.
32521         * posix/pause.c: Likewise.
32522         * posix/posix_madvise.c: Likewise.
32523         * posix/pread.c: Likewise.
32524         * posix/pread64.c: Likewise.
32525         * posix/pwrite.c: Likewise.
32526         * posix/pwrite64.c: Likewise.
32527         * posix/sched_getaffinity.c: Likewise.
32528         * posix/sched_getp.c: Likewise.
32529         * posix/sched_gets.c: Likewise.
32530         * posix/sched_primax.c: Likewise.
32531         * posix/sched_primin.c: Likewise.
32532         * posix/sched_rr_gi.c: Likewise.
32533         * posix/sched_setaffinity.c: Likewise.
32534         * posix/sched_setp.c: Likewise.
32535         * posix/sched_sets.c: Likewise.
32536         * posix/sched_yield.c: Likewise.
32537         * posix/setgid.c: Likewise.
32538         * posix/setlogin.c: Likewise.
32539         * posix/setpgid.c: Likewise.
32540         * posix/setresgid.c: Likewise.
32541         * posix/setresuid.c: Likewise.
32542         * posix/setsid.c: Likewise.
32543         * posix/setuid.c: Likewise.
32544         * posix/sleep.c: Likewise.
32545         * posix/spawni.c: Likewise.
32546         * posix/sysconf.c: Likewise.
32547         * posix/times.c: Likewise.
32548         * posix/wait.c: Likewise.
32549         * posix/wait3.c: Likewise.
32550         * posix/wait4.c: Likewise.
32551         * posix/waitpid.c: Likewise.
32552         * resolv/gai_sigqueue.c: Likewise.
32553         * resource/getpriority.c: Likewise.
32554         * resource/getrlimit.c: Likewise.
32555         * resource/getrusage.c: Likewise.
32556         * resource/nice.c: Likewise.
32557         * resource/setpriority.c: Likewise.
32558         * resource/setrlimit.c: Likewise.
32559         * resource/ulimit.c: Likewise.
32560         * rt/aio_cancel.c: Likewise.
32561         * rt/aio_fsync.c: Likewise.
32562         * rt/aio_read.c: Likewise.
32563         * rt/aio_sigqueue.c: Likewise.
32564         * rt/aio_suspend.c: Likewise.
32565         * rt/aio_write.c: Likewise.
32566         * rt/clock_getres.c: Likewise.
32567         * rt/clock_gettime.c: Likewise.
32568         * rt/clock_nanosleep.c: Likewise.
32569         * rt/clock_settime.c: Likewise.
32570         * rt/lio_listio.c: Likewise.
32571         * rt/mq_close.c: Likewise.
32572         * rt/mq_getattr.c: Likewise.
32573         * rt/mq_notify.c: Likewise.
32574         * rt/mq_open.c: Likewise.
32575         * rt/mq_receive.c: Likewise.
32576         * rt/mq_send.c: Likewise.
32577         * rt/mq_setattr.c: Likewise.
32578         * rt/mq_timedreceive.c: Likewise.
32579         * rt/mq_timedsend.c: Likewise.
32580         * rt/mq_unlink.c: Likewise.
32581         * rt/shm_open.c: Likewise.
32582         * rt/shm_unlink.c: Likewise.
32583         * rt/timer_create.c: Likewise.
32584         * rt/timer_delete.c: Likewise.
32585         * rt/timer_getoverr.c: Likewise.
32586         * rt/timer_gettime.c: Likewise.
32587         * rt/timer_settime.c: Likewise.
32588         * setjmp/__longjmp.c: Likewise.
32589         * setjmp/setjmp.c: Likewise.
32590         * signal/kill.c: Likewise.
32591         * signal/killpg.c: Likewise.
32592         * signal/raise.c: Likewise.
32593         * signal/sigaction.c: Likewise.
32594         * signal/sigaltstack.c: Likewise.
32595         * signal/sigblock.c: Likewise.
32596         * signal/sigignore.c: Likewise.
32597         * signal/sigintr.c: Likewise.
32598         * signal/signal.c: Likewise.
32599         * signal/sigpause.c: Likewise.
32600         * signal/sigpending.c: Likewise.
32601         * signal/sigqueue.c: Likewise.
32602         * signal/sigreturn.c: Likewise.
32603         * signal/sigset.c: Likewise.
32604         * signal/sigsetmask.c: Likewise.
32605         * signal/sigstack.c: Likewise.
32606         * signal/sigsuspend.c: Likewise.
32607         * signal/sigtimedwait.c: Likewise.
32608         * signal/sigvec.c: Likewise.
32609         * signal/sigwait.c: Likewise.
32610         * signal/sigwaitinfo.c: Likewise.
32611         * signal/sysv_signal.c: Likewise.
32612         * socket/accept.c: Likewise.
32613         * socket/accept4.c: Likewise.
32614         * socket/bind.c: Likewise.
32615         * socket/connect.c: Likewise.
32616         * socket/getpeername.c: Likewise.
32617         * socket/getsockname.c: Likewise.
32618         * socket/getsockopt.c: Likewise.
32619         * socket/isfdtype.c: Likewise.
32620         * socket/listen.c: Likewise.
32621         * socket/recv.c: Likewise.
32622         * socket/recvfrom.c: Likewise.
32623         * socket/recvmsg.c: Likewise.
32624         * socket/send.c: Likewise.
32625         * socket/sendmsg.c: Likewise.
32626         * socket/sendto.c: Likewise.
32627         * socket/setsockopt.c: Likewise.
32628         * socket/shutdown.c: Likewise.
32629         * socket/sockatmark.c: Likewise.
32630         * socket/socket.c: Likewise.
32631         * socket/socketpair.c: Likewise.
32632         * stdio-common/ctermid.c: Likewise.
32633         * stdio-common/cuserid.c: Likewise.
32634         * stdio-common/remove.c: Likewise.
32635         * stdio-common/rename.c: Likewise.
32636         * stdio-common/renameat.c: Likewise.
32637         * stdio-common/tempname.c: Likewise.
32638         * stdlib/getcontext.c: Likewise.
32639         * stdlib/makecontext.c: Likewise.
32640         * stdlib/setcontext.c: Likewise.
32641         * stdlib/swapcontext.c: Likewise.
32642         * stdlib/system.c: Likewise.
32643         * streams/fattach.c: Likewise.
32644         * streams/fdetach.c: Likewise.
32645         * streams/getmsg.c: Likewise.
32646         * streams/getpmsg.c: Likewise.
32647         * streams/putmsg.c: Likewise.
32648         * streams/putpmsg.c: Likewise.
32649         * sysdeps/unix/bsd/getpt.c: Likewise.
32650         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32651         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32652         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32654         Likewise.
32655         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32656         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32657         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32658         * sysvipc/msgctl.c: Likewise.
32659         * sysvipc/msgget.c: Likewise.
32660         * sysvipc/msgrcv.c: Likewise.
32661         * sysvipc/msgsnd.c: Likewise.
32662         * sysvipc/semctl.c: Likewise.
32663         * sysvipc/semget.c: Likewise.
32664         * sysvipc/semop.c: Likewise.
32665         * sysvipc/semtimedop.c: Likewise.
32666         * sysvipc/shmat.c: Likewise.
32667         * sysvipc/shmctl.c: Likewise.
32668         * sysvipc/shmdt.c: Likewise.
32669         * sysvipc/shmget.c: Likewise.
32670         * termios/tcdrain.c: Likewise.
32671         * termios/tcflow.c: Likewise.
32672         * termios/tcflush.c: Likewise.
32673         * termios/tcgetattr.c: Likewise.
32674         * termios/tcgetpgrp.c: Likewise.
32675         * termios/tcsendbrk.c: Likewise.
32676         * termios/tcsetattr.c: Likewise.
32677         * termios/tcsetpgrp.c: Likewise.
32678         * time/adjtime.c: Likewise.
32679         * time/clock.c: Likewise.
32680         * time/getitimer.c: Likewise.
32681         * time/gettimeofday.c: Likewise.
32682         * time/setitimer.c: Likewise.
32683         * time/settimeofday.c: Likewise.
32684         * time/stime.c: Likewise.
32685         * time/time.c: Likewise.
32686
32687 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32688
32689         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32690         /usr/old/bin.
32691
32692         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32693         instead of spaces.
32694         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32695
32696 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32697
32698         [BZ #14796]
32699         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32700         FE_TONEAREST before applying Dekker multiplication and Knuth
32701         addition.  Clear inexact exceptions and check for exact zero
32702         results afterwards.
32703         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32704         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32705         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32706         * math/libm-test.inc (fma_test): Add more tests.
32707         (fma_test_towardzero): Likewise.
32708         (fma_test_downward): Likewise.
32709         (fma_test_upward): Likewise.
32710         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32711         function.
32712         (libc_fesetround): New macro.
32713         (libc_fesetroundf): Likewise.
32714         (libc_fesetroundl): Likewise.
32715         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32716         function.
32717         (libc_fesetround_387): Likewise.
32718         (libc_fesetroundf): New macro.
32719         (libc_fesetround): Likewise.
32720         (libc_fesetroundl): Likewise.
32721         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32722         function.
32723         (libc_fesetroundf): New macro.
32724         (libc_fesetround): Likewise.
32725         (libc_fesetroundl): Likewise.
32726         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32727         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32728         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32729         libm_hidden_ver.
32730         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32731         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32732         libm_hidden_def.
32733         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32734         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32735         libm_hidden_ver.
32736         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32737         libm_hidden_def.
32738
32739         [BZ #3439]
32740         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32741         integer constant usable in #if and use that to give value to enum
32742         constant.
32743         (FE_DIVBYZERO): Likewise.
32744         (FE_UNDERFLOW): Likewise.
32745         (FE_OVERFLOW): Likewise.
32746         (FE_INVALID): Likewise.
32747         (FE_INVALID_SNAN): Likewise.
32748         (FE_INVALID_ISI): Likewise.
32749         (FE_INVALID_IDI): Likewise.
32750         (FE_INVALID_ZDZ): Likewise.
32751         (FE_INVALID_IMZ): Likewise.
32752         (FE_INVALID_COMPARE): Likewise.
32753         (FE_INVALID_SOFTWARE): Likewise.
32754         (FE_INVALID_SQRT): Likewise.
32755         (FE_INVALID_INTEGER_CONVERSION): Likewise.
32756         (FE_TONEAREST): Likewise.
32757         (FE_TOWARDZERO): Likewise.
32758         (FE_UPWARD): Likewise.
32759         (FE_DOWNWARD): Likewise.
32760         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32761         (FE_DIVBYZERO): Likewise.
32762         (FE_OVERFLOW): Likewise.
32763         (FE_UNDERFLOW): Likewise.
32764         (FE_INEXACT): Likewise.
32765         (FE_TONEAREST): Likewise.
32766         (FE_DOWNWARD): Likewise.
32767         (FE_UPWARD): Likewise.
32768         (FE_TOWARDZERO): Likewise.
32769         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32770         (FE_UNDERFLOW): Likewise.
32771         (FE_OVERFLOW): Likewise.
32772         (FE_DIVBYZERO): Likewise.
32773         (FE_INVALID): Likewise.
32774         (FE_TONEAREST): Likewise.
32775         (FE_TOWARDZERO): Likewise.
32776         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32777         (FE_OVERFLOW): Likewise.
32778         (FE_UNDERFLOW): Likewise.
32779         (FE_DIVBYZERO): Likewise.
32780         (FE_INEXACT): Likewise.
32781         (FE_TONEAREST): Likewise.
32782         (FE_TOWARDZERO): Likewise.
32783         (FE_UPWARD): Likewise.
32784         (FE_DOWNWARD): Likewise.
32785         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32786         (FE_DIVBYZERO): Likewise.
32787         (FE_OVERFLOW): Likewise.
32788         (FE_UNDERFLOW): Likewise.
32789         (FE_INEXACT): Likewise.
32790         (FE_TONEAREST): Likewise.
32791         (FE_DOWNWARD): Likewise.
32792         (FE_UPWARD): Likewise.
32793         (FE_TOWARDZERO): Likewise.
32794
32795 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
32796
32797         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32798
32799 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
32800
32801         * scripts/cross-test-ssh.sh (command): Use newlines to separate
32802         commands.  Quote $PWD.
32803         (blacklist_exports): Don't use remove_newlines.  Replace "declare
32804         -x" by "export".
32805         (remove_newlines): Remove.
32806
32807 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
32808
32809         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32810         * stdlib/stdlib.h (atof): Moved to ...
32811         * include/bits/stdlib-float.h: Here.  New file.
32812         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32813         * stdlib/bits/stdlib-float.h: New file.
32814         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32815         -mno-sse -mno-mmx.
32816         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32817         <xmmintrin.h>.
32818
32819 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32820
32821         * conform/conformtest.pl (@headers): Add fenv.h.
32822         * conform/data/fenv.h-data: New file.
32823         * include/fenv.h [_ISOMAC]: Disable all contents of file except
32824         include of <math/fenv.h>.
32825
32826         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32827         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32828         && !UNIX98].  Enables tests for XOPEN2K8.
32829         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32830         POSIX2008]: Likewise.
32831
32832         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32833         (struct rusage): Do not expect type or its members.
32834
32835         [BZ #3439]
32836         * math/math.h (FP_NAN): Define macro to integer constant usable in
32837         #if and use that to give value to enum constant.
32838         (FP_INFINITE): Likewise.
32839         (FP_ZERO): Likewise.
32840         (FP_SUBNORMAL): Likewise.
32841         (FP_NORMAL): Likewise.
32842
32843 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
32844
32845         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32846         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32847         arguments.
32848
32849 2012-11-02  Roland McGrath  <roland@hack.frob.com>
32850
32851         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32852         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32853         autoconf-time if not.
32854         * configure.in: Remove AC_PREREQ.
32855
32856 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32857
32858         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32859         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32860         of the internal implementation.
32861
32862 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32863
32864         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32865         except include of <misc/sys/syslog.h>.
32866
32867 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32868
32869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32870         function returns with a NULL context exit with zero.
32871
32872 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32873
32874         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32875
32876 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
32877
32878         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32879         (run_program_cmd): This.
32880         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32881         (tst_langinfo): New variable.  Use it.
32882
32883 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
32884
32885         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32886         floating point opcodes.
32887
32888 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32889
32890         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
32891         variable.
32892
32893         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
32894
32895         * sysdeps/mach/hurd/powerpc: Remove directory.
32896         * sysdeps/mach/powerpc: Likewise.
32897
32898 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32899
32900         * scripts/check-local-headers.sh: Ignore c++ headers.
32901
32902 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32903
32904         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
32905         __libc_cleanup_region_start argument.
32906
32907 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
32908
32909         [BZ #14784]
32910         [BZ #14785]
32911         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
32912         x * y using scaling, not as x * y + z.
32913         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32914         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32915         * math/libm-test.inc (fma_test): Add more tests.
32916         (fma_test_towardzero): Likewise.
32917         (fma_test_downward): Likewise.
32918         (fma_test_upward): Likewise.
32919
32920 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32921
32922         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
32923
32924 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32925
32926         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
32927         New variable.
32928
32929 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
32930
32931         * rt/tst-shm.c (worker): Correct checking for mmap failure.
32932
32933 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32934
32935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32936         Fix sort order.
32937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32938         Likewise.
32939
32940 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32941
32942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32943         Fix the order of the list for glibc 2.17.
32944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32945         Likewise.
32946
32947 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32948
32949         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32950
32951 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32952
32953         [BZ #14610]
32954         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
32955         for low part of x being zero before using __atanl (y).
32956         * math/libm-test.inc (atan2_test): Add another test.
32957
32958         * manual/install.texi (Configuring and compiling): Document
32959         general use of test-wrapper and test-wrapper-env.
32960         * INSTALL: Regenerated.
32961
32962         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
32963         (__fma): Do not extract and scale down low bits on after-rounding
32964         systems when result rounded to normal precision would have normal
32965         exponent.
32966         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
32967         (__fmal): Do not extract and scale down low bits on after-rounding
32968         systems when result rounded to normal precision would have normal
32969         exponent.
32970         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
32971         (__fmal): Do not extract and scale down low bits on after-rounding
32972         systems when result rounded to normal precision would have normal
32973         exponent.
32974         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
32975         macro.
32976         (fma_test): Add more tests.
32977         (fma_test_towardzero): Likewise.
32978         (fma_test_downward): Likewise.
32979         (fma_test_upward): Likewise.
32980
32981 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
32982
32983         * sysdeps/i386/tininess.h: Renamed to ...
32984         * sysdeps/x86/tininess.h: This.
32985         * sysdeps/x86_64/tininess.h: Removed.
32986
32987 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32988
32989         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
32990         input.  Use $(build-program-cmd).
32991         ($(objpfx)tst-array1-static.out): Likewise.
32992         ($(objpfx)tst-array2.out): Likewise.
32993         ($(objpfx)tst-array3.out): Likewise.
32994         ($(objpfx)tst-array4.out): Likewise.
32995         ($(objpfx)tst-array5.out): Likewise.
32996         ($(objpfx)tst-array5-static.out): Likewise.
32997
32998 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
32999
33000         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33001         if defined.
33002
33003         * nss/nsswitch.h (nss_interface_function): Provide new
33004         macro for use with NSS functions.
33005         * grp/initgroups.c: Use new macro.
33006         * nss/getXXbyYY.c: Likewise.
33007         * nss/getXXbyYY_r.c: Likewise.
33008         * nss/getXXent.c: Likewise.
33009         * nss/getXXent_r.c: Likewise.
33010         * sysdeps/posix/getaddrinfo.c: Likewise.
33011
33012 2012-10-30  Andreas Jaeger  <aj@suse.de>
33013
33014         * po/ru.po: Update Russion translation from translation project.
33015
33016 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33017
33018         [BZ #14152]
33019         [BZ #14783]
33020         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33021         result and shift together with sticky bit instead of replicating
33022         round-to-nearest rounding.
33023         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33024         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33025         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33026         missing underflow exceptions.
33027         (fma_test_towardzero): Add more tests.
33028         (fma_test_downward): Likewise.
33029         (fma_test_upward): Likewise.
33030
33031         [BZ #14047]
33032         * sysdeps/generic/tininess.h: New file.
33033         * sysdeps/i386/tininess.h: Likewise.
33034         * sysdeps/sh/tininess.h: Likewise.
33035         * sysdeps/x86_64/tininess.h: Likewise.
33036         * stdlib/tst-strtod-underflow.c: Likewise.
33037         * stdlib/tst-tininess.c: Likewise.
33038         * stdlib/strtod_l.c: Include <tininess.h>.
33039         (round_and_return): Do not set errno for exact underflow cases.
33040         Force an underflow exception when setting errno for underflow.
33041         Determine underflow based on rounding to normal precision if
33042         TININESS_AFTER_ROUNDING.
33043         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33044         ERANGE for exact underflow cases.
33045         * stdlib/Makefile (tests): Add tst-tininess and
33046         tst-strtod-underflow.
33047         ($(objpfx)tst-tininess): Use $(link-libm).
33048         ($(objpfx)tst-strtod-underflow): Likewise.
33049
33050 2012-10-30  Andreas Jaeger  <aj@suse.de>
33051
33052         [BZ#14767]
33053         * elf/Makefile (tests): Remove conditional for have-initfini-array
33054         since this is now always required and the variable does not exist
33055         anymore.
33056         (tests-static): Likewise.
33057         (modules-names): Likewise.
33058
33059         * po/eo.po: Add Esperanto translation from translation project.
33060
33061         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33062         merged with constructor/destructor.
33063         (init_array): Likewise.
33064         * elf/tst-array2dep.c (fini_array): Likewise.
33065         (init_array): Likewise.
33066
33067 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33068
33069         * manual/message.texi: Delete @cartouche tags.
33070
33071 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33072
33073         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33074         EOPNOTSUPP.
33075         * sysdeps/mach/hurd/fsync.c: Likewise.
33076
33077         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33078         [_POSIX_REALTIME_SIGNALS]: Change condition to
33079         [_POSIX_REALTIME_SIGNALS > 0].
33080
33081 2012-10-27  Andreas Jaeger  <aj@suse.de>
33082
33083         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33084         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33085         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33086         [__WORDSIZE != 64]: Likewise.
33087
33088 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33089
33090         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33091         *  iconvdata/tst-tables.sh: Likewise.
33092
33093 2012-10-25  David S. Miller  <davem@davemloft.net>
33094
33095         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33096         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33097         of strtoull.
33098
33099         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33100         ifunc-impl-list.c
33101         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33102         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33103         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33104         file.
33105
33106 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33107
33108         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33109         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33110         __getdirentries.
33111
33112 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33113             Jim Blandy  <jimb@codesourcery.com>
33114
33115         * scripts/cross-test-ssh.sh: New file.
33116         * manual/install.texi (Configuring and compiling): Document use of
33117         cross-test-ssh.sh.
33118         * INSTALL: Regenerated.
33119
33120 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33121
33122         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33123         EOPNOTSUPP.
33124
33125 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33126
33127         * Makeconfig (run-program-prefix): Fix comment.
33128
33129 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33130             Jim Blandy  <jimb@codesourcery.com>
33131
33132         * Makeconfig (test-wrapper): New variable,
33133         (test-wrapper-env): Likewise.
33134         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33135         (run-built-tests): Define to yes.
33136         (run-program-prefix): Use $(test-wrapper).
33137         (built-program-cmd): Likewise.
33138         * Rules (make-test-out): Use $(test-wrapper-env) and
33139         $(host-built-program-cmd).
33140         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33141         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33142         tst-pathopt.sh.
33143         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33144         $(test-wrapper-env) to tst-rtld-load-self.sh.
33145         ($(objpfx)order2.out): Use $(test-wrapper).
33146         ($(objpfx)tst-initorder.out): Likewise.
33147         ($(objpfx)tst-initorder2.out): Likewise.
33148         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33149         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33150         (test_wrapper_env): New variable.  Use it to run ld.so.
33151         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33152         Use it to run ld.so.
33153         (test_wrapper_env): Likewise.
33154         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33155         $(test-wrapper) to run-iconv-test.sh.
33156         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33157         (ICONV): Use $test_wrapper.
33158         * posix/Makefile ($(objpfx)globtest.out): Pass
33159         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33160         globtest.sh, not $(run-program-prefix).
33161         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33162         (test_wrapper): Likewise.
33163         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33164         set together with run_via_rtld_prefix.
33165         (run_program_prefix): Define in terms of test_wrapper and
33166         run_via_rtld_prefix.
33167
33168 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33169
33170         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33171         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33172         Targets removed.
33173
33174         [BZ #14743]
33175         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33176         Declare __clock_getres, __clock_gettime, __clock_settime,
33177         __clock_nanosleep, and __clock_getcpuclockid.
33178         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33179         Remove librt_hidden_def (clock_gettime).
33180         * sysdeps/unix/clock_gettime.c: Likewise.
33181         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33182         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33183         * rt/clock_getres.c: Define __clock_getres as an alias.
33184         * sysdeps/posix/clock_getres.c: Likewise.
33185         * rt/clock_settime.c: Define __clock_settime as an alias.
33186         * sysdeps/unix/clock_settime.c: Likewise.
33187         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33188         * sysdeps/unix/clock_nanosleep.c: Likewise.
33189         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33190         * rt/clock-compat.c: New file.
33191         * rt/Makefile (librt-routines): Add clock-compat and move
33192         $(clock-routines) to ...
33193         (routines): ... here, new variable.
33194         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33195         Don't add get_clockfreq here.
33196         * rt/Versions (libc: GLIBC_2.17): New version set.
33197         Add clock_* symbols here.
33198         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33199         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33200         (GLIBC_2.17): Add clock_* symbols.
33201         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33202         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33203         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33205         Likewise.
33206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33207         Likewise.
33208         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33209         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33210         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33211         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33212         * NEWS: Mention the move.
33213
33214         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33215         Use __open, __read, __close rather than their public counterparts.
33216         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33217         (__get_clockfreq_via_cpuinfo): Likewise.
33218         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33219         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33220
33221         * config.h.in (HAVE_IFUNC): New #undef.
33222         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33223         was successful.
33224         * configure: Regenerated.
33225
33226 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33227
33228         * configure.in: Move READELF check to start of file.
33229         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33230         libc_cv_asm_gnu_indirect_function in the process.
33231         * configure: Regenerated.
33232
33233 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33234
33235         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33236         send the output to /dev/null.
33237         (libc_cv_cc_with_libunwind): Likewise.
33238         (libc_cv_as_noexecstack): Likewise.
33239         * configure: Regenerate.
33240
33241 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33242
33243         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33244
33245         * posix/globtest.sh (TMPDIR): Do not set.
33246         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33247         (testout): Likewise.
33248
33249 2012-10-24  Andreas Jaeger  <aj@suse.de>
33250
33251         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33252         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33253         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33254         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33255         posix_fadvise64, posix_fallocate64.
33256
33257         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33258         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33259         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33260         Likewise.
33261         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33262         Likewise.
33263         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33264
33265         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33266         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33267         <bits/fcntl-linux.h>.
33268         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33269
33270         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33271         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33272         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33273         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33274         [__WORDSIZE != 64]: Likewise.
33275
33276 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33277
33278         * Makeconfig (run-built-tests): New variable.
33279         * Rules [$(cross-compiling) = yes]: Change condition to
33280         [$(run-built-tests) = no].
33281         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33282         to [$(run-built-tests) = yes].
33283         * elf/Makefile [$(cross-compiling) = no]: Likewise
33284         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33285         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33286         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33287         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33288         * io/Makefile [$(cross-compiling) = no]: Likewise.
33289         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33290         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33291         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33292         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33293         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33294         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33295         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33296         * string/Makefile [$(cross-compiling) = no]: Likewise.
33297
33298         * posix/Makefile ($(objpfx)globtest.out): Pass
33299         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33300         $(rtld-installed-name).
33301         * posix/globtest.sh (elf_objpfx): Remove variable.
33302         (rtld_installed_name): Likewise.
33303         (library_path): Likewise.
33304         (run_program_prefix): New variable.  Use for running globtest
33305         binary.
33306
33307 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33308             Joseph Myers  <joseph@codesourcery.com>
33309
33310         * Makeconfig (host-built-program-cmd): New variable.
33311         * elf/Makefile (tst-stackguard1-ARGS): Use
33312         $(host-built-program-cmd).
33313         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33314         (tst-spawn-ARGS): Likewise.
33315         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33316
33317 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33318             Jim Blandy  <jimb@codesourcery.com>
33319
33320         * Makeconfig (run-via-rtld-prefix): New variable.
33321         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33322         (built-program-cmd): Likewise.
33323
33324 2012-10-22  Andreas Jaeger  <aj@suse.de>
33325
33326         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33327         __O_RSYNC if it exists, otherwise to O_SYNC.
33328
33329 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33330             Joseph Myers  <joseph@codesourcery.com>
33331
33332         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33333         /dev/null.
33334         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33335         from /dev/null
33336         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33337         /dev/null.
33338
33339 2012-10-22  Andreas Jaeger  <aj@suse.de>
33340
33341         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33342         Define always.
33343         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33344
33345         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33346         bits/fcntl-linux.h.
33347
33348         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33349         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33350
33351         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33352         to __O_LARGEFILE.
33353         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33354         to __O_LARGEFILE.
33355
33356 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33357             Joseph Myers  <joseph@codesourcery.com>
33358
33359         * config.make.in (NM): New variable.
33360
33361 2012-10-21  Andreas Jaeger  <aj@suse.de>
33362
33363         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33364         definitions and declarations that are provided by
33365         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33366
33367 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33368
33369         [BZ #14683]
33370         * elf/Makefile (tests-static): Add tst-leaks1-static.
33371         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33372         ($(objpfx)tst-leaks1-static): New rule.
33373         ($(objpfx)tst-leaks1-static-mem): Likewise.
33374         (tst-leaks1-static-ENV): New macro.
33375         * elf/dl-open.c (dl_open_worker): Check the main application
33376         only if SHARED is defined.
33377         * elf/tst-leaks1-static.c: New file.
33378
33379 2012-10-20  Andreas Jaeger  <aj@suse.de>
33380
33381         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33382         generic values for Linux.
33383         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33384         and declarations that are provided by <bits/fcntl-linux.h> and
33385         include <bits/fcntl-linux.h>.
33386         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33387         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33388
33389 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33390
33391         * io/fcntl.h: Move include of <bits/types.h> to the top and
33392         include it unconditionally.
33393
33394 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33395
33396         * wcsmbs/Makefile (tests-ifunc): New variable.
33397         (tests): Add $(tests-ifunc).
33398         * wcsmbs/test-wcschr-ifunc.c: New file.
33399         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33400         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33401         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33402         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33403         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33404
33405         * string/Makefile (tests-ifunc): New variable.
33406         (tests): Add $(tests-ifunc).
33407         * string/test-memccpy.c (TEST_NAME): New macro.
33408         * string/test-memchr.c (TEST_NAME): Likewise.
33409         * string/test-memcmp.c (TEST_NAME): Likewise.
33410         * string/test-memcpy.c (TEST_NAME): Likewise.
33411         * string/test-memmem.c (TEST_NAME): Likewise.
33412         * string/test-memmove.c (TEST_NAME): Likewise.
33413         * string/test-memset.c (TEST_NAME): Likewise.
33414         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33415         * string/test-stpcpy.c (TEST_NAME): Likewise.
33416         * string/test-stpncpy.c (TEST_NAME): Likewise.
33417         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33418         * string/test-strcasestr.c (TEST_NAME): Likewise.
33419         * string/test-strcat.c (TEST_NAME): Likewise.
33420         * string/test-strchr.c (TEST_NAME): Likewise.
33421         * string/test-strcmp.c(TEST_NAME): Likewise.
33422         * string/test-strcpy.c (TEST_NAME): Likewise.
33423         * string/test-strcspn.c (TEST_NAME): Likewise.
33424         * string/test-strlen.c (TEST_NAME): Likewise.
33425         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33426         * string/test-strncmp.c (TEST_NAME): Likewise.
33427         * string/test-strncpy.c (TEST_NAME): Likewise.
33428         * string/test-strnlen.c (TEST_NAME): Likewise.
33429         * string/test-strpbrk.c (TEST_NAME): Likewise.
33430         * string/test-strrchr.c (TEST_NAME): Likewise.
33431         * string/test-strspn.c (TEST_NAME): Likewise.
33432         * string/test-strstr.c (TEST_NAME): Likewise.
33433         * string/test-bcopy-ifunc.c: New file.
33434         * string/test-bzero-ifunc.c: Likewise.
33435         * string/test-memccpy-ifunc.c: Likewise.
33436         * string/test-memchr-ifunc.c: Likewise.
33437         * string/test-memcmp-ifunc.c: Likewise.
33438         * string/test-memcpy-ifunc.c: Likewise.
33439         * string/test-memmem-ifunc.c: Likewise.
33440         * string/test-memmove-ifunc.c: Likewise.
33441         * string/test-mempcpy-ifunc.c: Likewise.
33442         * string/test-memset-ifunc.c: Likewise.
33443         * string/test-rawmemchr-ifunc.c: Likewise.
33444         * string/test-stpcpy-ifunc.c: Likewise.
33445         * string/test-stpncpy-ifunc.c: Likewise.
33446         * string/test-strcasecmp-ifunc.c: Likewise.
33447         * string/test-strcasestr-ifunc.c: Likewise.
33448         * string/test-strcat-ifunc.c: Likewise.
33449         * string/test-strchr-ifunc.c: Likewise.
33450         * string/test-strchrnul-ifunc.c: Likewise.
33451         * string/test-strcmp-ifunc.c: Likewise.
33452         * string/test-strcpy-ifunc.c: Likewise.
33453         * string/test-strcspn-ifunc.c: Likewise.
33454         * string/test-strlen-ifunc.c: Likewise.
33455         * string/test-strncasecmp-ifunc.c: Likewise.
33456         * string/test-strncat-ifunc.c: Likewise.
33457         * string/test-strncmp-ifunc.c: Likewise.
33458         * string/test-strncpy-ifunc.c: Likewise.
33459         * string/test-strnlen-ifunc.c: Likewise.
33460         * string/test-strpbrk-ifunc.c: Likewise.
33461         * string/test-strrchr-ifunc.c: Likewise.
33462         * string/test-strspn-ifunc.c: Likewise.
33463         * string/test-strstr-ifunc.c: Likewise.
33464
33465         * debug/Makefile (tests-ifunc): New variable.
33466         (tests): Add $(tests-ifunc).
33467         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33468         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33469         * debug/test-stpcpy_chk-ifunc.c: New file.
33470         * debug/test-strcpy_chk-ifunc.c: Likewise.
33471
33472 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33473
33474         [BZ #13601]
33475         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33476         header is not read in.
33477
33478 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33479
33480         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33481         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33482         directly.  Pass built executable to script as
33483         $(built-program-cmd).
33484         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33485         $testprogram without using LD_LIBRARY_PATH and $ldso.
33486
33487         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33488         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33489         $(rtld-installed-name).
33490         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33491         (rtld_installed_name): Likewise.
33492         (library_path): Likewise.
33493         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33494         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33495         $(run-program-prefix) to tst-tables.sh.
33496         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33497         it to run tst-table-from and tst-table-to.
33498         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33499         Pass it to tst-table.sh.
33500         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33501         $(run-program-prefix) to tst-gettext.sh.
33502         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33503         tst-translit.sh.
33504         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33505         tst-gettext2.sh.
33506         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33507         to run tst-gettext.
33508         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33509         to run tst-gettext2.
33510         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33511         to run tst-translit.
33512         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33513         $(run-program-prefix) to tst-mtrace.sh.
33514         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33515         to run tst-mtrace.
33516         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33517         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33518         $(rtld-installed-name).
33519         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33520         (rtld_installed_name): Likewise.
33521         (run_program_prefix): New variable.  Use it to run wordexp-test.
33522
33523         * Makeconfig (ARCH): Remove all definitions.
33524         (machine): Likewise.
33525         [ARCH]: Remove conditional code.
33526         [!objdir]: Give error.
33527         [!objdir] (objpfx): Remove.
33528         [!objdir] (common-objpfx): Likewise.
33529         [!objdir] (common-objdir): Likewise.
33530         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33531         AC_CONFIG_FILES call.
33532         * configure: Regenerated.
33533
33534         [BZ #13888]
33535         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33536         or TMPDIR.
33537         (testout): Likewise.
33538
33539         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33540         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33541         $(rtld-installed-name).
33542         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33543         (rtld_installed_name): Likwise.
33544         (runit): Remove function.
33545         (run_getconf): New variable,  Use it for running getconf binary.
33546
33547 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33548
33549         [BZ #14716]
33550         * string/test-memmem.c (check_result): New function.
33551         (do_one_test): Use it.
33552         (check1): New function.
33553         (test_main): Use it.
33554
33555 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33556
33557         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33558
33559 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33560
33561         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33562         (_G_LSEEK64): Likewise.
33563         (_G_MMAP64): Likewise.
33564         (_G_FSTAT64): Likewise.
33565         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33566         (_G_LSEEK64): Likewise.
33567         (_G_MMAP64): Likewise.
33568         (_G_FSTAT64): Likewise.
33569         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33570         unconditional.  Call __mmap64 directly.
33571         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33572         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33573         __lseek64 directly.
33574         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33575         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33576         __mmap64 directly.
33577         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33578         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33579         __lseek64 directly.
33580         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33581         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33582         __lseek64 directly.
33583         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33584         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33585         __lseek64 directly.
33586         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33587         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33588         __fxstat64 directly.
33589         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33590         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33591         unconditional.
33592         (freopen64) [!_G_OPEN64]: Remove conditional code.
33593         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33594         unconditional.
33595         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33596         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33597         unconditional.
33598         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33599         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33600         unconditional.
33601         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33602         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33603         unconditional.
33604         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33605         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33606         unconditional.
33607         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33608         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33609         unconditional.
33610         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33611         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33612         unconditional.
33613         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33614
33615 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33616
33617         [BZ #12140]
33618         * manual/memory.texi (Malloc Tunable Parameters): Add note
33619         about free list pointers overwriting some perturb bytes.
33620         Wording suggested by Roland McGrath.
33621
33622 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33623
33624         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33625         (lgamma_test): Likewise.
33626         (tgamma_test): Likewise.
33627
33628 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33629
33630         [BZ #14700]
33631         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33632         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33633
33634 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33635
33636         * NEWS: Mention BZ #14716.
33637         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33638         when removing AVAILABLE1_USES_J macro.
33639
33640 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33641
33642         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33643         (__bswap_64): __uint64_t for unsigned 64-bit int.
33644
33645 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33646
33647         * include/string.h (memmem): Declare libc hidden alias.
33648         * string/memmem.c (memmem): Define libc hidden alias.
33649         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33650         __read, __close instead of open, read, close.
33651
33652 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33653
33654         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33655         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33656         global and hidden.
33657         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33658         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33659         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33660         Likewise.
33661         (__rawmemchr_sse2): Likewise.
33662         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33663         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33664         (__strchr_sse2): Likewise.
33665         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33666         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33667         (__strcasecmp_sse2): Likewise.
33668         (__strncasecmp_sse2): Likewise.
33669         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33670         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33671         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33672         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33673         (__strrchr_sse2): Likewise.
33674         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33675         ifunc-impl-list.c.
33676         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33677         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33678         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33679         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33680         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33681         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33682         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33683         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33684         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33685         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33686         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33687         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33688         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33689         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33690         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33691         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33692         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33693         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33694         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33695         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33696         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33697         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33698         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33699         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33700         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33701         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33702         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33703         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33704         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33705         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33706
33707         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33708         global and hidden.
33709         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33710         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33711         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33712         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33713         Likewise.
33714         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33715         Likewise.
33716         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33717         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33718         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33719         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33720         ifunc-impl-list.c.
33721         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33722         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33723         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33724         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33725         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33726         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33727         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33728         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33729         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33730         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33731         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33732         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33733         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33734         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33735         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33736         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33737         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33738         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33739         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33740         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33741         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33742         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33743         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33744         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33745         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33746         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33747         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33748         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33749         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33750         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33751         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33752         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33753         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33754         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33755         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33756         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33757         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33758         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33759         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33760         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33761         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33762
33763         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33764         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33765         * include/ifunc-impl-list.h: New file.
33766         * misc/ifunc-impl-list.c: Likewise.
33767         * misc/Makefile (routines): Add ifunc-impl-list.
33768         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33769         * string/test-string.h: Include <ifunc-impl-list.h>.
33770         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33771         TEST_NAME]: New variables.
33772         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33773         are defined.
33774         (test_init): Call __libc_ifunc_impl_list to initialize
33775         func_list if TEST_IFUNC and TEST_NAME are defined.
33776
33777         * string/Makefile (strop-tests): Add bcopy and bzero.
33778         * string/test-bcopy.c: New file.
33779         * string/test-bzero.c: Likewise.
33780         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33781         defined.
33782         * string/test-memset.c: Support bzero test if TEST_BZERO is
33783         defined.
33784         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33785         __libc_memmove.
33786         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33787         __libc_memset.
33788         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33789         of memset.
33790
33791 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
33792
33793         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33794         * configure: Regenerated.
33795
33796         * Makeconfig (+link-static-before-libc): Don't include
33797         $(link-static-libc).
33798
33799         * libio/libio.h (_IO_pos_t): Remove.
33800
33801 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33802
33803         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
33804         McGrath.
33805
33806 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33807
33808         * crypt/crypt-entry.c: Include fips-private.h.
33809         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33810         * crypt/md5c-test.c (main): Tolerate disabled MD5.
33811         * sysdeps/unix/sysv/linux/fips-private.h: New file.
33812         * sysdeps/generic/fips-private.h: New file, dummy fallback.
33813
33814 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33815
33816         * crypt/crypt-private.h: Include stdbool.h.
33817         (_ufc_setup_salt_r): Return bool.
33818         * crypt/crypt-entry.c: Include errno.h.
33819         (__crypt_r): Return NULL with EINVAL for bad salt.
33820         * crypt/crypt_util.c (bad_for_salt): New.
33821         (_ufc_setup_salt_r): Check that salt is long enough and within
33822         the specified alphabet.
33823         * crypt/badsalttest.c: New file.
33824         * crypt/Makefile (tests): Add it.
33825         ($(objpfx)badsalttest): New.
33826
33827 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
33828
33829         * NEWS: Add entry for BZ #14602.
33830
33831 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33832
33833         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33834         type-generic.
33835         * math/libm-test.inc: Update comment listing what functions and
33836         macros are tested.
33837         (isgreater_test): New function.
33838         (isgreaterequal_test): Likewise.
33839         (isless_test): Likewise.
33840         (islessequal_test): Likewise.
33841         (islessgreater_test): Likewise.
33842         (isunordered_test): Likewise.
33843         (main): Call the new functions.
33844
33845 2012-10-09  Roland McGrath  <roland@hack.frob.com>
33846
33847         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33848         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33849         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33850         * sysdeps/i386/configure: Regenerated.
33851         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33852         * sysdeps/mach/configure: Regenerated.
33853         * sysdeps/mach/hurd/configure: Regenerated.
33854         * sysdeps/powerpc/configure: Regenerated.
33855         * sysdeps/powerpc/powerpc32/configure: Regenerated.
33856         * sysdeps/powerpc/powerpc64/configure: Regenerated.
33857         * sysdeps/s390/s390-32/configure: Regenerated.
33858         * sysdeps/s390/s390-64/configure: Regenerated.
33859         * sysdeps/sh/configure: Regenerated.
33860         * sysdeps/sparc/configure: Regenerated.
33861         * sysdeps/unix/sysv/linux/configure: Regenerated.
33862         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33863         * sysdeps/x86_64/configure: Regenerated.
33864
33865         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33866         defined.  Don't check if MAP is NULL.
33867
33868 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33869
33870         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33871         (_G_stat64): Likewise.
33872         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33873         (_G_stat64): Likewise.
33874         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33875         instead of struct _G_stat64.
33876         * libio/fileops.c (mmap_remap_check): Likewise.
33877         (decide_maybe_mmap): Likewise.
33878         (_IO_new_file_seekoff): Likewise.
33879         (_IO_file_stat): Likewise.
33880         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33881         _G_off64_t.
33882         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33883         instead of struct _G_stat64.
33884         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33885
33886 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
33887
33888         [BZ #14602]
33889         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33890         Replace with ...
33891         (CHECK_EOL): New macro.
33892         (two_way_short_needle): Check beginning of haystack for EOL.  Use
33893         CHECK_EOL.
33894         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33895         Replace with CHECK_EOL.
33896         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33897         Replace with CHECK_EOL.
33898
33899 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
33900
33901         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
33902         type-generic.
33903         * math/libm-test.inc: Update comment listing what functions and
33904         macros are tested.
33905         (finite_test): New function.
33906         (isinf_test): Likewise.
33907         (isnan_test): Likewise.
33908         (fpclassify_test): Test subnormal input.
33909         (isfinite_test): Likewise.
33910         (isnormal_test): Likewise.
33911         (main): Call the new functions.
33912
33913 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
33914
33915         [BZ #14660]
33916         * Makerules (%.dynsym): Force C locale when running
33917         $(OBJDUMP) --dynamic-syms.
33918
33919 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
33920
33921         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
33922         <stdint.h>.
33923
33924 2012-10-06  David S. Miller  <davem@davemloft.net>
33925
33926         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
33927         upper 32-bits of the length value in %o2 since we use branch-on-register
33928         tests which consider the entire 64-bit register.
33929
33930 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
33931
33932         * string/test-strstr.c (check2): Add a test for page boundary.
33933
33934 2012-10-05  David S. Miller  <davem@davemloft.net>
33935
33936         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
33937         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
33938         file.
33939         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33940         sysdep_routines.
33941         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33942         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
33943         and bzero when HWCAP_SPARC_CRYPTO is present.
33944
33945 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
33946
33947         [BZ #14602]
33948         * string/test-strstr.c (check2): New function.
33949         (test_main): Call check2.
33950
33951         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
33952         and bug-strchr1.
33953         * string/bug-strcasestr1.c (do_test): Moved to ...
33954         * string/test-strcasestr.c (check1): Here.  New function.
33955         (do_one_test): Break out result checking code into ...
33956         (check_result): This.  New function.
33957         (do_one_test): Call check_result.
33958         (test_main): Call check1.
33959         * string/bug-strchr1.c (do_test): Moved to ...
33960         * string/test-strchr.c (check1): Here.  New function.
33961         (do_one_test): Break out result checking code into ...
33962         (check_result): This.  New function.
33963         (do_one_test): Call check_result.
33964         (test_main): Call check1.
33965         * string/bug-strstr1.c (main): Moved to ...
33966         * string/test-strstr.c (check1): Here.  New function.
33967         (do_one_test): Break out result checking code into ...
33968         (check_result): This.  New function.
33969         (do_one_test): Call check_result.
33970         (test_main): Call check1.
33971         * string/bug-strcasestr1.c: Removed.
33972         * string/bug-strchr1.c: Likewise.
33973         * string/bug-strstr1.c: Likewise.
33974
33975         * elf/Makefile (dl-routines): Add hwcaps.
33976         * elf/dl-support.c (_dl_important_hwcaps): Removed.
33977         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
33978         (_dl_important_hwcaps): Moved to ...
33979         * elf/dl-hwcaps.c: Here.  New file.
33980         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
33981
33982         [BZ #14557]
33983         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
33984         if IS_IN_rtld isn't defined.
33985
33986         * elf/dl-support.c (_dl_sysinfo_map): New.
33987         Include "get-dynamic-info.h" and "setup-vdso.h".
33988         (_dl_non_dynamic_init): Call setup_vdso.
33989         * elf/dynamic-link.h: Don't include <assert.h>.
33990         (elf_get_dynamic_info): Moved to ...
33991         * elf/get-dynamic-info.h: Here.  New file.
33992         * elf/dynamic-link.h: Include "get-dynamic-info.h".
33993         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
33994         * elf/setup-vdso.h: Here.  New file.
33995         * elf/rtld.c: Include "setup-vdso.h".
33996         (dl_main): Call setup_vdso.
33997
33998 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
33999
34000         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34001         creal in comment listing functions tested.  List finite, isinf,
34002         isnan, isless, islessequal, isgreater, isgreaterequal,
34003         islessgreater, isunordered, lgamma_r and pow10 as functions and
34004         macros not tested.  Mention which functions not tested are aliases
34005         for other functions.  Fix typo.  Note that signs of NaNs are not
34006         tested.
34007
34008         * scripts/config.guess: Update from config.git.
34009         * scripts/config.sub: Likewise.
34010
34011 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34012
34013         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34014         * misc/madvise.c (madvise): Renamed to __madvise.
34015         Make madvise a weak alias.
34016         * include/sys/mman.h: Declare __madvise.
34017         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34018         * sysdeps/unix/syscalls.list
34019         (madvise): Make __madvise the strong name, and madvise a weak alias.
34020         * sysdeps/unix/sysv/linux/syscalls.list
34021         (madvise, mmap): Remove redundant entries.
34022         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34023         * malloc/malloc.c (mtrim): Likewise.
34024         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34025
34026 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34027
34028         * sysdeps/mach/hurd/dl-cache.c: File removed.
34029         * config.h.in (USE_LDCONFIG): New #undef.
34030         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34031         * configure: Regenerated.
34032         * elf/Makefile (dl-routines): Add dl-cache only under
34033         [$(use-ldconfig) = yes].
34034         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34035         cache on [USE_LDCONFIG].
34036         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34037         [USE_LDCONFIG].
34038         * elf/rtld.c (dl_main): Likewise.
34039
34040 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34041
34042         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34043         _SC_LEVEL4_CACHE_LINESIZE.
34044
34045 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34046
34047         * sysdeps/unix/bsd/confstr.h: File removed.
34048
34049 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34050
34051         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34052         sys/sdt-config.h.
34053
34054 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34055
34056         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34057         Make 'mapoff' field ElfW(Off) rather than off_t.
34058
34059 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34060
34061         * nscd/Makefile: Remove nscd-cflags and all its users.
34062         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34063         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34064
34065         [BZ #10631]
34066         * malloc.c (malloc_printerr): Clarify error message.
34067
34068 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34069
34070         [BZ #14648]
34071         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34072         Set bit_FMA_Usable if FMA is supported.
34073         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34074         macro.
34075         (bit_FMA4_Usable): Updated.
34076         (index_FMA_Usable): New macro.
34077         (CPUID_FMA): Likewise
34078         (HAS_FMA): Defined with bit_FMA_Usable.
34079
34080 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34081
34082         * bits/types.h (__swblk_t): Type removed.
34083         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34084         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34085         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34086         (__SWBLK_T_TYPE): Likewise.
34087         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34088         (__SWBLK_T_TYPE): Likewise.
34089         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34090         (__SWBLK_T_TYPE): Likewise.
34091         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34092         (__SWBLK_T_TYPE): Likewise.
34093
34094 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34095             Honza Horak <hhorak@redhat.com>
34096
34097         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34098         (xdr_mapname): Use YPMAXMAP as maxsize.
34099         (xdr_peername): Use YPMAXPEER as maxsize.
34100         (xdr_keydat): Use YPAXRECORD as maxsize.
34101         (xdr_valdat): Use YPMAXRECORD as maxsize.
34102
34103 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34104
34105         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34106
34107         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34108         * csu/init-first.c: ... here.
34109         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34110         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34111         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34112         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34113         * sysdeps/i386/init-first.c: File removed.
34114         * sysdeps/sh/init-first.c: File removed.
34115
34116 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34117
34118         [BZ #14645]
34119         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34120         if x * y might underflow to zero and z is zero.
34121         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34122         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34123         * math/libm-test.inc (min_subnorm_value): New variable.
34124         (fma_test): Add more tests.
34125         (fma_test_towardzero): Likewise.
34126         (fma_test_downward): Likewise
34127         (fma_test_upward): Likewise.
34128         (initialize): Set min_subnorm_value.
34129
34130 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34131
34132         [BZ #14638]
34133         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34134         0 + 0.
34135         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34136         mode for addition resulting in exact zero.
34137         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34138         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34139         exact 0 + 0.
34140         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34141         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34142         * math/libm-test.inc (fma_test): Add more tests.
34143         (fma_test_towardzero): New function.
34144         (fma_test_downward): Likewise.
34145         (fma_test_upward): Likewise.
34146         (main): Call the new functions.
34147
34148 2012-09-28  David S. Miller  <davem@davemloft.net>
34149
34150         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34151
34152 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34153
34154         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34155         instead of SIGALRM.
34156
34157         * sysdeps/gnu/_G_config.h: Moved to ...
34158         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34159         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34160         * sysdeps/generic/_G_config.h: ... here.
34161
34162         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34163
34164         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34165
34166         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34167         Conditionalize target on [libnss_test1.so-version].
34168
34169         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34170
34171         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34172         (elfobjdir): Move out of conditionals.
34173
34174         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34175         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34176         (__nss_lookup_function): Conditionalize label remove_from_tree on
34177         [!DO_STATIC_NSS || SHARED], matching its only use.
34178
34179 2012-09-28  David S. Miller  <davem@davemloft.net>
34180
34181         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34182         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34183         file.
34184         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34185         sysdep_routines.
34186         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34187         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34188         when HWCAP_SPARC_CRYPTO is present.
34189
34190 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34191
34192         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34193
34194 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34195
34196         [BZ #6530]
34197         * stdio-common/vfprintf.c (process_string_arg): Revert
34198         2000-07-22 change.
34199
34200 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34201
34202         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34203         for testcase.
34204         * stdio-common/tst-sprintf.c: Include <locale.h>
34205         (main): Test sprintf's handling of incomplete multibyte
34206         characters.
34207
34208 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34209
34210         * elf/dl-runtime.c (VERSYMIDX): Removed.
34211         * elf/dl-version.c (VERSYMIDX): Likewise.
34212         * elf/do-rel.h (VERSYMIDX): Likewise.
34213         (VALIDX): Likewise.
34214         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34215         * elf/rtld.c (VALIDX): Likewise.
34216         (ADDRIDX): Likewise.
34217         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34218         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34219         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34220         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34221         (VALIDX): Likewise.
34222         (ADDRIDX): Likewise.
34223
34224 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34225
34226         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34227
34228 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34229
34230         [BZ #11438]
34231         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34232         to global scope.
34233         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34234         addresses are in the same scope as 192.0.2/24.
34235         * posix/gai.conf: Document new scope table defaults.
34236
34237 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34238
34239         [BZ #5298]
34240         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34241         for ftell.  Compute offsets from write pointers instead.
34242         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34243
34244 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34245
34246         [BZ #14543]
34247         * libio/Makefile (tests): New test case tst-fseek.
34248         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34249         combination works in wide mode.
34250         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34251         state when the external buffer state changes.
34252
34253 2012-09-27  David S. Miller  <davem@davemloft.net>
34254
34255         [BZ #14376]
34256         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34257         pass reloc->r_addend in as the 'high' argument to
34258         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34259
34260         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34261
34262 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34263
34264         * rt/tst-aio2.c: Include <pthread.h>.
34265         * rt/tst-aio3.c: Likewise.
34266
34267 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34268
34269         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34270
34271 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34272
34273         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34274         contents on [SHARED].
34275
34276 2012-09-26  Marek Polacek  <polacek@redhat.com>
34277
34278         [BZ #14530]
34279         [BZ #13741]
34280         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34281         for C++ and GCC <4.3 as well as for non GCC compilers.
34282
34283 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34284
34285         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34286
34287 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34288
34289         * Makefile.in (all, install): Declare with .PHONY.
34290         Reported by Michael Hope <michael.hope@linaro.org>.
34291
34292 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34293
34294         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34295         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34296         system header.
34297         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34298         Likewise.
34299         (sydep_routines): Add the new and the internal functions.
34300         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34301         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34303         (GLIBC_2.17): Add the new function.
34304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34305         (GLIBC_2.17): Likewise.
34306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34307         (GLIBC_2.17): Likewise.
34308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34309         (GLIBC_2.17): Likewise.
34310         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34311
34312 2012-09-25  Alan Modra  <amodra@gmail.com>
34313
34314         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34315         Add release barrier before setting once_control to say
34316         initialisation is done.  Add hints on lwarx.  Use macro in
34317         place of isync.
34318         (clear_once_control): Add release barrier.
34319
34320 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34321
34322         [BZ #13629]
34323         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34324         specially.
34325         * math/s_clog10.c (__clog10): Likewise.
34326         * math/s_clog10f.c (__clog10f): Likewise.
34327         * math/s_clog10l.c (__clog10l): Likewise.
34328         * math/s_clogf.c (__clogf): Likewise.
34329         * math/s_clogl.c (__clogl): Likewise.
34330         * math/Makefile (libm-calls): Add x2y2m1.
34331         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34332         (__x2y2m1): Likewise.
34333         (__x2y2m1l): Likewise.
34334         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34335         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34336         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34337         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34338         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34339         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34340         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34341         * sysdeps/i386/fpu/libm-test-ulps: Update.
34342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34343
34344         [BZ #14621]
34345         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34346         int as type of variable DEPTH.
34347         (glob): Use size_t instead of int as type of variables NEWCOUNT
34348         and OLD_PATHC.
34349
34350 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34351
34352         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34353         Add s_sincosf-sse2.
34354         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34355         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34356         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34357         macros for using routine as __sincosf_ia32.
34358         Use macro for function declaration and weak_alias.
34359         * sysdeps/i386/fpu/libm-test-ulps: Update.
34360
34361         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34362         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34363
34364         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34365         subnormal argument.
34366         * math/s_cexpf.c (__cexpf): Likewise.
34367         * math/s_csinf.c (__csinf): Likewise.
34368         * math/s_csinhf.c (__csinhf): Likewise.
34369         * math/s_ctanf.c (__ctanf): Likewise.
34370         * math/s_ctanhf.c (__ctanhf): Likewise.
34371         * math/s_ccosh.c (__ccoshf): Likewise.
34372         * math/s_cexp.c (__cexpl): Likewise.
34373         * math/s_csin.c (__csin): Likewise.
34374         * math/s_csinh.c (__csinh): Likewise.
34375         * math/s_ctan.c (__ctan): Likewise.
34376         * math/s_ctanh.c (ctanh): Likewise.
34377         * math/s_ccoshl.c (__ccoshl): Likewise.
34378         * math/s_cexpl.c (__cexpl): Likewise.
34379         * math/s_csinl.c (__csinl): Likewise.
34380         * math/s_csinhl.c (__csinhl): Likewise.
34381         * math/s_ctanl.c (__ctanl): Likewise.
34382         * math/s_ctanhl.c (__ctanhl): Likewise.
34383
34384 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34385
34386         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34387         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34388         (_IO_off_t): Define to __off_t, not _G_off_t.
34389         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34390         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34391         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34392         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34393         type of __dummy and __dummy2 fields.
34394         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34395         (_G_ssize_t): Likewise.
34396         (_G_off_t): Likewise.
34397         (_G_pid_t): Likewise.
34398         (_G_uid_t): Likewise.
34399         (_G_wchar_t): Likewise.
34400         (_G_wint_t): Likewise.
34401         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34402         (_G_ssize_t): Likewise.
34403         (_G_off_t): Likewise.
34404         (_G_pid_t): Likewise.
34405         (_G_uid_t): Likewise.
34406         (_G_wchar_t): Likewise.
34407         (_G_wint_t): Likewise.
34408         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34409         (_G_ssize_t): Likewise.
34410         (_G_off_t): Likewise.
34411         (_G_pid_t): Likewise.
34412         (_G_uid_t): Likewise.
34413         (_G_wchar_t): Likewise.
34414         (_G_wint_t): Likewise.
34415
34416 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34417
34418         * malloc/arena.c: Include malloc-sysdep.h.
34419         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34420         is sufficient to shrink the heap or an unmap is needed.
34421         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34422         new function check_may_shrink_heap.
34423         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34424         new function check_may_shrink_heap.
34425
34426 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34427
34428         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34429         comments.
34430
34431 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34432
34433         * catgets/test-gencat.sh: Add "set -e".
34434         * elf/tst-pathopt.sh: Likewise.
34435         * grp/tst_fgetgrent.sh: Likewise.
34436         * iconvdata/run-iconv-test.sh: Likewise.
34437         * intl/tst-gettext.sh: Likewise.
34438         * intl/tst-gettext2.sh: Likewise.
34439         * intl/tst-gettext4.sh: Likewise.
34440         * intl/tst-gettext6.sh: Likewise.
34441         * intl/tst-translit.sh: Likewise.
34442         * io/ftwtest-sh: Likewise.
34443         * libio/test-freopen.sh: Likewise.
34444         * malloc/tst-mtrace.sh: Likewise.
34445         * posix/globtest.sh: Likewise.
34446         * posix/tst-getconf.sh: Likewise.
34447         * posix/wordexp-tst.sh: Likewise.
34448         * stdio-common/tst-printf.sh: Likewise.
34449         * stdio-common/tst-unbputc.sh: Likewise.
34450         * stdlib/tst-fmtmsg.sh: Likewise.
34451         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34452         * catgets/Makefile: Do not specify -e option when running
34453         testsuite shell scripts.
34454         * elf/Makefile: Likewise.
34455         * grp/Makefile: Likewise.
34456         * iconvdata/Makefile: Likewise.
34457         * intl/Makefile: Likewise.
34458         * io/Makefile: Likewise.
34459         * libio/Makefile: Likewise.
34460         * malloc/Makefile: Likewise.
34461         * posix/Makefile: Likewise.
34462         * stdio-common/Makefile: Likewise.
34463         * stdlib/Makefile: Likewise.
34464         * sysdeps/x86_64/Makefile: Likewise.
34465
34466         * io/ftwtest-sh: Add copyright header.
34467         * posix/globtest.sh: Likewise.
34468         * posix/tst-getconf.sh: Likewise.
34469         * posix/wordexp-tst.sh: Likewise.
34470         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34471
34472 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34473
34474         [BZ #13679]
34475         * Makeconfig (+link): Defined as $(+link-static) if
34476         $(build-shared) isn't yes.
34477         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34478         isn't yes.
34479         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34480
34481         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34482
34483         [BZ #14562]
34484         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34485         new chunk size with MALLOC_ALIGN_MASK.
34486
34487 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34488
34489         [BZ #5044]
34490         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34491         <rounding-mode.h>.
34492         (__printf_fphex): Determine rounding using get_rounding_mode and
34493         round_away.
34494         * stdio-common/tst-printf-round.c (struct hex_test): New
34495         structure.
34496         (hex_tests): New variable.
34497         (test_hex_in_one_mode): New function.
34498         (do_test): Also run tests for hex float output.
34499
34500 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34501
34502         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34503         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34504         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34505         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34506         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34507         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34508         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34509         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34510
34511 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34512
34513         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34514         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34515         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34516         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34517
34518 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34519
34520         [BZ #14579]
34521         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34522         mode only.
34523         * elf/tst-rtld-load-self.sh: New test.
34524         * elf/Makefile: Run it.
34525
34526 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34527
34528         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34529         (tst-writev-ENV): Remove.
34530         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34531
34532 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34533
34534         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34535
34536 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34537
34538         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34539         unconditional.
34540         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34541         Likewise.
34542         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34543         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34544         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34545         Likewise.
34546
34547 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34548
34549         [BZ #14587]
34550         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34551         * config.make.in (have-cpp-asm-debuginfo): Removed.
34552         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34553         * configure: Regenerated.
34554
34555 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34556
34557         [BZ #5044]
34558         * stdio-common/printf_fp.c: Include <stdbool.h> and
34559         <rounding-mode.h>.
34560         (___printf_fp): Determine rounding using get_rounding_mode and
34561         round_away.
34562         * stdio-common/tst-printf-round.c: New file.
34563         * stdio-common/Makefile (tests): Add tst-printf-round.
34564         (link-libm): New variable.
34565         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34566
34567 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34568
34569         [BZ #14576]
34570         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34571         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34572         Likewise.
34573         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34574         Likewise.
34575
34576 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34577
34578         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34579         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34580         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34581         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34582
34583 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34584
34585         [BZ #14518]
34586         * include/rounding-mode.h: New file.
34587         * sysdeps/generic/get-rounding-mode.h: Likewise.
34588         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34589         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34590         (MAX_VALUE): New macro.
34591         (MIN_VALUE): Likewise.
34592         (overflow_value): New function.
34593         (underflow_value): Likewise.
34594         (round_and_return): Use overflow_value and underflow_value to
34595         determine return values in overflow and underflow cases.  Use
34596         round_away to determine rounding depending on rounding mode.
34597         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34598         determine return values in overflow and underflow cases.
34599         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34600         (struct test_results): New structure.
34601         (struct test): Use struct test_results to store expected results
34602         for all rounding modes.
34603         (TEST): Include expected results for all rounding modes.
34604         (test_in_one_mode): New function.
34605         (do_test): Use test_in_one_mode to compute and check results.
34606         Check results for all rounding modes.
34607         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34608         $(link-libm).
34609
34610 2012-12-09  Allan McRae  <allan@archlinux.org>
34611
34612         * sysdeps/i386/fpu/libm-test-ulps: Update
34613
34614 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34615
34616         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34617         (_G_int32_t): Likewise.
34618         (_G_uint16_t): Likewise.
34619         (_G_uint32_t): Likewise.
34620         (_G_HAVE_BOOL): Likewise.
34621         (_G_HAVE_ATEXIT): Likewise.
34622         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34623         (_G_HAVE_IO_FILE_OPEN): Likewise.
34624         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34625         (_G_int32_t): Likewise.
34626         (_G_uint16_t): Likewise.
34627         (_G_uint32_t): Likewise.
34628         (_G_HAVE_BOOL): Likewise.
34629         (_G_HAVE_ATEXIT): Likewise.
34630         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34631         (_G_HAVE_IO_FILE_OPEN): Likewise.
34632         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34633         (_G_int32_t): Likewise.
34634         (_G_uint16_t): Likewise.
34635         (_G_uint32_t): Likewise.
34636         (_G_HAVE_BOOL): Likewise.
34637         (_G_HAVE_ATEXIT): Likewise.
34638         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34639         (_G_HAVE_IO_FILE_OPEN): Likewise.
34640
34641 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34642
34643         * csu/libc-tls.c: Update copyright years.
34644
34645 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34646
34647         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34648         [!_G_USING_THUNKS]: Remove conditional code.
34649         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34650         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34651
34652         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34653         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34654         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34655         (_G_VTABLE_LABEL_PREFIX): Likewise.
34656         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34657         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34658         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34659         (_G_VTABLE_LABEL_PREFIX): Likewise.
34660         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34661         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34662         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34663         (_G_VTABLE_LABEL_PREFIX): Likewise.
34664         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34665
34666 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34667
34668         * libio/Makefile: Include ../Makeconfig before tests.
34669         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34670         only if $(build-shared) is yes.
34671
34672         * iconv/gconv_db.c: Update copyright years.
34673
34674 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34675
34676         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34677         unwind info if defined PIC. Fix special cases description.
34678         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34679
34680         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34681         DP_HI_MASK entry.
34682         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34683
34684 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34685
34686         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34687
34688         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34689         is NULL.
34690
34691         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34692         (LDLIBS-tst-chk4): This.
34693         (LDFLAGS-tst-chk5): Renamed to ...
34694         (LDLIBS-tst-chk5): This.
34695         (LDFLAGS-tst-chk6): Renamed to ...
34696         (LDLIBS-tst-chk6): This.
34697         (LDFLAGS-tst-lfschk4): Renamed to ...
34698         (LDLIBS-tst-lfschk4): This.
34699         (LDFLAGS-tst-lfschk5): Renamed to ...
34700         (LDLIBS-tst-lfschk5): This.
34701         (LDFLAGS-tst-lfschk6): Renamed to ...
34702         (LDLIBS-tst-lfschk6): This.
34703
34704         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34705         on $(common-objpfx)soversions.mk.
34706
34707 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34708
34709         [BZ #10014]
34710         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34711         example host name.
34712
34713 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34714
34715         * malloc/arena.c (arena_get_retry): New function that gets
34716         another arena for the caller to try its request on.
34717         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34718         current arena cannot fulfill the request.
34719         (__libc_memalign): Likewise.
34720         (__libc_memalign): Likewise.
34721         (__libc_pvalloc): Likewise.
34722         (__libc_calloc): Likewise.
34723
34724 2012-09-05  John Tobey  <john.tobey@gmail.com>
34725
34726         [BZ #13542]
34727         * manual/arith.texi (Operations on Complex): Fix description
34728         of carg branch cut.
34729
34730 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34731
34732         [BZ #10014]
34733         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34734         host name.
34735
34736         [BZ #10038]
34737         * manual/memory.texi (Memory): Make order of menu items match
34738         order of sections.
34739
34740 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34741
34742         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34743         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
34744         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34745
34746 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34747
34748         * csu/libc-tls.c (static_dtv): Renamed to ...
34749         (_dl_static_dtv): This.  Make it global.
34750         (_dl_initial_dtv): Removed.
34751         (__libc_setup_tls): Updated.
34752         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34753         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34754         DL_INITIAL_DTV.
34755
34756 2012-09-06  Petr Machata  <pmachata@redhat.com>
34757
34758         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34759         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34760         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34761         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34762
34763 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34764
34765         [BZ #14545]
34766         * csu/libc-tls.c (_dl_initial_dtv): New variable.
34767         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34768         freeing dtv[-1].
34769
34770 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34771
34772         [BZ #14544]
34773         * Makeconfig (link-static-before-libc): Replace $(+prector)
34774         with $(+prectorT).
34775         (link-static-after-libc): Replace $(+postctor) with
34776         $(+postctorT).
34777         (link-bounded): Replace $(+prector)/$(+postctor) with
34778         $(+prectorT)/$(+postctorT).
34779         (+prectorT): New macro.
34780         (+postctorT): Likewise.
34781
34782 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34783
34784         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34785         (round_str): Handle values above the maximum for IBM long double
34786         as inexact.
34787         * stdlib/tst-strtod-round.c (tests): Regenerated.
34788
34789 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34790
34791         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34792         assembler flag.
34793         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34794         zarch_nohighgprs around the zarch optimized routines.
34795         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34796         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34797         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34798         for zarch.
34799
34800 2012-09-05  David S. Miller  <davem@davemloft.net>
34801
34802         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34803
34804         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34805         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
34806         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34807         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34808         entries.
34809
34810 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34811
34812         * malloc/arena.c: Fold copyright years.
34813         * malloc/mcheck.c, malloc/memusage.c: Likewise.
34814
34815 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34816
34817         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34818
34819 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34820
34821         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
34822
34823 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34824
34825         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34826         change internal state upon failure.
34827
34828 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34829
34830         * malloc/mcheck.c (mcheck_check_all): Fix typo.
34831         * malloc/memusage.c (mmap): Likewise.
34832         (mmap64, mremap): Likewise.  Adjust name in comment.
34833
34834 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34835
34836         * libio/fileops.c: Fix typos in comments.
34837         * libio/oldfileops.c: Likewise.
34838         * libio/wfileops.c: Likewise.
34839
34840 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34841
34842         [BZ #1349]
34843         * malloc/Makefile (tests): Add tst-malloc-usable test case.
34844         (tst-malloc-usable-ENV): Set environment for test case.
34845         * malloc/hooks.c (malloc_check_get_size): New function to get
34846         requested size.
34847         * malloc/malloc.c (musable): Use malloc_check_get_size.
34848         * malloc/tst-malloc-usable.c: New test case.
34849
34850 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34851
34852         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34853
34854 2012-09-05  Allan McRae  <allan@archlinux.org>
34855
34856         [BZ #13966]
34857         * configure.in (CXX_SYSINCLUDES): Use compiler output to
34858         determine header location.
34859         * configure: Regenerated.
34860
34861 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34862
34863         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34864         float format.
34865         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
34866         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34867         format.
34868         (test): Regenerate.
34869
34870 2012-09-04  David S. Miller  <davem@davemloft.net>
34871
34872         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34873         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34874         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34875
34876 2012-09-04  Florian Weimer  <fweimer@redhat.com>
34877
34878         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34879         failures.
34880
34881         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34882
34883 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
34884
34885         [BZ #9914]
34886         * libio/iogetdelim.c: Include <limits.h>.
34887         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34888         + len + 1 would overflow.
34889
34890 2012-09-03  Andreas Jaeger  <aj@suse.de>
34891
34892         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34893         * sysdeps/i386/fpu/libm-test-ulps: Update.
34894
34895 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34896
34897         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34898         Add s_sinf-sse2, s_conf-sse2.
34899
34900         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
34901         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
34902         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
34903         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
34904
34905         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
34906         for using routine as __sinf_ia32.
34907         Use macro for function declaration and weak_alias.
34908         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
34909         for using routine as __cosf_ia32.
34910         Use macro for function declaration and weak_alias.
34911
34912         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
34913         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
34914
34915         * sysdeps/x86_64/fpu/s_sinf.S: New file.
34916         * sysdeps/x86_64/fpu/s_cosf.S: New file.
34917         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34918
34919         * math/libm-test.inc (cos_test): Add more test cases.
34920         (sin_test): Likewise.
34921         (sincos_test): Likewise.
34922
34923 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34924
34925         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
34926         (IFUNC_RESOLVE): Make pointers to the specialized implementations
34927         hidden.
34928         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
34929
34930 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
34931
34932         [BZ #14538]
34933         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
34934         first element of the GOT.
34935         (elf_machine_load_address): Return the difference between
34936         the runtime address of _DYNAMIC and elf_machine_dynamic ().
34937
34938 2012-09-01  Allan McRae  <allan@archlinux.org>
34939
34940         [BZ #13412]
34941         * configure.in (AWK): Require gawk version 3.0 or later.
34942         * configure: Regenerated.
34943
34944 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
34945
34946         * sysdeps/unix/sysv/linux/kernel-features.h
34947         (__ASSUME_POSIX_CPU_TIMERS): Remove.
34948         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
34949         [__NR_clock_getres]: Make code unconditional.
34950         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
34951         (clock_getcpuclockid): Remove code left unreachable by removal of
34952         conditionals.
34953         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
34954         code unconditional.
34955         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34956         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34957         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
34958         Make code unconditional.
34959         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34960         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34961         * sysdeps/unix/sysv/linux/clock_settime.c
34962         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
34963         conditional code.
34964         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
34965         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34966
34967 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
34968
34969         [BZ #14476]
34970         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
34971         scripts/test-installation.pl.
34972
34973         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
34974         and $ld_so_version if it is set.
34975
34976 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34977
34978         [BZ #14516]
34979         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
34980         failure if reading from procfs failed.
34981         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
34982
34983 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34984
34985         * sysdeps/unix/sysv/linux/kernel-features.h
34986         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
34987         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34988         Remove conditional code.
34989         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34990         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
34991         Remove conditional code.
34992         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34993         * sysdeps/unix/sysv/linux/i386/fxstat.c
34994         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34995         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34996         * sysdeps/unix/sysv/linux/i386/fxstatat.c
34997         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34998         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34999         * sysdeps/unix/sysv/linux/i386/lxstat.c
35000         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35001         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35002         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35003         Remove conditional code.
35004         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35005         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35006         Remove conditional code.
35007         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35008         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35009         <kernel-features.h>.
35010         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35011         Remove.
35012         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35013         Remove conditional code.
35014         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35015         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35016         Remove conditional.
35017
35018 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35019
35020         [BZ #5400]
35021         * NEWS: Add fixed bug number.
35022
35023 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35024
35025         [BZ #14519]
35026         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35027         underflowing exponent in case of negative sign.
35028         * stdlib/tst-strtod-round-data: Add more tests.
35029         * stdlib/tst-strtod-round.c (tests): Regenerated.
35030
35031         [BZ #3479]
35032         * stdlib/strtod_l.c (NDIG): Remove.
35033         (HEXNDIG): Likewise.
35034         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35035         smallest representable value.
35036         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35037         lie within an exact representation of 1/2 ulp of the result.
35038         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35039         unconditionally.
35040         (TENS_P9_IDX): Define unconditionally.
35041         (TENS_P9_SIZE): Likewise.
35042         (TENS_P10_IDX): Likewise.
35043         (TENS_P10_SIZE): Likewise.
35044         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35045         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35046         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35047         entries for 10^2^13 and 10^2^14.
35048         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35049         (TENS_P13_IDX): Define.
35050         (TENS_P13_SIZE): Likewise.
35051         (TENS_P14_IDX): Likewise.
35052         (TENS_P14_SIZE): Likewise.
35053         (_fpioconst_pow10): Change array size to
35054         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35055         unconditional.
35056         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35057         1024]: Add entries for 10^2^13 and 10^2^14.
35058         [LAST_POW10 > _LAST_POW10]: Remove #error.
35059         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35060         (_fpioconst_pow10): Change array size to
35061         FPIOCONST_POW10_ARRAY_SIZE.
35062         * stdlib/gen-fpioconst.c: New file.
35063         * stdlib/gen-tst-strtod-round.c: Likewise.
35064         * stdlib/tst-strtod-round-data: Likewise.
35065         * stdlib/tst-strtod-round.c: Likewise.
35066         * stdlib/Makefile (tests): Add tst-strtod-round.
35067
35068         [BZ #14459]
35069         * stdlib/strtod_l.c: Include <stdint.h>.
35070         (NDEBUG): Do not define.
35071         (round_and_return): Change EXPONENT parameter to type intmax_t.
35072         Rearrange calculations to avoid internal overflow possibilities.
35073         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35074         Rearrange calculations to avoid internal overflow possibilities.
35075         Assert that number fits inside MPNSIZE limbs.
35076         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35077         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35078         calculations and add assertions to avoid internal overflow
35079         possibilities.  Add casts to avoid signed/unsigned operations.
35080         * stdlib/tst-strtod-overflow.c: New file.
35081         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35082
35083 2012-08-25  Marek Polacek  <polacek@redhat.com>
35084
35085         * time/time.h: Fix some typos in comments.
35086
35087 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35088
35089         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35090         * posix/tst-rfc3484-2.c: Likewise.
35091         * posix/tst-rfc3484-3.c: Likewise.
35092
35093 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35094
35095         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35096         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35097
35098 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35099
35100         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35101         #include of fxstatat64.c.
35102
35103 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35104
35105         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35106         * shadow/getspent_r.c: Likewise.
35107         * shadow/getspnam.c: Likewise.
35108         * shadow/getspnam_r.c: Likewise.
35109         * gshadow/getsgent.c: Likewise.
35110         * gshadow/getsgent_r.c: Likewise.
35111         * gshadow/getsgnam.c: Likewise.
35112         * gshadow/getsgnam_r.c: Likewise.
35113         * inet/getnetbyad.c: Likewise.
35114         * inet/getnetbyad_r.c: Likewise.
35115         * inet/getnetbynm.c: Likewise.
35116         * inet/getnetbynm_r.c: Likewise.
35117         * inet/getnetent.c: Likewise.
35118         * inet/getnetent_r.c: Likewise.
35119         * inet/getproto.c: Likewise.
35120         * inet/getproto_r.c: Likewise.
35121         * inet/getprtent.c: Likewise.
35122         * inet/getprtent_r.c: Likewise.
35123         * inet/getprtname.c: Likewise.
35124         * inet/getprtname_r.c: Likewise.
35125         * inet/getrpcbyname.c: Likewise.
35126         * inet/getrpcbyname_r.c: Likewise.
35127         * inet/getrpcbynumber.c: Likewise.
35128         * inet/getrpcbynumber_r.c: Likewise.
35129         * inet/getrpcent.c: Likewise.
35130         * inet/getrpcent_r.c: Likewise.
35131         * inet/getaliasent.c: Likewise.
35132         * inet/getaliasent_r.c: Likewise.
35133         * inet/getaliasname.c: Likewise.
35134         * inet/getaliasname_r.c: Likewise.
35135         * nscd/getgrgid_r.c: Likewise.
35136         * nscd/getgrnam_r.c: Likewise.
35137         * nscd/gethstbyad_r.c: Likewise.
35138         * nscd/gethstbynm3_r.c: Likewise.
35139         * nscd/getpwnam_r.c: Likewise.
35140         * nscd/getpwuid_r.c: Likewise.
35141         * nscd/getsrvbynm_r.c: Likewise.
35142         * nscd/getsrvbypt_r.c: Likewise.
35143         * nscd/gai.c: Likewise.
35144
35145         * configure.in (build_nscd): New substituted variable, set
35146         by --disable-build-nscd and defaults to $use_nscd.
35147         * configure: Regenerated.
35148         * config.make.in (build-nscd): New substituted variable.
35149         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35150         Change conditional to require [$(build-nscd) = yes] as well.
35151         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35152
35153         [BZ# 13696]
35154         * configure.in (use_nscd): New substituted variable, set by
35155         --disable-nscd.  If enabled, define USE_NSCD.
35156         * configure: Regenerated.
35157         * config.h.in: Add USE_NSCD.
35158         * config.make.in (use-nscd): New substituted variable.
35159         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35160         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35161         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35162         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35163         (CFLAGS-getgrnam_r.c): Likewise.
35164         (CFLAGS-initgroups.c): Likewise.
35165         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35166         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35167         Variables removed.
35168         * inet/getnetgrent_r.c
35169         (nscd_setnetgrent): New function, broken out of ...
35170         (setnetgrent): ... here.  Call it.
35171         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35172         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35173         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35174         * nscd/Makefile (routines, aux): Move definitions after include of
35175         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35176         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35177         Conditionalize on [USE_NSCD].
35178         (is_nscd, nscd_init_cb): Likewise.
35179         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35180         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35181         * nss/nss_db/db-init.c: Likewise.
35182         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35183         [USE_NSCD].
35184         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35185         (make_request): Use it.
35186         (cache_valid_p): New function.
35187         (__check_pf): Use it.
35188         * NEWS: Add item for --disable-nscd.
35189
35190 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35191
35192         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35193         to support sed >= 4.2.1-20-ga9bf076.
35194         * configure: Regenerated.
35195
35196 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35197
35198         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35199         Conditionalize whole body on [IREL].
35200
35201 2012-08-22  Jeff Law <law@redhat.com>
35202
35203         [BZ #14505]
35204         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35205         if the family is PF_UNSPEC.
35206
35207 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35208
35209         * Makerules (lib-version): Rename from V.
35210         (install-lib-nosubdir): Change V to lib-version.
35211
35212 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35213
35214         [BZ #14252]
35215         * powerpc32/power6/wcschr.c: New file.
35216         * powerpc32/power6/wcscpy.c: New file.
35217         * powerpc32/power6/wcsrchr.c: New file.
35218         * powerpc64/power6/wcschr.c: New file.
35219         * powerpc64/power6/wcscpy.c: New file.
35220         * powerpc64/power6/wcsrchr.c: New file.
35221
35222 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35223
35224         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35225         (two_way_short_needle): Use it.
35226         * string/strstr.c (AVAILABLE1_USES_J): Define.
35227         * string/strcasestr.c: Likewise.
35228
35229         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35230         array references.
35231         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35232
35233         [BZ #11607]
35234         * NEWS: Add an entry.
35235         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35236         define their defaults.
35237         (two_way_short_needle): Detect end-of-string on-the-fly.
35238         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35239         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35240         * string/bug-strcasestr1.c: New test.
35241         * string/Makefile: Run it.
35242
35243 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35244
35245         [BZ #11607]
35246         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35247         the first character.
35248
35249 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35250
35251         * csu/elf-init.c (__libc_csu_irel): Function removed.
35252         * csu/libc-start.c (apply_irel): New function.
35253         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35254
35255 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35256
35257         * sysdeps/unix/sysv/linux/kernel-features.h
35258         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35259         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35260         <kernel-features.h>.
35261         [__NR_fadvise64_64]: Make code unconditional.
35262         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35263         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35264         !__NR_fadvise64_64)]: Likewise.
35265         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35266         !__NR_fadvise64_64))]: Likewise.
35267         [__NR_fadvise64]: Make code unconditional.
35268         [!__NR_fadvise64]: Remove conditional code.
35269         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35270         <kernel-features.h>.
35271         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35272         unconditional.
35273         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35274         conditional code.
35275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35276         not include <kernel-features.h>.
35277         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35278         unconditional.
35279         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35280         conditional code.
35281         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35282         include <kernel-features.h>.
35283         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35284         unconditional.
35285         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35286         conditional code.
35287
35288 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35289
35290         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35291         slight instruction rearrangements per scrollpipe analysis.
35292         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35293
35294 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35295
35296         * manual/syslog.texi (syslog; vsyslog, closelog):
35297         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35298         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35299
35300         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35301         DSOCAPS to match condition on defining it.
35302
35303 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35304
35305         * sysdeps/unix/sysv/linux/kernel-features.h
35306         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35308         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35309         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35311         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35312         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35313         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35314         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35315         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35316
35317         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35318         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35319
35320         * sysdeps/unix/sysv/linux/kernel-features.h
35321         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35322         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35323         unconditional.
35324         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35325         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35326         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35327         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35328         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35329         Make code unconditional.
35330         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35331         (__mmap64) [!__NR_mmap2]: Likewise.
35332         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35333         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35334         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35335         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35336         [__NR_mmap2]: Make code unconditional.
35337         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35338         (__mmap64) [!__NR_mmap2]: Likewise.
35339
35340 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35341
35342         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35343
35344 2012-08-18  Andreas Jaeger  <aj@suse.de>
35345
35346         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35347
35348 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35349
35350         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35351         * include/unistd.h (__have_sock_cloexec): Likewise.
35352         (__have_pipe2): Likewise.
35353         (__have_dup3): Likewise.
35354
35355 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35356
35357         [BZ #9685]
35358         * include/unistd.h (__have_pipe2): Change define into an extern int.
35359         (__have_dup3): Likewise.
35360         * socket/have_sock_cloexec.c: Include fcntl.h.
35361         (__have_pipe2): New variable.
35362         (__have_dup3): Likewise.
35363
35364 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35365
35366         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35367
35368 2012-08-17  Marek Polacek  <polacek@redhat.com>
35369
35370         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35371         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35372
35373 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35374
35375         * configure.in: Add AC_SUBST for sysheaders.
35376         * configure: Regenerated.
35377         * config.make.in (sysheaders): New substituted variable.
35378
35379         * sysdeps/unix/mkfifo.c: Moved ...
35380         * sysdeps/posix/mkfifo.c: ... here.
35381         * sysdeps/unix/mkfifoat.c: Moved ...
35382         * sysdeps/posix/mkfifoat.c: ... here.
35383
35384         * sysdeps/unix/utime.c: Moved ...
35385         * sysdeps/posix/utime.c: ... here.
35386
35387         * sysdeps/unix/time.c: Moved ...
35388         * sysdeps/posix/time.c: ... here.
35389         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35390         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35391
35392         * sysdeps/unix/nice.c: Moved ...
35393         * sysdeps/posix/nice.c: ... here.
35394
35395         * sysdeps/unix/alarm.c: Moved ...
35396         * sysdeps/posix/alarm.c: ... here.
35397
35398         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35399
35400 2012-08-17  Jeff Law <law@redhat.com>
35401
35402         * intl/Makefile (codeset_mo): New variable.
35403         ($(codeset_mo)): New target.
35404         (tst-codeset.out): Depend on that.  Remove explicit rule.
35405         (tst-gettext3.out, tst-gettext5.out): Likewise.
35406         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35407         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35408         * intl/tst-codeset.sh: Remove.
35409         * intl/tst-gettext3.sh: Likewise.
35410         * intl/tst-gettext5.sh: Likewise.
35411
35412 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35413
35414         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35415         * sysdeps/unix/syscalls.list: ... here.
35416
35417         * sysdeps/posix/getaddrinfo.c
35418         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35419         (gaiconf_init, gaiconf_reload): Use them.
35420         [!_STATBUF_ST_NSEC]
35421         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35422         Define using time_t rather than struct timespec.
35423
35424         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35425         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35426         Macros removed.
35427         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35428         [!NO_THREADS].
35429         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35430         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35431         Likewise.
35432
35433         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35434         __libc_cleanup_push argument.
35435
35436         * bits/param.h: New file.
35437         * misc/sys/param.h: New file.
35438         * include/sys/param.h: New file.
35439         * misc/Makefile (headers): Add bits/param.h.
35440         * sysdeps/generic/sys/param.h: File removed.
35441         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35442         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35443         * sysdeps/mach/hurd/bits/param.h: New file.
35444         * sysdeps/mach/hurd/sys/param.h: File removed.
35445
35446         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35447         last change.
35448
35449         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35450         [_IO_MTSAFE_IO].
35451         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35452         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35453         New macros.
35454
35455         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35456         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35457         rather than -D_IO_MTSAFE_IO conditionally.
35458         * stdio-common/Makefile (CPPFLAGS): Likewise.
35459         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35460         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35461         Use $(libio-mtsafe).
35462         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35463         of -D_IO_MTSAFE_IO.
35464         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35465         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35466         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35467         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35468         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35469         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35470         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35471         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35472         (CFLAGS-fread_u_chk.c): Likewise.
35473         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35474         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35475         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35476         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35477         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35478         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35479         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35480         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35481         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35482
35483         * libio/Makefile: Test [$(libc-reentrant) = yes]
35484         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35485
35486         * Makeconfig
35487         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35488         * sysdeps/pthread/configure: File removed.
35489         * sysdeps/pthread/Makeconfig: New file.
35490         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35491         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35492
35493 2012-08-16  Gary Benson  <gbenson@redhat.com>
35494
35495         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35496         unmapping the first object in a namespace.
35497
35498 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35499
35500         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35501         (__internal_setnetgrent): ... this.  Add internal_function to
35502         definition.  Add libc_hidden_def.
35503         (setnetgrent): Update caller.
35504         (internal_endnetgrent): Renamed to ...
35505         (__internal_endnetgrent): ... this.  Add internal_function to
35506         definition.  Add libc_hidden_def.
35507         (endnetgrent): Update caller.
35508         (internal_getnetgrent_r): Renamed to ...
35509         (__internal_getnetgrent_r): ... this.  Add internal_function to
35510         definition.  Add libc_hidden_def.
35511         (__getnetgrent_r): Update caller.
35512         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35513
35514 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35515
35516         * stdlib/longlong.h: Update from GCC.
35517
35518 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35519
35520         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35521         on _QL, which is set by umul_ppmm but never used.
35522         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35523         variables, which are set by GMP macros but never used.
35524         * stdio-common/_itowa.c (_itowa): Likewise.
35525         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35526         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35527
35528 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35529
35530         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35531         struct La_sh_regs is not constant.
35532         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35533         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35534         and struct La_sparc64_regs are not constant.
35535
35536 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35537
35538         * sysdeps/unix/sysv/linux/kernel-features.h
35539         (__ASSUME_POSIX_TIMERS): Remove.
35540         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35541         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35542         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35543         Make code unconditional.
35544         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35545         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35546         Make code unconditional.
35547         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35548         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35549         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35550         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35551         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35552         Make code unconditional.
35553         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35554         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35555         (__libc_missing_posix_timers): Remove.
35556
35557 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35558
35559         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35560         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35561
35562         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35563
35564         * elf/dl-sym.c: Include <stdlib.h>.
35565
35566         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35567         constants, which avoids warnings in 32-bit builds.
35568
35569         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35570         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35571
35572         * misc/lseek.c: File moved to ...
35573         * io/lseek.c: ... here.
35574
35575         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35576
35577         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35578         shifting LEN more than 31 bits at once.
35579
35580 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35581
35582         [BZ #14195]
35583         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35584         segmentation fault for a case of two empty input strings.
35585         * string/test-strncasecmp.c (check1): Renamed to...
35586         (bz12205): ...this.
35587         (bz14195): Add new testcase for two empty input strings and N > 0.
35588         (test_main): Call new testcase, adapt for renamed function.
35589
35590 2012-08-15  Andreas Jaeger  <aj@suse.de>
35591
35592         [BZ #14090]
35593         * crypt/md5test2.c: New test, based on test supplied by Serge
35594         Belyshev <belyshev@depni.sinp.msu.ru>.
35595         * crypt/Makefile (xtests): Add md5test-giant..
35596         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35597
35598 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35599
35600         [BZ #14090]
35601         * crypt/md5.c (md5_process_block): Don't assume the buffer
35602         length is less than 2**32.
35603         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35604         length is less than 2**64.
35605
35606 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35607
35608         * string/str-two-way.h: Include <sys/param.h>.
35609         (MAX): Macro removed.
35610
35611         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35612         Move #define and #undef of memmove to just before and after
35613         including <string.h>.
35614
35615         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35616         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35617         and after including <string.h>.  Move declarations of
35618         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35619         to before #include "string/memmove.c".
35620
35621         * include/dirent.h: Declare __getdirentries.
35622
35623         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35624         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35625
35626 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35627
35628         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35629         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35630         * sysdeps/i386/configure: Regenerated.
35631         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35632         STABS_CURRENT_FILE, and STABS_FUN.
35633         (END): Remove call to STABS_FUN_END.
35634         (STABS_CURRENT_FILE1): Delete.
35635         (STABS_CURRENT_FILE): Likewise.
35636         (STABS_FUN): Likewise.
35637         (STABS_FUN_END): Likewise.
35638         (STABS_FUN2): Likewise.
35639         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35640         * sysdeps/x86_64/configure: Regenerated.
35641
35642 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35643
35644         * elf/dl-open.c: Include <atomic.h>.
35645         * elf/dl-lookup.c: Likewise.
35646
35647 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35648
35649         * sysdeps/unix/sysv/linux/kernel-features.h
35650         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35651         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35652         unconditionally.
35653         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35654         unconditionally.
35655         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35656         condition on __ASSUME_CLONE_THREAD_FLAGS.
35657
35658 2012-08-14  Andreas Jaeger  <aj@suse.de>
35659
35660         * sysdeps/i386/fpu/libm-test-ulps: Update.
35661
35662 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35663
35664         * include/atomic.h (atomic_exchange_and_add): Split into ...
35665         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35666         New atomic macros.
35667
35668 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35669
35670         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35671
35672 2012-08-13  Jeff Law <law@redhat.com>
35673
35674         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35675         null byte in the output string.
35676
35677 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35678
35679         * sysdeps/unix/sysv/linux/kernel-features.h
35680         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35681         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35682         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35683         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35684         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35685         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35686         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35687
35688 2012-08-09  Jeff Law <law@redhat.com>
35689
35690         [BZ #13939]
35691         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35692         When avoid_arena is set, don't retry in the that arena.  Pick the
35693         next one, whatever it might be.
35694         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35695         (arena_lock): Pass in new parameter to arena_get2.
35696         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35697         arena_get2.
35698         (__libc_malloc): Unify retrying after main arena failure with
35699         __libc_memalign version.
35700         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35701
35702 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35703
35704         [BZ #14166]
35705         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35706         to __redirect_strstr.
35707         (__strstr_sse42): Use typeof __redirect_strstr.
35708         (__strstr_ia32): Likewise.
35709         (__libc_strstr): New prototype.
35710         (strstr): Renamed to ...
35711         (__libc_strstr): This.
35712         (strstr): New strong alias of __libc_strstr.
35713         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35714         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35715         __redirect_time.
35716         Include <time.h>.
35717         (__libc_time): New prototype.
35718         (time_ifunc): Replace time with __libc_time.
35719         (time): New strong alias and hidden definition of __libc_time.
35720         (__GI_time): Remove strong alias.
35721         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35722         Include <stddef.h>.
35723         (memmove): Redefined to __redirect_memmove.
35724         (__memmove_sse2): Use typeof __redirect_memmove.
35725         (__memmove_ssse3): Likewise.
35726         (__memmove_ssse3_back): Likewise.
35727         (__libc_memmove): New prototype.
35728         (memmove): Renamed to ...
35729         (__libc_memmove): This.
35730         (memmove): New strong alias of __libc_memmove.
35731
35732 2012-08-08  Mark Salter  <msalter@redhat.com>
35733
35734         * elf/elf.h
35735         (R_MN10300_TLS_GD): Define.
35736         (R_MN10300_TLS_LD): Likewise.
35737         (R_MN10300_TLS_LDO): Likewise.
35738         (R_MN10300_TLS_GOTIE): Likewise.
35739         (R_MN10300_TLS_IE): Likewise.
35740         (R_MN10300_TLS_LE): Likewise.
35741         (R_MN10300_TLS_DTPMOD): Likewise.
35742         (R_MN10300_TLS_DTPOFF): Likewise.
35743         (R_MN10300_TLS_TPOFF): Likewise.
35744         (R_MN10300_SYM_DIFF): Likewise.
35745         (R_MN10300_ALIGN): Likewise.
35746         (R_MN10300_NUM): Update.
35747
35748 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
35749
35750         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35751         Remove.
35752
35753 2012-08-08  Roland McGrath  <roland@hack.frob.com>
35754
35755         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35756
35757         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35758         sysdeps/unix -> sysdeps/posix move.
35759         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35760
35761 2012-08-07      Allan McRae     <allan@archlinux.org>
35762
35763         [BZ #14303]
35764         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35765         (SUNOS_CPP): Likewise.
35766         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35767         not found.
35768         (open_input): Call CPP using execvp.
35769
35770 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35771
35772         * sysdeps/unix/sysv/linux/kernel-features.h
35773         (__ASSUME_PROT_GROWSUPDOWN): Remove.
35774         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35775         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35776         (__ASSUME_WAITID_SYSCALL): Likewise.
35777         * sysdeps/unix/sysv/linux/dl-execstack.c
35778         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35779         code unconditional.
35780         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35781         conditional code.
35782         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35783         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35784         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35785         code.
35786         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35787         unconditional.
35788         [__ASSUME_WAITID_SYSCALL]: Likewise.
35789         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35790
35791 2012-08-07  Roland McGrath  <roland@hack.frob.com>
35792
35793         * sysdeps/unix/closedir.c: Renamed to ...
35794         * sysdeps/posix/closedir.c: ... here.
35795         * sysdeps/unix/dirfd.c: Renamed to ...
35796         * sysdeps/posix/dirfd.c: ... here.
35797         * sysdeps/unix/dirstream.h: Renamed to ...
35798         * sysdeps/posix/dirstream.h: ... here.
35799         * sysdeps/unix/fdopendir.c: Renamed to ...
35800         * sysdeps/posix/fdopendir.c: ... here.
35801         * sysdeps/unix/opendir.c: Renamed to ...
35802         * sysdeps/posix/opendir.c: ... here.
35803         * sysdeps/unix/readdir.c: Renamed to ...
35804         * sysdeps/posix/readdir.c: ... here.
35805         * sysdeps/unix/readdir_r.c: Renamed to ...
35806         * sysdeps/posix/readdir_r.c: ... here.
35807         * sysdeps/unix/rewinddir.c: Renamed to ...
35808         * sysdeps/posix/rewinddir.c: ... here.
35809         * sysdeps/unix/seekdir.c: Renamed to ...
35810         * sysdeps/posix/seekdir.c: ... here.
35811         * sysdeps/unix/telldir.c: Renamed to ...
35812         * sysdeps/posix/telldir.c: ... here.
35813         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35814         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35815         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35816         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35817
35818         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35819         * bits/fcntl.h: ... here.
35820
35821         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35822         not 0.
35823         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35824         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35825         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35826         (struct flock): Move l_start, l_len to the beginning.
35827         Use __pid_t for l_pid.
35828         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35829         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35830         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35831         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35832         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35833         [__USE_LARGEFILE64] (struct flock64): New type.
35834         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35835
35836         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35837         * bits/dirent.h: ... here.
35838
35839         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35840         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35841
35842 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35843
35844         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35845         Change from 2.6.0 to 2.6.16.
35846         * sysdeps/unix/sysv/linux/configure: Regenerated.
35847         * sysdeps/unix/sysv/linux/kernel-features.h
35848         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35849         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35850         version.
35851         (__ASSUME_UTIMES): Likewise.
35852         (__ASSUME_CLONE_STOPPED): Remove.
35853         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35854         architectures, not kernel version.
35855         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35856         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35857         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35858         (__ASSUME_WAITID_SYSCALL): Likewise.
35859         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35860         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35861         * README: State 2.6.16 as minimum Linux kernel version.  Do not
35862         refer to older versions.
35863
35864 2012-08-06  Roland McGrath  <roland@hack.frob.com>
35865
35866         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35867         Define alphasort64 as an alias.
35868         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35869         Define versionsort64 as an alias.
35870         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35871         Define scandir64 as an alias.
35872         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35873         Define scandirat64 as an alias.
35874         * dirent/alphasort64.c (alphasort64):
35875         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35876         * dirent/versionsort64.c: Likewise.
35877         * dirent/scandir64.c: Likewise.
35878         * dirent/scandirat64.c: Likewise.
35879         * sysdeps/wordsize-64/alphasort.c: File removed.
35880         * sysdeps/wordsize-64/alphasort64.c: File removed.
35881         * sysdeps/wordsize-64/scandir.c: File removed.
35882         * sysdeps/wordsize-64/scandir64.c: File removed.
35883         * sysdeps/wordsize-64/scandirat.c: File removed.
35884         * sysdeps/wordsize-64/scandirat64.c: File removed.
35885         * sysdeps/wordsize-64/versionsort.c: File removed.
35886         * sysdeps/wordsize-64/versionsort64.c: File removed.
35887         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35888         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35889         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35890         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
35891         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
35892         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
35893         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
35894         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
35895
35896         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
35897         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35898         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
35899         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35900         [defined __arch64__ || defined __sparcv9]
35901         (__INO_T_MATCHES_INO64_T): New macro.
35902         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35903         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
35904         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
35905         * sysdeps/unix/sysv/linux/bits/dirent.h
35906         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
35907         (_DIRENT_MATCHES_DIRENT64): New macro.
35908
35909         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
35910         Define lockf64 as an alias.
35911         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
35912         Define fseeko64 as an alias.
35913         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
35914         Define ftello64 as an alias.
35915         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
35916         Define _IO_fgetpos64 and fgetpos64 as aliases.
35917         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
35918         Define _IO_fsetpos64 and fsetpos64 as aliases.
35919         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
35920         Conditionalize body on this.
35921         * libio/fseeko64.c: Likewise.
35922         * libio/ftello64.c: Likewise.
35923         * libio/iofgetpos64.c: Likewise.
35924         * libio/iofsetpos64.c: Likewise.
35925         * sysdeps/wordsize-64/lockf.c: File removed.
35926         * sysdeps/wordsize-64/lockf64.c: File removed.
35927         * sysdeps/wordsize-64/fseeko.c: File removed.
35928         * sysdeps/wordsize-64/fseeko64.c: File removed.
35929         * sysdeps/wordsize-64/ftello.c: File removed.
35930         * sysdeps/wordsize-64/ftello64.c: File removed.
35931         * sysdeps/wordsize-64/iofgetpos.c: File removed.
35932         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
35933         * sysdeps/wordsize-64/iofsetpos.c: File removed.
35934         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
35935         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
35936         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
35937         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
35938         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
35939         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
35940         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
35941         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
35942         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
35943         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
35944         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
35945
35946         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35947         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35948         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
35949         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35950         [defined __arch64__ || defined __sparcv9]
35951         (__OFF_T_MATCHES_OFF64_T): New macro.
35952         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35953         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35954         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35955         (__OFF_T_MATCHES_OFF64_T): New macro.
35956
35957 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35958
35959         * stdlib/secure-getenv.c (__secure_getenv): Replace
35960         GLIBC_2_16 with GLIBC_2_17.
35961
35962 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35963
35964         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
35965         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35966
35967 2012-08-03  David S. Miller  <davem@davemloft.net>
35968
35969         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35970
35971 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35972
35973         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
35974         Remove.
35975         (__ASSUME_CORRECT_SI_PID): Likewise.
35976         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
35977         (__ASSUME_TMPFS_NAME): Likewise.
35978         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
35979         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
35980         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
35981         (HAVE_AUX_SECURE): Make definition unconditional.
35982         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
35983         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
35984
35985 2012-08-03  Roland McGrath  <roland@hack.frob.com>
35986
35987         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
35988         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
35989         * sysdeps/mach/hurd/eloop-threshold.h: New file.
35990         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35991         __eloop_threshold instead of SYMLOOP_MAX.
35992
35993         * sysdeps/generic/eloop-threshold.h: New file.
35994         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
35995         of MAXSYMLINKS.
35996         * elf/chroot_canon.c (chroot_canon): Likewise.
35997
35998 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35999
36000         [BZ #13717]
36001         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36002         Change to 2.6.0 everywhere.
36003         * sysdeps/unix/sysv/linux/configure: Regenerated.
36004         * sysdeps/unix/sysv/linux/kernel-features.h
36005         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36006         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36007         kernel versions.
36008         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36009         (__ASSUME_FUTEX_REQUEUE): Remove.
36010         (__ASSUME_STATFS64): Define unconditionally.
36011         (__ASSUME_AT_SECURE): Likewise.
36012         (__ASSUME_CORRECT_SI_PID): Likewise.
36013         (__ASSUME_TGKILL): Define without depending on kernel version for
36014         i386.
36015         (__ASSUME_UTIMES): Likewise.
36016         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36017         kernel version.
36018         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36019         (__ASSUME_TMPFS_NAME): Likewise.
36020         * README: Update reference to Linux kernel versions.
36021
36022 2012-08-02  Marek Polacek  <polacek@redhat.com>
36023
36024         [BZ# 14150]
36025         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36026         libc_cv_asm_type_prefix with %.
36027         * configure: Regenerated.
36028         * include/libc-symbols.h: Remove comment about
36029         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36030         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36031         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36032         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36033         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36034         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36035         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36036         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36037         * elf/tst-unique2mod1.c: Likewise.
36038         * elf/tst-unique1mod2.c: Likewise.
36039         * elf/tst-unique1mod1.c: Likewise.
36040         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36041         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36042         Replace ASM_TYPE_DIRECTIVE with .type.
36043         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36044         * sysdeps/i386/sysdep.h: Likewise.
36045         * sysdeps/x86_64/sysdep.h: Likewise.
36046         * sysdeps/sh/sysdep.h: Likewise.
36047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36048         Do not define ASM_TYPE_DIRECTIVE.
36049         * sysdeps/powerpc/sysdep.h: Likewise.
36050         * sysdeps/powerpc/powerpc32/sysdep.h:
36051         Replace ASM_TYPE_DIRECTIVE with .type.
36052         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36053         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36054         * sysdeps/i386/fpu/e_powf.S: Likewise.
36055         * sysdeps/i386/fpu/e_expl.S: Likewise.
36056         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36057         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36058         * sysdeps/i386/fpu/e_pow.S: Likewise.
36059         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36060         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36061         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36062         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36063         * sysdeps/i386/fpu/e_log2.S: Likewise.
36064         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36065         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36066         * sysdeps/i386/fpu/e_powl.S: Likewise.
36067         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36068         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36069         * sysdeps/i386/fpu/e_logl.S: Likewise.
36070         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36071         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36072         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36073         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36074         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36075         * sysdeps/i386/fpu/e_log.S: Likewise.
36076         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36077         * sysdeps/i386/fpu/e_logf.S: Likewise.
36078         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36079         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36080         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36081         * sysdeps/i386/fpu/e_log10.S: Likewise.
36082         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36083         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36084         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36085         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36086         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36087         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36088         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36089         * sysdeps/i386/i686/strtok.S: Likewise.
36090         * sysdeps/i386/i386-mcount.S: Likewise.
36091         * sysdeps/i386/strtok.S: Likewise.
36092         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36093         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36094         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36095         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36096         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36097         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36098         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36099         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36100         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36101         * sysdeps/x86_64/_mcount.S: Likewise.
36102         * sysdeps/x86_64/strtok.S: Likewise.
36103         * sysdeps/sh/_mcount.S: Likewise.
36104
36105 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36106
36107         * libio/iofopen.c: Include <fcntl.h>.
36108         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36109         (_IO_fopen64, fopen64): Define as aliases.
36110         * libio/iofopen64.c: Include <fcntl.h>.
36111         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36112         Conditionalize body on this.
36113         * sysdeps/wordsize-64/iofopen.c: File removed.
36114         * sysdeps/wordsize-64/iofopen64.c: File removed.
36115
36116 2012-08-01  Marek Polacek  <polacek@redhat.com>
36117
36118         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36119         Use dlfcn directly instead of a variable.
36120         (binfmt-subdir): Do not define.
36121         (dlfcn): Likewise.
36122
36123 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36124
36125         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36126         Remove all definitions.
36127         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36128         <kernel-features.h>.
36129         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36130         (miss_F_GETOWN_EX): Remove all definitions.
36131         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36132         macro definition.
36133         [!__ASSUME_FCNTL64]: Remove conditional code.
36134         [__ASSUME_FCNTL64]: Make code unconditional.
36135         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36136         <kernel-features.h>.
36137         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36138         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36139         (lockf64) [__NR_fcntl64]: Make code unconditional.
36140         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36141
36142         * sysdeps/unix/sysv/linux/kernel-features.h
36143         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36144         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36145         Make code unconditional.
36146         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36147         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36149         [__NR_vfork]: Make code unconditional.
36150         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36151         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36153         [__NR_vfork]: Make code unconditional.
36154         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36155         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36156
36157 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36158
36159         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36160         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36161
36162         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36163         Define mkstemp64 as an alias.
36164         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36165         Define mkstemps64 as an alias.
36166         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36167         Define mkostemp64 as an alias.
36168         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36169         Define mkostemps64 as an alias.
36170         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36171         Conditionalize body on this.
36172         * misc/mkostemp64.c: Likewise.
36173         * misc/mkostemps64.c: Likewise.
36174         * misc/mkstemps64.c: Likewise.
36175         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36176         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36177         * sysdeps/wordsize-64/mkostemp.c: File removed.
36178         * sysdeps/wordsize-64/mkstemp.c: File removed.
36179         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36180         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36181         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36182         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36183
36184         [BZ #14138]
36185         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36186         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36187         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36188         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36189
36190         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36191         compat_symbol macros from <shlib-compat.h> rather than the underlying
36192         default_symbol_version and symbol_version macros, so that DEFAULT
36193         lines in shlib-versions are respected.
36194         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36195
36196 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36197
36198         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36199         Declare with warn_unused_result.
36200         (setgid, setregid, setegid, setresgid): Likewise.
36201         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36202         Likewise.
36203         * WUR-REPORT: Remove set*id functions.
36204
36205 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36206
36207         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36208
36209 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36210
36211         [BZ #10191]
36212         * include/sys/socket.h (__libc_accept, __libc_accept4):
36213         Add attribute_hidden.
36214         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36215
36216         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36217         use of PTR_MANGLE.
36218         * inet/getnetgrent_r.c (setup): Likewise.
36219
36220         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36221
36222 2012-07-31  David S. Miller  <davem@davemloft.net>
36223
36224         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36225
36226 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36227
36228         [BZ #13629]
36229         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36230         value between 1.0 and 2.0 and smaller part has absolute value less
36231         than 1.0.
36232         * math/s_clog10.c (__clog10): Likewise.
36233         * math/s_clog10f.c (__clog10f): Likewise.
36234         * math/s_clog10l.c (__clog10l): Likewise.
36235         * math/s_clogf.c (__clogf): Likewise.
36236         * math/s_clogl.c (__clogl): Likewise.
36237         * math/libm-test.inc (clog_test): Add more tests.
36238         (clog10_test): Likewise.
36239         * sysdeps/i386/fpu/libm-test-ulps: Update.
36240         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36241
36242 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36243
36244         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36245         Exit with zero in case no suitable GID is found, and write a
36246         message to standard error.
36247
36248 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36249
36250         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36251         rather than to 1.
36252         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36253         (MAXPATHLEN): Removed.
36254         (NOGROUP, NODEV): New macros.
36255         (setbit, clrbit, isset, isclr): New macros.
36256         (howmany, roundup, powerof2): New macros.
36257         (DEV_BSIZE): New macro.
36258
36259         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36260         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36261
36262         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36263         definition on [!__NO_LONG_DOUBLE_MATH].
36264
36265         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36266         PTR_MANGLE and PTR_DEMANGLE.
36267
36268         * socket/accept4.c (accept4): Rename to __libc_accept4.
36269         Define accept4 as a weak alias.
36270
36271         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36272         on [_DIRENT_HAVE_D_TYPE].
36273         * io/ftw.c (ftw_dir): Likewise.
36274
36275         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36276
36277         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36278
36279         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36280         Use the BSD numbers rather than the arbitrary ones we had.
36281         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36282         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36283         (SIGXCPU, SIGXFSZ): New macros.
36284         (_NSIG): Now 32.
36285
36286         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36287         initializer on [_LIBC_REENTRANT].
36288
36289         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36290         definitions inside [_POSIX_MAPPED_FILES].
36291
36292         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36293
36294         * dirent/opendir.c: Include <fcntl.h>.
36295
36296         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36297         (__libc_getspecific): Likewise.
36298         (__libc_key_create): Likewise.
36299
36300         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36301         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36302         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36303         (tmpfile64): Define as alias.
36304         * sysdeps/wordsize-64/tmpfile.c: File removed.
36305         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36306         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36307         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36308
36309         * stdio-common/vfscanf.c: Include <stdbool.h>.
36310         * nss/makedb.c: Likewise.
36311         * stdio-common/_i18n_number.h: Likewise.
36312         * argp/argp-help.c: Likewise.
36313         * posix/wordexp.c: Likewise.
36314         * sysdeps/posix/spawni.c: Likewise.
36315         * nss/nss_files/files-initgroups.c: Likewise.
36316         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36317         * nss/nss_files/files-initgroups.c: Likewise.
36318         * nss/nss_db/db-netgrp.c: Likewise.
36319         * nss/nss_db/db-initgroups.c: Likewise.
36320         * io/fchmodat.c: Include <sys/stat.h>.
36321
36322         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36323         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36324
36325         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36326         [HAVE_MMAP].
36327
36328         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36329         Add multiple inclusion protection.
36330
36331 2012-07-27  David S. Miller  <davem@davemloft.net>
36332
36333         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36334
36335 2012-07-27  Gary Benson  <gbenson@redhat.com>
36336
36337         [BZ #14298]
36338         * elf/rtld.c: Include <stap-probe.h>.
36339         (dl_main): Added static probes "init_start" and "init_complete".
36340         * elf/dl-load.c: Include <stap-probe.h>.
36341         (lose): Take new parameter "nsid".
36342         Added static probe "map_failed".
36343         (_dl_map_object_from_fd): Pass namespace id to lose.
36344         Added static probe "map_start".
36345         (open_verify): Pass namespace id to lose.
36346         * elf/dl-open.c: Include <stap-probe.h>.
36347         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36348         and "reloc_complete".
36349         * elf/dl-close.c: Include <stap-probe.h>.
36350         (_dl_close_worker): Added static probes "unmap_start" and
36351         "unmap_complete".
36352         * elf/rtld-debugger-interface.txt: New file documenting the above.
36353
36354 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36355
36356         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36357         rather than a string variable.
36358         * sunrpc/rpc_main.c (h_output): Likewise.
36359         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36360
36361 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36362
36363         * inet/check_native.c: New file.
36364
36365 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36366
36367         [BZ #13629]
36368         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36369         if larger part has absolute value 1.0.
36370         * math/s_clog10.c (__clog10): Likewise.
36371         * math/s_clog10f.c (__clog10f): Likewise.
36372         * math/s_clog10l.c (__clog10l): Likewise.
36373         * math/s_clogf.c (__clogf): Likewise.
36374         * math/s_clogl.c (__clogl): Likewise.
36375         * math/libm-test.inc (clog_test): Add more tests.
36376         (clog10_test): Likewise.
36377         * sysdeps/i386/fpu/libm-test-ulps: Update.
36378         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36379
36380         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36381         (pltexit): Likewise.
36382         (La_regs): Likewise.
36383         (La_retval): Likewise.
36384         (int_retval): Likewise.
36385         Update #error for removed macros to refer only to definitions in
36386         tst-audit.h.
36387         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36388         macro.
36389         (pltexit): Likewise.
36390         (La_regs): Likewise.
36391         (La_retval): Likewise.
36392         (int_retval): Likewise.
36393         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36394         macro.
36395         (pltexit): Likewise.
36396         (La_regs): Likewise.
36397         (La_retval): Likewise.
36398         (int_retval): Likewise.
36399         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36400         macro.
36401         (pltexit): Likewise.
36402         (La_regs): Likewise.
36403         (La_retval): Likewise.
36404         (int_retval): Likewise.
36405         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36406         macro.
36407         (pltexit): Likewise.
36408         (La_regs): Likewise.
36409         (La_retval): Likewise.
36410         (int_retval): Likewise.
36411         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36412         macro.
36413         (pltexit): Likewise.
36414         (La_regs): Likewise.
36415         (La_retval): Likewise.
36416         (int_retval): Likewise.
36417         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36418         macro.
36419         (pltexit): Likewise.
36420         (La_regs): Likewise.
36421         (La_retval): Likewise.
36422         (int_retval): Likewise.
36423         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36424         macro definitions in tst-audit.h.
36425         * sysdeps/i386/tst-audit.h: New file.
36426         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36427         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36428         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36429         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36430         * sysdeps/sh/tst-audit.h: Likewise.
36431         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36432         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36433         * sysdeps/x86_64/tst-audit.h: Likewise.
36434
36435 2012-07-26  Andreas Jaeger  <aj@suse.de>
36436
36437         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36438         ptrace.
36439
36440         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36441         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36442         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36443         PTRACE_O_MASK.
36444         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36445         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36446         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36447
36448         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36449         value.
36450
36451         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36452         _sigsys.
36453         (si_call_addr, si_syscall, si_arch): Define new macro.
36454         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36455         _sigsys.
36456         (si_call_addr, si_syscall, si_arch): Define new marcro.
36457         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36458         _sigsys.
36459         (si_call_addr, si_syscall, si_arch): Define new macro.
36460         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36461         _sigsys.
36462         (si_call_addr, si_syscall, si_arch): Define new macro.
36463
36464 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36465
36466         [BZ #13717]
36467         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36468         Change to 2.4.21 where previously 2.4.1.
36469         * sysdeps/unix/sysv/linux/configure: Regenerated.
36470         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36471         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36472         Linux kernel version.
36473         (__ASSUME_STD_AUXV): Remove.
36474         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36475         kernel version.
36476         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36477         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36478         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36479         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36480         (__ASSUME_NETLINK_SUPPORT): Likewise.
36481         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36482         (__no_netlink_support): Remove conditional definition.
36483         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36484         Remove.
36485         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36486         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36487         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36488         (if_nameindex_ioctl): Remove.
36489         (if_nameindex_netlink): Do not handle __no_netlink_support.
36490         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36491         code.
36492         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36493         Remove conditional code.
36494         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36495         code.
36496         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36497         unconditional.
36498         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36499         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36500         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36501         Remove.
36502         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36503         [!__ASSUME_STD_AUXV]: Remove conditional code.
36504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36505         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36506         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36508         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36509         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36510         code.
36511         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36513         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36514         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36515         conditional code.
36516         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36518         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36519         code.
36520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36521         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36522         conditional code.
36523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36524         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36525         code unconditional.
36526         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36527         conditional code.
36528         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36529         unconditional.
36530         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36531         conditional code.
36532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36533         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36534         unconditional.
36535         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36536         conditional code.
36537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36538         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36539         code unconditional.
36540         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36541         conditional code.
36542         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36543         unconditional.
36544         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36545         conditional code.
36546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36547         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36548         code unconditional.
36549         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36550         conditional code.
36551         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36552         unconditional.
36553         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36554         conditional code.
36555
36556 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36557
36558         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36559         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36560         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36561         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36562         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36563         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36564         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36565         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36566         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36567         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36568         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36569         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36570         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36571         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36572         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36573         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36574         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36575         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36576         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36577         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36578         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36579         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36580         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36581
36582 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36583
36584         * Versions.def: Add GLIBC_2.17.
36585         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36586         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36587         Introduce __libc_secure_getenv.
36588         * stdlib/Versions (2.17): Add secure_getenv
36589         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36590         * stdlib/secure-getenv.c: Rename __secure_getenv to
36591         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36592         symbol __secure_getenv for GLIBC_2.0.
36593         * stdlib/tst-secure-getenv.c: New.
36594         * stdlib/Makefile (tests): Add testcase.
36595         * manual/startup.texi (Environment Access): Document
36596         secure_getenv.
36597         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36598         __libc_secure_getenv.
36599         * inet/ruserpass.c (ruserpass): Likewise.
36600         * malloc/mtrace.c (mtrace): Likewise.
36601         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36602         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36603         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36604         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36605         HAVE_SECURE_GETENV.
36606         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36607         __secure_getenv to __libc_secure_getenv.
36608         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36610         Likewise.
36611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36612         Likewise.
36613         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36614         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36615         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36616         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36617         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36618         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36619         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36620
36621 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36622
36623         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36624         (struct La_i86_retval): Likewise.
36625         (struct La_x86_64_regs): Likewise.
36626         (struct La_x86_64_retval): Likewise.
36627         (struct La_x32_regs): Likewise.
36628         (struct La_x32_retval): Likewise.
36629         (struct La_ppc32_regs): Likewise.
36630         (struct La_ppc32_retval): Likewise.
36631         (struct La_ppc64_regs): Likewise.
36632         (struct La_ppc64_retval): Likewise.
36633         (struct La_sh_regs): Likewise.
36634         (struct La_sh_retval): Likewise.
36635         (struct La_s390_32_regs): Likewise.
36636         (struct La_s390_32_retval): Likewise.
36637         (struct La_s390_64_regs): Likewise.
36638         (struct La_s390_64_retval): Likewise.
36639         (struct La_sparc32_regs): Likewise.
36640         (struct La_sparc32_retval): Likewise.
36641         (struct La_sparc64_regs): Likewise.
36642         (struct La_sparc64_retval): Likewise.
36643         (struct audit_ifaces): Remove architecture-specific pltenter and
36644         pltexit members.
36645         * sysdeps/i386/ldsodefs.h: New file.
36646         * sysdeps/powerpc/ldsodefs.h: Likewise.
36647         * sysdeps/s390/ldsodefs.h: Likewise.
36648         * sysdeps/sh/ldsodefs.h: Likewise.
36649         * sysdeps/sparc/ldsodefs.h: Likewise.
36650         * sysdeps/x86_64/ldsodefs.h: Likewise.
36651
36652 2012-07-25  Marek Polacek  <polacek@redhat.com>
36653
36654         [BZ #6808]
36655         * math/libm-test.inc (yn_test): Add another test.
36656         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36657         to ERANGE when the result is +-Inf.
36658         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36659         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36660         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36661         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36662
36663 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36664
36665         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36666         equal to 0.
36667         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36668         clock_t.
36669         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36670
36671 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36672
36673         * configure.in <sysdeps resolving>: Correct printing
36674         Implies_before.
36675         * configure: Regenerate.
36676
36677 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36678
36679         * math/w_ilogb.c: Include <limits.h>.
36680         * math/w_ilogbl.c: Likewise.
36681
36682 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36683
36684         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36685         va_copy.  Document allowing for unavailable va_copy only as
36686         pre-C99 compatibility.
36687         * manual/string.texi (Copying and Concatenation): Use va_copy
36688         instead of __va_copy in concat example.
36689
36690 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36691
36692         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36693         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36694         it if not null.
36695
36696         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36697         with O_NOLINK passed to __file_name_lookup.
36698
36699         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36700         with O_NOLINK passed to __file_name_lookup.
36701
36702         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36703         negative N or less than NGIDS.
36704
36705         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36706         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36707         enough.  Use memcpy instead of strncpy.
36708
36709 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36710
36711         * elf/Makefile (check-data): Remove.
36712         (localplt.data): New vpath directive.
36713         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36714         instead of $(check-data).
36715         * scripts/data/localplt-generic.data: Move to ...
36716         * sysdeps/generic/localplt.data: ... here.
36717         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36718         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36719         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36721         ... here.
36722         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36724         ... here.
36725         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36726         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36727         ... here.
36728         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36729         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36730         ... here.
36731         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36732         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36733         ... here.
36734         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36735         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36736         ... here.
36737
36738 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36739
36740         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36741         PPC32 and PPC64 files.
36742         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36743         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36744
36745 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36746
36747         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36748         __makecontext_ret to ...
36749         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36750         ... here and call exit if uc_link is NULL.  New file.
36751         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36752         __makecontext_ret.S.
36753         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36754         __makecontext_ret to ...
36755         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36756         ... here and call exit if uc_link is NULL.  New file.
36757         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36758         __makecontext_ret.S.
36759
36760 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36761
36762         * elf/elf.h (R_390_IRELATIVE): New definition.
36763         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36764         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
36765         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36766         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36767         (elf_machine_lazy_rel): Likewise.
36768         * sysdeps/s390/dl-irel.h: New file.
36769         * sysdeps/s390/s390-64/memcpy.S: New asm code.
36770         * sysdeps/s390/s390-64/memset.S: New asm code.
36771         * sysdeps/s390/s390-64/memcmp.S: New asm code.
36772         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36773         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36774         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36775         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36776         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36777         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36778         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36779         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36780         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36781         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36782         * sysdeps/s390/s390-32/memcpy.S: New asm code.
36783         * sysdeps/s390/s390-32/memset.S: New asm code.
36784         * sysdeps/s390/s390-32/memcmp.S: New asm code.
36785
36786 2012-07-17  Marek Polacek  <polacek@redhat.com>
36787
36788         [BZ #14349]
36789         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36790         * sysdeps/s390/s390-64/configure.in: Likewise.
36791         * sysdeps/sparc/configure.in: Likewise.
36792         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36793         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36794         * sysdeps/i386/configure.in: Likewise.
36795         * sysdeps/x86_64/configure.in: Likewise.
36796         * sysdeps/sh/configure.in: Likewise.
36797         * sysdeps/s390/s390-32/configure: Regenerated.
36798         * sysdeps/s390/s390-64/configure: Likewise.
36799         * sysdeps/x86_64/configure: Likewise.
36800         * sysdeps/sh/configure: Likewise.
36801         * sysdeps/powerpc/powerpc64/configure: Likewise.
36802         * sysdeps/powerpc/powerpc32/configure: Likewise.
36803         * sysdeps/sparc/configure: Likwise.
36804         * sysdeps/i386/configure: Likewise.
36805
36806         * elf/dl-open.c: Comment fixes.
36807
36808 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
36809
36810         * Makefile [CXX] (check-data): Remove.
36811         [CXX] (c++-types.data): New vpath directive.
36812         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36813         vpath.  Do not allow for C++ type data being missing.
36814         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36815         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36816         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36817         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36818         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36819         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36820         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36822         ... here.
36823         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36825         ... here.
36826         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36827         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36828         ... here.
36829         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36830         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36831         ... here.
36832         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36833         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36834         ... here.
36835         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36836         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36837         ... here.
36838         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36839         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36840         ... here.
36841         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36842         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36843
36844         * elf/tls-macros.h (TLS_LE): Move architecture-specific
36845         definitions to architecture-specific files.
36846         (TLS_IE): Likewise.
36847         (TLS_LD): Likewise.
36848         (TLS_GD): Likewise.
36849         * sysdeps/i386/tls-macros.h: New file.
36850         * sysdeps/powerpc/tls-macros.h: Likewise.
36851         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36852         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36853         * sysdeps/sh/tls-macros.h: Likewise.
36854         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36855         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36856         * sysdeps/x86_64/tls-macros.h: Likewise.
36857
36858 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36859
36860         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36861         zero value for regular exit case.
36862
36863         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36864         (__start_context): Preserve zero value for regular exit case.
36865
36866 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36867             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36868
36869         * manual/setjmp.texi (setcontext): Clarify normal process
36870         termination when uc_link is the null pointer.
36871         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36872         exit call.
36873
36874 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
36875
36876         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36877         preprocessor.  Test for each exception mask separately.
36878
36879 2012-07-16  Andreas Jaeger  <aj@suse.de>
36880
36881         * po/ru.po: Update from translation team.
36882
36883 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
36884
36885         * conform/data/string.h-data (NULL): Use macro-constant.  Require
36886         equal to 0.
36887         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36888         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36889         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36890         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
36891         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36892
36893 2012-07-13  Andreas Jaeger  <aj@suse.de>
36894
36895         * po/fr.po: Update from translation team.
36896
36897 2012-07-12  Marek Polacek  <polacek@redhat.com>
36898
36899         [BZ #14173]
36900         * math/libm-test.inc (yn_test): Add test for BZ #14173.
36901         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
36902         loop condition.
36903
36904 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
36905
36906         [BZ #13717]
36907         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36908         Change to 2.4.1 where previously 2.4.0.
36909         * sysdeps/unix/sysv/linux/configure: Regenerated.
36910         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
36911         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
36912         version.
36913         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
36914         (__ASSUME_AT_CLKTCK): Remove.
36915         (__ASSUME_AT_PAGESIZE): Likewise.
36916         (__ASSUME_AT_XID): Likewise.
36917         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
36918         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
36919         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
36920         unconditionally.
36921         (HAVE_AUX_PAGESIZE): Likewise.
36922         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
36923         [__ASSUME_AT_CLKTCK]: Make code unconditional.
36924         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
36925
36926 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
36927
36928         [BZ #14307]
36929         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
36930         the temporary buffer used to invoke __gethostbyname2_r,
36931         __gethostbyaddr_r and gethostbyname4_r to make room for struct
36932         host_data / struct gaih_addrtuple.
36933         * resolv/nss_dns/dns-host.c (global scope): Move definition of
36934         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
36935         header file nss/nsswitch.h.
36936         * nss/nsswitch.h (global scope): Add definition of implementation
36937         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
36938         resolv/nss_dns/dns-host.c).
36939
36940 2012-07-11  Andreas Jaeger  <aj@suse.de>
36941
36942         * po/fr.po: Update from translation team.
36943
36944         * po/sv.po: Update from translation team
36945         * po/fr.po: Another update from translation team.
36946
36947 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36948
36949         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
36950         for subnormals or multiply small sinh result by itself.
36951         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
36952         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36953
36954 2012-07-11  David S. Miller  <davem@davemloft.net>
36955
36956         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36957
36958 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
36959
36960         [BZ #14347]
36961         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
36962         (INTERNAL_MARK): Shift it here.
36963
36964 2012-07-10  Marek Polacek  <polacek@redhat.com>
36965
36966         [BZ #14151]
36967         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
36968         libc_cv_asm_global_directive with .globl.
36969         * configure: Regenerated.
36970         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
36971         with .globl.
36972         * sysdeps/i386/configure: Regenerated.
36973         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
36974         with .globl.
36975         * sysdeps/x86_64/configure: Regenerated.
36976         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
36977         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
36978         * elf/tst-unique2mod2.c: Likewise.
36979         * elf/tst-unique2mod1.c: Likewise.
36980         * elf/tst-unique1mod2.c: Likewise.
36981         * elf/tst-unique1mod1.c: Likewise.
36982         * sysdeps/s390/s390-32/sysdep.h: Likewise.
36983         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36984         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36985         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36986         * sysdeps/mach/sysdep.h: Likewise.
36987         * sysdeps/i386/sysdep.h: Likewise.
36988         * sysdeps/i386/i386-mcount.S: Likewise.
36989         * sysdeps/x86_64/_mcount.S: Likewise.
36990         * sysdeps/x86_64/sysdep.h: Likewise.
36991         * sysdeps/sh/_mcount.S: Likewise.
36992         * sysdeps/sh/sysdep.h: Likewise.
36993         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
36994         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
36995         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
36996         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
36997         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
36998         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
36999         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37000         * locale/localeinfo.h: Likewise.
37001         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37002         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37003
37004 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37005
37006         [BZ #14336]
37007         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37008         system".
37009         * manual/message.texi (The Uniforum approach): Likewise.
37010         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37011         (glibc iconv Implementation): Likewise.
37012
37013 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37014
37015         [BZ #14337]
37016         * math/s_clog.c (__clog): Avoid scaling a value down where that
37017         could result in underflow.
37018         * math/s_clog10.c (__clog10): Likewise.
37019         * math/s_clog10f.c (__clog10f): Likewise.
37020         * math/s_clog10l.c (__clog10l): Likewise.
37021         * math/s_clogf.c (__clogf): Likewise.
37022         * math/s_clogl.c (__clogl): Likewise.
37023         * math/libm-test.inc (clog_test): Add more tests.
37024         (clog10_test): Likewise.
37025         * sysdeps/i386/fpu/libm-test-ulps: Update.
37026         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37027
37028 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37029
37030         [BZ #14283]
37031         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37032         by 7 not 8 to examine high bit of fractional part.
37033
37034         [BZ #14042]
37035         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37036         for call to __mcount_internal.
37037         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37038         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37039         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37040
37041 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37042
37043         [BZ #14154]
37044         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37045         approximation for values within 0x1p-13f of an odd multiple of
37046         pi/4.
37047         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37048         exception.  Add more tests.
37049         * sysdeps/i386/fpu/libm-test-ulps: Update.
37050
37051         [BZ #6778]
37052         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37053         inputs and return -1 for them.  Do not check for +Inf in case not
37054         reachable for +Inf.
37055         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37056         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37057         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37058         and return -1 for them.  Do not check for +Inf in case not
37059         reachable for +Inf.
37060         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37061         define.
37062         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37063         and return -1 for them.  Do not check for +Inf in case not
37064         reachable for +Inf.
37065         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37066         spurious underflow.
37067         * sysdeps/i386/fpu/libm-test-ulps: Update.
37068         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37069
37070 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37071
37072         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37073
37074 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37075
37076         [BZ #14157]
37077         [BZ #14331]
37078         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37079         could result in spurious underflow.  Scale down values above
37080         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37081         * math/s_csqrtf.c (__csqrtf): Likewise.
37082         * math/s_csqrtl.c (__csqrtl): Likewise.
37083         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37084         spurious underflow.
37085         * sysdeps/i386/fpu/libm-test-ulps: Update.
37086         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37087
37088 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37089
37090         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37091         xopen-msg.sed.
37092         * catgets/xopen-msg.awk: New file.
37093         * catgets/xopen-msg.sed: Removed.
37094
37095         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37096         po2text.sed.
37097         * intl/po2test.awk: New file.
37098         * intl/po2test.sed: Removed.
37099
37100 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37101
37102         [BZ #14328]
37103         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37104         or multiply small sinh result by itself.
37105         * math/s_ctanf.c (__ctanf): Likewise.
37106         * math/s_ctanh.c (__ctanh): Likewise.
37107         * math/s_ctanhf.c (__ctanhf): Likewise.
37108         * math/s_ctanhl.c (__ctanhl): Likewise.
37109         * math/s_ctanl.c (__ctanl): Likewise.
37110         * math/libm-test.inc (ctan_test_tonearest): New function.
37111         (ctan_test_towardzero): Likewise.
37112         (ctan_test_downward): Likewise.
37113         (ctan_test_upward): Likewise.
37114         (ctanh_test_tonearest): Likewise.
37115         (ctanh_test_towardzero): Likewise.
37116         (ctanh_test_downward): Likewise.
37117         (ctanh_test_upward): Likewise.
37118         (main): Call these new functions.
37119         * sysdeps/i386/fpu/libm-test-ulps: Update.
37120         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37121
37122 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37123
37124         * .gitignore: Delete /ports entry.
37125
37126 2012-07-03  Andreas Jaeger  <aj@suse.de>
37127
37128         * po/bg.po: Update from translation team.
37129         * po/cs.po: Likewise.
37130         * po/de.po: Likewise.
37131         * po/hr.po: Likewise.
37132         * po/nl.pl: Likewise.
37133         * po/pl.po: Likewise.
37134         * po/vi.po: Likewise.
37135
37136 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37137
37138         * Makeconfig [!+link] (+link-before-libc): New variable.
37139         [!+link] (+link-after-libc): Likewise.
37140         [!+link] (+link-tests): Likewise.
37141         [!+link] (+link): Define in terms of $(+link-before-libc) and
37142         $(+link-after-libc).
37143         [!+link-static] (+link-static-before-libc): New variable.
37144         [!+link-static] (+link-static-after-libc): Likewise.
37145         [!+link-static] (+link-static-tests): Likewise.
37146         [!+link-static] (+link-static): Define in terms of
37147         $(+link-static-before-libc) and $(+link-static-after-libc).
37148         [build-shared] (link-libc-before-gnulib): New variable.
37149         [build-shared] (link-libc-tests): Likewise.
37150         [build-shared] (link-libc): Define in terms of
37151         $(link-libc-before-gnulib).
37152         [!build-shared] (link-libc-tests): New variable.
37153         (link-libc-static-tests): New variable.
37154         [!gnulib] (gnulib-arch): New variable.
37155         [!gnulib] (gnulib-tests): Likewise.
37156         [!gnulib] (static-gnulib-arch): Likewise.
37157         [!gnulib] (static-gnulib-tests): Likewise.
37158         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37159         Define with "=" instead of ":=".
37160         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37161         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37162         * Rules (binaries-all-notests): New variable.
37163         (binaries-all-tests): Likewise.
37164         (binaries-static-notests): Likewise.
37165         (binaries-static-tests): Likewise.
37166         (binaries-all): Define using $(binaries-all-notests) and
37167         $(binaries-all-tests).
37168         (binaries-static): Define using $(binaries-static-notests) and
37169         $(binaries-static-tests).
37170         (binaries-shared-tests): New variable.
37171         (binaries-shared-notests): Likewise.
37172         (binaries-shared): Remove variable.
37173         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37174         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37175         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37176         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37177         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37178         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37179         * elf/Makefile (sln-modules): New variable.
37180         (extra-objs): Add $(sln-modules:=.o).
37181         (ldconfig-modules): Add static-stubs.
37182         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37183         * elf/static-stubs.c: New file.
37184
37185         [BZ #14283]
37186         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37187         by 7 not 8 to examine high bit of fractional part.  Use volatile
37188         variables when splitting into final array of floats if
37189         __FLT_EVAL_METHOD__ != 0.
37190         * math/libm-test.inc (cos_test): Add another test.
37191         (sin_test): Likewise.
37192         * sysdeps/i386/fpu/libm-test-ulps: Update.
37193
37194         [BZ #14273]
37195         * math/libm-test.inc (cosh_test): Add more tests.
37196
37197         * version.h (RELEASE): Set to "development".
37198         (VERSION): Set to "2.16.90".
37199
37200 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37201
37202         * NEWS: Update copyright. Remove last-updated date.
37203         Mention math library bug fixes and timezone data changes.
37204         * README: Mention GNU/Hurd, x32, and HPPA support status.
37205
37206 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37207
37208         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37209
37210 2012-06-27  Andreas Jaeger  <aj@suse.de>
37211
37212         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37213
37214 2012-06-25  Andreas Jaeger  <aj@suse.de>
37215
37216         * sysdeps/s390/fpu/libm-test-ulps: Update.
37217
37218 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37219             Thomas Schwinge  <thomas@codesourcery.com>
37220
37221         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37222         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37223         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37224         fanotify_mark.
37225
37226 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37227
37228         * sysdeps/mach/start.c: Remove file.
37229         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37230         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37231         * sysdeps/sh/init-first.c: Likewise.
37232
37233         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37234         registers for frame unwinding purposes, add CFI directives.
37235         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37236         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37237         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37238         Likewise.
37239
37240         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37241         __fortify_fail returning.
37242         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37243
37244         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37245         sysdeps/sh/____longjmp_chk.S.
37246         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37247         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37248         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37249         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37250
37251         * sysdeps/sh/abort-instr.h: New file.
37252         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37253         process in case exit returns.
37254
37255         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37256         initialize the GOT register before use.
37257
37258         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37259         calculation of ARGC > 4.
37260
37261         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37262         meaningful names to some local labels.
37263
37264 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37265             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37266
37267         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37268         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37269         (__arch_compare_and_exchange_val_16_acq): Likewise.
37270         (__arch_compare_and_exchange_val_32_acq): Likewise.
37271         (atomic_exchange_and_add): Fix gUSA sequence.
37272         (atomic_add): Likewise.
37273         (atomic_add_negative): Likewise.
37274         (atomic_add_zero): Likewise.
37275         (atomic_bit_test_set): Likewise.
37276
37277 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37278
37279         [BZ #13579]
37280         * include/link.h (struct link_map): Add l_free_initfini.
37281         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37282         l_initfini.
37283         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37284         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37285         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37286         set.
37287
37288 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37289
37290         * configure.in: Use AC_LANG_SOURCE.
37291         * configure: Regenerate.
37292
37293 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37294
37295         * configure.in (libc_cv_localstatedir): New substituted variable.
37296         * configure: Regenerated.
37297         * config.make.in (localstatedir): New variable, substituted from
37298         libc_cv_localstatedir.
37299         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37300         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37301         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37302         * sysdeps/gnu/configure: Regenerated.
37303
37304 2012-06-21  Jeff Law  <law@redhat.com>
37305
37306         [BZ #14277]
37307         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37308         free.  Simplify list management for _LIBC case.
37309
37310 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37311
37312         [BZ #14273]
37313         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37314         Clear sign bit of 64-bit integer value before comparing against
37315         overflow value.
37316
37317         * sysdeps/mach/configure: Regenerated.
37318
37319 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37320
37321         [BZ #14278]
37322         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37323
37324 2012-06-21  Jeff Law  <law@redhat.com>
37325
37326         [BZ #13882]
37327         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37328         uint16_t for elements in the "seen" array to avoid char overflows.
37329         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37330         * elf/dl-open.c (dl_open_worker): Likewise.
37331
37332 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37333
37334         * scripts/list-sources.sh: Scan PORTS for translations.
37335         * po/libc.pot: Regenerated.
37336
37337 2012-06-21  Andreas Jaeger  <aj@suse.de>
37338
37339         [BZ #12194]
37340         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37341         warning.
37342         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37343         * bits/byteswap-16.h (__bswap_16): Likewise.
37344         * bits/byteswap.h (__bswap_constant_16): Likewise.
37345
37346 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37347
37348         [BZ #14117]
37349         * sysdeps/i386/fpu_control.h: Removed.
37350         * sysdeps/x86_64/fpu_control.h: Moved to ...
37351         * sysdeps/x86/fpu_control.h: Here.
37352
37353         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37354         (_FPU_SETCW): Likewise.
37355
37356 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37357
37358         [BZ #14117]
37359         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37360         * sysdeps/x86/fpu/bits/mathinline.h: This.
37361         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37362
37363         [BZ #14050]
37364         [BZ #14117]
37365         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37366         functions if __x86_64__ is defined.
37367
37368 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37369
37370         * string/endian.h: Add !__ASSEMBLER__ condition for including
37371         conversion interfaces.
37372
37373 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37374
37375         [BZ #14241]
37376         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37377         of ABS(x) in calculating zero to negative powers other than odd
37378         integers.
37379         * math/libm-test.inc (pow_test): Add more tests.
37380
37381 2012-06-15  Andreas Jaeger  <aj@suse.de>
37382
37383         * manual/contrib.texi (Contributors): Update entry of Liubov
37384         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37385         Machado Filho.
37386
37387 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37388
37389         * string/string.h: Add __wur to GNU version of strerror_r.
37390
37391 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37392
37393         [BZ #14229]
37394         * string/Makefile (tests): Add tst-strtok_r.
37395         * string/tst-strtok_r.c: New file.
37396         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37397         RAX_LP/RDX_LP on SAVE_PTR.
37398
37399 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37400
37401         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37402
37403 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37404
37405         * libm_test.inc (csqrt_test): Allow more spurious underflow
37406         exceptions.
37407         (j0_test): Likewise.
37408         (j1_test): Likewise.
37409         (y0_test): Likewise.
37410         (y1_test): Likewise.
37411
37412 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37413
37414         * po/Makefile (libc.pot): Use UTF-8 charset.
37415
37416 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37417
37418         [BZ #14210]
37419         Suppress sign-conversion warning from FD_SET.
37420         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37421         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37422         not unsigned long int.
37423         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37424
37425 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37426
37427         [BZ #14050]
37428         [BZ #14117]
37429         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37430         __extern_always_inline instead of __extern_inline.
37431         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37432         (__signbit): Likewise.
37433         (__signbitl): Support C++ namespace.
37434         (lrintf): New inline function.
37435         (lrint): Likewise.
37436         (llrintf): Likewise.
37437         (llrint): Likewise.
37438         (fmaxf): Likewise.
37439         (fmax): Likewise.
37440         (fminf): Likewise.
37441         (fmin): Likewise.
37442         (rint): Likewise.
37443         (rintf): Likewise.
37444         (ceil): Likewise.
37445         (ceilf): Likewise.
37446         (floor): Likewise.
37447         (floorf): Likewise.
37448         (nearbyint): Likewise.
37449         (nearbyintf): Likewise.
37450
37451 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37452
37453         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37454         non-default versions.
37455
37456 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37457
37458         [BZ #14218]
37459         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37460
37461 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37462
37463         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37464         (FE_UPWARD, FE_DOWNWARD): Don't define.
37465         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37466         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37467
37468         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37469         reading it.
37470         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37471         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37472
37473 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37474
37475         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37476         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37477         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37478         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37479
37480 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37481
37482         [BZ #14117]
37483         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37484         * sysdeps/i386/fpu/Implies: New file.
37485         * sysdeps/x86_64/fpu/Implies: Likewise.
37486         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37487         * sysdeps/x86/fpu/bits/fenv.h: This.
37488
37489         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37490         __SSE_MATH__.
37491
37492 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37493
37494         [BZ #14134]
37495         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37496         character 0xffff that matches the last element of the
37497         conversion table.
37498
37499 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37500
37501         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37502         fmodl commit.
37503
37504 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37505
37506         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37507         values higher than 25.6283.
37508
37509 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37510
37511         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37512         subnormal exponent extraction and add some __builtin_expect.
37513         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37514         Fix for subnormal mantissa calculation.
37515
37516 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37517
37518         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37519         cpu2 is -1 and errno is not ENOSYS.
37520
37521 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37522
37523         [BZ #14117]
37524         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37525         * sysdeps/x86/bits/string.h: This.
37526         * sysdeps/x86_64/bits/string.h: Removed.
37527
37528         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37529         if not compiling for x86-64, but compiling for >= i486.
37530
37531         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37532         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37533
37534         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37535         New macro from Linux kernel 3.4.0.
37536         (FP_XSTATE_MAGIC2): Likewise.
37537         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37538         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37539         (struct _fpx_sw_bytes): New struct.
37540         (struct _xsave_hdr): Likewise.
37541         (struct _ymmh_state): Likewise.
37542         (struct _xstate): Likewise.
37543
37544         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37545         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37546         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37547         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37548         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37549         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37550
37551         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37552         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37553         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37554         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37555         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37556         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37557
37558 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37559
37560         [BZ #13743]
37561         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37562         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37563         (sysdep_headers): Include sys/platform/ppc.h.
37564         * sysdeps/powerpc/test-gettimebase.c: Test for
37565         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37566         * manual/Makefile (appendices): Include platform.texi.
37567         * manual/contrib.texi (Contributors): Update @node pointers.
37568         * manual/maint.texi (Maintenance): Likewise.
37569         (Platform): New node.
37570         * manual/platform.texi: New file.  Document the new features.
37571
37572 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37573             Jakub Jelinek  <jakub@redhat.com>
37574
37575         [BZ #14188]
37576         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37577         where __builtin_expect is unavailable.
37578
37579 2012-06-03  David S. Miller  <davem@davemloft.net>
37580
37581         * stdlib/longlong.h: Updated from GCC.
37582
37583 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37584
37585         [BZ #14042]
37586         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37587         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37588         __mcount_internal.
37589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37590         (GLIBC_2.16): Likewise.
37591
37592 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37593
37594         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37595
37596 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37597
37598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37599         (default-abi): New variable.
37600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37601         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37602         variable.
37603         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37604         Likewise.
37605         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37606         Likewise.
37607         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37608         Likewise.
37609
37610         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37611         definition.  Document in comment.
37612
37613 2012-06-01  David S. Miller  <davem@davemloft.net>
37614
37615         * stdlib/longlong.h: Updated from GCC.
37616
37617 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37618
37619         [BZ #14117]
37620         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37621         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37622         sys/debugreg.h sys/io.h here.
37623         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37624         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37625         sys/io.h.
37626         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37627         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37628         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37629         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37630         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37631         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37632
37633         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37634         Define only if __x86_64__ is defined.
37635
37636 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37637
37638         [BZ #14048]
37639         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37640         Use int64_t for variable i.
37641         * math/libm-test.inc (fmod_test): Add more tests.
37642
37643         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37644         z computation is not scheduled after fetestexcept.
37645         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37646         Use math_force_eval instead of asm to ensure calculation scheduled
37647         before exception test.
37648         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37649         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37650
37651 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37652
37653         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37654         computation is not scheduled after fetestexcept.
37655
37656 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37657
37658         [BZ #14117]
37659         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37660         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37661
37662 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37663
37664         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37665         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37666
37667 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37668
37669         [BZ #14117]
37670         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37671         <bits/wordsize.h>.
37672         (__WCHAR_MIN): Support __WORDSIZE == 64.
37673         (__WCHAR_MAX): Likewise.
37674
37675         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37676         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37677
37678         [BZ #14183]
37679         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37680         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37681
37682         [BZ #14117]
37683         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37684         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37685
37686         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37687         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37688
37689         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37690         Defined to 1 if __x86_64__ isn't defined.
37691         (_STAT_VER_LINUX_OLD): New.
37692         (st_atime): Remove duplicate.
37693         (st_mtime): Likewise.
37694         (st_ctime): Likewise.
37695
37696 2012-05-31  David S. Miller  <davem@davemloft.net>
37697
37698         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37699         entries.
37700
37701 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37702
37703         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37704         gen-libm-test.pl.
37705
37706         [BZ #14132]
37707         * elf/dl-reloc.c: Include <_itoa.h>.
37708         (_dl_reloc_bad_type): Remove use of INTUSE.
37709         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37710         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37711         * stdio-common/psiginfo.c (psiginfo): Likewise.
37712         * stdio-common/psignal.c (psignal): Likewise.
37713         * string/strsignal.c (strsignal): Likewise.
37714         * include/signal.h (_sys_siglist): Declare hidden proto.
37715         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37716         INTVARDEF with libc_hidden_data_def.
37717         * stdio-common/itoa-udigits.c: Likewise.
37718         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37719         (_itoa_lower_digits_internal): Remove declaration.
37720         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37721         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37722         (_sys_sigabbrev_internal): Remove aliases.
37723         (_sys_siglist): Define hidden alias.
37724
37725 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37726
37727         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37728         bits/sysctl.h.
37729
37730 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37731
37732         [BZ #14117]
37733         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37734         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37735
37736         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37737         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37738         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37739         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37740         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37741         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37742
37743         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37744         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37745         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37746
37747         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37748         with __addr.
37749         (insw): Likewise.
37750         (insl): Likewise.
37751         (outsb): Likewise.
37752         (outsw): Likewise.
37753         (outsl): Likewise.
37754
37755         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37756         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37757         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37758
37759         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37760         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37761         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37762         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37763         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37764         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37765
37766         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37767         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37768
37769         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37770         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37771
37772         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37773         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37774         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37775
37776         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37777         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37778         to ...
37779         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37780
37781         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37782         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37783         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37784
37785         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37786         for x86-64.
37787         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37788
37789 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
37790
37791         * math/math.h (M_El): Use two more decimal places.
37792         (M_LOG2El): Likewise.
37793         (M_LOG10El): Likewise.
37794         (M_LN2l): Likewise.
37795         (M_LN10l): Likewise.
37796         (M_PIl): Likewise.
37797         (M_PI_2l): Likewise.
37798         (M_PI_4l): Likewise.
37799         (M_1_PIl): Likewise.
37800         (M_2_PIl): Likewise.
37801         (M_2_SQRTPIl): Likewise.
37802         (M_SQRT2l): Likewise.
37803         (M_SQRT1_2l): Likewise.
37804
37805 2012-05-31  David S. Miller  <davem@davemloft.net>
37806
37807         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37808         values between float registers.
37809         * sysdeps/sparc/sparc64/memset.S: Likewise.
37810         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37811
37812 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
37813
37814         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37815         -D_FORTIFY_SOURCE=1.
37816         (CPPFLAGS-tst-longjmp_chk.c): Define.
37817         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37818         (CPPFLAGS-tst-longjmp_chk2.c): Define.
37819         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37820         CFLAGS-tst-wchar-h.c.
37821
37822 2012-05-31  Marek Polacek  <polacek@redhat.com>
37823
37824         [BZ #14132]
37825         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37826         __endmntent_internal): Remove declaration.
37827         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37828         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37829         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37830
37831 2012-05-30  David S. Miller  <davem@davemloft.net>
37832
37833         * sysdeps/sparc/sparc32/soft-fp/q_util.c
37834         (___Q_simulate_exceptions): Use real FP ops rather than writing
37835         into the %fsr.
37836         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37837         Likewise.
37838
37839 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37840
37841         [BZ #14117]
37842         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37843         * sysdeps/x86/bits/xtitypes.h: This.
37844
37845         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37846         * sysdeps/x86/bits/wordsize.h: This.
37847
37848         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37849         * sysdeps/x86/bits/huge_vall.h: This.
37850
37851         * sysdeps/i386/bits/select.h: Removed.
37852         * sysdeps/x86_64/bits/select.h: Renamed to ...
37853         * sysdeps/x86/bits/select.h: This.
37854
37855         * sysdeps/i386/bits/setjmp.h: Removed.
37856         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37857         * sysdeps/x86/bits/setjmp.h: This.
37858
37859         * sysdeps/i386/bits/mathdef.h: Removed.
37860         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37861         * sysdeps/x86/bits/mathdef.h: This.
37862
37863 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
37864
37865         [BZ #14132]
37866         * include/sys/socket.h (__connect_internal)
37867         (__libc_sa_len_internal): Remove declaration.
37868         (__connect, __libc_sa_len): Declare hidden_proto.
37869         (SA_LEN): Remove use of INTUSE.
37870         * socket/connect.c: Add libc_hidden_def.
37871         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37872         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37873         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37874         alias.
37875         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37876         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37877         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37878         of adding _internal alias.
37879
37880 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37881
37882         [BZ #14117]
37883         * sysdeps/i386/bits/link.h: Removed.
37884         * sysdeps/i386/bits/linkmap.h: Likewise.
37885         * sysdeps/x86_64/bits/link.h: Renamed to ...
37886         * sysdeps/x86/bits/link.h: This.
37887         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37888         * sysdeps/x86/bits/linkmap.h: This.
37889
37890         * sysdeps/i386/bits/endian.h: Removed.
37891         * sysdeps/x86_64/bits/endian.h: Renamed to ...
37892         * sysdeps/x86/bits/endian.h: This.
37893
37894         * sysdeps/i386/bits/byteswap.h: Removed.
37895         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37896         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
37897         * sysdeps/x86/bits/byteswap.h: This.
37898         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
37899         * sysdeps/x86/bits/byteswap-16.h: This.
37900         * sysdeps/i386/Implies: Add x86.
37901         * sysdeps/x86_64/Implies: Likewise.
37902
37903 2012-05-30  David S. Miller  <davem@davemloft.net>
37904
37905         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
37906         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
37907         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
37908         (FP_TRAPPING_EXCEPTIONS): Define.
37909         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
37910         (FP_TRAPPING_EXCEPTIONS): Define.
37911         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
37912         subnormals only when inexact has been signalled or underflow
37913         exceptions are enabled.
37914         (_FP_PACK_CANONICAL): Likewise.
37915
37916 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37917
37918         [BZ #14183]
37919         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
37920         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
37921
37922 2012-05-30  Richard Henderson  <rth@twiddle.net>
37923
37924         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
37925         with #ifndef NOT_IN_libc.
37926
37927         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
37928         marked to avoid plt entry.
37929
37930 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37931
37932         [BZ #14112]
37933         * Makeconfig (default-abi): New macro.
37934         (abi-includes): Likewise.
37935         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
37936         $(abi-$(default-abi)-lib-soname) for soname if defined.
37937         ($(common-objpfx)gnu/lib-names.stmp): Generate from
37938         abi-variants.
37939         * Makefile (installed-stubs): Likewise.
37940         * include/stubs-biarch.h: Removed.
37941         * scripts/lib-names.awk: Only handle one library at a time.
37942         * scripts/soversions.awk: Remove WORDSIZE support.
37943         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
37944         entries.
37945         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
37946         Removed.
37947         (syscall-list-default-condition): Likewise.
37948         (syscall-list-default-condition): Likewise.
37949         (syscall-list-includes): Likewise.
37950         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
37951         syscall-list-* with abi-*.  Handle undefined abi-variants.
37952         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
37953         * sysdeps/unix/sysv/linux/i386/Implies: New file.
37954         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
37955         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
37956         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
37957         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
37958         Removed.
37959         (syscall-list-32-options): Likewise.
37960         (syscall-list-32-condition): Likewise.
37961         (syscall-list-64-options): Likewise.
37962         (syscall-list-64-condition): Likewise.
37963         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
37964         macro.
37965         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
37966         Renamed to ...
37967         (abi-*): This.
37968         (abi-64-ld-soname): New macro.
37969         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
37970         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
37971         Renamed to ...
37972         (abi-*): This.
37973         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
37974         * sysdeps/x86_64/x32/shlib-versions: Likewise.
37975
37976 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
37977
37978         * sysdeps/unix/sysv/linux/kernel-features.h
37979         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
37980         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
37981         include <kernel-features.h>.
37982         [!__NR_ftruncate64]: Remove conditional code.
37983         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37984         [__NR_ftruncate64]: Make code unconditional.
37985         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37986         * sysdeps/unix/sysv/linux/truncate64.c: Do not
37987         include <kernel-features.h>.
37988         [!__NR_ftruncate64]: Remove conditional code.
37989         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37990         [__NR_ftruncate64]: Make code unconditional.
37991         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
37993         include <kernel-features.h>.
37994         [!__NR_ftruncate64]: Remove conditional code.
37995         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37996         [__NR_ftruncate64]: Make code unconditional.
37997         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
37999         include <kernel-features.h>.
38000         [!__NR_ftruncate64]: Remove conditional code.
38001         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38002         [__NR_ftruncate64]: Make code unconditional.
38003         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38004
38005         * configure.in (libc_cv_fpie): Weaken to a compile test using
38006         LIBC_TRY_CC_OPTION.
38007         * configure: Regenerated.
38008
38009 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38010
38011         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38012         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38013         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38014         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38015         Refreshed.
38016         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38017         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38018         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38019         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38020         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38021         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38022         Refreshed.
38023
38024 2012-05-27  David S. Miller  <davem@davemloft.net>
38025
38026         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38027         (___Q_zero): New.
38028         (__Q_simulate_exceptions): Return void.  Change to simulate
38029         exceptions by writing into the %fsr.
38030         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38031         (__Qp_handle_exceptions): Likewise.
38032         (numbers): Delete.
38033         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38034         __Qp_handle_exceptions.
38035         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38036         __Qp_handle_exceptions.
38037         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38038         as unused and give dummy FP_RND_NEAREST initializer.
38039         (FP_INHIBIT_RESULTS): Define.
38040         (___Q_simulate_exceptions): Update declaration.
38041         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38042         formatting.
38043         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38044         as unused and give dummy FP_RND_NEAREST initializer.
38045         (__Qp_handle_exceptions): Update declaration.
38046         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38047         formatting.
38048
38049 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38050
38051         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38052         the temporary FPU control word.
38053         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38054         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38055         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38056         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38057         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38058         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38059         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38060         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38061         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38062         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38063         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38064
38065 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38066
38067         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38068         fields.
38069
38070 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38071
38072         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38073         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38074         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38075         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38076         Likewise.
38077         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38078         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38079         Likewise.
38080
38081 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38082
38083         * po/h.po: Update from translation team.
38084
38085 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38086
38087         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38088
38089         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38090         handling of denormals.
38091         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38092         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38093         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38094         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38095         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38096         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38097         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38098         Likewise.
38099
38100 2012-05-26  Marek Polacek  <polacek@redhat.com>
38101
38102         [BZ #14152]
38103         * math/libm-test.inc (fma_test): Don't always expect underflow
38104         exception.
38105
38106 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38107
38108         [BZ #12416]
38109         * elf/tst-execstack.c: Include stackinfo.h.
38110         (do_test): Adjust test case to ensure that pthread_getattr_np
38111         behaviour remains the same after marking stack executable.
38112
38113 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38114
38115         * sysdeps/unix/sysv/linux/kernel-features.h
38116         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38117         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38118         kernel-features.h.
38119         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38120         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38121         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38122         kernel-features.h.
38123         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38124         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38125
38126 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38127
38128         * configure.in: Define the default includes to being none.
38129         * configure: Regenerated.
38130
38131 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38132
38133         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38134         * sysdeps/x86_64/setjmp.S: Likewise.
38135         * sysdeps/i386/bsd-setjmp.S: Likewise.
38136         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38137         * sysdeps/i386/setjmp.S: Likewise.
38138         * sysdeps/i386/__longjmp.S: Likewise.
38139         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38140         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38141
38142         * include/stap-probe.h: New file.
38143         * configure.in: Handle --enable-systemtap.
38144         * configure: Regenerated.
38145         * config.h.in (USE_STAP_PROBE): New #undef.
38146         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38147         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38148         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38149
38150 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38151
38152         [BZ #13717]
38153         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38154         to 2.4.0 where earlier.
38155         * sysdeps/unix/sysv/linux/configure: Regenerated.
38156         * sysdeps/unix/sysv/linux/i386/chown.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/fchown.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/fchownat.c (fchownat)
38165         [__ASSUME_32BITUIDS]: Make code unconditional.
38166         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38167         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38168         <kernel-features.h>.
38169         [__ASSUME_32BITUIDS]: Make code unconditional.
38170         [!__ASSUME_32BITUIDS]: Remove conditional code.
38171         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38172         <kernel-features.h>.
38173         [__ASSUME_32BITUIDS]: Make code unconditional.
38174         [!__ASSUME_32BITUIDS]: Remove conditional code.
38175         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38176         <kernel-features.h>.
38177         [__ASSUME_32BITUIDS]: Make code unconditional.
38178         [!__ASSUME_32BITUIDS]: Remove conditional code.
38179         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38180         <kernel-features.h>.
38181         [__ASSUME_32BITUIDS]: Make code unconditional.
38182         [!__ASSUME_32BITUIDS]: Remove conditional code.
38183         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38184         <kernel-features.h>.
38185         [__ASSUME_32BITUIDS]: Make code unconditional.
38186         [!__ASSUME_32BITUIDS]: Remove conditional code.
38187         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38188         <kernel-features.h>.
38189         [__ASSUME_32BITUIDS]: Make code unconditional.
38190         [!__ASSUME_32BITUIDS]: Remove conditional code.
38191         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38192         <kernel-features.h>.
38193         [__ASSUME_32BITUIDS]: Make code unconditional.
38194         [!__ASSUME_32BITUIDS]: Remove conditional code.
38195         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38196         <kernel-features.h>.
38197         [__ASSUME_32BITUIDS]: Make code unconditional.
38198         [!__ASSUME_32BITUIDS]: Remove conditional code.
38199         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38200         <kernel-features.h>.
38201         [__ASSUME_32BITUIDS]: Make code unconditional.
38202         [!__ASSUME_32BITUIDS]: Remove conditional code.
38203         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38204         <kernel-features.h>.
38205         [__ASSUME_32BITUIDS]: Make code unconditional.
38206         [!__ASSUME_32BITUIDS]: Remove conditional code.
38207         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38208         <kernel-features.h>.
38209         [__NR_setresgid] (__setresgid): Do not declare.
38210         [__ASSUME_32BITUIDS]: Make code unconditional.
38211         [!__ASSUME_32BITUIDS]: Remove conditional code.
38212         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38213         <kernel-features.h>.
38214         [__NR_setresuid] (__setresuid): Do not declare.
38215         [__ASSUME_32BITUIDS]: Make code unconditional.
38216         [!__ASSUME_32BITUIDS]: Remove conditional code.
38217         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38218         <kernel-features.h>.
38219         [__ASSUME_32BITUIDS]: Make code unconditional.
38220         [!__ASSUME_32BITUIDS]: Remove conditional code.
38221         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38222         <kernel-features.h>.
38223         [__ASSUME_32BITUIDS]: Make code unconditional.
38224         [!__ASSUME_32BITUIDS]: Remove conditional code.
38225         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38226         <kernel-features.h>.
38227         [__ASSUME_32BITUIDS]: Make code unconditional.
38228         [!__ASSUME_32BITUIDS]: Remove conditional code.
38229         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38230         <kernel-features.h>.
38231         [__ASSUME_32BITUIDS]: Make code unconditional.
38232         [!__ASSUME_32BITUIDS]: Remove conditional code.
38233         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38234         <kernel-features.h>.
38235         [__ASSUME_32BITUIDS]: Make code unconditional.
38236         [!__ASSUME_32BITUIDS]: Remove conditional code.
38237         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38238         <kernel-features.h>.
38239         [__ASSUME_32BITUIDS]: Make code unconditional.
38240         [!__ASSUME_32BITUIDS]: Remove conditional code.
38241         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38242         <kernel-features.h>.
38243         [__ASSUME_32BITUIDS]: Make code unconditional.
38244         [!__ASSUME_32BITUIDS]: Remove conditional code.
38245         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38246         <kernel-features.h>.
38247         [__ASSUME_32BITUIDS]: Make code unconditional.
38248         [!__ASSUME_32BITUIDS]: Remove conditional code.
38249         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38250         <kernel-features.h>.
38251         [__ASSUME_32BITUIDS]: Make code unconditional.
38252         [!__ASSUME_32BITUIDS]: Remove conditional code.
38253         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38254         <kernel-features.h>.
38255         [__ASSUME_32BITUIDS]: Make code unconditional.
38256         [!__ASSUME_32BITUIDS]: Remove conditional code.
38257         * sysdeps/unix/sysv/linux/kernel-features.h
38258         (__ASSUME_SETRESUID_SYSCALL): Remove.
38259         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38260         (__ASSUME_32BITUIDS): Likewise.
38261         (__ASSUME_LDT_WORKS): Likewise.
38262         (__ASSUME_O_DIRECTORY): Likewise.
38263         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38264         architecture but not kernel version.
38265         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38266         (__ASSUME_MMAP2_SYSCALL): Likewise.
38267         (__ASSUME_STAT64_SYSCALL): Likewise.
38268         (__ASSUME_IPC64): Likewise.
38269         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38270         <kernel-features.h>.
38271         [__ASSUME_32BITUIDS]: Make code unconditional.
38272         [!__ASSUME_32BITUIDS]: Remove conditional code.
38273         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38274         <kernel-features.h>.
38275         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38276         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38277         132096]: Remove conditional code.
38278         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38279         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38280         <kernel-features.h>.
38281         [__ASSUME_32BITUIDS]: Make code unconditional.
38282         [!__ASSUME_32BITUIDS]: Remove conditional code.
38283         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38284         <kernel-features.h>.
38285         [__ASSUME_32BITUIDS]: Make code unconditional.
38286         [!__ASSUME_32BITUIDS]: Remove conditional code.
38287         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38288         <kernel-features.h>.
38289         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38290         unconditional.
38291         (__setresgid): Do not declare.
38292         [__ASSUME_32BITUIDS]: Make code unconditional.
38293         [!__ASSUME_32BITUIDS]: Remove conditional code.
38294         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38295         <kernel-features.h>.
38296         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38297         unconditional.
38298         (__setresuid): Do not declare.
38299         [__ASSUME_32BITUIDS]: Make code unconditional.
38300         [!__ASSUME_32BITUIDS]: Remove conditional code.
38301         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38302         <kernel-features.h>.
38303         [__ASSUME_32BITUIDS]: Make code unconditional.
38304         [!__ASSUME_32BITUIDS]: Remove conditional code.
38305         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38306         <kernel-features.h>.
38307         [__ASSUME_32BITUIDS]: Make code unconditional.
38308         [!__ASSUME_32BITUIDS]: Remove conditional code.
38309
38310 2012-05-25  Richard Henderson  <rth@twiddle.net>
38311
38312         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38313         dl_hwcap to ifunc resolver.
38314         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38315         elf_ifunc_invoke.
38316         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38317         dl_hwcap to ifunc resolver.
38318         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38319
38320 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38321
38322         [BZ #14153]
38323         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38324         for |x| <= 2**-26, not 2**-57.
38325         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38326         exception.
38327
38328 2012-05-24  Jeff Law  <law@redhat.com>
38329
38330         * stdio-common/Makefile (tests): Add bug25.
38331         * stdio-common/bug25.c: New test.
38332
38333 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38334
38335         [BZ #13576]
38336         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38337         multiple of MALLOC_ALIGNMENT in size.
38338         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38339
38340 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38341
38342         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38343         Require >= 256.
38344         (FILENAME_MAX): Use macro-int-constant.
38345         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38346         (_IOFBF): Use macro-int-constant.
38347         (_IOLBF): Likewise.
38348         (_IONBF): Likewise.
38349         (SEEK_CUR): Likewise.
38350         (SEEK_END): Likewise.
38351         (SEEK_SET): Likewise.
38352         (TMP_MAX): Likewise.
38353         (EOF): Use macro-int-constant.  Require < 0.
38354         (NULL): Use macro-constant.  Require == 0.
38355         (stdin): Require type to be FILE *.
38356         (stdout): Likewise.
38357         (stderr): Likewise.
38358         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38359         macro-int-constant.
38360         (EXIT_SUCCESS): Likewise.
38361         (NULL): Use macro-constant.  Require == 0.
38362         (RAND_MAX): Use macro-int-constant.
38363         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38364         [C99-based standards] (strtof): Require function.
38365         [C99-based standards] (strtold): Likewise.
38366         [C99-based standards] (strtoll): Likewise.
38367         [C99-based standards] (strtoull): Likewise.
38368         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38369         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38370         [ISO || ISO99 || ISO11] (math.h): Likewise.
38371         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38372         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38373         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38374
38375 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38376
38377         [BZ #14132]
38378         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38379         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38380         * intl/dgettext.c (DCGETTEXT): Likewise.
38381         * intl/gettext.c (DCGETTEXT): Likewise.
38382         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38383         * posix/regex_internal.h (gettext): Likewise.
38384         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38385         Remove declaration.
38386         * include/argz.h (__argz_count_internal)
38387         (__argz_stringify_internal): Remove declaration.
38388         (__argz_count, __argz_stringify): Declare hidden proto.
38389         * intl/dcgettext.c: Remove use of INTDEF.
38390         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38391         * string/argz-stringify.c: Likewise.
38392         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38393         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38394         Declare hidden proto.
38395         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38396         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38397         Declare hidden proto.
38398         * include/stdio.h (__asprintf_internal): Don't declare.
38399         (__asprintf): Don't define as macro.  Declare hidden proto.
38400         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38401         (__fsetlocking): Declare hidden proto.
38402         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38403         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38404         hidden proto.
38405         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38406         (_IO_setlinebuf): Remove use of INTUSE.
38407         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38408         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38409         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38410         Remove declaration.
38411         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38412         (_IO_do_flush): Remove use of INTUSE.
38413         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38414         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38415         (_IO_adjust_column, _IO_least_wmarker)
38416         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38417         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38418         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38419         (_IO_default_doallocate, _IO_wdefault_doallocate)
38420         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38421         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38422         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38423         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38424         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38425         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38426         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38427         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38428         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38429         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38430         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38431         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38432         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38433         proto.
38434         (_IO_flush_all_internal, _IO_adjust_column_internal)
38435         (_IO_default_uflow_internal, _IO_default_finish_internal)
38436         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38437         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38438         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38439         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38440         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38441         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38442         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38443         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38444         (_IO_file_close_internal, _IO_file_close_it_internal)
38445         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38446         (_IO_file_init_internal, _IO_file_attach_internal)
38447         (_IO_file_fopen_internal, _IO_file_read_internal)
38448         (_IO_file_sync_internal, _IO_file_seek_internal)
38449         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38450         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38451         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38452         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38453         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38454         (_IO_list_all_internal, _IO_link_in_internal)
38455         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38456         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38457         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38458         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38459         (_IO_do_write_internal, _IO_padn_internal)
38460         (_IO_getline_info_internal, _IO_getline_internal)
38461         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38462         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38463         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38464         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38465         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38466         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38467         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38468         with libc_hidden_ver, remove use of INTUSE.
38469         * libio/genops.c: Likewise.
38470         * libio/freopen.c: Likewise.
38471         * libio/freopen64.c: Likewise.
38472         * libio/iofclose.c: Likewise.
38473         * libio/iofdopen.c: Likewise.
38474         * libio/iofflush.c: Likewise.
38475         * libio/iofflush_u.c: Likewise.
38476         * libio/iofgets.c: Likewise.
38477         * libio/iofgets_u.c: Likewise.
38478         * libio/iofopen.c: Likewise.
38479         * libio/iofopncook.c: Likewise.
38480         * libio/iofread.c: Likewise.
38481         * libio/iofread_u.c: Likewise.
38482         * libio/ioftell.c: Likewise.
38483         * libio/iofwrite.c: Likewise.
38484         * libio/iogetline.c: Likewise.
38485         * libio/iogets.c: Likewise.
38486         * libio/iogetwline.c: Likewise.
38487         * libio/iopadn.c: Likewise.
38488         * libio/iopopen.c: Likewise.
38489         * libio/ioseekoff.c: Likewise.
38490         * libio/ioseekpos.c: Likewise.
38491         * libio/iosetbuffer.c: Likewise.
38492         * libio/iosetvbuf.c: Likewise.
38493         * libio/ioungetc.c: Likewise.
38494         * libio/ioungetwc.c: Likewise.
38495         * libio/iovdprintf.c: Likewise.
38496         * libio/iovsprintf.c: Likewise.
38497         * libio/iovsscanf.c: Likewise.
38498         * libio/memstream.c: Likewise.
38499         * libio/obprintf.c: Likewise.
38500         * libio/oldfileops.c: Likewise.
38501         * libio/oldiofclose.c: Likewise.
38502         * libio/oldiofdopen.c: Likewise.
38503         * libio/oldiofopen.c: Likewise.
38504         * libio/oldiopopen.c: Likewise.
38505         * libio/oldstdfiles.c: Likewise.
38506         * libio/putc.c: Likewise.
38507         * libio/setbuf.c: Likewise.
38508         * libio/setlinebuf.c: Likewise.
38509         * libio/stdfiles.c: Likewise.
38510         * libio/strops.c: Likewise.
38511         * libio/vasprintf.c: Likewise.
38512         * libio/vscanf.c: Likewise.
38513         * libio/vsnprintf.c: Likewise.
38514         * libio/vswprintf.c: Likewise.
38515         * libio/wfiledoalloc.c: Likewise.
38516         * libio/wfileops.c: Likewise.
38517         * libio/wgenops.c: Likewise.
38518         * libio/wmemstream.c: Likewise.
38519         * libio/wstrops.c: Likewise.
38520         * libio/__fpurge.c: Likewise.
38521         * libio/__fsetlocking.c: Likewise.
38522         * assert/assert.c: Likewise.
38523         * debug/fgets_chk.c: Likewise.
38524         * debug/fgets_u_chk.c: Likewise.
38525         * debug/fread_chk.c: Likewise.
38526         * debug/fread_u_chk.c: Likewise.
38527         * debug/gets_chk.c: Likewise.
38528         * debug/obprintf_chk.c: Likewise.
38529         * debug/vasprintf_chk.c: Likewise.
38530         * debug/vdprintf_chk.c: Likewise.
38531         * debug/vsnprintf_chk.c: Likewise.
38532         * debug/vsprintf_chk.c: Likewise.
38533         * malloc/mtrace.c: Likewise.
38534         * misc/error.c: Likewise.
38535         * misc/syslog.c: Likewise.
38536         * stdio-common/asprintf.c: Likewise.
38537         * stdio-common/fxprintf.c: Likewise.
38538         * stdio-common/getw.c: Likewise.
38539         * stdio-common/isoc99_fscanf.c: Likewise.
38540         * stdio-common/isoc99_scanf.c: Likewise.
38541         * stdio-common/isoc99_vfscanf.c: Likewise.
38542         * stdio-common/isoc99_vscanf.c: Likewise.
38543         * stdio-common/isoc99_vsscanf.c: Likewise.
38544         * stdio-common/printf-prs.c: Likewise.
38545         * stdio-common/printf_fp.c: Likewise.
38546         * stdio-common/printf_fphex.c: Likewise.
38547         * stdio-common/printf_size.c: Likewise.
38548         * stdio-common/putw.c: Likewise.
38549         * stdio-common/scanf.c: Likewise.
38550         * stdio-common/sprintf.c: Likewise.
38551         * stdio-common/tmpfile.c: Likewise.
38552         * stdio-common/vfprintf.c: Likewise.
38553         * stdio-common/vfscanf.c: Likewise.
38554         * stdlib/strfmon_l.c: Likewise.
38555         * sunrpc/openchild.c: Likewise.
38556         * sunrpc/xdr_stdio.c: Likewise.
38557         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38558         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38559
38560 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38561
38562         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38563
38564         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38565         in the third column, to generate for the shared library an IFUNC
38566         that uses _dl_vdso_vsym.
38567         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38568         * Makeconfig (object-suffixes-noshared): New variable.
38569
38570         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38571         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38572         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38573         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38574
38575         [BZ #14132]
38576         * include/sys/time.h (__gettimeofday): Remove macro.
38577         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38578         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38579         Remove INTDEF.
38580         (__gettimeofday): Add libc_hidden_def.
38581         (gettimeofday): Add libc_hidden_weak.
38582         * sysdeps/mach/gettimeofday.c: Likewise.
38583         * sysdeps/posix/gettimeofday.c: Likewise.
38584         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38585         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38586         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38587         (__gettimeofday_internal): Remove strong_alias.
38588         (__gettimeofday): Add libc_hidden_def.
38589         (gettimeofday): Add libc_hidden_weak.
38590         * sysdeps/unix/syscalls.list (gettimeofday):
38591         Remove __gettimeofday_internal alias.
38592
38593 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38594             H.J. Lu  <hongjiu.lu@intel.com>
38595
38596         [BZ #12495]
38597         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38598         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38599         (largebin_index_32_big): New.
38600         (largebin_index): Use it for 16-byte alignment.
38601         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38602         correction with front_misalign.
38603
38604 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38605
38606         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38607         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38608         Likewise.
38609         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38610         Likewise.
38611         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38612         Likewise.
38613         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38614         Likewise.
38615         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38616         Likewise.
38617         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38618         Likewise.
38619         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38620         Likewise.
38621         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38622         Likewise.
38623         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38624         Likewise.
38625         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38626         Likewise.
38627         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38628         Likewise.
38629         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38630         Likewise.
38631
38632         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38633         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38634
38635 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38636
38637         [BZ #10846]
38638         [BZ #14036]
38639         * math/libm-test.inc (exp_test): Add test from bug 14036.
38640         (pow_test): Add test from bug 10846.
38641
38642         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38643         and other flags.
38644         (special_function): Do not include flags in test name.
38645         (parse_args): Likewise.
38646         * sysdeps/i386/fpu/libm-test-ulps: Update.
38647         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38648         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38649         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38651
38652         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38653         exceptions.
38654         * math/libm-test.inc ("Philosophy"): Update comment about
38655         exception testing.
38656         (UNDERFLOW_EXCEPTION): New macro.
38657         (UNDERFLOW_EXCEPTION_OK): Likewise.
38658         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38659         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38660         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38661         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38662         (INVALID_EXCEPTION_OK): Update value.
38663         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38664         (OVERFLOW_EXCEPTION_OK): Likewise.
38665         (IGNORE_ZERO_INF_SIGN): Likewise.
38666         (test_exceptions): Handle underflow exceptions.
38667         (acos_test): Update for underflow exception expectations.
38668         (cexp_test): Likewise.
38669         (clog_test): Likewise.
38670         (clog10_test): Likewise.
38671         (csqrt_test): Likewise.
38672         (ctan_test): Likewise.
38673         (ctanh_test): Likewise.
38674         (exp_test): Likewise.
38675         (exp10_test): Likewise.
38676         (exp2_test): Likewise.
38677         (expm1_test): Likewise.
38678         (fma_test): Likewise.
38679         (j0_test): Likewise.
38680         (jn_test): Likewise.
38681         (nexttoward_test): Likewise.
38682         (pow_test): Likewise.
38683         (scalbn_test): Likewise.
38684         (scalbln_test): Likewise.
38685         (tan_test): Likewise.
38686         (y1_test): Likewise.
38687         * sysdeps/i386/fpu/libm-test-ulps: Update.
38688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38689
38690 2012-05-23  David S. Miller  <davem@davemloft.net>
38691
38692         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38693         (__libc_sigaction): Remove unused local variables.
38694
38695 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38696
38697         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38698
38699 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38700
38701         mktime: avoid signed integer overflow
38702         * time/mktime.c (__mktime_internal): Do not mishandle the case
38703         where diff == INT_MIN.
38704
38705         mktime: simplify computation of average
38706         * time/mktime.c (ranged_convert): Use new time_t_avg function
38707         instead of rolling our own (probably-slower) code.
38708
38709         mktime: do not assume signed right shift propagates sign bit
38710         * time/mktime.c (isdst_differ): New static function.
38711         (__mktime_internal): No need to normalize tm_isdst now.
38712         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38713         tm_isdst values.
38714
38715         mktime: merge another wrapv change from gnulib
38716         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38717         from some compilers.
38718
38719         mktime: remove incorrect attempt at unusual arithmetics
38720         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38721         The code didn't really work on such machines anyway.
38722         (TYPE_MINIMUM): Assume two's complement.
38723         (twos_complement_arithmetic): Verify that long_int and time_t
38724         are two's complement (or unsigned, in the latter case).
38725
38726         mktime: check signed shifts on long_int and time_t, too
38727         * time/mktime.c (SHR): Check that shifts work as desired
38728         on the types long_int and time_t too, as SHR is used on
38729         such types.
38730
38731         mktime: do not assume 'long' is wide enough
38732         * time/mktime.c (verify): Move decl up.
38733         (long_int): New type.
38734         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38735         to remove assumption in the code that 'long' is wide enough to
38736         store year values.  This assumption is not true on x32 and on
38737         some non-glibc platforms.
38738
38739         mktime: merge wrapv change from gnulib
38740         * time/mktime.c (WRAPV): New macro.
38741         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38742         (guess_time_tm, __mktime_internal): Do not assume that signed
38743         integer overflow wraps around; modern compilers generate code
38744         where this assumption is no longer valid.
38745
38746 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38747
38748         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38749         Replace "jmp L(pseudo_end)" with "ret".
38750         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38751         Likewise.
38752
38753 2012-05-23  Andreas Jaeger  <aj@suse.de>
38754
38755         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38756         * sysdeps/unix/sysv/linux/poll.c: Remove file.
38757
38758 2012-05-23  Andreas Jaeger  <aj@suse.de>
38759             Maximilian Attems  <max@stro.at>
38760
38761         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38762         New macros.
38763
38764 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38765
38766         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38767         code so that pseudo_end is just ret and the stack pointer is
38768         correct also for static library in error case.
38769
38770 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
38771
38772         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38773         move to syscalls.list.
38774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38778
38779         * manual/install.texi (Running make install): Do not mention Linux
38780         kernel version for which pt_chown is not needed.
38781         (Linux): Do not mention problems with nscd with 2.0 kernels.
38782         * INSTALL: Regenerated.
38783
38784 2012-05-23  Andreas Jaeger  <aj@suse.de>
38785
38786         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38787         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38788         macro.
38789         * sysdeps/unix/sysv/linux/s390/bits/mman.h
38790         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38791         * sysdeps/unix/sysv/linux/sh/bits/mman.h
38792         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38793         * sysdeps/unix/sysv/linux/i386/bits/mman.h
38794         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38795         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38796         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38797         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38798         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38799         * sysdeps/unix/sysv/linux/bits/in.h
38800         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38801
38802 2012-05-22  Roland McGrath  <roland@hack.frob.com>
38803
38804         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38805         (PREPARE_VERSION): Just use assert instead, it will be elided
38806         under [NDEBUG] anyway.
38807
38808 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38809
38810         * sysdeps/unix/sysv/linux/Makefile: Include
38811         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
38812         (sysdep_routines): Remove sysctl.
38813         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38814         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38815         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38816         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38817         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38818
38819 2012-05-22  Andreas Jaeger  <aj@suse.de>
38820
38821         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38822         that pseudo_end is just ret and the stack pointer is correct also
38823         for static library in error case.
38824
38825 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
38826
38827         [BZ #14122]
38828         * nss/nsswitch.c (defconfig_entries): New variable.
38829         (__nss_database_lookup): Don't leak defconfig entries.
38830         (nss_parse_service_list): Don't leak on error paths.
38831         (free_database_entries): New function.
38832         (free_defconfig): New function.
38833         (free_mem): Move common code to free_database_entries.
38834
38835 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38836
38837         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38838         Add arch_prctl.
38839         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38840
38841         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38842         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38843         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38844         New macro.
38845         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38846         (INTERNAL_SYSCALL_TYPES): Likewise.
38847         (LOAD_ARGS_TYPES_[1-6]): Likewise.
38848         (LOAD_REGS_TYPES_[1-6]): Likewise.
38849         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38850         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38851
38852 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38853
38854         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38855         copysignl for GLIBC_2_0.
38856         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38857         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38858         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38859         logbl for GLIBC_2_0.
38860         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38861         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38862
38863 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38864
38865         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38866         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
38867
38868         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38869         Use "neg %eax".
38870
38871         * time/mktime.c: Update copyright years.
38872
38873 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
38874
38875         mktime: merge comment-quoting-style change from gnulib
38876         * time/mktime.c: Quote 'like this' in comments.
38877         The GNU coding standards suggest that we no longer quote `like this',
38878         as "`" and "'" are typically rendered asymmetrically nowadays.
38879         The typical gnulib style is to quote 'like this' when quoting
38880         code, and "like this" when quoting English.
38881
38882         * time/mktime.c (compile-command): Add "-I.".
38883
38884         mktime: merge mktime-internal.h change from gnulib
38885         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38886
38887         mktime: merge time_r change from gnulib
38888         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38889
38890         mktime: merge DEBUG change from gnulib
38891         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
38892         case system <time.h> has a #define.
38893
38894         mktime: merge <sys/types.h> change from gnulib
38895         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
38896         since <time.t> is now guaranteed to define time_t.
38897
38898         mktime: merge HAVE_CONFIG_H change from gnulib
38899         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
38900
38901 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38902
38903         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38904         Use "neg %eax".
38905
38906         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
38907         __rlim_t cast.
38908         (struct rusage): Use anonymous union to pad each field to
38909         __syscall_slong_t.
38910
38911 2012-05-21  David S. Miller  <davem@davemloft.net>
38912
38913         * Makefules (o-iterator): Remove .s cases.
38914         (compile-command.s): Delete.
38915         (COMPILE.s): Delete.
38916         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
38917
38918 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
38919
38920         * configure.in (libc_cv_predef_stack_protector): Only consider
38921         "foobar" and "__stack_chk_fail" lines in libc_undefs.
38922         * configure: Regenerated.
38923
38924 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38925
38926         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38927         New macro.  Use R*LP on int and pointer.
38928         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
38929         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
38930         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
38931         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
38932
38933         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
38934         [__WORDSIZE_TIME64_COMPAT32] instead of
38935         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
38936         (struct utmp): Likewise.
38937         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
38938         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
38939         Renamed to ...
38940         (__WORDSIZE_TIME64_COMPAT32): This.
38941         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
38942         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
38943         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
38944         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
38945         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
38946         (__WORDSIZE_TIME64_COMPAT32): New macro.
38947
38948 2012-05-21  Andreas Jaeger  <aj@suse.de>
38949
38950         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
38951         only if [SHARED]. Add prototype for __wcschr_ia32.
38952
38953 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38954
38955         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
38956         of %rbp unmolested in the jmp_buf while mangling the low bits.
38957         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
38958         unmolested high bits of %rbp while demangling the low bits.
38959         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38960
38961 2012-05-21  Andreas Jaeger  <aj@suse.de>
38962
38963         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
38964         * sunrpc/svc_simple.c: Use it for registerrpc.
38965         * sunrpc/xcrypt.c: Use it for passwd2des.
38966
38967         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
38968
38969 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38970
38971         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
38972         Don't define if [__SYSCALL_WORDSIZE != 32].
38973         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
38974         New macro.
38975
38976 2012-05-21  Bruno Haible  <bruno@clisp.org>
38977             Andreas Jaeger  <aj@suse.de>
38978
38979         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
38980         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
38981         inptr and inend for must_buffer_ch.
38982         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
38983         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
38984         * stdio-common/Makefile (tests): Remove bug15.
38985         (bug15-ENV): Remove macro.
38986         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
38987         anymore.
38988
38989 2012-05-19  Andreas Jaeger  <aj@suse.de>
38990             Roland McGrath  <roland@hack.frob.com>
38991
38992         * manual/contrib.texi: Completely rewritten. It contains now an
38993         alphabetical list of contributors and their contributions.
38994
38995 2012-05-21  Richard Henderson  <rth@twiddle.net>
38996
38997         * misc/getauxval.c (__getauxval): Use unsigned long int.
38998         * misc/sys/auxv.h: Include <sys/cdefs.h>.
38999         (getauxval): Use unsigned long int.
39000
39001 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39002
39003         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39004
39005 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39006
39007         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39008         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39009         __alignof__ (long double).
39010
39011 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39012
39013         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39014
39015 2012-05-20  Richard Henderson  <rth@twiddle.net>
39016
39017         * misc/getauxval.c: New file.
39018         * misc/sys/auxv.h: New file.
39019         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39020         (routines): Add getauxval.
39021         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39022         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39023         * elf/dl-sysdep.c (_dl_auxv): Remove.
39024         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39025         * elf/dl-support.c (_dl_auxv): New variable.
39026         (_dl_aux_init): Initialize it.
39027         * manual/startup.texi (Auxiliary Vector): New node.
39028         * sysdeps/generic/bits/hwcap.h: New file.
39029         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39030         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39031         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39032         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39033         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39034         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39036         Update.
39037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39038         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39039         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39040         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39041         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39042         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39043         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39044         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39045
39046 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39047
39048         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39049
39050 2012-05-19  David S. Miller  <davem@davemloft.net>
39051
39052         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39053
39054 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39055
39056         [BZ #14123]
39057         * math/s_ccosh.c: Include <float.h>
39058         (__ccosh): Avoid internal overflow calculating sinh and cosh
39059         values before multiplying by sin and cos values.
39060         * math/s_ccoshf.c: Likewise.
39061         * math/s_ccoshl.c: Likewise.
39062         * math/s_csin.c: Likewise.
39063         * math/s_csinf.c: Likewise.
39064         * math/s_csinl.c: Likewise.
39065         * math/s_csinh.c: Likewise.
39066         * math/s_csinhf.c: Likewise.
39067         * math/s_csinhl.c: Likewise.
39068         * math/libm-test.inc (ccos_test): Add more tests.
39069         (ccosh_test): Likewise.
39070         (csin_test): Likewise.
39071         (csinh_test): Likewise.
39072         * sysdeps/i386/fpu/libm-test-ulps: Update.
39073         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39074
39075 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39076
39077         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39078         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39079
39080         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39081
39082 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39083
39084         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39085         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39086         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39087         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39088         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39089         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39090         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39091         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39092         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39093         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39094         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39095         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39096         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39097         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39098         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39099         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39100         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39101         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39102         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39103         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39104         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39105         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39106         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39107         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39108         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39109         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39110         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39111         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39112         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39113         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39114         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39115
39116 2012-05-18  Andreas Jaeger  <aj@suse.de>
39117
39118         * csu/.gitignore: Delete.
39119
39120 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39121
39122         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39123         (timex): Use __syscall_slong_t.
39124
39125 2012-05-18  Andreas Jaeger  <aj@suse.de>
39126             Carlos O'Donell  <carlos_odonell@mentor.com>
39127
39128         * manual/install.texi (Configuring and compiling): Update
39129         description about files modified in the source directory.
39130         * INSTALL: Regenerated.
39131
39132 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39133
39134         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39135         value.  Use "or" to set return value to -1.
39136         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39137         negate return value.
39138
39139 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39140
39141         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39142         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39143         failure if the compiler has Graphite support disabled.
39144         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39145         Likewise.
39146         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39147         (CFLAGS-memmove.c): Likewise.
39148         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39149         Likewise.
39150
39151 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39152
39153         * sysdeps/x86_64/x32/_itoa.h: New file.
39154
39155         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39156         getdents system call only if kernel and user dirents have the
39157         same d_ino and d_off.
39158
39159         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39160         LLONG_MAX != LONG_MAX.
39161         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39162         (_fitoa_word): Likewise.
39163
39164         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39165         years.
39166         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39167         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39168         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39169
39170         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39171         include <bits/wordsize.h>.  Check __x86_64__ instead of
39172         __WORDSIZE.
39173         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39174         if __x86_64__ is defined.  Use anonymous union on fpstate.
39175
39176         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39177         anonymous union.
39178
39179 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39180
39181         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39182         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39183         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39184         Refer to _rtld_local_ro instead of _rtld_global_ro.
39185         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39186         Likewise.
39187         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39188         Likewise.
39189         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39190         Likewise.
39191         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39192         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39193         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39194
39195         * sysdeps/powerpc/powerpc32/dl-machine.c
39196         (__elf_machine_runtime_setup) [PROF]: Don't reference
39197         _dl_prof_resolve.
39198
39199 2012-05-18  Andreas Jaeger  <aj@suse.de>
39200
39201         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39202         function only available for GCCs before 3.4 since GCC 3.4
39203         introduced a builtin.
39204         (lrint): Likewise.
39205         (llrintf): Likewise.
39206         (llrint): Likewise.
39207         (fmaxf): Likewise.
39208         (fmax): Likewise.
39209         (fminf): Likewise.
39210         (fmin): Likewise.
39211         (rint): Likewise.
39212         (rintf): Likewise.
39213         (nearbyint): Likewise.
39214         (nearbyintf): Likewise.
39215         (ceil): Likewise.
39216         (ceilf): Likewise.
39217         (floor): Likewise.
39218         (floorf): Likewise.
39219
39220 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39221
39222         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39223         on both fields and cast pointer to __syscall_ulong_t.
39224
39225         * bits/types.h (__fsword_t): New type.
39226         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39227         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39228         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39229         (__FSWORD_T_TYPE): Likewise.
39230         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39231         (__FSWORD_T_TYPE): Likewise.
39232         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39233         (__FSWORD_T_TYPE): Likewise.
39234         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39235         (__FSWORD_T_TYPE): Likewise.
39236         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39237         __SWORD_TYPE with __fsword_t.
39238         (statfs64): Likewise.
39239
39240 2012-05-17  David S. Miller  <davem@davemloft.net>
39241
39242         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39243
39244 2012-05-17  Andreas Jaeger  <aj@suse.de>
39245
39246         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39247         warning.
39248
39249 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39250
39251         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39252
39253 2012-05-17  Andreas Jaeger  <aj@suse.de>
39254
39255         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39256         when it is used.
39257
39258 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39259
39260         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39261
39262 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39263
39264         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39265         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39266
39267 2012-05-17  Andreas Jaeger  <aj@suse.de>
39268             Carlos O'Donell  <carlos_odonell@mentor.com>
39269
39270         [BZ #14059]
39271         * sysdeps/x86_64/multiarch/init-arch.h
39272         (bit_YMM_Usable): Rename to...
39273         (bit_AVX_Usable): ... this.
39274         (bit_FMA4_Usable): New macro.
39275         (bit_XMM_state): New macro.
39276         (bit_YMM_state): New macro.
39277         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39278         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39279         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39280         (CPUID_OSXSAVE): New macro.
39281         (CPUID_AVX): New macro.
39282         (CPUID_FMA4): New macro.
39283         (index_YMM_Usable): Rename to...
39284         (index_AVX_Usable): ... this.
39285         (HAS_AVX): Use HAS_ARCH_FEATURE.
39286         (HAS_FMA4): Likewise.
39287         (HAS_YMM_USABLE): Remove.
39288         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39289         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39290         are present.
39291         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39292         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39293         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39294         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39295         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39296
39297 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39298
39299         * math/libm-test.c: Support platforms without multiple rounding modes.
39300         * math/bug-nextafter.c: Support platforms without FP exceptions.
39301         * math/bug-nexttoward.c: Likewise.
39302         * math/test-fenv.c: Likewise.
39303         * math/test-misc.c: Likewise.
39304         * stdlib/bug-getcontext.c: Likewise.
39305
39306 2012-05-17  Andreas Jaeger  <aj@suse.de>
39307
39308         * manual/examples/search.c (critter_cmp): Change signature to
39309         avoid warnings.
39310         * manual/string.texi (Collation Functions): Likewise.
39311
39312 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39313
39314         * bits/types.h: Fold copyright years.
39315         * bits/typesizes.h: Likewise.
39316         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39317         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39318         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39319         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39320         * time/time.h: Likewise.
39321
39322 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39323
39324         [BZ #208]
39325         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39326         in instead of returning them.  Return void.
39327         (__libc_mallinfo): Accumulate over all arenas.
39328         (__malloc_stats): Adjust for change in int_mallinfo interface.
39329
39330 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39331
39332         [BZ #10375]
39333         * configure.in (NM): Add AC_CHECK_TOOL for it.
39334         (libc_extra_cflags): New substituted variable.
39335         Check for -fstack-protector being used implicitly.
39336         * configure: Regenerated.
39337         * config.make.in (config-extra-cflags): New variable,
39338         gets @libc_extra_cflags@.
39339         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39340
39341         [BZ #10375]
39342         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39343         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39344         * configure: Regenerated.
39345         * config.make.in (CPPUNDEFS): New substituted variable.
39346         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39347         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39348         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39349
39350 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39351
39352         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39353         (mq_attr): Use __syscall_slong_t.
39354
39355 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39356
39357         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39358         Check __x86_64__ instead of __WORDSIZE.
39359         (_STAT_VER_LINUX): Likewise.
39360         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39361         __syscall_ulong_t and __syscall_slong_t.
39362         (stat64): Likewise.
39363
39364 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39365
39366         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39367
39368 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39369
39370         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39371
39372 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39373
39374         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39375         __syscall_ulong_t.
39376
39377         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39378         include <bits/wordsize.h>.  Check __x86_64__ instead of
39379         __WORDSIZE.
39380         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39381         defined.
39382         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39383
39384         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39385         include <bits/wordsize.h>.  Check __x86_64__ instead of
39386         __WORDSIZE.
39387         (user_regs_struct): Use "__extension__ unsigned long long"
39388         instead of "unsigned long" if __x86_64__ is defined.
39389         (user): Likewise.  Pad after pointer field if __ILP32__ is
39390         defined.
39391
39392 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39393
39394         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39395         versions 5 to 9.
39396         * configure: Regenerated.
39397         * manual/install.texi (texinfo): Increase version requirement to
39398         4.5 or later.
39399         * INSTALL: Regenerated.
39400
39401         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39402
39403 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39404
39405         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39406
39407         * sysdeps/x86_64/x32/ffs.c: New file.
39408
39409         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39410         __syscall_ulong_t.
39411         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39412         defined.  Use __syscall_ulong_t.
39413         (shminfo): Use __syscall_ulong_t.
39414         (shm_info): Likewise.
39415
39416         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39417         __syscall_ulong_t.
39418
39419         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39420         <bits/wordsize.h>.
39421         (msgqnum_t): Use __syscall_ulong_t.
39422         (msglen_t): Likewise.
39423         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39424         __syscall_ulong_t.
39425
39426         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39427         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39428
39429         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39430
39431         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39432         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39433
39434         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39435         __syscall_slong_t.
39436
39437         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39438         include <bits/wordsize.h>.  Check __x86_64__ instead of
39439         __WORDSIZE.
39440
39441         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39442         "unsigned long long int" if __x86_64__ is defined.
39443         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39444
39445         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39446         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39447         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39448
39449         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39450         <stdint.h>.
39451         (GET_PC): Cast to uintptr_t first.
39452         (GET_FRAME): Likewise.
39453         (GET_STACK): Likewise.
39454
39455         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39456         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39457         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39458         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39459         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39460         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39461         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39462         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39463         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39464         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39465         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39466         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39467         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39468         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39469         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39470         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39471         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39472         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39473         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39474         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39475         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39476         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39477         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39478         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39479         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39480         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39481         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39482         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39483         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39484
39485 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39486
39487         * Makerules (+depfiles): Also collect depfiles from .oS in
39488         $(extra-objs).
39489         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39490         .oS, $(libnldbl-routines)).
39491
39492         * Makerules (native-compile-mkdep-flags): Define.
39493         * sunrpc/Makefile (extra-objs): Add $(addprefix
39494         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39495         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39496         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39497         calling $(make-target-directory).
39498
39499 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39500
39501         * bits/types.h (__snseconds_t): Removed.
39502         * time/time.h (struct timespec): Replace __snseconds_t with
39503         __syscall_slong_t.
39504         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39505         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39506         Likewise.
39507         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39508         (__SNSECONDS_T_TYPE): Likewise.
39509         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39510         (__SNSECONDS_T_TYPE): Likewise.
39511         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39512         (__SNSECONDS_T_TYPE): Likewise.
39513
39514 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39515
39516         * sysdeps/mach/hurd/bits/typesizes.h
39517         (__SYSCALL_SLONG_TYPE): New macro.
39518         (__SYSCALL_ULONG_TYPE): Likewise.
39519
39520 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39521
39522         * bits/types.h (__syscall_slong_t): New type.
39523         (__syscall_ulong_t): Likewise.
39524
39525         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39526         (__SYSCALL_ULONG_TYPE): Likewise.
39527         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39528         (__SYSCALL_SLONG_TYPE): Likewise.
39529         (__SYSCALL_ULONG_TYPE): Likewise.
39530         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39531         (__SYSCALL_SLONG_TYPE): Likewise.
39532         (__SYSCALL_ULONG_TYPE): Likewise.
39533         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39534         (__SYSCALL_SLONG_TYPE): Likewise.
39535         (__SYSCALL_ULONG_TYPE): Likewise.
39536
39537 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39538
39539         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39540         Add sigaltstack-offsets.sym.
39541         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39542         <sigaltstack-offsets.h>.
39543         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39544         longjmp_msg pointer.
39545         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39546         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39547         signal stack.
39548         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39549
39550 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39551
39552         * elf/stackguard-macros.h: Remove file.
39553         * sysdeps/generic/stackguard-macros.h: New file.
39554         * sysdeps/i386/stackguard-macros.h: Likewise.
39555         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39556         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39557         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39558         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39559         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39560         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39561         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39562         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39563         <elf/stackguard-macros.h>.
39564
39565         [BZ #14109]
39566         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39567         __aligned__ in attribute.
39568         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39569         (gregset_t): Likewise.
39570
39571 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39572
39573         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39574         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39575         * sysdeps/x86_64/x32/Implies-after: New file.
39576
39577 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39578
39579         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39580         and access return value for _dl_profile_fixup.  Use R10_LP to
39581         load frame size.
39582
39583 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39584
39585         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39586
39587 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39588
39589         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39590         * sysdeps/x86_64/x32/sysdep.h: New file.
39591
39592 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39593
39594         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39595         * sysdeps/x86_64/setjmp.S: Likewise.
39596
39597 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39598
39599         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39600         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39601         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39602         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39603         remove unused global constant.
39604
39605 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39606
39607         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39608         include of <not-cancel.h>.
39609
39610 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39611
39612         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39613
39614 2012-05-15  Jeff Law  <law@redhat.com>
39615             Andreas Jaeger  <aj@suse.de>
39616
39617         [BZ #13594]
39618         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39619         out from...
39620         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39621         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39622         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39623         code changing __hst_map_handle.map.
39624
39625 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39626
39627         * configure.in (sysnames): Look for Implies-before and Implies-after
39628         files.
39629         * configure: Regenerated.
39630
39631 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39632
39633         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39634         8-byte data alignment with LP_SIZE alignment.
39635
39636 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39637
39638         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39639         into R10_LP.
39640
39641 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39642
39643         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39644
39645 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39646
39647         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39648         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39649         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39650         Likewise.
39651         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39652
39653 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39654
39655         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39656         (stackinfo_sub_sp): Likewise.
39657
39658 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39659
39660         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39661         RAX_LP.
39662
39663 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39664
39665         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39666         into R*_LP.
39667
39668 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39669
39670         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39671         sizes into R*_LP.
39672
39673 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39674
39675         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39676
39677 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39678
39679         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39680         into R11_LP and load __x86_64_shared_cache_size_half into
39681         R8_LP.
39682
39683 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39684
39685         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39686         R8_LP.
39687
39688 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39689
39690         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39691         logb for POWER7.
39692         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39693         logbf for POWER7.
39694         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39695         logbl for POWER7.
39696         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39697         powerpc32/power7/fpu/s_logb.c via #include.
39698         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39699         powerpc32/power7/fpu/s_logbf.c via #include.
39700         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39701         powerpc32/power7/fpu/s_logbl.c via #include.
39702
39703 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39704
39705         * README.libm: Remove file.
39706
39707 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39708
39709         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39710         count for x32.  Use R*_LP and omit operand-size suffix.
39711
39712 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39713
39714         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39715         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39716         * sysdeps/x86_64/x32/shlib-versions: New file.
39717
39718 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39719
39720         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39721         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39722         Use _dl_fatal_printf instead.
39723
39724 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39725
39726         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39727         set if not set by the user.  Do not allow for being unset.
39728         * sysdeps/unix/sysv/linux/configure: Regenerated.
39729
39730 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39731
39732         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39733         the `q' suffix from lea and replace .quad with ASM_ADDR.
39734
39735 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39736
39737         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39738         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
39739         instead of $17.
39740         (PTR_DEMANGLE): Likewise.
39741
39742 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39743
39744         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39745         (LP_OP): Likewise.
39746         (ASM_ADDR): Likewise.
39747         (RAX_LP): Likewise.
39748         (RBP_LP): Likewise.
39749         (RBX_LP): Likewise.
39750         (RCX_LP): Likewise.
39751         (RDI_LP): Likewise.
39752         (RSI_LP): Likewise.
39753         (RSP_LP): Likewise.
39754         (R8_LP): Likewise.
39755         (R9_LP): Likewise.
39756         (R10_LP): Likewise.
39757         (R10_LP): Likewise.
39758         (R11_LP): Likewise.
39759         (R12_LP): Likewise.
39760         (R13_LP): Likewise.
39761         (R14_LP): Likewise.
39762         (R15_LP): Likewise.
39763
39764 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39765
39766         * sysdeps/x86_64/x32/dl-machine.h: New file.
39767
39768 2012-05-14  Andreas Jaeger  <aj@suse.de>
39769
39770         * manual/Makefile (subdir): Remove export of subdir.
39771         (all): Remove target.
39772         (.PHONY): Remove all from list.
39773         (mkinstalldirs): Remove.
39774         (.PHONY): Remove installdirs from list.
39775         ($(inst_infodir)/libc.info): Use make-target-directory.
39776         (installdirs): Remove.
39777         (subdir_%): Remove.
39778         (glibc-targets): Remove.
39779         (lib): Remove.
39780         (stubs): Remove.
39781         ($(objpfx)stubs ../po/manual.pot): Remove.
39782         ($(objpfx)stamp%): Remove.
39783         (make-target-directory): Remove.
39784         (subdir_install): Remove.
39785         (routines): Remove.
39786         (aux): Remove.
39787         (sources): Remove.
39788         (objects): Remove.
39789         (headers): Remove.
39790
39791         [BZ #13750]
39792         * manual/.gitignore: Remove, it's not needed anymore.
39793         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39794         all files in it.
39795         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39796         directory.
39797         (texis): Renamed to $(objpfx)texis.
39798         (texis-path): New, contains path to generated files.
39799         (chapters.%): Use texis-path for complete path, add extra argument
39800         libc-texinfo.sh.
39801         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39802         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39803         (summary,texi, stamp-summary): Use complete path of
39804         files. Generate files in build dir.
39805         (dir-add.texi): Build in build dir.
39806         (libm-err.texi,stamp-libm-err): Likewise.
39807         (version.texi, stamp-version): Likewise.
39808         (.%c.texi): Likewise.
39809         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39810         (mostlyclean): Remove target.
39811         (realclean): Remove target.
39812         (generated): Add new variable with contents from mostlyclean and
39813         realclean, remove entries duplicated in common-mostlyclean, add
39814         stamp-libm-err and stamp-version.
39815         (generated-dirs): Add libc directory.
39816         ($(inst_infodir)/libc.info): Install files from build dir.
39817
39818         * manual/install.texi (Configuring and compiling): Adjust since
39819         the info files are not part of the tar ball anymore.
39820
39821 2012-05-14  Andreas Jaeger  <aj@suse.de>
39822
39823         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39824         variable.
39825
39826 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39827
39828         [BZ #13717]
39829         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39830         to 2.2.0 where earlier.
39831         * sysdeps/unix/sysv/linux/configure: Regenerated.
39832         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39833         Remove conditional code.
39834         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39835         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39836         Remove conditional code.
39837         [!__NR_lchown]: Likewise.
39838         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39839         [__NR_lchown]: Likewise.
39840         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39841         comment referencing __ASSUME_LCHOWN_SYSCALL.
39842         * sysdeps/unix/sysv/linux/i386/sigaction.c
39843         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39844         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39845         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39846         Remove conditional code.
39847         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39848         (__protocol_available): Remove #if 0 code.
39849         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39850         conditional code.
39851         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39852         * sysdeps/unix/sysv/linux/kernel-features.h
39853         (__ASSUME_GETCWD_SYSCALL): Don't define.
39854         (__ASSUME_REALTIME_SIGNALS): Likewise.
39855         (__ASSUME_PREAD_SYSCALL): Likewise.
39856         (__ASSUME_PWRITE_SYSCALL): Likewise.
39857         (__ASSUME_POLL_SYSCALL): Likewise.
39858         (__ASSUME_LCHOWN_SYSCALL): Likewise.
39859         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39860         non-SPARC.
39861         (__ASSUME_SIOCGIFNAME): Don't define.
39862         (__ASSUME_MSG_NOSIGNAL): Likewise.
39863         (__ASSUME_SENDFILE): Define unconditionally.
39864         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39865         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39866         conditional code.
39867         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39868         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39869         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39870         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39871         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39872         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39873         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39875         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39876         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39878         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39879         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39881         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39882         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39884         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39885         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39887         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39888         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39890         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39891         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
39893         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39894         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
39896         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39897         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39898         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
39899         Remove conditional code.
39900         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39901         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39902         Remove conditional code.
39903         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39904         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
39905         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
39906         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39907         Remove conditional code.
39908         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39909         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
39910         Remove conditional code.
39911         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39912         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
39913         Remove conditional code.
39914         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39915         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39916         Remove conditional code.
39917         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39918         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39919         Remove conditional code.
39920         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39921         * sysdeps/unix/sysv/linux/sh/pwrite64.c
39922         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39923         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39924         * sysdeps/unix/sysv/linux/sigaction.c
39925         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39926         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39927         * sysdeps/unix/sysv/linux/sigpending.c
39928         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39929         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39930         * sysdeps/unix/sysv/linux/sigprocmask.c
39931         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39932         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39933         * sysdeps/unix/sysv/linux/sigsuspend.c
39934         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39935         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39936         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39937         (__libc_missing_rt_sigs): Remove.
39938         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
39939         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
39940         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
39941         Remove conditional code.
39942         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
39943         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
39944         return 1.
39945         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
39946         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
39947         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
39948         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
39949
39950 2012-05-14  Andreas Jaeger  <aj@suse.de>
39951
39952         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
39953         it's not used in glibc.
39954         (__coshm1): Likewise.
39955         (__acosh1p): Likewise.
39956         (__sgn): Likewise.
39957
39958         * manual/string.texi (Copying and Concatenation): Add missing
39959         variable in concat example.
39960         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
39961
39962 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39963
39964         [BZ #14103]
39965         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
39966         __builtin_clzl with __builtin_clzll.
39967
39968 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39969
39970         [BZ #14104]
39971         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
39972         libc_freeres_ptr.
39973
39974 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39975
39976         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
39977         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
39978         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
39979         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
39980
39981 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
39982
39983         * NEWS: Update ia64 info.
39984
39985 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
39986
39987         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
39988         used as bcopy.
39989
39990 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
39991
39992         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
39993         * sysdeps/unix/syscalls.list (dup3): Likewise.
39994         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
39995         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
39996
39997 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39998
39999         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40000         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40001
40002 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40003
40004         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40005         thread pointer.
40006         (TLS_IE): Use mov/add instead of movq/addq to load thread
40007         pointer.
40008         (TLS_GD_PREFIX): New.
40009         (TLS_GD): Use it.
40010
40011 2012-05-11  David S. Miller  <davem@davemloft.net>
40012
40013         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40014         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40015         (_FPU_SETCW): Likewise.
40016
40017 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40018
40019         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40020         is 32-byte aligned.
40021
40022 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40023
40024         [BZ #11837]
40025         * iconvdata/gb18030.c: Update tables.
40026         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40027         characters specially.
40028         (BODY for TO_LOOP): Add encoding of missing ranges.
40029
40030 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40031
40032         [BZ #13673]
40033         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40034         * sysdeps/mach/hurd/dup3.c: Likewise.
40035         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40036         * sysdeps/powerpc/memmove.c:: Likewise.
40037
40038 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40039
40040         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40041         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40042
40043 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40044
40045         * elf/elf.h (R_X86_64_RELATIVE64): New.
40046         (R_X86_64_NUM): Updated.
40047         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40048         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40049         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40050         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40051         tst-quad1pie tst-quad2pie
40052         (modules-names): Add tst-quadmod1 tst-quadmod2.
40053         ($(objpfx)tst-quad1): New dependency.
40054         ($(objpfx)tst-quad2): Likewise.
40055         ($(objpfx)tst-quad1pie): Likewise.
40056         ($(objpfx)tst-quad2pie): Likewise.
40057         * sysdeps/x86_64/tst-quad1.c: New file.
40058         * sysdeps/x86_64/tst-quad1pie.c: New file.
40059         * sysdeps/x86_64/tst-quad2.c: Likewise.
40060         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40061         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40062         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40063         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40064         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40065
40066 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40067
40068         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40069         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40070         * streams/stropts.h (t_scalar_t): Define type.
40071
40072         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40073         (_PATH_PRESERVE): Set to "/var/lib".
40074         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40075
40076         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40077         instead of int.
40078
40079         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40080         if __dir_mkfile succeeded.
40081
40082         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40083         checking for _hurd_dtablesize.  Unlock it right after having
40084         finished _hurd_dtable allocation.
40085
40086 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40087
40088         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40089         * sysdeps/mach/hurd/configure: Regenerated.
40090         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40091         special-casing to...
40092         * sysdeps/gnu/configure.in: ... this new file.
40093         * sysdeps/unix/sysv/linux/configure: Regenerated.
40094         * sysdeps/gnu/configure: New generated file.
40095
40096         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40097         for Linux: use nsec instead of usec, as well as:
40098         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40099         members of type struct timespec.
40100         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40101         New macros.
40102         (struct stat64): Likewise.
40103         (_STATBUF_ST_NSEC): New macro.
40104         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40105
40106         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40107         __strtoul_internal rather than strtoul.
40108
40109 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40110
40111         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40112         and reject them.
40113
40114 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40115
40116         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40117         which preserves existing values.
40118         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40119
40120 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40121
40122         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40123         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40124         greater than FD_SETSIZE.
40125
40126 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40127
40128         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40129         allocated, call __vm_protect to finish enabling the existing space, and
40130         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40131         allocate the remainder.
40132
40133 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40134
40135         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40136         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40137
40138 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40139
40140         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40141         sysdeps/mach/hurd/readlink.c.
40142
40143         * posix/tst-sysconf.c (posix_options): Only use
40144         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40145         _POSIX_SYNCHRONIZED_IO when they are defined
40146         * sysdeps/mach/hurd/bits/posix_opt.h:
40147         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40148         (_XOPEN_REALTIME): Undefine macro.
40149         (_XOPEN_REALTIME_THREADS): Undefine macro.
40150         (_XOPEN_SHM): Undefine macro.
40151         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40152         macro to -1.
40153         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40154         macro to -1.
40155         (_POSIX_ASYNC_IO): Undefine macro.
40156         (_POSIX_PRIORITIZED_IO): Undefine macro.
40157         (_POSIX_SPIN_LOCKS): Define macro to -1.
40158
40159         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40160         SA_NODEFER, SA_RESETHAND.
40161         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40162         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40163         F_DUPFD_CLOEXEC.
40164
40165 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40166
40167         * elf/Makefile (pldd-modules): Define unconditionally.
40168
40169 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40170
40171         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40172
40173 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40174
40175         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40176         Return ENOENT when name is empty.
40177         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40178
40179 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40180
40181         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40182
40183         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40184
40185 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40186
40187         Fix mlock in all cases except non-readable pages.
40188         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40189         instead of VM_PROT_ALL as parameter to __vm_wire function.
40190
40191         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40192         (__mkdir): When path is `/', just fail with EEXIST.
40193         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40194
40195 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40196
40197         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40198         <sys/uio.h> (for writev).
40199         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40200         and <sys/param.h> (for MIN).
40201
40202 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40203
40204         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40205         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40206         if interrupted.
40207
40208 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40209
40210         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40211         Depend on against $(link-rpcuserlibs).
40212
40213 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40214
40215         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40216         (__libc_stack_end): Do not use attribute_relro.
40217         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40218         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40219         to libthread-provided value.
40220         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40221         attribute_relro.
40222
40223 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40224
40225         [BZ #3748]
40226         * bits/libc-lock.h (__libc_once_get): New macro.
40227         * sysdeps/mach/bits/libc-lock.h: Likewise.
40228         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40229         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40230         instead of using implementation details.
40231
40232         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40233         * libio/freopen.c: Likewise.
40234         * libio/freopen64.c: Likewise.
40235         * misc/syslog.c: Likewise.
40236         * nscd/connections.c: Likewise.
40237         * nscd/netgroupcache.c: Likewise.
40238         * sysdeps/posix/getcwd.c: Likewise.
40239
40240 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40241
40242         * math/w_ilogbf.c: Add #include <limits.h>.
40243
40244 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40245
40246         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40247         path instead of returning without unlocking.
40248
40249         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40250         immediate-write ioctls.
40251         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40252
40253 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40254
40255         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40256         __builtin_frame_address instead of making assumptions about the
40257         location of the return address relative to DATA.  Force early load of
40258         the return address.
40259         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40260         __builtin_frame_address.
40261
40262         dup3 for GNU Hurd.
40263         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40264         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40265         implement dup3 and do some further code clean-ups.
40266         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40267         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40268
40269 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40270
40271         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40272
40273         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40274         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40275         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40276         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40277         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40278         d->port.lock.
40279
40280         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40281         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40282         when handler == SIG_ERR, not when handler != SIG_ERR.
40283
40284 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40285
40286         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40287         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40288         definitions.
40289
40290         accept4 for GNU Hurd.
40291         * include/sys/socket.h (__libc_accept4): New prototype.
40292         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40293         to implement __libc_accept4.
40294         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40295         __libc_accept4.
40296         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40297
40298         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40299         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40300         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40301         signal-defines.sym.
40302
40303 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40304
40305         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40306
40307 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40308
40309         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40310         assertion on O_CLOEXEC flag.
40311         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40312         * hurd/intern-fd.c: Likewise.
40313         * hurd/port2fd.c: Likewise.
40314
40315 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40316
40317         [BZ #3906]
40318         * bits/in.h (IPV6_PKTINFO): Define new macro.
40319         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40320
40321 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40322
40323         [BZ #13954]
40324         [BZ #13955]
40325         [BZ #13956]
40326         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40327         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40328         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40329         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40330         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40331         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40332         * math/libm-test.inc (logb_test) : Additional logb tests.
40333
40334 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40335             Andreas Jaeger  <aj@suse.de>
40336
40337         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40338         * configure: Regenerated.
40339         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40340         * config.make.in (link-obsolete-rpc): New substituted variable.
40341         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40342         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40343         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40344         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40345         so that libc.a contains the symbols.
40346         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40347         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40348         * sunrpc/auth_none.c: Likewise.
40349         * sunrpc/auth_unix.c: Likewise.
40350         * sunrpc/authdes_prot.c: Likewise.
40351         * sunrpc/authuxprot.c: Likewise.
40352         * sunrpc/clnt_gen.c: Likewise.
40353         * sunrpc/clnt_perr.c: Likewise.
40354         * sunrpc/clnt_raw.c: Likewise.
40355         * sunrpc/clnt_simp.c: Likewise.
40356         * sunrpc/clnt_tcp.c: Likewise.
40357         * sunrpc/clnt_udp.c: Likewise.
40358         * sunrpc/clnt_unix.c: Likewise.
40359         * sunrpc/des_crypt.c: Likewise.
40360         * sunrpc/des_soft.c: Likewise.
40361         * sunrpc/get_myaddr.c: Likewise.
40362         * sunrpc/key_call.c: Likewise.
40363         * sunrpc/key_prot.c: Likewise.
40364         * sunrpc/netname.c: Likewise.
40365         * sunrpc/pm_getmaps.c: Likewise.
40366         * sunrpc/pm_getport.c: Likewise.
40367         * sunrpc/pmap_clnt.c: Likewise.
40368         * sunrpc/pmap_prot.c: Likewise.
40369         * sunrpc/pmap_prot2.c: Likewise.
40370         * sunrpc/pmap_rmt.c: Likewise.
40371         * sunrpc/publickey.c: Likewise.
40372         * sunrpc/rpc_cmsg.c: Likewise.
40373         * sunrpc/rpc_common.c: Likewise.
40374         * sunrpc/rpc_dtable.c: Likewise.
40375         * sunrpc/rpc_prot.c: Likewise.
40376         * sunrpc/rpc_thread.c: Likewise.
40377         * sunrpc/rtime.c: Likewise.
40378         * sunrpc/svc.c: Likewise.
40379         * sunrpc/svc_auth.c: Likewise.
40380         * sunrpc/svc_raw.c: Likewise.
40381         * sunrpc/svc_run.c: Likewise.
40382         * sunrpc/svc_tcp.c: Likewise.
40383         * sunrpc/svc_udp.c: Likewise.
40384         * sunrpc/svc_unix.c: Likewise.
40385         * sunrpc/svcauth_des.c: Likewise.
40386         * sunrpc/xcrypt.c: Likewise.
40387         * sunrpc/xdr.c: Likewise.
40388         * sunrpc/xdr_array.c: Likewise.
40389         * sunrpc/xdr_float.c: Likewise.
40390         * sunrpc/xdr_intXX_t.c: Likewise.
40391         * sunrpc/xdr_mem.c: Likewise.
40392         * sunrpc/xdr_rec.c: Likewise.
40393         * sunrpc/xdr_ref.c: Likewise.
40394         * sunrpc/xdr_sizeof.c: Likewise.
40395         * sunrpc/xdr_stdio.c: Likewise.
40396
40397 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40398
40399         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40400         change.  Update copyright years.
40401
40402 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40403
40404         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40405
40406 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40407             Joseph Myers  <joseph@codesourcery.com>
40408             Paul Pluzhnikov  <ppluzhnikov@google.com>
40409
40410         [BZ #14012]
40411         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40412         requiring rpcgen.
40413         [cross-compiling] (extra-libs): Likewise.
40414         [cross-compiling] (extra-libs-others): Likewise.
40415         [cross-compiling] (librpcsvc-routines): Likewise.
40416         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40417         [cross-compiling] (omit-deps): Likewise.
40418         (sunrpc-CPPFLAGS): New variable.
40419         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40420         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40421         (cross-rpcgen-objs): New variable.
40422         (extra-objs): Append $(cross-rpcgen-objs).
40423         ($(cross-rpcgen-objs)): New rule.
40424         ($(objpfx)cross-rpcgen): Likewise.
40425         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40426         comment.
40427         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40428         ($(objpfx)x%.stmp): Likewise.
40429         * sunrpc/proto.h [IS_IN_build] (_): Define.
40430         [IS_IN_build] (_libc_intl_domainname): Likewise.
40431
40432 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40433
40434         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40435         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40436         and R_X86_64_TPOFF64.
40437
40438 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40439
40440         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40441         sysdeps/unix/sysv/syscalls.list.
40442         (stime): Likewise.
40443         (utime): Likewise.
40444         * sysdeps/unix/sysv/syscalls.list: Remove file.
40445
40446 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40447
40448         [BZ #3440]
40449         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40450         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40451         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40452         (__LC_IDENTIFICATION): Make these macros useful in #if
40453         expressions, as required by C99.
40454
40455 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40456
40457         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40458         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40459         after this.
40460
40461 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40462
40463         * stdlib/longlong.h: Updated from GCC.
40464
40465 2012-05-09  Andreas Jaeger  <aj@suse.de>
40466
40467         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40468         default is first entry.
40469         (run_mode): Set type.
40470         (main): Remove informal message about syslog.
40471         (options): Fix typo.
40472
40473         [BZ #14053]
40474         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40475         to asm.
40476         (lrint): Likewise.
40477         (llrintf): Likewise.
40478         (llrint): Likewise.
40479         (rint): Likewise.
40480         (rintf): Likewise.
40481         (nearbyint): Likewise.
40482         (nearbyintf): Likewise.
40483
40484 2012-05-09  Andreas Jaeger  <aj@suse.de>
40485             Pedro Alves  <palves@redhat.com>
40486
40487         * nscd/nscd.c (run_mode): Use enum.
40488         (main): Cleanup coding style issue.
40489
40490 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40491             Andreas Jaeger  <aj@suse.de>
40492
40493         * nscd/nscd.c (go_background): Replaced with...
40494         (run_mode): ... this.
40495         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40496         (options): Add -F --foreground.
40497         (main): Implement it.
40498         (parse_opt): Parse it.
40499
40500 2012-05-09  Andreas Jaeger  <aj@suse.de>
40501
40502         [BZ #14083]
40503         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40504         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40505         -Wconversion warning.
40506         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40507         Likewise.
40508
40509 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40510
40511         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40512         == 0.
40513         (LC_ALL): Use macro-int-constant.
40514         (LC_COLLATE): Likewise.
40515         (LC_CTYPE): Likewise.
40516         (LC_MESSAGES): Likewise.
40517         (LC_MONETARY): Likewise.
40518         (LC_NUMERIC): Likewise.
40519         (LC_TIME): Likewise.
40520         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40521         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40522         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40523         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40524         Specify type.
40525         [C99-based standards] (float_t): Expect type.
40526         [C99-based standards] (double_t): Expect type.
40527         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40528         type.
40529         [C99-based standards] (HUGE_VALL): Likewise.
40530         [C99-based standards] (INFINITY): Likewise.
40531         [C99-based standards] (NAN): Likewise.
40532         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40533         [C99-based standards] (FP_NAN): Likewise.
40534         [C99-based standards] (FP_NORMAL): Likewise.
40535         [C99-based standards] (FP_SUBNORMAL): Likewise.
40536         [C99-based standards] (FP_ZERO): Likewise.
40537         [C99-based standards] (FP_FAST_FMA): Use
40538         optional-macro-int-constant.  Specify type.  Require == 1.
40539         [C99-based standards] (FP_FAST_FMAF): Likewise.
40540         [C99-based standards] (FP_FAST_FMAL): Likewise.
40541         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40542         [C99-based standards] (FP_ILOGBNAN): Likewise.
40543         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40544         Specify type.
40545         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40546         [C99-based standards] (math_errhandling): Specify type.
40547         [ISO99 || ISO11] (signgam): Do not allow.
40548         [non-C99-based standards] (copysignf): Do not allow.
40549         [non-C99-based standards] (exp2f): Likewise.
40550         [non-C99-based standards] (log2f): Likewise.
40551         [non-C99-based standards] (modff): Allow.
40552         [non-C99-based standards] (erff): Do not allow.
40553         [non-C99-based standards] (erfcf): Likewise.
40554         [non-C99-based standards] (gammaf): Likewise.
40555         [non-C99-based standards] (hypotf): Likewise.
40556         [non-C99-based standards] (j0f): Likewise.
40557         [non-C99-based standards] (j1f): Likewise.
40558         [non-C99-based standards] (jnf): Likewise.
40559         [non-C99-based standards] (lgammaf): Likewise.
40560         [non-C99-based standards] (tgammaf): Likewise.
40561         [non-C99-based standards] (y0f): Likewise.
40562         [non-C99-based standards] (y1f): Likewise.
40563         [non-C99-based standards] (ynf): Likewise.
40564         [non-C99-based standards] (isnanf): Likewise.
40565         [non-C99-based standards] (acoshf): Likewise.
40566         [non-C99-based standards] (asinhf): Likewise.
40567         [non-C99-based standards] (atanhf): Likewise.
40568         [non-C99-based standards] (cbrtf): Likewise.
40569         [non-C99-based standards] (expm1f): Likewise.
40570         [non-C99-based standards] (ilogbf): Likewise.
40571         [non-C99-based standards] (log1pf): Likewise.
40572         [non-C99-based standards] (logbf): Likewise.
40573         [non-C99-based standards] (nextafterf): Likewise.
40574         [non-C99-based standards] (remainderf): Likewise.
40575         [non-C99-based standards] (rintf): Likewise.
40576         [non-C99-based standards] (scalbf): Likewise.
40577         [non-C99-based standards] (copysignl): Likewise.
40578         [non-C99-based standards] (exp2l): Likewise.
40579         [non-C99-based standards] (log2l): Likewise.
40580         [non-C99-based standards] (modfl): Allow.
40581         [non-C99-based standards] (erfl): Do not allow.
40582         [non-C99-based standards] (erfcl): Likewise.
40583         [non-C99-based standards] (gammal): Likewise.
40584         [non-C99-based standards] (hypotl): Likewise.
40585         [non-C99-based standards] (j0l): Likewise.
40586         [non-C99-based standards] (j1l): Likewise.
40587         [non-C99-based standards] (jnl): Likewise.
40588         [non-C99-based standards] (lgammal): Likewise.
40589         [non-C99-based standards] (tgammal): Likewise.
40590         [non-C99-based standards] (y0l): Likewise.
40591         [non-C99-based standards] (y1l): Likewise.
40592         [non-C99-based standards] (ynl): Likewise.
40593         [non-C99-based standards] (isnanl): Likewise.
40594         [non-C99-based standards] (acoshl): Likewise.
40595         [non-C99-based standards] (asinhl): Likewise.
40596         [non-C99-based standards] (atanhl): Likewise.
40597         [non-C99-based standards] (cbrtl): Likewise.
40598         [non-C99-based standards] (expm1l): Likewise.
40599         [non-C99-based standards] (ilogbl): Likewise.
40600         [non-C99-based standards] (log1pl): Likewise.
40601         [non-C99-based standards] (logbl): Likewise.
40602         [non-C99-based standards] (nextafterl): Likewise.
40603         [non-C99-based standards] (remainderl): Likewise.
40604         [non-C99-based standards] (rintl): Likewise.
40605         [non-C99-based standards] (scalbl): Likewise.
40606         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40607         [non-C99-based standards] (FP_*): Do not allow.
40608         [C99-based standards] (FP_*): Change to
40609         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40610         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40611         allow.
40612         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40613         (SIG_ERR): Likewise.
40614         [X/Open-based standards] (SIG_HOLD): Likewise.
40615         (SIG_IGN): Likewise.
40616         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40617         positive value.
40618         (SIGFPE): Likewise.
40619         (SIGILL): Likewise.
40620         (SIGINT): Likewise.
40621         (SIGSEGV): Likewise.
40622         (SIGTER): Likewise.
40623         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40624         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40625         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40626         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40627         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40628         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40629         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40630         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40631         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40632         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40633         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40634         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40635         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40636         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40637         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40638         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40639         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40640         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40641         [X/Open-based standards] (SIGTRAP): Likewise.
40642         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40643         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40644         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40645         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40646         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40647         allow.
40648
40649 2012-05-08  Ian Wienand  <ianw@vmware.com>
40650
40651         [BZ #14080]
40652         * time/tzset.c (__tzset_parse_tz): Update default rules for
40653         daylight time changes in the Energy Policy Act of 2005.
40654
40655 2012-05-09  Andreas Jaeger  <aj@suse.de>
40656
40657         [BZ #13983]
40658         * elf/ldconfig.c (parse_conf): Change string to make clear that
40659         ldconfig only issued a warning if ld.so.conf does not exist.
40660
40661 2012-05-08  David S. Miller  <davem@davemloft.net>
40662
40663         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40664         movxtod instead of popping the value on the stack.
40665
40666         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40667
40668 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40669
40670         * config.h.in: Add HAVE_ARM_PCS_VFP.
40671
40672 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40673
40674         [BZ #13979]
40675         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40676         checking but the checks are disabled for any reason.
40677
40678 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40679
40680         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40681         and ELF64_R_TYPE with ELFW(R_TYPE).
40682
40683 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40684
40685         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40686         (ulimit): Likewise.
40687
40688         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40689         (settimeofday): Likewise.
40690
40691 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40692
40693         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40694         a struct th_u2 inside the union, and move tu_block/tu_code into
40695         a new th_u3 union of tu_block/tu_code inside of that.  Move
40696         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40697         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40698         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40699         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40700         (th_stuff): Change to th_u1.tu_stuff.
40701         (th_data): Define.
40702         (th_msg): Change to th_u1.th_u2.tu_data.
40703
40704 2012-05-07  David S. Miller  <davem@davemloft.net>
40705
40706         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40707
40708         [BZ #14074]
40709         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40710         (SETUP_PIC_REG): Use it.
40711         (SETUP_PIC_REG_LEAF): Use it.
40712
40713 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40714
40715         [BZ #13885]
40716         [BZ #13923]
40717         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40718         USE_AS_EXPM1L.
40719         (EXPL_FINITE): Likewise.
40720         (FLDLOG): Likewise.
40721         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40722         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40723         e_expl.S.
40724         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40725         USE_AS_EXPM1L.
40726         (EXPL_FINITE): Likewise.
40727         (FLDLOG): Likewise.
40728         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40729         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40730         e_expl.S.
40731         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40732         test of -max_value argument for long double.
40733         * sysdeps/i386/fpu/libm-test-ulps: Update.
40734         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40735
40736 2012-05-06  David S. Miller  <davem@davemloft.net>
40737
40738         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40739         quad soft-float symbols whose references which are compiler
40740         generated.
40741         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40742
40743 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
40744
40745         [BZ #13884]
40746         [BZ #13914]
40747         * sysdeps/i386/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         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40757         e_expl.S.
40758         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40759         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40760         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40761         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40762         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40763         USE_AS_EXP10L.
40764         (EXPL_FINITE): Likewise.
40765         (FLDLOG): Likewise.
40766         (c0): Likewise.
40767         (c1): Likewise.
40768         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40769         Adjust comments for base varying.
40770         (__expl_finite): Change alias to EXPL_FINITE.
40771         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
40772         tests for bugs.
40773         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40774
40775         [BZ #14064]
40776         * math/libm-test.inc (check_float_internal): Correct ulp
40777         calculation for subnormal expected results.
40778
40779 2012-05-06  Andreas Jaeger  <aj@suse.de>
40780
40781         * Makeconfig (+math-flags): New, set to -frounding-math.
40782         (+cflags): Add +math-flags so that all of glibc gets compiled with
40783         it.
40784
40785         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40786
40787 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
40788
40789         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40790         Disable one test.
40791
40792         [BZ #13787]
40793         [BZ #13922]
40794         [BZ #14036]
40795         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40796         (__ieee754_expl): Allow for and saturate large arguments.
40797         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40798         (u_threshold): Likewise.
40799         (__exp): Call __ieee754_exp before checking for overflow and
40800         underflow.
40801         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40802         (u_threshold): Likewise.
40803         (__expf): Call __ieee754_expf before checking for overflow and
40804         underflow.
40805         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40806         (u_threshold): Likewise.
40807         (__expl): Call __ieee754_expl before checking for overflow and
40808         underflow.
40809         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40810         (__ieee754_expl): Allow for and saturate large arguments.
40811         * math/libm-test.inc (exp_test): Add another test.  Do not allow
40812         missing overflow exception on overflow.
40813         (expm1_test): Do not allow missing overflow exception on overflow.
40814
40815         * sysdeps/i386/fpu/e_expl.c: Move to ...
40816         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
40817         rather than using inline asm.
40818         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40819         * sysdeps/x86_64/fpu/e_expl.S: Copy from
40820         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40821
40822         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40823         (nice): Likewise.
40824         (poll): Likewise.
40825         (signal): Likewise.
40826         (time): Likewise.
40827         (times): Likewise.
40828
40829 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40830
40831         * sysdeps/unix/syscalls.list (adjtime): Add entry from
40832         sysdeps/unix/common/syscalls.list.
40833         (fchmod): Likewise.
40834         (fchown): Likewise.
40835         (ftruncate): Likewise.
40836         (getrusage): Likewise.
40837         (gettimeofday): Likewise.
40838         (setpgid): Likewise.
40839         (setregid): Likewise.
40840         (setreuid): Likewise.
40841         (sigaction): Likewise.
40842         (truncate): Likewise.
40843         (vhangup): Likewise.
40844         * sysdeps/unix/common/syscalls.list: Remove file.
40845         * sysdeps/unix/bsd/Implies: Don't include unix/common.
40846         * sysdeps/unix/sysv/linux/Implies: Likewise.
40847
40848 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
40849
40850         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40851         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40852         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40853         Moved to ...
40854         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40855         Here.
40856         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40857         to ...
40858         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40859         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40860         to ...
40861         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40862         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40863         to ...
40864         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40865         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40866         to ...
40867         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40868         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40869         to ...
40870         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40871         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40872         to ...
40873         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40874         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40875         to ...
40876         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40877         Here.
40878         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40879         to ...
40880         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40881         Here.
40882         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40883         to ...
40884         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40885         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40886         Moved to ...
40887         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40888         Here.
40889         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40890         to ...
40891         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
40892
40893 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40894
40895         * sysdeps/unix/common/bits/dirent.h: Remove file.
40896         * sysdeps/unix/common/bits/fcntl.h: Likewise.
40897
40898         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
40899         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
40900         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
40901         * sysdeps/unix/bsd/isatty.c: Likewise.
40902         * sysdeps/unix/bsd/tcdrain.c: Likewise.
40903         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
40904         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
40905
40906 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40907
40908         [BZ #13563]
40909         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
40910         long double comparison inaccuracies.
40911         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
40912         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40913
40914 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
40915
40916         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
40917         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
40918
40919 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40920
40921         [BZ #14049]
40922         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
40923         nonzero digits before rounding a hex value.
40924         * stdlib/tst-strtod.c (tests): Add another test.
40925
40926 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40927
40928         * sysdeps/s390/fpu/libm-test-ulps: Update.
40929
40930 2012-05-03  Andreas Jaeger  <aj@suse.de>
40931
40932         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
40933         does not get optimized out.
40934         (malloc_opt_barrier): New.
40935
40936 2012-05-03  Andreas Jaeger  <aj@suse.de>
40937             Roland McGrath  <roland@hack.frob.com>
40938
40939         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
40940         intermediate file deletion.
40941         (generated): Add .symlist files.
40942
40943 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
40944
40945         [BZ #13775]
40946         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
40947         Redirect under this condition.
40948         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40949         [__USE_GNU] (__dprintf_chk): Not under this condition.
40950         [__USE_GNU] (__vdprintf_chk): Likewise.
40951         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
40952         under this condition.
40953         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40954         [__USE_XOPEN2K8] (dprintf): Define under this condition.
40955         [__USE_XOPEN2K8] (vdprintf): Likewise.
40956         [__USE_GNU] (__dprintf_chk): Not under this condition.
40957         [__USE_GNU] (__vdprintf_chk): Likewise.
40958         [__USE_GNU] (dprintf): Likewise.
40959         [__USE_GNU] (vdprintf): Likewise.
40960
40961 2012-05-03  Roland McGrath  <roland@hack.frob.com>
40962
40963         * elf/Makefile (common-generated): Set this instead of generated for
40964         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
40965         $(all-built-dso)-derived lists.
40966
40967 2012-05-03  Andreas Jaeger  <aj@suse.de>
40968
40969         * sysdeps/i386/fpu/libm-test-ulps: Update.
40970
40971         * FAQ: Removed.
40972         * FAQ.in: Likewise.
40973         * scripts/gen-FAQ.pl: Likewise.
40974         * manual/install.texi (Installation): Point to online location of
40975         FAQ.
40976         * Makefile (files-for-dist): Remove FAQ.
40977         (FAQ): Remove.
40978
40979 2012-05-02  Allan McRae  <allan@archlinux.org>
40980
40981         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
40982         (LDFLAGS-reldepmod5.so): Likewise.
40983         (LDFLAGS-reldep6mod1.so): Likewise.
40984         (LDFLAGS-reldep6mod4.so): Likewise.
40985         (LDFLAGS-reldep8mod3.so): Likewise.
40986         (LDFLAGS-unload4mod1.so): Likewise.
40987         (LDFLAGS-unload4mod2.so): Likewise.
40988         (LDFLAGS-tst-initorder): Likewise.
40989         (LDFLAGS-tst-initordera2.so): Likewise.
40990         (LDFLAGS-tst-initordera3.so): Likewise.
40991         (LDFLAGS-tst-initordera4.so): Likewise.
40992         (LDFLAGS-tst-initorderb2.so): Likewise.
40993         (LDFLAGS-noload): Likewise.
40994         (LDFLAGS-next): Likewise.
40995         (LDFLAGS-order2mod1.so): Likewise.
40996         (LDFLAGS-order2mod2.so): Likewise.
40997         (LDFLAGS-tst-initorder2): Likewise.
40998         (LDFLAGS-tst-initorder2a.so): Likewise.
40999         (LDFLAGS-tst-initorder2b.so): Likewise.
41000         (LDFLAGS-tst-initorder2c.so): Likewise.
41001         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41002
41003 2012-05-02  David S. Miller  <davem@davemloft.net>
41004
41005         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41006
41007 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41008
41009         [BZ #14055]
41010         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41011
41012 2012-05-02  Andreas Jaeger  <aj@suse.de>
41013
41014         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41015         since we manipulate rounding mode.
41016         (CPPFLAGS-test-idouble.c): Likewise.
41017         (CPPFLAGS-test-ifloat.c): Likewise.
41018         (CFLAGS-test-ldouble.c): Likewise.
41019         (CFLAGS-test-double.c): Likewise.
41020         (CFLAGS-test-float.c): Likewise.
41021         (CFLAGS-test-misc.c): Likewise.
41022         (CFLAGS-test-test-fenv.c): Likewise.
41023
41024 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41025
41026         [BZ #2550]
41027         [BZ #2570]
41028         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41029         comparisons to determine direction to adjust input.
41030
41031 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41032
41033         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41034         output to the target.
41035
41036         * scripts/localplt.awk: New file.
41037         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41038         (check-localplt-CFLAGS): Variable removed.
41039         ($(all-built-dso:=.jmprel)): New static pattern rule.
41040         (generated): Add those targets.
41041         (localplt-built-dso): New variable.
41042         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41043
41044         * elf/check-localplt.c: File removed.
41045
41046         * scripts/check-execstack.awk: New file.
41047         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41048         (check-execstack-CFLAGS): Variable removed.
41049         ($(objpfx)check-execstack.h): Target removed.
41050         ($(objpfx)execstack-default): New target.
41051         (generated): Add that instead of check-execstack.h.
41052         ($(all-built-dso:=.phdr)): New static pattern rule.
41053         (generated): Add those targets.
41054         * elf/check-execstack.c: File removed.
41055
41056         * scripts/check-textrel.awk: New file.
41057         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41058         (check-textrel-CFLAGS): Variable removed.
41059         (all-built-dso): Use := to define.o
41060         ($(all-built-dso:=.dyn)): New static pattern rule.
41061         (generated): Add those targets.
41062         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41063         * config.make.in (READELF): New substituted variable.
41064         * elf/check-textrel.c: File removed.
41065
41066 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41067
41068         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41069         allow.
41070         * conform/data/ctype.h-data [C99-based standards] (isblank):
41071         Expect function.
41072         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41073         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41074         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41075         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41076         Specify type.  Require positive value.
41077         (EILSEQ): Likewise.
41078         (ERANGE): Likewise.
41079         [ISO || POSIX] (EILSEQ): Do not expect.
41080         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41081         Specify type.  Require positive value.
41082         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41083         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41084         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41085         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41086         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41087         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41088         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41089         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41090         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41091         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41092         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41093         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41094         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41095         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41096         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41097         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41098         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41099         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41100         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41101         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41102         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41103         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41104         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41105         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41106         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41107         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41108         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41109         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41110         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41111         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41112         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41113         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41114         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41115         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41116         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41117         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41118         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41119         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41120         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41121         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41122         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41123         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41124         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41125         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41126         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41127         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41128         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41129         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41130         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41131         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41132         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41133         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41134         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41135         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41136         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41137         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41138         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41139         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41140         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41141         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41142         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41143         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41144         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41145         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41146         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41147         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41148         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41149         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41150         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41151         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41152         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41153         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41154         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41155         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41156         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41157         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41158         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41159         Require >= 2.
41160         (FLT_ROUNDS): Expect as macro, not constant.
41161         (FLT_MANT_DIG): Use macro-int-constant.
41162         (DBL_MANT_DIG): Likewise.
41163         (LDBL_MANT_DIG): Likewise.
41164         (FLT_DIG): Likewise.
41165         (DBL_DIG): Likewise.
41166         (LDBL_DIG): Likewise.
41167         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41168         (DBL_MIN_EXP): Likewise.
41169         (LDBL_MIN_EXP): Likewise.
41170         (FLT_MAX_EXP): Use macro-int-constant.
41171         (DBL_MAX_EXP): Likewise.
41172         (LDBL_MAX_EXP): Likewise.
41173         (FLT_MAX_10_EXP): Likewise.
41174         (DBL_MAX_10_EXP): Likewise.
41175         (LDBL_MAX_10_EXP): Likewise.
41176         (FLT_MAX): Use macro-constant.
41177         (DBL_MAX): Likewise.
41178         (LDBL_MAX): Likewise.
41179         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41180         (DBL_EPSILON): Likewise.
41181         (LDBL_EPSILON): Likewise.
41182         (FLT_MIN): Likewise.
41183         (DBL_MIN): Likewise.
41184         (LDBL_MIN): Likewise.
41185         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41186         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41187         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41188         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41189         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41190         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41191         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41192         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41193         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41194         [ISO11] (FLT_TRUE_MIN): Likewise.
41195         [ISO11] (LDBL_TRUE_MIN): Likewise.
41196         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41197         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41198         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41199         (SCHAR_MAX): Likewise.
41200         (UCHAR_MAX): Likewise.
41201         (CHAR_MIN): Likewise.
41202         (CHAR_MAX): Likewise.
41203         (MB_LEN_MAX): Use macro-int-constant.
41204         (SHRT_MIN): Use macro-int-constant.  Specify type.
41205         (SHRT_MAX): Likewise.
41206         (USHRT_MAX): Likewise.
41207         (INT_MAX): Likewise.
41208         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41209         bound negative.
41210         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41211         bound with "U".
41212         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41213         bound with "L".
41214         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41215         bound negative.  Suffix upper bound with "L".
41216         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41217         bound with "UL".
41218         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41219         Specify type.
41220         [C99-based standards] (LLONG_MAX): Likewise.
41221         [C99-based standards] (ULLONG_MAX): Likewise.
41222         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41223         == 0.
41224         [ISO11] (max_align_t): Require type.
41225         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41226
41227         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41228         from $CFLAGS, without defining away __attribute__ calls.
41229         (checknamespace): Use $CFLAGS_namespace.
41230
41231         * conform/conformtest.pl (@keywords): Only include C99 keywords
41232         for standards based on C99 or C11.
41233
41234         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41235         Disable tests.
41236         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41237         UNIX98]: Likewise.
41238
41239         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41240         usability of symbols in #if.
41241
41242         * conform/conformtest.pl: If macro or constant types start
41243         "promoted:", expect the symbol to be of the following type
41244         promoted by the integer promotions.
41245
41246         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41247         in one place.  Also handle "macro-constant".
41248
41249         * conform/conformtest.pl: Only accept expected macro values with
41250         "==".  Parse all "macro" lines in one place.
41251         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41252
41253         * conform/conformtest.pl: Handle braced types on "constant" lines
41254         instead of handling "typed-constant".
41255         * conform/data/signal.h-data: Use "constant" instead of
41256         "typed-constant".
41257
41258         * conform/conformtest.pl: Handle "optional-" at start of lines in
41259         one place rather than duplicating several cases.  Handle each
41260         format of "macro" line with initial "optional-".
41261
41262         * conform/conformtest.pl: Only accept expected constant or
41263         optional-constant values with "==".  Parse all "constant" lines in
41264         one place.  Parse all "optional-constant" lines in one place.
41265         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41266         * conform/data/fmtmsg.h-data: Likewise.
41267         * conform/data/netinet/in.h-data: Likewise.
41268         * conform/data/tar.h-data: Likewise.
41269         * conform/data/limits.h-data: Use "==" form on "constant" and
41270         "optional-constant" lines.
41271
41272         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41273         Use -std=c99 for XOPEN2K.
41274         (@knownproblems): Remove.
41275         (newtoken): Don't check %isknown.
41276
41277         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41278         Do not expect macro.
41279         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41280         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41281         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41282         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41283         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41284         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41285         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41286         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41287         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41288         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41289         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41290         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41291         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41292         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41293         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41294         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41295         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41296         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41297         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41298         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41299         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41300         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41301         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41302         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41303         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41304         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41305         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41306         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41307         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41308         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41309         [XPG3] (acosh): Likewise.
41310         [XPG3] (asinh): Likewise.
41311         [XPG3] (atanh): Likewise.
41312         [XPG3] (cbrt): Likewise.
41313         [XPG3] (expm1): Likewise.
41314         [XPG3] (ilogb): Likewise.
41315         [XPG3] (log1p): Likewise.
41316         [XPG3] (logb): Likewise.
41317         [XPG3] (nextafter): Likewise.
41318         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41319         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41320         [XPG3] (remainder): Likewise.
41321         [XPG3] (rint): Likewise.
41322         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41323         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41324         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41325         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41326         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41327         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41328         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41329         [UNIX98 || XOPEN2K] (scalb): Expect.
41330         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41331         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41332         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41333         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41334         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41335         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41336         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41337         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41338         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41339         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41340         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41341         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41342         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41343         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41344         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41345         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41346         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41347         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41348         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41349         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41350         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41351         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41352         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41353         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41354         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41355         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41356         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41357         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41358         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41359         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41360         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41361         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41362         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41363         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41364         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41365         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41366         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41367         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41368         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41369         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41370         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41371         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41372         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41373         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41374         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41375         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41376         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41377         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41378         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41379         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41380         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41381         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41382         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41383         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41384         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41385         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41386         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41387         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41388         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41389         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41390         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41391         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41392         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41393         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41394         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41395         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41396         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41397         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41398         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41399         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41400         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41401         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41402         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41403         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41404         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41405         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41406         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41407         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41408         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41409         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41410         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41411         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41412         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41413         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41414         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41415         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41416         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41417         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41418         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41419         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41420         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41421         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41422         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41423         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41424         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41425         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41426         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41427         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41428         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41429         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41430         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41431         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41432         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41433         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41434         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41435         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41436         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41437         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41438         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41439         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41440         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41441         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41442         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41443         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41444         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41445         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41446         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41447         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41448         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41449         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41450         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41451         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41452         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41453         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41454         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41455         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41456         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41457         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41458         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41459         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41460         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41461         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41462         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41463         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41464         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41465         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41466         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41467
41468         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41469         _XOPEN_SOURCE_EXTENDED for XPG4.
41470
41471         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41472
41473         * Makeconfig (localtime): Remove variable.
41474         (inst_localtime-file): Likewise.
41475
41476 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41477
41478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41479         Update.
41480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41481         Update.
41482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41483         Update.
41484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41485         Update.
41486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41487         Update.
41488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41489         Update.
41490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41491         Update.
41492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41493         Update.
41494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41495         Update.
41496
41497 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41498
41499         [BZ #2550]
41500         [BZ #2570]
41501         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41502         comparisons to determine direction to adjust input.
41503         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41504         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41505         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41506         Likewise.
41507         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41508         Likewise.
41509         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41510         Likewise.
41511         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41512         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41513         Likewise.
41514         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41515         Likewise.
41516         * math/libm-test.inc (nexttoward_test): Add more tests.
41517
41518 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41519
41520         [BZ #14040]
41521         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41522         in version GLIBC_2.1, not GLIBC_2.0.
41523         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41524         Likewise.
41525
41526 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41527
41528         [BZ #13942]
41529         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41530         (1 - x) * (1 + x).
41531         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41532         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41533         * math/libm-test.inc (acos_test): Add more tests.
41534         (asin_test): Likewise.
41535         * sysdeps/i386/fpu/libm-test-ulps: Update.
41536         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41537
41538         [BZ #14034]
41539         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41540         of square root.
41541         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41542         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41543         * math/libm-test.inc (acos_test_tonearest): New function.
41544         (acos_test_towardzero): Likewise.
41545         (acos_test_downward): Likewise.
41546         (acos_test_upward): Likewise.
41547         (asin_test_tonearest): Likewise.
41548         (asin_test_towardzero): Likewise.
41549         (asin_test_downward): Likewise.
41550         (asin_test_upward): Likewise.
41551         (main): Call the new functions.
41552         * sysdeps/i386/fpu/libm-test-ulps: Update.
41553         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41554
41555         [BZ #13884]
41556         [BZ #13924]
41557         * math/e_exp10.c: Include <float.h>.
41558         (__ieee754_exp10): Handle underflow here rather than multiplying
41559         large negative argument by M_LN10.
41560         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41561         of __ieee754_expf.
41562         * math/e_exp10l.c: Include <float.h>.
41563         (__ieee754_exp10l): Handle underflow here rather than multiplying
41564         large negative argument by M_LN10l.
41565         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41566         spurious overflow exception on underflow.
41567
41568 2012-04-29  Marek Polacek  <polacek@redhat.com>
41569
41570         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41571         (__fortify_function): New macro.
41572         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41573         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41574         __extern_always_inline.
41575         * libio/bits/stdio2.h: Likewise.
41576         * libio/bits/stdio.h: Likewise.
41577         * string/string.h: Likewise.
41578         * string/bits/string3.h: Likewise.
41579         * include/stdio.h: Likewise.
41580         * stdlib/bits/stdlib.h: Likewise.
41581         * stdlib/stdlib.h: Likewise.
41582         * rt/bits/mqueue2.h: Likewise.
41583         * rt/mqueue.h: Likewise.
41584         * posix/bits/unistd.h: Likewise.
41585         * posix/unistd.h: Likewise.
41586         * io/bits/poll2.h: Likewise.
41587         * io/bits/fcntl2.h: Likewise.
41588         * io/fcntl.h: Likewise.
41589         * io/sys/poll.h: Likewise.
41590         * misc/bits/syslog.h: Likewise.
41591         * misc/bits/syslog-ldbl.h: Likewise.
41592         * misc/sys/syslog.h: Likewise.
41593         * socket/bits/socket2.h: Likewise.
41594         * socket/sys/socket.h: Likewise.
41595         * debug/tst-chk1.c: Likewise.
41596         * wcsmbs/bits/wchar2.h: Likewise.
41597         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41598         * wcsmbs/wchar.h: Likewise.
41599
41600 2012-04-29  Andreas Jaeger  <aj@suse.de>
41601
41602         * Makerules (tests): Remove enable-check-abi protection.
41603         (check-abi-warn): Remove.
41604         (check-abi-%): Remove check-abi-warn usage.
41605
41606         * configure.in: Remove check-abi configure option.
41607         * configure: Regenerated.
41608         * config.make.in (enable-check-abi): Remove.
41609
41610 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41611
41612         [BZ #14033]
41613         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41614         double functions to double *_finite functions.
41615
41616         [BZ #13941]
41617         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41618         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41619         LDBL_MIN_EXP.
41620         * stdio-common/Makefile (tests): Add tst-sprintf3.
41621         * stdio-common/tst-sprintf3.c: New file.
41622
41623         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41624         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41625
41626 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41627
41628         * conform/conformtest.pl: Remove duplicate typed-constant
41629         handling.
41630
41631 2012-04-28  David S. Miller  <davem@davemloft.net>
41632
41633         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41634         (check-abi-%): Remove AWK script prerequisite and explicit
41635         abilist directory.
41636         (check-abi): Rewrite to just diff the symlist with the abilist.
41637         (config-tls, config-abi-config): Delete, no longer used.
41638         (update-abi-%): Remove AWK script and explicit abilist directory.
41639         (update-abi): Rewrite to simply compare and conditionally copy the
41640         symlist and the sysdep abilist file.  Remove update-abi-config
41641         checks.
41642         * abilist/ld.abilist: Remove.
41643         * abilist/libBrokenLocale.abilist: Remove.
41644         * abilist/libanl.abilist: Remove.
41645         * abilist/libcrypt.abilist: Remove.
41646         * abilist/libdl.abilist: Remove.
41647         * abilist/librt.abilist: Remove.
41648         * abilist/libthread_db.abilist: Remove.
41649         * abilist/libutil.abilist: Remove.
41650         * scripts/extract-abilist.awk: Remove.
41651         * scripts/merge-abilist.awk: Remove.
41652         * sysdeps/generic/libcidn.abilist: New file.
41653         * sysdeps/generic/libnss_compat.abilist: New file.
41654         * sysdeps/generic/libnss_db.abilist: New file.
41655         * sysdeps/generic/libnss_dns.abilist: New file.
41656         * sysdeps/generic/libnss_files.abilist: New file.
41657         * sysdeps/generic/libnss_hesiod.abilist: New file.
41658         * sysdeps/generic/libnss_nis.abilist: New file.
41659         * sysdeps/generic/libnss_nisplus.abilist: New file.
41660         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41661         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41662         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41663         file.
41664         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41665         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41666         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41667         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41668         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41669         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41670         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41671         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41672         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41673         file.
41674         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41675         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41676         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41677         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41678         file.
41679         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41680         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41681         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41682         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41683         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41684         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41685         file.
41686         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41687         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41688         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41689         file.
41690         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41691         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41692         New file.
41693         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41694         New file.
41695         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41696         New file.
41697         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41698         New file.
41699         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41700         New file.
41701         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41702         New file.
41703         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41704         New file.
41705         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41706         New file.
41707         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41708         New file.
41709         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41710         New file.
41711         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41712         New file.
41713         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41714         New file.
41715         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41716         New file.
41717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41718         file.
41719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41720         New file.
41721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41722         New file.
41723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41724         file.
41725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41726         New file.
41727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41728         New file.
41729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41730         file.
41731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41732         New file.
41733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41734         New file.
41735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41736         New file.
41737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41738         New file.
41739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41740         New file.
41741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41742         New file.
41743         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41744         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41745         file.
41746         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41747         New file.
41748         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41749         file.
41750         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41751         file.
41752         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41753         file.
41754         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41755         file.
41756         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41757         file.
41758         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41759         New file.
41760         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41761         file.
41762         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41763         file.
41764         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41765         New file.
41766         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41767         file.
41768         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41769         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41770         file.
41771         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41772         New file.
41773         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41774         file.
41775         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41776         file.
41777         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41778         file.
41779         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41780         file.
41781         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41782         file.
41783         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41784         New file.
41785         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41786         file.
41787         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41788         file.
41789         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41790         New file.
41791         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41792         file.
41793         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41794         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41795         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41796         file.
41797         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41798         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41799         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41800         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41801         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41802         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41803         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41804         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41805         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41806         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41807         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41808         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41809         file.
41810         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41811         New file.
41812         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41813         file.
41814         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41815         file.
41816         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41817         file.
41818         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41819         file.
41820         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41821         file.
41822         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41823         New file.
41824         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41825         New file.
41826         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41827         file.
41828         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41829         New file.
41830         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41831         file.
41832         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41833         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41834         file.
41835         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41836         New file.
41837         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41838         file.
41839         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41840         file.
41841         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41842         file.
41843         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41844         file.
41845         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41846         file.
41847         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41848         New file.
41849         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41850         New file.
41851         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41852         file.
41853         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41854         New file.
41855         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41856         file.
41857
41858 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41859
41860         * conform/conformtest.pl: Fix typo in handling typed-constant from
41861         allow-header.
41862
41863 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41864
41865         * README: Cut down references to pre-2.6 Linux kernels and
41866         Linuxthreads.  Update lists of configurations in libc and ports
41867         and sort alphabetically.  Say "or newer" with Linux kernel version
41868         requirements.
41869
41870         * config.h.in [IS_IN_build]: Allow compiling without optimization.
41871
41872 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
41873
41874         [BZ #887]
41875         * math/libm-test.inc (logb_test_downward): New test to expose
41876         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41877         rounding mode.
41878
41879 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41880
41881         [BZ #14027]
41882         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41883         to be done.
41884         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41885         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41886
41887 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
41888
41889         * sysdeps/unix/i386/brk.S: Remove file.
41890         * sysdeps/unix/i386/dl-brk.S: Likewise.
41891         * sysdeps/unix/i386/pipe.S: Likewise.
41892         * sysdeps/unix/i386/sigreturn.S: Likewise.
41893         * sysdeps/unix/i386/syscall.S: Likewise.
41894         * sysdeps/unix/i386/vfork.S: Likewise.
41895         * sysdeps/unix/i386/wait.S: Likewise.
41896
41897         * sysdeps/unix/common/tcsendbrk.c: Move to ...
41898         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
41899
41900         * configure.in (arm*-none*): Do not allow without
41901         --enable-hacker-mode.
41902         (netbsd*): Remove case setting base_os.
41903         (386bsd*): Likewise.
41904         (freebsd*): Likewise.
41905         (bsdi*): Likewise.
41906         (osf*): Likewise.
41907         (sunos*): Likewise.
41908         (ultrix*): Likewise.
41909         (newsos*): Likewise.
41910         (dynix*): Likewise.
41911         (*bsd*): Likewise.
41912         (sysv*): Likewise.
41913         (isc*): Likewise.
41914         (esix*): Likewise.
41915         (sco*): Likewise.
41916         (minix*): Likewise.
41917         (irix4*): Likewise.
41918         (irix6*): Likewise.
41919         (solaris[2-9]*): Likewise.
41920         (none): Likewise.
41921         * configure: Regenerated.
41922
41923 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41924
41925         [BZ #11521]
41926         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
41927         overflow or cancellation in calculating denominator.
41928         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
41929         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
41930         down expression to avoid unexpected rounding in newer GCCs.
41931         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
41932
41933 2012-04-26  David S. Miller  <davem@davemloft.net>
41934
41935         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
41936         long-double compat symbols.
41937         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41938         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41939         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41940         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
41941         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41942         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
41943         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
41944         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
41945         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
41946         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
41947         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
41948         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
41949         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41950
41951 2012-04-25  David S. Miller  <davem@davemloft.net>
41952
41953         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
41954         HWCAP_* values only after the memory barriers have been defined.
41955         (atomic_full_barrier): Define.
41956         (atomic_read_barrier): Define.
41957         (atomic_write_barrier): Define.
41958
41959 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41960
41961         * shlib-versions: Add libgcc_s version information.
41962         * sysdeps/generic/libgcc_s.h: Remove.
41963         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
41964         libgcc_s.h.
41965         * sysdeps/gnu/unwind-resume.c: Likewise.
41966         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
41967
41968 2012-04-25  David S. Miller  <davem@davemloft.net>
41969
41970         * sysdeps/unix/sparc/brk.S: Delete.
41971         * sysdeps/unix/sparc/dl-brk.S: Delete.
41972         * sysdeps/unix/sparc/pipe.S: Delete.
41973         * sysdeps/unix/sparc/sysdep.S: Delete.
41974         * sysdeps/unix/sparc/sysdep.h: Delete.
41975         * sysdeps/unix/sparc/vfork.S: Delete.
41976         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
41977         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
41978         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
41979         (ret_ERRVAL, r0, r1, MOVE): Define.
41980         (JUMPTARGET): Remove.
41981         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
41982         sysdeps/unix/sparc/sysdep.h
41983         (ENTRY, END): Remove.
41984         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41985
41986 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
41987
41988         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
41989         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
41990         -DIS_IN_build.
41991
41992         * timezone/README: Update upstream location and email address for
41993         tzcode and tzdata.
41994         * timezone/zdump.c: Update from tzcode 2012b.
41995         * timezone/zic.c: Likewise.
41996
41997         * configure.in (libc_cv_as_needed): Remove test.
41998         * configure: Regenerated.
41999         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42000         conditional definition.
42001         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42002         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42003         * config.make.in (have-as-needed): Remove variable.
42004
42005 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42006             Paul Pluzhnikov  <ppluzhnikov@google.com>
42007
42008         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42009         strings correctly.
42010
42011 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42012
42013         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42014         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42015         * sysdeps/sh/strlen.S: Likewise.
42016
42017 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42018
42019         * sysdeps/unix/fork.S: Remove file.
42020         * sysdeps/unix/i386/fork.S: Likewise.
42021         * sysdeps/unix/sparc/fork.S: Likewise.
42022
42023         * sysdeps/unix/system.c: Remove file.
42024         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42025
42026         * sysdeps/unix/getegid.S: Remove file.
42027         * sysdeps/unix/geteuid.S: Likewise.
42028
42029 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42030
42031         * scripts/check-localplt.awk: New file.
42032         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42033         of diff.
42034         * scripts/data/localplt-generic.data: Add a comment.
42035
42036         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42037         NODE when __dir_mkfile failed.
42038         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42039         Reported by Ludovic Courtès <ludo@gnu.org>.
42040
42041 2012-04-24  Andreas Jaeger  <aj@suse.de>
42042
42043         * Makerules (common-clean): Also remove gen-as-const-headers
42044         files.
42045
42046 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42047
42048         * Makerules (native-compile): Do not change working directory for
42049         build.  Use $(OUTPUT_OPTION) in command.
42050         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42051
42052 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42053
42054         [BZ #13886]
42055         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42056         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42057         * math/libm-test.inc (floor_test): Add more tests.
42058         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42059
42060 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42061
42062         * sysdeps/unix/getdents.c: Remove file.
42063         * sysdeps/unix/sysv/getdents.c: Likewise.
42064         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42065
42066         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42067         sysdeps/unix/mman/syscalls.list.
42068         (mmap): Likewise.
42069         (mprotect): Likewise.
42070         (msync): Likewise.
42071         (munmap): Likewise.
42072         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42073         * sysdeps/unix/mman/syscalls.list: Remove.
42074         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42075
42076         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42077         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42078         * configure: Regenerated.
42079         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42080         $(libgcc_s_suffix).
42081         * config.make.in (libgcc_s_suffix): Remove variable.
42082
42083 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42084
42085         * sysdeps/unix/sysv/gethostname.c: Move to ...
42086         * sysdeps/posix/gethostname.c: ... here.
42087
42088         * sysdeps/unix/execve.S: Remove file.
42089
42090         * sysdeps/unix/_exit.S: Remove file.
42091
42092 2012-04-23  Andreas Jaeger  <aj@suse.de>
42093
42094         [BZ #13739]
42095         * manual/Makefile: Remove make dist support, there's no
42096         need for a stand-alone documentation tar ball.
42097         (TEXI2DVI): Define always, it's not in Makeconfig.
42098         (dist): Removed.
42099         (tar-it): Removed.
42100         (edition): Removed.
42101         (glibc-doc-$(edition).tar): Removed
42102         (%.Z): Removed.
42103         (%.gz): Removed.
42104         (%.uu): Removed.
42105         (ETAGS): Remove, it's in Makeconfig.
42106         (move-if-change): Remove, it's in Makeconfig.
42107
42108 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42109
42110         [BZ #13970]
42111         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42112         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42113         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42114         (strtod_l, strtof_l, strtold_l): Remove __wur.
42115         It is not necessarily an error to ignore strtol's return value.
42116         One can reliably look at the stored endptr to decide whether
42117         the number had valid syntax.
42118
42119 2012-04-21  Andreas Jaeger  <aj@suse.de>
42120
42121         [BZ #13739]
42122         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42123
42124 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42125
42126         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42127         * sysdeps/unix/sysv/Versions: Remove file.
42128
42129 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42130
42131         [BZ #13927]
42132         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42133
42134 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42135
42136         [BZ #7064]
42137         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42138         version from __vm86.
42139
42140 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42141
42142         * sysdeps/unix/common/lxstat.c: Remove file.
42143         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42144
42145         * sysdeps/unix/sysv/Makefile: Remove file.
42146
42147         * sysdeps/unix/sysv/direct.h: Remove file.
42148
42149         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42150         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42151         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42152         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42153         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42154         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42155         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42156
42157         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42158
42159         * sysdeps/unix/xmknod.c: Remove file.
42160         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42161
42162         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42163
42164         * sysdeps/unix/sysv/i386/time.S: Remove file.
42165
42166         * sysdeps/unix/fxstat.c: Remove file.
42167         * sysdeps/unix/xstat.c: Likewise.
42168         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42169
42170         * sysdeps/unix/sysv/sigaction.c: Remove file.
42171
42172         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42173         (sysdep_headers): Remove variable.
42174         [termio.h not in sysdep_headers] (generated): Likewise.
42175         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42176         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42177         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42178         * sysdeps/unix/sysv/tcflow.c: Likewise.
42179         * sysdeps/unix/sysv/tcflush.c: Likewise.
42180         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42181         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42182         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42183         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42184         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42185
42186         * sysdeps/unix/siglist.c: Remove file.
42187
42188         * sysdeps/unix/getppid.S: Remove file.
42189
42190         * sysdeps/unix/mkdir.c: Remove file.
42191         * sysdeps/unix/rmdir.c: Likewise.
42192
42193 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42194
42195         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42196         ERR_MAX value.
42197         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42198         errlist-compat value.
42199
42200 2012-04-18  David S. Miller  <davem@davemloft.net>
42201
42202         * sysdeps/generic/memcopy.h (reg_char): Delete.
42203         * debug/strcat_chk.c: Use char, not reg_char.
42204         * debug/strcpy_chk.c: Likewise.
42205         * debug/strncat_chk.c: Likewise.
42206         * debug/strncpy_chk.c: Likewise.
42207         * string/memchr.c: Likewise.
42208         * string/memrchr.c: Likewise.
42209         * string/rawmemchr.c: Likewise.
42210         * string/strcat.c: Likewise.
42211         * string/strchr.c: Likewise.
42212         * string/strchrnul.c: Likewise.
42213         * string/strcmp.c: Likewise.
42214         * string/strcpy.c: Likewise.
42215         * string/strncat.c: Likewise.
42216         * string/strncmp.c: Likewise.
42217         * string/strncpy.c: Likewise.
42218
42219 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42220
42221         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42222         __builtin_memcopy is called when src and dest ranges are known to not
42223         overlap.
42224
42225 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42226
42227         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42228         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42229         fwd_align_merge macro call.
42230         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42231         bwd_align_merge macro call.
42232         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42233
42234 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42235
42236         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42237         bwd_align_merge macros.
42238         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42239         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42240         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42241
42242 2012-04-18  David S. Miller  <davem@davemloft.net>
42243
42244         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42245
42246 2012-04-18  Andreas Jaeger  <aj@suse.de>
42247
42248         [BZ# 6794]
42249         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42250         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42251         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42252
42253         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42254         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42255         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42256
42257         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42258         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42259         Adjust for changed ldbl-128 files.
42260
42261         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42262         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42263         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42264
42265 2012-04-17  David S. Miller  <davem@davemloft.net>
42266
42267         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42268
42269 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42270
42271         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42272         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42273         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42274         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42275         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42276         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42277
42278 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42279
42280         [BZ #6794]
42281         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42282         * math/libm-test.inc: Add ilogb errno and exception tests.
42283         * math/w_ilogb.c: New file: ilogb wrapper.
42284         * math/w_ilogbf.c: New file: ilogbf wrapper.
42285         * math/w_ilogbl.c: New file: ilogbl wrapper.
42286         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42287         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42288         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42289         exception being thrown with 0.0 as argument.
42290         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42291         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42292         exception being thrown with 0.0 as argument.
42293         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42294         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42295         exception being thrown with 0.0 as argument.
42296         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42297         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42298         exception being thrown with 0.0 as argument.
42299         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42300         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42301         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42302         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42303         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42304         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42305         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42306         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42307         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42308
42309 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42310
42311         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42312         with altivec.
42313
42314 2012-04-16  Marek Polacek  <polacek@redhat.com>
42315
42316         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42317
42318 2012-04-16  Marek Polacek  <polacek@redhat.com>
42319
42320         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42321         operands of fdivp instruction.
42322
42323 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42324
42325         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42326         * elf/tst-auditmod3b.c: Likewise.
42327         * elf/tst-auditmod4b.c: Likewise.
42328         * elf/tst-auditmod5b.c: Likewise.
42329         * elf/tst-auditmod6b.c: Likewise.
42330         * elf/tst-auditmod6c.c: Likewise.
42331         * elf/tst-auditmod7b.c: Likewise.
42332         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42333         * sysdeps/x86_64/preconfigure.in: Likewise.
42334         * sysdeps/x86_64/preconfigure: Regenerated.
42335
42336 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42337
42338         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42339         __ILP32__.
42340
42341 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42342
42343         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42344         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42345
42346 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42347
42348         [BZ #13973]
42349         * locale/iso-639.def: Fix gl language name. Spotted by
42350         Yaron Shahrabani.
42351
42352 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42353
42354         [BZ #2074]
42355         * libio/libio.h (__io_write_fn): Update comment.
42356
42357 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42358
42359         [BZ #2074]
42360         * stdio.texi (Hook Functions): The user provided writer function
42361         is not allowed to return -1.
42362
42363 2012-04-11  David S. Miller  <davem@davemloft.net>
42364
42365         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42366
42367 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42368
42369         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42370         Add a leading slash to rtkaio.
42371
42372 2012-04-11  Jim Meyering  <meyering@redhat.com>
42373
42374         [BZ #11959]
42375         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42376         It is not necessarily an error to ignore fwrite's return
42377         value.  One can reliably use ferror to test for errors after
42378         the fact.
42379
42380 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42381
42382         * bits/types.h (__snseconds_t): New type.
42383         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42384
42385         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42386         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42387         (__SNSECONDS_T_TYPE): Likewise.
42388         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42389         (__SNSECONDS_T_TYPE): Likewise.
42390         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42391         (__SNSECONDS_T_TYPE): Likewise.
42392
42393 2012-04-10  Andreas Jaeger  <aj@suse.de>
42394
42395         [BZ #2636]
42396         * manual/time.texi (Processor Time): Return type of times is
42397         elapsed real time since an arbitrary point in the past.
42398         (CPU Time): Move CLK_TCK from here...
42399         (Processor Time): ...to here.  Correct description.
42400         * manual/conf.texi (Constants for Sysconf): Correct description of
42401         _SC_CLK_TCK.
42402
42403 2012-04-10  David S. Miller  <davem@davemloft.net>
42404
42405         [BZ #13967]
42406         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42407         where the is a gap between DT_REL(A) and DT_JMPREL.
42408
42409 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42410
42411         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42412         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42413         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42414
42415 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42416
42417         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42418         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42419         (dl_main): Handle --inhibit-cache.
42420         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42421         _dl_inhibit_cache.
42422         * elf/dl-load.c (_dl_map_object): Use it.
42423         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42424
42425 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42426
42427         [BZ #13872]
42428         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42429         (__ieee754_powl): Saturate large exponents rather than testing for
42430         overflow of y*log2(x).
42431         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42432         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42433         exceptions.
42434
42435         [BZ #11521]
42436         * math/s_ctan.c: Include <float.h>.
42437         (__ctan): Avoid internal overflow or cancellation in calculating
42438         denominator.
42439         * math/s_ctanf.c: Likewise.
42440         * math/s_ctanl.c: Likewise.
42441         * math/s_ctanh.c: Likewise.
42442         * math/s_ctanhf.c: Likewise.
42443         * math/s_ctanhl.c: Likewise.
42444         * math/libm-test.inc (ctan_test): Add more tests.
42445         (ctanh_test): Likewise.
42446         * sysdeps/i386/fpu/libm-test-ulps: Update.
42447         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42448
42449 2012-04-09  Andreas Jaeger  <aj@suse.de>
42450
42451         [BZ #6894]
42452         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42453         is an optional BSD extension.
42454
42455         [BZ #10254]
42456         * manual/stdio.texi (Opening Streams): Document additional fopen
42457         parameters.
42458
42459 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42460
42461         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42462         %eax without telling the compiler.
42463
42464 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42465
42466         [BZ # 13963]
42467         * manual/install.texi: Use sourceware.org.
42468
42469 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42470
42471         [BZ #13873]
42472         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42473         (__ieee754_pow): Generate overflow and underflow using huge*huge
42474         and tiny*tiny rather than just returning constant infinity or zero
42475         for large exponents.
42476         * math/libm-test.inc (pow_test): Require overflow exceptions for
42477         applicable cases of large exponents.
42478
42479         [BZ #706]
42480         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42481         (__ieee754_pow): Use iterative multiplication algorithm only for
42482         integer exponents with absolute value below 1024.  Check for odd
42483         integer exponents when using algorithm for real exponents.
42484         * math/libm-test.inc (pow_test): Add more tests.
42485         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42486
42487 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42488
42489         [BZ #13705]
42490         * math/libm-test.inc (exp_test): Do not allow overflow exception
42491         on underflow test.
42492
42493 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42494
42495         [BZ #13705]
42496         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42497         instead of __kernel_standard_f.
42498
42499 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42500
42501         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42502         * sysdeps/x86_64/memset_chk.S: Likewise.
42503
42504 2012-04-08  Andreas Jaeger  <aj@suse.de>
42505
42506         [BZ #10153]
42507         * manual/startup.texi (Environment Access): Describe return value
42508         for putenv and setenv.
42509
42510         [BZ #6895]
42511         * manual/filesys.texi (Directory Entries): Add description for
42512         DT_LNK.
42513
42514         [BZ #6890]
42515         * manual/filesys.texi (Directory Entries): Clarify that it's file
42516         system not operating system in the description of DT_UNKNOWN.
42517
42518         [BZ #6578]
42519         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42520
42521 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42522
42523         [BZ #6649]
42524         * manual/llio.texi (Opening and Closing Files): Add cross
42525         reference to explain mode argument.
42526
42527 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42528
42529         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42530         * sysdeps/x86_64/memset_chk.S: Likewise.
42531
42532 2012-04-07  David S. Miller  <davem@davemloft.net>
42533
42534         * elf/elf.h (R_SPARC_WDISP10): Define.
42535         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42536         R_SPARC_SIZE32.
42537         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42538         R_SPARC_SIZE64 and R_SPARC_H34.
42539
42540 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42541
42542         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42543         conditions and remove no longer applicable assertion.
42544
42545 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42546
42547         * bits/byteswap.h: Include <features.h>.
42548         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42549         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42550
42551 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42552
42553         * bits/byteswap.h (__bswap_16): Removed.
42554         Include <bits/byteswap-16.h> to get __bswap_16.
42555         * sysdeps/i386/bits/byteswap.h: Likewise.
42556         * sysdeps/s390/bits/byteswap.h: Likewise.
42557         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42558         * bits/byteswap-16.h: New file.
42559         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42560         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42561         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42562         * string/Makefile (headers): Add bits/byteswap-16.h.
42563
42564 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42565
42566         [BZ #13895]
42567         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42568         extra indirection.
42569         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42570         * nss/tst-nss-static.c: New.
42571
42572 2012-04-06  Robert Millan  <rmh@gnu.org>
42573
42574         [BZ #6486]
42575         * manual/llio.texi (File Position Primitive): lseek
42576         refers to WHENCE when it really means OFFSET.
42577
42578 2012-04-06  Andreas Jaeger  <aj@suse.de>
42579
42580         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42581         strncmp declarations.
42582
42583         * abilist/libc.abilist: Add __poll and __ppoll.
42584
42585 2012-04-05  David S. Miller  <davem@davemloft.net>
42586
42587         * scripts/check-local-headers.sh: Accept a host triplet in the
42588         path matched by the exclude regexp.
42589
42590         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42591         definition.
42592         * sysdeps/powerpc/powerpc32/dl-machine.h
42593         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42594         * sysdeps/s390/s390-32/dl-machine.h
42595         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42596         * sysdeps/sparc/sparc32/dl-machine.h
42597         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42598         * sysdeps/sparc/sparc64/dl-machine.h
42599         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42600
42601         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42602         lazy binding.
42603         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42604         undefined symbol errors.
42605
42606         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42607         DT_NEEDED entries.
42608
42609 2012-04-05  Michael Matz  <matz@suse.de>
42610
42611         [BZ #13592]
42612         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42613
42614 2012-04-05  Andreas Jaeger  <aj@suse.de>
42615
42616         [BZ #13908]
42617         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42618         comment.
42619
42620 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42621
42622         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42623         which ROUND is no valid rounding mode.
42624
42625 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42626
42627         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42628         read again.
42629         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42630
42631 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42632
42633         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42634         an exception using FPU order intentionally.
42635
42636 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42637
42638         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42639         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42640         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42641         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42642
42643 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42644
42645         [BZ #12340]
42646         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42647         EINVAL when BUFLEN is too smal.
42648
42649 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42650
42651         [BZ #13553]
42652         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42653         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42654
42655 2012-04-03  Andreas Jaeger  <aj@suse.de>
42656
42657         [BZ #13938]
42658         * manual/setjmp.texi (System V contexts): Fix sentence.
42659
42660         [BZ #13926]
42661         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42662         New macro for this case.
42663         [!__GNUC__] (__bswap_64): New inline function for this case.
42664         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42665         * bits/byteswap.h: Likewise.
42666         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42667         ull, guard with __GLIBC_HAVE_LONG_LONG.
42668
42669         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42670         __GLIBC_HAVE_LONG_LONG.
42671
42672         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42673         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42674
42675 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42676
42677         [BZ #13691]
42678         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42679         inptr and inend, rather than using last_ch.
42680
42681 2012-04-02  David S. Miller  <davem@davemloft.net>
42682
42683         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42684         * stdio-common/printf-parse.h (read_int): Change return type to
42685         'int', return -1 on INT_MAX overflow.
42686         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42687         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42688         overflows INT_MAX.  Check for overflow of in-format-string precision
42689         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42690         SIZE_MAX not INT_MAX for integer overflow test.
42691         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42692         skip the construct in the format string but do not record anything.
42693         * stdio-common/bug22.c: Adjust to test both width/prevision
42694         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42695         explicitly for proper errno values.
42696
42697 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42698
42699         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42700         CHAR_MAX.
42701         * string/test-strcmp.c [! WIDE]: Likewise.
42702         * time/tst-mktime2.c: Likewise for INT_MAX.
42703         * string/test-string.h: #include <sys/param.h> for MIN.
42704
42705         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42706         * sysdeps/i386/init-first.c (init): Likewise.
42707         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42708         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42709         * sysdeps/sh/init-first.c (init): Likewise.
42710
42711 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42712
42713         * po/ru.po: Update from translation team.
42714         * po/vi.po: Likewise.
42715
42716 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42717
42718         * resolv/nss_dns/dns-host.c: Merge copyright years.
42719
42720 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42721
42722         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42723         Optimize memcpy with prefetch if
42724         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42725         src, dst pointers have unequal 16 byte alignments.
42726
42727 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42728
42729         [BZ #13928]
42730         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42731         from a CNAME entry and return the minimum ttl for the query.
42732         (gaih_getanswer_slice): Likewise.
42733
42734 2012-03-30  Jeff Law  <law@redhat.com>
42735
42736         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42737         due to long keys.
42738         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42739         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42740
42741         * resolv/nss_dns/dns-host.c: Update copyright year.
42742
42743 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
42744
42745         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
42746         requests to save a system call.  Fix check that all bytes are sent.
42747
42748         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42749         comments for sendmmsg.
42750
42751 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42752
42753         [BZ #13691]
42754         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42755         with only 1 character between 0x0041 and 0x01b0.
42756         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42757         * wcsmbs/tst-mbsnrtowcs.c: New file.
42758
42759 2012-03-29  David S. Miller  <davem@davemloft.net>
42760
42761         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42762         small copies by hand.
42763
42764 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42765
42766         [BZ #13761]
42767         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42768         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42769         group memberships.
42770
42771 2012-03-28  David S. Miller  <davem@davemloft.net>
42772
42773         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42774         that branches into memcpy.
42775         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42776         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42777         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42778         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42779         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42780         bits.
42781         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42782         implementation too.
42783         * sysdeps/sparc/mempcpy.S: New file.
42784
42785         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42786         the IFUNC routine in the libc case.
42787         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42788
42789         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42790         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42791         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42792         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42793         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42794         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42795         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42796         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42797
42798         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42799         loop to 256 bytes instead of 64 bytes and fix test signedness.
42800
42801         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42802         * sysdeps/sparc/sparc32/Makefile: rather than here...
42803         * sysdeps/sparc/sparc64/Makefile: and here.
42804
42805 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
42806
42807         * malloc/mallocbug.c: Avoid warnings about unused variables.
42808
42809 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
42810
42811         [BZ #13760]
42812         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42813         in the right place. Discard and retry query if response is
42814         larger than input buffer size.
42815
42816 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
42817
42818         [BZ #369]
42819         [BZ #2678]
42820         [BZ #3866]
42821         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42822         x for large integer exponent.
42823         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42824         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
42825         sign of result as needed afterwards.
42826         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42827         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42828         result for underflowing pow the same as for overflow.
42829         (__kernel_standard_l): Handle powl overflow and underflow here
42830         rather than calling __kernel_standard.
42831         * math/libm-test.inc (pow_test): Add more tests.
42832
42833         [BZ #3868]
42834         [BZ #13879]
42835         [BZ #13910]
42836         [BZ #13911]
42837         [BZ #13912]
42838         [BZ #13913]
42839         [BZ #13915]
42840         [BZ #13916]
42841         [BZ #13917]
42842         [BZ #13918]
42843         [BZ #13919]
42844         [BZ #13920]
42845         [BZ #13921]
42846         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42847         * sysdeps/ieee754/k_standard.c: Include <float.h>.
42848         (__kernel_standard_l): New function.
42849         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42850         __kernel_standard.
42851         * math/w_acosl.c (__acosl): Likewise.
42852         * math/w_asinl.c (__asinl): Likewise.
42853         * math/w_atan2l.c (__atan2l): Likewise.
42854         * math/w_atanhl.c (__atanhl): Likewise.
42855         * math/w_coshl.c (__coshl): Likewise.
42856         * math/w_exp10l.c (__exp10l): Likewise.
42857         * math/w_exp2l.c (__exp2l): Likewise.
42858         * math/w_fmodl.c (__fmodl): Likewise.
42859         * math/w_hypotl.c (__hypotl): Likewise.
42860         * math/w_j0l.c (__j0l, __y0l): Likewise.
42861         * math/w_j1l.c (__j1l, __y1l): Likewise.
42862         * math/w_jnl.c (__jnl, __ynl): Likewise.
42863         * math/w_lgammal.c (__lgammal): Likewise.
42864         * math/w_log10l.c (__log10l): Likewise.
42865         * math/w_log2l.c (__log2l): Likewise.
42866         * math/w_logl.c (__logl): Likewise.
42867         * math/w_powl.c (__powl): Likewise.
42868         * math/w_remainderl.c (__remainderl): Likewise.
42869         * math/w_scalbl.c (sysv_scalbl): Likewise.
42870         * math/w_sinhl.c (__sinhl): Likewise.
42871         * math/w_sqrtl.c (__sqrtl): Likewise.
42872         * math/w_tgammal.c (__tgammal): Likewise.
42873         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42874         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42875         * math/libm-test.inc (acos_test): Add more tests.
42876         (acosh_test): Likewise.
42877         (asin_test): Likewise.
42878         (atanh_test): Likewise.
42879         (exp_test): Likewise.
42880         (exp10_test): Likewise.
42881         (exp2_test): Likewise.
42882         (expm1_test): Likewise.
42883         (lgamma_test): Likewise.
42884         (log_test): Likewise.
42885         (log10_test): Likewise.
42886         (log1p_test): Likewise.
42887         (log2_test): Likewise.
42888         (pow_test): Do not allow some spurious overflow exceptions.
42889         (sqrt_test): Add more tests.
42890         (tgamma_test): Likewise.
42891         (y0_test): Likewise.
42892         (y1_test): Likewise.
42893         (yn_test): Likewise.
42894
42895 2012-03-27  Anton Blanchard  <anton@samba.org>
42896
42897         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
42898         MAP_HUGETLB.
42899         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
42900         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
42901         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
42902
42903 2012-03-27  David S. Miller  <davem@davemloft.net>
42904
42905         * conform/Makefile: Run run-conformtest.sh using $(BASH).
42906
42907         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
42908         have-as-vis3 check.
42909
42910 2012-03-27  Andreas Jaeger  <aj@suse.de>
42911
42912         * sysdeps/x86_64/elf/configure.in: Moved to ...
42913         * sysdeps/x86_64/configure.in: ... here.
42914         * sysdeps/x86_64/elf/start.S: Moved to ...
42915         * sysdeps/x86_64/start.S: ... here.
42916         * sysdeps/x86_64/elf/configure: Delete.
42917
42918         * sysdeps/x86_64/configure.in: Merge contents from
42919         sysdeps/i386/configure.in (without i686 check).
42920
42921         * sysdeps/i386/elf/Versions: Merge into ...
42922         * sysdeps/i386/Versions: ... this.
42923         * sysdeps/i386/elf/Versions: Delete file.
42924         * sysdeps/i386/elf/start.S: Moved to ...
42925         * sysdeps/i386/start.S: ...here.
42926         * sysdeps/i386/elf/configure.in: Merge into...
42927         * sysdeps/i386/configure.in: ...here.
42928         * sysdeps/i386/elf/configure.in: Delete file.
42929         * sysdeps/i386/elf/configure: Delete file.
42930
42931         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
42932         * debug/backtracesyms.c: ... here.
42933         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
42934         * debug/backtracesymsfd.c: ... here.
42935         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
42936         * sysdeps/generic/ifunc-sel.h: ... here.
42937
42938         * sysdeps/unix/i386/start.c: Delete file.
42939         * sysdeps/unix/sparc/start.c: Delete file.
42940         * sysdeps/unix/start.c: Delete file.
42941
42942         * sysdeps/sh/elf/configure.in: Moved to ...
42943         * sysdeps/sh/configure.in: ... here.
42944         * sysdeps/sh/elf/start.S: Moved to ...
42945         * sysdeps/sh/start.S: ... here.
42946         * sysdeps/sh/elf/configure: Delete file.
42947
42948         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
42949         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
42950         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
42951         * sysdeps/powerpc/powerpc64/entry.h: ... here.
42952         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
42953         * sysdeps/powerpc/powerpc64/start.S: here.
42954         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
42955         * sysdeps/powerpc/powerpc64/Makefile: ... this.
42956         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
42957         * sysdeps/powerpc/powerpc64/configure.in: ... this.
42958         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
42959
42960         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
42961         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
42962         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
42963         * sysdeps/powerpc/powerpc32/start.S: ... here.
42964         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
42965         * sysdeps/powerpc/powerpc32/configure.in: ... this.
42966         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
42967
42968         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
42969         * sysdeps/powerpc/ifunc-sel.h: ... here.
42970         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
42971         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
42972
42973         * sysdeps/sparc/elf/configure.in: Moved to ...
42974         * sysdeps/sparc/configure.in: ... here.
42975         * sysdeps/sparc/elf/configure: Delete file.
42976         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
42977         * sysdeps/sparc/sparc32/start.S: ... here.
42978         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
42979         * sysdeps/sparc/sparc64/start.S: ... here.
42980         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
42981         * sysdeps/sparc/sparc32/Makefile: ... this.
42982         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
42983         * sysdeps/sparc/sparc64/Makefile: ... this.
42984
42985         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
42986         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
42987         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
42988         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
42989         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
42990         * sysdeps/s390/s390-32/setjmp.S: ... here.
42991         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
42992         * sysdeps/s390/s390-32/configure.in: ... here.
42993         * sysdeps/s390/s390-32/elf/configure: Delete file.
42994         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
42995         * sysdeps/s390/s390-32/start.S: ... here.
42996
42997         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
42998         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
42999         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43000         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43001         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43002         * sysdeps/s390/s390-64/setjmp.S: ... here.
43003         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43004         * sysdeps/s390/s390-64/configure.in: ... here
43005         * sysdeps/s390/s390-64/elf/configure: Delete file.
43006         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43007         * sysdeps/s390/s390-64/start.S: ... here.
43008         * sysdeps/s390/s390-64/elf/configure: Delete.
43009
43010         * configure.in: Remove support for elf directories in sysdeps.
43011
43012         * configure: Regenerated.
43013         * sysdeps/i386/configure: Regenerated.
43014         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43015         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43016         * sysdeps/s390/s390-32/configure: Regenerated.
43017         * sysdeps/s390/s390-64/configure: Regenerated.
43018         * sysdeps/sh/configure: Regenerated.
43019         * sysdeps/sparc/configure: Regenerated.
43020         * sysdeps/x86_64/configure: Regenerated.
43021
43022 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43023
43024         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43025
43026         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43027         denormal result into account.
43028
43029 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43030
43031         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43032         Reported by Allan McRae <allan@archlinux.org>.
43033
43034 2012-03-23  Jeff Law  <law@redhat.com>
43035
43036         * nss/getnssent.c (__nss_getent): Fix typo.
43037
43038 2012-03-23  David S. Miller  <davem@davemloft.net>
43039
43040         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43041
43042 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43043
43044         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43045         to pad to uint64_t for each field.
43046         (dl_tls_index): Replace unsigned long with uint64_t.
43047
43048 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43049         Paul Pluzhnikov  <ppluzhnikov@google.com>
43050
43051         [BZ #6528]
43052         * grp/Makefile (otherlibs): Don't set it.
43053         * inet/Makefile (otherlibs): Likewise.
43054         * login/Makefile (otherlibs): Likewise.
43055         * nscd/Makefile (otherlibs): Likewise.
43056         * posix/Makefile (otherlibs): Likewise.
43057         * pwd/Makefile (otherlibs): Likewise.
43058         * rt/Makefile (otherlibs): Likewise.
43059         * sunrpc/Makefile (otherlibs): Likewise.
43060         * nss/Makefile (otherlibs): Likewise.
43061         Add libnss_files to routines and static-only-routines.
43062         ($(objpfx)getent): Remove rule.
43063         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43064         static-only-routines.
43065
43066 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43067
43068         [BZ #13892]
43069         * math/s_cexp.c: Include <float.h>.
43070         (__cexp): Handle exp result overflowing not necessarily
43071         overflowing both real and imaginary parts of result.
43072         * math/s_cexpf.c: Likewise.
43073         * math/s_cexpl.c: Likewise.
43074         * math/libm-test.inc (cexp_test): Add more tests.
43075         * sysdeps/i386/fpu/libm-test-ulps: Update.
43076         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43077
43078 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43079
43080         * include/link.h (ELFW): New macro.
43081         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43082         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43083
43084 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43085
43086         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43087         with uint64_t.
43088
43089 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43090
43091         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43092         declaration.
43093         (struct La_x32_retval): Likewise.
43094
43095 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43096
43097         * sysdeps/x86_64/preconfigure.in: New file.
43098         * sysdeps/x86_64/preconfigure: New generated file.
43099
43100 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43101
43102         [BZ #13824]
43103         * math/e_exp2l.c: Include <float.h>.
43104         (__ieee754_exp2l): Handle overflow and underflow cases
43105         separately.  Only pass fractional part of argument to
43106         __ieee754_expl.
43107         * math/libm-test.inc (exp2_test): Add more tests.
43108
43109         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43110         negating x to take absolute value.
43111         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43112         Likewise.
43113         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43114         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43115         Likewise.
43116         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43117         computing low part if x was negated.
43118         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43119
43120 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43121
43122         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43123         la_x32_gnu_pltexit.
43124         (pltexit): Cast int_retval to ptrdiff_t.
43125         * elf/tst-auditmod3b.c: Likewise.
43126         * elf/tst-auditmod4b.c: Likewise.
43127         * elf/tst-auditmod5b.c: Likewise.
43128         * elf/tst-auditmod6b.c: Likewise.
43129         * elf/tst-auditmod6c.c: Likewise.
43130         * elf/tst-auditmod7b.c: Likewise.
43131
43132         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43133         and x32_gnu_pltexit.
43134
43135         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43136         __ELF_NATIVE_CLASS.
43137         (La_x32_regs): New macro.
43138         (La_x32_retval): Likewise.
43139         (la_x32_gnu_pltenter): New function prototype.
43140         (la_x32_gnu_pltexit): Likewise.
43141
43142 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43143
43144         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43145         exponent.
43146
43147         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43148
43149         * configure.in (libc_cv_cc_nofma): Check for option to disable
43150         generation of FMA instructions.
43151         * configure: Regenerate.
43152         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43153         * sysdeps/ieee754/dbl-64/Makefile: New file.
43154         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43155         Remove brandred-fma4.
43156         (CFLAGS-brandred-fma4.c): Remove.
43157         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43158         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43159         define.
43160         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43161         define.
43162
43163 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43164
43165         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43166         LLONG_MAX != LONG_MAX.
43167         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43168         (_fitoa_word): Likewise.
43169         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43170         LLONG_MAX != LONG_MAX.
43171         * stdio-common/_itowa.h: Include <_itoa.h>.
43172         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43173         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43174         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43175         only if not defined.
43176         (_ITOA_WORD_TYPE): Likewise.
43177         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43178         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43179
43180 2012-03-21  David S. Miller  <davem@davemloft.net>
43181
43182         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43183
43184 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43185
43186         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43187         of x86_64 when setting libc_cv_slibdir, libdir and
43188         libc_cv_localedir.
43189         * sysdeps/unix/sysv/linux/configure: Regenerated.
43190
43191 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43192
43193         * manual/lang.texi (Old Varargs): Remove section.
43194         (How Variadic): Update menu.
43195         (va_start): Do not mention varargs.h.
43196
43197 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43198             Joseph Myers  <joseph@codesourcery.com>
43199
43200         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43201         link test.
43202         * configure: Regenerated.
43203
43204 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43205
43206         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43207         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43208         conformtest.pl
43209
43210 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43211
43212         * NOTES: Remove.
43213         * Makefile (files-for-dist): Remove NOTES.
43214         (NOTES): Remove rule.
43215         * README: Don't refer to NOTES.
43216         * manual/creature.texi: Don't include macros.texi.
43217         * manual/intro.texi (creature.texi): Remove comment referring to
43218         NOTES.
43219
43220         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43221         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43222         * configure: Regenerated.
43223         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43224         LIBC_TRY_CC_OPTION.
43225         (libc_cv_as_i686): Likewise.
43226         (libc_cv_cc_avx): Likewise.
43227         (libc_cv_cc_sse2avx): Likewise.
43228         (libc_cv_cc_fma4): Likewise.
43229         (libc_cv_cc_novzeroupper): Likewise.
43230         * sysdeps/i386/configure: Regenerated.
43231
43232         [BZ #13883]
43233         * sysdeps/i386/fpu/s_cexp.S: Remove.
43234         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43235         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43236         * math/libm-test.inc (cexp_test): Add more tests.
43237         * sysdeps/i386/fpu/libm-test-ulps: Update.
43238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43239
43240 2012-03-21  Allan McRae  <allan@archlinux.org>
43241
43242         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43243
43244 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43245
43246         [BZ #13871]
43247         * math/w_exp2.c: Do not include <float.h>.
43248         (o_threshold, u_threshold): Remove.
43249         (__exp2): Calculate result before checking finiteness and calling
43250         __kernel_standard.
43251         * math/w_exp2f.c: Likewise.
43252         * math/w_exp2l.c: Likewise.
43253         * math/libm-test.inc (exp2_test): Require overflow exception for
43254         1e6 input.
43255
43256         [BZ #3866]
43257         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43258         range of signed 64-bit integers before using fistpll.  Remove
43259         checks for whether integers fit in mantissa bits.
43260         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43261         the range of signed 32-bit integers before using fistpl.  Remove
43262         checks for whether integers fit in mantissa bits.
43263         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43264         (__ieee754_powl): Test for y outside the range of signed 64-bit
43265         integers before using fistpll.  Reduce 64-bit values to 63-bit
43266         ones as needed.
43267         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43268         divide-by-zero is raised for zero to large negative powers.
43269         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43270         (__ieee754_powl): Test for y outside the range of signed 64-bit
43271         integers before using fistpll.  Reduce 64-bit values to 63-bit
43272         ones as needed.
43273         * math/libm-test.inc (pow_test): Add more tests.
43274
43275 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43276
43277         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43278         <stdio-common/_itoa.h>.
43279         * debug/segfault.c: Likewise.
43280         * elf/dl-cache.c: Likewise.
43281         * elf/dl-minimal.c: Likewise.
43282         * elf/dl-misc.c: Likewise.
43283         * elf/dl-sysdep.c: Likewise.
43284         * elf/dl-version.c: Likewise.
43285         * elf/rtld.c: Likewise.
43286         * hurd/hurdsock.c: Likewise.
43287         * hurd/lookup-retry.c: Likewise.
43288         * malloc/malloc.c: Likewise.
43289         * malloc/mtrace.c: Likewise.
43290         * nscd/nscd_getgr_r.c: Likewise.
43291         * nscd/nscd_getpw_r.c: Likewise.
43292         * nscd/nscd_getserv_r.c: Likewise.
43293         * posix/getopt_init.c: Likewise.
43294         * posix/wordexp.c: Likewise.
43295         * stdio-common/_itoa.c: Likewise.
43296         * stdio-common/printf_fphex.c: Likewise.
43297         * stdio-common/vfprintf.c: Likewise.
43298         * string/_strerror.c: Likewise.
43299         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43300         * sysdeps/i386/i686/hp-timing.h: Likewise.
43301         * sysdeps/mach/_strerror.c: Likewise.
43302         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43303         * sysdeps/mach/hurd/sethostid.c: Likewise.
43304         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43305         * sysdeps/mach/xpg-strerror.c: Likewise.
43306         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43307         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43308         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43309         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43310         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43311         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43312         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43313         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43314         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43315         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43316         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43317         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43318         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43319         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43320         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43321         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43322         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43323         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43324         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43325         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43326         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43327
43328         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43329
43330         * stdio-common/_itoa.h: Moved to ...
43331         * sysdeps/generic/_itoa.h: Here.
43332
43333         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43334
43335         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43336         instead of "_itoa.h" and "_itowa.h".
43337         * stdio-common/vfprintf.: Likewise.
43338
43339 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43340
43341         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43342         <bits/wordsize.h>.
43343         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43344         (__signbit): Likwise.
43345         (llrintf): Likwise.
43346         (llrint): Likwise.
43347
43348 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43349
43350         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43351         __WORDSIZE != 64.
43352
43353 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43354
43355         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43356         OVERFLOW_EXCEPTION_OK.
43357         * math/libm-test.inc ("Philosophy"): Update comment about
43358         exception testing.
43359         (OVERFLOW_EXCEPTION): Define.
43360         (OVERFLOW_EXCEPTION_OK): Likewise.
43361         (INVALID_EXCEPTION_OK): Renumber.
43362         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43363         (IGNORE_ZERO_INF_SIGN): Likewise.
43364         (test_exceptions): Handle FE_OVERFLOW.
43365         (exp10_test): Expect overflow exceptions.
43366         (exp2_test): Likewise.
43367         (expm1_test): Likewise.
43368         (nextafter_test): Likewise.
43369         (pow_test): Likewise.
43370         (scalbn_test): Likewise.
43371         (scalbln_test): Likewise.
43372
43373 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43374
43375         * sysdeps/x86_64/bits/atomic.h
43376         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43377         64bit integer.
43378         (atomic_exchange_acq): Likewise.
43379         (__arch_exchange_and_add_body): Likewise.
43380         (__arch_add_body): Likewise.
43381         (atomic_add_negative): Likewise.
43382         (atomic_add_zero): Likewise.
43383
43384 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43385
43386         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43387         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43388
43389 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43390
43391         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43392         Check __x86_64__ instead of __WORDSIZE.
43393
43394 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43395
43396         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43397
43398 2012-03-19  David S. Miller  <davem@davemloft.net>
43399
43400         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43401
43402         * sysdeps/sparc/fpu/fenv_private.h: New file.
43403         * sysdeps/sparc/fpu/math_private.h: Use it.
43404         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43405         Remove.
43406         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43407         (libc_feholdexcept_setroundl): Remove.
43408         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43409         Remove.
43410         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43411         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43412
43413 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43414
43415         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43416         int64_t instead of long int.
43417         (INSERT_WORDS64): Likwise.
43418
43419 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43420
43421         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43422         _Unwind_GetCFA return to _Unwind_Ptr first.
43423
43424 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43425
43426         [BZ #13629]
43427         * math/s_clog.c: Include <float.h>.
43428         (__clog): Scale large or subnormal inputs.
43429         * math/s_clogf.c: Likewise.
43430         * math/s_clogl.c: Likewise.
43431         * math/s_clog10.c: Include <float.h>.
43432         (M_LOG10_2): Define.
43433         (__clog10): Scale large or subnormal inputs.
43434         * math/s_clog10f.c: Likewise.
43435         * math/s_clog10l.c: Likewise.
43436         * math/libm-test.inc (clog_test): Add more tests.
43437         (clog10_test): Likewise.
43438         * sysdeps/i386/fpu/libm-test-ulps: Update.
43439         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43440
43441         [BZ #11451]
43442         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43443         x and y.
43444         * math/libm-test.inc (atan2_test): Add another test.
43445
43446         * Makerules (common-objdir-compile): Remove.
43447         * sysdeps/unix/Makefile (config-generated): Do not add
43448         $(unix-generated) to variable.
43449         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43450         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43451         Remove rule.
43452         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43453         Likewise.
43454         [generic bits/local_lim.h] (before-compile): Do not append to
43455         variable.
43456         [generic bits/local_lim.h] (common-generated): Likewise.
43457         [generic sys/param.h] (before-compile): Do not append to variable.
43458         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43459         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43460         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43461         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43462         include.
43463         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43464         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43465         [generic sys/param.h] ($(addprefix
43466         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43467         [generic sys/param.h] (common-generated): Do not append to
43468         variable.
43469         [generic sys/param.h] (sysdep_headers): Likewise.
43470         [generic bits/errno.h] (before-compile): Do not append to
43471         variable.
43472         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43473         rule.
43474         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43475         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43476         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43477         [generic bits/errno.h] (common-generated): Do not append to
43478         variable.
43479         [generic bits/ioctls.h] (before-compile): Do not append to
43480         variable.
43481         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43482         rule.
43483         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43484         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43485         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43486         rule.
43487         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43488         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43489         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43490         [generic bits/ioctls.h] (common-generated): Do not append to
43491         variable.
43492         [generic sys/syscall.h] (syscall.h): Remove variable.
43493         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43494         rule.
43495         [generic sys/syscall.h] (before-compile): Do not append to
43496         variable.
43497         [generic sys/syscall.h] (common-generated): Likewise.
43498         * sysdeps/unix/errnos-tmpl.c: Remove file.
43499         * sysdeps/unix/errnos.awk: Likewise.
43500         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43501         * sysdeps/unix/ioctls.awk: Likewise.
43502         * sysdeps/unix/mk-local_lim.c: Likewise.
43503         * sysdeps/unix/snarf-ioctls: Likewise.
43504
43505 2012-03-19  Richard Henderson  <rth@twiddle.net>
43506
43507         * sysdeps/i386/fpu/fenv_private.h: New file.
43508         * sysdeps/i386/fpu/math_private.h: Use it.
43509         (math_opt_barrier, math_force_eval): Remove.
43510         (libc_feholdexcept_setround_53bit): Remove.
43511         (libc_feupdateenv_53bit): Remove.
43512         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43513         (math_opt_barrier, math_force_eval): Remove.
43514         (libc_feholdexcept): Remove.
43515         (libc_feholdexcept_setround): Remove.
43516         (libc_fetestexcept, libc_fesetenv): Remove.
43517         (libc_feupdateenv_test): Remove.
43518         (libc_feupdateenv, libc_feholdsetround): Remove.
43519         (libc_feresetround): Remove.
43520
43521         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43522         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43523
43524         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43525         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43526         (libc_feupdateenv_testl): New.
43527         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43528         (libc_feupdateenv_testf): New.
43529         (libc_feupdateenv): Use libc_feupdateenv_test.
43530         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43531         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43532
43533         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43534         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43535         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43536         (libc_feresetround_noex): New.
43537         (libc_feresetround_noexf): New.
43538         (libc_feresetround_noexl): New.
43539         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43540         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43541         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43542         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43543         SET_RESTORE_ROUND.
43544         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43545         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43546         (__cos): Likewise.
43547         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43548         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43549         SET_RESTORE_ROUND_NOEX.
43550         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43551         SET_RESTORE_ROUND_NOEXF.
43552         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43553         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43554         (libc_feholdsetroundf): New.
43555         (libc_feresetround, libc_feresetroundf): New.
43556
43557         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43558         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43559         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43560
43561         * sysdeps/generic/math_private.h: Include <fenv.h>.
43562         (default_libc_feholdexcept): New.
43563         (default_libc_feholdexcept_setround): New.
43564         (default_libc_fesetenv, default_libc_feupdateenv): New.
43565         (libc_feholdexcept): Only define if undefined.
43566         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43567         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43568         (libc_feholdexcept_setroundl): Likewise.
43569         (libc_feholdexcept_setround_53bit): Likewise.
43570         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43571         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43572         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43573         (libc_feupdateenv_53bit): Likewise.
43574         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43575         (libc_feholdexcept): Convert from macro to inline function.
43576         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43577         (libc_fesetenv, libc_feupdateenv): Likewise.
43578
43579         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43580         not previously defined.
43581         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43582         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43583         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43584         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43585         * sysdeps/ieee754/flt-32/math_private.h: New file.
43586         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43587         math_private.h below SET_FLOAT_WORD.
43588         (__isnan, __isinf_ns, __finite): Remove.
43589         (__isnanf, __isinf_nsf, __finitef): Remove.
43590
43591 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43592
43593         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43594
43595 2012-03-17  David S. Miller  <davem@davemloft.net>
43596
43597         [BZ #6471]
43598         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43599         for 2.16.
43600
43601 2012-03-16  David S. Miller  <davem@davemloft.net>
43602
43603         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43604         warnings.
43605
43606         [BZ #6471]
43607         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43608         properly.
43609         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43610         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43611         sysdep_routines when subdir is sysvipc.
43612         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43613         __getshmlba helper.
43614
43615         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43616
43617 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43618
43619         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43620         [__LP64__].
43621
43622 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43623
43624         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43625         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43626         (__lround): Renamed to ...
43627         (__llround): This.  Replace long int with long long int.
43628         Define lround functions as aliases of llround functions.
43629         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43630
43631 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43632
43633         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43634         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43635         adresses to uintptr_t.  Replace "long int" and "unsigned long
43636         int" with "greg_t" on va_arg.
43637
43638 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43639
43640         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43641         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43642
43643         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43644         Move e_machine check before EI_CLASS check.  Handle x32
43645         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43646         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43647         SKIP_EM_IA_64 and include
43648         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43649
43650         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43651         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43652         (add_system_dir): New macro.
43653
43654         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43655         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43656
43657 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43658
43659         [BZ #2551]
43660         [BZ #2552]
43661         [BZ #2553]
43662         [BZ #2554]
43663         [BZ #2562]
43664         [BZ #2563]
43665         [BZ #2565]
43666         [BZ #2566]
43667         [BZ #2576]
43668         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43669         (y0): Likewise.
43670         * math/w_j0f.c (j0f): Likewise.
43671         (y0f): Likewise.
43672         * math/w_j0l.c (__j0l): Likewise.
43673         (__y0l): Likewise.
43674         * math/w_j1.c (j1): Likewise.
43675         (y1): Likewise.
43676         * math/w_j1f.c (j1f): Likewise.
43677         (y1f): Likewise.
43678         * math/w_j1l.c (__j1l): Likewise.
43679         (__y1l): Likewise.
43680         * math/w_jn.c (jn): Likewise.
43681         (yn): Likewise.
43682         * math/w_jnf.c (jnf): Likewise.
43683         (ynf): Likewise.
43684         * math/w_jnl.c (__jnl): Likewise.
43685         (__ynl): Likewise.
43686         * math/libm-test.inc (j0_test): Add more tests.
43687         (j1_test): Likewise.
43688         (jn_test): Likewise.  Add trailing semicolon to existing test.
43689         (y0_test): Likewise.
43690         (y1_test): Likewise.
43691         * sysdeps/i386/fpu/libm-test-ulps: Update.
43692         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43693
43694         [BZ #13851]
43695         [BZ #13854]
43696         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43697         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43698         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43699         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43700         (__tanl): Set errno for infinite argument.
43701         * sysdeps/i386/fpu/mptan.c: Remove.
43702         * sysdeps/i386/fpu/s_tan.S: Likewise.
43703         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43704         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43705         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43706         * math/libm-test.inc (tan_test): Add more tests and enable more
43707         tests for double and long double.
43708         * sysdeps/i386/fpu/libm-test-ulps: Update.
43709         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43710
43711 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43712
43713         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43714         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43715
43716 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43717
43718         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43719         * configure.in: Use it for both main tree and add-ons.
43720         * configure: Regenerated.
43721
43722 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43723
43724         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43725
43726 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43727
43728         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43729         in comment.
43730
43731         [BZ #13851]
43732         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43733         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43734         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43735         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43736         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43737         infinite argument.
43738         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43739         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43740         != 0 for prec == 2.
43741         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43742         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43743         * sysdeps/i386/fpu/s_cosl.S: Likewise.
43744         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43745         * sysdeps/i386/fpu/s_sinl.S: Likewise.
43746         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43747         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43748         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43749         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43750         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43751         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43752         * math/libm-test.inc (cos_test): Add more tests and enable more
43753         tests for long double.
43754         (sin_test): Likewise.
43755         (sincos_test): Likewise.
43756         * sysdeps/i386/fpu/libm-test-ulps: Update.
43757         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43758
43759 2012-03-16  David S. Miller  <davem@davemloft.net>
43760
43761         * sysdeps/sparc/fpu/math_private.h: New file.
43762
43763 2012-03-15  David S. Miller  <davem@davemloft.net>
43764
43765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43766         file.
43767         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
43768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43769         file.
43770         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43771         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43772         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43773         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43774         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43775         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43776         sysdep routines.
43777         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43778
43779         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43780         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43781
43782         * sysdeps/sparc/sparc-ifunc.h: New file.
43783         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43784         sparc-ifunc.h
43785         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
43786         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43787         Likewise.
43788         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43789         Likewise.
43790         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43791         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43792         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
43793         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43794         Likewise.
43795         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43796         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43798         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
43799         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43800         Likewise.
43801         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43802         Likewise.
43803         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43804         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43805         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43806         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43807         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43808         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43809         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43810         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43811         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43812         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43813         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43814         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43815         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43816         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43817         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43818         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43819         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43820         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43821         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43822         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43823         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43824         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43825         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43826         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43827
43828 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43829
43830         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43831         scaling.
43832         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43833
43834 2012-03-15  Andreas Jaeger  <aj@suse.de>
43835
43836         [BZ #13852]
43837         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43838         ieee754/flt-32 implementation for sin, cos and sincos.
43839         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43840         * sysdeps/i386/fpu/s_cosf.S: Likewise.
43841         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43842         * sysdeps/i386/fpu/s_sinf.S: Likewise.
43843         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43844         ieee754/flt-32 implementation for tan.
43845
43846         * math/libm-test.inc (cos_test): Enable some large input tests for
43847         float as well
43848         (sin_test): Likewise.
43849         (sincos_test): Likewise.
43850         (tan_test): Add tests for large input.
43851
43852         * sysdeps/i386/fpu/libm-test-ulps: Update.
43853
43854 2012-03-15  Andreas Jaeger  <aj@suse.de>
43855
43856         [BZ #13658]
43857         * math/libm-test.inc (cos_test): Add more test cases.
43858         (sin_test): Likewise.
43859         (sincos_test): Likewise.
43860
43861 2012-03-15  Andreas Jaeger  <aj@suse.de>
43862
43863         [BZ #13837]
43864         * math/libm-test.inc (cos_test): Add a test case for large input
43865         value.
43866         (sin_test): Likewise.
43867         (sincos_test): Likewise.
43868
43869 2012-03-15  Andreas Jaeger  <aj@suse.de>
43870             Joseph Myers  <joseph@codesourcery.com>
43871
43872         [BZ #13658]
43873         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
43874         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43875         * sysdeps/i386/fpu/branred.c: Likewise.
43876         * sysdeps/i386/fpu/dosincos.c: Likewise.
43877         * sysdeps/i386/fpu/mpa.c: Likewise.
43878         * sysdeps/i386/fpu/s_cos.S: Likewise.
43879         * sysdeps/i386/fpu/s_sin.S: Likewise.
43880         * sysdeps/i386/fpu/s_sincos.S: Likewise.
43881         * sysdeps/i386/fpu/sincos32.c: Likewise.
43882
43883         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43884         Define.
43885         (libc_feupdateenv_53bit): Define.
43886         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43887         Define.
43888         (libc_feupdateenv_53bit): Define.
43889
43890         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
43891         53 bit (without extend i386 double precision).
43892
43893         * math/libm-test.inc (sincos_test): Add tests for large input.
43894         (sin): Likewise.
43895         (cos): Likewise.
43896
43897         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43898
43899 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43900
43901         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43902
43903 2012-03-15  David S. Miller  <davem@davemloft.net>
43904
43905         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
43906         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
43907         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
43908         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
43909         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
43910         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
43911         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
43912         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
43913         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
43914         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
43915         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
43916         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
43917         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
43918         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
43919         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
43920         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
43921         file.
43922         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
43923         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
43924         file.
43925         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
43926         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
43927         file.
43928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
43929         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
43930         file.
43931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
43932         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
43933         fmin/fmax sysdep routines.
43934         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43935
43936 2012-03-14  David S. Miller  <davem@davemloft.net>
43937
43938         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
43939         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
43940         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
43941         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
43942         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
43943         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
43944         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
43945         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
43946         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
43947         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
43948         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
43949         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
43950         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
43951         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
43952         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
43953         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
43954         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
43955         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
43956         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
43957         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
43958         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
43959         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
43960         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
43961         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
43962         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
43963         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
43964         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
43965         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
43966         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
43967         routines.
43968         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
43969         file.
43970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
43971         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
43972         file.
43973         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
43974         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
43975         file.
43976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
43977         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
43978         file.
43979         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
43980         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
43981         file.
43982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
43983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
43984         file.
43985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
43986         file.
43987         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
43988         file.
43989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
43990         file.
43991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
43992         New file.
43993         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
43994         file.
43995         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
43996         file.
43997         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
43998         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
43999         file.
44000         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44001         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44002         file.
44003         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44005         file.
44006         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44007         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44008         VIS3 routines.
44009
44010         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44011         New file.
44012
44013         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44014
44015         * sysdeps/sparc/configure.in: New file.
44016         * sysdeps/sparc/configure: Generate.
44017         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44018         * configure: Regenerate.
44019         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44020         * config.make.in (have-as-vis3): New.
44021         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44022         available use -Av9d instead of -Av9a.
44023         * sysdeps/sparc/sparc64/Makefile: Likewise.
44024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44026         New file.
44027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44028         file.
44029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44030         New file.
44031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44032         file.
44033         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44034         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44035         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44036         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44037         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44038
44039         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44040         fzeros/fnegs to load 0x80000000 into a float register instead of
44041         using the stack.
44042         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44043
44044 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44045
44046         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44047         bits/syscall.h.
44048         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44049         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44050         ($(inst_includedir)/bits/syscall.h): Remove rule.
44051         ($(objpfx)bits/syscall.d): Include instead of
44052         $(objpfx)syscall-list.d.
44053         (generated): Change syscall-list.h and syscall-list.d to
44054         bits/syscall.h and bits/syscall.d.
44055
44056 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44057
44058         [BZ #13846]
44059         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44060
44061 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44062
44063         [BZ #13841]
44064         * math/s_csqrt.c: Include <float.h>.
44065         (__csqrt): Scale large or subnormal inputs.
44066         * math/s_csqrtf.c: Likewise.
44067         * math/s_csqrtl.c: Likewise.
44068         * math/libm-test.inc (csqrt_test): Add more tests.
44069         * sysdeps/i386/fpu/libm-test-ulps: Update.
44070         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44071
44072         [BZ #13840]
44073         * math/libm-test.inc (hypot_test): Add more tests.
44074
44075 2012-03-13  David S. Miller  <davem@davemloft.net>
44076
44077         [BZ #13840]
44078         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44079         double-precision for the calculation instead of scaling.
44080
44081 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44082
44083         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44084         manipulate bits before adding and subtracting TWO52[sx].
44085         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44086         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44087         Likewise.
44088         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44089
44090 2012-03-13  David S. Miller  <davem@davemloft.net>
44091
44092         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44093         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44094         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44095         rtld-global-offsets.h
44096         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44097
44098         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44099         large parameters.
44100
44101         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44102
44103         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44104         'err' in the ifdef scope in which it is actually used.
44105
44106         * nss/nss_db/db-init.c: Include string.h
44107
44108 2012-03-12  David S. Miller  <davem@davemloft.net>
44109
44110         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44111         masking out of the most significant byte of random value used.
44112         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44113         Fix coding style in previous change.
44114
44115         * sysdeps/unix/sysv/linux/kernel-features.h
44116         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44117         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44118         expression.
44119         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44120         later.
44121
44122 2012-03-11  David S. Miller  <davem@davemloft.net>
44123
44124         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44125         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44126         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44127         for 'resultvar' otherwise things get truncated on 64-bit.
44128
44129         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44130         Fix masking out of the most significant byte of random value used.
44131
44132         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44133
44134 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44135
44136         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44137
44138 2012-03-09  David S. Miller  <davem@davemloft.net>
44139
44140         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44141         variables with appropriate CPP guards.
44142         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44143         from the frame pointer, not the stack pointer.  Correct layout
44144         comments.  Fix test on resulting framesize and the management of
44145         the outregs buffer for pltexit.  Preserve floating point return
44146         values across _dl_call_pltexit call.
44147         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44148         framesize and the management of the outregs buffer for pltexit.
44149         Preserve floating point return values across _dl_call_pltexit
44150         call.
44151         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44152         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44153         (la_sparc64_gnu_pltexit): New functions.
44154         (print_exit): Fix format string for return register value.
44155
44156 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44157
44158         * sunrpc/Makefile (others): Add rpcgen.
44159         ($(objpfx)rpcgen): Remove special build rule and dependency on
44160         libc.
44161         * sunrpc/rpcgen.c: New file.
44162
44163 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44164
44165         [BZ #13673]
44166         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44167         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44168         * sysdeps/i386/crti.S: Likewise.
44169         * sysdeps/i386/crtn.S: Likewise.
44170         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44171         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44172         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44173         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44174         * sysdeps/sh/crti.S: Likewise.
44175         * sysdeps/sh/crtn.S: Likewise.
44176         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44177
44178         [BZ #13673]
44179         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44180         with URL.
44181         * locale/programs/locfile-kw.gperf: Likewise.
44182         * locale/programs/charmap-kw.h: Regenerated.
44183         * locale/programs/locfile-kw.h: Likewise.
44184
44185         [BZ #13673]
44186         * intl/plural.y: Replace FSF snail mail address with URL.
44187         * intl/plural.c: Regenerated.
44188
44189 2012-03-09  Richard Henderson  <rth@twiddle.net>
44190
44191         * include/math_private.h: Remove file.
44192         * math/math_private.h: Move file ...
44193         * sysdeps/generic/math_private.h: ... here.
44194
44195         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44196         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44197         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44198
44199         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44200         and <math_private.h>.
44201         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44202         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44203         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44204         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44205         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44206         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44207         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44208         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44209         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44210         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44211         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44212         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44213         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44214         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44215         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44216         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44217         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44218         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44219         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44220         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44221         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44222         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44223         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44224         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44225         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44226         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44227         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44228         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44229         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44230         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44231         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44232         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44233         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44234         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44235         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44236         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44237         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44238         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44239         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44240         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44241         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44242         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44243         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44244         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44245         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44246         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44247         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44248         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44249         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44250         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44251         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44252         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44253         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44254         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44255         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44256         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44257         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44258         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44259         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44260         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44261         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44262         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44263         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44264         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44265         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44266         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44267         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44268         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44269         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44270         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44271         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44272         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44273         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44274         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44275         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44276         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44277         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44278         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44279         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44280         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44281         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44282         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44283         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44284         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44285         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44286         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44287         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44288         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44289         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44290         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44291         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44292         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44293         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44294         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44295         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44296         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44297         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44298         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44299         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44300         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44301         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44302         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44303         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44304         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44305         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44306         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44307         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44308         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44309         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44310         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44311         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44312         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44313         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44314         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44315         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44316         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44317         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44318         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44319         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44320         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44321         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44322         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44323         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44324         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44325         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44326         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44327         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44328         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44329         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44330         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44331         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44332         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44333         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44334         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44335         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44336         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44337         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44338         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44339         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44340         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44341         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44342         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44343         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44344         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44345         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44346         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44347         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44348         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44349         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44350         * sysdeps/ieee754/k_standard.c: Likewise.
44351         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44352         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44353         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44354         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44355         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44356         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44357         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44358         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44359         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44360         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44361         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44362         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44363         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44364         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44365         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44366         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44367         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44368         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44369         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44370         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44371         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44372         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44373         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44374         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44375         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44376         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44377         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44378         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44379         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44380         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44381         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44382         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44383         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44384         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44385         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44386         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44387         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44388         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44389         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44390         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44391         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44392         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44393         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44394         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44395         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44396         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44397         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44398         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44399         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44400         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44401         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44402         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44403         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44404         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44405         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44406         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44407         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44408         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44409         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44410         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44411         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44412         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44413         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44414         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44415         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44416         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44417         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44418         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44419         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44420         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44421         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44422         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44423         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44424         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44425         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44426         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44427         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44428         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44429         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44430         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44431         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44432         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44433         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44434         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44435         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44436         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44437         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44438         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44439         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44440         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44441         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44442         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44443         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44444         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44445         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44446         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44447         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44448         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44449         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44450         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44451         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44452         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44453         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44454         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44455         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44456         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44457         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44458         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44459         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44460         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44461         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44462         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44463         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44464         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44465         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44466         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44467         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44468         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44469         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44470         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44471         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44472         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44473         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44474         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44475         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44476         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44477         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44478         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44479         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44480         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44481         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44482         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44483         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44484         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44485         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44486         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44487         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44488         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44489         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44490         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44491         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44492         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44493         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44494         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44495         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44496         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44497         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44498         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44499         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44500         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44501         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44502         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44503         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44504         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44505         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44506         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44507         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44508         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44509         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44510         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44511         * sysdeps/ieee754/s_lib_version.c: Likewise.
44512         * sysdeps/ieee754/s_matherr.c: Likewise.
44513         * sysdeps/ieee754/s_signgam.c: Likewise.
44514         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44515         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44516         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44517         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44518         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44519         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44520         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44521         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44522         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44523         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44524         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44525         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44526         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44527         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44528         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44529         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44530         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44531         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44532         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44533         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44534         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44535
44536 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44537
44538         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44539         * sunrpc/rpc_main.c: Likewise.
44540         * sunrpc/rpc_svcout.c: Likewise.
44541
44542 2012-03-09  David S. Miller  <davem@davemloft.net>
44543
44544         * include/math_private.h: New file.
44545
44546 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44547
44548         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44549         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44550         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44551         from <bits/socket_type.h>.
44552         (enum __socket_type): Don't define here.
44553         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44554         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44555         bits/socket_type.h.
44556
44557         [BZ #13566]
44558         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44559         checking __USE_GNU.
44560
44561         * Makerules ($(inst_includedir)/%.h): New rule.
44562         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44563         (install-others): Remove variable setting.
44564         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44565
44566 2012-03-08  Richard Henderson  <rth@twiddle.net>
44567
44568         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44569         from macro to inline function; merge with the
44570         !__LIBC_INTERNAL_MATH_INLINES version.
44571         (__ieee754_sqrtf): Likewise.
44572
44573         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44574         to inline function.
44575         (__rintf, __floor, __floorf): Likewise.
44576
44577         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44578         macro to inline function.
44579         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44580
44581         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44582         not <math/math_private.h>.
44583
44584 2012-03-08  David S. Miller  <davem@davemloft.net>
44585
44586         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44587         copyright year.
44588         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44589
44590 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44591
44592         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44593         normalization.
44594         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44595         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44596
44597 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44598
44599         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44600         be defined individually, they must be defined as a block.  Define
44601         S for printing a string instead of hidint the different by using a
44602         macro for adding the 'l'.
44603         * stdio-common/tst-fphex-wide.c: Adjust.
44604
44605 2012-03-07  Marek Polacek  <polacek@redhat.com>
44606
44607         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44608
44609 2012-03-08  Marek Polacek  <polacek@redhat.com>
44610
44611         [BZ #13806]
44612         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44613         * stdio-common/tst-fphex.c: Define a few macros to make the
44614         test reusable.  Use them.
44615         * stdio-common/tst-fphex-wide.c: New file.
44616
44617 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44618
44619         [BZ #6911]
44620         * manual/macros.texi (gnusystems): New macro.
44621         (nongnusystems): Likewise.
44622         (gnulinuxhurdsystems): Likewise.
44623         (gnuhurdsystems): Likewise..
44624         (gnulinuxsystems): Likewise.
44625         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44626         variants of the GNU system, not "GNU system".
44627         * manual/conf.texi: Likewise.
44628         * manual/errno.texi: Likewise.  Update example of errno macro
44629         expansion.
44630         * manual/filesys.texi: Likewise.
44631         (getumask): Document as specific to GNU/Hurd.
44632         * manual/install.texi: Likewise.  Reword some references to
44633         GNU/Linux.
44634         * manual/intro.texi: Likewise.
44635         * manual/io.texi: Likewise.
44636         (File Name Portability): Detail which constraints are inapplicable
44637         to all GNU systems and which are only inapplicable to GNU/Hurd.
44638         * manual/job.texi: Likewise.
44639         * manual/llio.texi: Likewise.
44640         (O_NOCTTY): Document as present on GNU/Linux.
44641         * manual/maint.texi: Likewise.
44642         * manual/memory.texi: Likewise.
44643         * manual/pattern.texi: Likewise.
44644         * manual/pipe.texi: Likewise.
44645         * manual/process.texi: Likewise.
44646         * manual/resource.texi: Likewise.
44647         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44648         child on GNU/Hurd.
44649         * manual/setjmp.texi: Likewise.
44650         * manual/signal.texi: Likewise.
44651         * manual/startup.texi: Likewise.
44652         * manual/stdio.texi: Likewise.
44653         * manual/terminal.texi: Likewise.
44654         (ONLCR): Document as POSIX.
44655         (OXTABS): Document availability on GNU/Linux as XTABS.
44656         (ONOEOT): Document availability separately from other bits.
44657         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44658         * manual/time.texi: Likewise.
44659         * manual/users.texi: Likewise.
44660         * INSTALL: Regenerated.
44661         * sysdeps/gnu/errlist.c: Regenerated.
44662
44663         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44664         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44665         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44666         puts.
44667         * configure: Regenerated.
44668
44669 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44670
44671         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44672         default includes instead of AC_HEADER_CHECK.
44673         * sysdeps/i386/configure: Regenerated.
44674
44675         [BZ #10716]
44676         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44677         * math/s_cacoshf.c (__cacoshf): Likewise.
44678         * math/s_cacoshl.c (__cacoshl): Likewise.
44679         * math/s_casinh.c (__casinh): Set signs of result from argument.
44680         * math/s_casinhf.c (__casinhf): Likewise.
44681         * math/s_casinhl.c (__casinhl): Likewise.
44682         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44683         (casinh_test): Add more tests.
44684         * sysdeps/i386/fpu/libm-test-ulps: Update.
44685         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44686
44687 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44688
44689         * po/zh_TW.po: Update from translation team.
44690
44691         * login/Makefile (distribute): Remove variable.
44692         * catgets/Makefile: Likewise.
44693         * mach/Makefile: Likewise.
44694         * malloc/Makefile: Likewise.
44695         * misc/Makefile: Likewise.
44696         * iconv/Makefile: Likewise.
44697         * nscd/Makefile: Likewise.
44698         * hurd/Makefile: Likewise.
44699         * manual/Makefile: Likewise.
44700         * locale/Makefile: Likewise.
44701         * intl/Makefile: Likewise.
44702         * conform/Makefile: Likewise.
44703         * nss/Makefile: Likewise.
44704         * time/Makefile: Likewise.
44705         * soft-fp/Makefile: Likewise.
44706         * dirent/Makefile: Likewise.
44707         * gmon/Makefile: Likewise.
44708         * po/Makefile: Likewise.
44709         * rt/Makefile: Likewise.
44710         * socket/Makefile: Likewise.
44711         * math/Makefile: Likewise.
44712         * signal/Makefile: Likewise.
44713         * debug/Makefile: Likewise.
44714         * elf/Makefile: Likewise.
44715         * timezone/Makefile: Likewise.
44716         * stdlib/Makefile: Likewise.
44717         * iconvdata/Makefile: Likewise.
44718         * sunrpc/Makefile: Likewise.
44719         * io/Makefile: Likewise.
44720         * argp/Makefile: Likewise.
44721         * inet/Makefile: Likewise.
44722         * hesiod/Makefile: Likewise.
44723         * grp/Makefile: Likewise.
44724         * csu/Makefile: Likewise.
44725         * wctype/Makefile: Likewise.
44726         * crypt/Makefile: Likewise.
44727         * libio/Makefile: Likewise.
44728         * string/Makefile: Likewise.
44729         * nis/Makefile: Likewise.
44730         * resolv/Makefile: Likewise.
44731         * stdio-common/Makefile: Likewise.
44732         * wcsmbs/Makefile: Likewise.
44733         * dlfcn/Makefile: Likewise.
44734         * posix/Makefile: Likewise.
44735
44736         [BZ #6959]
44737         * timezone/Makefile: Don't install timezone files, just the programs
44738         and scripts.
44739
44740 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
44741
44742         * nss/databases.def: Add missing gshadow entry.
44743
44744         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
44745
44746 2012-03-06  Marek Polacek  <polacek@redhat.com>
44747
44748         [BZ #13726]
44749         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44750         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44751         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44752         * stdio-common/tst-long-dbl-fphex.c: New file.
44753
44754 2012-03-06  David S. Miller  <davem@davemloft.net>
44755
44756         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44757         (set_obp_int): New function.
44758         (get_obp_int): New function.
44759         (__get_clockfreq_via_dev_openprom): Likewise.
44760         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44761         Avoid unused variable warnings on 'val' and use builtin_expect.
44762         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44763         __builtin_expect.
44764         (INLINE_CLONE_SYSCALL): Likewise.
44765
44766 2012-03-05  David S. Miller  <davem@davemloft.net>
44767
44768         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44769
44770 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
44771
44772         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44773
44774         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44775         only for |x| >= 40.
44776         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44777
44778 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
44779
44780         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44781         Replace gettimeofday with __vdso_gettimeofday.
44782
44783         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44784         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44785         __vdso_clock_gettime and __vdso_getcpu.
44786
44787         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44788         time with __vdso_time.
44789
44790 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44791
44792         * manual/lang.texi (size_t): Note types to which size_t may be
44793         equivalent with the GNU C Library, but do not describe when
44794         differences between them are significant.
44795
44796 2012-03-05  Andreas Jaeger  <aj@suse.de>
44797
44798         * sysdeps/i386/fpu/libm-test-ulps: Update.
44799
44800 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44801
44802         [BZ #3976]
44803         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44804         (__ieee754_pow): Save and restore rounding mode and use
44805         round-to-nearest for main computations.
44806         * math/libm-test.inc (pow_test_tonearest): New function.
44807         (pow_test_towardzero): Likewise.
44808         (pow_test_downward): Likewise.
44809         (pow_test_upward): Likewise.
44810         (main): Call the new functions.
44811         * sysdeps/i386/fpu/libm-test-ulps: Update.
44812         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44813
44814         [BZ #3976]
44815         * math/libm-test.inc (cosh_test_tonearest): New function.
44816         (cosh_test_towardzero): Likewise.
44817         (cosh_test_downward): Likewise.
44818         (cosh_test_upward): Likewise.
44819         (sinh_test_tonearest): Likewise.
44820         (sinh_test_towardzero): Likewise.
44821         (sinh_test_downward): Likewise.
44822         (sinh_test_upward): Likewise.
44823         (main): Call the new functions.
44824         * sysdeps/i386/fpu/libm-test-ulps: Update.
44825         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44826
44827 2012-03-05  Tom de Vries  <tom@codesourcery.com>
44828
44829         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44830         default stack guard is set in last bytes.
44831         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44832
44833 2012-03-05  Kees Cook  <keescook@chromium.org>
44834
44835         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
44836
44837         [BZ #13656]
44838         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44839         possibly allocate from heap instead of stack.
44840         * stdio-common/bug-vfprintf-nargs.c: New file.
44841         * stdio-common/Makefile (tests): Add nargs overflow test.
44842
44843 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
44844
44845         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44846
44847 2012-03-03  Marek Polacek  <polacek@redhat.com>
44848
44849         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44850         * math/math_private.h: Likewise.
44851         * stdlib/tst-strtod.c: Likewise.
44852         * sysdeps/i386/i486/bits/atomic.h: Likewise.
44853         * sysdeps/x86_64/bits/atomic.h: Likewise.
44854
44855 2012-03-02  David S. Miller  <davem@davemloft.net>
44856
44857         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44858         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44859         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44860         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44861         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44862         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44863         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44864         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44865
44866 2012-03-02  Roland McGrath  <roland@hack.frob.com>
44867
44868         [BZ #13792]
44869         * manual/examples/README: New file, says the example source files
44870         can be used under GPL>=2.
44871         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44872         line containing just "*/".
44873         * manual/examples/add.c: Add copyright header (GPL>=2).
44874         * manual/examples/argp-ex1.c: Likewise.
44875         * manual/examples/argp-ex2.c: Likewise.
44876         * manual/examples/argp-ex3.c: Likewise.
44877         * manual/examples/argp-ex4.c: Likewise.
44878         * manual/examples/atexit.c: Likewise.
44879         * manual/examples/db.c: Likewise.
44880         * manual/examples/dir.c: Likewise.
44881         * manual/examples/dir2.c: Likewise.
44882         * manual/examples/execinfo.c: Likewise.
44883         * manual/examples/filecli.c: Likewise.
44884         * manual/examples/filesrv.c: Likewise.
44885         * manual/examples/fmtmsgexpl.c: Likewise.
44886         * manual/examples/genpass.c: Likewise.
44887         * manual/examples/inetcli.c: Likewise.
44888         * manual/examples/inetsrv.c: Likewise.
44889         * manual/examples/isockad.c: Likewise.
44890         * manual/examples/longopt.c: Likewise.
44891         * manual/examples/memopen.c: Likewise.
44892         * manual/examples/memstrm.c: Likewise.
44893         * manual/examples/mkfsock.c: Likewise.
44894         * manual/examples/mkisock.c: Likewise.
44895         * manual/examples/mygetpass.c: Likewise.
44896         * manual/examples/pipe.c: Likewise.
44897         * manual/examples/popen.c: Likewise.
44898         * manual/examples/rprintf.c: Likewise.
44899         * manual/examples/search.c: Likewise.
44900         * manual/examples/select.c: Likewise.
44901         * manual/examples/setjmp.c: Likewise.
44902         * manual/examples/sigh1.c: Likewise.
44903         * manual/examples/sigusr.c: Likewise.
44904         * manual/examples/stpcpy.c: Likewise.
44905         * manual/examples/strdupa.c: Likewise.
44906         * manual/examples/strftim.c: Likewise.
44907         * manual/examples/strncat.c: Likewise.
44908         * manual/examples/subopt.c: Likewise.
44909         * manual/examples/swapcontext.c: Likewise.
44910         * manual/examples/termios.c: Likewise.
44911         * manual/examples/testopt.c: Likewise.
44912         * manual/examples/testpass.c: Likewise.
44913         * manual/examples/timeval_subtract.c: Likewise.
44914
44915         [BZ #13792]
44916         * manual/time.texi (Elapsed Time): Move timeval_subtract example
44917         function to ...
44918         * manual/timeval_subtract.c.texi: ... here, new file.
44919
44920 2012-03-02  David S. Miller  <davem@davemloft.net>
44921
44922         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
44923
44924 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
44925
44926         [BZ #3976]
44927         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
44928         (__sin): Save and restore rounding mode and use round-to-nearest
44929         for all computations.
44930         (__cos): Save and restore rounding mode and use round-to-nearest
44931         for all computations.
44932         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
44933         <fenv.h>.
44934         (tan): Save and restore rounding mode and use round-to-nearest for
44935         all computations.
44936         * math/libm-test.inc (cos_test_tonearest): New function.
44937         (cos_test_towardzero): Likewise.
44938         (cos_test_downward): Likewise.
44939         (cos_test_upward): Likewise.
44940         (sin_test_tonearest): Likewise.
44941         (sin_test_towardzero): Likewise.
44942         (sin_test_downward): Likewise.
44943         (sin_test_upward): Likewise.
44944         (tan_test_tonearest): Likewise.
44945         (tan_test_towardzero): Likewise.
44946         (tan_test_downward): Likewise.
44947         (tan_test_upward): Likewise.
44948         (main): Call the new functions.
44949         * sysdeps/i386/fpu/libm-test-ulps: Update.
44950         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44951
44952         [BZ #10135]
44953         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
44954         small n, then large n, before computing and testing k+n.
44955         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
44956         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
44957         Likewise.
44958         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
44959         Likewise.
44960         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
44961         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
44962         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
44963         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
44964         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
44965         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
44966         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
44967         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
44968         * math/libm-test.inc (scalbn_test): Add more tests.
44969         (scalbln_test): Likewise.
44970
44971         * manual/filesys.texi (mode_t): Describe constraints on size and
44972         signedness, not exact equivalence to a particular type.
44973         (ino_t): Likewise.
44974         (ino64_t): Likewise.
44975         (dev_t): Likewise.
44976         (nlink_t): Likewise.
44977         (blkcnt_t): Likewise.
44978         (blkcnt64_t): Likewise.
44979         * manual/llio.texi (off_t): Likewise.
44980
44981         [BZ #3976]
44982         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
44983         (__ieee754_exp): Save and restore rounding mode and use
44984         round-to-nearest for all computations.
44985         * math/libm-test.inc (exp_test_tonearest): New function.
44986         (exp_test_towardzero): Likewise.
44987         (exp_test_downward): Likewise.
44988         (exp_test_upward): Likewise.
44989         (main): Call the new functions.
44990         * sysdeps/i386/fpu/libm-test-ulps: Update.
44991         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44992
44993 2012-03-01  Chris Demetriou  <cgd@google.com>
44994
44995         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
44996         have predictable order.
44997
44998 2012-03-01  David S. Miller  <davem@davemloft.net>
44999
45000         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45001
45002         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45003         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45004         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45005         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45006
45007         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45008         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45009         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45010         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45011         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45012         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45013         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45014         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45015         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45016
45017         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45018
45019         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45020         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45021         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45022
45023         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45024         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45025         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45026         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45027         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45028         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45029         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45030         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45031         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45032         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45033         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45034         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45035         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45036         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45037         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45038         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45039         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45040         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45041         * sysdeps/sparc/elf/configure: Regenerated.
45042
45043 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45044
45045         * configure.in (AS, LD): Require binutils 2.20 or later.
45046         * configure: Regenerated.
45047         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45048         as required minimum version.
45049         * INSTALL: Regenerated.
45050
45051         [BZ #2541]
45052         [BZ #4108]
45053         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45054         before squaring exponent.
45055         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45056         bottom long double and 27 bits of top long double before squaring
45057         exponent.
45058         * math/libm-test.inc (erfc_test): Add more tests.
45059         * sysdeps/i386/fpu/libm-test-ulps: Update.
45060         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45062
45063 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45064
45065         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45066         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45067         containing bit-fields.
45068         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45069         * soft-fp/single.h (_FP_UNION_S): Likewise.
45070         * soft-fp/double.h (_FP_UNION_D): Likewise.
45071
45072 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45073
45074         [BZ #13786]
45075         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45076         not include ../strcmp.S.
45077         [USE_AS_STRNCASECMP_L]: Likewise.
45078         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45079         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45080         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45081         (__strncasecmp_l_ia32): Define as alias to
45082         __strncasecmp_l_nonascii.
45083
45084         [BZ #5794]
45085         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45086         * sysdeps/i386/fpu/libm-test-ulps: Update.
45087         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45088
45089         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45091
45092 2012-02-29  Jeff Law  <law@redhat.com>
45093
45094         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45095         out of bounds read.
45096
45097 2012-02-29  Marek Polacek  <polacek@redhat.com>
45098
45099         [BZ #13706]
45100         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45101         * elf/Makefile: Add rules to run tst-unused-dep.out.
45102
45103 2012-02-28  David S. Miller  <davem@davemloft.net>
45104
45105         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45106         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45107         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45108         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45109         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45110         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45111
45112 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45113
45114         * math/libm-test.inc (llround_test): Move one test from
45115         lround_test.  Use TEST_f_L in moved test.
45116         (lround_test): Move misplaced test to llround_test.  Add testcase
45117         from bug 2561.
45118
45119 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45120
45121         * sysdeps/x86_64/fpu/e_expf.S: New file.
45122         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45123
45124 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45125
45126         [BZ #13637]
45127         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45128         of remain_len that may cause incomplete multi-byte character and
45129         false match.
45130         * posix/bug-regex33.c: New file.
45131         * posix/Makefile (tests): Add bug-regex33.
45132
45133 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45134
45135         * manual/macros.texi: New file.
45136         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45137         * manual/libc.texinfo: Include macros.texi.
45138         * manual/creatute.texi: Likewise.
45139         * manual/install.texi: Likewise.
45140         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45141         @glibcadj{} in references to the GNU C Library.
45142         * manual/charset.texi: Likewise.
45143         * manual/conf.texi: Likewise.
45144         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45145         when not using those macros.
45146         * manual/creature.texi: Likewise.
45147         * manual/crypt.texi: Likewise.
45148         * manual/errno.texi: Likewise.
45149         * manual/filesys.texi: Likewise.
45150         * manual/header.texi: Likewise.
45151         * manual/install.texi: Likewise.
45152         * manual/intro.texi: Likewise.
45153         * manual/io.texi: Likewise.
45154         * manual/job.texi: Likewise.
45155         * manual/lang.texi: Likewise.
45156         * manual/libc.texiinfo: Likewise.
45157         * manual/llio.texi: Likewise.
45158         * manual/locale.texi: Likewise.
45159         * manual/maint.texi: Likewise.
45160         * manual/math.texi: Likewise.
45161         * manual/memory.texi: Likewise.
45162         * manual/message.texi: Likewise.
45163         * manual/nss.texi: Likewise.
45164         * manual/pattern.texi: Likewise.
45165         * manual/process.texi: Likewise.
45166         * manual/resource.texi: Likewise.
45167         * manual/search.texi: Likewise.
45168         * manual/setjmp.texi: Likewise.
45169         * manual/signal.texi: Likewise.
45170         * manual/socket.texi: Likewise.
45171         * manual/startup.texi: Likewise.
45172         * manual/stdio.texi: Likewise.
45173         * manual/string.texi: Likewise.
45174         * manual/sysinfo.texi: Likewise.
45175         * manual/syslog.texi: Likewise.
45176         * manual/terminal.texi: Likewise.
45177         * manual/time.texi: Likewise.
45178         * manual/users.texi: Likewise.
45179         * INSTALL: Regenerated.
45180         * NOTES: Regenerated.
45181         * sysdeps/gnu/errlist.c: Regenerated.
45182
45183 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45184
45185         * include/dirent.h: Include <dirstream.h> before
45186         <dirent/dirent.h>.
45187
45188 2012-02-28  David S. Miller  <davem@davemloft.net>
45189
45190         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45191         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45192         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45193         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45194
45195 2012-02-27  David S. Miller  <davem@davemloft.net>
45196
45197         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45198         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45199         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45200         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45201
45202         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45203         frame pointer instead of stack pointer relative arg slot.
45204         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45205         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45206         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45207
45208 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45209
45210         [BZ #3992]
45211         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45212
45213 2012-02-27  David S. Miller  <davem@davemloft.net>
45214
45215         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45216         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45217         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45218         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45219         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45220         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45221         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45222         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45223
45224 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45225
45226         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45227         later.  Allow versions 5-9.
45228         * configure: Regenerated.
45229         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45230         required minimum version and 4.6 as recommended version.  Do not
45231         mention bugs in GCC 2.7 and 2.8.
45232         * INSTALL: Regenerated.
45233
45234 2012-02-27  David S. Miller  <davem@davemloft.net>
45235
45236         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45237         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45238         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45239         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45240         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45241         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45242         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45243         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45244
45245         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45246         manipulate bits before adding and subtracting TWO112[sx].
45247         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45248
45249 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45250
45251         [BZ #13775]
45252         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45253         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45254         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45255         being in POSIX, because they are in 1003.1-2008.
45256
45257         * rt/tst-aio.c: Include <fcntl.h>.
45258         * rt/tst-aio7.c: Likewise.
45259         * rt/tst-aio64.c: Likewise.
45260
45261         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45262
45263 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45264
45265         * manual/install.texi (--with-headers): Describe headers as
45266         interface headers, not private headers.
45267         (Specific advice for GNU/Linux systems): Describe use of headers
45268         from "make headers_install", not private headers from older
45269         kernels.
45270         * INSTALL: Regenerated.
45271         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45272         Change to 2.6.19.
45273         * sysdeps/unix/sysv/linux/configure: Regenerated.
45274
45275         * manual/llio.texi (fclean): Remove documentation.
45276
45277         * manual/Makefile (libc-texi-generated): New variable.  Include
45278         version.texi.
45279         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45280         $(libc-texi-generated), not duplicated list of files.
45281         (version.texi, stamp-version): New rules.
45282         (realclean): Remove $(libc-texi-generated), not individual files
45283         from that list.  Do not remove dir-add.texinfo.
45284         * manual/libc.texinfo: Comment out uses of edition numbers and
45285         references to printed manual.  Remove last-updated dates.
45286         (EDITION): Comment out.
45287         (ISBN): Likewise.
45288         (VERSION, UPDATED): Remove.
45289         (version.texi): Include.
45290
45291 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45292
45293         * sysdeps/posix/spawni.c: Include <signal.h>.
45294         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45295         * sysdeps/pthread/aio_fsync.c: Likewise.
45296
45297 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45298
45299         * conform/Makefile (tests): Run only when not cross-compiling and
45300         when fast-check is not defined.
45301
45302         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45303         * conform/data/limits.h-data: Fixes for POSIX2008.
45304         * conform/run-conformtest.sh: Run all tests.
45305         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45306         headers.
45307         * include/bits/dlfcn.h: Likewise.
45308         * include/langinfo.h: Likewise.
45309         * include/monetary.h: Likewise.
45310         * include/sys/poll.h: Likewise.
45311
45312         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45313         for __USE_GNU.
45314         * posix/spawn.h: Define __need_sigset_t.
45315         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45316         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45317         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45318         to get sigevent_t only.
45319         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45320         only for __USE_GNU.
45321         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45322         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45323         process_vm_writev only for __USE_GNU.
45324         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45325
45326         * conform/Makefile: For now ignore errors from run-conformtest.
45327         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45328         POSIX to avoid namespace pollution.  Don't prepend headers.
45329         * conform/data/aio.h-data: Fixes for POSIX testing.
45330         * conform/data/fcntl.h-data: Likewise.
45331         * conform/data/glob.h-data: Likewise.
45332         * conform/data/grp.h-data: Likewise.
45333         * conform/data/pthread.h-data: Likewise.
45334         * conform/data/pwd.h-data: Likewise.
45335         * conform/data/signal.h-data: Likewise.
45336         * conform/data/spawn.h-data: Likewise.
45337         * conform/data/stdio.h-data: Likewise.
45338         * conform/data/stdlib.h-data: Likewise.
45339         * conform/data/stropts.h-data: Likewise.
45340         * conform/data/sys/mman.h-data: Likewise.
45341         * conform/data/sys/stat.h-data: Likewise.
45342         * conform/data/sys/types.h-data: Likewise.
45343         * conform/data/sys/wait.h-data: Likewise.
45344         * conform/data/time.h-data: Likewise.
45345         * conform/data/unistd.h-data: Likewise.
45346         * conform/data/utime.h-data: Likewise.
45347
45348         * io/sys/stat.h: fchmod was always in POSIX.
45349         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45350         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45351         * rt/aio.h: Define __need_timespec before including <time.h>.
45352         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45353         struct.  Add forward declaration of pthread_attr_t and use it in
45354         sigevent.
45355         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45356         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45357         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45358         always remove CLK_TCK definition.
45359
45360 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45361
45362         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45363
45364 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45365
45366         * conform/run-conformtest.sh: New file.
45367         * conform/Makefile: Run run-conformtest for tests.
45368         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45369         support.
45370
45371         * conform/data/uchar.h-data: New file.
45372         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45373         * conform/data/arpa/inet.h-data: Likewise.
45374         * conform/data/assert.h-data: Likewise.
45375         * conform/data/complex.h-data: Likewise.
45376         * conform/data/cpio.h-data: Likewise.
45377         * conform/data/ctype.h-data: Likewise.
45378         * conform/data/dirent.h-data: Likewise.
45379         * conform/data/dlfcn.h-data: Likewise.
45380         * conform/data/errno.h-data: Likewise.
45381         * conform/data/fcntl.h-data: Likewise.
45382         * conform/data/float.h-data: Likewise.
45383         * conform/data/fmtmsg.h-data: Likewise.
45384         * conform/data/fnmatch.h-data: Likewise.
45385         * conform/data/ftw.h-data: Likewise.
45386         * conform/data/glob.h-data: Likewise.
45387         * conform/data/grp.h-data: Likewise.
45388         * conform/data/iconv.h-data: Likewise.
45389         * conform/data/inttypes.h-data: Likewise.
45390         * conform/data/langinfo.h-data: Likewise.
45391         * conform/data/libgen.h-data: Likewise.
45392         * conform/data/limits.h-data: Likewise.
45393         * conform/data/locale.h-data: Likewise.
45394         * conform/data/math.h-data: Likewise.
45395         * conform/data/monetary.h-data: Likewise.
45396         * conform/data/mqueue.h-data: Likewise.
45397         * conform/data/ndbm.h-data: Likewise.
45398         * conform/data/net/if.h-data: Likewise.
45399         * conform/data/netdb.h-data: Likewise.
45400         * conform/data/netinet/in.h-data: Likewise.
45401         * conform/data/nl_types.h-data: Likewise.
45402         * conform/data/poll.h-data: Likewise.
45403         * conform/data/pthread.h-data: Likewise.
45404         * conform/data/pwd.h-data: Likewise.
45405         * conform/data/regex.h-data: Likewise.
45406         * conform/data/sched.h-data: Likewise.
45407         * conform/data/search.h-data: Likewise.
45408         * conform/data/semaphore.h-data: Likewise.
45409         * conform/data/setjmp.h-data: Likewise.
45410         * conform/data/signal.h-data: Likewise.
45411         * conform/data/spawn.h-data: Likewise.
45412         * conform/data/stdarg.h-data: Likewise.
45413         * conform/data/stdio.h-data: Likewise.
45414         * conform/data/stdlib.h-data: Likewise.
45415         * conform/data/string.h-data: Likewise.
45416         * conform/data/strings.h-data: Likewise.
45417         * conform/data/stropts.h-data: Likewise.
45418         * conform/data/sys/ipc.h-data: Likewise.
45419         * conform/data/sys/mman.h-data: Likewise.
45420         * conform/data/sys/msg.h-data: Likewise.
45421         * conform/data/sys/resource.h-data: Likewise.
45422         * conform/data/sys/select.h-data: Likewise.
45423         * conform/data/sys/sem.h-data: Likewise.
45424         * conform/data/sys/shm.h-data: Likewise.
45425         * conform/data/sys/socket.h-data: Likewise.
45426         * conform/data/sys/stat.h-data: Likewise.
45427         * conform/data/sys/statvfs.h-data: Likewise.
45428         * conform/data/sys/time.h-data: Likewise.
45429         * conform/data/sys/timeb.h-data: Likewise.
45430         * conform/data/sys/times.h-data: Likewise.
45431         * conform/data/sys/types.h-data: Likewise.
45432         * conform/data/sys/uio.h-data: Likewise.
45433         * conform/data/sys/un.h-data: Likewise.
45434         * conform/data/sys/utsname.h-data: Likewise.
45435         * conform/data/sys/wait.h-data: Likewise.
45436         * conform/data/syslog.h-data: Likewise.
45437         * conform/data/tar.h-data: Likewise.
45438         * conform/data/termios.h-data: Likewise.
45439         * conform/data/utime.h-data: Likewise.
45440         * conform/data/utmpx.h-data: Likewise.
45441         * conform/data/varargs.h-data: Likewise.
45442         * conform/data/wchar.h-data: Likewise.
45443         * conform/data/wctype.h-data: Likewise.
45444         * conform/data/wordexp.h-data: Likewise.
45445
45446         * include/stropts.h: New file.
45447         * include/uchar.h: New file.
45448         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45449         * include/assert.h: Likewise.
45450         * include/ctype.h: Likewise.
45451         * include/dirent.h: Likewise.
45452         * include/dlfcn.h: Likewise.
45453         * include/fcntl.h: Likewise.
45454         * include/fnmatch.h: Likewise.
45455         * include/glob.h: Likewise.
45456         * include/grp.h: Likewise.
45457         * include/libio.h: Likewise.
45458         * include/locale.h: Likewise.
45459         * include/math.h: Likewise.
45460         * include/net/if.h: Likewise.
45461         * include/netdb.h: Likewise.
45462         * include/netinet/in.h: Likewise.
45463         * include/pthread.h: Likewise.
45464         * include/pwd.h: Likewise.
45465         * include/regex.h: Likewise.
45466         * include/sched.h: Likewise.
45467         * include/search.h: Likewise.
45468         * include/setjmp.h: Likewise.
45469         * include/signal.h: Likewise.
45470         * include/stdio.h: Likewise.
45471         * include/stdlib.h: Likewise.
45472         * include/string.h: Likewise.
45473         * include/sys/cdefs.h: Likewise.
45474         * include/sys/mman.h: Likewise.
45475         * include/sys/msg.h: Likewise.
45476         * include/sys/resource.h: Likewise.
45477         * include/sys/select.h: Likewise.
45478         * include/sys/socket.h: Likewise.
45479         * include/sys/stat.h: Likewise.
45480         * include/sys/statvfs.h: Likewise.
45481         * include/sys/time.h: Likewise.
45482         * include/sys/times.h: Likewise.
45483         * include/sys/uio.h: Likewise.
45484         * include/sys/utsname.h: Likewise.
45485         * include/sys/wait.h: Likewise.
45486         * include/termios.h: Likewise.
45487         * include/time.h: Likewise.
45488         * include/ulimit.h: Likewise.
45489         * include/unistd.h: Likewise.
45490         * include/utime.h: Likewise.
45491         * include/wchar.h: Likewise.
45492         * include/wctype.h: Likewise.
45493         * include/wordexp.h: Likewise.
45494
45495         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45496
45497         * time/time.h: TIME_UTC must be a macro.
45498         Make timespec_get available for ISO C11 only as well.
45499
45500 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45501
45502         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45503         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45504
45505 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45506
45507         * configure.in: Use -o not -a in test for unsupported multi-arch.
45508
45509 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45510
45511         * manual/texinfo.tex: Update to version 2012-01-19.16.
45512
45513 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45514
45515         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45516
45517 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45518
45519         [BZ #13738]
45520         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45521         * manual/fdl-1.3.texi: New file.
45522         * manual/fdl-1.1.texi: File removed.
45523
45524         [BZ #13738]
45525         * manual/libc.texinfo (FDL_VERSION): New @set.
45526         Use it for mention of FDL in cover text.
45527         (Documentation License): Use it in @include file name.
45528
45529 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45530             Roland McGrath  <roland@hack.frob.com>
45531
45532         [BZ #5461]
45533         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45534         (not LONG_LONG_MAX and LONG_LONG_MIN.
45535         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45536         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45537         name.
45538         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45539
45540 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45541
45542         [BZ #2547]
45543         [BZ #11365]
45544         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45545         manipulate bits before adding and subtracting TWO23[sx].
45546         * math/libm-test.inc (nearbyint_test): Add more tests.
45547
45548 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45549
45550         [BZ #2548]
45551         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45552         bits before adding and subtracting TWO23[sx].
45553         * math/libm-test.inc (rint_test): Add more tests.
45554         (rint_test_tonearest): Likewise.
45555         (rint_test_towardzero): Likewise.
45556         (rint_test_downward): Likewise.
45557         (rint_test_upward: Likewise.
45558
45559 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45560
45561         [BZ #10110]
45562         * include/stdc-predef.h: New file.  Extracted from features.h.
45563         * include/features.h: Include stdc-predef.h.
45564         * Makefile (headers): Add stdc-predef.h.
45565         * CONFORMANCE (Compiler limitations): Update.
45566
45567 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45568
45569         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45570
45571 2012-02-21  David S. Miller  <davem@davemloft.net>
45572
45573         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45574         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45575
45576 2012-02-20  David S. Miller  <davem@davemloft.net>
45577
45578         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45579         using a normal save/restore sequence, rather than allocating a
45580         dummy stack frame just to store a frame pointer and restore.
45581         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45582
45583 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45584
45585         * manual/install.texi: Fix stray word in line-wrapped comment.
45586
45587 2012-02-20  David S. Miller  <davem@davemloft.net>
45588
45589         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45590         both binutils and gcc support GOTDATA.
45591
45592         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45593         "rd %pc" in the PIC register setup sequences.
45594
45595         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45596         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45597         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45598         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45599         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45600         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45601         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45602         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45603         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45604         (SYSCALL_ERROR_HANDLER): Likewise.
45605         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45606         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45607         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45608         (SYSCALL_ERROR_HANDLER): Likewise.
45609
45610         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45611         (HAVE_GCC_GOTDATA): New.
45612         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45613         relocation support in both binutils and gcc.
45614         * sysdeps/sparc/elf/configure: Regenerate.
45615
45616         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45617         * sysdeps/sparc/sparc32/elf/configure: Delete.
45618         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45619         * sysdeps/sparc/sparc64/elf/configure: Delete.
45620         * sysdeps/sparc/elf/configure.in: New file.
45621         * sysdeps/sparc/elf/configure: Generate.
45622
45623         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45624         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45625         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45626         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45627         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45628
45629 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45630
45631         * manual/install.texi: Do not mention specific glibc version
45632         numbers.
45633         * manual/libc.texinfo (VERSION, UPDATED): Update.
45634         (@copying): Use @copyright{} and range of years.
45635
45636 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45637
45638         [BZ #13695]
45639         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45640         [crti.S not in sysdirs] (generated): Do not append.
45641         [crti.S not in sysdirs] (omit-deps): Likewise.
45642         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45643         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45644         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45645         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45646         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45647         Likewise.
45648         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45649         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45650         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45651         * csu/defs.awk: Remove file.
45652         * sysdeps/generic/initfini.c: Likewise.
45653         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45654         variable.
45655         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45656         Likewise.
45657
45658 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45659
45660         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45661         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45662         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45663         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45664         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45665         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45666         <bits/epoll.h>.
45667         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45668         (__EPOLL_PACKED): Define to empty if not defined by
45669         <bits/epoll.h>.
45670         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45671         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45672         bits/epoll.h.
45673
45674 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45675
45676         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45677         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45678         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45679         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45680         <bits/timerfd.h>.
45681         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45682         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45683         bits/timerfd.h.
45684
45685 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45686
45687         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45688         in C locale.
45689         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45690         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45691         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45692         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45693
45694 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45695
45696         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45697         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45698
45699 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45700
45701         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45702         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45703         defined.
45704         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45705         Likewise.
45706         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45707         entry for 2.16.
45708
45709 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45710
45711         * math/w_acos.c: Use non-signaling floating-point comparisons.
45712         * math/w_acosf.c: Likewise.
45713         * math/w_acosh.c: Likewise.
45714         * math/w_acoshf.c: Likewise.
45715         * math/w_acoshl.c: Likewise.
45716         * math/w_acosl.c: Likewise.
45717         * math/w_asin.c: Likewise.
45718         * math/w_asinf.c: Likewise.
45719         * math/w_asinl.c: Likewise.
45720         * math/w_atanh.c: Likewise.
45721         * math/w_atanhf.c: Likewise.
45722         * math/w_atanhl.c: Likewise.
45723         * math/w_exp2.c: Likewise.
45724         * math/w_exp2f.c: Likewise.
45725         * math/w_exp2l.c: Likewise.
45726         * math/w_j0.c: Likewise.
45727         * math/w_j0f.c: Likewise.
45728         * math/w_j0l.c: Likewise.
45729         * math/w_j1.c: Likewise.
45730         * math/w_j1f.c: Likewise.
45731         * math/w_j1l.c: Likewise.
45732         * math/w_jn.c: Likewise.
45733         * math/w_jnf.c: Likewise.
45734         * math/w_log.c: Likewise.
45735         * math/w_log10.c: Likewise.
45736         * math/w_log10f.c: Likewise.
45737         * math/w_log10l.c: Likewise.
45738         * math/w_log2.c: Likewise.
45739         * math/w_log2f.c: Likewise.
45740         * math/w_log2l.c: Likewise.
45741         * math/w_logf.c: Likewise.
45742         * math/w_logl.c: Likewise.
45743         * math/w_sqrt.c: Likewise.
45744         * math/w_sqrtf.c: Likewise.
45745         * math/w_sqrtl.c: Likewise.
45746         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45747         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45748         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45749         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45750         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45751
45752 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45753
45754         [BZ #9739]
45755         * manual/string.texi (strnlen): Use correct parameter name in
45756         equivalent expression.
45757
45758 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45759
45760         [BZ #11174]
45761         * manual/users.texi (seteuid): Consistently use neweuid for
45762         argument name.
45763
45764 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45765
45766         [BZ #13704]
45767         * manual/nss.texi (Services in the NSS configuration): Correct
45768         list of services in example configuration file.
45769
45770 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
45771
45772         [BZ #11322]
45773         * manual/arith.texi: Remove statements about negative zero
45774         behaving identically to zero.
45775
45776 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45777
45778         [BZ #5993]
45779         * manual/install.texi: Do not document upgrading from libc5.
45780
45781 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45782
45783         [BZ #4596]
45784         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45785
45786 2012-02-18  David S. Miller  <davem@davemloft.net>
45787
45788         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45789         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45790         %o7 across the call.
45791         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45792         instead.
45793         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45794         SETUP_PIC_REG_LEAF.
45795         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45796         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45797         * sysdeps/sparc/crtn.S: Likewise.
45798
45799 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
45800
45801         * aout/Makefile: Remove.
45802
45803 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
45804
45805         [BZ #13058]
45806         * manual/examples/argp-ex1.c (main): Format definition in GNU
45807         style.
45808         * manual/examples/argp-ex2.c (main): Likewise.
45809         * manual/examples/argp-ex3.c (main): Likewise.
45810         * manual/examples/argp-ex4.c (main): Likewise.
45811         * manual/examples/longopt.c (main): Use new-style prototype
45812         definition.
45813         * manual/examples/strncat.c (main): Specify return type and use
45814         (void) for arguments.
45815         * manual/examples/subopt.c (main): Use char **argv argument.
45816
45817 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45818
45819         [BZ #5077]
45820         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45821         rounding modes.
45822
45823 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
45824
45825         [BZ #6907]
45826         * manual/string.texi (strchr): Change when strchrnul is
45827         recommended.
45828
45829 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
45830
45831         [BZ #174]
45832         * manual/locale.texi (setlocale): Document LOCPATH.
45833
45834 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45835
45836         [BZ #10210]
45837         * manual/process.texi (execle): Move @dots{} before last argument.
45838
45839 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
45840
45841         [BZ #12047]
45842         * manual/charset.texi (Generic Charset Conversion): Fix typo
45843         (LC_TYPE -> LC_CTYPE).
45844
45845 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
45846
45847         [BZ #5805]
45848         * manual/arith.texi (scalbn): Use @var{} on parameter names.
45849         (scalbnf): Likewise.
45850         (scalbnl): Likewise.
45851         (scalbln): Likewise.
45852         (scalblnf): Likewise.
45853         (scalblnl): Likewise.
45854         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45855         (vwarnx): Likewise.
45856         (verr): Likewise.
45857         (verrx): Likewise.
45858         * manual/filesys.texi (telldir): Use braces around return type.
45859         * manual/llio.texi (mmap): Add space after comma.
45860         (mmap64): Likewise.
45861         * manual/math.texi (jn): Use @var{} on parameter names.
45862         (jnf): Likewise.
45863         (jnl): Likewise.
45864         (yn): Likewise.
45865         (ynf): Likewise.
45866         (ynl): Likewise.
45867         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45868         line.
45869         * manual/resource.texi (ulimit): Use @dots{} instead of literal
45870         "...".
45871         (sched_get_priority_min): Remove semicolon on @deftypefun line.
45872         (sched_get_priority_max): Likewise.
45873         * manual/signal.texi (sigvec): Add space after comma.
45874         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45875         names.
45876         (if_indextoname): Likewise.
45877         (if_freenameindex): Likewise.
45878         (sendto): Use ',' instead of '.' in prototype.
45879         * manual/startup.texi (syscall): Use @dots{} instead of literal
45880         "...".
45881         * manual/stdio.texi (__fpending): Separate initial words of
45882         paragraph from @deftypefun line.
45883         * manual/syslog.texi (syslog): Use @dots{} instead of literal
45884         "...".
45885         (vsyslog): Use @var{} on parameter names.
45886         * manual/terminal.texi (stty): Use @var{} on parameter names.
45887         * manual/users.texi (getutmp): Use @var{} on parameter names.
45888         (getutmpx): Likewise.
45889
45890 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45891
45892         [BZ #6884]
45893         * manual/stdio.texi (fopen): Fix typos in description of
45894         ",ccs=STRING".
45895
45896 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
45897
45898         [BZ #4026]
45899         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
45900         get clock_id definition.
45901
45902 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
45903
45904         [BZ #4822]
45905         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
45906         (madvise): Cast every argument to void on its own.
45907
45908 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45909
45910         [BZ #9902]
45911         * manual/startup.texi (Exit Status): Fix typo.
45912
45913 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45914
45915         [BZ #10140]
45916         * manual/examples/argp-ex1.c: Include <stdlib.h>.
45917         * manual/examples/argp-ex2.c: Likewise.
45918         * manual/examples/argp-ex3.c: Likewise.
45919
45920 2012-02-16  Richard Henderson  <rth@redhat.com>
45921
45922         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
45923         * sysdeps/s390/s390-32/initfini.c: Remove.
45924         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
45925         * sysdeps/s390/s390-64/initfini.c: Remove.
45926
45927 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45928
45929         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
45930         compiler output for sysdeps/generic/initfini.c.
45931         * sysdeps/sh/elf/initfini.c: Remove file.
45932
45933 2012-02-16  David S. Miller  <davem@davemloft.net>
45934
45935         [BZ #11494]
45936         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
45937
45938         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
45939         * sysdeps/sparc/crti.S: New file.
45940         * sysdeps/sparc/crtn.S: New file.
45941         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
45942         * sysdeps/sparc/sparc64/Makefile: Likewise.
45943
45944 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
45945
45946         [BZ #3335]
45947         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
45948
45949 2012-02-15  Roland McGrath  <roland@hack.frob.com>
45950
45951         [BZ #4822]
45952         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
45953
45954         * mach/devstream.c (cookie_io_functions_t): Macro removed.
45955         (write, read, close): Likewise.
45956         Patch by Aurelien Jarno <aurelien@aurel32.net>.
45957
45958 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
45959
45960         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
45961         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
45962         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
45963         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
45964         <bits/signalfd.h>.
45965         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
45966         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45967         bits/signalfd.h.
45968
45969 2012-02-14  Marek Polacek  <polacek@redhat.com>
45970
45971         * sysdeps/x86_64/crti.S: New file.
45972         * sysdeps/x86_64/crtn.S: New file.
45973         * sysdeps/x86_64/elf/initfini.c: Remove file.
45974
45975 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45976
45977         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
45978         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
45979         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
45980         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
45981         <bits/inotify.h>.
45982         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
45983         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45984         bits/inotify.h.
45985
45986 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45987
45988         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
45989         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
45990         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
45991         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
45992         <bits/eventfd.h>.
45993         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
45994         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45995         bits/eventfd.h.
45996
45997 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
45998
45999         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46000         __feraiseexcept instead of feraiseexcept.
46001
46002         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46003         nanosleep invocations.
46004         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46005         strings, and add error checking for a nanosleep invocations.
46006
46007 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46008
46009         Replace FSF snail mail address with URLs, as per GNU coding standards.
46010         Most of the snail mail addresses were wrong anyway, and omitting
46011         them makes the source code easier to maintain.  Almost all of the
46012         changes are to license notices and to locale LC_IDENTIFICATION
46013         addresses, except for this one:
46014         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46015         not its snail mail address.
46016
46017 2012-02-09  Richard Henderson  <rth@twiddle.net>
46018
46019         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46020         of kernel-features.h.
46021
46022         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46023
46024 2012-02-08  Marek Polacek  <polacek@redhat.com>
46025
46026         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46027         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46028         * sysdeps/gnu/_G_config.h: Likewise.
46029         * sysdeps/generic/_G_config.h: Likewise.
46030
46031 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46032
46033         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46034         tests.
46035         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46036
46037         * sysdeps/powerpc/powerpc32/crti.S: New file.
46038         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46039         * sysdeps/powerpc/powerpc64/crti.S: New file.
46040         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46041
46042         * Makeconfig (have-initfini): Don't set.
46043         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46044         * configure.in (nopic_initfini): Don't substitute.
46045         * config.h.in (HAVE_INITFINI): Don't #undef.
46046         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46047         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46048
46049 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46050
46051         Support crti.S and crtn.S provided directly by architectures.
46052         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46053         [crti.S in sysdirs] (omit-deps): Likewise.
46054         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46055         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46056         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46057         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46058         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46059         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46060         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46061         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46062         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46063         compiler output for sysdeps/generic/initfini.c.
46064         * sysdeps/i386/elf/Makefile: Remove file.
46065         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46066
46067 2012-02-07  Marek Polacek  <polacek@redhat.com>
46068
46069         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46070         * sysdeps/gnu/_G_config.h: Likewise.
46071         * sysdeps/mach/hurd/_G_config.h: Likewise.
46072
46073 2012-02-07  Marek Polacek  <polacek@redhat.com>
46074
46075         * math/Makefile (tests): Add tst-CMPLX2.
46076         * math/tst-CMPLX2.c: New file.
46077
46078 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46079
46080         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46081
46082         * math/libm-test.inc (jn_test): Add missing L suffix.
46083
46084 2012-02-06  Marek Polacek  <polacek@redhat.com>
46085
46086         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46087         * sysdeps/i386/fpu/e_powf.S: Likewise.
46088         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46089         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46090         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46091         * sysdeps/i386/fpu/e_pow.S: Likewise.
46092         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46093         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46094         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46095         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46096         * sysdeps/i386/fpu/e_log2.S: Likewise.
46097         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46098         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46099         * sysdeps/i386/fpu/e_powl.S: Likewise.
46100         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46101         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46102         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46103         * sysdeps/i386/fpu/e_logl.S: Likewise.
46104         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46105         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46106         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46107         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46108         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46109         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46110         * sysdeps/i386/fpu/e_log.S: Likewise.
46111         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46112         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46113         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46114         * sysdeps/i386/fpu/e_logf.S: Likewise.
46115         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46116         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46117         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46118         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46119         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46120         * sysdeps/i386/fpu/e_log10.S: Likewise.
46121         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46122         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46123         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46124         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46125         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46126         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46127         * sysdeps/i386/asm-syntax.h: Likewise.
46128         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46129         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46130         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46131         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46132         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46133         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46134         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46135         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46136         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46137         * sysdeps/powerpc/sysdep.h: Likewise.
46138         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46139         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46140
46141 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46142
46143         [BZ #411]
46144         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46145
46146 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46147
46148         * sysdeps/i386/sysdep.h: Include <features.h>.
46149         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46150         version.
46151
46152 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46153
46154         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46155         Define.
46156         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46157         LOAD_PIC_REG_STR.
46158
46159 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46160
46161         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46162         (SETUP_PIC_REG): Use GET_PC_THUNK.
46163         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46164         macro.
46165
46166 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46167
46168         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46169         for non-PIC compilation.
46170         (SETUP_PIC_REG): Add .p2align directive.
46171         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46172         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46173         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46174         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46175         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46176         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46177         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46178         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46179         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46180         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46181         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46182         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46183         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46184         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46185         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46186         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46187         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46188         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46189         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46190         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46191         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46192         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46193         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46194         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46195         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46196         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46197         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46198         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46199         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46200         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46201         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46202         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46203         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46204         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46205         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46206         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46207         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46208         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46209         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46210         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46211         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46212
46213 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46214
46215         * math/tst-CMPLX.c: Include <stdio.h>.
46216
46217 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46218
46219         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46220         float.
46221         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46222         * sysdeps/sparc/bits/mathdef.h: Likewise.
46223
46224 2012-01-31  Marek Polacek  <polacek@redhat.com>
46225
46226         * libio/libio.h: Don't define _PARAMS.
46227         * locale/programs/config.h: Don't define PARAMS.
46228         * stdlib/strtol_l.c: Likewise.
46229         (__strtol_l): Remove PARAMS from the prototype.
46230
46231 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46232
46233         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46234         names.  Just use the correct names.  Remove unnecessary wrapper
46235         functions.
46236         * malloc/arena.c: Likewise.
46237         * malloc/hooks.c: Likewise.
46238
46239         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46240         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46241         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46242
46243 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46244
46245         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46246         into tail calls.
46247         (update_get_addr): New function.
46248         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46249         GET_ADDR_MODULE parameter.
46250
46251 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46252
46253         * crypt/cert.c: Remove __STDC__ conditionals.
46254         * crypt/crypt-entry.c: Likewise.
46255         * crypt/crypt_util.c: Likewise.
46256         * libio/filedoalloc.c: Likewise.
46257         * libio/fileops.c: Likewise.
46258         * libio/genops.c: Likewise.
46259         * libio/iofclose.c: Likewise.
46260         * libio/iofdopen.c: Likewise.
46261         * libio/iofopen.c: Likewise.
46262         * libio/iofopen64.c: Likewise.
46263         * libio/iogetdelim.c: Likewise.
46264         * libio/iopopen.c: Likewise.
46265         * libio/obprintf.c: Likewise.
46266         * libio/oldfileops.c: Likewise.
46267         * libio/oldiofclose.c: Likewise.
46268         * libio/oldiofdopen.c: Likewise.
46269         * libio/oldiofopen.c: Likewise.
46270         * libio/oldiopopen.c: Likewise.
46271         * libio/wfiledoalloc.c: Likewise.
46272         * libio/wgenops.c: Likewise.
46273         * locale/programs/xmalloc.c: Likewise.
46274         * misc/syslog.c: Likewise.
46275         * stdio-common/xbug.c: Likewise.
46276         * string/memchr.c: Likewise.
46277         * string/memcmp.c: Likewise.
46278         * string/memrchr.c: Likewise.
46279         * string/rawmemchr.c: Likewise.
46280         * sysdeps/posix/getcwd.c: Likewise.
46281         * time/strftime_l.c: Likewise.
46282
46283 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46284
46285         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46286         * config.make.in (config-cflags-sse2avx): Define.
46287         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46288         Fix typo.
46289
46290 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46291
46292         * scripts/config.guess: Update from upstream config git repository.
46293         * scripts/config.sub: Likewise.
46294
46295 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46296
46297         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46298         (EM_NUM): Update.
46299         (R_TILEPRO_*, R_TILEGX_*): New macros.
46300
46301         * scripts/firstversions.awk: Fix bug in version range handling.
46302
46303         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46304
46305         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46306
46307         * include/sys/epoll.h: New file.
46308         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46309         libc_hidden_def.
46310
46311 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46312
46313         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46314         Avoid unnecessary __WORDSIZE == 64 test.
46315         (fmaxf): Use VEX format if possible.
46316         (fmax): Likewise.
46317         (fminf): Likewise.
46318         (fmin): Likewise.
46319
46320         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46321         * math/math_private.h: Remove libc_fegetround* and
46322         libc_fesetround*.
46323         * sysdeps/i386/configure.in: Check for -msse2avx.
46324         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46325         also if SSE2AVX is defined.
46326         Remove libc_fegetround* and libc_fesetround*.
46327         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46328         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46329         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46330         of HAS_YMM_USABLE.
46331         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46332         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46333         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46334         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46335         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46336
46337         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46338
46339 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46340
46341         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46342         size is not set.
46343         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46344
46345 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46346
46347         [BZ #13618]
46348         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46349         relocation.
46350         * Makeconfig (libm): Define.
46351         * elf/Makefile: Add rules to build and run tst-relsort1.
46352         * elf/tst-relsort1.c: New file.
46353         * elf/tst-relsort1mod1.c: New file.
46354         * elf/tst-relsort1mod2.c: New file.
46355
46356 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46357
46358         * math/s_ldexp.c: Remove __STDC__ conditionals.
46359         * math/s_ldexpf.c: Likewise.
46360         * math/s_ldexpl.c: Likewise.
46361         * math/s_nextafter.c: Likewise.
46362         * math/s_nexttowardf.c: Likewise.
46363         * math/s_significand.c: Likewise.
46364         * math/s_significandf.c: Likewise.
46365         * math/s_significandl.c: Likewise.
46366         * math/w_jnl.c: Likewise.
46367         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46368         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46369         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46370         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46371         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46372         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46373         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46374         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46375         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46376         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46377         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46378         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46379         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46380         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46381         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46382         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46383         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46384         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46385         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46386         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46387         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46388         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46389         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46390         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46391         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46392         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46393         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46394         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46395         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46396         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46397         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46398         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46399         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46400         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46401         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46402         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46403         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46404         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46405         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46406         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46407         * sysdeps/ieee754/k_standard.c: Likewise.
46408         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46409         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46410         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46411         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46412         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46413         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46414         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46415         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46416         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46417         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46418         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46419         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46420         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46421         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46422         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46423         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46424         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46425         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46426         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46427         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46428         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46429         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46430         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46431         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46432         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46433         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46434         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46435         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46436         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46437         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46438         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46439         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46440         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46441         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46442         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46443         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46444         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46445         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46446         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46447         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46448         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46449         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46450         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46451         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46452         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46453         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46454         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46455         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46456         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46457         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46458         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46459         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46460         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46461         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46462         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46463         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46464         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46465         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46466         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46467         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46468         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46469         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46470         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46471         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46472         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46473         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46474         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46475         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46476         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46477         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46478         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46479         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46480         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46481         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46482         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46483         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46484         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46485         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46486         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46487         * sysdeps/ieee754/s_matherr.c: Likewise.
46488         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46489         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46490         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46491         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46492
46493 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46494
46495         * crypt/md5.h: Remove __STDC__ conditionals.
46496         * libio/libioP.h: Likewise.
46497         * locale/programs/config.h: Likewise.
46498         * sysdeps/generic/sysdep.h: Likewise.
46499         * sysdeps/i386/asm-syntax.h: Likewise.
46500         * sysdeps/s390/asm-syntax.h: Likewise.
46501         * sysdeps/unix/sysdep.h: Likewise.
46502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46504
46505 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46506
46507         * libio/libio.h: Remove __STDC__ conditionals.
46508         * malloc/obstack.h: Likewise.
46509         * math/complex.h: Likewise.
46510         * math/math.h: Likewise.
46511         * sysdeps/generic/_G_config.h: Likewise.
46512         * sysdeps/gnu/_G_config.h: Likewise.
46513         * sysdeps/mach/hurd/_G_config.h: Likewise.
46514         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46515         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46516         * sysdeps/sparc/bits/mathdef.h: Likewise.
46517
46518 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46519
46520         [BZ #13583]
46521         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46522         Clean up HAS_* macros.
46523         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46524         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46525         possible.
46526         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46527         HAS_AVX.
46528         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46529         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46530         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46531         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46532         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46533
46534 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46535
46536         * elf/tst-unique3.cc (gets): Remove declaration.
46537         * elf/tst-unique3lib.cc (gets): Likewise.
46538         * elf/tst-unique3lib2.cc (gets): Likewise.
46539         * elf/tst-unique4.cc (gets): Likewise.
46540
46541 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46542
46543         * include/stdio.h: Add C++ protection.  Add gets declarations and
46544         definitions.
46545         * debug/tst-chk1.c: Don't declare gets here.
46546         * stdio-common/tst-gets.c: Likewise.
46547
46548 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46549
46550         * posix/glob: Remove directory.
46551
46552 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46553
46554         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46555
46556 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46557
46558         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46559         of the non-standard EPFNOSUPPORT.
46560
46561 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46562
46563         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46564         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46565         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46566
46567 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46568
46569         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46570
46571 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46572
46573         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46574         transient errors.
46575         * nscd/grpcache.c (cache_addgr): Likewise.
46576         * nscd/hstcache.c (cache_addhst): Likewise.
46577         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46578         * nscd/pwdcache.c (cache_addpw): Likewise.
46579         * nscd/servicescache.c (cache_addserv): Likewise.
46580
46581 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46582
46583         * malloc/malloc.c: Various cleanups.
46584         * malloc/hooks.c: Likewise.
46585
46586         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46587         * stdlib/bug-fmtmsg1.c: New file.
46588
46589         * stdlib/fmtmsg.c (init): Add missing unlock.
46590         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46591
46592 2012-01-12  Marek Polacek  <polacek@redhat.com>
46593
46594         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46595         and _GNU_SOURCE.
46596
46597 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46598
46599         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46600         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46601         macro to ensure uniqueness of label name.
46602         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46603         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46604
46605 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46606
46607         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46608
46609         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46610         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46611         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46612         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46613
46614 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46615
46616         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46617
46618         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46619         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46620         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46621
46622         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46623
46624         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46625         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46626         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46627         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46628
46629         * math/bits/math-finite.h: Add ldexp support.
46630
46631 2012-01-10  Marek Polacek  <polacek@redhat.com>
46632
46633         * locale/programs/localedef.h (show_archive_content): Add noreturn
46634         attribute.
46635
46636 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46637
46638         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46639
46640 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46641
46642         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46643
46644         * io/Makefile (headers): Add bits/poll2.h.
46645
46646 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46647
46648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46649         typo #include statement.
46650
46651 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46652
46653         * include/sys/cdefs.h: Define __attribute_alloc_size.
46654         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46655         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46656         * elf/pldd.c: Likewise.
46657         * iconv/iconv_charmap.c: Likewise.
46658         * iconv/iconvconfig.c: Likewise.
46659         * iconv/strtab.c: Likewise.
46660         * locale/programs/locale.c: Likewise.
46661         * locale/programs/localedef.h: Likewise.
46662         * locale/programs/simple-hash.c: Likewise.
46663         * nscd/nscd.h: Likewise.
46664         * nss/makedb.c: Likewise.
46665         * sysdeps/generic/ldconfig.h: Likewise.
46666         * locale/programs/localedef.c: Remove xmalloc prototype.
46667         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46668
46669 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46670
46671         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46672         appropriate.
46673
46674 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46675
46676         * math/Makefile (tests): Add tst-CMPLX.
46677         * math/tst-CMPLX.c: New file.
46678
46679         * math/complex.h (CMPLXL): Fix typo.
46680
46681         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46682         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46683         GLIBC_2.16.
46684         * debug/tst-chk1.c: Add poll and ppoll tests.
46685         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46686         * include/sys/poll.h: Add hidden proto for ppoll.
46687         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46688         * sysdeps/mach/hurd/ppoll.c: Likewise.
46689         * io/ppoll.c: Likewise.
46690         * debug/poll_chk.c: New file.
46691         * debug/ppoll_chk.c: New file.
46692         * include/bits/poll2.h: New file.
46693         * io/bits/poll2.h: New file.
46694
46695         [BZ #1350]
46696         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46697
46698         * configure.in: static is always set to yes.  Remove.
46699         * config.make.in: Don't set build-static.
46700         * Makeconfig: Remove use of build-static.
46701         * dlfcn/Makefile: Likewise.
46702         * elf/Makefile: Likewise.
46703         * math/Makefile: Likewise.
46704         * misc/Makefile: Likewise.
46705         * nptl/Makefile: Likewise.
46706         * sysdeps/mach/hurd/Makefile: Likewise.
46707
46708         * configure.in: PWD_P is not used anymore.
46709         * config.make.in: Remove PWD_P entry.
46710
46711         * configure.in: Remove last remnants of RANLIB.
46712         No need to check for signed size_t anymore.
46713         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46714         and IA-64.
46715         Remove __builtin_expect test because we require at least gcc 3.4.
46716         * aclocal.m4: Likewise.
46717
46718         * wcsmbs/mbrtoc16.c: Implement using towc function.
46719         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46720         * wcsmbs/wcsmbsload.c: Likewise.
46721         * iconv/gconv_simple.c: Likewise.
46722         * iconv/gconv_int.h: Likewise.
46723         * iconv/gconv_builtin.h: Likewise.
46724         * iconv/iconv_prog.c: Remove CHAR16 handling.
46725
46726         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46727
46728         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46729
46730         * configure.in: Remove --with-elf and --enable-bounded options.
46731         Dont set base_machine for ia64.  More non-ELF conditions removed.
46732         Remove testing and setting of leading underscore information.
46733         * config.make.in (build-bounded): Set to no.
46734         * config.h.in: Remove NO_UNDERSCORES entry.
46735         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
46736         them.
46737         * csu/start.c: Remove !NO_UNDERSCORE code.
46738         * locale/localeinfo.h: Likewise.
46739         * sysdeps/generic/machine-gmon.h: Likewise.
46740         * sysdeps/generic/sysdep.h: Likewise.
46741         * sysdeps/i386/sysdep.h: Likewise.
46742         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46743         * sysdeps/mach/sysdep.h: Likewise.
46744         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46745         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46746         * sysdeps/sh/sysdep.h: Likewise.
46747         * sysdeps/sparc/sparc32/alloca.S: Likewise.
46748         * sysdeps/unix/i386/sysdep.S: Likewise.
46749         * sysdeps/unix/sparc/start.c: Likewise.
46750         * sysdeps/unix/sparc/sysdep.S: Likewise.
46751         * sysdeps/unix/sparc/sysdep.h: Likewise.
46752         * sysdeps/unix/start.c: Likewise.
46753         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46754         * sysdeps/x86_64/sysdep.h: Likewise.
46755
46756 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
46757
46758         [BZ #13553]
46759         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46760         for non-gcc.
46761         * argp/argp-fmtstream.h: Use const instead __const.
46762         * argp/argp.h: Likewise.
46763         * assert/assert.h: Likewise.
46764         * bits/fenv.h: Likewise.
46765         * bits/sched.h: Likewise.
46766         * bits/sigset.h: Likewise.
46767         * bits/sigthread.h: Likewise.
46768         * catgets/nl_types.h: Likewise.
46769         * conform/data/pthread.h-data: Likewise.
46770         * crypt/crypt-private.h: Likewise.
46771         * crypt/crypt.h: Likewise.
46772         * crypt/crypt_util.c: Likewise.
46773         * ctype/ctype.h: Likewise.
46774         * debug/execinfo.h: Likewise.
46775         * debug/mbsnrtowcs_chk.c: Likewise.
46776         * debug/mbsrtowcs_chk.c: Likewise.
46777         * debug/wcsnrtombs_chk.c: Likewise.
46778         * debug/wcsrtombs_chk.c: Likewise.
46779         * debug/wcstombs_chk.c: Likewise.
46780         * dirent/dirent.h: Likewise.
46781         * dlfcn/dlfcn.h: Likewise.
46782         * elf/neededtest4.c: Likewise.
46783         * grp/grp.h: Likewise.
46784         * gshadow/gshadow.h: Likewise.
46785         * iconv/gconv.h: Likewise.
46786         * iconv/gconv_int.h: Likewise.
46787         * iconv/gconv_simple.c: Likewise.
46788         * iconv/iconv.h: Likewise.
46789         * iconv/loop.c: Likewise.
46790         * iconv/skeleton.c: Likewise.
46791         * include/aio.h: Likewise.
46792         * include/aliases.h: Likewise.
46793         * include/argz.h: Likewise.
46794         * include/arpa/inet.h: Likewise.
46795         * include/assert.h: Likewise.
46796         * include/dirent.h: Likewise.
46797         * include/dlfcn.h: Likewise.
46798         * include/execinfo.h: Likewise.
46799         * include/fcntl.h: Likewise.
46800         * include/fenv.h: Likewise.
46801         * include/glob.h: Likewise.
46802         * include/grp.h: Likewise.
46803         * include/libintl.h: Likewise.
46804         * include/mntent.h: Likewise.
46805         * include/netdb.h: Likewise.
46806         * include/pwd.h: Likewise.
46807         * include/rpc/netdb.h: Likewise.
46808         * include/sched.h: Likewise.
46809         * include/search.h: Likewise.
46810         * include/shadow.h: Likewise.
46811         * include/signal.h: Likewise.
46812         * include/stdio.h: Likewise.
46813         * include/stdlib.h: Likewise.
46814         * include/string.h: Likewise.
46815         * include/sys/socket.h: Likewise.
46816         * include/sys/stat.h: Likewise.
46817         * include/sys/statfs.h: Likewise.
46818         * include/sys/statvfs.h: Likewise.
46819         * include/sys/syslog.h: Likewise.
46820         * include/sys/time.h: Likewise.
46821         * include/sys/uio.h: Likewise.
46822         * include/time.h: Likewise.
46823         * include/unistd.h: Likewise.
46824         * include/utmp.h: Likewise.
46825         * include/wchar.h: Likewise.
46826         * include/wctype.h: Likewise.
46827         * inet/aliases.h: Likewise.
46828         * inet/arpa/inet.h: Likewise.
46829         * inet/netinet/ether.h: Likewise.
46830         * inet/netinet/in.h: Likewise.
46831         * intl/libintl.h: Likewise.
46832         * io/bits/fcntl2.h: Likewise.
46833         * io/fcntl.h: Likewise.
46834         * io/ftw.h: Likewise.
46835         * io/sys/poll.h: Likewise.
46836         * io/sys/stat.h: Likewise.
46837         * io/sys/statfs.h: Likewise.
46838         * io/sys/statvfs.h: Likewise.
46839         * io/utime.h: Likewise.
46840         * libio/bits/stdio.h: Likewise.
46841         * libio/bits/stdio2.h: Likewise.
46842         * libio/libio.h: Likewise.
46843         * libio/libioP.h: Likewise.
46844         * libio/stdio.h: Likewise.
46845         * locale/lc-ctype.c: Likewise.
46846         * locale/locale.h: Likewise.
46847         * login/utmp.h: Likewise.
46848         * malloc/arena.c: Likewise.
46849         * malloc/malloc.c: Likewise.
46850         * malloc/malloc.h: Likewise.
46851         * malloc/mcheck.c: Likewise.
46852         * malloc/mtrace.c: Likewise.
46853         * math/bits/mathcalls.h: Likewise.
46854         * math/fenv.h: Likewise.
46855         * math/math_private.h: Likewise.
46856         * misc/bits/error.h: Likewise.
46857         * misc/bits/syslog.h: Likewise.
46858         * misc/err.h: Likewise.
46859         * misc/error.h: Likewise.
46860         * misc/fstab.h: Likewise.
46861         * misc/mntent.h: Likewise.
46862         * misc/regexp.h: Likewise.
46863         * misc/search.h: Likewise.
46864         * misc/sgtty.h: Likewise.
46865         * misc/sys/mman.h: Likewise.
46866         * misc/sys/syslog.h: Likewise.
46867         * misc/sys/uio.h: Likewise.
46868         * misc/sys/xattr.h: Likewise.
46869         * misc/ttyent.h: Likewise.
46870         * nis/rpcsvc/ypclnt.h: Likewise.
46871         * nss/nss.h: Likewise.
46872         * posix/bits/unistd.h: Likewise.
46873         * posix/fnmatch.h: Likewise.
46874         * posix/glob.h: Likewise.
46875         * posix/sched.h: Likewise.
46876         * posix/spawn.h: Likewise.
46877         * posix/sys/wait.h: Likewise.
46878         * posix/unistd.h: Likewise.
46879         * posix/wordexp.h: Likewise.
46880         * pwd/pwd.h: Likewise.
46881         * resolv/netdb.h: Likewise.
46882         * resource/sys/resource.h: Likewise.
46883         * rt/aio.h: Likewise.
46884         * rt/bits/mqueue2.h: Likewise.
46885         * rt/mqueue.h: Likewise.
46886         * shadow/shadow.h: Likewise.
46887         * signal/signal.h: Likewise.
46888         * socket/send.c: Likewise.
46889         * socket/sendto.c: Likewise.
46890         * socket/sys/socket.h: Likewise.
46891         * stdio-common/printf.h: Likewise.
46892         * stdlib/bits/stdlib.h: Likewise.
46893         * stdlib/fmtmsg.h: Likewise.
46894         * stdlib/monetary.h: Likewise.
46895         * stdlib/stdlib.h: Likewise.
46896         * stdlib/ucontext.h: Likewise.
46897         * streams/stropts.h: Likewise.
46898         * string/argz.h: Likewise.
46899         * string/bits/string2.h: Likewise.
46900         * string/string.h: Likewise.
46901         * string/strings.h: Likewise.
46902         * sunrpc/rpc/auth.h: Likewise.
46903         * sunrpc/rpc/auth_des.h: Likewise.
46904         * sunrpc/rpc/clnt.h: Likewise.
46905         * sunrpc/rpc/netdb.h: Likewise.
46906         * sunrpc/rpc/pmap_clnt.h: Likewise.
46907         * sunrpc/rpc/xdr.h: Likewise.
46908         * sysdeps/generic/inttypes.h: Likewise.
46909         * sysdeps/generic/net/if.h: Likewise.
46910         * sysdeps/generic/sys/swap.h: Likewise.
46911         * sysdeps/gnu/net/if.h: Likewise.
46912         * sysdeps/gnu/utmpx.h: Likewise.
46913         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
46914         * sysdeps/i386/i486/bits/string.h: Likewise.
46915         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
46916         * sysdeps/s390/bits/string.h: Likewise.
46917         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
46918         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
46919         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
46920         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
46921         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
46922         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
46923         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
46924         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
46925         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
46926         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
46927         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
46928         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
46929         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
46930         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
46931         * sysdeps/unix/sysv/linux/readv.c: Likewise.
46932         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
46933         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
46934         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46935         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
46936         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
46937         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46938         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
46939         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
46940         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
46941         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
46942         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
46943         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
46944         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46945         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
46946         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
46947         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
46948         * sysvipc/sys/ipc.h: Likewise.
46949         * sysvipc/sys/msg.h: Likewise.
46950         * sysvipc/sys/sem.h: Likewise.
46951         * sysvipc/sys/shm.h: Likewise.
46952         * termios/termios.h: Likewise.
46953         * time/sys/time.h: Likewise.
46954         * time/time.h: Likewise.
46955         * wcsmbs/bits/wchar2.h: Likewise.
46956         * wcsmbs/uchar.h: Likewise.
46957         * wcsmbs/wchar.h: Likewise.
46958         * wctype/wctype.h: Likewise.
46959
46960         [BZ #13551]
46961         * Makeconfig: Remove all but ELF support including AIX support.
46962         * Makerules: Likewise.
46963         * config.h.in: Likewise.
46964         * config.make.in: Likewise.
46965         * configure: Likewise.
46966         * configure.in: Likewise.
46967         * csu/Makefile: Likewise.
46968         * csu/version.c: Likewise.
46969         * debug/Makefile: Likewise.
46970         * dlfcn/Makefile: Likewise.
46971         * elf/Makefile: Likewise.
46972         * extra-lib.mk: Likewise.
46973         * iconv/Makefile: Likewise.
46974         * include/libc-symbols.h: Likewise.
46975         * include/shlib-compat.h: Likewise.
46976         * resolv/Makefile: Likewise.
46977         * resolv/res_libc.c: Likewise.
46978         * rt/Makefile: Likewise.
46979         * sysdeps/i386/asm-syntax.h: Likewise.
46980         * sysdeps/i386/sysdep.h: Likewise.
46981         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46982         * sysdeps/mach/sysdep.h: Likewise.
46983         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
46984         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
46985         * sysdeps/s390/asm-syntax.h: Likewise.
46986         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46987         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46988         * sysdeps/sh/sysdep.h: Likewise.
46989         * sysdeps/unix/sparc/sysdep.h: Likewise.
46990         * sysdeps/wordsize-32/divdi3.c: Likewise.
46991         * sysdeps/x86_64/sysdep.h: Likewise.
46992
46993         * argp/Versions: Remove _argp_unlock_xxx.
46994
46995         [BZ #13559]
46996         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
46997         * abilist/libBrokenLocale.abilist: Likewise.
46998         * abilist/libanl.abilist: Likewise.
46999         * abilist/libc.abilist: Likewise.
47000         * abilist/libcrypt.abilist: Likewise.
47001         * abilist/libdl.abilist: Likewise.
47002         * abilist/libm.abilist: Likewise.
47003         * abilist/libnsl.abilist: Likewise.
47004         * abilist/libpthread.abilist: Likewise.
47005         * abilist/libresolv.abilist: Likewise.
47006         * abilist/librt.abilist: Likewise.
47007         * abilist/libthread_db.abilist: Likewise.
47008         * abilist/libutil.abilist: Likewise.
47009         * abilist/libnss_db.abilist: New file.
47010
47011         * scripts/abilist.awk: Add support for indirect functions.
47012
47013         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47014
47015         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47016
47017         * shlib-versions: Remove entries for ports architectures.
47018
47019         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47020         files in ports.
47021         * elf/stackguard-macros.h: Remove support for IA-64.
47022         * elf/tst-auditmod1.c: Likewise.
47023         * sysdeps/generic/ldsodefs.h: Likewise.
47024
47025         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47026         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47027         configure files.
47028
47029         [BZ #13552]
47030         * configure.in: Remove --enable-omitfp support.
47031         * FAQ.in: Adjust.
47032         * config.make.in: Likewise.
47033         * Makeconfig: Likewise.
47034         * manual/install.texi: Likewise.
47035
47036         In case anyone cares, the IA-64 architecture could move to ports.
47037         * sysdeps/ia64/*: Removed.
47038         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47039         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47040
47041         [BZ #13555]
47042         * configure.in: Remove entries for unsupported architectures.
47043
47044         [BZ #13533]
47045         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47046         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47047         routines.
47048         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47049         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47050         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47051         fall back to using wcrtomb.
47052         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47053         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47054         renaming.
47055         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47056         * wcsmbs/tst-c16c32-1.c: New file.
47057
47058         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47059         local variable.
47060
47061         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47062
47063         * elf/tst-unique3.cc: Add explicit declaration of gets.
47064         * elf/tst-unique3lib.cc: Likewise.
47065         * elf/tst-unique3lib2.cc: Likewise.
47066         * elf/tst-unique4.cc: Likewise.
47067
47068         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47069
47070 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47071
47072         [BZ #13566]
47073         * assert/assert.h (static_assert): Don't define for C++.
47074         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47075         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47076
47077 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47078
47079         * iconv/loop.c (single loop): Fix assertion in storing of
47080         remaining bytes.
47081
47082         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47083
47084 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47085
47086         * posix/getconf.c: Update copyright year.
47087         * nss/getent.c: Likewise.
47088         * nss/makedb.c: Likewise.
47089         * iconv/iconvconfig.c: Likewise.
47090         * iconv/iconv_prog.c: Likewise.
47091         * elf/ldconfig.c: Likewise.
47092         * elf/pldd.c: Likewise.
47093         * elf/sotruss.ksh: Likewise.
47094         * catgets/gencat.c: Likewise.
47095         * csu/version.c: Likewise.
47096         * elf/ldd.bash.in: Likewise.
47097         * elf/sprof.c (print_version): Likewise.
47098         * locale/programs/locale.c: Likewise.
47099         * locale/programs/localedef.c: Likewise.
47100         * login/programs/pt_chown.c: Likewise.
47101         * nscd/nscd.c (print_version): Likewise.
47102         * debug/xtrace.sh: Likewise.
47103         * malloc/memusage.sh: Likewise.
47104         * malloc/mtrace.pl: Likewise.
47105         * debug/catchsegv.sh: Likewise.
47106
47107 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47108
47109         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47110         pure attribute.
47111
47112 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47113
47114         [BZ #13533]
47115         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47116         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47117         transformations.
47118         * iconv/gconv_int.h: Likewise.
47119         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47120         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47121         from libc for GLIBC_2.16.
47122         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47123         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47124         * wcsmbs/uchar.h: Really define mbstate_t.
47125         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47126         * wcsmbs/c16rtomb.c: New file.
47127         * wcsmbs/mbrtoc16.c: New file.
47128         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47129         for C/POSIX locale.
47130         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47131         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47132
47133         * wcsmbs/wchar.h: Add missing __restrict.
47134
47135 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47136
47137         [BZ #13532]
47138         * time/Makefile (routines): Add timespec_get.
47139         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47140         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47141         timespec for ISO C11.
47142         * time/timespec_get.c: New file.
47143         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47144         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47145
47146         [BZ #13531]
47147         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47148         * stdlib/stdlib.h: Declare aligned_alloc.
47149         * Versions.def: Add GLIBC_2.16 for libc.
47150         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47151
47152         [BZ 13527]
47153         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47154         ISO C11.
47155
47156         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47157         code.
47158
47159         [BZ #13528]
47160         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47161
47162         [BZ #13529]
47163         * assert/assert.h (static_assert): Define.
47164
47165         * version.h: Update for 2.16 development version.
47166
47167         [BZ #13526]
47168         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47169         _ISOC11_SOURCE.
47170
47171         * version.h (RELEASE): Bump for 2.15 release.
47172         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47173
47174         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47175         Patch by Marek Polacek <mpolacek@redhat.com>.
47176
47177         * bits/byteswap.h: Protect long long constants with __extension__.
47178         * sysdeps/i386/bits/byteswap.h: Likewise.
47179         * sysdeps/ia64/bits/byteswap.h: Likewise.
47180         * sysdeps/s390/bits/byteswap.h: Likewise.
47181         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47182
47183 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47184
47185         [BZ #13540]
47186         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47187         destination buffer.
47188         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47189
47190 2011-12-23  Marek Polacek  <polacek@redhat.com>
47191
47192         * elf/dl-addr.c (determine_info): Add inline keyword.
47193         * elf/tst-auditmod4b.c (check_avx): Likewise.
47194         * elf/tst-auditmod6b.c (check_avx): Likewise.
47195         * elf/tst-auditmod6c.c (check_avx): Likewise.
47196         * elf/tst-auditmod7b.c (check_avx): Likewise.
47197
47198 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47199
47200         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47201         !__SSE_MATH__.
47202
47203 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47204
47205         [BZ #13540]
47206         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47207         processing for last bytes.
47208
47209 2011-08-06  Bruno Haible  <bruno@clisp.org>
47210
47211         [BZ #13061]
47212         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47213         U+0385, not to U+1FEE.
47214
47215         [BZ #13062]
47216         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47217         entry for U+00A5 U+0301.
47218
47219 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47220
47221         [BZ #13166]
47222         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47223         buffer for the output is too small.
47224
47225         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47226         optimization.
47227
47228         [BZ #13185]
47229         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47230         SSE flags if possible.
47231
47232 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47233
47234         [BZ #13540]
47235         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47236         processing for last bytes.
47237
47238 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47239
47240         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47241         (syscall-list-default-options, syscall-list-default-condition)
47242         (syscall-list-includes): Define.
47243         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47244         list of ABIs and options and #if conditions for each ABI.  Do not
47245         handle common syscalls between ABIs specially.
47246         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47247         Remove.
47248         (syscall-list-variants, syscall-list-32bit-options)
47249         (syscall-list-32bit-condition, syscall-list-64bit-options)
47250         (syscall-list-64bit-condition): Define.
47251         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47252         (syscall-list-variants, syscall-list-32bit-options)
47253         (syscall-list-32bit-condition, syscall-list-64bit-options)
47254         (syscall-list-64bit-condition): Define.
47255         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47256         Remove.
47257         (syscall-list-variants, syscall-list-32bit-options)
47258         (syscall-list-32bit-condition, syscall-list-64bit-options)
47259         (syscall-list-64bit-condition): Define.
47260         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47261         Remove.
47262         (syscall-list-variants, syscall-list-32bit-options)
47263         (syscall-list-32bit-condition, syscall-list-64bit-options)
47264         (syscall-list-64bit-condition): Define.
47265
47266 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47267
47268         * locale/iso-639.def: Add brx entry.
47269
47270         [BZ #13328]
47271         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47272         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47273
47274         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47275         __feraiseexcept_renamed.
47276
47277 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47278
47279         [BZ #13538]
47280         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47281         EPOLLET with unsigned values.
47282         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47283         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47284
47285         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47286         to large cancellation.
47287         * math/s_cacoshf.c: Likewise.
47288         * math/s_cacoshl.c: Likewise.
47289
47290 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47291
47292         [BZ #13305]
47293         [BZ #12786]
47294         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47295         * math/s_cacoshf.c: Likewise.
47296         * math/s_cacoshl.c: Likewise.
47297
47298 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47299
47300         [BZ #13439]
47301         * iconv/gconv.h: Define __GCONV_SWAP.
47302         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47303         * iconvdata/utf-16.c: Likewise.
47304         * iconvdata/utf-32.c: Likewise.
47305
47306 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47307
47308         [BZ #13524]
47309         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47310         numerator after shifting it by one limb.
47311
47312 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47313
47314         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47315         under [__USE_EXTERN_INLINES].
47316
47317 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47318
47319         [BZ #13446]
47320         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47321
47322 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47323
47324         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47325         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47326         optimized code.
47327         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47328         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47329         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47330         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47331         for strncasecmp/strncasecmp_l compilation.
47332         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47333         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47334
47335 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47336
47337         [BZ #13484]
47338         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47339         of __asm__.
47340
47341 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47342
47343         [BZ #13506]
47344         * time/tzfile.c (__tzfile_read): Check values from file header.
47345
47346 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47347
47348         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47349         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47350         * powerpc/powerpc32/dl-start.S: Likewise.
47351         * powerpc/powerpc32/elf/start.S: Likewise.
47352         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47353         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47354         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47355         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47356         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47357         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47358         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47359         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47360         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47361         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47362         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47363         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47364         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47365         * powerpc/powerpc32/memset.S: Likewise.
47366         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47367         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47368         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47369         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47370         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47371         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47372         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47373         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47374         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47375         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47376         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47377         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47378         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47379
47380 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47381
47382         * math/libm-test.inc: Added more nearbyint tests.
47383         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47384         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47385         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47386         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47387
47388 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47389
47390         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47391         FD_CLOEXEC.
47392
47393 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47394
47395         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47396         Add wcscpy-ssse3 wcscpy-c.
47397         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47398         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47399         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47400         * sysdeps/x86_64/wcschr.S: New file.
47401         * sysdeps/x86_64/wcsrchr.S: New file.
47402         * string/test-strcmp.c: Remove checking of wcscmp function for
47403         wrong alignments.
47404         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47405         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47406         wcsrchr-sse2 wcsrchr-c.
47407         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47408         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47409         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47410         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47411         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47412         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47413         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47414         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47415         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47416         * wcsmbc/wcschr.c (WCSCHR): New macro.
47417
47418 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47419
47420         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47421         * wcsmbs/test-wcsrchr.c: New file.
47422         * string/test-strrchr.c: Add wcsrchr support.
47423         (WIDE): New macro.
47424         * wcsmbs/test-wcscpy.c: New file.
47425         * string/test-strcpy.c: Add wcscpy support.
47426         (WIDE): New macro.
47427
47428 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47429
47430         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47431         the inner loop.
47432
47433 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47434
47435         [BZ #13472]
47436         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47437
47438 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47439
47440         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47441         Minor optimizations.
47442
47443         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47444         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47445         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47446
47447 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47448
47449         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47450         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47451         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47452         for gcc to avoid warnings.
47453         * inet/Makefile (tests): Add tst-checks.
47454         * inet/tst-checks.c: New file.
47455
47456         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47457         warning.
47458
47459         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47460         __wmemcmp_sse2.
47461
47462         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47463         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47464
47465         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47466
47467 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47468
47469         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47470         problem.
47471
47472         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47473
47474 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47475
47476         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47477         conditional on GCC version.
47478         (__arch_compare_and_exchange_val_8_acq)
47479         (__arch_compare_and_exchange_val_16_acq)
47480         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47481         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47482         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47483
47484 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47485
47486         * sysdeps/sh/backtrace.c: New file.
47487
47488 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47489
47490         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47491         parenthesis.
47492
47493 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47494
47495         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47496         falling back to utime.
47497
47498 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47499
47500         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47501         expectations for float.
47502
47503 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47504
47505         * locale/weight.h (findidx): Add parameter len.
47506         * locale/weightwc.h (findidx): Likewise.
47507         * posix/fnmatch_loop.c (FCT): Adjust caller.
47508         * posix/regcomp.c (build_equiv_class): Likewise.
47509         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47510         * posix/regexec.c (check_node_accept_bytes): Likewise.
47511         * string/strcoll_l.c (STRCOLL): Likewise.
47512         * string/strxfrm_l.c (STRXFRM): Likewise.
47513
47514 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47515
47516         * Makefile.in: Remove CVSOPT handling.
47517         * configure.in: Remove use of AC_REVISION.
47518         * iconvdata/Makefile (distribute): No need to filter out CVS.
47519         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47520         handling.
47521
47522 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47523
47524         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47525         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47526         [USE_AS_STRNCASECMP_L]: Likewise.
47527         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47528         NO_TLS_DIRECT_SEG_REFS.
47529         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47530         Fix argument offsets for non-PIC.
47531         [USE_AS_STRNCASECMP_L]: Likewise.
47532         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47533         NO_TLS_DIRECT_SEG_REFS.
47534
47535 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47536
47537         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47538         O_CLOEXEC.
47539         * locale/loadlocale.c (_nl_load_locale): Likewise.
47540
47541 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47542
47543         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47544         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47545         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47546         (SYSCALL_GETTIME): Set errno on error.
47547
47548         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47549         count references to noai6ai_cached.
47550
47551 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47552
47553         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47554
47555         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47556         FD_CLOEXEC for /proc/self/maps.
47557
47558         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47559         FD_CLOEXEC for /proc/meminfo.
47560
47561         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47562         gai.conf.
47563
47564         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47565         FD_CLOEXEC for given file.
47566
47567         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47568
47569         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47570         FD_CLOEXEC for /etc/hosts.
47571         (_gethtent): Likewise.
47572
47573         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47574
47575         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47576         cancellation and set FD_CLOEXEC for /etc/netgroup.
47577
47578         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47579         reading /etc/publickey.
47580
47581         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47582         allow cancellation when reading /etc/group.
47583
47584         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47585         cancellation.
47586         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47587
47588         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47589         when using data file.
47590
47591         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47592
47593         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47594         (write_nis_obj): Use "c" and "e" in fopen.
47595
47596         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47597
47598         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47599
47600         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47601
47602         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47603
47604         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47605         locale.alias.
47606
47607         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47608
47609         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47610
47611         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47612
47613         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47614         file parsing and set FD_CLOEXEC.
47615
47616 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47617
47618         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47619
47620 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47621
47622         * malloc/arena.c (arena_get2): Don't call reused_arena when
47623         _int_new_arena failed.
47624
47625 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47626
47627         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47628         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47629         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47630         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47631         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47632         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47633         to compile strcasecmp and strncasecmp.
47634         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47635         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47636
47637         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47638
47639 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47640
47641         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47642         locale-defines.sym to gen-as-const-headers.
47643         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47644         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47645         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47646         to compile strcasecmp and strncasecmp.
47647         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47648         strcasecmp_l and strncasecmp_l.
47649         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47650         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47651         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47652         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47653         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47654         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47655         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47656         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47657         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47658         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47659         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47660
47661 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47662
47663         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47664         result of SYSDEP_GETTIME_CPU to retval.
47665         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47666         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47667
47668         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47669         variable.
47670
47671         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47672         mantissa words.
47673         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47674
47675         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47676         from unused variable.
47677
47678         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47679         DWARF definitions.
47680         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47681         for assembling.
47682
47683         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47684         over namespaces.
47685
47686         * sunrpc/rpc_prot.c (rejected): Fix case value.
47687
47688         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47689         unsigned long long int to avoid warnings in shift.
47690
47691         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47692         of use of trans.
47693         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47694         variable tmp.
47695
47696         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47697         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47698         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47699
47700         * nis/nis_table.c (nis_list): Use variable of correct type for
47701         result of __follow_path call.
47702
47703 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47704
47705         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47706         of math functions ceil, trunc, floor, round, and sqrt, when
47707         avaliable on the platform.
47708         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47709         name clash.
47710         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47711         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47712         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47713
47714 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47715
47716         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47717         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47718
47719 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47720
47721         * include/unistd.h: Fix __readlink return type.
47722         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47723
47724 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47725
47726         * stdlib/ucontext.h: Undo last change for makecontext.
47727
47728 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47729
47730         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47731
47732         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47733         * setjmp/setjmp.h: Mark functions as non-leaf.
47734         * setjmp/bits/setjmp2.h: Likewise.
47735         * stdlib/ucontext.h: Likewise.
47736
47737 2011-11-10  Andreas Schwab  <schwab@redhat.com>
47738
47739         * malloc/arena.c (_int_new_arena): Don't increment narenas.
47740         (reused_arena): Don't check arena limit.
47741         (arena_get2): Atomically check arena limit.
47742
47743 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
47744
47745         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47746         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47747
47748         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47749         instructions.
47750
47751 2011-11-07  Andreas Schwab  <schwab@redhat.com>
47752
47753         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47754         handler when locking.
47755
47756         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47757         Fix size of allocated buffer.
47758
47759 2011-11-04  Andreas Schwab  <schwab@redhat.com>
47760
47761         [BZ #10103]
47762         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47763         declarations for long double functions.
47764         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47765
47766         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47767
47768 2011-11-03  Andreas Schwab  <schwab@redhat.com>
47769
47770         * nscd/nscd.c (main): Don't start AVC thread until credentials are
47771         installed.
47772
47773         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47774         is disabled.
47775
47776 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47777
47778         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47779
47780 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
47781
47782         * include/alloca.h (stackinfo_alloca_round): Define.
47783         (extend_alloca): Use it.
47784         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47785         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47786         here.
47787
47788         * scripts/check-local-headers.sh: Ignore libaudit.h.
47789
47790         * nscd/Makefile (extra-objs): Make recursively expanded.
47791
47792 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
47793
47794         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47795         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47796
47797         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47798         * posix/tst-rfc3484-2.c: Likewise.
47799         * posix/tst-rfc3484-3.c: Likewise.
47800
47801         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47802         process_vm_writev.
47803         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47804         process_vm_writev.
47805         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47806         process_vm_writev from libc using GLIBC_2.15 version.
47807
47808         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47809
47810 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
47811
47812         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47813         stack usage.
47814
47815 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
47816
47817         [BZ #13367]
47818         * nss/getent.c (initgroups_keys): Show error message in case no group
47819         names are given.
47820
47821         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47822         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47823         __bump_nl_timestamp.
47824         * nscd/connections (nscd_init): When host database is served open
47825         netlink socket and request notification about configuration changes.
47826         (main_loop_poll): Track netlink file descriptor and bump timestamp
47827         in case data becomes available.
47828         (main_loop_epoll): Likewise.
47829         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47830         (database_pers_head): Add extra_data fileds.
47831         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47832         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47833         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47834         Adjust caller.
47835         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47836         in6ai data, call __free_in6ai.
47837         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47838         Add -DHAVE_NETLINK.
47839         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
47840         interface information.  Reuse previous data if netlink timestamp
47841         is not changed.
47842         (__bump_nl_timestamp): New function.
47843         (__free_in6ai): New function.
47844
47845 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
47846
47847         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47848         close_not_cancel_no_status here.
47849         (__check_pf): Reorganize code a bit to not call close twice if OOM.
47850
47851 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47852
47853         [BZ #13276]
47854         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47855         return value.
47856
47857         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
47858         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47859         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47860
47861 2011-07-03  Andreas Jaeger  <aj@suse.de>
47862
47863         [BZ #10709]
47864         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47865         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47866         * math/libm-test.inc (sin_test): Add test case.
47867
47868 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47869
47870         [BZ #13337]
47871         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47872         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47873
47874         * elf/chroot_canon.c (chroot_canon): Cleanups.
47875
47876         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47877
47878         [BZ #13335]
47879         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47880         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47881
47882         * string/test-strchr.c: Make usable for strchrnul testing.
47883         * string/test-strchrnul.c: New file.
47884         * string/Makefile (strop-tests): Add strchrnul.
47885
47886         * po/it.po: Update from translation team.
47887         * po/es.po: Likewise.
47888
47889 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
47890
47891         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
47892         the three constants needed as parameters.  Drop the others.
47893         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
47894         __m128i_strloadu_tolower.
47895         Create and initialize variable zero and use it in all the places
47896         where _mm_setzero_si128 was used.
47897
47898         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
47899         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
47900         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
47901         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
47902         anymore.
47903         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
47904         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
47905         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
47906         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
47907         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
47908         __mpranred, __mptan.
47909         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
47910         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
47911         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
47912         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
47913         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
47914         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
47915         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
47916         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
47917         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
47918
47919 2011-10-28  Andreas Schwab  <schwab@redhat.com>
47920
47921         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
47922         redefine if SHARED.
47923         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
47924
47925         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
47926         wide char related routines to wcsmbs subdir.
47927
47928 2011-10-27  Andreas Schwab  <schwab@redhat.com>
47929
47930         [BZ #13344]
47931         * misc/sys/cdefs.h (__THROWNL): Define.
47932         * posix/unistd.h: Use __THREADNL instead of __THREAD
47933         for memory synchronization functions.
47934
47935 2011-10-26  Roland McGrath  <roland@hack.frob.com>
47936
47937         [BZ #13349]
47938         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
47939         doesn't exist.
47940         * manual/stdio.texi (Obstack Streams): Node removed.
47941
47942 2011-10-26  Andreas Schwab  <schwab@redhat.com>
47943
47944         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
47945         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47946         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47947
47948         * math/math_private.h (math_force_eval): Allow non-addressable
47949         arguments.
47950         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
47951
47952 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47953
47954         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
47955         file is not needed.
47956
47957         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
47958         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
47959         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47960         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47961         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47962         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47963         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47964         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
47965         Add AVX variants.
47966         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
47967         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
47968         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
47969         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
47970         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
47971         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
47972         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
47973         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
47974         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
47975         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
47976         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
47977         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
47978         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
47979         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
47980         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
47981         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
47982         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
47983         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
47984         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
47985
47986         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
47987         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
47988
47989         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
47990         place.  Use VEX encoding when compiling for AVX.
47991
47992 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47993
47994         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
47995         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
47996
47997         * string/test-strchr.c (do_test): Don't generate NUL bytes.
47998
47999 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48000
48001         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48002         useless if() expression.
48003         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48004         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48005         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48006         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48007         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48008         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48009         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48010         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48011         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48012         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48013         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48014         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48015         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48016         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48017         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48018         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48019         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48020         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48021         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48022
48023         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48024
48025 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48026
48027         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48028         condition.
48029         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48030
48031 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48032
48033         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48034         .text section.  Avoid duplicate constants.
48035         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48036         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48037         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48038         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48039         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48040         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48041         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48042         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48043         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48044         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48045         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48046         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48047         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48048         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48049         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48050         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48051         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48052         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48053         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48054         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48055         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48056         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48057         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48058         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48059         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48060         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48061         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48062         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48063         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48064         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48065         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48066         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48067         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48068         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48069         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48070         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48071         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48072         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48073         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48074         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48075         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48076         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48077         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48078         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48079         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48080
48081 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48082
48083         * sysdeps/x86_64/dla.h: Move to ...
48084         * sysdeps/x86_64/fpu/dla.h: ...here.
48085         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48086         situations.  Use __builtin_fma only for gcc 4.6 and up.
48087
48088         * config.make.in: Add have-mfma4 entry.
48089         * configure.in: Substitute libc_cv_cc_fma4.
48090         * math/Makefile (dbl-only-routines): Add sincostab.
48091         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48092         Use __sincostab not sincos.
48093         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48094         name is a macro.
48095         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48096         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48097         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48098         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48099         using __copysign.
48100         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48101         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48102         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48103         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48104         and __inv.
48105         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48106         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48107         __copysign.
48108         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48109         define aliases when function name is a macro.
48110         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48111         sysdeps/ieee754/dbl-64/sincos.tbl.
48112         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48113         fma4-enabled routines.
48114         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48115         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48116         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48117         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48118         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48119         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48120         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48121         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48122         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48123         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48124         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48125         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48126         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48127         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48128         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48129         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48130         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48131         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48132         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48133         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48134         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48135         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48136         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48137         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48138         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48139         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48140         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48141         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48142         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48143         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48144
48145         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48146         rename.
48147         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48148         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48149         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48150         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48151         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48152         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48153         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48154         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48155
48156 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48157
48158         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48159
48160 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48161
48162         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48163
48164         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48165         prediction.
48166         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48167
48168         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48169         Remove unused variable magic_bits.
48170         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48171
48172         * string/strnlen.c: Define and use STRNLEN macro.
48173         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48174         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48175         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48176         * wcsmbs/wcslen.c: Define and use WCSLEN.
48177         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48178         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48179         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48180         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48181         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48182         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48183         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48184
48185 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48186
48187         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48188         strnlen-sse2-no-bsf.
48189         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48190         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48191         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48192         Add strnlen support.
48193         (USE_AS_STRNLEN): New macro.
48194         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48195         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48196         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48197         * sysdeps/x86_64/wcslen.S: New file.
48198
48199 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48200
48201         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48202         XMM-moves are used for copying on small sizes.
48203
48204 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48205
48206         * wcsmbs/Makefile (strop-tests): Add wcschr.
48207         * wcsmbs/test-wcschr.c: New file.
48208         * string/test-strchr.c: Update.
48209         Add wcschr support.
48210         (WIDE): New macro.
48211
48212 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48213
48214         * wcsmbs/Makefile (strop-tests): Add wcslen.
48215         * wcsmbs/test-wcslen.c: New file.
48216         * string/test-strlen.c: Update.
48217         Add wcslen support.
48218         (WIDE): New macro.
48219
48220 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48221
48222         * po/it.po: Update from translation team.
48223
48224 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48225
48226         * sysdeps/x86_64/wcscmp.S: Update.
48227         Fix wrong comparison semantics.
48228         wcscmp shall use signed comparison not unsigned.
48229         Don't use substraction to avoid overflow bug.
48230         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48231         * wcsmbc/wcscmp.c: Likewise.
48232         * string/test-strcmp.c: Likewise.
48233         Add new tests to check cases with negative values.
48234
48235 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48236
48237         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48238         * sysdeps/x86_64/dla.h: ...here.  New file.
48239         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48240         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48241         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48242         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48243         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48244         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48245         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48246         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48247         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48248
48249 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48250
48251         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48252         __ynl_finite aliases.
48253
48254 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48255
48256         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48257
48258         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48259         define DLA_FMA.
48260         [DLA_FMA] (EMULV): Use DLA_FMA.
48261         [DLA_FMA] (MUL12): Use EMULV.
48262         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48263         that are not needed.
48264         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48265         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48266         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48267         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48268         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48269         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48270         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48271
48272 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48273
48274         * math/s_nan.c: Undef __nan.
48275         * math/s_nanf.c: Undef __nanf.
48276         * math/s_nanl.c: Undef __nanl.
48277         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48278         "math_private.h".
48279
48280 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48281
48282         * math/s_catan.c: Add branch predictions.
48283         * math/s_catanf.c: Likewise.
48284         * math/s_catanh.c: Likewise.
48285         * math/s_catanhf.c: Likewise.
48286         * math/s_catanhl.c: Likewise.
48287         * math/s_catanl.c: Likewise.
48288         * math/s_cexp.c: Likewise.
48289         * math/s_cexpf.c: Likewise.
48290         * math/s_cexpl.c: Likewise.
48291         * math/s_clog.c: Likewise.
48292         * math/s_clog10.c: Likewise.
48293         * math/s_clog10f.c: Likewise.
48294         * math/s_clog10l.c: Likewise.
48295         * math/s_clogf.c: Likewise.
48296         * math/s_clogl.c: Likewise.
48297         * math/s_csqrt.c: Likewise.
48298         * math/s_csqrtf.c: Likewise.
48299         * math/s_csqrtl.c: Likewise.
48300         * math/s_ctanf.c: Likewise.
48301         * math/s_ctanh.c: Likewise.
48302         * math/s_ctanhf.c: Likewise.
48303         * math/s_ctanhl.c: Likewise.
48304         * math/s_ctanl.c: Likewise.
48305
48306         * math/math_private.h: Define __nan, __nanf, __nanl.
48307         * math/s_cacosh.c: Include <math_private.h>.
48308         * math/s_cacoshl.c: Likewise.
48309         * math/s_casinh.c: Likewise.
48310         * math/s_casinhf.c: Likewise.
48311         * math/s_casinhl.c: Likewise.
48312         * math/s_ccos.c: Rely entire on ccosh.
48313         * math/s_ccosf.c: Rely entire on ccoshf.
48314         * math/s_ccosl.c: Rely entirely on ccoshl.
48315         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48316         Remove tests for FE_INVALID.
48317         * math/s_ccoshf.c: Likewise.
48318         * math/s_ccoshl.c: Likewise.
48319         * math/s_csin.c: Likewise.
48320         * math/s_csinf.c: Likewise.
48321         * math/s_csinh.c Likewise.
48322         * math/s_csinhf.c: Likewise.
48323         * math/s_csinhl.c: Likewise.
48324         * math/s_csinl.c: Likewise.
48325         * math/s_ctan.c: Likewise.
48326         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48327         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48328         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48329
48330 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48331
48332         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48333         compilation problems.
48334
48335         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48336         __builtin_expect.
48337
48338 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48339
48340         * sysdeps/i386/configure.in: Test for -mfma4 option.
48341         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48342         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48343         COMMON_CPUID_INDEX_80000001.
48344         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48345         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48346         use it if FMA3 is not supported.
48347         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48348
48349         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48350         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48351
48352 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48353
48354         [BZ #12892]
48355         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48356         it would create a cycle with a link time dependency.
48357
48358 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48359
48360         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48361         instruction.
48362         * string/Makefile (strop-tests): Add rawmemchr.
48363         * string/test-rawmemchr.c: New file.
48364
48365         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48366         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48367         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48368         when compiling str{,n}casecmp and when AVX is available.  Hook up
48369         new optimized code in initializers.
48370
48371 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48372
48373         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48374         __feraiseexcept instead of feraiseexcept.
48375
48376 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48377
48378         * math/math_private.h: Define defaults for libc_fetestexcept and
48379         libc_feupdateenv.
48380         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48381         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48382         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48383         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48384         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48385         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48386         libc_fetestexcept and libc_feupdateenv.
48387
48388         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48389         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48390         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48391         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48392         libc_feholdexcept_setround.
48393
48394         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48395         Add s_nearbyint-c and s_nearbyintf-c.
48396         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48397         nearbyintf inlines.
48398         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48399         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48400         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48401         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48402
48403         * math/math_private.h: Define defaults for libc_fegetround,
48404         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48405         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48406         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48407         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48408         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48409         standard functions.
48410         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48411         Remove comments and hacks for old compiler versions.
48412         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48413         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48414         libc_feholdexceptl.
48415
48416 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48417
48418         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48419         (__feraiseexcept_renamed): Add __NTH.
48420         (feraiseexcept): Add __NTH.  Rename local variables to fix
48421         namespace violations.
48422
48423 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48424
48425         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48426
48427         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48428
48429         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48430         recently added interfaces.
48431         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48432
48433         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48434         about macro parameter expansion.
48435
48436         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48437         __NO_MATH_INLINES is defined.  Cleanups.
48438
48439         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48440         and __floorf is target has SSE4.1.
48441         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48442         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48443         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48444         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48445
48446         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48447         name.
48448         (floorf): Likewise.
48449
48450         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48451
48452 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48453
48454         * misc/sys/cdefs.h: Fix last change.
48455
48456         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48457         database lookup.
48458
48459 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48460
48461         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48462
48463         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48464         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48465         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48466         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48467         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48468         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48469         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48470         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48471         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48472         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48473         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48474         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48475         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48476         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48477         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48478         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48479         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48480         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48481         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48482         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48483         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48484         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48485
48486         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48487         ceil, ceilf, floor, floorf.
48488
48489         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48490         Perform IRELATIVE relocations last.
48491
48492         * elf/do-rel.h: Add another parameter nrelative, replacing the
48493         local variable with the same name.  Change name of the function
48494         to end in Rel or Rela (uppercase).
48495         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48496         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48497         elf_dynamic_do_##reloc function.
48498
48499 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48500
48501         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48502         is sufficient, at least on modern CPUs.
48503
48504         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48505
48506         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48507         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48508
48509         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48510         __expl_finite.
48511         * math/bits/math-finite.h: Add entries for exp.
48512         * math/e_expl.c: Add __*_finite alias.
48513         * sysdeps/i386/fpu/e_exp.S: Likewise.
48514         * sysdeps/i386/fpu/e_expf.S: Likewise.
48515         * sysdeps/i386/fpu/e_expl.c: Likewise.
48516         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48517         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48518         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48519         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48520         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48521         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48522         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48523
48524         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48525         is sufficient, at least on modern CPUs.
48526
48527         * ctype/ctype-info.c (__ctype_init): Define.
48528         * include/ctype.h (__ctype_init): Declare.
48529         (__ctype_b_loc): The variable is always initialized.
48530         (__ctype_toupper_loc): Likewise.
48531         (__ctype_tolower_loc): Likewise.
48532         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48533         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48534
48535 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48536
48537         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48538
48539         * configure.in: Also look in $cxxmachine/include for C++ system
48540         headers.
48541
48542 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48543
48544         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48545         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48546         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48547         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48548         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48549         (USE_AS_WMEMCMP): New macro.
48550         Fixing indents.
48551         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48552         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48553         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48554         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48555         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48556         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48557         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48558         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48559         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48560         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48561         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48562         (USE_AS_WMEMCMP): New macro.
48563         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48564         * sysdeps/string/test-memcmp.c: Update.
48565         Fix simple_wmemcmp.
48566         Add new tests.
48567         * wcsmbs/wmemcmp.c: Update.
48568         (WMEMCMP): New macro.
48569         Fix overflow bug.
48570
48571 2011-10-12  Andreas Jaeger  <aj@suse.de>
48572
48573         [BZ #13268]
48574         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48575
48576 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48577
48578         * libio/iofwide.c (do_length): Avoid warning.
48579
48580         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48581
48582 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48583
48584         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48585
48586         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48587         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48588         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48589         * sysdeps/i386/i686/fpu/e_log.S: New file.
48590         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48591         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48592
48593         * ctype/ctype.h: Add support for inlined isXXX functions when
48594         compiling C++ code.
48595
48596 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48597
48598         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48599
48600         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48601
48602 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48603
48604         [BZ #13291]
48605         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48606
48607 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48608
48609         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48610         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48611         feraiseexcept.
48612
48613         * sysdeps/x86_64/memrchr.S: Check for zero size.
48614
48615         * string/stratcliff.c: Add memrchr tests.
48616
48617 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48618
48619         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48620         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48621         rawmemchr-sse2 rawmemchr-sse2-bsf.
48622         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48623         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48624         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48625         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48626         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48627         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48628         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48629         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48630         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48631         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48632         * string/memrchr.c (MEMRCHR): New macro.
48633
48634 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48635
48636         Add integration with gcc's -ffinite-math-only and optimize wrapper
48637         functions in libm.
48638         * Versions.def: Define GLIBC_2.15 version for libm.
48639         * math/Makefile (headers): Add bits/math-finite.h.
48640         * math/bits/math-finite.h: New file.
48641         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48642         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48643         * math/e_acoshl.c: Add __*_finite alias.
48644         * math/e_acosl.c: Likewise.
48645         * math/e_asinl.c: Likewise.
48646         * math/e_atan2l.c: Likewise.
48647         * math/e_atanhl.c: Likewise.
48648         * math/e_coshl.c: Likewise.
48649         * math/e_exp10.c: Likewise.
48650         * math/e_exp10f.c: Likewise.
48651         * math/e_exp10l.c: Likewise.
48652         * math/e_exp2l.c: Likewise.
48653         * math/e_fmodl.c: Likewise.
48654         * math/e_gammal_r.c: Likewise.
48655         * math/e_hypotl.c: Likewise.
48656         * math/e_j0l.c: Likewise.
48657         * math/e_j1l.c: Likewise.
48658         * math/e_jnl.c: Likewise.
48659         * math/e_lgammal_r.c: Likewise.
48660         * math/e_log10l.c: Likewise.
48661         * math/e_log2l.c: Likewise.
48662         * math/e_logl.c: Likewise.
48663         * math/e_powl.c: Likewise.
48664         * math/e_sinhl.c: Likewise.
48665         * math/e_sqrtl.c: Likewise.
48666         * math/e_scalb.c: Completely rewritten and optimized.
48667         * math/e_scalbf.c: Likewise.
48668         * math/e_scalbl.c: Likewise.
48669         * math/w_acos.c: Likewise.
48670         * math/w_acosf.c: Likewise.
48671         * math/w_acosl.c: Likewise.
48672         * math/w_acosh.c: Likewise.
48673         * math/w_acoshf.c: Likewise.
48674         * math/w_acoshl.c: Likewise.
48675         * math/w_asin.c: Likewise.
48676         * math/w_asinf.c: Likewise.
48677         * math/w_asinl.c: Likewise.
48678         * math/w_atan2.c: Likewise.
48679         * math/w_atan2f.c: Likewise.
48680         * math/w_atan2l.c: Likewise.
48681         * math/w_atanh.c: Likewise.
48682         * math/w_atanhf.c: Likewise.
48683         * math/w_atanhl.c: Likewise.
48684         * math/w_exp10.c: Likewise.
48685         * math/w_exp10f.c: Likewise.
48686         * math/w_exp10l.c: Likewise.
48687         * math/w_fmod.c: Likewise.
48688         * math/w_fmodf.c: Likewise.
48689         * math/w_fmodl.c: Likewise.
48690         * math/w_j0.c: Likewise.
48691         * math/w_j0f.c: Likewise.
48692         * math/w_j0l.c: Likewise.
48693         * math/w_j1.c: Likewise.
48694         * math/w_j1f.c: Likewise.
48695         * math/w_j1l.c: Likewise.
48696         * math/w_jn.c: Likewise.
48697         * math/w_jnf.c: Likewise.
48698         * math/w_log.c: Likewise.
48699         * math/w_logf.c: Likewise.
48700         * math/w_logl.c: Likewise.
48701         * math/w_log10.c: Likewise.
48702         * math/w_log10f.c: Likewise.
48703         * math/w_log10l.c: Likewise.
48704         * math/w_log2.c: Likewise.
48705         * math/w_log2f.c: Likewise.
48706         * math/w_log2l.c: Likewise.
48707         * math/w_pow.c: Likewise.
48708         * math/w_powf.c: Likewise.
48709         * math/w_powl.c: Likewise.
48710         * math/w_remainder.c: Likewise.
48711         * math/w_remainderf.c: Likewise.
48712         * math/w_remainderl.c: Likewise.
48713         * math/w_scalb.c: Likewise.
48714         * math/w_scalbf.c: Likewise.
48715         * math/w_scalbl.c: Likewise.
48716         * math/w_sqrt.c: Likewise.
48717         * math/w_sqrtf.c: Likewise.
48718         * math/w_sqrtl.c: Likewise.
48719         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48720         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48721         used.
48722         * math/math_private.h: Declare __kernel_standard_f.
48723         * math/w_cosh.c: Remove cruft and optimize a bit.
48724         * math/w_coshf.c: Likewise.
48725         * math/w_coshl.c: Likewise.
48726         * math/w_exp2.c: Likewise.
48727         * math/w_exp2f.c: Likewise.
48728         * math/w_exp2l.c: Likewise.
48729         * math/w_hypot.c: Likewise.
48730         * math/w_hypotf.c: Likewise.
48731         * math/w_hypotl.c: Likewise.
48732         * math/w_lgamma.c: Likewise.
48733         * math/w_lgamma_r.c: Likewise.
48734         * math/w_lgammaf.c: Likewise.
48735         * math/w_lgammaf_r.c: Likewise.
48736         * math/w_lgammal.c: Likewise.
48737         * math/w_lgammal_r.c: Likewise.
48738         * math/w_sinh.c: Likewise.
48739         * math/w_sinhf.c: Likewise.
48740         * math/w_sinhl.c: Likewise.
48741         * math/w_tgamma.c: Likewise.
48742         * math/w_tgammaf.c: Likewise.
48743         * math/w_tgammal.c: Likewise.
48744         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48745         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48746         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48747         Minor optimizations.  Pretty printing.  Remove cruft.
48748         * sysdeps/i386/fpu/e_acosf.S: Likewise.
48749         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48750         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48751         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48752         * sysdeps/i386/fpu/e_acosl.c: Likewise.
48753         * sysdeps/i386/fpu/e_asin.S: Likewise.
48754         * sysdeps/i386/fpu/e_asinf.S: Likewise.
48755         * sysdeps/i386/fpu/e_atan2.S: Likewise.
48756         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48757         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48758         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48759         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48760         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48761         * sysdeps/i386/fpu/e_exp10.S: Likewise.
48762         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48763         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48764         * sysdeps/i386/fpu/e_exp2.S: Likewise.
48765         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48766         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48767         * sysdeps/i386/fpu/e_fmod.S: Likewise.
48768         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48769         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48770         * sysdeps/i386/fpu/e_hypot.S: Likewise.
48771         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48772         * sysdeps/i386/fpu/e_log.S: Likewise.
48773         * sysdeps/i386/fpu/e_log10.S: Likewise.
48774         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48775         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48776         * sysdeps/i386/fpu/e_log2.S: Likewise.
48777         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48778         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48779         * sysdeps/i386/fpu/e_logf.S: Likewise.
48780         * sysdeps/i386/fpu/e_logl.S: Likewise.
48781         * sysdeps/i386/fpu/e_pow.S: Likewise.
48782         * sysdeps/i386/fpu/e_powf.S: Likewise.
48783         * sysdeps/i386/fpu/e_powl.S: Likewise.
48784         * sysdeps/i386/fpu/e_remainder.S: Likewise.
48785         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48786         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48787         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48788         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48789         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48790         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48791         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48792         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48793         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48794         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48795         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48796         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48797         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48798         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48799         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48800         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48801         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48802         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48803         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48804         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48805         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48806         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48807         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48808         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48809         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48810         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48811         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48812         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48813         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48814         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48815         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48816         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48817         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48818         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48819         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48820         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48821         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48822         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48823         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48824         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48825         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48826         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48827         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48828         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48829         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48830         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48831         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48832         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48833         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48834         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48835         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48836         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48837         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48838         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48839         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48840         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48841         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48842         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48843         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48844         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48845         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48846         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48847         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48848         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48849         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48850         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48851         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48852         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48853         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48854         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48855         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48856         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48857         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48858         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48859         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48860         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48861         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48862         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48863         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48864         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48865         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48866         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48867         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48868         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48869         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48870         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48871         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48872         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48873         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48874         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48875         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48876         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48877         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48878         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48879         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48880         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48881         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48882         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48883         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48884         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48885         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48886         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48887         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48888         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48889         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48890         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
48891         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
48892         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
48893         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
48894         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
48895         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
48896         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
48897         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48898         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48899         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48900         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48901         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
48902         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48903         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
48904         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
48905         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
48906         (__isnanf): Likewise.
48907         (__isinf_ns): Likewise.
48908         (__isinf_nsf): Likewise.
48909         (__finite): Likewise.
48910         (__finitef): Likewise.
48911         (__ieee754_sqrt): Define as macro.
48912         (__ieee754_sqrtf): Define as macro.
48913         (__ieee754_sqrtl): Define as macro.
48914         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
48915         inlined copy.
48916         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
48917         __FINITE_MATH_ONLY__ consistent.
48918         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
48919
48920 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
48921
48922         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
48923         of rawmemchr.
48924
48925         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
48926
48927 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
48928
48929         * po/ja.po: Update from translation team.
48930
48931 2011-10-08  Roland McGrath  <roland@hack.frob.com>
48932
48933         * locale/programs/locarchive.c (prepare_address_space): New function.
48934         (create_archive, enlarge_archive, open_archive): Use it.
48935
48936         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
48937         inside [SHARED], where it is used.
48938
48939         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
48940
48941         * nss/getent.c (netgroup_keys): Remove unused variable.
48942         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48943
48944 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
48945
48946         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
48947         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
48948         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
48949         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
48950         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
48951         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
48952         * math/Makefile (libm-calls): Add s_isinf_ns.
48953         * math/divtc3.c: Use __isinf_nsl instead of isinf.
48954         * math/multc3.c: Likewise.
48955         * math/s_casin.c: Likewise.
48956         * math/s_casinf.c: Likewise.
48957         * math/s_casinl.c: Likewise.
48958         * math/s_ccos.c: Likewise.
48959         * math/s_ccosf.c: Likewise.
48960         * math/s_ccosl.c: Likewise.
48961         * math/s_ctan.c: Likewise.
48962         * math/s_ctanf.c: Likewise.
48963         * math/s_ctanh.c: Likewise.
48964         * math/s_ctanhf.c: Likewise.
48965         * math/s_ctanhl.c: Likewise.
48966         * math/s_ctanl.c: Likewise.
48967         * math/w_fmod.c: Likewise.
48968         * math/w_fmodf.c: Likewise.
48969         * math/w_fmodl.c: Likewise.
48970         * math/w_remainder.c: Likewise.
48971         * math/w_remainderf.c: Likewise.
48972         * math/w_remainderl.c: Likewise.
48973         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
48974         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
48975         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
48976         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
48977         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
48978         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
48979         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
48980         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
48981
48982         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
48983         of the number.
48984         * stdio-common/printf_fphex.c: Likewise.
48985         * stdio-common/printf_size.c: Likewise.
48986
48987         * math/e_exp10.c: Include math_private.h using <...> not "...".
48988         * math/e_exp10f.c: Likewise.
48989         * math/e_exp10l.c: Likewise.
48990         * math/e_exp2l.c: Likewise.
48991         * math/e_j0l.c: Likewise.
48992         * math/e_j1l.c: Likewise.
48993         * math/e_jnl.c: Likewise.
48994         * math/e_lgammal_r.c: Likewise.
48995         * math/e_rem_pio2l.c: Likewise.
48996         * math/e_scalb.c: Likewise.
48997         * math/e_scalbf.c: Likewise.
48998         * math/e_scalbl.c: Likewise.
48999         * math/k_cosl.c: Likewise.
49000         * math/k_sinl.c: Likewise.
49001         * math/k_tanl.c: Likewise.
49002         * math/s_cacoshf.c: Likewise.
49003         * math/s_catan.c: Likewise.
49004         * math/s_catanf.c: Likewise.
49005         * math/s_catanh.c: Likewise.
49006         * math/s_catanhf.c: Likewise.
49007         * math/s_catanhl.c: Likewise.
49008         * math/s_catanl.c: Likewise.
49009         * math/s_ccosh.c: Likewise.
49010         * math/s_ccoshf.c: Likewise.
49011         * math/s_ccoshl.c: Likewise.
49012         * math/s_cexp.c: Likewise.
49013         * math/s_cexpf.c: Likewise.
49014         * math/s_cexpl.c: Likewise.
49015         * math/s_clog.c: Likewise.
49016         * math/s_clog10.c: Likewise.
49017         * math/s_clog10f.c: Likewise.
49018         * math/s_clog10l.c: Likewise.
49019         * math/s_clogf.c: Likewise.
49020         * math/s_clogl.c: Likewise.
49021         * math/s_csin.c: Likewise.
49022         * math/s_csinf.c: Likewise.
49023         * math/s_csinh.c: Likewise.
49024         * math/s_csinhf.c: Likewise.
49025         * math/s_csinhl.c: Likewise.
49026         * math/s_csinl.c: Likewise.
49027         * math/s_csqrt.c: Likewise.
49028         * math/s_csqrtf.c: Likewise.
49029         * math/s_csqrtl.c: Likewise.
49030         * math/s_ctan.c: Likewise.
49031         * math/s_ctanf.c: Likewise.
49032         * math/s_ctanh.c: Likewise.
49033         * math/s_ctanhf.c: Likewise.
49034         * math/s_ctanhl.c: Likewise.
49035         * math/s_ctanl.c: Likewise.
49036         * math/s_ldexp.c: Likewise.
49037         * math/s_ldexpf.c: Likewise.
49038         * math/s_ldexpl.c: Likewise.
49039         * math/s_significand.c: Likewise.
49040         * math/s_significandf.c: Likewise.
49041         * math/s_significandl.c: Likewise.
49042         * math/w_acos.c: Likewise.
49043         * math/w_acosf.c: Likewise.
49044         * math/w_acosh.c: Likewise.
49045         * math/w_acoshf.c: Likewise.
49046         * math/w_acoshl.c: Likewise.
49047         * math/w_acosl.c: Likewise.
49048         * math/w_asin.c: Likewise.
49049         * math/w_asinf.c: Likewise.
49050         * math/w_asinl.c: Likewise.
49051         * math/w_atan2.c: Likewise.
49052         * math/w_atan2f.c: Likewise.
49053         * math/w_atan2l.c: Likewise.
49054         * math/w_atanh.c: Likewise.
49055         * math/w_atanhf.c: Likewise.
49056         * math/w_atanhl.c: Likewise.
49057         * math/w_cosh.c: Likewise.
49058         * math/w_coshf.c: Likewise.
49059         * math/w_coshl.c: Likewise.
49060         * math/w_dremf.c: Likewise.
49061         * math/w_exp10.c: Likewise.
49062         * math/w_exp10f.c: Likewise.
49063         * math/w_exp10l.c: Likewise.
49064         * math/w_exp2.c: Likewise.
49065         * math/w_exp2f.c: Likewise.
49066         * math/w_fmod.c: Likewise.
49067         * math/w_fmodf.c: Likewise.
49068         * math/w_fmodl.c: Likewise.
49069         * math/w_hypot.c: Likewise.
49070         * math/w_hypotf.c: Likewise.
49071         * math/w_hypotl.c: Likewise.
49072         * math/w_j0.c: Likewise.
49073         * math/w_j0f.c: Likewise.
49074         * math/w_j0l.c: Likewise.
49075         * math/w_j1.c: Likewise.
49076         * math/w_j1f.c: Likewise.
49077         * math/w_j1l.c: Likewise.
49078         * math/w_jn.c: Likewise.
49079         * math/w_jnf.c: Likewise.
49080         * math/w_jnl.c: Likewise.
49081         * math/w_lgamma.c: Likewise.
49082         * math/w_lgamma_r.c: Likewise.
49083         * math/w_lgammaf.c: Likewise.
49084         * math/w_lgammaf_r.c: Likewise.
49085         * math/w_lgammal.c: Likewise.
49086         * math/w_lgammal_r.c: Likewise.
49087         * math/w_log.c: Likewise.
49088         * math/w_log10.c: Likewise.
49089         * math/w_log10f.c: Likewise.
49090         * math/w_log10l.c: Likewise.
49091         * math/w_log2.c: Likewise.
49092         * math/w_log2f.c: Likewise.
49093         * math/w_log2l.c: Likewise.
49094         * math/w_logf.c: Likewise.
49095         * math/w_logl.c: Likewise.
49096         * math/w_pow.c: Likewise.
49097         * math/w_powf.c: Likewise.
49098         * math/w_powl.c: Likewise.
49099         * math/w_remainder.c: Likewise.
49100         * math/w_remainderf.c: Likewise.
49101         * math/w_remainderl.c: Likewise.
49102         * math/w_scalb.c: Likewise.
49103         * math/w_scalbf.c: Likewise.
49104         * math/w_scalbl.c: Likewise.
49105         * math/w_sinh.c: Likewise.
49106         * math/w_sinhf.c: Likewise.
49107         * math/w_sinhl.c: Likewise.
49108         * math/w_sqrt.c: Likewise.
49109         * math/w_sqrtf.c: Likewise.
49110         * math/w_sqrtl.c: Likewise.
49111         * math/w_tgamma.c: Likewise.
49112         * math/w_tgammaf.c: Likewise.
49113         * math/w_tgammal.c: Likewise.
49114
49115         * po/ja.po: Update from translation team.
49116
49117 2011-09-29  Andreas Jaeger  <aj@suse.de>
49118
49119         [BZ #13179]
49120         * sunrpc/netname.c (netname2host): Fix logic.
49121
49122         [BZ #6779]
49123         [BZ #6783]
49124         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49125         correctly.
49126         * math/w_remainder.c (__remainder): Likewise.
49127         * math/w_remainderf.c (__remainderf): Likewise.
49128         * math/libm-test.inc (remainder_test): Add test cases.
49129
49130 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49131
49132         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49133         sdiv_qrnnd.
49134
49135 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49136
49137         * string/test-memcmp.c: Avoid unncessary #defines.
49138         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49139
49140 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49141
49142         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49143         Use new sse2 version for core i3 - i7 as it's faster
49144         than sse42 version.
49145         (bit_Prefer_PMINUB_for_stringop): New.
49146         * sysdeps/x86_64/rawmemchr.S: Update.
49147         Replace with faster SSE2 version.
49148         * sysdeps/x86_64/memrchr.S: New file.
49149         * sysdeps/x86_64/memchr.S: Update.
49150         Replace with faster SSE2 version.
49151
49152 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49153
49154         * elf/dl-load.c (lose): Add cast to avoid warning.
49155
49156 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49157
49158         * po/ca.po: Update from translation team.
49159
49160         * inet/getnetgrent_r.c: Hook up nscd.
49161         * nscd/Makefile (routines): Add nscd_netgroup.
49162         (nscd-modules): Add netgroupcache.
49163         (CFLAGS-netgroupcache.c): Define.
49164         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49165         (cache_search): Add const to second parameter.
49166         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49167         INNETGR.
49168         (dbs): Add netgrdb entry.
49169         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49170         (verify_persistent_db): Handle netgrdb.
49171         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49172         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49173         GETFDNETGR.
49174         (netgroup_response_header): Define.
49175         (innetgroup_response_header): Define.
49176         (datahead): Add netgroup_response_header and innetgroup_response_header
49177         elements.
49178         * nscd/nscd.conf: Add entries for netgroup cache.
49179         * nscd/nscd.h (dbtype): Add netgrdb.
49180         (_PATH_NSCD_NETGROUP_DB): Define.
49181         (netgroup_iov_disabled): Declare.
49182         (xmalloc, xcalloc, xrealloc): Move declarations here.
49183         (cache_search): Adjust prototype.
49184         Add netgroup-related prototypes.
49185         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49186         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49187         (__nscd_innetgr): Declare.
49188         * nscd/selinux.c (perms): Use access_vector_t as element type and
49189         add netgroup-related initializers.
49190         * nscd/netgroupcache.c: New file.
49191         * nscd/nscd_netgroup.c: New file.
49192         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49193         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49194         For four parameters use innetgr.
49195         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49196         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49197         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49198         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49199
49200         * nscd/connections.c (register_traced_file): Don't register file
49201         for disabled databases.
49202
49203 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49204
49205         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49206
49207         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49208         from tree and freeing node.
49209
49210 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49211
49212         * nss/nsswitch.c (__nss_database_lookup): Handle
49213         nss_parse_service_list out of memory case.
49214
49215 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49216
49217         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49218         out of memory case.
49219
49220 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49221
49222         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49223         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49224         pass it down.
49225         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49226         elf_machine_rela, elf_machine_lazy_rel.
49227         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49228         (ELF_DYNAMIC_DO_REL): Likewise.
49229         (ELF_DYNAMIC_DO_RELA): Likewise.
49230         (ELF_DYNAMIC_RELOCATE): Likewise.
49231         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49232         to ELF_DYNAMIC_DO_REL.
49233         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49234         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49235         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49236         elf_machine_rela.
49237         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49238         skip_ifunc, don't call ifunc function if non-zero.
49239         (elf_machine_rela): Likewise.
49240         (elf_machine_lazy_rel): Likewise.
49241         (elf_machine_lazy_rela): Likewise.
49242         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49243         (elf_machine_lazy_rel): Likewise.
49244         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49245         Likewise.
49246         (elf_machine_lazy_rel): Likewise.
49247         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49248         Likewise.
49249         (elf_machine_lazy_rel): Likewise.
49250         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49251         (elf_machine_lazy_rel): Likewise.
49252         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49253         (elf_machine_lazy_rel): Likewise.
49254         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49255         (elf_machine_lazy_rel): Likewise.
49256         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49257         (elf_machine_lazy_rel): Likewise.
49258         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49259         (elf_machine_lazy_rel): Likewise.
49260         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49261         (elf_machine_lazy_rel): Likewise.
49262
49263 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49264
49265         * nss/nss_files/files-init.c (_nss_files_init): Use static
49266         initialization for all the *_traced_file variables.
49267
49268 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49269
49270         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49271
49272 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49273
49274         [BZ #13226]
49275         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49276
49277 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49278
49279         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49280         Reread the line before reparsing it.
49281
49282 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49283
49284         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49285
49286 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49287             Maxim Kuvyrkov  <maxim@codesourcery.com>
49288             Joseph Myers  <joseph@codesourcery.com>
49289
49290         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49291         if needed for __stack_chk_guard.
49292
49293 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49294
49295         * sysdeps/posix/spawni.c (script_execute): Always define it.
49296         It will be optimized away if unused.
49297         (maybe_script_execute): New function.
49298         (__spawni): Call it.
49299
49300         * Makerules: Don't include tls.make.
49301         (config-tls): Always set to thread.
49302         * tls.make.c: File removed.
49303
49304 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49305
49306         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49307         * config.make.in (CPPFLAGS-config): New substituted variable.
49308
49309 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49310
49311         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49312
49313         [BZ #13192]
49314         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49315         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49316
49317 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49318
49319         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49320         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49321         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49322         (CALL_FAIL): Likewise.
49323         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49324         (CALL_FAIL): Macro removed.
49325         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49326
49327 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49328
49329         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49330         for __FINITE_MATH_ONLY__ == 1.
49331
49332 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49333
49334         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49335         __ieee754_sqrt instead of sqrt.
49336         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49337         __ieee754_sqrtf instead of sqrtf.
49338         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49339         __floorf instead of floorf.
49340         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49341         __floorf, __truncf instead of floorf, truncf.
49342
49343 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49344
49345         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49346
49347         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49348         __extern_always_inline.
49349         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49350         32-bit.
49351
49352 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49353
49354         * elf/rtld.c (dl_main): Also relocate in dependency order when
49355         doing symbol dependency testing.
49356
49357 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49358
49359         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49360         Always define `refsym'.
49361
49362 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49363
49364         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49365         (__FD_ELT): Renamed from __FDELT.
49366         * misc/bits/select2.h (__FD_ELT): Likewise.
49367         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49368         __FD_MASK instead of __FDELT, __FDMASK.
49369         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49370         Likewise.
49371         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49372         Likewise.
49373
49374         * elf/Makefile (gen-ldd): Fix pattern.
49375
49376         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49377         (init_tls): Likewise.
49378
49379 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49380
49381         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49382
49383 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49384
49385         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49386         `struct cmsghdr *' instead of `void *'.
49387         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49388         Likewise.
49389
49390 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49391
49392         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49393         if non-absolute.
49394         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49395         ldd_rewrite_script.
49396
49397 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49398
49399         * configure.in: Remove --with-tls option.
49400         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49401         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49402         out in case it is missing.
49403         * sysdeps/ia64/elf/configure.in: Likewise.
49404         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49405         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49406         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49407         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49408         * sysdeps/sh/elf/configure.in: Likewise.
49409         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49410         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49411         * sysdeps/x86_64/elf/configure.in: Likewise.
49412         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49413         * sysdeps/mach/hurd/tls.h: Likewise.
49414
49415         [BZ #13067]
49416         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49417
49418         [BZ #13090]
49419         * configure.in: Fix use of AC_INIT.
49420
49421         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49422
49423 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49424
49425         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49426         __set_errno.
49427         * malloc/hooks.c: Likewise.
49428
49429         [BZ #11929]
49430         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49431         variables statically.
49432         (narenas): Initialize.
49433         (list_lock): Initialize.
49434         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49435         initializtion of main_arena and list_lock.  Small cleanups.
49436         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49437         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49438         Add initializers to main_arena and mp_.
49439         (malloc_state): Remove pagesize member.  Change all users to use
49440         GLRO(dl_pagesize).
49441
49442         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49443         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49444         is always initialized.
49445
49446         * malloc/malloc.c: Removed unused configurations and dead code.
49447         * malloc/arena.c: Likewise.
49448         * malloc/hooks.c: Likewise.
49449         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49450
49451         * include/tls.h: Removed.  USE___THREAD must always be defined.
49452         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49453         * elf/dl-libc.c: Likewise.
49454         * elf/dl-tsd.c: Likewise.
49455         * include/errno.h: Likewise.
49456         * include/netdb.h: Likewise.
49457         * include/resolv.h: Likewise.
49458         * inet/herrno-loc.c: Likewise.
49459         * inet/herrno.c: Likewise.
49460         * malloc/arena.c: Likewise.
49461         * malloc/hooks.c: Likewise.
49462         * malloc/malloc.c: Likewise.
49463         * resolv/res-state.c: Likewise.
49464         * resolv/res_libc.c: Likewise.
49465         * sysdeps/i386/dl-machine.h: Likewise.
49466         * sysdeps/ia64/dl-machine.h: Likewise.
49467         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49468         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49469         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49470         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49471         * sysdeps/sh/dl-machine.h: Likewise.
49472         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49473         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49474         * sysdeps/unix/i386/sysdep.S: Likewise.
49475         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49476         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49477         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49478         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49479         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49480         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49481         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49482         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49483         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49484         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49485         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49486         * sysdeps/x86_64/dl-machine.h: Likewise.
49487         * tls.make.c: Likewise.
49488
49489         * configure.in: Remove --with-__thread option.  Make tests for
49490         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49491         tls_model attribute fail if no support is available.  Remove
49492         USE_IN_LIBIO.
49493         * Makeconfig: Adjust for dropped configure option.  All features are
49494         now mandatory.
49495         * Makerules: Likewise.
49496         * Versions.def: Likewise.
49497         * argp/argp-fmtstream.c: Likewise.
49498         * argp/argp-fmtstream.h: Likewise.
49499         * argp/argp-help.c: Likewise.
49500         * assert/assert.c: Likewise.
49501         * config.h.in: Likewise.
49502         * config.make.in: Likewise.
49503         * configure: Likewise.
49504         * configure.in: Likewise.
49505         * csu/Versions: Likewise.
49506         * csu/init.c: Likewise.
49507         * elf/tst-audit2.c: Likewise.
49508         * elf/tst-tls10.c: Likewise.
49509         * elf/tst-tls10.h: Likewise.
49510         * elf/tst-tls11.c: Likewise.
49511         * elf/tst-tls12.c: Likewise.
49512         * elf/tst-tls14.c: Likewise.
49513         * elf/tst-tlsmod11.c: Likewise.
49514         * elf/tst-tlsmod12.c: Likewise.
49515         * elf/tst-tlsmod13.c: Likewise.
49516         * elf/tst-tlsmod13a.c: Likewise.
49517         * elf/tst-tlsmod14a.c: Likewise.
49518         * elf/tst-tlsmod15b.c: Likewise.
49519         * elf/tst-tlsmod16a.c: Likewise.
49520         * elf/tst-tlsmod16b.c: Likewise.
49521         * elf/tst-tlsmod7.c: Likewise.
49522         * elf/tst-tlsmod8.c: Likewise.
49523         * elf/tst-tlsmod9.c: Likewise.
49524         * gmon/gmon.c: Likewise.
49525         * grp/fgetgrent_r.c: Likewise.
49526         * grp/putgrent.c: Likewise.
49527         * hurd/fopenport.c: Likewise.
49528         * include/libc-symbols.h: Likewise.
49529         * include/tls.h: Likewise.
49530         * intl/gettextP.h: Likewise.
49531         * intl/loadinfo.h: Likewise.
49532         * locale/global-locale.c: Likewise.
49533         * locale/localeinfo.h: Likewise.
49534         * mach/devstream.c: Likewise.
49535         * malloc/arena.c: Likewise.
49536         * malloc/set-freeres.c: Likewise.
49537         * misc/err.c: Likewise.
49538         * misc/getttyent.c: Likewise.
49539         * misc/mntent_r.c: Likewise.
49540         * posix/getopt.c: Likewise.
49541         * posix/wordexp.c: Likewise.
49542         * pwd/fgetpwent_r.c: Likewise.
49543         * resolv/Versions: Likewise.
49544         * resolv/res_hconf.c: Likewise.
49545         * shadow/fgetspent_r.c: Likewise.
49546         * shadow/putspent.c: Likewise.
49547         * stdio-common/printf_fphex.c: Likewise.
49548         * stdio-common/tmpfile.c: Likewise.
49549         * stdlib/abort.c: Likewise.
49550         * stdlib/fmtmsg.c: Likewise.
49551         * sunrpc/auth_unix.c: Likewise.
49552         * sunrpc/clnt_perr.c: Likewise.
49553         * sunrpc/clnt_tcp.c: Likewise.
49554         * sunrpc/clnt_udp.c: Likewise.
49555         * sunrpc/clnt_unix.c: Likewise.
49556         * sunrpc/openchild.c: Likewise.
49557         * sunrpc/svc_simple.c: Likewise.
49558         * sunrpc/svc_tcp.c: Likewise.
49559         * sunrpc/svc_udp.c: Likewise.
49560         * sunrpc/svc_unix.c: Likewise.
49561         * sunrpc/xdr.c: Likewise.
49562         * sunrpc/xdr_array.c: Likewise.
49563         * sunrpc/xdr_rec.c: Likewise.
49564         * sunrpc/xdr_ref.c: Likewise.
49565         * sunrpc/xdr_stdio.c: Likewise.
49566
49567 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49568
49569         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49570
49571 2011-07-03  Andreas Jaeger  <aj@suse.de>
49572
49573         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49574         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49575         regenerate with gen-libm-tests.pl.
49576
49577 2010-05-12  Petr Baudis  <pasky@suse.cz>
49578
49579         [BZ #11589]
49580         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49581         around j0() zero points by switching to j1().
49582         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49583         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49584         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49585         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49586
49587 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49588
49589         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49590         instead of 0.
49591         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49592         instead of 0.
49593         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49594         Patch in part by Pavel Roskin <proski@gnu.org>.
49595
49596         [BZ #13138]
49597         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49598         realloc.
49599         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49600         Free memory block if necessary.
49601
49602         [BZ #12847]
49603         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49604         be NULL.  Don't lock in this case.
49605
49606 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49607
49608         * elf/elf.h (ELFOSABI_GNU): New macro.
49609         (ELFOSABI_LINUX): Define to that.
49610
49611 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49612
49613         * string/strncat.c (strncat): Undef the symbol in case it has been
49614         defined in bits/string.h.
49615
49616 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49617
49618         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49619
49620         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49621         link map.
49622
49623 2011-08-17  Andreas Jaeger  <aj@suse.de>
49624
49625         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49626
49627 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49628             Ian Lance Taylor  <iant@google.com>
49629
49630         * math/libm-test.inc (lround_test): New testcase.
49631         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49632
49633 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49634
49635         * Makefile: Remove support for automatic cvs check-ins.
49636         * Makerules: Likewise.
49637         * config.make.in: Likewise.
49638         * configure.in: Likewise.
49639         * intl/Makefile: Likewise.
49640         * locale/Makefile: Likewise.
49641         * po/Makefile: Likewise.
49642         * posix/Makefile: Likewise.
49643         * sysdeps/gnu/Makefile: Likewise.
49644         * sysdeps/mach/hurd/Makefile: Likewise.
49645         * sysdeps/sparc/sparc32/Makefile: Likewise.
49646
49647         [BZ #13118]
49648         * posix/Makefile (bug-regex32-ENV): Define.
49649         Patch by John Stanley <jpsinthemix@verizon.net>.
49650
49651         * misc/Makefile (headers): Add bits/select2.h.
49652         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49653         * misc/bits/select2.h: New file.
49654         * include/bits/select2.h: New file.
49655         * debug/Makefile (routines): Add fdelt_chk.
49656         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49657         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49658         FD_ISSET.
49659         * debug/fdelt_chk.c: New file.
49660
49661         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49662         * wcsmbs/test-wmemcmp.c: Likewise.
49663         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49664         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49665
49666 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49667
49668         * string/Makefile (strop-tests): Add memcmp.
49669         * string/test-wmemcmp.c: New file.
49670         * string/test-memcmp.c: Add wmemcmp support.
49671
49672 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49673
49674         [BZ #13153]
49675         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49676         2011-07-19 change.
49677
49678         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49679         garbage value in a __mach_port_mod_refs call in the cases of the
49680         task-self and thread-self ports.
49681
49682 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49683
49684         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49685
49686 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49687
49688         * elf/dl-load.c (lose): Check for non-null L.
49689
49690 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49691
49692         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49693
49694         * elf/dl-libc.c (dlerror_run): Pass back error code from
49695         dl_catch_error.
49696
49697         [BZ #13123]
49698         * elf/dl-load.c (lose): Free l_origin if it is valid.
49699
49700         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49701         names.
49702         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49703         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49704         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49705         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49706         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49707         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49708
49709 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49710
49711         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49712         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49713         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49714         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49715         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49716         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49717         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49718         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49719         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49720         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49721
49722 2011-08-15  Alan Modra  <amodra@gmail.com>
49723
49724         [BZ #13092]
49725         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49726         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49727         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49728         ppc_mcount to static-only-routines.
49729         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49730         __mcount_internal.
49731         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49732         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49733
49734 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
49735
49736         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49737         for finite and infinity parameters.
49738
49739 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49740
49741         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49742         and add nop instructions for throughput optimization.
49743         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49744
49745 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
49746
49747         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49748         aligned copy for power7 with vector-scalar instructions.
49749         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49750
49751 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
49752
49753         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49754         AVX check.
49755
49756 2011-09-07  Andreas Schwab  <schwab@redhat.com>
49757
49758         [BZ #13144]
49759         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49760         last change.
49761
49762 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49763
49764         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49765         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49766         syscall wrapper around clock_gettime in __vdso_clock_gettime.
49767         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49768         clock_gettime.
49769
49770 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49771
49772         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49773         Forgot to demangle the pointer.
49774
49775         * sysdeps/i386/sysdep.h: Define atom_text_section.
49776         * sysdeps/x86_64/sysdep.h: Likewise.
49777         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49778         section with atom_text_section.
49779         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49780         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49781         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49782         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49783         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49784
49785         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49786         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49787         already be defined.  Change to take two parameters and don't assign
49788         result to variable.  Adjust all users.
49789         Define INTERNAL_GETTIME if not already defined.
49790         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49791         call.
49792         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49793         HAVE_CLOCK_GETTIME_VSYSCALL.
49794         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49795
49796         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49797         gettimeofday vsyscall, just use time.
49798
49799 2011-09-06  Andreas Schwab  <schwab@redhat.com>
49800
49801         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49802         <errno.h>.
49803
49804 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49805
49806         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49807         syscall on x86-64.
49808         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49809         syscall.
49810         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49811         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49812         syscall if possible.
49813
49814 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49815
49816         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49817         e_ident.  Don't pass to find_mapsXX.
49818         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49819
49820 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49821
49822         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49823         strchr-sse2-no-bsf strrchr-sse2-no-bsf
49824         * sysdeps/x86_64/multiarch/strchr.S: Update.
49825         Check bit_slow_BSF bit.
49826         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49827         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49828         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49829
49830 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49831
49832         [BZ #13134]
49833         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49834         before glibc 2.15.
49835         (tryshell): Define.
49836         (__spawni): Change last parameter to be flag.  Test
49837         SPAWN_XFLAGS_USE_PATH flag to use path or not.
49838         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49839         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49840         * posix/spawni.c: Likewise.
49841         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49842         * posix/spawnp.c: Likewise.  Change normal version to use
49843         SPAWN_XFLAGS_USE_PATH.
49844         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49845         SPAWN_XFLAGS_TRY_SHELL.
49846
49847         [BZ #13150]
49848         * posix/glob.h: Remove gcc 1.x support.
49849
49850         [BZ #13068]
49851         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49852
49853 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49854
49855         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49856         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49857         strrchr-sse2-bsf
49858         * sysdeps/i386/i686/multiarch/strchr.S: New file.
49859         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49860         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49861         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49862         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49863         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49864
49865 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49866
49867         * sysdeps/x86_64/wcscmp.S: New file.
49868
49869         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49870         wcscmp-c wcscmp-sse2
49871         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49872         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49873         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49874         * wcsmbs/wcscmp.c: Allow renaming.
49875
49876 2011-09-05  David S. Miller  <davem@davemloft.net>
49877
49878         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49879         stack slot, rather than the struct return pointer slot.
49880         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49881         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49882         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49883         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49884
49885 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49886
49887         * po/ja.po: Update from translation team.
49888
49889         [BZ #13144]
49890         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
49891         kernel in 64-bit binaries.
49892
49893 2011-09-01  David S. Miller  <davem@davemloft.net>
49894
49895         * elf/elf.h (HWCAP_SPARC_*): Move to..
49896         * sysdeps/sparc/sysdep.h: this new file and add new values.
49897         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
49898         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
49899         _DL_HWCAP_COUNT to 24.
49900         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
49901         entries.
49902         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
49903         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
49904         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
49905         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
49906         instead of magic constants.
49907         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49908
49909 2011-08-31  David S. Miller  <davem@davemloft.net>
49910
49911         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
49912         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
49913         Reimplement to do errno handling inline.
49914         (SYSCALL_ERROR_HANDLER): New macro.
49915         (__SYSCALL_STRING): Do not do errno handling in asm.
49916         (__CLONE_SYSCALL_STRING): Delete.
49917         (__INTERNAL_SYSCALL_STRING): Delete.
49918         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
49919         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
49920         (PSEUDO): Reimplement to do errno handling inline.
49921         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
49922         (SYSCALL_ERROR_HANDLER): New macro.
49923         (__SYSCALL_STRING): Do not do errno handling in asm.
49924         (__CLONE_SYSCALL_STRING): Delete.
49925         (__INTERNAL_SYSCALL_STRING): Delete.
49926         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
49927         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
49928         i386.
49929         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
49930         (inline_syscall*): Add 'err' argument.
49931         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
49932         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
49933         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
49934         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
49935
49936         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
49937         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
49938
49939 2011-08-30  Andreas Schwab  <schwab@redhat.com>
49940
49941         * elf/rtld.c (dl_main): Relocate objects in dependency order.
49942
49943 2011-08-29  Jiri Olsa <jolsa@redhat.com>
49944
49945         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
49946         directive.
49947
49948 2011-08-24  David S. Miller  <davem@davemloft.net>
49949
49950         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
49951
49952 2011-08-24  Andreas Schwab  <schwab@redhat.com>
49953
49954         * elf/Makefile: Add rules to build and run unload8 test.
49955         * elf/unload8.c: New file.
49956         * elf/unload8mod1.c: New file.
49957         * elf/unload8mod1x.c: New file.
49958         * elf/unload8mod2.c: New file.
49959         * elf/unload8mod3.c: New file.
49960
49961         * elf/dl-close.c (_dl_close_worker): Reset private search list if
49962         it wasn't used.
49963
49964 2011-08-23  David S. Miller  <davem@davemloft.net>
49965
49966         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
49967         subtract stack bias.
49968         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
49969         %sp not %fp in calculations.
49970         (_JMPBUF_UNWINDS_ADJ): Likewise.
49971
49972         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
49973         (aio_suspend): Call it to force an exception region around the
49974         AIO_MISC_WAIT() invocation.
49975
49976 2011-08-23  Andreas Schwab  <schwab@redhat.com>
49977
49978         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
49979         backslash.
49980
49981 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
49982
49983         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
49984         protection macro.
49985         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
49986         and <dl-machine.h>.
49987         (Elf64_FuncDesc): Remove.
49988
49989 2011-08-22  David S. Miller  <davem@davemloft.net>
49990
49991         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
49992         sigaltstack check, add missing cfi directives.
49993         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
49994         missing cfi directives, and sigaltstack handling.
49995
49996 2011-08-16  Andreas Schwab  <schwab@redhat.com>
49997
49998         [BZ #11724]
49999         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50000         object is seen twice.
50001         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50002
50003         * elf/Makefile (distribute): Add tst-initorder2.c.
50004         (tests): Add tst-initorder2.
50005         (modules-names): Add tst-initorder2a tst-initorder2b
50006         tst-initorder2c tst-initorder2d.  Add rules to build them.
50007         ($(objpfx)tst-initorder2.out): New rule.
50008         * elf/tst-initorder2.c: New file.
50009         * elf/tst-initorder2.exp: New file.
50010
50011 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50012
50013         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50014
50015         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50016         dependencies back to end of function.
50017
50018         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50019         $(elfobjdir)/ld.so.
50020
50021 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50022
50023         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50024         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50025         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50026         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50027         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50028         of __vdso_gettimeofday.
50029         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50030         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50031         attribute_hidden.
50032         (_libc_vdso_platform_setup): Remove initialization of
50033         __vdso_gettimeofday and __vdso_time.
50034
50035 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50036
50037         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50038         and fgetc_unlocked.
50039         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50040         getc_unlocked.
50041
50042         * elf/dl-open.c (add_to_global): Report additions to the global scope
50043         for LD_DEBUG=scopes.
50044         (dl_open_worker): Also print scope of newly loaded dependencies.
50045         (_dl_show_scope): Indicate if there is no scope.
50046
50047         [BZ #13114]
50048         * stdio-common/Makefile (tests): Add bug24.
50049         * stdio-common/bug24.c: New file.
50050
50051 2011-08-19  Andreas Jaeger  <aj@suse.de>
50052
50053         [BZ #13114]
50054         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50055         non-existant file when using close-on-exec mode.
50056
50057 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50058
50059         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50060         the very first instruction.
50061
50062         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50063         the CFI state in the end.
50064         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50065         inclusion of dl-trampoline.h.
50066         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50067
50068 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50069
50070         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50071         expectations for long double.
50072
50073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50074         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50075
50076 2011-08-14  David S. Miller  <davem@davemloft.net>
50077
50078         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50079         artificual limit depends upon the system page size.
50080
50081 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50082
50083         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50084         * resolv/Makefile: Define CFLAGS-libresolv.
50085
50086 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50087
50088         * nss/makedb.c (compute_tables): Make variables used in nested
50089         function static.
50090
50091 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50092
50093         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50094         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50095         if buffer was too small.
50096
50097         * elf/pldd.c (main): Attach to all threads in the process.
50098         Rewrite /proc handling to use *at functions.
50099
50100 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50101
50102         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50103         specifies first scope to show.
50104         (dl_open_worker): Update callers.  Move printing scope of new
50105         object to before the relocation.
50106         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50107         * sysdeps/generic/ldsodefs.h: Update declaration.
50108
50109         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50110         string for the scope number.
50111
50112 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50113
50114         * nscd/servicescache.c (cache_addserv): Make sure written is always
50115         initialized.
50116
50117 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50118
50119         * sysdeps/i386/i486/bits/atomic.h
50120         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50121         statement expression, so as to suppress "set but not used" warning.
50122         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50123
50124         * string/strncat.c (STRNCAT): Use prototype definition.
50125
50126         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50127         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50128         -Iprograms here.
50129         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50130         (localedef-modules): Add localedef.
50131         (locale-modules): Add locale.
50132
50133         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50134         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50135         to avoid a warning.
50136
50137 2011-08-14  David S. Miller  <davem@davemloft.net>
50138
50139         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50140         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50141
50142 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50143
50144         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50145         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50146         * elf/rtld.c (dl_main): Set l_name of vDSO.
50147         Call _dl_show_scope when DL_DEBUG_SCOPES.
50148         (process_dl_debug): Recognize scopes flag and also set it for all.
50149         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50150         Declare _dl_show_scope.
50151
50152         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50153         (do_dlopen): Pass caller_dlopen to dl_open.
50154         (__libc_dlopen_mode): Initialize caller_dlopen.
50155
50156         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50157         of libc.  Make tolower call locale-independent.  Optimize a bit by
50158         using isdigit instead of isalnum.
50159         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50160
50161 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50162
50163         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50164         was a dependency or dynamically loaded.
50165
50166 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50167
50168         * intl/l10nflist.c: Allow architecture-specific pop function.
50169         * sysdeps/x86_64/l10nflist.c: New file.
50170
50171         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50172         classification.
50173
50174 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50175
50176         * include/dirent.h: Add libc_hidden_proto for scandirat and
50177         scandirat64.  Don't declare __scandirat64.
50178         * dirent/scandirat.c: Add libc_hidden_def.
50179         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50180         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50181
50182 2011-08-10  David S. Miller  <davem@davemloft.net>
50183
50184         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50185         enum.
50186         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50187         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50188         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50189
50190 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50191
50192         * Versions.def [libc]: Add GLIBC_2.15.
50193         * dirent/Makefile (routines): Add scandirat and scandirat64.
50194         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50195         GLIBC_2.15.
50196         * dirent/dirent.h: Declare scandirat and scandirat64.
50197         * dirent/scandirat.c: New file.
50198         * dirent/scandirat64.c: New file.
50199         * sysdeps/wordsize-64/scandirat.c: New file.
50200         * sysdeps/wordsize-64/scandirat64.c: New file.
50201         * dirent/opendir.c: Define opendirat.
50202         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50203         using scandirat.
50204         * dirent/scandir64.c: Adjust for scandir.c change.
50205         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50206         __scandirat64, and __scandir_cancel_handler.
50207         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50208         additional parameter and use openat instead of open (outside of ld.so).
50209         Add new __opendir as wrapper around __opendirat.
50210         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50211         here without requiring old scandirat implementation.
50212
50213 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50214
50215         * dirent/scandir.c (cancel_handler): Renamed to
50216         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50217         defined.  Adjust users.
50218         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50219         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50220
50221 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50222
50223         * string/test-string.h (IMPL): Use __STRING to expand name and then
50224         stringify it.
50225
50226         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50227         of cleanups.
50228
50229 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50230
50231         * string/Makefile: Update.
50232         (strop-tests): Append strncat.
50233         * string/test-wcscmp.c: New file.
50234         New comprehensive test for wcscmp.
50235         * string/test-strcmp.c: Update.
50236         (WIDE): New define.
50237
50238 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50239
50240         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50241         line.
50242
50243 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50244
50245         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50246         encoding to ACE if AI_IDN.
50247
50248 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50249
50250         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50251         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50252
50253 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50254
50255         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50256         Fix overflow bug in strncat.
50257         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50258
50259         * string/test-strncat.c: Update.
50260         Add new tests for checking overflow bugs.
50261
50262 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50263
50264         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50265         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50266         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50267         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50268         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50269         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50270         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50271         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50272         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50273
50274         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50275         (USE_AS_STRCAT): Define.
50276         Add strcat and strncat support.
50277         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50278
50279 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50280
50281         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50282         __n bigger than INT_MAX+1.
50283         (__strncmp_g): Likewise.
50284
50285 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50286
50287         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50288         * libio/stido.h: Likewise.
50289
50290         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50291         (AF_NFC): Define.
50292         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50293         (AF_NFC): Define.
50294
50295         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50296         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50297         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50298         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50299         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50300
50301         [BZ #13021]
50302         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50303         installed.
50304
50305         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50306         typo.
50307         (_dl_x86_64_save_sse): Likewise.
50308
50309 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50310
50311         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50312         OSXSAVE.
50313         (_dl_x86_64_save_sse): Likewise.
50314
50315         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50316
50317         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50318
50319 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50320
50321         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50322         change.
50323         (_dl_x86_64_save_sse): Use correct AVX check.
50324
50325 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50326
50327         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50328         bug in strncpy/strncat.
50329         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50330
50331 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50332
50333         * string/tester.c (test_strcat): Add tests for different alignments
50334         of source and destination.
50335         (test_strncat): Likewise.
50336
50337 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50338
50339         [BZ #12852]
50340         * posix/glob.c (glob): Check passed in values before using them in
50341         expressions to avoid some overflows.
50342         (glob_in_dir): Likewise.
50343
50344         [BZ #13007]
50345         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50346         check for AVX enablement so that we don't crash with old kernels and
50347         new hardware.
50348         * elf/tst-audit4.c: Add same checks here.
50349         * elf/tst-audit6.c: Likewise.
50350
50351         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50352
50353 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50354
50355         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50356
50357 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50358
50359         * po/cs.po: Update from translation team.
50360         * po/bg.po: Likewise.
50361
50362 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50363
50364         * misc/sys/cdefs.h: Add support for const attribute.
50365         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50366         to gnu_dev_{major,minor,makedev} functions.
50367
50368 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50369
50370         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50371
50372 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50373
50374         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50375         strlen results.
50376
50377 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50378
50379         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50380         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50381         register in order to avoid conflicts with the soft frame pointer
50382         being held in r11 when necessary.
50383         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50384         (INTERNAL_VSYSCALL_NCS): Likewise.
50385
50386 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50387
50388         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50389         * elf/dl-fini.c (_dl_fini): Adjust caller.
50390         * elf/dl-close.c (_dl_close_worker): Likewise.
50391         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50392
50393 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50394
50395         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50396         "aux_cache->nlibs < 0".
50397
50398         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50399         in the reload-count case.
50400
50401 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50402
50403         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50404         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50405         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50406         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50407         * sysdeps/x86_64/multiarch/strcat.S: New file.
50408         * sysdeps/x86_64/multiarch/strncat.S: New file.
50409         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50410         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50411         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50412         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50413         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50414         (USE_AS_STRCAT): Define.
50415         Add strcat and strncat support.
50416         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50417         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50418         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50419         * string/strncat.c: Update.
50420         (USE_AS_STRNCAT): Define.
50421         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50422         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50423         and i7.
50424         * sysdeps/x86_64/multiarch/init-arch.h
50425         (bit_Prefer_PMINUB_for_stringop): New.
50426         (index_Prefer_PMINUB_for_stringop): Likewise.
50427         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50428         bit_Prefer_PMINUB_for_stringop.
50429
50430 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50431
50432         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50433         buffer64.
50434         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50435         of casting of buffer.
50436         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50437         buffer32 and buffer64.
50438         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50439         writes instead of casting of buffer.
50440         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50441         buffer32.
50442         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50443         casting of buffer.
50444
50445 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50446
50447         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50448
50449 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50450
50451         * nscd/nscd.c (termination_handler): Don't do anything for a database
50452         if it has not yet been initialized.
50453
50454 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50455
50456         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50457
50458 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50459
50460         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50461
50462 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50463
50464         * po/nl.po: Update from translation team.
50465         * po/sv.po: Likewise.
50466
50467 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50468
50469         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50470         now disallowed by GCC.
50471
50472         * configure.in (use-default-link): Default to yes if a test -shared
50473         link meets our qualifications.
50474         * configure: Regenerated.
50475
50476         * config.make.in (output-format): New variable.
50477         * configure.in: Check for ld --print-output-format support.
50478         * configure: Regenerated.
50479         * Makerules ($(common-objpfx)format.lds)
50480         [$(output-format) != unknown]: Just use $(output-format),
50481         instead of the linker-script munging.
50482
50483 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50484
50485         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50486         of $(common-objpfx)shlib.lds.
50487         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50488
50489         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50490         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50491
50492         * configure.in (-z relro check): Adjust test code to add a large
50493         writable data section after it.
50494         * configure: Regenerated.
50495
50496 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50497
50498         * configure.in (-z relro check): Fix test code to make the variable
50499         truly const.
50500         * configure: Regenerated.
50501
50502 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50503
50504         * nscd/nscd.h (struct traced_file): Define.
50505         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50506         elements.  Add traced_files.
50507         (inotify_fd): Declare.
50508         (register_traced_file): Declare.
50509         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50510         (inotify_fd): Export.
50511         (resolv_conf_descr): Remove.
50512         (nscd_init): Move inotify descriptor creation to main.
50513         Don't register files for notification here.
50514         (register_traced_file): New function.
50515         (invalidate_cache): Don't use reset_res to determine whether to call
50516         res_init, go through the list of registered files.
50517         (main_loop_poll): The inotify descriptors are now stored in the
50518         structures for the traced files.
50519         (main_loop_epoll): Likewise
50520         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50521         to __nss_disable_nscd.
50522         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50523         for a database anymore.  Check the records for all the registered
50524         files instead.
50525         * nss/Makefile (libnss_files-routines): Add files-init.
50526         (libnss_db-routines): Add db-init.
50527         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50528         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50529         * nss/nss_db/db-init.c: New file.
50530         * nss/nss_files/files-init.c: New file.
50531         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50532         __nss_lookup_function.
50533         (__nss_lookup_function): Call nss_load_library.
50534         (nss_load_all_libraries): New function.
50535         (__nss_disable_nscd): Take parameter with callback function for files
50536         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50537         used for the cached services.
50538         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50539         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50540         options for features to all the files in nscd.
50541
50542         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50543
50544 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50545
50546         * csu/elf-init.c (__libc_csu_init): Comment typo.
50547
50548 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50549
50550         * po/pl.po: Update from translation team.
50551         * po/ja.po: Likewise.
50552         * po/ru.po: Likewise.
50553         * po/ko.po: Likewise.
50554         * po/fr.po: Likewise.
50555
50556 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50557
50558         * configure.in (.ctors/.dtors header and trailer check):
50559         Use an empirical test on a built program.
50560         * configure: Regenerated.
50561
50562         * configure.in (-z relro check): Use an empirical test on a built DSO.
50563         Detect, but do not require, on ia64.
50564         * configure: Regenerated.
50565
50566         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50567         Update tests that use readelf to use $READELF instead.
50568         * configure: Regenerated.
50569
50570 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50571
50572         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50573         if the result is not used.
50574
50575 2011-07-05  Andreas Jaeger  <aj@suse.de>
50576
50577         [BZ#9696]
50578         * stdlib/tst-strtod.c: Add testcase.
50579
50580 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50581
50582         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50583         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50584         The latter has a higher limit.  Take additional parameter to pass to
50585         the new function.
50586         (__pathconf): Pass file to __statfs_link_max.
50587         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50588         __statfs_link_max.
50589         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50590         __statfs_link_max.
50591
50592         [BZ #12868]
50593         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50594         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50595         Handle Lustre.
50596         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50597         (__statfs_filesize_max): Likewise.
50598         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50599
50600 2011-07-05  Andreas Jaeger  <aj@suse.de>
50601
50602         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50603
50604 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50605
50606         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50607         `status' variable.
50608         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50609         Likewise.
50610
50611 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50612
50613         * Makefile (strop-tests): Add strncat.
50614         * string/test-strncat.c: New file.
50615
50616 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50617
50618         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50619
50620 2011-06-21  Andreas Jaeger  <aj@suse.de>
50621
50622         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50623         Copy rule from iconvdata/Makefile.
50624
50625 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50626
50627         [BZ #12922]
50628         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50629         but no long options are defined, just return 'W'.
50630
50631 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50632
50633         [BZ #9696]
50634         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50635
50636 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50637
50638         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50639         netgroups to read.
50640         (innetgr): Likewise.
50641
50642 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50643
50644         * config.make.in (install_root): Default to $(DESTDIR).
50645
50646 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50647
50648         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50649
50650 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50651
50652         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50653
50654         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50655         containing directory rather than embedding absolute directory names.
50656
50657         * scripts/check-local-headers.sh: Rewritten using awk.
50658         Match by word, not by line.  Print error messages for matches.
50659         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50660
50661         * Makerules [shlib-lds-flags empty]:
50662         ($(common-objpfx)libc_pic.opts): New target.
50663         ($(common-objpfx)libc_pic.os.clean): New target.
50664         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50665
50666         * config.make.in (OBJCOPY): New variable.
50667         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50668         * configure: Regenerated.
50669
50670         * config.make.in (use-default-link): New variable.
50671         * configure.in (use_default_link): Grok --with-default-link to set it.
50672         * configure: Regenerated.
50673         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50674         (shlib-lds, shlib-lds-flags): Define to empty.
50675
50676         * Makerules (shlib-lds): New variable.
50677         (shlib-lds-flags): New variable.
50678         (build-shlib, build-moduile, build-module-asneeded): Use it.
50679         ($(common-objpfx)libc.so): Use $(shlib-lds).
50680         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50681         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50682
50683         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50684         DT_FLAGS/DT_FLAGS_1 with zero flags.
50685
50686         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50687         linker script munging.
50688
50689 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50690
50691         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50692         as 128-bit value.
50693         * crypt/sha512.c (sha512_process_block): Perform total addition using
50694         128-bit if possible.
50695         (__sha512_finish_ctx): Likewise.
50696         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50697         as 64-bit value.
50698         * crypt/sha256.c (SWAP64): Define.
50699         (sha256_process_block): Perform total addition using 64-bit if
50700         possible.
50701         (__sha256_finish_ctx): Likewise.
50702
50703 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50704
50705         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50706         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50707         * nscd/hstcache.c (cache_addhst): Likewise.
50708         * nscd/grpcache.c (cache_addgr): Likewise.
50709         * nscd/aicache.c (addhstaiX): Likewise
50710         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50711
50712 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50713
50714         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50715         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50716         * nscd/hstcache.c (cache_addhst): Likewise.
50717         * nscd/grpcache.c (cache_addgr): Likewise.
50718         * nscd/aicache.c (addhstaiX): Likewise
50719
50720 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50721
50722         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50723         domain only when needed.
50724
50725 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50726
50727         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50728         is always restored.
50729
50730 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50731
50732         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50733         are re-adding the entry.
50734         * nscd/servicescache.c (cache_addserv): Likewise.
50735
50736 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
50737
50738         * sysdeps/generic/dl-irel.h: fix protection against multiple
50739         inclusions.
50740         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50741
50742 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
50743
50744         [BZ #12935]
50745         * malloc/memusage.sh: Fix quoting in message.
50746         * debug/xtrace.sh: Likewise.
50747
50748         * configure.in: Remove support for --experimental-malloc option, make
50749         it the default.
50750         * config.make.in: Likewise.
50751         * malloc/Makefile: Likewise.
50752
50753 2011-06-27  Andreas Schwab  <schwab@redhat.com>
50754
50755         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50756         two-byte characters.
50757
50758 2011-06-27  Roland McGrath  <roland@hack.frob.com>
50759
50760         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50761         AC_CACHE_CHECK invocation.
50762         * configure: Regenerated.
50763
50764         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50765
50766 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
50767
50768         [BZ #12350]
50769         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
50770         bit from old_res_options.
50771
50772         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50773
50774         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50775         value type for setfct.
50776
50777 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
50778
50779         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50780         __gettimeofday instead of gettimeofday.
50781
50782 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
50783
50784         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50785
50786 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
50787
50788         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50789
50790         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50791         info.
50792
50793 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50794
50795         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50796         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50797         strcpy-sse2-unaligned strncpy-sse2-unaligned
50798         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50799         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50800         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50801         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50802         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50803         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50804         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50805         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50806         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50807         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50808         (STRCPY): Support SSE2 and SSSE3 versions.
50809
50810 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
50811
50812         [BZ #12874]
50813         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50814         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50815         kernels which artificially limit size of requests.
50816
50817 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50818
50819         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50820         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50821         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50822         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50823         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50824         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50825         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50826         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50827         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50828         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50829         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50830         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50831         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50832         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50833         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50834         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50835         Enable unaligned load optimization for Intel Core i3, i5 and i7
50836         processors.
50837         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50838         Define.
50839         (index_Fast_Unaligned_Load): Define.
50840         (HAS_FAST_UNALIGNED_LOAD): Define.
50841
50842 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
50843
50844         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50845
50846 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50847
50848         [BZ #12907]
50849         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50850         until it is clear that the information is realy needed.
50851         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50852
50853 2011-06-22  Andreas Schwab  <schwab@redhat.com>
50854
50855         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50856
50857 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50858
50859         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50860         /sys/devices/system/cpu/online if it is usable.
50861
50862         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50863         reading the information from the /proc filesystem to once a second.
50864
50865 2011-06-21  Andreas Jaeger  <aj@suse.de>
50866
50867         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50868         NULL after inclusion of kernel headers.
50869
50870 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
50871
50872         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50873         calls to internal_setent.
50874
50875         [BZ #12885]
50876         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50877         addresses using gethostbyname4_r ignore IPv4 addresses.
50878
50879         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50880         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
50881
50882         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50883
50884 2011-06-20  David S. Miller  <davem@davemloft.net>
50885
50886         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50887         inclusions.
50888         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50889
50890         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
50891         (elf_irel): Use it.
50892         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
50893         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
50894         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
50895         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
50896         * sysdeps/x86_64/dl-irel.h: Likewise.
50897
50898         * elf/dl-runtime.c: Use elf_ifunc_invoke.
50899         * elf/dl-sym.c: Likewise.
50900
50901 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50902
50903         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
50904         need to dereference resplen2.
50905
50906 2011-06-14  Andreas Schwab  <schwab@redhat.com>
50907
50908         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
50909
50910 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50911
50912         * Makeconfig: Define vardbdir and inst_vardbdir.
50913         * nss/Makefile: Add rules to install db-Makefile.
50914
50915         * nss/nss_db/db-XXX.c: Cleanup.
50916
50917         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
50918         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
50919         GLIBC_PRIVATE.
50920         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
50921         * nss/makedb.c: Implement -g option to specify that value strings
50922         are generated and should not be added to table iterated over for
50923         get*ent calls.
50924         * nss/nss_db/db-initgroups.c: New file.
50925
50926         * nss/getent.c: Add support for initgroups lookups through getgrouplist
50927         interface.
50928
50929         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
50930         (internal_getgrouplist): Adjust to name change.
50931         Update use_initgroups_entry if this is not the first call.
50932         * nss/databases.def: Add initgroups entry.
50933
50934         * nss/makedb.c (compute_tables): Check result of multiple hash table
50935         sizes to minimize maximum chain length.
50936
50937 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
50938
50939         * Versions.def: Add entry for libnss_db.
50940         * shlib-versions: Likewise.
50941         * nss/Makefile: Add rules to build libnss_db.
50942         * nss/Versions: Add libnss_db information.  Organize libnss_files
50943         entries better.
50944         * nss/db-Makefile: Add gshadow support.  Change rules for the new
50945         makedb progra.  Some minor improvements to generate smaller files.
50946         * nss/nss_db/nss_db.h: Move NSS database header data structures to
50947         here from...
50948         * nss/makedb.c: ...here.
50949         Improve database format to be smaller and require less memory at
50950         runtime.
50951         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
50952         db anymore.
50953         * nss/nss_db/db-netgrp.c: Likewise.
50954         * nss/nss_db/db-open.c: Likewise.
50955         * nss/nss_files/flies-XXX.x: Adjust comments.
50956         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
50957         * nss/nss_files/files-grp.c: Likewise.
50958         * nss/nss_files/files-hosts.c: Likewise.
50959         * nss/nss_files/files-network.c: Likewise.
50960         * nss/nss_files/files-proto.c: Likewise.
50961         * nss/nss_files/files-pwd.c: Likewise.
50962         * nss/nss_files/files-rpc.c: Likewise.
50963         * nss/nss_files/files-service.c: Likewise.
50964         * nss/nss_files/files-sgrp.c: Likewise.
50965         * nss/nss_files/files-spwd.c: Likewise.
50966         * nss/nss_db/db-alias.c: Removed.
50967         * nss/nss_db/dummy-db.h: Removed.
50968
50969 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
50970
50971         * nss/makedb.c: Rewritten to not use database library.
50972         * nss/Makefile: Update to build new makedb program.
50973
50974 2011-06-14  Andreas Jaeger  <aj@suse.de>
50975
50976         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
50977         memset declaration.
50978
50979 2011-06-10  Andreas Schwab  <schwab@redhat.com>
50980
50981         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
50982         tmpbuf.
50983
50984 2011-06-10  Roland McGrath  <roland@hack.frob.com>
50985
50986         * Makerules (shlib.lds): Fail if the linker script comes out empty.
50987         * elf/Makefile ($(objpfx)ld.so): Likewise.
50988
50989         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
50990         Don't list ld.so twice in dependencies.
50991
50992         * posix/bug-regex31.c: Include <stdlib.h>.
50993
50994         * nscd/hstcache.c (cache_addhst): Remove unused variable.
50995
50996         * nis/nss_compat/compat-spwd.c
50997         (getspent_next_nss_netgr): Remove unused variable.
50998         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
50999
51000         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51001         nonmembers" output to use the right array.
51002
51003         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51004
51005         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51006
51007         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51008         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51009         * catgets/gencat.c (read_input_file): Likewise.
51010         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51011
51012         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51013         variable definition inside #if's controlling its use.
51014
51015         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51016
51017         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51018
51019         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51020
51021         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51022         unreachable code.
51023
51024         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51025
51026         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51027         * configure: Regenerated.
51028
51029         * Makerules: Revert last change.
51030         * elf/Makefile: Likewise.
51031
51032 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51033
51034         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51035         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51036         (reloc-link): Likewise.
51037
51038 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51039
51040         * elf/Makefile: Add rules to build pldd.
51041         * elf/pldd.c: New file.
51042         * elf/pldd-xx.c: New file.
51043
51044 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51045
51046         * version.h: Update for 2.15 development version.
51047
51048 2011-06-07  David S. Miller  <davem@davemloft.net>
51049
51050         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51051         ifuncs.
51052         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51053         elf_machine_lazy_rel): Likewise.
51054         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51055         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51056         elf_machine_lazy_rel): Likewise.
51057         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51058         dl_hwcap via passed in argument.
51059         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51060         Likewise.
51061
51062 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51063
51064         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51065
51066 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51067
51068         [BZ #12849]
51069         * manual/fdl-1.1.texi: New file, verbatim from:
51070         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51071         * manual/lgpl-2.1.texi: New file, verbatim from:
51072         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51073         * manual/Makefile (licenses): New variable, list those new file names.
51074         (texis): Use it.
51075         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51076
51077         * manual/fdl.texi: File removed.
51078         * manual/lesser.texi: File removed.
51079         * manual/libc.texinfo (Copying, Documentation License):
51080         Use new @include file names, put @appendix directive before @include.
51081
51082 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51083
51084         [BZ #12841]
51085         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51086         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51087         (mq_open): Add __NTH.
51088
51089 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51090
51091         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51092         Assume Intel Core i3/i5/i7 processor if AVX is available.
51093
51094 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51095
51096         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51097         typo.
51098
51099 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51100
51101         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51102         memory.  Use alloca_account.  Fix memory leak when retrying.
51103
51104 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51105
51106         * version.h (RELEASE): Bump for 2.14 release.
51107         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51108
51109         * config.make.in (RANLIB): Remove entry.
51110
51111 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51112
51113         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51114         (libc.pot): Work around missing support for .ksh extension in xgettext.
51115
51116         [BZ #12684]
51117         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51118         if both request failed.
51119         (send_dg): In case of server errors clear resplen or *resplen2.
51120
51121         [BZ #12454]
51122         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51123         when there are multiple maps.
51124         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51125         (_dl_fini): Remove test here.
51126
51127         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51128
51129 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51130
51131         [BZ #12350]
51132         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51133         bit from old_res_options.
51134         (gaih_inet): Likewise.
51135
51136         [BZ #11099]
51137         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51138         as signed.
51139
51140         * resolv/res_init.c (res_setoptions): Make the code more compact.
51141
51142         [BZ #11558]
51143         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51144         set RES_USEVC.
51145
51146         [BZ #11634]
51147         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51148
51149         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51150
51151         [BZ #11781]
51152         * malloc/malloc.h: Declare malloc hook variables as volatile.
51153
51154         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51155         in last patch.
51156
51157         [BZ #11799]
51158         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51159         raise in the comment.
51160         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51161         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51162         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51163
51164 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51165
51166         [BZ #12811]
51167         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51168         grow the buffers more if it already has to be sufficient.
51169         (build_wcs_upper_buffer): Likewise.
51170         * posix/regexec.c (check_matching): Likewise.
51171         (clean_state_log_if_needed): Likewise.
51172         (extend_buffers): Don't enlarge buffers beyond size of the input
51173         buffer.
51174         Patches mostly by Emil Wojak <emil@wojak.eu>.
51175         * posix/bug-regex32.c: New file.
51176         * posix/Makefile (tests): Add bug-regex32.
51177
51178         * locale/findlocale.c (_nl_find_locale): Return right away if
51179         _nl_explode_name failed.
51180         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51181
51182         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51183
51184         * debug/xtrace.sh: Unify messages.
51185         * malloc/memusage.sh: Likewise.
51186
51187         [BZ #12813]
51188         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51189         time symbol from vDSO.  Substitute with vsyscall if not available.
51190         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51191         __vdso_time.
51192
51193         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51194         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51195         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51196         Add sendmmsg and internal_sendmmsg.
51197         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51198         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51199         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51200
51201         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51202         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51203         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51204
51205 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51206
51207         [BZ #12813]
51208         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51209         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51210         available.
51211         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51212         __vdso_getcpu.
51213
51214         [BZ #12814]
51215         * iconvdata/Makefile (tests): Add bug-iconv9.
51216         * iconvdata/bug-iconv9.c: New file.
51217
51218 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51219
51220         [BZ #12814]
51221         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51222
51223 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51224
51225         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51226         (struct user_regs_struct): Change intcs field back to cs.
51227
51228 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51229
51230         * po/ja.po: Update from translation team.
51231
51232 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51233
51234         [BZ #12795]
51235         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51236         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51237
51238 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51239
51240         * stdlib/longlong.h: Update from GCC.
51241
51242 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51243
51244         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51245         parameter name.
51246         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51247         Add parameter name.
51248         (__sysconf): Pass it down.
51249
51250 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51251
51252         [BZ #12671]
51253         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51254         some situations.
51255         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51256         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51257         add in in __libc_use_alloca calls.  Adjust callers.
51258         (glob): Use malloc in some situations.
51259
51260         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51261         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51262         pltexit.
51263
51264 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51265
51266         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51267         and CLOCK_BOOTTIME_ALARM.
51268
51269         [BZ #12782]
51270         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51271         is returned.
51272
51273         * string/_strerror.c (__strerror_r): Print negative errors as signed
51274         numbers.
51275
51276         [BZ #12777]
51277         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51278         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51279         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51280
51281         * configure.in: Fix typo in redirection and correct removal of test
51282         files in two cases.
51283
51284         [BZ #12788]
51285         * locale/setlocale.c (new_composite_name): Fix test to check for
51286         identical name of all categories.
51287
51288         [BZ #12792]
51289         * libio/filedoalloc.c (local_isatty): New function.
51290         (_IO_file_doallocate): Use local_isatty.
51291         * stdio-common/perror.c (perror): In case a new stream is used
51292         forward the stream error.
51293         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51294         error flag.
51295
51296 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51297
51298         [BZ #11869]
51299         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51300         alloca.
51301         * include/alloca.h (extend_alloca_account): Define.
51302
51303         [BZ #11857]
51304         * posix/regex.h: Fix comments with documentation of user-accessible
51305         fields after compilation and describe correct free'ing of pattern
51306         after re_compile_pattern.
51307         Patch by Reuben Thomas <rrt@sc3d.org>.
51308
51309 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51310
51311         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51312         and -mno-altivec to prevent the compiler from using Altivec and/or
51313         VSX instructions when the corresponding registers are not available.
51314
51315 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51316
51317         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51318
51319 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51320
51321         * libio/freopen.c (freopen): Use __dup2, not dup2.
51322         * libio/freopen64.c (freopen64): Likewise.
51323
51324 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51325
51326         [BZ #12775]
51327         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51328         * math/Makefile (tests): Add test-powl.
51329         (CFLAGS-test-powl.c): Define.
51330         * math/test-powl.c: New file.
51331
51332 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51333
51334         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51335
51336 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51337
51338         [BZ #11837]
51339         * iconvdata/gb18030.c: Update to GB18020-2005.
51340
51341 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51342
51343         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51344         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51345         Patch by Aharon Robbins <arnold@skeeve.com>.
51346
51347         [BZ #11892]
51348         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51349         on the stack.
51350
51351         [BZ #11895]
51352         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51353         through underflows.
51354
51355         [BZ #12766]
51356         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51357         point to strings before performing equality test for error_one_per_line
51358         mode.
51359
51360         [BZ #11697]
51361         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51362
51363         [BZ #11820]
51364         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51365         (struct user_fpregs_struct): Avoid __uint*_t types.
51366
51367         [BZ #6420]
51368         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51369         symbol info.  Use it instead of calling _dl_addr locally.
51370         (lock_and_info): New function.
51371         (tr_freehook): Call lock_and_info and pass symbol info as additional
51372         parameter to tr_where.
51373         (tr_mallochook): Likewise.
51374         (tr_reallochook): Likewise.
51375         (tr_memalignhook): Likewise.
51376
51377         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51378         used and couldn't be at all thread-safe.
51379
51380 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51381
51382         * libio/freopen.c (freopen): Don't close old file descriptor
51383         before the new one is opened.  Instead dup the new file descriptor
51384         to the old one after the new stream is created.
51385         * libio/freopen64.c (freopen64): Likewise.
51386         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51387         * libio/fileops.c (_IO_new_file_close_it): Handle new
51388         _IO_FLAGS2_NOCLOSE flag.
51389         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51390         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51391         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51392         _IO_FLAGS2_NOCLOSE flag.
51393         * include/unistd.h: Add hidden_proto for dup3.
51394         Define __have_dup3.
51395         * io/dup3.c: Define hidden symbol.
51396         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51397
51398         [BZ #7101]
51399         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51400         when an incomplete long option is used.
51401         * posix/tst-getopt_long1.c: New file.
51402         * posix/Makefile (tests): Add tst-getopt_long1.
51403
51404         [BZ #10138]
51405         * scripts/config.guess: Update from autoconf-2.68.
51406         * scripts/config.sub: Likewise.
51407
51408         [BZ #10157]
51409         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51410         tests into ...
51411         (has_cpuclock): ...this.  New function.
51412         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51413         macro here based on has_cpuclock code.
51414
51415         [BZ #10149]
51416         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51417         First byte (not low byte) is now always NUL.
51418         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51419
51420         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51421         Use non-cancelable interfaces.
51422
51423         [BZ #9809]
51424         * locale/iso-639.def: Add entry for Sorani.
51425
51426         [BZ #11901]
51427         * include/stdlib.h: Move include protection to the right place.
51428         Define abort_msg_s.  Declare __abort_msg with it.
51429         * stdlib/abort.c (__abort_msg): Adjust type.
51430         * assert/assert.c (__assert_fail_base): New function.  Majority
51431         of code from __assert_fail.  Allocate memory for __abort_msg with
51432         mmap.
51433         (__assert_fail): Now call __assert_fail_base.
51434         * assert/assert-perr.c: Remove bulk of implementation.  Use
51435         __assert_fail_base.
51436         * include/assert.hL Declare __assert_fail_base.
51437         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51438         mmap.
51439         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51440
51441 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51442
51443         [BZ #11952]
51444         [BZ #12453]
51445         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51446         until all modules are registered in the DTV.
51447         * elf/Makefile: Add rules to build and run tst-tls19.
51448         * elf/tst-tls19.c: New file.
51449         * elf/tst-tls19mod1.c: New file.
51450         * elf/tst-tls19mod2.c: New file.
51451         * elf/tst-tls19mod3.c: New file.
51452         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51453
51454         [BZ #12083]
51455         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51456         correctly.
51457
51458         [BZ #12601]
51459         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51460         two-byte sequence errors.
51461         * iconvdata/Makefile (tests): Add bug-iconv8.
51462         * iconvdata/bug-iconv8.c: New file.
51463
51464         [BZ #12626]
51465         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51466         buf2 definition.
51467
51468         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51469
51470         [BZ #12432]
51471         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51472         (dummy_getcfa): New function.
51473         (init): Get _Unwind_GetCFA address, use dummy if not found.
51474         (backtrace_helper): In recursion check, also check whether CFA changes.
51475         (__backtrace): Completely initialize arg.
51476
51477         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51478         storing incomplete byte sequence in state object.  Avoid testing for
51479         guaranteed too small input if we know there is enough data available.
51480
51481 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51482
51483         * Makeconfig (+link-pie): Indent.
51484         * Rules (binaries-pie): Define if $(have-fpie) and
51485         $(build-shared).
51486         (binaries-shared): Also filter out $(binaries-pie).
51487         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51488         * nscd/Makefile (others-pie): Add nscd.
51489         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51490         ($(objpfx)nscd): Remove command override.
51491         * login/Makefile (others-pie): Add pt_chown.
51492         ($(objpfx)pt_chown): Remove command override.
51493         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51494         remove command overrides.
51495
51496 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51497
51498         * libio/tst_putwc.c: Fix error messages.
51499
51500         [BZ #12724]
51501         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51502         currently writing and seek to current position when not.
51503         * libio/Makefile (tests): Add bug-fclose1.
51504         * libio/bug-fclose1.c: New file.
51505
51506 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51507
51508         [BZ #12511]
51509         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51510         don't set DF_1_NODELETE here.
51511         (do_lookup_x): When entering new entry test for copy relocation
51512         and if necessary set DF_1_NODELETE flag.
51513         * elf/tst-unique4.cc: New file.
51514         * elf/tst-unique4.h: New file.
51515         * elf/tst-unique4lib.cc: New file.
51516         * elf/Makefile: Add rules to build and run tst-unique4.
51517         Patch by Piotr Bury <pbury@goahead.com>.
51518
51519 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51520
51521         [BZ #12052]
51522         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51523
51524         [BZ #12625]
51525         * misc/mntent_r.c (addmntent): Flush the stream after the output
51526
51527         [BZ #12393]
51528         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51529         (is_trusted_path_normalize): Skip initial colon.  Append slash
51530         to empty buffer.  Duplicate is_trusted_path code but allow
51531         constructed patch to be prefix.
51532         (is_dst): Allow $ORIGIN followed by /.
51533         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51534         Correct testing of result of is_trusted_path_normalize
51535         (decompose_rpath): Fix warning.
51536
51537 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51538
51539         [BZ #11257]
51540         * grp/initgroups.c (internal_getgrouplist): When we found the service
51541         list through the initgroups entry in nsswitch.conf do not always
51542         continue on a successful lookup.  Don't always use the
51543         __nss_group_database value if it is set.
51544         * nss/nsswitch.conf (initgroups): Change action for successful db
51545         lookup to continue for compatibility.
51546
51547 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51548
51549         [BZ #11532]
51550         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51551         and CP774 modules.
51552         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51553         and CP774 modules.
51554         * iconvdata/tst-tables.sh: Likewise.
51555         * iconvdata/cp770.c: New file.
51556         * iconvdata/cp771.c: New file.
51557         * iconvdata/cp772.c: New file.
51558         * iconvdata/cp773.c: New file.
51559         * iconvdata/cp774.c: New file.
51560         * iconvdata/testdata/CP770: New file.
51561         * iconvdata/testdata/CP770..UTF8: New file.
51562         * iconvdata/testdata/CP771: New file.
51563         * iconvdata/testdata/CP771..UTF8: New file.
51564         * iconvdata/testdata/CP772: New file.
51565         * iconvdata/testdata/CP772..UTF8: New file.
51566         * iconvdata/testdata/CP773: New file.
51567         * iconvdata/testdata/CP773..UTF8: New file.
51568         * iconvdata/testdata/CP774: New file.
51569         * iconvdata/testdata/CP774..UTF8: New file.
51570
51571         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51572         END CHARMAP line.
51573         * iconvdata/gen-8bit-gap.sh: Likewise.
51574         * iconvdata/gen-8bit.sh: Likewise.
51575
51576         * locale/iso-639.def: Add ary entry.
51577
51578         [BZ #11258]
51579         * locale/C-translit.h.in: Add U20A1 transliteration.
51580
51581         [BZ #12178]
51582         * locale/iso-639.def: Add wae entry.
51583         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51584
51585         [BZ #12545]
51586         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51587         for n.
51588
51589         [BZ #12711]
51590         * locale/C-translit.h.in: Add entry for U20B9.
51591         Patch by pravin.d.s@gmail.com.
51592
51593 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51594
51595         [BZ #12713]
51596         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51597         ENAMETOOLONG use generic getcwd.
51598         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51599         in rtld.  Use *stat64.
51600         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51601         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51602         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51603         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51604         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51605         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51606         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51607         __fstatat64 macros.
51608         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51609         * dirent/rewinddir.c: Add libc_hidden_def.
51610         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51611         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51612
51613         * include/dirent.h (__alloc_dir): Add flags parameter.
51614         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51615         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51616         __alloc_dir.
51617         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51618         from fdopendir if O_CLOEXEC is already set.
51619
51620 2011-03-15  Alan Modra  <amodra@gmail.com>
51621
51622         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51623         l_tls_firstbyte_offset non-zero.  Save padding offset in
51624         l_tls_firstbyte_offset for later use.
51625         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51626         freeing static tls block.
51627
51628 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51629
51630         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51631         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51632         being defined by the kernel headers.
51633
51634 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51635
51636         [BZ #12734]
51637         * resolv/resolv.h: Define RES_NOTLDQUERY.
51638         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51639         no-tld-query and set RES_NOTLDQUERY.
51640         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51641         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51642         modern BIND to search name as TLD unless forbidden.
51643
51644 2011-05-07  Petr Baudis  <pasky@suse.cz>
51645             Ulrich Drepper  <drepper@gmail.com>
51646
51647         [BZ #12393]
51648         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51649         (is_trusted_path): ...to here.
51650         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51651         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51652         using is_trusted_path_normalize() in setuid scripts.
51653
51654 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51655
51656         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51657         __BEGIN/__END_DECLS.
51658
51659 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51660
51661         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51662         NSS_STATUS_NOTFOUND if no record was found.
51663
51664 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51665
51666         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51667         (headers-not-in-tirpc): Remove rpc/netdb.h
51668         * resolv/netdb.h: Revert last change.
51669
51670 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51671
51672         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51673         circular dependency between libgcc.a and libc.a.
51674
51675 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51676
51677         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51678         * nis/Makefile: Don't install rpcsvc/*.
51679         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51680         instead of <rpc/types.h>.
51681         (MAXHOSTNAMELEN): Define.
51682
51683 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51684
51685         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51686
51687 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51688
51689         [BZ #12714]
51690         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51691         gethostbyname4_r when IPv6 results are possible.
51692
51693 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51694
51695         [BZ #12723]
51696         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51697         _PC_PIPE_BUF handling.
51698
51699 2011-04-30  Bruno Haible  <bruno@clisp.org>
51700
51701         [BZ #12717]
51702         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51703         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51704         to 'int'.
51705         * inet/getnameinfo.c (getnameinfo): Likewise.
51706
51707 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51708
51709         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51710         to groups setting in database lookup.
51711         * nss/nsswitch.conf: Add initgroups entry.
51712
51713 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51714
51715         [BZ #12685]
51716         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51717         mode string.
51718         Patch by Eric Blake <eblake@redhat.com>.
51719
51720 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51721
51722         * sunrpc/Makefile (need-export-routines): Add svc_run.
51723         (routines): Remove svc_run.
51724         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51725         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51726         * sunrpc/svc_run.c (svc_run): Likewise.
51727         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51728
51729 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51730
51731         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51732         problem in reallocation in last patch.
51733
51734 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
51735
51736         * sunrpc/Makefile: Move inclusion of Rules.
51737
51738 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51739
51740         * nss/nss_files/files-initgroups.c: New file.
51741         * nss/Makefile (libnss_files-routines): Add files-initgroups.
51742         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51743         _nss_files_initgroups_dyn.
51744
51745 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
51746
51747         * elf/elf.h (R_ARM_IRELATIVE): Define.
51748
51749 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51750
51751         * po/ru.po: Update from translation team.
51752
51753 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51754
51755         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51756         dependencies.
51757
51758 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
51759
51760         [BZ #12653]
51761         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51762         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51763         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51764         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51765         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51766
51767 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
51768
51769         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51770         differing bytes.
51771         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51772         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51773         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51774
51775 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51776
51777         [BZ #12420]
51778         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51779         storing it.
51780         * stdlib/bug-getcontext.c: New file.
51781         * stdlib/Makefile: Add rules to build and run bug-getcontext.
51782
51783 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51784
51785         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51786         instructions into .machine "z9-109".
51787         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51788         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51789
51790 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51791
51792         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51793         between environment variables and auxiliary vector.
51794
51795 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
51796
51797         * Makefile: Add rules to build linkobj/libc.so.
51798         * include/libc-symbols.h: Define libc_hidden_nolink.
51799         * include/rpc/auth.h: Mark functions which are to be hidden.
51800         * include/rpc/auth_des.h: Likewise.
51801         * include/rpc/auth_unix.h: Likewise.
51802         * include/rpc/clnt.h: Likewise.
51803         * include/rpc/des_crypt.h: Likewise.
51804         * include/rpc/key_prot.h: Likewise.
51805         * include/rpc/pmap_clnt.h: Likewise.
51806         * include/rpc/pmap_prot.h: Likewise.
51807         * include/rpc/pmap_rmt.h: Likewise.
51808         * include/rpc/rpc_msg.h: Likewise.
51809         * include/rpc/svc.h: Likewise.
51810         * include/rpc/svc_auth.h: Likewise.
51811         * include/rpc/xdr.h: Likewise.
51812         * nis/Makefile: Link all DSOs against linkobj/libc.so.
51813         * nss/Makefile: Likewise.
51814         * sunrpc/Makefile: Don't install headers.  Build library with normal
51815         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
51816         * sunrpc/auth_des.c: Hide exported symbols by default, export some
51817         for the compat linking library.  Remove use of INTDEF/INTUSE.
51818         * sunrpc/auth_none.c: Likewise.
51819         * sunrpc/auth_unix.c: Likewise.
51820         * sunrpc/authdes_prot.c: Likewise.
51821         * sunrpc/authuxprot.c: Likewise.
51822         * sunrpc/clnt_gen.c: Likewise.
51823         * sunrpc/clnt_perr.c: Likewise.
51824         * sunrpc/clnt_raw.c: Likewise.
51825         * sunrpc/clnt_simp.c: Likewise.
51826         * sunrpc/clnt_tcp.c: Likewise.
51827         * sunrpc/clnt_udp.c: Likewise.
51828         * sunrpc/clnt_unix.c: Likewise.
51829         * sunrpc/des_crypt.c: Likewise.
51830         * sunrpc/des_soft.c: Likewise.
51831         * sunrpc/get_myaddr.c: Likewise.
51832         * sunrpc/key_call.c: Likewise.
51833         * sunrpc/key_prot.c: Likewise.
51834         * sunrpc/netname.c: Likewise.
51835         * sunrpc/pm_getmaps.c: Likewise.
51836         * sunrpc/pm_getport.c: Likewise.
51837         * sunrpc/pmap_clnt.c: Likewise.
51838         * sunrpc/pmap_prot.c: Likewise.
51839         * sunrpc/pmap_prot2.c: Likewise.
51840         * sunrpc/pmap_rmt.c: Likewise.
51841         * sunrpc/publickey.c: Likewise.
51842         * sunrpc/rpc_cmsg.c: Likewise.
51843         * sunrpc/rpc_common.c: Likewise.
51844         * sunrpc/rpc_dtable.c: Likewise.
51845         * sunrpc/rpc_prot.c: Likewise.
51846         * sunrpc/rpc_thread.c: Likewise.
51847         * sunrpc/rtime.c: Likewise.
51848         * sunrpc/svc.c: Likewise.
51849         * sunrpc/svc_auth.c: Likewise.
51850         * sunrpc/svc_authux.c: Likewise.
51851         * sunrpc/svc_raw.c: Likewise.
51852         * sunrpc/svc_run.c: Likewise.
51853         * sunrpc/svc_simple.c: Likewise.
51854         * sunrpc/svc_tcp.c: Likewise.
51855         * sunrpc/svc_udp.c: Likewise.
51856         * sunrpc/svc_unix.c: Likewise.
51857         * sunrpc/svcauth_des.c: Likewise.
51858         * sunrpc/xcrypt.c: Likewise.
51859         * sunrpc/xdr.c: Likewise.
51860         * sunrpc/xdr_array.c: Likewise.
51861         * sunrpc/xdr_float.c: Likewise.
51862         * sunrpc/xdr_intXX_t.c: Likewise.
51863         * sunrpc/xdr_mem.c: Likewise.
51864         * sunrpc/xdr_rec.c: Likewise.
51865         * sunrpc/xdr_ref.c: Likewise.
51866         * sunrpc/xdr_sizeof.c: Likewise.
51867         * sunrpc/xdr_stdio.c: Likewise.
51868
51869 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
51870
51871         [BZ #12650]
51872         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51873         * sysdeps/ia64/dl-tls.h: Likewise.
51874         * sysdeps/powerpc/dl-tls.h: Likewise.
51875         * sysdeps/s390/dl-tls.h: Likewise.
51876         * sysdeps/sh/dl-tls.h: Likewise.
51877         * sysdeps/sparc/dl-tls.h: Likewise.
51878         * sysdeps/x86_64/dl-tls.h: Likewise.
51879         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51880
51881 2011-03-14  Andreas Schwab  <schwab@redhat.com>
51882
51883         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51884         rpath element also skip the following colon.
51885         (expand_dynamic_string_token): Add is_path parameter and pass
51886         down to DL_DST_REQUIRED and _dl_dst_substitute.
51887         (decompose_rpath): Call expand_dynamic_string_token with
51888         non-zero is_path.  Ignore empty rpaths.
51889         (_dl_map_object_from_fd): Call expand_dynamic_string_token
51890         with zero is_path.
51891
51892 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
51893
51894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
51895         Make cancelable.
51896
51897 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
51898
51899         [BZ #12655]
51900         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
51901         Patch by Filipe David Manana <fdmanana@apache.org>.
51902
51903 2011-04-07  Andreas Schwab  <schwab@redhat.com>
51904
51905         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
51906         Maintain aligned stack.
51907         (CHECK_RSP): Remove unused macro.
51908
51909 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
51910
51911         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
51912         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
51913
51914 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
51915
51916         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
51917
51918         * include/features.h: Mention __USE_XOPEN2K8 in comment.
51919
51920 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
51921
51922         [BZ #12518]
51923         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
51924         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
51925         * sysdeps/x86_64/memmove.c: New file.
51926         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
51927         (memcpy): Renamed to ...
51928         (__new_memcpy): This.
51929         (memcpy): Provide GLIBC_2_14 memcpy.
51930         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
51931         (memcpy): Provide GLIBC_2_2_5 memcpy.
51932
51933 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51934
51935         [BZ #12631]
51936         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
51937
51938 2011-03-30  Andreas Schwab  <schwab@redhat.com>
51939
51940         * misc/syncfs.c: New file.
51941         * misc/Makefile (routines): Add syncfs.
51942         * posix/unistd.h: Declare syncfs.
51943         * sysdeps/unix/syscalls.list: Add syncfs.
51944
51945 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51946
51947         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
51948         open_by_handle_at.
51949         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51950         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51951         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51952         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51953         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51954         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
51955         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51956
51957 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51958
51959         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
51960         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51961         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
51962         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51963         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51964         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51965         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51966
51967         * io/Makefile: Compile fallocate.c, fallocate64.c, and
51968         sync_file_range.c with -fexceptions.
51969         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
51970         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
51971         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
51972         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
51973         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
51974         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
51975         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
51976         sync_file_range as cancellation point
51977         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
51978         now a wrapper around __call_sync_file_range with cancellation handling.
51979         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
51980         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
51981         function name to __call_sync_file_range.
51982         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
51983         Add call_sync_file_range.
51984
51985 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51986
51987         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51988         bits/timex.h.
51989
51990 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51991
51992         * iconv/iconv.h: Fix typo in comment.
51993         * io/fcntl.h: Likewise.
51994         * libio/stdio.h: Likewise.
51995         * posix/spawn.h: Likewise.
51996         * posix/unistd.h: Likewise.
51997         * stdlib/stdlib.h: Likewise.
51998         * time/time.h: Likewise.
51999         * wcsmbs/wchar.h: Likewise.
52000
52001         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52002         open_by_handle): Add.
52003         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52004         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52005         Augment a few comments.
52006         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52007         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52008         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52009         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52010         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52011         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52012         open_by_handle.
52013
52014         * io/fcntl.h (AT_EMPTY_PATH): Define.
52015
52016 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52017
52018         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52019         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52020         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52021         to...
52022         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52023         * Versions.def: Add GLIBC_2.14.
52024         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52025         Export.
52026
52027 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52028
52029         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52030         round counter.
52031         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52032
52033 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52034
52035         [BZ #12597]
52036         * string/test-strncmp.c (do_page_test): New function.
52037         (check2): Likewise.
52038         (test_main): Call check2.
52039         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52040
52041 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52042
52043         [BZ #12587]
52044         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52045         Handle cache information in CPU leaf 4.
52046         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52047
52048 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52049
52050         [BZ #12583]
52051         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52052         character representation.
52053         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52054
52055 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52056
52057         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52058         END(__isnan) to END(__isnanf) to match function entry point/label
52059         EALIGN(__isnanf,...).
52060
52061 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52062
52063         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52064
52065 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52066
52067         [BZ #12510]
52068         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52069         copy from the symbol referenced in the relocation to initialize the
52070         used variable.
52071         Patch by Piotr Bury <pbury@goahead.com>.
52072         * elf/Makefile: Add rules to build and tst-unique3.
52073         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52074         * elf/tst-unique3.cc: New file.
52075         * elf/tst-unique3.h: New file.
52076         * elf/tst-unique3lib.cc: New file.
52077         * elf/tst-unique3lib2.cc: New file.
52078
52079         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52080
52081 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52082
52083         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52084         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52085         to _start.
52086
52087 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52088
52089         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52090         to-be-loaded object along a path to loader is ld.so.
52091
52092 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52093             Ulrich Drepper  <drepper@gmail.com>
52094
52095         * sysdeps/x86_64/memset.S: After aligning destination, code
52096         branches to different locations depending on the value of
52097         misalignment, when multiarch is enabled. Fix this.
52098
52099 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52100
52101         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52102         Set _x86_64_preferred_memory_instruction for AMD processsors.
52103         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52104         Set bit_Prefer_SSE_for_memop for AMD processors.
52105
52106 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52107
52108         * libio/fmemopen.c (fmemopen): Optimize a bit.
52109
52110 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52111
52112         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52113
52114 2011-03-03  Roland McGrath  <roland@redhat.com>
52115
52116         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52117
52118 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52119
52120         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52121         __bzero_ultra1 instead of __memset_ultra1.
52122
52123 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52124             Ulrich Drepper  <drepper@gmail.com>
52125
52126         [BZ #12509]
52127         * include/link.h (struct link_map): Add l_orig_initfini.
52128         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52129         returning unsuccessfully.
52130         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52131         close of a file loaded at startup, restore the original l_initfini
52132         list.
52133         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52134         list, store the pointer.
52135         * elf/Makefile ($(objpfx)noload-mem): New rule.
52136         (noload-ENV): Define.
52137         (tests): Add $(objpfx)noload-mem.
52138         * elf/noload.c: Include <memcheck.h>.
52139         (main): Call mtrace.  Close all opened handles.
52140
52141 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52142
52143         [BZ #12454]
52144         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52145         dependencies are missing.
52146
52147 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52148
52149         Fix __if_freereq crash: Unlike the generic version which uses free,
52150         Hurd needs munmap.
52151         * sysdeps/mach/hurd/ifreq.h: New file.
52152
52153 2011-01-27  Petr Baudis  <pasky@suse.cz>
52154             Ulrich Drepper  <drepper@gmail.com>
52155
52156         [BZ 12445]#
52157         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52158         to extend_alloca().
52159         * stdio-common/bug23.c: New file.
52160         * stdio-common/Makefile (tests): Add bug23.
52161
52162 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52163             Ulrich Drepper  <drepper@gmail.com>
52164
52165         [BZ #12489]
52166         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52167         before performing relro protection.  At old place add assertion
52168         to make sure nothing changed.
52169
52170 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52171             Glauber de Oliveira Costa  <glommer@gmail.com>
52172
52173         * elf/elf.h: Add new ARM TLS relocs.
52174
52175 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52176
52177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52178         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52179         cast from r3.
52180         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52181         'tests' variable.
52182         * sysdeps/wordsize-64/tst-writev.c: New file.
52183
52184 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52185
52186         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52187         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52188         insns in _dl_start to prevent a TOC reference before relocs are
52189         resolved.
52190
52191 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52192
52193         [BZ #12469]
52194         * Makeconfig: Remove RANLIB definition.
52195         * Makerules: Don't use RANLIB.
52196         * aclocal.m4: Remove ranlib test.
52197         * configure.in: No need to check for ranlib.
52198         * elf/rtld-Rules: Don't use RANLIB.
52199
52200 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52201
52202         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52203         protection macro.
52204         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52205         inclusion protection macro.
52206
52207         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52208         SIGRTMIN and SIGRTMAX and print information in that case only when
52209         SIGRTMIN is defined.
52210
52211 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52212
52213         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52214         arginfo fn returning -1.
52215
52216         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52217         and thousands string is zero terminated.
52218
52219 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52220
52221         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52222         sysdeps/unix/sysv/linux/bits/socket.h.
52223
52224 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52225
52226         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52227         (__CPU_COUNT): Remove old macros.
52228         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52229         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52230         (__CPU_ALLOC, __CPU_FREE): Add macros.
52231         (__sched_cpualloc, __sched_cpufree): Add declarations.
52232
52233 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52234
52235         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52236         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52237         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52238         (readdhstai): Return value of addhstaiX call.
52239         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52240         (addgrbyX): Return value returned by cache_addgr.
52241         (readdgrbyname): Return value returned by addgrbyX.
52242         (readdgrbygid): Likewise.
52243         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52244         (addpwbyX): Return value returned by cache_addpw.
52245         (readdpwbyname): Return value returned by addhstbyX.
52246         (readdpwbyuid): Likewise.
52247         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52248         (addservbyX): Return value returned by cache_addserv.
52249         (readdservbyname): Return value returned by addservbyX:
52250         (readdservbyport): Likewise.
52251         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52252         (addhstbyX): Return value returned by cache_addhst.
52253         (readdhstbyname): Return value returned by addhstbyX.
52254         (readdhstbyaddr): Likewise.
52255         (readdhstbynamev6): Likewise.
52256         (readdhstbyaddrv6): Likewise.
52257         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52258         (readdinitgroups): Return value returned by addinitgroupsX.
52259         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52260         (prune_cache): Keep track of timeout value of re-added entries.
52261         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52262         * nscd/nscd.h: Adjust prototypes of readd* functions.
52263
52264 2011-02-04  Roland McGrath  <roland@redhat.com>
52265
52266         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52267         (nis_stats): Likewise.
52268         * nis/nis_modify.c (nis_modify): Likewise.
52269         * nis/nis_remove.c (nis_remove): Likewise.
52270         * nis/nis_add.c (nis_add): Likewise.
52271
52272         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52273
52274         * posix/fnmatch_loop.c: Add some consts.
52275
52276         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52277
52278 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52279
52280         [BZ #12460]
52281         * config.make.in (config-cflags-novzeroupper): Define.
52282         * configure.in: Substitute libc_cv_cc_novzeroupper.
52283         * elf/Makefile (AVX-CFLAGS): Define.
52284         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52285         (CFLAGS-tst-auditmod4a.c): Likewise.
52286         (CFLAGS-tst-auditmod4b.c): Likewise.
52287         (CFLAGS-tst-auditmod6b.c): Likewise.
52288         (CFLAGS-tst-auditmod6c.c): Likewise.
52289         (CFLAGS-tst-auditmod7b.c): Likewise.
52290         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52291
52292 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52293
52294         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52295         function to the callback.
52296         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52297
52298 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52299
52300         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52301         of errno.
52302
52303 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52304
52305         [BZ #11724]
52306         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52307         of constructors.
52308         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52309         of destructors.
52310         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52311
52312         [BZ #11724]
52313         * elf/Makefile: Add rules to build and run new test.
52314         * elf/tst-initorder.c: New file.
52315         * elf/tst-initorder.exp: New file.
52316         * elf/tst-initordera1.c: New file.
52317         * elf/tst-initordera2.c: New file.
52318         * elf/tst-initordera3.c: New file.
52319         * elf/tst-initordera4.c: New file.
52320         * elf/tst-initorderb1.c: New file.
52321         * elf/tst-initorderb2.c: New file.
52322         * elf/tst-order-a1.c: New file.
52323         * elf/tst-order-a2.c: New file.
52324         * elf/tst-order-a3.c: New file.
52325         * elf/tst-order-a4.c: New file.
52326         * elf/tst-order-b1.c: New file.
52327         * elf/tst-order-b2.c: New file.
52328         * elf/tst-order-main.c: New file.
52329         New test case by George Gensure <werkt0@gmail.com>.
52330
52331 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52332
52333         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52334         decoding ACE if AI_CANONIDN.
52335
52336 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52337
52338         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52339
52340 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52341
52342         * version.h (RELEASE): Bump for 2.13 release.
52343         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52344
52345         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52346
52347         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52348         MADV_NOHUGEPAGE.
52349         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52350         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52351         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52352         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52353         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52354         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52355
52356         * posix/getconf.c: Update copyright year.
52357         * catgets/gencat.c: Likewise.
52358         * csu/version.c: Likewise.
52359         * debug/catchsegv.sh: Likewise.
52360         * debug/xtrace.sh: Likewise.
52361         * elf/ldconfig.c: Likewise.
52362         * elf/ldd.bash.in: Likewise.
52363         * elf/sprof.c (print_version): Likewise.
52364         * iconv/iconv_prog.c: Likewise.
52365         * iconv/iconvconfig.c: Likewise.
52366         * locale/programs/locale.c: Likewise.
52367         * locale/programs/localedef.c: Likewise.
52368         * malloc/memusage.sh: Likewise.
52369         * malloc/mtrace.pl: Likewise.
52370         * nscd/nscd.c (print_version): Likewise.
52371         * nss/getent.c: Likewise.
52372
52373         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52374         PF_CAIF, and PF_ALG.
52375         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52376
52377 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52378
52379         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52380         (modules-names): Use them.
52381         (ifunc-test-modules, ifunc-pie-tests): Define.
52382         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52383         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52384         (test-extras): Likewise.
52385         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52386         $(compile-command.c).
52387         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52388         (all-built-dso): Define.
52389         (check-textrel.out, check-execstack.out): Depend on it.
52390
52391         * configure.in: Don't override --enable-multi-arch.
52392
52393 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52394
52395         [BZ #6812]
52396         * nscd/hstcache.c (tryagain): Define.
52397         (cache_addhst): Return tryagain not notfound for temporary errors.
52398         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52399         failed.
52400
52401 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52402
52403         [BZ #10563]
52404         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52405         to make the syscall.
52406         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52407
52408         [BZ #12378]
52409         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52410         and fall back to matching as normal character if the string ends before
52411         the matching ']' is found.  This is what POSIX requires.
52412         * posix/testfnm.c: Adjust test result.
52413         * posix/globtest.sh: Adjust test result.  Add new test.
52414         * posix/tst-fnmatch.input: Likewise.
52415         * posix/tst-fnmatch2.c: Add new test.
52416
52417 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52418
52419         * elf/Makefile (check-execstack): Revert last change.  Depend on
52420         check-execstack.h.
52421         (check-execstack.h): New target.
52422         (generated): Add check-execstack.h.
52423         * elf/check-execstack.c: Include "check-execstack.h".
52424         (main): Revert last change.
52425         (handle_file): Return zero if GNU_STACK is absent and
52426         DEFAULT_STACK_PERMS doesn't include PF_X.
52427
52428 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52429
52430         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52431         in child fails because the descriptor is already closed.
52432         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52433         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52434         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52435
52436         [BZ #12397]
52437         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52438         syscall.
52439
52440         [BZ #10484]
52441         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52442         temporary buffer used to handle multi lookups locally.
52443         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52444
52445 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52446
52447         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52448         loader is ld.so.
52449
52450 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52451
52452         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52453         alignment for SSE2.
52454
52455 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52456
52457         [BZ #12394]
52458         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52459         characters.  When rounding increased number of integer digits recompute
52460         number of groups.
52461         * stdio-common/tst-grouping.c: New file.
52462         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52463
52464 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52465
52466         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52467         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52468
52469         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52470         void.
52471         * bits/select.h: Likewise.
52472
52473 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52474
52475         * po/ja.po: Update from translation team.
52476
52477 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52478
52479         [BZ #11155]
52480         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52481         implementation just like for lxstat, fxstatat, et al.
52482
52483 2010-12-27  Jim Meyering  <meyering@redhat.com>
52484
52485         [BZ #12348]
52486         * posix/regexec.c (build_trtable): Return failure indication upon
52487         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52488
52489 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52490
52491         [BZ #12201]
52492         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52493         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52494         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52495         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52496
52497         [BZ #12207]
52498         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52499
52500         [BZ #12204]
52501         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52502         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52503
52504 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52505
52506         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52507         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52508         script has SORT_BY_INIT_PRIORITY.
52509         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52510         NO_CTORS_DTORS_SECTIONS is defined.
52511         * elf/soinit.c: Likewise.
52512         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52513         NO_CTORS_DTORS_SECTIONS is defined.
52514         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52515         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52516         * sysdeps/sh/init-first.c: Likewise.
52517         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52518
52519 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52520
52521         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52522         always use the slow path.
52523
52524 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52525
52526         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52527         similar rule which adds the sysdep directories to the header search in
52528         order to pick up the correct platform stackinfo.h.
52529         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52530         perform test if it is, otherwise return successfully without testing.
52531         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52532         DEFAULT_STACK_PERMS define in stackinfo.h.
52533         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52534         defined in stackinfo.h.
52535         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52536         DEFAULT_STACK_PERMS defined in stackinfo.h.
52537         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52538         * sysdeps/ia64/stackinfo.h: Likewise.
52539         * sysdeps/s390/stackinfo.h: Likewise.
52540         * sysdeps/sh/stackinfo.h: Likewise.
52541         * sysdeps/sparc/stackinfo.h: Likewise.
52542         * sysdeps/x86_64/stackinfo.h: Likewise.
52543         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52544         PF_X for powerpc64.  Retain PF_X for powerpc32.
52545
52546 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52547
52548         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52549         accurately.
52550         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52551         GETDENTS_64BIT_ALIGNED.
52552
52553 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52554
52555         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52556
52557 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52558
52559         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52560         _GNU_SOURCE.
52561
52562         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52563         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52564         Remove __restrict.
52565         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52566         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52567
52568 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52569
52570         [BZ #11655]
52571         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52572         are initialized.
52573
52574 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52575
52576         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52577
52578 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52579
52580         * po/it.po: Update from translation team.
52581
52582 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52583
52584         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52585         unused codes.
52586
52587 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52588
52589         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52590
52591 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52592
52593         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52594         specially.
52595         (gaih_getanswer_slice): Likewise.
52596
52597 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52598
52599         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52600
52601 2010-05-31  Petr Baudis  <pasky@suse.cz>
52602
52603         [BZ #11149]
52604         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52605         silently even in the chroot mode.
52606
52607 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52608
52609         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52610         last patch a bit.  Pretty printing
52611
52612 2010-05-31  Petr Baudis <pasky@suse.cz>
52613
52614         [BZ #10085]
52615         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52616         initialization of skip_initgroups_dyn.
52617
52618 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52619
52620         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52621         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52622
52623 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52624
52625         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52626
52627 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52628
52629         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52630         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52631         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52632         ($(objpfx)tst-fnmatch-mem): New rule.
52633         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52634         * posix/tst-fnmatch.c (main): Call mtrace.
52635
52636 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52637
52638         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52639         Support Intel processor model 6 and model 0x2c.
52640
52641 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52642
52643         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52644           signed comparison.
52645
52646 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52647
52648         [BZ #12205]
52649         * string/test-strncasecmp.c (check_result): New function.
52650         (do_one_test): Use it.
52651         (check1): New function.
52652         (test_main): Use it.
52653         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52654         Support strcasecmp and strncasecmp.
52655
52656 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52657
52658         [BZ #12194]
52659         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52660         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52661
52662 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52663
52664         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52665         IFUNC support.
52666         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52667         memset-x86-64.
52668         * sysdeps/x86_64/multiarch/bzero.S: New file.
52669         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52670         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52671         * sysdeps/x86_64/multiarch/memset.S: New file.
52672         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52673         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52674         Set bit_Prefer_SSE_for_memop for Intel processors.
52675         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52676         Define.
52677         (index_Prefer_SSE_for_memop): Define.
52678         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52679
52680 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52681
52682         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52683         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52684
52685 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52686
52687         [BZ #12191]
52688         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52689         (__x86_64_raw_data_cache_size_half): Likewise.
52690         (__x86_64_raw_shared_cache_size): Likewise.
52691         (__x86_64_raw_shared_cache_size_half): Likewise.
52692
52693         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52694         (__x86_64_raw_data_cache_size_half): Likewise.
52695         (__x86_64_raw_shared_cache_size): Likewise.
52696         (__x86_64_raw_shared_cache_size_half): Likewise.
52697         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52698         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52699         and __x86_64_raw_shared_cache_size_half.  Round
52700         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52701         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52702         to multiple of 256 bytes.
52703
52704 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52705
52706         [BZ #12167]
52707         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52708         of inacessible symlinks.  Verify result of symlink before returning it.
52709         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52710         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52711
52712 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52713
52714         * math/math.h (isinf): Fix typo in comment.
52715
52716 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52717
52718         * po/da.po: Update from translation team.
52719
52720 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52721
52722         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52723         is added to the list.
52724
52725 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52726             Ulrich Drepper  <drepper@gmail.com>
52727
52728         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52729         the global list here.  Move code to...
52730         (_dl_add_to_namespace_list): ...here.  New function.
52731         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52732         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52733         * elf/dl-load.c (lose): Don't remove the element from the list.
52734         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52735         (_dl_map_object): Likewise.
52736
52737 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
52738
52739         [BZ #12159]
52740         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52741         into all bytes of SSE register.
52742         Patch by Richard Li <richardpku@gmail.com>.
52743
52744 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
52745
52746         [BZ #12140]
52747         * malloc/malloc.c (_int_free): Fill correct number of bytes when
52748         perturbing.
52749
52750 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
52751
52752         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52753         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52754         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52755         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52757         submachine.
52758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52759
52760 2010-10-22  Andreas Schwab  <schwab@redhat.com>
52761
52762         * include/dlfcn.h (__RTLD_SECURE): Define.
52763         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
52764         mode & __RTLD_SECURE instead.
52765         (open_path): Rename preloaded parameter to secure.
52766         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52767         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52768         * elf/dl-deps.c (openaux): Likewise.
52769         * elf/rtld.c (struct map_args): Remove is_preloaded.
52770         (map_doit): Don't use it.
52771         (dl_main): Likewise.
52772         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52773         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52774
52775 2010-09-09  Andreas Schwab  <schwab@redhat.com>
52776
52777         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52778         (sysd-rules-targets): Remove duplicates.
52779         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52780         rtld-%.$o dependency.
52781
52782 2010-10-18  Andreas Schwab  <schwab@redhat.com>
52783
52784         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52785         _dl_map_object do it.
52786
52787 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
52788
52789         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52790         fast fma builtins, define the macros in the C99 standard.
52791         (FP_FAST_FMAF): Likewise.
52792         (FP_FAST_FMAL): Likewise.
52793         * sysdeps/x86_64/bits/mathdef.h: Likewise.
52794
52795         * bits/mathdef.h: Update copyright year.
52796         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52797
52798 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
52799
52800         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52801         builtins, define the macros in the C99 standard.
52802         (FP_FAST_FMAF): Likewise.
52803         (FP_FAST_FMAL): Likewise.
52804         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52805         multiply/add.
52806         (FP_FAST_FMAF): Likewise.
52807
52808 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
52809
52810         [BZ #3268]
52811         * math/libm-test.inc (fma_test): Some new testcases.
52812         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52813         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52814         y and infinite z.  Do multiplication by C already in long double.
52815         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52816         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52817         y and infinite z.  Do bitwise or of inexact bit into u.d.
52818         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52819         * sysdeps/i386/fpu/s_fmaf.S: Removed.
52820         * sysdeps/i386/fpu/s_fma.S: Removed.
52821         * sysdeps/i386/fpu/s_fmal.S: Removed.
52822
52823 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
52824
52825         [BZ #3268]
52826         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52827         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52828         computation is not scheduled after fetestexcept.  Fix value
52829         of minimum denormal long double.
52830
52831 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
52832
52833         [BZ #3268]
52834         * math/libm-test.inc (fma_test): Add some more tests.
52835         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52836         correctly.
52837
52838 2010-10-15  Andreas Schwab  <schwab@redhat.com>
52839
52840         * scripts/data/localplt-s390-linux-gnu.data: New file.
52841         * scripts/data/localplt-s390x-linux-gnu.data: New file.
52842
52843 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
52844
52845         [BZ #3268]
52846         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52847         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52848         instead of dbl-64.
52849         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52850         inlines.
52851         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52852         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52853         if one of x and y is very large and the other is subnormal.
52854         * sysdeps/s390/fpu/s_fmaf.c: New file.
52855         * sysdeps/s390/fpu/s_fma.c: New file.
52856         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52857         * sysdeps/powerpc/fpu/s_fma.S: New file.
52858         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52859         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52860         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52861
52862 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
52863
52864         [BZ #3268]
52865         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52866         fma tests.
52867         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52868         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52869         * sysdeps/i386/i686/multiarch/s_fma.c: Include
52870         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52871         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52872         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52873         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52874
52875 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
52876
52877         [BZ #12078]
52878         * posix/regcomp.c (parse_branch): One more memory leak plugged.
52879         * posix/bug-regex31.input: Add test case.
52880
52881 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52882
52883         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52884         * posix/bug-regex31.input: New file.
52885
52886         [BZ #12078]
52887         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52888         (parse_sub_exp): Fix last change, use postorder.
52889
52890         * posix/bug-regex31.c: New file.
52891         * posix/Makefile: Add rules to build and run bug-regex31.
52892
52893         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
52894
52895         [BZ #12078]
52896         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
52897
52898         [BZ #12108]
52899         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
52900         to have entries in sys_siglist.
52901
52902         [BZ #12093]
52903         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
52904         be NULL.
52905
52906 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
52907
52908         [BZ #3268]
52909         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
52910         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
52911         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
52912         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
52913         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52914         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
52915         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
52916         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
52917         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
52918         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
52919         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
52920         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
52921         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
52922         * math/ftestexcept.c (fetestexcept): Likewise.
52923         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
52924         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
52925         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
52926         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
52927         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
52928         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
52929         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
52930
52931 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52932
52933         [BZ #12107]
52934         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
52935         newline.
52936
52937 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
52938
52939         * string/bug-strstr1.c: New file.
52940         * string/Makefile: Add rules to build and run bug-strstr1.
52941
52942 2010-10-05  Eric Blake  <eblake@redhat.com>
52943
52944         [BZ #12092]
52945         * string/str-two-way.h (two_way_long_needle): Always clear memory
52946         when skipping input due to the shift table.
52947
52948 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
52949
52950         [BZ #12005]
52951         * malloc/mcheck.c: Handle large requests.
52952
52953         [BZ #12077]
52954         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
52955         for strncmp and strncasecmp.
52956         * string/stratcliff.c: Add tests for strcmp and strncmp.
52957         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
52958
52959 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52960
52961         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
52962         __set_fpscr.
52963
52964 2010-09-30  Andreas Jaeger  <aj@suse.de>
52965
52966         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
52967         (CGROUP_SUPER_MAGIC): Define.
52968         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52969         Handle btrfs and cgroup file systems.
52970         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
52971         Likewise.
52972
52973 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
52974
52975         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
52976         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
52977
52978 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52979
52980         [BZ #12067]
52981         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
52982         trying to locate the ELF header.
52983
52984 2010-09-27  Andreas Schwab  <schwab@redhat.com>
52985
52986         [BZ #11611]
52987         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
52988         Mask out sign-bit copies when constructing f_fsid.
52989
52990 2010-09-24  Petr Baudis <pasky@suse.cz>
52991
52992         * debug/stack_chk_fail_local.c: Add missing licence exception.
52993         * debug/warning-nop.c: Likewise.
52994
52995 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
52996
52997         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
52998         implementing getdents64 using getdents syscall, set d_type if
52999         __ASSUME_GETDENTS32_D_TYPE.
53000
53001 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53002
53003         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53004         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53005
53006 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53007
53008         [BZ #12037]
53009         * posix/unistd.h: Undo change of feature selection for ftruncate from
53010         2010-01-11.
53011
53012 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53013
53014         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53015         detection.
53016
53017 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53018
53019         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53020         fanotify_mark.
53021         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53022
53023 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53024
53025         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53026         variables after CHECK_SP call.
53027         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53028
53029 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53030             Ulrich Drepper  <drepper@redhat.com>
53031
53032         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53033         re-relocationg ld.so.
53034         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53035         _dl_init_paths call.
53036         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53037         here anymore.
53038
53039 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53040
53041         * resolv/res_init.c (__res_vinit): Count the default server we added.
53042
53043 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53044             Ulrich Drepper  <drepper@redhat.com>
53045
53046         [BZ #11968]
53047         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53048         (____longjmp_chk): Use %ebx for saving value across system call.
53049         Add unwind info.
53050
53051 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53052
53053         * manual/Makefile: Don't mix pattern rules with normal rules.
53054
53055 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53056
53057         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53058         operation.
53059         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53060         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53061         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53062         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53063         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53064         Likewise.
53065
53066 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53067
53068         [BZ #11979]
53069         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53070         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53071
53072 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53073
53074         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53075         * sysdeps/x86_64/addmul_1.S: Likewise.
53076         * sysdeps/x86_64/lshift.S: Likewise.
53077         * sysdeps/x86_64/mul_1.S: Likewise.
53078         * sysdeps/x86_64/rshift.S: Likewise.
53079         * sysdeps/x86_64/sub_n.S: Likewise.
53080         * sysdeps/x86_64/submul_1.S: Likewise.
53081
53082 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53083
53084         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53085         Define __sched_param instead of SCHED_* and sched_param when
53086         <bits/sched.h> is included with __need_schedparam defined.
53087         * bits/sched.h [__need_schedparam]
53088         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53089         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53090         (__defined_schedparam): Define to 1.
53091         (__sched_param): New structure, identical to sched_param.
53092         (__need_schedparam): Undefine.
53093
53094 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53095
53096         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53097         (epoll_create1): Declare.
53098
53099         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53100
53101 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53102
53103         [BZ #7066]
53104         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53105         shifting retval into place.
53106
53107 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53108
53109         * nis/rpcsvc/nis.h: Update copyright notice.
53110         * nis/rpcsvc/nis.x: Likewise.
53111         * nis/rpcsvc/nis_callback.h: Likewise.
53112         * nis/rpcsvc/nis_callback.x: Likewise.
53113         * nis/rpcsvc/nis_object.x: Likewise.
53114         * nis/rpcsvc/nis_tags.h: Likewise.
53115         * nis/rpcsvc/yp.h: Likewise.
53116         * nis/rpcsvc/yp.x: Likewise.
53117         * nis/rpcsvc/ypupd.h: Likewise.
53118         * nis/yp_xdr.c: Likewise.
53119         * nis/ypupdate_xdr.c: Likewise.
53120
53121         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53122         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53123         (pmap_getport): Use __libc_rpc_getport.
53124         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53125         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53126         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53127
53128 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53129
53130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53131         fanotify_mark.
53132
53133 2010-08-27  Roland McGrath  <roland@redhat.com>
53134
53135         * sysdeps/i386/i686/multiarch/Makefile
53136         (CFLAGS-varshift.c): New variable.
53137
53138 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53139
53140         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53141         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53142
53143         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53144
53145         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53146
53147 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53148
53149         * sysdeps/x86_64/strlen.S: Unroll the loop.
53150         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53151         strlen-sse2 strlen-sse2-bsf.
53152         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53153         __strlen_no_bsf if bit_Slow_BSF is set.
53154         (__strlen_sse42): Removed.
53155         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53156         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53157
53158 2010-08-25  Roland McGrath  <roland@redhat.com>
53159
53160         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53161         * sysdeps/x86_64/multiarch/varshift.c: New file.
53162         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53163         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53164         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53165         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53166
53167 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53168
53169         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53170         strlen-sse2 strlen-sse2-bsf.
53171         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53172         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53173         (__strlen_sse2): Removed.
53174         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53175         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53176         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53177         bit_Slow_BSF for Atom.
53178         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53179         (index_Slow_BSF): Define.
53180         (HAS_SLOW_BSF): Define.
53181
53182 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53183
53184         [BZ #10851]
53185         * resolv/res_init.c (__res_vinit): When no server address at all
53186         is given default to loopback.
53187
53188 2010-08-24  Roland McGrath  <roland@redhat.com>
53189
53190         * configure.in: Remove config-name.h generation.
53191         * configure: Regenerated.
53192         * config-name.in: File removed.
53193         * scripts/config-uname.sh: New file.
53194         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53195         ($(objdir)config-name.h): New target.
53196
53197         * sunrpc/rpc_parse.h: Avoid nested comment.
53198
53199 2010-08-24  Richard Henderson  <rth@redhat.com>
53200             Ulrich Drepper  <drepper@redhat.com>
53201             H.J. Lu  <hongjiu.lu@intel.com>
53202
53203         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53204         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53205         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53206         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53207         _mm_alignr_epi8 with _mm_loadu_si128.
53208         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53209         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53210         (__m128i_shift_right): Removed.
53211         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53212         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53213         * sysdeps/x86_64/multiarch/varshift.h: New file.
53214         * sysdeps/x86_64/multiarch/varshift.S: New file.
53215
53216 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53217
53218         * configure.in: Move assembler checks to before sysdep dir checking.
53219
53220 2010-08-20  Petr Baudis  <pasky@suse.cz>
53221
53222         * LICENSES: Sync the sunrpc license.
53223
53224 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53225
53226         * sunrpc/auth_des.c: Update copyright notice once again.
53227         * sunrpc/auth_none.c: Likewise.
53228         * sunrpc/auth_unix.c: Likewise.
53229         * sunrpc/authdes_prot.c: Likewise.
53230         * sunrpc/authuxprot.c: Likewise.
53231         * sunrpc/bindrsvprt.c: Likewise.
53232         * sunrpc/clnt_gen.c: Likewise.
53233         * sunrpc/clnt_perr.c: Likewise.
53234         * sunrpc/clnt_raw.c: Likewise.
53235         * sunrpc/clnt_simp.c: Likewise.
53236         * sunrpc/clnt_tcp.c: Likewise.
53237         * sunrpc/clnt_udp.c: Likewise.
53238         * sunrpc/clnt_unix.c: Likewise.
53239         * sunrpc/des_crypt.c: Likewise.
53240         * sunrpc/des_soft.c: Likewise.
53241         * sunrpc/get_myaddr.c: Likewise.
53242         * sunrpc/getrpcport.c: Likewise.
53243         * sunrpc/key_call.c: Likewise.
53244         * sunrpc/key_prot.c: Likewise.
53245         * sunrpc/openchild.c: Likewise.
53246         * sunrpc/pm_getmaps.c: Likewise.
53247         * sunrpc/pm_getport.c: Likewise.
53248         * sunrpc/pmap_clnt.c: Likewise.
53249         * sunrpc/pmap_prot.c: Likewise.
53250         * sunrpc/pmap_prot2.c: Likewise.
53251         * sunrpc/pmap_rmt.c: Likewise.
53252         * sunrpc/rpc/auth.h: Likewise.
53253         * sunrpc/rpc/auth_unix.h: Likewise.
53254         * sunrpc/rpc/clnt.h: Likewise.
53255         * sunrpc/rpc/des_crypt.h: Likewise.
53256         * sunrpc/rpc/key_prot.h: Likewise.
53257         * sunrpc/rpc/netdb.h: Likewise.
53258         * sunrpc/rpc/pmap_clnt.h: Likewise.
53259         * sunrpc/rpc/pmap_prot.h: Likewise.
53260         * sunrpc/rpc/pmap_rmt.h: Likewise.
53261         * sunrpc/rpc/rpc.h: Likewise.
53262         * sunrpc/rpc/rpc_des.h: Likewise.
53263         * sunrpc/rpc/rpc_msg.h: Likewise.
53264         * sunrpc/rpc/svc.h: Likewise.
53265         * sunrpc/rpc/svc_auth.h: Likewise.
53266         * sunrpc/rpc/types.h: Likewise.
53267         * sunrpc/rpc/xdr.h: Likewise.
53268         * sunrpc/rpc_clntout.c: Likewise.
53269         * sunrpc/rpc_cmsg.c: Likewise.
53270         * sunrpc/rpc_common.c: Likewise.
53271         * sunrpc/rpc_cout.c: Likewise.
53272         * sunrpc/rpc_dtable.c: Likewise.
53273         * sunrpc/rpc_hout.c: Likewise.
53274         * sunrpc/rpc_main.c: Likewise.
53275         * sunrpc/rpc_parse.c: Likewise.
53276         * sunrpc/rpc_parse.h: Likewise.
53277         * sunrpc/rpc_prot.c: Likewise.
53278         * sunrpc/rpc_sample.c: Likewise.
53279         * sunrpc/rpc_scan.c: Likewise.
53280         * sunrpc/rpc_scan.h: Likewise.
53281         * sunrpc/rpc_svcout.c: Likewise.
53282         * sunrpc/rpc_tblout.c: Likewise.
53283         * sunrpc/rpc_util.c: Likewise.
53284         * sunrpc/rpc_util.h: Likewise.
53285         * sunrpc/rpcinfo.c: Likewise.
53286         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53287         * sunrpc/rpcsvc/key_prot.x: Likewise.
53288         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53289         * sunrpc/rpcsvc/mount.x: Likewise.
53290         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53291         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53292         * sunrpc/rpcsvc/rex.x: Likewise.
53293         * sunrpc/rpcsvc/rstat.x: Likewise.
53294         * sunrpc/rpcsvc/rusers.x: Likewise.
53295         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53296         * sunrpc/rpcsvc/spray.x: Likewise.
53297         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53298         * sunrpc/rtime.c: Likewise.
53299         * sunrpc/svc.c: Likewise.
53300         * sunrpc/svc_auth.c: Likewise.
53301         * sunrpc/svc_authux.c: Likewise.
53302         * sunrpc/svc_raw.c: Likewise.
53303         * sunrpc/svc_run.c: Likewise.
53304         * sunrpc/svc_simple.c: Likewise.
53305         * sunrpc/svc_tcp.c: Likewise.
53306         * sunrpc/svc_udp.c: Likewise.
53307         * sunrpc/svc_unix.c: Likewise.
53308         * sunrpc/svcauth_des.c: Likewise.
53309         * sunrpc/xcrypt.c: Likewise.
53310         * sunrpc/xdr.c: Likewise.
53311         * sunrpc/xdr_array.c: Likewise.
53312         * sunrpc/xdr_float.c: Likewise.
53313         * sunrpc/xdr_mem.c: Likewise.
53314         * sunrpc/xdr_rec.c: Likewise.
53315         * sunrpc/xdr_ref.c: Likewise.
53316         * sunrpc/xdr_sizeof.c: Likewise.
53317         * sunrpc/xdr_stdio.c: Likewise.
53318
53319         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53320         handling.
53321
53322 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53323
53324         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53325
53326 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53327
53328         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53329         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53330         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53331         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53332         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53333         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53334         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53335         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53336         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53337         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53338         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53339         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53340         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53341         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53342
53343 2010-07-26  Anton Blanchard  <anton@samba.org>
53344
53345         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53346         * malloc/arena.c (heap_trim): Likewise.
53347
53348 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53349
53350         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53351         here.  Not...
53352         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53353         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53354
53355 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53356
53357         * sysdeps/i386/elf/Makefile: New file.
53358
53359 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53360
53361         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53362         from fanotify_init.
53363         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53364         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53365
53366 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53367
53368         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53369         of strncasecmp_l.
53370         * sysdeps/multiarch/strcmp.S: Likewise.
53371
53372 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53373
53374         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53375         strncase_l-nonascii.
53376         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53377         Add strncase_l-ssse3.
53378         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53379         * sysdeps/x86_64/strcmp.S: Likewise.
53380         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53381         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53382         * sysdeps/x86_64/strncase.S: New file.
53383         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53384         * sysdeps/x86_64/strncase_l.S: New file.
53385         * string/Makefile (strop-tests): Add strncasecmp.
53386         * string/test-strncasecmp.c: New file.
53387
53388         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53389         warning.
53390
53391         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53392         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53393
53394 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53395
53396         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53397
53398 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53399
53400         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53401         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53402         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53403
53404 2010-05-01  Alan Modra  <amodra@gmail.com>
53405
53406         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53407         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53408         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53409         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53410         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53411         tidying.  Don't tail-call __sigjmp_save for static lib.
53412         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53413         save location.
53414         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53415         (CALL_MCOUNT): Add eh info, and nop after bl.
53416         (TAIL_CALL_SYSCALL_ERROR): New macro.
53417         (PSEUDO_RET): Use it.
53418         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53419         Correct save location of integer regs and cr.
53420         (_dl_profile_resolve): Correct cr save location.  Delete nops
53421         after bl when SHARED.  Reduce cfi size a little by better
53422         placement of cfi directives.
53423         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53424         make a stack frame.  Instead use parm save area as a temp.
53425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53426         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53428         Don't make a stack frame for parent, use parm save area.
53429         Increase child stack frame to 112 bytes.  Don't save unused reg,
53430         and adjust reg usage.  Set up cfi on error recovery and
53431         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53433         (__makecontext): Add dummy nop after jump to exit.
53434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53435         Use correct parm save area and cr save, reduce stack frame.
53436         Correct cfi for possible PSEUDO_RET frame setup.
53437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53438         Branch to local label emitted by PSEUDO_RET rather than
53439         __syscall_error.
53440
53441 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53442
53443         [BZ #11904]
53444         * locale/programs/locale.c (print_assignment): New function.
53445         (show_locale_vars): Use it.
53446
53447 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53448
53449         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53450         field.
53451         (struct statfs64): Likewise.
53452         (_STATFS_F_FLAGS): Define.
53453         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53454         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53455         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53456         (ST_VALID): Define locally.
53457         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53458         __statvfs_getflags, use the provided value.
53459         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53460         __ASSUME_STATFS_F_FLAGS.
53461
53462         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53463
53464         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53465         Add sys/fanotify.h.
53466         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53467         fanotify_mask for GLIBC_2.13.
53468         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53469         fanotify_init and fanotify_mark.
53470         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53471         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53472
53473         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53474         Add prlimit.
53475         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53476         prlimit64 for GLIBC_2.13.
53477         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53478         prlimit64.
53479         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53480         syscall.
53481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53482         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53483         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53484         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53485         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53486         add prlimit alias.
53487         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53488
53489         [BZ #11903]
53490         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53491         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53492
53493         * nss/Makefile: Add rules to build and run tst-nss-test1.
53494         * shlib-versions: Add entry for libnss_test1.
53495         * nss/nss_test1.c: New file.
53496         * nss/tst-nss-test1.c: New file.
53497
53498         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53499         (__nss_configure_lookup): Set appropriate entry in
53500         __nss_configure_lookup to true.
53501         * nss/nsswitch.h: Define enum with indeces of databases in
53502         databases and __nss_database_custom arrays.  Declare
53503         __nss_database_custom.
53504         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53505         to avoid using nscd when custom rules are installed.
53506         * nss/getXXbyYY_r.c: Likewise.
53507         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53508
53509         * nss/nss_files/files-parse.c: Whitespace fixes.
53510
53511 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53512
53513         [BZ #11883]
53514         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53515         * posix/fnmatch_loop.c: Likewise.
53516
53517 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53518
53519         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53520         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53521         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53522         * Versions.def [GLIBC_2.13]: Add.
53523
53524 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53525
53526         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53527         Also fail if tpwd after pwuid call is NULL.
53528
53529 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53530
53531         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53532         when converting to ms.
53533
53534 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53535
53536         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53537         EOPNOTSUPP errors with ENOTTY.
53538         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53539         EOPNOTSUPP errors with ENOTTY.
53540
53541 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53542
53543         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53544         Add strcasecmp_l-ssse3.
53545         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53546         strcasecmp.
53547         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53548         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53549         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53550
53551 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53552
53553         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53554
53555         * string/Makefile (strop-tests): Add strcasecmp.
53556         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53557         strcasecmp_l-nonascii.
53558         (gen-as-const-headers): Add locale-defines.sym.
53559         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53560         * sysdeps/x86_64/strcasecmp.S: New file.
53561         * sysdeps/x86_64/strcasecmp_l.S: New file.
53562         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53563         * sysdeps/x86_64/locale-defines.sym: New file.
53564         * string/test-strcasecmp.c: New file.
53565
53566         * string/test-strcasestr.c: Test both ends of the range of characters.
53567         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53568
53569 2010-07-29  Roland McGrath  <roland@redhat.com>
53570
53571         [BZ #11856]
53572         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53573
53574 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53575
53576         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53577         for ld.so.
53578
53579 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53580
53581         * manual/memory.texi (Malloc Tunable Parameters): Document
53582         M_PERTURB.
53583
53584 2010-07-26  Roland McGrath  <roland@redhat.com>
53585
53586         [BZ #11840]
53587         * configure.in (-fgnu89-inline check): Set and substitute
53588         gnu89_inline, not libc_cv_gnu89_inline.
53589         * configure: Regenerated.
53590         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53591
53592 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53593
53594         * string/test-strnlen.c: New file.
53595         * string/Makefile (strop-tests): Add strnlen.
53596         * string/tester.c (test_strnlen): Add a few more test cases.
53597         * string/tst-strlen.c: Better error reporting.
53598
53599         * sysdeps/x86_64/strnlen.S: New file.
53600
53601 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53602
53603         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53604         lower-latency instructions.
53605
53606 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53607
53608         * string/test-strcasestr.c: New file.
53609         * string/test-strstr.c: New file.
53610         * string/Makefile (strop-tests): Add strstr and strcasestr.
53611         * string/str-two-way.h: Don't undefine MAX.
53612         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53613
53614 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53615
53616         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53617         strcasestr-nonascii.
53618         (CFLAGS-strcasestr-nonascii.c): Define.
53619         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53620         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53621         Remove unused attribute.
53622
53623 2010-07-20  Roland McGrath  <roland@redhat.com>
53624
53625         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53626         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53627         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53628         like LD_HWCAP_MASK can disable hwcaps.
53629
53630 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53631
53632         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53633
53634 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53635
53636         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53637         call in strcasestr.
53638         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53639         __strcasestr_sse42_nonascii.
53640         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53641         strcasestr-nonascii.c.
53642         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53643
53644 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53645
53646         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53647         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53648         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53649         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53650
53651 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53652
53653         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53654         fcntl.
53655
53656 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53657
53658         [BZ #11577]
53659         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53660         dl_signal_cerror.
53661
53662 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53663
53664         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53665         _PC_PIPE_BUF using F_GETPIPE_SZ.
53666
53667 2010-07-05  Roland McGrath  <roland@redhat.com>
53668
53669         * manual/arith.texi (Rounding Functions): Fix rint description
53670         implicit in round description.
53671
53672 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53673
53674         * elf/Makefile: Fix linking for a few tests to make recent linker
53675         happy.
53676
53677 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53678
53679         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53680         $(common-objpfx)libc_nonshared.a.
53681
53682 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53683
53684         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53685         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53686         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53687         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53688         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53689         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53690         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53691         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53706         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53707         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53708         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53709         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53710         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53711         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53712         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53713         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53714         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53715         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53716         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53717         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53732
53733 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
53734
53735         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53736         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
53737         * string/memmove.c (memmove): Renamed to ...
53738         (MEMMOVE): ...this.  Default to memmove.
53739         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53740         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53741         (END_CHK): Define.
53742         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53743         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53744         mempcpy-ssse3-back memmove-ssse3-back.
53745         * sysdeps/x86_64/multiarch/bcopy.S: New file .
53746         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53747         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53748         * sysdeps/x86_64/multiarch/memcpy.S: New file.
53749         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53750         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53751         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53752         * sysdeps/x86_64/multiarch/memmove.c: New file.
53753         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53754         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53755         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53756         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53757         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53758         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53759         Define.
53760         (index_Fast_Copy_Backward): Define.
53761         (HAS_ARCH_FEATURE): Define.
53762         (HAS_FAST_REP_STRING): Define.
53763         (HAS_FAST_COPY_BACKWARD): Define.
53764
53765 2010-06-21  Andreas Schwab  <schwab@redhat.com>
53766
53767         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53768         Restore proper fallback handling.
53769
53770 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
53771
53772         [BZ #11701]
53773         * posix/group_member.c (__group_member): Correct checking loop.
53774
53775         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53776         OOM in getpwuid_r correctly.  Return error number when the caller
53777         should return, otherwise -1.
53778         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53779         call returning > 0 value.
53780         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53781
53782 2010-06-07  Andreas Schwab  <schwab@redhat.com>
53783
53784         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53785         libc_nonshared.a from targets in modules-names.
53786
53787 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
53788
53789         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53790         requires it.
53791
53792 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
53793
53794         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53795         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53796         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53797         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53798
53799 2010-06-02  Andreas Schwab  <schwab@redhat.com>
53800
53801         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53802
53803 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
53804
53805         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53806         and F_GETPIPE_SZ.
53807         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53808         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53809         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53810         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53811         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53812         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53813
53814 2010-06-14  Roland McGrath  <roland@redhat.com>
53815
53816         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53817
53818 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
53819
53820         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53821         __REDIRECT followed by __THROW.
53822         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53823         * posix/getopt.h (getopt): Likewise.
53824
53825 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53826
53827         * hurd/lookup-at.c (__file_name_lookup_at): Accept
53828         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
53829         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53830         in AT_FLAGS.
53831         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53832         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53833
53834 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
53835
53836         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53837
53838 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
53839
53840         [BZ #11640]
53841         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53842         Properly check family and model.
53843
53844 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
53845
53846         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53847
53848 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
53849
53850         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53851
53852 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
53853
53854         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53855         symbol reference.
53856
53857 2010-05-19  Andreas Schwab  <schwab@redhat.com>
53858
53859         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53860         symbol reference.
53861
53862 2010-05-21  Andreas Schwab  <schwab@redhat.com>
53863
53864         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53865         and internal_recvmmsg.
53866         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53867         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53868         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53869         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53870
53871         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53872         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53873         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53874
53875 2010-05-20  Andreas Schwab  <schwab@redhat.com>
53876
53877         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53878
53879 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
53880
53881         POWER7 optimizations.
53882         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53883         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53884
53885 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
53886
53887         * version.h: Update for 2.13 development version.
53888
53889 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
53890
53891         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
53892         exceptions.  Return 0.
53893
53894 2010-05-07  Roland McGrath  <roland@redhat.com>
53895
53896         * elf/ldconfig.c (main): Add a const.
53897
53898 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
53899
53900         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
53901         (args_options): Add no-idn option.
53902         (ahosts_keys_int): Add idn_flags to ai_flags.
53903         (parse_option): Handle 'i' option to clear idn_flags.
53904
53905         * malloc/malloc.c (_int_free): Possible race in the most recently
53906         added check.  Only act on the data if no current modification
53907         happened.
53908
53909 See ChangeLog.17 for earlier changes.