libio: Fix buffer overrun in tst-ftell-active-handler
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2
3         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4         for wide-character tests.
5
6 2014-12-04  Roland McGrath  <roland@hack.frob.com>
7
8         * io/openat64.c: #include <libc-internal.h>
9         (__openat64): Prototypify.  Use ignore_value on MODE.
10         * io/openat.c: Likewise.
11         * misc/reboot.c: #include <libc-internal.h>
12         (reboot): Prototypify.  Use ignore_value on HOWTO.
13         * misc/ptrace.c: #include <libc-internal.h>
14         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
15
16 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
17
18         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
19         XPG4, UNIX98 and XOPEN2K.
20         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
21         Remove variable.
22         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
23
24 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25
26         * libio/fileops.c: Use ISO C style for function definitions.
27         * libio/iofopen.c: Likewise.
28         * libio/wfileops.c: Likewise.
29
30         [BZ #17653]
31         * libio/fileops.c (_IO_new_file_underflow): Unset cached
32         offset on EOF.
33         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
34         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
35         (fgets_func): Function pointer to fgets and fgetws.
36         (do_ftell_test): Add test to verify ftell value after read
37         EOF.
38         (do_test): Set fgets_func.
39
40         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
41         O_TRUNC flag for w and w+ modes.
42         (do_rewind_test): Likewise.
43         (do_ftell_test): Likewise.
44         (do_write_test): Likewise.
45
46         [BZ #17647]
47         * libio/fileops.c (do_ftell): Seek only when there are
48         unflushed writes.
49         * libio/wfileops.c (do_ftell_wide): Likewise.
50         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
51         test case.
52         (do_one_test): Call it.
53
54 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
55
56         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
57         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
58         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
59         Remove variable.
60         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
61         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
62         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
63
64 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
65
66         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
67         Remove variable.
68         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
69
70         [BZ #17668]
71         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
72         as weak alias of __getifaddrs.  Use libc_hidden_weak.
73         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
74         __freeifaddrs.  Use libc_hidden_weak.
75         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
76         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
77         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
78         __freeifaddrs.  Use libc_hidden_weak.
79         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
80         __getifaddrs and define as weak alias of __getifaddrs.  Use
81         libc_hidden_weak.
82         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
83         __freeifaddrs.  Use libc_hidden_weak.
84         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
85         Remove variable.
86         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
87         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
88
89 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
90
91         [BZ #17601]
92         * sysdeps/mips/start.S (__start): Use indirect jump to call
93         __libc_start_main.
94
95 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
96
97         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
98
99         * nptl/tst-mutex1.c: Include <stdbool.h>.
100         [!ATTR] (ATTR_NULL): New macro.
101         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
102         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
103         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
104
105         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
106         to char *.
107
108         [BZ #17665]
109         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
110         Change conditional to [__USE_MISC].
111
112         [BZ #17664]
113         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
114         fgets_unlocked.
115         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
116         __fgets_unlocked.
117         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
118         fgets_unlocked.
119         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
120         Remove variable.
121         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
122         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
123         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
124         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
125         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
126         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
127         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
128         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
129         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
130
131         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
132
133 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
134
135         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
136         Remove strpbrk objects.
137         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
138         (__libc_ifunc_impl_list): Remove strpbrk implementation.
139         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
140         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
141         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
142         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
143
144         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
145         Remove strcspn objects.
146         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
147         (__libc_ifunc_impl_list): Remove strcspn implementation.
148         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
149         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
150         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
151         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
152
153         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
154         Remove strspn objetcs.
155         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
156         (__libc_ifunc_impl_list): Remove strspn implementation.
157         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
158         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
159         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
160         * sysdeps/powerpc/powerpc64/strspn.S: New file.
161
162 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
163
164         [BZ #17581]
165         * malloc/hooks.c
166         (mem2mem_check): Add a terminator to the chain of checking blocks.
167         (malloc_check_get_size): Use it here.
168         (mem2chunk_check): Ditto.
169
170 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
171
172         * sysdeps/powerpc/powerpc64/strtok.S: New file.
173         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
174
175 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
176
177         * bits/ioctl-types.h: Indent preprocessor directives correctly.
178
179         * nptl/nptl-init.c: Include libc-internal.h.
180         (__pthread_initialize_minimal_internal): Use ROUND_UP.
181
182         * elf/ldconfig.c (search_dir): Expand comment.
183
184 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
185
186         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
187         variable.
188         (linknamespace-symlist-stdlibs-tests): Likewise.
189         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
190         instead of $(objpfx)symlist-stdlibs.
191         (linknamespace-libs-isoc): New variable.
192         (linknamespace-libs): Use $(linknamespace-libs-isoc).
193         (linknamespace-libs-ISO): New variable.
194         (linknamespace-libs-ISO99): Likewise.
195         (linknamespace-libs-ISO11): Likewise.
196         (linknamespace-libs-XPG3): Likewise.
197         (linknamespace-libs-XPG4): Likewise.
198         (linknamespace-libs-POSIX): Likewise.
199         (linknamespace-libs-UNIX98): Likewise.
200         (linknamespace-libs-XOPEN2K): Likewise.
201         (linknamespace-libs-POSIX2008): Likewise.
202         (linknamespace-libs-XOPEN2K8): Likewise.
203         ($(objpfx)symlist-stdlibs): Replace by
204         $(linknamespace-symlist-stdlibs-tests).  Use
205         $(linknamespace-libs-$*) as set of libraries.
206         ($(linknamespace-header-tests)): Update dependencies.  Use
207         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
208         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
209         * conform/linknamespace.pl: Remove comment about considering
210         definitions of symbols from irrelevant libraries.
211
212 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
213
214         [BZ #13862]
215         * elf/dl-tls.c: Include <atomic.h>.
216         (oom): Remove #ifdef SHARED/#endif.
217         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
218         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
219         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
220         big enough.
221         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
222         * nptl/Makefile (tests): Add tst-stack4.
223         (modules-names): Add tst-stack4mod.
224         ($(objpfx)tst-stack4): New.
225         (tst-stack4mod.sos): Likewise.
226         ($(objpfx)tst-stack4.out): Likewise.
227         ($(tst-stack4mod.sos)): Likewise.
228         (clean): Likewise.
229         * nptl/tst-stack4.c: New file.
230         * nptl/tst-stack4mod.c: Likewise.
231
232 2014-11-27  J. Brown  <jb999@gmx.de>
233
234         * sysdeps/x86/bits/string.h: Add recent CPUs.
235
236 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
237
238         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
239         sigblock.
240
241         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
242         feof.
243
244         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
245         variable.
246
247 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
248
249         * nscd/connections.c: Include libc-internal.h because of macro
250         usage ignore_value.
251
252 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
253
254         * string/bits/string3.h (__warn_memset_zero_len): Don't
255         declare for gcc newer than 5.0.
256         (memset): Don't test for zero-length __LEN for gcc newer than
257         5.0.
258
259 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
260
261         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
262         size_t for %zu format.
263
264         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
265         difference, not %ju.
266
267 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
268
269         * include/libc-internal.h (ignore_value): New macro.
270         * nscd/connections.c (restart): Wrap calls to setuid and setgid
271         with ignore_value.
272
273         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
274         definition.
275
276         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
277         pthread_cleanup_push to void *.
278
279         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
280         Undefine.
281
282         [BZ #16619]
283         [BZ #16740]
284         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
285         instead of 1L << 52.
286
287         * libio/bug-rewind.c (do_test): Check fwscanf return values.
288         * libio/bug-rewind2.c (do_test): Likewise.
289
290         * debug/test-stpcpy_chk-ifunc.c: Remove file.
291         * debug/test-strcpy_chk-ifunc.c: Likewise.
292         * wcsmbs/test-wcschr-ifunc.c: Likewise.
293         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
294         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
295         * wcsmbs/test-wcslen-ifunc.c: Likewise.
296         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
297         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
298         * Rules [$(multi-arch) = no] (tests): Do not filter out
299         $(tests-ifunc).
300         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
301         * debug/Makefile (tests-ifunc): Remove variable.
302         (tests): Do not add $(tests-ifunc).
303         * wcsmbs/Makefile (tests-ifunc): Remove variable.
304         (tests): Do not add $(tests-ifunc).
305         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
306         [TEST_IFUNC]: Remove conditionals.
307         * string/test-string.h (TEST_IFUNC): Remove macro.
308         [TEST_IFUNC]: Remove conditionals.
309
310         * string/test-strchr.c [!WIDE] (L): New macro.
311         [WIDE] (L): Likewise.
312         (check1): Use CHAR instead of char.  Use L on string and character
313         constants.
314
315 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
316
317         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
318         tests.
319         * sysdeps/powerpc/bits/atomic.h
320         (__arch_atomic_exchange_and_add_32_acq): Add definition.
321         (__arch_atomic_exchange_and_add_32_rel): Likewise.
322         (atomic_exchange_and_add_acq): Likewise.
323         (atomic_exchange_and_add_rel): Likewise.
324         * sysdeps/powerpc/powerpc32/bits/atomic.h
325         (__arch_atomic_exchange_and_add_64_acq): Add definition.
326         (__arch_atomic_exchange_and_add_64_rel): Likewise.
327         * sysdeps/powerpc/powerpc64/bits/atomic.h
328         (__arch_atomic_exchange_and_add_64_acq): Add definition.
329         (__arch_atomic_exchange_and_add_64_rel): Likewise.
330
331 2014-11-26  Torvald Riegel  <triegel@redhat.com>
332
333         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
334         Change synchronization of __sched_fifo_min_prio and
335         __sched_fifo_max_prio.
336         * nptl/pthread_mutexattr_getprioceiling.c
337         (pthread_mutexattr_getprioceiling): Likewise.
338         * nptl/pthread_mutexattr_setprioceiling.c
339         (pthread_mutexattr_setprioceiling): Likewise.
340         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
341         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
342         Likewise.
343
344 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
345
346         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
347         void.
348
349 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
350
351         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
352         third argument const.
353
354 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
355
356         fnmatch: work around GCC compiler warning bug with uninit var
357         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
358         This works around a bug with x86-64 GCC 4.9.2 and earlier
359         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
360         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
361         used uninitialized in this function [-Wmaybe-uninitialized]".
362
363 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
364
365         * posix/bug-regex31.c (main): Return RES not 0.
366
367 2014-11-25  Anton Blanchard <anton@samba.org>
368
369         * sysdeps/powerpc/bits/atomic.h
370         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
371
372 2014-11-24  Sterling Augustine  <saugustine@google.com>
373
374         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
375
376 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
377
378         [BZ #17608]
379         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
380
381 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
382
383         [BZ #17633]
384         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
385         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
386         variable.
387         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
388         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
389
390 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
391
392         * string/strncpy.c (strncpy): Improve performance by using memset.
393
394 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
395
396         * string/strcpy.c (strcpy):
397         Improve performance by using strlen and memcpy.
398
399 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
400
401         * string/strcoll_l.c (get_next_seq): __always_inline.
402         * string/strcoll_l.c (do_compare): __always_inline.
403
404 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
405
406         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
407         defined.
408         * include/mqueue.h: Likewise.
409         * include/stdlib.h: Likewise.
410
411         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
412         (get_null_defines): Adjust.
413         * sunrpc/Makefile: Adjust comment.
414         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
415         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
416         (CFLAGS-interp.c): Likewise.
417         (CFLAGS-ldconfig.c): Likewise.
418         (CPPFLAGS-.os): Likewise.
419         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
420         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
421         * extra-modules.mk (extra-modules.mk): Likewise.
422         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
423         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
424         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
425         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
426         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
427         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
428         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
429         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
430         * iconvdata/Makefile (CPPFLAGS): Likewise.
431         (cpp-srcs-left): Add libof for all iconvdata routines.
432         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
433         * include/assert.h: Likewise.
434         * include/ctype.h: Likewise.
435         * include/errno.h: Likewise.
436         * include/libc-symbols.h: Likewise.
437         * include/math.h: Likewise.
438         * include/netdb.h: Likewise.
439         * include/resolv.h: Likewise.
440         * include/stdio.h: Likewise.
441         * include/stdlib.h: Likewise.
442         * include/string.h: Likewise.
443         * include/sys/stat.h: Likewise.
444         * include/wctype.h: Likewise.
445         * intl/l10nflist.c: Likewise.
446         * libidn/idn-stub.c: Likewise.
447         * libio/libioP.h: Likewise.
448         * nptl/libc_multiple_threads.c: Likewise.
449         * nptl/pthreadP.h: Likewise.
450         * posix/regex_internal.h: Likewise.
451         * resolv/res_hconf.c: Likewise.
452         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
453         * sysdeps/arm/memmove.S: Likewise.
454         * sysdeps/arm/sysdep.h: Likewise.
455         * sysdeps/generic/_itoa.h: Likewise.
456         * sysdeps/generic/symbol-hacks.h: Likewise.
457         * sysdeps/gnu/errlist.awk: Likewise.
458         * sysdeps/gnu/errlist.c: Likewise.
459         * sysdeps/i386/i586/memcpy.S: Likewise.
460         * sysdeps/i386/i586/memset.S: Likewise.
461         * sysdeps/i386/i686/memcpy.S: Likewise.
462         * sysdeps/i386/i686/memmove.S: Likewise.
463         * sysdeps/i386/i686/mempcpy.S: Likewise.
464         * sysdeps/i386/i686/memset.S: Likewise.
465         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
466         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
467         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
468         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
469         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
470         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
471         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
472         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
473         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
474         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
475         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
476         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
477         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
478         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
479         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
480         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
481         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
482         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
483         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
484         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
485         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
486         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
487         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
488         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
489         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
490         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
491         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
492         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
493         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
494         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
495         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
496         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
497         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
498         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
499         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
500         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
501         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
502         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
503         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
504         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
505         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
506         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
507         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
508         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
509         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
510         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
511         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
512         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
513         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
514         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
515         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
516         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
517         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
518         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
519         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
520         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
521         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
522         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
523         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
524         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
525         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
526         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
527         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
528         * sysdeps/nptl/bits/libc-lock.h: Likewise.
529         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
530         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
531         * sysdeps/posix/closedir.c: Likewise.
532         * sysdeps/posix/opendir.c: Likewise.
533         * sysdeps/posix/readdir.c: Likewise.
534         * sysdeps/posix/rewinddir.c: Likewise.
535         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
536         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
537         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
538         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
539         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
540         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
541         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
542         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
543         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
544         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
545         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
546         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
547         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
548         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
549         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
550         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
551         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
552         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
553         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
554         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
555         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
556         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
557         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
558         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
559         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
560         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
561         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
562         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
563         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
564         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
565         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
566         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
567         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
568         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
569         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
570         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
571         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
572         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
573         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
574         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
575         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
576         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
577         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
578         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
579         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
580         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
581         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
582         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
583         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
584         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
585         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
586         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
587         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
588         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
589         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
590         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
591         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
592         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
593         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
594         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
595         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
596         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
597         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
598         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
599         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
600         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
601         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
602         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
603         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
604         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
605         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
606         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
607         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
608         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
609         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
610         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
611         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
612         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
613         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
614         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
615         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
616         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
617         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
618         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
619         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
620         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
621         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
622         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
623         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
624         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
625         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
626         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
627         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
628         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
629         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
630         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
631         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
632         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
633         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
634         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
635         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
636         * sysdeps/unix/alpha/sysdep.S: Likewise.
637         * sysdeps/unix/alpha/sysdep.h: Likewise.
638         * sysdeps/unix/make-syscalls.sh: Likewise.
639         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
640         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
641         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
642         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
643         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
644         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
645         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
646         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
647         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
648         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
649         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
650         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
651         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
652         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
653         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
654         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
655         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
656         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
657         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
658         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
659         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
660         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
661         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
662         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
663         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
664         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
665         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
668         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
669         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
670         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
671         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
672         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
673         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
674         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
675         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
676         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
677         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
678         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
679         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
680         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
681         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
682         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
683         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
684         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
685         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
686         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
687         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
688         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
689         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
690         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
691         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
692         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
693         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
694         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
695         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
696         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
697         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
698         * sysdeps/x86_64/memcpy.S: Likewise.
699         * sysdeps/x86_64/memmove.c: Likewise.
700         * sysdeps/x86_64/memset.S: Likewise.
701         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
702         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
703         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
704         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
705         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
706         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
707         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
708         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
709         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
710         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
711         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
712         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
713         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
714         * sysdeps/x86_64/multiarch/memset.S: Likewise.
715         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
716         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
717         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
718         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
719         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
720         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
721         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
722         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
723         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
724         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
725         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
726         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
727         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
728         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
729         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
730         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
731         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
732         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
733         * sysdeps/x86_64/strcmp.S: Likewise.
734
735         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
736
737         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
738         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
739         * elf/rtld-Rules: Likewise.
740         * elf/setup-vdso.h: Likewise.
741         * include/assert.h: Likewise.
742         * include/bits/stdlib-float.h: Likewise.
743         * include/errno.h: Likewise.
744         * include/sys/stat.h: Likewise.
745         * include/unistd.h: Likewise.
746         * sysdeps/aarch64/setjmp.S: Likewise.
747         * sysdeps/alpha/setjmp.S: Likewise.
748         * sysdeps/arm/__longjmp.S: Likewise.
749         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
750         * sysdeps/arm/setjmp.S: Likewise.
751         * sysdeps/arm/sysdep.h: Likewise.
752         * sysdeps/generic/_itoa.h: Likewise.
753         * sysdeps/generic/dl-sysdep.h: Likewise.
754         * sysdeps/generic/ldsodefs.h: Likewise.
755         * sysdeps/i386/dl-tls.h: Likewise.
756         * sysdeps/i386/setjmp.S: Likewise.
757         * sysdeps/m68k/setjmp.c: Likewise.
758         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
759         * sysdeps/mach/hurd/opendir.c: Likewise.
760         * sysdeps/posix/getcwd.c: Likewise.
761         * sysdeps/posix/opendir.c: Likewise.
762         * sysdeps/posix/profil.c: Likewise.
763         * sysdeps/powerpc/dl-procinfo.h: Likewise.
764         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
765         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
766         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
767         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
768         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
769         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
770         * sysdeps/s390/dl-tls.h: Likewise.
771         * sysdeps/s390/s390-32/setjmp.S: Likewise.
772         * sysdeps/s390/s390-64/setjmp.S: Likewise.
773         * sysdeps/sh/sh3/setjmp.S: Likewise.
774         * sysdeps/sh/sh4/setjmp.S: Likewise.
775         * sysdeps/unix/alpha/sysdep.h: Likewise.
776         * sysdeps/unix/arm/sysdep.S: Likewise.
777         * sysdeps/unix/i386/sysdep.S: Likewise.
778         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
779         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
780         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
781         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
782         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
783         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
784         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
785         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
786         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
787         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
788         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
789         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
790         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
793         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
794         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
795         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
796         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
797         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
798         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
799         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
800         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
801         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
802         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
803         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
804         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
805         * sysdeps/unix/x86_64/sysdep.S: Likewise.
806         * sysdeps/x86_64/setjmp.S: Likewise.
807
808         * include/math.h: Use IS_IN instead of IS_IN_libm.
809         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
810         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
811         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
812         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
813         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
814         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
815         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
816         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
817         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
818         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
819         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
820         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
821         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
822         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
823         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
824         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
825         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
826         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
827         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
828         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
829         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
830         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
831         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
832         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
833         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
834         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
835         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
836         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
837         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
838         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
839         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
840         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
841         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
843         Likewise.
844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
845         Likewise.
846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
847         Likewise.
848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
849         Likewise.
850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
851         Likewise.
852         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
853         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
854         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
855         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
856         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
857         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
858         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
859         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
860         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
861         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
862         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
863         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
864         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
865         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
866         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
867         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
868         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
869         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
870         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
871         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
872         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
873         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
874         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
875         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
876         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
877         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
878         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
879
880         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
881         * nptl/pthreadP.h: Likewise.
882         * nptl_db/structs.def: Likewise.
883         * sysdeps/arm/sysdep.h: Likewise.
884         * sysdeps/nptl/bits/libc-lock.h: Likewise.
885         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
886         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
887         * sysdeps/unix/alpha/sysdep.h: Likewise.
888         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
889         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
890         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
891         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
892         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
893         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
894         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
895         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
896         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
897         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
898         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
899         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
900         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
901         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
904         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
905         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
906         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
907         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
908         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
909         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
910         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
911         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
912         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
913         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
914
915         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
916         * nptl/pthreadP.h: Likewise.
917         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
918         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
919         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
920         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
921         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
922         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
923         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
924         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
925         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
926         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
927         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
928         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
930         Likewise.
931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
932         Likewise.
933         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
934         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
935         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
936         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
937         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
938         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
939         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
940         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
941
942         * dlfcn/dladdr.c: Use IS_IN.
943         * dlfcn/dladdr1.c: Likewise.
944         * dlfcn/dlclose.c: Likewise.
945         * dlfcn/dlerror.c: Likewise.
946         * dlfcn/dlinfo.c: Likewise.
947         * dlfcn/dlmopen.c: Likewise.
948         * dlfcn/dlopen.c: Likewise.
949         * dlfcn/dlsym.c: Likewise.
950         * dlfcn/dlvsym.c: Likewise.
951
952         * include/ifaddrs.h: Use IS_IN.
953         * inet/check_pf.c: Likewise.
954         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
955         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
956
957         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
958         IS_IN_ldconfig.
959         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
960         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
961
962         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
963         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
964         IS_IN (libc).
965
966         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
967
968         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
969         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
970         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
971         * include/libc-symbols.h (IS_IN_LIB): New macro.
972         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
973         * include/netdb.h: Likewise.
974         * include/stap-probe.h: Remove all uses of IN_LIB.
975
976         * Makeconfig (module-cppflags-real): Define MODULE_NAME
977         instead of IN_MODULE.
978         * include/libc-symbols.h (IN_MODULE): Define using
979         MODULE_NAME.
980         (PASTE_NAME, PASTE_NAME1): New macros.
981         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
982         of IN_LIB.
983         (STAP_PROBE_ASM): Likewise.
984
985 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
986
987         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
988         __mach_init in dlopened libc.
989
990 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
991
992         * sysdeps/arm/preconfigure.ac: Delete EABI check.
993         * sysdeps/arm/preconfigure: Regenerate.
994
995 2014-11-21  Roland McGrath  <roland@hack.frob.com>
996
997         * nptl/pthread_create.c (__pthread_create_2_1): Set
998         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
999         when copying values from IATTR into PD.
1000
1001 2014-11-21  Will Newton  <will.newton@linaro.org>
1002             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1003
1004         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1005         Refactor inline-asm.  Also add comment.
1006
1007         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1008         ElfW macro instead of hardcoded Elf64 types.
1009         (la_aarch64_gnu_pltenter): Likewise.
1010         * sysdeps/aarch64/dl-machine.h
1011         (elf_machine_runtime_setup): Use ElfW(Addr).
1012
1013         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1014         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1015         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1016         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1017         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1018         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1019         (R_AARCH64_TLS_DTPMOD): This.
1020         (R_AARCH64_TLS_DTPREL64): Rename to ...
1021         (R_AARCH64_TLS_DTPREL): This.
1022         (R_AARCH64_TLS_TPREL64): Rename to ...
1023         (R_AARCH64_TLS_TPREL): This.
1024         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1025         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1026         R_AARCH64_TLS_TPREL64.
1027         (elf_machine_rela): Likewise.
1028
1029 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1030
1031         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1032         by setting it to 0.  64b atomics are not supported currently.
1033
1034 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1035
1036         [BZ #16469]
1037         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1038         search domain names.
1039
1040 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1041
1042         [BZ #16469]
1043         * NEWS: Update.
1044         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1045         trailing dot.
1046         * posix/tst-getaddrinfo5.c: New.
1047         * posix/Makefile (tests): Add it.
1048
1049 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1050
1051         [BZ #14498]
1052         * NEWS: Fixed.
1053         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1054         after parsing line but before break_if_match.
1055         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1056         if there is a protocol mismatch.
1057
1058 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1059
1060         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1061         because the potential race is on the user-supplied stream.
1062
1063 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1064
1065         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1066         string literal if not passed a buffer.
1067         * manual/job.texi (ctermid): Update reasoning, note deviation
1068         from posix, suggest mtasurace when not passed a buffer, for
1069         future non-preliminary safety notes.
1070
1071 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1072
1073         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1074         of not passing it a buffer.
1075         Reported by Peng Haitao.
1076
1077 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1078
1079         * manual/Makefile ($(objpfx)stamp-summary): Require
1080         check-safety.sh to pass.
1081         * manual/check-safety.sh: Wish for verification that every
1082         @deftypefn and @deftypefun is followed by a @safety remark.
1083
1084 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1085
1086         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1087
1088         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1089         PTHREAD_CANCEL_ASYNCHRONOUS.
1090         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1091         send SIGCANCEL.
1092
1093         * nptl/default-sched.h: New file.
1094         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1095         * nptl/pthread_create.c: Include it.
1096         (__pthread_create_2_1): Use collect_default_sched instead of making
1097         Linux syscalls here directly.
1098
1099 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1100
1101         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1102         __pthread_once): Use C11 atomics.
1103
1104 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1105
1106         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1107
1108 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1109
1110         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1111         atomic_thread_fence_acquire, atomic_thread_fence_release,
1112         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1113         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1114         atomic_compare_exchange_weak_relaxed,
1115         atomic_compare_exchange_weak_acquire,
1116         atomic_compare_exchange_weak_release,
1117         atomic_exchange_acquire, atomic_exchange_release,
1118         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1119         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1120         atomic_fetch_and_acquire,
1121         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1122
1123 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1124
1125         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1126         USE_ATOMIC_COMPILER_BUILTINS): Define.
1127         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1128         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1129         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1130         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1131         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1132         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1133         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1134         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1135         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1136         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1137         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1138         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1139         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1140         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1141         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1142         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1143         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1144         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1145         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1146         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1147         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1148         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1149         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1150         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1151         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1152         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1153         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1154         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1155         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1156         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1157         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1158         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1159         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1160         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1161         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1162         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1163         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1164         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1165         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1166         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1167
1168 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1169
1170         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1171         the sched_priority value here.  It was already checked when the user
1172         called pthread_attr_setschedparam.
1173
1174         * nptl/tst-bad-schedattr.c: New file.
1175         * nptl/Makefile (tests): Add it.
1176
1177 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1178             Florian Weimer  <fweimer@redhat.com>
1179             Joseph Myers  <joseph@codesourcery.com>
1180             Adam Conrad  <adconrad@0c3.net>
1181             Andreas Schwab  <schwab@suse.de>
1182             Brooks  <bmoses@google.com>
1183
1184         [BZ #17625]
1185         * wordexp-test.c (__dso_handle): Add prototype.
1186         (__register_atfork): Likewise.
1187         (__app_register_atfork): New function.
1188         (registered_forks): New global.
1189         (register_fork): New function.
1190         (test_case): Add 3 new tests for WRDE_CMDSUB.
1191         (main): Call __app_register_atfork.
1192         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1193         fork count is non-zero fail the test.
1194         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1195         is set.
1196         (parse_dollars): Remove check for WRDE_NOCMD.
1197         (parse_dquote): Likewise.
1198
1199 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1200
1201         * Makeconfig (built-modules): List non-library modules to be
1202         built.
1203         (module-cppflags): Include libc-modules.h for
1204         everything except shlib-versions.v.i.
1205         (CPPFLAGS): Use it.
1206         (before-compile): Add libc-modules.h.
1207         ($(common-objpfx)libc-modules.h,
1208         $(common-objpfx)libc-modules.stmp): New targets.
1209         (common-generated): Add libc-modules.h and libc-modules.stmp.
1210         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1211         * include/libc-symbols.h: Don't include libc-modules.h.
1212         * include/libc-modules.h: Remove file.
1213         * scripts/gen-libc-modules.awk: New script to generate
1214         libc-modules.h.
1215         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1216         Depend on libc-modules.stmp.
1217
1218         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1219
1220         * Makeconfig (in-module): Get value of libof set for the
1221         translation unit.
1222         (CPPFLAGS): Use $(in-module).
1223         * Makerules: Don't suffix routine names for nonlib.
1224         * include/libc-modules.h: New file.
1225         * include/libc-symbols.h: Include libc-modules.h
1226         (IS_IN): New macro to replace IS_IN_* macros.
1227         * elf/Makefile: Set libof-* for each routine.
1228         * elf/rtld-Rules: Likewise.
1229         * extra-modules.mk: Likewise.
1230         * iconv/Makefile: Likewise.
1231         * iconvdata/Makefile: Likewise.
1232         * locale/Makefile: Likewise.
1233         * malloc/Makefile: Likewise.
1234         * nss/Makefile: Likewise.
1235         * sysdeps/gnu/Makefile: Likewise.
1236         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1237         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1238         * sysdeps/s390/s390-64/Makefile: Likewise.
1239         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1240         CPPFLAGS for nscd instead of nonlib.
1241
1242 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1243
1244         * nptl/createthread.c: New file.
1245
1246         * nptl/createthread.c: Moved ...
1247         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1248
1249         * nptl/createthread.c: Add proper top-line comment.
1250         (do_clone): Folded into ...
1251         (create_thread): ... here.  Take new arguments STOPPED_START and
1252         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1253         increment __nptl_threads, do event-reporting logic, do
1254         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1255         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1256         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1257         just send SIGCANCEL.
1258         * nptl/pthread_create.c: Forward-declare create_thread before
1259         including createthread.c.
1260         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1261         declaration, and new macro START_THREAD_SELF to replace argument.
1262         Remove return statement.
1263         (report_thread_creation): New function.
1264         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1265         synchronization logic, and __nptl_nthreads increment here, around
1266         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1267         PD->parent_cancelhandling here, before create_thread.  When
1268         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1269         __deallocate_stack, and ENOMEM translation here.
1270
1271 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1272
1273         [BZ #17616]
1274         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1275         (mptwo): Rename to __mptwo.
1276         (__inv): Use __mptwo instead of mptwo.
1277         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1278         (mptwo): Rename to __mptwo.
1279         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1280         of mpone and __mptwo instead of mptwo.
1281         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1282         instead of mpone.
1283         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1284         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1285         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1286         of mpone and __mptwo instead of mptwo.
1287         (__mpranred): Use __mpone instead of mpone.
1288         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1289         variable.
1290         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1291         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1292         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1293         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1294         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1295         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1296         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1297         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1298         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1299         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1300         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1301         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1302         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1303         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1304         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1305         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1306         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1307         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1308         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1309
1310 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1311
1312         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1313         replace BSD Handler xref with BSD Signal Handling.
1314
1315 2014-11-17  Richard Henderson  <rth@redhat.com>
1316
1317         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1318         (_FP_PACK_RAW_2): Remove.
1319         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1320         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1321         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1322         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1323         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1324         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1325         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1326         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1327         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1328         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1329         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1330         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1331         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1332         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1333         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1334         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1335
1336 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1337
1338         * signal/signal.h [__USE_MISC]
1339         (struct sigvec): Remove type.
1340         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1341         (sigvec): Remove declaration.
1342         * sysdeps/posix/sigvec.c: Moved ...
1343         * signal/sigvec.c: ... here, replacing old file.
1344         (struct sigvec): New type, copied from old signal.h definition.
1345         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1346         (__sigvec): Convert definition to prototype.
1347         (sigvec): Replace weak_alias with compat_symbol.
1348         * signal/Versions (libc: GLIBC_2.21): New version set.
1349         * include/signal.h: Remove __sigvec declaration.
1350         * sysdeps/unix/bsd/sigvec.c: Remove file.
1351         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1352         * manual/signal.texi (BSD Handler): Remove subsection.
1353         Move siginterrupt up to ...
1354         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1355         (Blocking in BSD): Fold subsection into its parent.
1356         * NEWS: Mention sigvec removal.
1357
1358 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1359
1360         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1361         (DLA_FMS): Make definition conditional only on [__FMA4__].
1362         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1363         definition.
1364
1365         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1366         Make definition conditional only on [PROF].
1367         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1368         definition.
1369         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1370         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1371
1372         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1373         !__GNUC__].
1374         * include/signal.h (__sigpause): Move declaration above call to
1375         libc_hidden_proto.
1376         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1377         variable.
1378         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1379         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1380
1381 2014-11-14  David S. Miller  <davem@davemloft.net>
1382
1383         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1384         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1385
1386 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1387
1388         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1389         * configure: Regenerated.
1390         * manual/install.texi (Tools for Compilation): Document a
1391         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1392         compiler verified to work.
1393         * INSTALL: Regenerated.
1394
1395         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1396         redeclare with asm name.
1397         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1398         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1399         including <string.h>.
1400         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1401         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1402         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1403         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1404         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1405         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1406         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1407
1408 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1409
1410         * stdlib/strtol.c (__strtol): Use prototype definition.
1411
1412         [BZ #17594]
1413         * stdlib/strtol.c (SYM__): New macro.
1414         (SYM__1): Likewise.
1415         (__strtol): Likewise.
1416         (strtol): Rename to __strtol and define as weak alias of
1417         __strtol.  Use libc_hidden_weak.
1418
1419 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1420
1421         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1422         Use numbered labels in inline assembly.
1423
1424 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1425
1426         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1427         Add setjmp LIBC_PROBE.
1428         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1429         Likewise.
1430         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1431         Add longjmp, longjmp_target LIBC_PROBE.
1432         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1433         Likewise.
1434
1435 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1436
1437         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1438         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1439         to get rid of unused variable warning.
1440
1441 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1442
1443         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1444         Check for unwind_backtrace ==  NULL only in SHARED case.
1445         (__backchain_backtrace): Compile only in SHARED case.
1446         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1447         Likewise.
1448         (__backchain_backtrace): Declare as static.
1449
1450 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1451
1452         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1453         (__libc_multiple_threads_ptr): Variable moved ...
1454         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1455
1456 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1457
1458         * conform/GlibcConform.pm: New file.
1459         * conform/conformtest.pl: Use GlibcConform module.
1460         * conform/linknamespace.pl: New file.
1461         * conform/list-header-symbols.pl: Likewise.
1462         * conform/Makefile (linknamespace-symlists-base): New variable.
1463         (linknamespace-symlists-tests): Likewise.
1464         (linknamespace-header-base): Likewise.
1465         (linknamespace-header-tests): Likewise.
1466         (tests-special): Add new tests.
1467         ($(linknamespace-symlists-tests)): New rule.
1468         (linknamespace-libs): New variable.
1469         ($(objpfx)symlist-stdlibs): New rule.
1470         ($(linknamespace-header-tests)): Likewise.
1471         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1472         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1473         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1474         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1475         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1476         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1477         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1478         (test-xfail-ISO/math.h/linknamespace): Likewise.
1479         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1480         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1481         (test-xfail-ISO/time.h/linknamespace): Likewise.
1482         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1483         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1484         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1485         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1486         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1487         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1488         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1489         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1490         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1491         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1492         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1493         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1494         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1495         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1496         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1497         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1498         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1499         (test-xfail-XPG3/search.h/linknamespace): Likewise.
1500         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1501         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1502         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1503         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1504         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1505         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1506         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1507         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1508         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1509         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1510         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1511         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1512         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1513         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1514         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1515         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1516         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1517         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1518         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1519         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1520         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1521         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1522         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1523         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1524         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1525         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1526         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1527         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1528         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1529         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1530         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1531         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1532         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1533         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1534         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1535         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1536         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1537         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1538         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1539         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1540         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1541         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1542         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1543         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1544         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1545         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1546         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1547         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1548         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1549         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1550         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1551         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1552         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1553         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1554         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1555         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1556         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1557         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1558         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1559         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1560         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1561         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1562         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1563         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1564         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1565         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1566         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1567         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1568         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1569         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1570         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1571         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1572         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1573         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1574         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1575         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1576         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1577         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1578         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1579         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1580         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1581         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1582         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1583         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1584         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1585         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1586         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1587         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1588         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1589         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1590         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1591         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1592         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1593         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1594         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1595         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1596         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1597         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1598         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1599         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1600         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1601         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1602         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1603         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1604         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1605         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1606         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1607         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1608         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1609         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1610         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1611         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1612         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1613         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1614         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1615         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1616         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1617         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1618         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1619         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1620         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1621         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1622         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1623         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1624         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1625         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1626         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1627         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1628         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1629         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1630         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1631         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1632
1633         [BZ #17589]
1634         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1635         of fgets_unlocked.
1636
1637         [BZ #17585]
1638         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
1639         (memmem): Rename to __memmem and define as weak alias of
1640         __memmem.  Use libc_hidden_weak.
1641         (__memmem): Use libc_hidden_def.
1642         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
1643         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
1644         memmem.
1645
1646         [BZ #17582]
1647         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
1648         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
1649         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
1650         and define as weak alias of __fgets_unlocked.  Use
1651         libc_hidden_weak.
1652         (__fgets_unlocked): Use libc_hidden_def.
1653         * include/stdio.h (__fgets_unlocked): Declare.  Use
1654         libc_hidden_proto.
1655         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
1656         __fgets_unlocked instead of fgets_unlocked.
1657         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
1658         (GET_NPROCS_CONF_PARSER): Likewise.
1659         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
1660         (GET_NPROCS_CONF_PARSER): Likewise.
1661
1662         [BZ #17574]
1663         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
1664         weak alias of __wmemset.  Use libc_hidden_weak.
1665         (__wmemset): Use libc_hidden_def.
1666         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
1667         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
1668         of wmemset.
1669
1670         [BZ #17573]
1671         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
1672         with asm name __mempcpy.
1673         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
1674
1675         [BZ #17572]
1676         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
1677         and define as weak alias of __rawmemchr.
1678         (__rawmemchr): Do not define as strong alias of rawmemchr.
1679
1680         [BZ #17571]
1681         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
1682         alias of __qsort_r.
1683         (qsort): Call __qsort_r instead of qsort_r.
1684         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
1685         (__qsort_r): Declare.  Call libc_hidden_proto.
1686         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
1687         instead of qsort_r.
1688         * nscd/gai.c (__qsort_r): Define to qsort_r.
1689         * posix/tst-rfc3484.c (__qsort_r): Likewise.
1690         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
1691         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
1692
1693         [BZ #17570]
1694         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
1695         define as weak alias of __malloc_info.
1696
1697         [BZ #17584]
1698         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
1699         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1700         (__rewinddir): Use libc_hidden_def.
1701         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
1702         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1703         (__rewinddir): Use libc_hidden_def.
1704         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
1705         weak alias of __rewinddir.  Don't use libc_hidden_def.
1706         (__rewinddir): Use libc_hidden_def.
1707         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
1708         (__rewinddir): Use libc_hidden_proto.
1709         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
1710         rewinddir.
1711         (__getcwd): Use __rewinddir instead of rewinddir.
1712
1713         [BZ #17583]
1714         * libio/fileno.c (fileno): Rename to __fileno and define as weak
1715         alias of __fileno.  Use libc_hidden_weak.
1716         (__fileno): Use libc_hidden_def.
1717         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
1718         * libio/ftello.c (ftello): Rename to __ftello and define as weak
1719         alias of __ftello.
1720         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
1721         __ftello.
1722         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
1723         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
1724         libc_hidden_def.
1725         (fread_unlocked): Don't use libc_hidden_ver.
1726         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
1727         and define as weak alias of __fread_unlocked.  Don't use
1728         libc_hidden_def.
1729         (__fread_unlocked): Use libc_hidden_def.
1730         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
1731         (ftello): Don't use libc_hidden_proto.
1732         (__ftello): Declare.  Use libc_hidden_proto.
1733         (fread_unlocked): Don't use libc_hidden_proto.
1734         (__fread_unlocked): Declare.  Use libc_hidden_proto.
1735         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
1736         and __ftello instead of fileno, fread_unlocked and ftello.
1737
1738 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1739
1740         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
1741         GOT12.
1742         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1743         Likewise.
1744         (_dl_start_user): Likewise.
1745         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
1746
1747 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
1748             Siddhesh Poyarekar  <siddhesh@redhat.com>
1749
1750         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
1751         Move argv and envp down instead of moving argc up.
1752         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
1753
1754 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
1755
1756         [BZ #17506]
1757         * test-skeleton.c (main): Return successful if one of
1758         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
1759         * string/tst-strcoll-overflow.c: Define expected status.
1760
1761 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
1762
1763         [BZ #17475]
1764         * locale/iso-639.def: Define Bhili and Tulu language codes.
1765
1766 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
1767
1768         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
1769
1770 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
1771
1772         [BZ #17555]
1773         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
1774
1775 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1776
1777         * configure.ac: Updated check of minimal required version to
1778         2.22.
1779         * manual/install.texi (Tools for Compilation): Updated version
1780         number.
1781         * configure: Regenerated.
1782         * INSTALL: Likewise.
1783
1784 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
1785
1786         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
1787         __tls_get_addr.
1788
1789 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
1790
1791         * include/sys/wait.h (__libc_waitpid): Remove declaration.
1792         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
1793         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1794         libc_hidden_weak.
1795         (waitpid): Define as alias of __waitpid.
1796         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
1797         __waitpid.
1798         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1799         libc_hidden_weak.
1800         (waitpid): Define as alias of __waitpid.
1801         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
1802         __libc_waitpid alias.
1803         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
1804         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
1805         Likewise.
1806         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
1807         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
1808         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
1809         alias.
1810         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
1811         __waitpid.
1812         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1813         libc_hidden_weak.
1814         (waitpid): Define as alias of __waitpid.
1815
1816 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
1817
1818         * manual/llio.texi: Add comment that write safety has been
1819         fixed in Linux.
1820
1821         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
1822         (localplt-build-dso): Add elf/ld.so.
1823         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
1824         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
1825         and free for ld.so.
1826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
1827         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
1828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
1829         Likewise.
1830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
1831         Likewise.
1832         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
1833         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
1834         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
1835         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
1836         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
1837         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
1838         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
1839         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
1840         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
1841         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
1842         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
1843
1844 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
1845
1846         [BZ #14132]
1847         * include/libc-symbols.h (INTUSE): Remove macro.
1848         (INTDEF): Likewise.
1849         (INTVARDEF): Likewise.
1850         (_INTVARDEF): Likewise.
1851         (INTDEF2): Likewise.
1852         (INTVARDEF2): Likewise.
1853         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
1854         rtld_hidden_def instead of INTVARDEF.
1855         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
1856         (_dl_starting_up_internal): Remove declaration.
1857         (_dl_starting_up): Use rtld_hidden_proto.
1858         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
1859         declaration.
1860         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
1861         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
1862         _dl_starting_up.
1863         * elf/dl-writev.h (_dl_writev): Likewise.
1864         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
1865         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
1866         _dl_starting_up_internal.
1867
1868 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1869
1870         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
1871         test-skeleton.c.
1872
1873 2014-11-05  Will Newton  <will.newton@linaro.org>
1874
1875         * benchtests/Makefile: (bench-malloc): Add malloc thread
1876         scalability benchmark.
1877         * benchtests/bench-malloc-threads.c: New file.
1878
1879 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
1880
1881         * sysdeps/aarch64/strchrnul.S: New file.
1882
1883 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1884
1885         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
1886         definition.
1887         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
1888         Likwise.
1889         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
1890         Likewise.
1891         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
1892         Likewise.
1893         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
1894         Likewise.
1895         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
1896         Likewise.
1897
1898 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
1899
1900         * catgets/test-gencat.c: Use test-skeleton.c.
1901         * catgets/tst-catgets.c: Likewise.
1902         * csu/tst-empty.c: Likewise.
1903         * elf/tst-audit2.c: Likewise.
1904         * elf/tst-global1.c: Likewise.
1905         * elf/tst-pathopt.c: Likewise.
1906         * elf/tst-piemod1.c: Likewise.
1907         * elf/tst-tls10.c: Likewise.
1908         * elf/tst-tls11.c: Likewise.
1909         * elf/tst-tls12.c: Likewise.
1910         * gnulib/tst-gcc.c: Likewise.
1911         * iconvdata/tst-e2big.c: Likewise.
1912         * iconvdata/tst-loading.c: Likewise.
1913         * iconv/tst-iconv1.c: Likewise.
1914         * iconv/tst-iconv2.c: Likewise.
1915         * inet/test-inet6_opt.c: Likewise.
1916         * inet/tst-gethnm.c: Likewise.
1917         * inet/tst-network.c: Likewise.
1918         * inet/tst-ntoa.c: Likewise.
1919         * intl/tst-codeset.c: Likewise.
1920         * intl/tst-gettext2.c: Likewise.
1921         * intl/tst-gettext3.c: Likewise.
1922         * intl/tst-ngettext.c: Likewise.
1923         * intl/tst-translit.c: Likewise.
1924         * io/test-stat.c: Likewise.
1925         * libio/test-fmemopen.c: Likewise.
1926         * libio/tst-freopen.c: Likewise.
1927         * libio/tst-sscanf.c: Likewise.
1928         * libio/tst-ungetwc1.c: Likewise.
1929         * libio/tst-ungetwc2.c: Likewise.
1930         * libio/tst-widetext.c: Likewise.
1931         * localedata/tst-ctype.c: Likewise.
1932         * localedata/tst-digits.c: Likewise.
1933         * localedata/tst-leaks.c: Likewise.
1934         * localedata/tst-mbswcs1.c: Likewise.
1935         * localedata/tst-mbswcs2.c: Likewise.
1936         * localedata/tst-mbswcs3.c: Likewise.
1937         * localedata/tst-mbswcs4.c: Likewise.
1938         * localedata/tst-mbswcs5.c: Likewise.
1939         * localedata/tst-setlocale.c: Likewise.
1940         * localedata/tst-trans.c: Likewise.
1941         * localedata/tst-wctype.c: Likewise.
1942         * localedata/tst-xlocale1.c: Likewise.
1943         * login/tst-grantpt.c: Likewise.
1944         * malloc/tst-calloc.c: Likewise.
1945         * malloc/tst-malloc.c: Likewise.
1946         * malloc/tst-mallocstate.c: Likewise.
1947         * malloc/tst-mcheck.c: Likewise.
1948         * malloc/tst-mtrace.c: Likewise.
1949         * malloc/tst-obstack.c: Likewise.
1950         * math/atest-exp2.c: Likewise.
1951         * math/atest-exp.c: Likewise.
1952         * math/atest-sincos.c: Likewise.
1953         * math/test-matherr.c: Likewise.
1954         * math/test-misc.c: Likewise.
1955         * math/test-powl.c: Likewise.
1956         * math/tst-definitions.c: Likewise.
1957         * misc/tst-dirname.c: Likewise.
1958         * misc/tst-efgcvt.c: Likewise.
1959         * misc/tst-fdset.c: Likewise.
1960         * misc/tst-hsearch.c: Likewise.
1961         * misc/tst-mntent2.c: Likewise.
1962         * nptl/tst-sem7.c: Likewise.
1963         * nptl/tst-sem8.c: Likewise.
1964         * nptl/tst-sem9.c: Likewise.
1965         * nss/test-netdb.c: Likewise.
1966         * posix/tst-fnmatch.c: Likewise.
1967         * posix/tst-getlogin.c: Likewise.
1968         * posix/tst-gnuglob.c: Likewise.
1969         * posix/tst-mmap.c: Likewise.
1970         * pwd/tst-getpw.c: Likewise.
1971         * resolv/tst-inet_ntop.c: Likewise.
1972         * rt/tst-timer.c: Likewise.
1973         * stdio-common/test-fseek.c: Likewise.
1974         * stdio-common/test-popen.c: Likewise.
1975         * stdio-common/test-vfprintf.c: Likewise.
1976         * stdio-common/tst-cookie.c: Likewise.
1977         * stdio-common/tst-fileno.c: Likewise.
1978         * stdio-common/tst-gets.c: Likewise.
1979         * stdio-common/tst-obprintf.c: Likewise.
1980         * stdio-common/tst-perror.c: Likewise.
1981         * stdio-common/tst-sprintf2.c: Likewise.
1982         * stdio-common/tst-sprintf3.c: Likewise.
1983         * stdio-common/tst-sprintf.c: Likewise.
1984         * stdio-common/tst-swprintf.c: Likewise.
1985         * stdio-common/tst-tmpnam.c: Likewise.
1986         * stdio-common/tst-unbputc.c: Likewise.
1987         * stdio-common/tst-wc-printf.c: Likewise.
1988         * stdlib/tst-environ.c: Likewise.
1989         * stdlib/tst-fmtmsg.c: Likewise.
1990         * stdlib/tst-limits.c: Likewise.
1991         * stdlib/tst-rand48-2.c: Likewise.
1992         * stdlib/tst-rand48.c: Likewise.
1993         * stdlib/tst-random2.c: Likewise.
1994         * stdlib/tst-random.c: Likewise.
1995         * stdlib/tst-strtol.c: Likewise.
1996         * stdlib/tst-strtoll.c: Likewise.
1997         * stdlib/tst-tls-atexit.c: Likewise.
1998         * stdlib/tst-xpg-basename.c: Likewise.
1999         * string/test-ffs.c: Likewise.
2000         * string/tst-bswap.c: Likewise.
2001         * string/tst-inlcall.c: Likewise.
2002         * string/tst-strtok.c: Likewise.
2003         * string/tst-strxfrm.c: Likewise.
2004         * sysdeps/x86_64/tst-audit10.c: Likewise.
2005         * sysdeps/x86_64/tst-audit3.c: Likewise.
2006         * sysdeps/x86_64/tst-audit4.c: Likewise.
2007         * sysdeps/x86_64/tst-audit5.c: Likewise.
2008         * time/tst-ftime_l.c: Likewise.
2009         * time/tst-getdate.c: Likewise.
2010         * time/tst-mktime3.c: Likewise.
2011         * time/tst-mktime.c: Likewise.
2012         * time/tst-posixtz.c: Likewise.
2013         * time/tst-strptime2.c: Likewise.
2014         * time/tst-strptime3.c: Likewise.
2015         * wcsmbs/tst-btowc.c: Likewise.
2016         * wcsmbs/tst-mbrtowc.c: Likewise.
2017         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2018         * wcsmbs/tst-wchar-h.c: Likewise.
2019         * wcsmbs/tst-wcpncpy.c: Likewise.
2020         * wcsmbs/tst-wcrtomb.c: Likewise.
2021         * wcsmbs/tst-wcsnlen.c: Likewise.
2022         * wcsmbs/tst-wcstof.c: Likewise.
2023
2024 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2025
2026         [BZ #14132]
2027         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2028         INTDEF.
2029         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2030         declaration.
2031         (_dl_mcount): Use rtld_hidden_proto.
2032         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2033         _dl_mcount.
2034         * elf/rtld.c (_rtld_global_ro): Likewise.
2035
2036         [BZ #14132]
2037         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2038         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2039         of _dl_init_internal.
2040         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2041         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2042         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2043         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2044         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2045         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2046         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2047         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2048         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2049         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2050         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2051         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2052         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2053         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2054         * sysdeps/tile/dl-start.S (_start): Likewise.
2055         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2056         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2057
2058         [BZ #14132]
2059         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2060         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2061         (rtld_progname): Make macro definition unconditional.
2062         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2063         INTDEF.
2064         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2065         (dl_main): Likewise.
2066         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2067         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2068         instead of _dl_argv_internal.
2069         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2070         __GI__dl_argv instead of INTUSE(_dl_argv).
2071         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2072         __GI__dl_argv instead of _dl_argv_internal.
2073
2074         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2075         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2076         macro.
2077         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2078         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2079         New macro.
2080         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2081         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2082         macro.
2083         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2084         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2085
2086 2014-11-04  Andreas Schwab  <schwab@suse.de>
2087
2088         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2089
2090 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2091
2092         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2093         mtvsrd instruction in binary form.
2094
2095 2014-11-03  Andreas Schwab  <schwab@suse.de>
2096
2097         [BZ #17522]
2098         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2099         for less than MB_LEN_MAX use a local buffer of that size.
2100         * libio/tst-fputws.c: New file.
2101         * libio/Makefile (tests): Add tst-fputws.
2102
2103 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2104
2105         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2106         the size of the fpu_fr.fpu_dregs[] array.
2107
2108 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2109
2110         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2111         (__nanosleep): Do not define as alias.
2112         (nanosleep): Define as alias of __nanosleep.
2113         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2114         __libc_nanosleep name.
2115
2116 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2117
2118         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2119         install.texi in comment.
2120
2121 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2122
2123         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2124         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2125         ... add here and use lwsync or sync ...
2126         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2127         ... and add here using lwsync.
2128
2129 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2130
2131         * elf/dl-machine-reject-phdr.h: New file.
2132         * elf/dl-load.c: #include that.
2133         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2134         if that returned true.
2135
2136 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2137
2138         [BZ #17496]
2139         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2140         gen-as-const-headers chunk.  Add a big scare comment after the last
2141         safe place to touch before-compile.
2142
2143 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2144
2145         * manual/install.texi (Tools for Compilation): Update autoconf
2146         version requirements.
2147         * INSTALL: Regenerated.
2148
2149         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2150         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2151         (__libc_pselect): Likewise.
2152
2153         [BZ #14138]
2154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2158
2159 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2160
2161         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2162         correct barrier instruction.
2163         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2164         Likewise.
2165         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2166         Likewise.
2167
2168 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2169
2170         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2171         after defining inlines.  Instead, just use parens to defeat macro
2172         expansion of __isctype in its declaration.
2173
2174 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2175
2176         * include/sys/uio.h (__libc_readv): Remove declaration.
2177         (__libc_writev): Likewise.
2178         * misc/readv.c (__libc_readv): Rename to __readv.
2179         (__readv): Do not define as alias.
2180         (readv): Define as alias of __readv.
2181         * misc/writev.c (__libc_writev): Rename to __writev.
2182         (__writev): Do not define as alias.
2183         (writev): Define as alias of __writev.
2184         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2185         (__readv): Do not define as alias.
2186         (readv): Define unconditionally as alias of __readv.
2187         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2188         (__writev): Do not define as alias.
2189         (writev): Define unconditionally as alias of __writev.
2190         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2191         name.
2192         (writev): Do not define __libc_writev name.
2193
2194 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2195
2196         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2197         (convert_charseq): New function, broken out of ...
2198         (use_from_charmap): ... here.  Call it.
2199         (use_to_charmap): Use convert_charseq and free instead of duplicating
2200         its code with a variable-length stack struct.
2201
2202 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2203
2204         * include/fcntl.h (__libc_creat): Remove declaration.
2205         * io/creat.c (__libc_creat): Rename to creat.
2206         (creat): Do not define as alias.
2207         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2208         of creat instead of __libc_creat.
2209         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2210         to creat.
2211         (creat): Do not define as alias.
2212         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2213         __libc_creat.
2214         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2215         __libc_creat name.
2216         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2217         Likewise.
2218
2219 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2220
2221         * manual/llio.texi: Add comments discussing why write() may be
2222         considered MT-unsafe on Linux.
2223
2224 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2225
2226         * dl-load.c (local_strdup): Remove.
2227         (expand_dynamic_string_token): Use __strdup.
2228         (decompose_rpath): Likewise.
2229         (_dl_map_object): Likewise.
2230
2231 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2232
2233         [BZ #14132]
2234         * sysdeps/generic/unwind-dw2-fde.c
2235         (__register_frame_info_bases_internal): Do not declare.
2236         (__register_frame_info_table_bases_internal): Likewise.
2237         (__deregister_frame_info_bases_internal): Likewise.
2238         (__register_frame_info_bases): Declare and use hidden_proto before
2239         definition.  Use hidden_def instead of INTDEF.
2240         (__register_frame_info_table_bases): Likewise.
2241         (__deregister_frame_info_bases): Likewise.
2242         (__register_frame_info): Do not use INTUSE.
2243         (__register_frame): Likewise.
2244         (__register_frame_info_table): Likewise.
2245         (__register_frame_table): Likewise.
2246         (__deregister_frame_info): Likewise.
2247         (__deregister_frame): Likewise.
2248
2249 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2250
2251         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2252         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2253         not undefine.
2254         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2255         Likewise.
2256         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2257         Likewise.
2258
2259 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2260
2261         [BZ #14138]
2262         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2263         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2264         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2265         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2266         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2267         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2268         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2269         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2270         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2271         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2272         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2273         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2274         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2275         syscall.
2276         (setfsuid): Likewise.
2277         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2278         (setfsuid): Likewise.
2279         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2280         (setfsuid): Likewise.
2281         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2282         Likewise.
2283         (setfsuid): Likewise.
2284         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2285         (setfsuid): Likewise.
2286         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2287         Likewise.
2288         (setfsuid): Likewise.
2289
2290 2014-10-27  Andreas Schwab  <schwab@suse.de>
2291
2292         [BZ #17501]
2293         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2294         check for Slow_SSE4_2 feature bit.
2295         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2296         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2297         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2298         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2299
2300 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2301
2302         * configure.ac: Validate compiler version with a empirical test of
2303         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2304         $CC -v output.
2305         * configure: Regenerated.
2306
2307         * inet/htons.c (htons): Prototypify.
2308         * inet/htonl.c (htonl): Likewise.
2309
2310 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2311
2312         * string/strncat.c (strncat): Improve performance by using strlen.
2313
2314 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2315
2316         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2317
2318 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2319
2320         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2321         Call libc_fetestexcept_aarch64.
2322
2323 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2324
2325         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2326         Call libc_feholdexcept_aarch64.
2327
2328 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2329
2330         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2331         Call get_rounding_mode.
2332
2333 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2334
2335         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2336         Simplify logic.
2337
2338 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2339
2340         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2341         Simplify logic.
2342
2343 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2344
2345         [BZ #14138]
2346         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2347         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2348         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2349         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2350         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2351         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2352         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2353         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2354         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2355         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2356         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2357         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2358         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2359         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2360         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2361         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2362         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2363         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2364         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2365         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2366         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2367         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2368         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2369         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2370         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2371         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2372         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2373         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2374         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2375         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2376         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2377         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2378         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2379         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2380         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2381         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2382         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2383         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2384         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2385         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2386         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2387         syscall.
2388         (geteuid): Likewise.
2389         (getgid): Likewise.
2390         (getuid): Likewise.
2391         (getresgid): Likewise.
2392         (getresuid): Likewise.
2393         (getgroups): Likewise.
2394         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2395         (geteuid): Likewise.
2396         (getgid): Likewise.
2397         (getuid): Likewise.
2398         (getresgid): Likewise.
2399         (getresuid): Likewise.
2400         (getgroups): Likewise.
2401         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2402         (geteuid): Likewise.
2403         (getgid): Likewise.
2404         (getuid): Likewise.
2405         (getresgid): Likewise.
2406         (getresuid): Likewise.
2407         (getgroups): Likewise.
2408         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2409         Likewise.
2410         (geteuid): Likewise.
2411         (getgid): Likewise.
2412         (getuid): Likewise.
2413         (getresgid): Likewise.
2414         (getresuid): Likewise.
2415         (getgroups): Likewise.
2416         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2417         (geteuid): Likewise.
2418         (getgid): Likewise.
2419         (getuid): Likewise.
2420         (getresgid): Likewise.
2421         (getresuid): Likewise.
2422         (getgroups): Likewise.
2423         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2424         Likewise.
2425         (geteuid): Likewise.
2426         (getgid): Likewise.
2427         (getuid): Likewise.
2428         (getgroups): Likewise.
2429
2430         [BZ #14138]
2431         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2432         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2433         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2434         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2435         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2436         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2437         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2438         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2439         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2440         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2441         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2442         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2443         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2444         __chown.
2445         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2446         (lchown): Likewise.
2447         (fchown): Likewise.
2448         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2449         Likewise.
2450         (lchown): Likewise.
2451         (fchown): Likewise.
2452         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2453         (lchown): Likewise.
2454         (fchown): Likewise.
2455         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2456         Likewise.
2457         (lchown): Likewise.
2458         (fchown): Likewise.
2459
2460 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2461
2462         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2463         Simplify logic.
2464
2465 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2466
2467         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2468         Cleanup logic.
2469
2470 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2471
2472         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2473         Remove unused include.
2474
2475 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2476
2477         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2478         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2479         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2480         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2481
2482 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
2483             Helge Deller <deller@gmx.de>
2484
2485         [BZ #17508]
2486         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2487         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2488         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2489
2490 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
2491
2492         [BZ #14132]
2493         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2494         Remove macro definition.
2495         (__ashrdi3_v_glibc20): Likewise.
2496         (__lshrdi3_v_glibc20): Likewise.
2497         (__cmpdi2_v_glibc20): Likewise.
2498         (__ucmpdi2_v_glibc20): Likewise.
2499         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2500         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2501         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2502         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2503         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2504         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2505
2506 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2507
2508         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2509         old GNU extension [0] syntax.
2510         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2511         alloca rather than an array member with variable length.
2512         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2513         * nscd/nscd.c (invalidate_db): New function, broken out of ...
2514         (parse_opt): ... here.  Likewise use alloca there.
2515         Validate the -i argument before checking for rootness.
2516         (send_shutdown): New function, broken out of ...
2517         (parse_opt): ... here.
2518
2519 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2520
2521         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2522         macro to get at the _rt_local_ro field.
2523         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2524         ([PIC] case) or _dl_hwcap ([!PIC] case).
2525         * sysdeps/arm/setjmp.S: Likewise.
2526
2527         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2528         * sysdeps/arm/configure.ac: New check to define it.
2529         * sysdeps/arm/configure: Regenerated.
2530         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2531         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2532         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2533         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2534         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2535         Use move/movt pair instead of a load.
2536         (LDST_GLOBAL): Macro removed.
2537         (LDR_GLOBAL): New macro replaces it.
2538         (LDR_HIDDEN): New macro.
2539         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2540         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2541
2542         * setjmp/tst-setjmp-static.c: New file.
2543         * setjmp/Makefile (tests): Add it.
2544         (tests-static): New variable.
2545
2546 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
2547
2548         [BZ #17485]
2549         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2550
2551 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
2552
2553         [BZ #14132]
2554         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2555
2556 2014-10-21  Roland McGrath  <roland@hack.frob.com>
2557
2558         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2559
2560 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2561
2562         * io/fts.c (dirent_not_directory): New function.
2563         (fts_build): Call it.
2564
2565 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2566
2567         * nptl/version.c (__nptl_main): Use normal __write rather than
2568         INTERNAL_SYSCALL.
2569         (banner): Update copyright years.
2570
2571         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2572         gettimeofday.
2573         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2574         * nptl/pthread_cond_timedwait.c: Likewise.
2575         * nptl/pthread_mutex_timedlock.c: Likewise.
2576         * nptl/sem_timedwait.c: Likewise.
2577
2578         * sysdeps/nptl/bits/libc-lock.h
2579         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2580         (__libc_lock_init_recursive): Return void, not 0.
2581         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2582         (__libc_rwlock_init): Likewise.
2583         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2584
2585 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2586
2587         [BZ #15215]
2588         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2589         (__pthread_once_slow): ... here.
2590         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2591         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2592
2593 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2594
2595         [BZ #15215]
2596         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2597         __PTHREAD_ONCE_FORK_GEN_INCR): New.
2598         * sysdeps/nptl/fork.c (__libc_fork): Use them.
2599         * nptl/pthread_once.c (__pthread_once): Likewise.
2600         Update comments.
2601
2602 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
2603
2604         [BZ #14138]
2605         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2606         name.
2607         (writev): Use __libc_writev as strong name.
2608         * sysdeps/unix/sysv/linux/readv.c: Remove file.
2609         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2610
2611 2014-10-17  Roland McGrath  <roland@hack.frob.com>
2612
2613         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2614
2615         * sysdeps/i386/nptl/tls.h
2616         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2617         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2618         New macros.
2619         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2620         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2621         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2622         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2623         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2624         Call CHECK_THREAD_SYSINFO instead of doing an assert.
2625
2626         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2627         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2628         on [__NR_futex].
2629         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2630         broken out of ...
2631         (__pthread_mutex_init): ... here.  Call it.
2632         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2633         Conditionalize PI cases on [__NR_futex].
2634         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2635         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2636         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2637
2638         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
2639         conditional on [SIGSETXID].
2640         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
2641         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
2642         is defined.  Likewise for SIGSETXID.
2643         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
2644         Conditionalize definitions on [SIGSETXID].
2645         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
2646         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
2647         unblocking on [SIGCANCEL].
2648
2649         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
2650         [__NR_set_robust_list].
2651
2652 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2653
2654         * string/strcoll_l.c (get_next_seq): Fix up formatting.
2655         (do_compare): Likewise.
2656
2657 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
2658
2659         [BZ #15884]
2660         * string/strcoll_l.c: Don't include stdio.h.
2661         (coll_seq): Remove members idxarr and rulearr.
2662         (get_next_seq_cached): Remove function.
2663         (get_next_seq): Likewise.
2664         (get_next_seq_nocache): Rename to get_next_seq.
2665         (do_compare): Remove function.
2666         (do_compare_nocache): Rename to do_compare.
2667         (STRCOLL): Remove weight and rules cache.
2668
2669 2014-10-16  Roland McGrath  <roland@hack.frob.com>
2670
2671         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
2672         * sysdeps/arm/sfp-machine.h: ... to here.
2673         * sysdeps/arm/Implies: Remove arm/soft-fp.
2674
2675 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
2676
2677         * conform/data/sys/utsname.h-data (*_t): Allow.
2678         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
2679         [POSIX] (WEXITED): Do not expect constant.
2680         [POSIX] (WSTOPPED): Likewise.
2681         [POSIX] (WNOHANG): Likewise.
2682         [POSIX] (WNOWAIT): Likewise.
2683         [POSIX] (siginfo_t): Do not expect type or elements.
2684         [POSIX] (pid_t): Do not expect type.
2685         [POSIX] (signal.h): Do not allow header.
2686         [POSIX] (sys/resource.h): Likewise.
2687         [POSIX] (si_*): Do not allow pattern.
2688         [POSIX] (W*): Likewise.
2689         [POSIX] (P_*): Likewise.
2690         [POSIX] (BUS_*): Likewise.
2691         [POSIX] (CLD_*): Likewise.
2692         [POSIX] (FPE_*): Likewise.
2693         [POSIX] (ILL_*): Likewise.
2694         [POSIX] (POLL_*): Likewise.
2695         [POSIX] (SEGV_*): Likewise.
2696         [POSIX] (SI_*): Likewise.
2697         [POSIX] (TRAP_*): Likewise.
2698         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
2699         variable.
2700
2701 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2702
2703         [BZ #12926]
2704         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
2705         infinite loop when __recvmsg returns 0.
2706
2707 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
2708
2709         * CANCEL-FCT-WAIVE: Remove file.
2710         * CANCEL-FILE-WAIVE: Likewise.
2711
2712         [BZ #14132]
2713         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
2714         instead of INTVARDEF.
2715         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2716         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
2717         rtld_hidden_data_def instead of INTVARDEF.
2718         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2719         * elf/dl-deps.c (expand_dst): Likewise.
2720         * elf/dl-load.c (_dl_dst_count): Likewise.
2721         (_dl_dst_substitute): Likewise.
2722         (decompose_rpath): Likewise.
2723         (_dl_init_paths): Likewise.
2724         (open_path): Likewise.
2725         (_dl_map_object): Likewise.
2726         * elf/rtld.c (dl_main): Likewise.
2727         (process_dl_audit): Likewise.
2728         (process_envvars): Likewise.
2729         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
2730         Remove declaration.
2731         (__libc_enable_secure): Use rtld_hidden_proto.
2732
2733 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
2734
2735         * elf/dl-load.c
2736         (add_path): New function broken out of _dl_rtld_di_serinfo.
2737         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
2738
2739 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
2740
2741         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
2742         parentheses around macro arguments.
2743         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
2744         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
2745         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
2746         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
2747         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
2748         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2749         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2750         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
2751         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
2752         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
2753         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
2754         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
2755         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
2756         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
2757         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
2758         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
2759         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
2760         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
2761         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
2762         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
2763         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
2764         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
2765         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
2766         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2767         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2768         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
2769         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
2770         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
2771         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
2772         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
2773         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
2774         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
2775         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
2776         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
2777         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
2778         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
2779         Likewise.
2780         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
2781         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2782         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2783         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
2784         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
2785         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
2786         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
2787         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
2788         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
2789         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
2790         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
2791         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
2792         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
2793         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
2794         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
2795         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2796         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2797         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
2798         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
2799         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
2800         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
2801         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
2802         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
2803         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
2804         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
2805         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
2806         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
2807         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
2808         (_FP_FRAC_SRS_1): Likewise.
2809         (_FP_FRAC_CLZ_1): Likewise.
2810         (_FP_MUL_MEAT_1_imm): Likewise.
2811         (_FP_MUL_MEAT_1_wide): Likewise.
2812         (_FP_MUL_MEAT_1_hard): Likewise.
2813         (_FP_SQRT_MEAT_1): Likewise.
2814         (_FP_FRAC_ASSEMBLE_1): Likewise.
2815         (_FP_FRAC_DISASSEMBLE_1): Likewise.
2816         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
2817         (__FP_CLZ_2): Likewise.
2818         (_FP_MUL_MEAT_2_wide): Likewise.
2819         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2820         (_FP_MUL_MEAT_2_gmp): Likewise.
2821         (_FP_MUL_MEAT_2_120_240_double): Likewise.
2822         (_FP_SQRT_MEAT_2): Likewise.
2823         (_FP_FRAC_ASSEMBLE_2): Likewise.
2824         (_FP_FRAC_DISASSEMBLE_2): Likewise.
2825         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
2826         (_FP_FRAC_CLZ_4): Likewise.
2827         (_FP_MUL_MEAT_4_wide): Likewise.
2828         (_FP_MUL_MEAT_4_gmp): Likewise.
2829         (_FP_SQRT_MEAT_4): Likewise.
2830         (_FP_FRAC_ASSEMBLE_4): Likewise.
2831         (_FP_FRAC_DISASSEMBLE_4): Likewise.
2832         * soft-fp/op-common.h (_FP_CMP): Likewise.
2833         (_FP_CMP_EQ): Likewise.
2834         (_FP_CMP_UNORD): Likewise.
2835         (_FP_TO_INT): Likewise.
2836         (_FP_FROM_INT): Likewise.
2837         [!__FP_CLZ] (__FP_CLZ): Likewise.
2838         (_FP_DIV_HELP_imm): Likewise.
2839         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
2840         Likewise.
2841         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
2842         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
2843         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
2844         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
2845         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
2846         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2847         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2848         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
2849         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
2850         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
2851         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
2852         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
2853         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
2854         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
2855         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
2856         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
2857         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
2858         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
2859         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
2860         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
2861         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
2862         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
2863         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
2864         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2865         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2866         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
2867         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
2868         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
2869         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
2870         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
2871         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
2872         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
2873         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
2874         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
2875         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
2876         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
2877         (FP_UNPACK_RAW_SP): Likewise.
2878         (FP_PACK_RAW_S): Likewise.
2879         (FP_PACK_RAW_SP): Likewise.
2880         (FP_UNPACK_S): Likewise.
2881         (FP_UNPACK_SP): Likewise.
2882         (FP_UNPACK_SEMIRAW_S): Likewise.
2883         (FP_UNPACK_SEMIRAW_SP): Likewise.
2884         (FP_PACK_S): Likewise.
2885         (FP_PACK_SP): Likewise.
2886         (FP_PACK_SEMIRAW_S): Likewise.
2887         (FP_PACK_SEMIRAW_SP): Likewise.
2888         (_FP_SQRT_MEAT_S): Likewise.
2889         (FP_CMP_S): Likewise.
2890         (FP_CMP_EQ_S): Likewise.
2891         (FP_CMP_UNORD_S): Likewise.
2892         (FP_TO_INT_S): Likewise.
2893         (FP_FROM_INT_S): Likewise.
2894
2895         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
2896
2897         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
2898         (FP_EX_INVALID_IMZ): Likewise.
2899         (FP_EX_INVALID_IMZ_FMA): Likewise.
2900         (FP_EX_INVALID_ISI): Likewise.
2901         (FP_EX_INVALID_ZDZ): Likewise.
2902         (FP_EX_INVALID_IDI): Likewise.
2903         (FP_EX_INVALID_SQRT): Likewise.
2904         (FP_EX_INVALID_CVI): Likewise.
2905         (FP_EX_INVALID_VC): Likewise.
2906         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
2907         "invalid" exceptions.
2908         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
2909         (_FP_ADD_INTERNAL): Likewise.
2910         (_FP_MUL): Likewise.
2911         (_FP_FMA): Likewise.
2912         (_FP_DIV): Likewise.
2913         (_FP_CMP_CHECK_NAN): Likewise.
2914         (_FP_SQRT): Likewise.
2915         (_FP_TO_INT): Likewise.
2916         (FP_EXTEND): Likewise.
2917
2918 2014-10-09  Allan McRae  <allan@archlinux.org>
2919
2920         * po/fr.po: Update French translation from translation project.
2921
2922 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
2923
2924         [BZ #14132]
2925         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
2926         of INTDEF.
2927         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
2928         (__cxa_atexit): Use libc_hidden_proto.
2929         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
2930
2931         [BZ #14132]
2932         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
2933         declaration.
2934         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
2935         [!_ISOMAC] (__iswspace_l_internal): Likewise.
2936         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
2937         [!_ISOMAC] (__iswctype_internal): Likewise.
2938         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
2939         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
2940         alias.
2941         (fcntl): Remove __fcntl_internal alias.
2942         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
2943         __connect_internal alias.
2944         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
2945         Likewise.
2946
2947         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
2948         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
2949         FP_DENORM_ZERO.
2950         (_FP_CHECK_FLUSH_ZERO): New macro.
2951         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
2952         (_FP_CMP): Likewise.
2953         (_FP_CMP_EQ): Likewise.
2954         (_FP_TO_INT): Do not set inexact for subnormal arguments if
2955         FP_DENORM_ZERO.
2956         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
2957         (FP_TRUNC): Likewise.
2958
2959         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
2960         treated as invalid conversion, not as normal exponent.
2961
2962         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
2963         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
2964         (_FP_CMP_EQ): Likewise.
2965         (_FP_CMP_UNORD): Likewise.
2966         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
2967         (FP_CMP_EQ_D): Likewise.
2968         (FP_CMP_UNORD_D): Likewise.
2969         * soft-fp/extended.h (FP_CMP_E): Likewise.
2970         (FP_CMP_EQ_E): Likewise.
2971         (FP_CMP_UNORD_E): Likewise.
2972         * soft-fp/quad.h (FP_CMP_Q): Likewise.
2973         (FP_CMP_EQ_Q): Likewise.
2974         (FP_CMP_UNORD_Q): Likewise.
2975         * soft-fp/single.h (FP_CMP_S): Likewise.
2976         (FP_CMP_EQ_S): Likewise.
2977         (FP_CMP_UNORD_S): Likewise.
2978         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
2979         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
2980         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
2981         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
2982         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
2983         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
2984         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
2985         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
2986         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
2987         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
2988         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
2989         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
2990         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
2991         to FP_CMP_Q.
2992         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
2993         FP_CMP_Q.
2994         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
2995         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
2996         FP_CMP_EQ_Q.
2997         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
2998         FP_CMP_Q.
2999         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3000         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3001         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3002         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3003         FP_CMP_EQ_Q.
3004         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3005         FP_CMP_Q.
3006         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3007         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3008         FP_CMP_EQ_Q.
3009         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3010         FP_CMP_Q.
3011         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3012         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3013         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3014         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3015         FP_CMP_EQ_Q.
3016
3017         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3018         a subnormal result, set the underflow exception if trapping on
3019         underflow is enabled.
3020         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3021         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3022         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3023         redefine to 0.
3024         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3025         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3026         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3027         * soft-fp/extendxftf2.c (__extendxftf2): Use
3028         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3029
3030         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3031         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3032         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3033         FP_HANDLE_EXCEPTIONS.
3034         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3035         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3036         FP_HANDLE_EXCEPTIONS.
3037         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3038         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3039         FP_HANDLE_EXCEPTIONS.
3040         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3041         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3042         FP_HANDLE_EXCEPTIONS.
3043
3044 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3045
3046         [BZ #14132]
3047         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3048         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3049         use INTUSE.
3050         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3051         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3052         Remove alias.
3053         (__adjtimex): Define using libc_hidden_ver.
3054         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3055         Remove declaration.
3056         (ntp_gettime): Call __adjtimex directly.
3057         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3058         Remove declaration.
3059         (ntp_gettimex): Call __adjtimex directly.
3060         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3061         __adjtimex_internal alias.
3062
3063 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3064
3065         [BZ #17460]
3066         * nscd/nscd.c (more_help): Rewrite list of tables collection
3067         using xstrdup and asprintf.
3068
3069         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3070
3071 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3072             Roland McGrath  <roland@hack.frob.com>
3073
3074         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3075         (do_lookup_unique): ... local function 'enter' here; update callers.
3076
3077 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3078
3079         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3080         compat_symbol calls on [SHARED].
3081         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3082         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3083         Remove.
3084         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3085         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3086         (oldsetrlimit): Remove.
3087         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3089         (lchown): New syscall entry.
3090         (oldsetrlimit): Remove.
3091         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3092         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3093         (oldsetrlimit): Remove.
3094         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3095
3096         [BZ #14138]
3097         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3098         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3099         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3100         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3101         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3102         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3103         (fchown): Likewise.
3104         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3105         (fchown): Likewise.
3106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3107         Likewise.
3108
3109 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3110
3111         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3112         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3113         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3114         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3115         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3116         Likewise.
3117         (__old_sem_post): Likewise.
3118
3119 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3120
3121         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3122         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3123         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3124         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3125         Use INLINE_VSYSCALL macro.
3126         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3127         __vdso_clock_gettime.
3128         * sysdeps/unix/sysv/linux/tile/init-first.c
3129         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3130         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3131         __vdso_clock_gettime.
3132
3133         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3134         to set up frame more cleanly.
3135
3136         * sysdeps/tile/memcmp.c: New file.
3137
3138         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3139
3140         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3141         * sysdeps/tile/tilegx/strcasestr.c: New file.
3142         * sysdeps/tile/tilegx/strnlen.c: New file.
3143         * sysdeps/tile/tilegx/strstr.c: New file.
3144
3145         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3146
3147 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3148
3149         * nptl/tst-setuid3.c: Write errors to stdout.
3150
3151 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3152
3153         * elf/dl-deps.c
3154         (preload): New functions broken out of _dl_map_object_deps.
3155         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3156
3157 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3158
3159         [BZ #14138]
3160         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3161         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3162
3163 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3164
3165         * sysdeps/mips/strcmp.S: New.
3166
3167 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3168
3169         [BZ #14138]
3170         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3171         (linkat): Likewise.
3172         (mkdirat): Likewise.
3173         (readlinkat): Likewise.
3174         (renameat): Likewise.
3175         (symlinkat): Likewise.
3176         (unlinkat): Likewise.
3177         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3178         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3179         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3180         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3181         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3182         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3183         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3184
3185 2014-09-30  Will Newton  <will.newton@linaro.org>
3186
3187         * math/math.h: Define long double math functions if
3188         _LIBC_TEST is defined.
3189         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3190
3191         * localedata/Makefile: Move assignment to tests-special
3192         into an ifdef testing run-built-tests.
3193         * timezone/Makefile: Likewise.
3194
3195 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3196
3197         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3198         with $(BASH) not $(SHELL).
3199
3200 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3201             Matthew LeGendre  <legendre1@llnl.gov>
3202
3203         [BZ #17411]
3204         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3205         l_reloc_result.
3206
3207 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3208
3209         * stdio-common/printf_fp.c
3210         (hack_digit): New function, broken out of ...
3211         (__printf_fp): ... local function here.  Update call sites.
3212         hack_digit now takes an additional parameter that is a pointer
3213         to a struct of the referenced locals.  Those locals moved inside
3214         the struct and references updated.
3215
3216 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3217
3218         * aclocal.m4: Require autoconf 2.69.
3219         * configure: Regenerated.
3220         * sysdeps/aarch64/configure: Likewise.
3221         * sysdeps/alpha/configure: Likewise.
3222         * sysdeps/arm/armv7/configure: Likewise.
3223         * sysdeps/arm/configure: Likewise.
3224         * sysdeps/ia64/configure: Likewise.
3225         * sysdeps/mach/configure: Likewise.
3226         * sysdeps/mips/configure: Likewise.
3227         * sysdeps/s390/configure: Likewise.
3228         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3230
3231         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3232         file.
3233         * sysdeps/ia64/configure.ac: Likewise.
3234
3235 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3236
3237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3238         specify symbol version for ld.so.  Do not include entry for
3239         libpthread.
3240         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3241         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3242         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3243
3244         [BZ #14171]
3245         * Makeconfig [$(build-shared) = yes]
3246         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3247         makefiles.
3248         [$(build-shared) = yes && $(soversions.mk-done) = t]
3249         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3250         [$(build-shared) = yes && $(soversions.mk-done) = t]
3251         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3252         to Makerules.
3253         [$(build-shared) = yes && $(soversions.mk-done) = t]
3254         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3255         here.
3256         [$(build-shared) = yes && $(soversions.mk-done) = t]
3257         (common-generated): Don't append gnu/lib-names.h and
3258         gnu/lib-names.stmp here.
3259         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3260         (lib-names-h-abi): New variable.
3261         [$(build-shared) = yes && $(soversions.mk-done) = t]
3262         (lib-names-stmp-abi): Likewise.
3263         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3264         abi-variants] (before-compile): Append
3265         $(common-objpfx)$(lib-names-h-abi).
3266         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3267         abi-variants] (common-generated): Append gnu/lib-names.h.
3268         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3269         abi-variants] (install-others-nosubdir): Depend on
3270         $(inst_includedir)/$(lib-names-h-abi).
3271         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3272         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3273         [$(build-shared) = yes && $(soversions.mk-done) = t]
3274         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3275         [$(build-shared) = yes && $(soversions.mk-done) = t]
3276         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3277         [$(build-shared) = yes && $(soversions.mk-done) = t]
3278         (common-generated): Append $(lib-names-h-abi) and
3279         $(lib-names-stmp-abi).
3280         * scripts/lib-names.awk: Do not handle multi being set.
3281         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3282         Remove variable.
3283         (abi-lp64_be-ld-soname): Likewise.
3284         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3285         Likewise.
3286         (abi-hard-ld-soname): Likewise.
3287         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3288         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3289         Remove variable.
3290         (abi-o32_hard-ld-soname): Likewise.
3291         (abi-o32_soft_2008-ld-soname): Likewise.
3292         (abi-o32_hard_2008-ld-soname): Likewise.
3293         (abi-n32_soft-ld-soname): Likewise.
3294         (abi-n32_hard-ld-soname): Likewise.
3295         (abi-n32_soft_2008-ld-soname): Likewise.
3296         (abi-n32_hard_2008-ld-soname): Likewise.
3297         (abi-n64_soft-ld-soname): Likewise.
3298         (abi-n64_hard-ld-soname): Likewise.
3299         (abi-n64_soft_2008-ld-soname): Likewise.
3300         (abi-n64_hard_2008-ld-soname): Likewise.
3301         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3302         Likewise.
3303         (abi-64-v2-ld-soname): Likewise.
3304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3305         ld.so entries.
3306         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3307         variable.
3308         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3309         entry.
3310         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3311         variable.
3312         (abi-64-ld-soname): Likewise.
3313         (abi-x32-ld-soname): Likewise.
3314         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3315         entry.
3316         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3317
3318 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3319
3320         [BZ #14138]
3321         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3322         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3323         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3324         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3325         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3326         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3327         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3328         syscall entry for GLIBC_2.2 symbol version.
3329         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3330         Likewise.
3331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3332         (setrlimit): Likewise.
3333         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3334         Likewise.
3335
3336 2014-09-23  Will Newton  <will.newton@linaro.org>
3337
3338         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3339         _LINUX_ARM_SYSDEP_H include guard too.
3340         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3341         define.
3342
3343 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3344
3345         * sysdeps/unix/sysv/linux/eventfd.c:
3346         Make first argument unsigned.
3347         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3348         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3349
3350 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3351
3352         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3353         * socket/sys/socket.h: Likewise
3354         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3355
3356 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3357
3358         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3359
3360 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3361
3362         * time/tst-ftime.c: New test.
3363         * time/Makefile (tests): Add tst-ftime.
3364
3365 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3366
3367         * soft-fp/extended.h: Fix comment formatting.
3368         * soft-fp/op-1.h: Likewise.
3369         * soft-fp/op-2.h: Likewise.
3370         * soft-fp/op-4.h: Likewise.
3371         * soft-fp/op-8.h: Likewise.
3372         * soft-fp/op-common.h: Likewise.
3373         * soft-fp/soft-fp.h: Likewise.
3374
3375         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3376
3377 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3378
3379         [BZ #6652]
3380         * Makeconfig (soversions-default-setname): Remove variable.
3381         ($(common-objpfx)soversions.i): Don't pass default_setname to
3382         soversions.awk.
3383         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3384         oldest_abi to abi-versions.awk.
3385         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3386         * config.make.in (oldest-abi): Remove variable.
3387         * configure.ac (--enable-oldest-abi): Remove configure option.
3388         * configure: Regenerated.
3389         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3390         text.
3391         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3392         * scripts/soversions.awk: Do not handle default_setname variable.
3393         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3394         variable.
3395         * sysdeps/mach/hurd/configure: Regenerated.
3396         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3397         variable.
3398         * sysdeps/unix/sysv/linux/configure: Regenerated.
3399
3400 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3401
3402         * elf/Makefile (CFLAGS-interp.c): Remove.
3403         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3404         path string.
3405         * elf/interp.c: Include generated runtime-linker.h
3406
3407         * Makerules (lib%.so): Don't include $(+interp) in
3408         prerequisites.
3409         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3410         * dlfcn/eval.c: Remove file.
3411
3412         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3413         macros.
3414
3415         [BZ #17266]
3416         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3417         4.2 and newer.
3418
3419         [BZ #17370]
3420         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3421
3422 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3423             Jakub Jelinek  <jakub@redhat.com>
3424
3425         [BZ #17266]
3426         * libio/stdio.h: Check definition of __fortify_function
3427         instead of __extern_always_inline to include bits/stdio2.h.
3428         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3429         check if __extern_always_inline is defined.
3430         [__USE_MISC || __USE_XOPEN]: Likewise.
3431         [__USE_ISOC99] Likewise.
3432         * misc/sys/cdefs.h (__fortify_function): Define only if
3433         __extern_always_inline is defined.
3434         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3435         __extern_always_inline and __extern_inline only for g++-4.3
3436         and newer or a compatible gcc.
3437
3438 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3439
3440         [BZ #17371]
3441         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3442         last change to handle zero prefix length.
3443
3444 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3445
3446         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3447         _SC_REGEX_VERSION.
3448
3449         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3450         _POSIX_RAW_SOCKETS.
3451
3452 2014-09-13  Allan McRae  <allan@archlinux.org>
3453
3454         * po/ru.po: Update Russian translation from translation project.
3455
3456 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3457
3458         * locale/programs/locale.c (show_locale_vars): Inline local function
3459         into its sole call site.  Clean up some style nits.
3460         (print_item): New function, broken out of ...
3461         (show_info): ... local function here.  Clean up style nits.
3462
3463         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3464         out of ...
3465         (set_class_defaults): ... local function set_default here.
3466         Define set_default as a macro locally to pass constant parameters.
3467         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3468         rather than a shared local.
3469
3470         * stdlib/rpmatch.c (try): New function, broken out of ...
3471         (rpmatch): ... local function here.  Also, prototypify definition.
3472
3473 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3474
3475         * scripts/soversions.awk: Do not handle configuration names.
3476         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3477         vendor and os variables to soversions.awk.
3478         * configure.ac: Do not modify gnu-* host_os.
3479         * configure: Regenerated
3480         * shlib-versions: Remove first column with configuration names.
3481         * nptl/shlib-versions: Likewise.
3482         * nptl_db/shlib-versions: Likewise.
3483         * sysdeps/hppa/shlib-versions: Likewise.
3484         * sysdeps/m68k/shlib-versions: Likewise.
3485         * sysdeps/mach/hurd/shlib-versions: Likewise.
3486         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3487         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3488         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3489         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3490         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3491         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3492         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3493         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3495         Likewise.
3496         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3497         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3498         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3499         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3500         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3501         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3502         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3503         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3504
3505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3506         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3508         Regenerated.
3509         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3511         Condition symbol version definitions on [HAVE_ELFV2_ABI].
3512
3513         * shlib-versions: Remove OS-specific entries.  Moved to files in
3514         sysdeps.
3515         * sysdeps/mach/hurd/shlib-versions: New file.
3516         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3517
3518         * nptl/shlib-versions: Remove architecture-specific entries.
3519         Moved to files in sysdeps.
3520         * shlib-versions: Likewise.
3521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3522         file.
3523         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3524         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3525         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3526         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3527
3528         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3529         (UDP_NO_CHECK6_RX): Likewise.
3530
3531 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3532
3533         * sysdeps/posix/sysconf.c (__sysconf): Spell
3534         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3535
3536 2014-08-12  Florian Weimer  <fweimer@redhat.com>
3537
3538         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3539         loading.
3540         * iconv/Versions (__gconv_transliterate): Export for use from
3541         gconv modules.
3542         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3543         (struct __gconv_trans_data, __gconv_trans_fct,
3544         __gconv_trans_context_fct, __gconv_trans_query_fct,
3545         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3546         definitions.
3547         (struct __gconv_step_data): Remove __trans member.
3548         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
3549         longer hidden.  Remove unused trans_data argument.
3550         * iconv/gconv_int.h (struct trans_struct): Remove definition.
3551         (__gconv_translit_find): Remove declaration.
3552         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
3553         prototype.
3554         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3555         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3556         trans_data argument.  Add hidden definition.
3557         (__gconv_translit_find): Remove.
3558         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3559         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3560         * iconv/skeleton.c: Remove transliteration initialization.
3561         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3562         __gconv_step_data initialization.
3563         * libio/iofwide.c (__libio_translit_): Remove.
3564         (_IO_fwide): Adjust struct __gconv_step_data initialization.
3565         * wcsmbs/btowc.c (__btowc): Likewise.
3566         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3567         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3568         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3569         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3570         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3571         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3572         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3573         * wcsmbs/wctob.c (wctob): Likewise.
3574
3575 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3576
3577         [BZ #16194]
3578         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3579         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
3580         register usage.
3581         * sysdeps/x86/Makefile: Adjust.
3582
3583 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3584             Roland McGrath  <roland@hack.frob.com>
3585
3586         * locale/weight.h: Add include guard.
3587         (findidx): Make static rather than auto; take new parameters
3588         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3589         * locale/weightwc.h: Likewise.
3590         * posix/fnmatch_loop.c
3591         (FCT): Change type of EXTRA from int32_t to wint_t.
3592         Don't include either header inside the function.
3593         Call FINDIDX rather than findidx, and pass new arguments.
3594         #undef FINDIDX at the end of the file.
3595         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3596         FINDIDX before including fnmatch_loop.c for the non-wide version.
3597         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3598         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3599         for the wide version.
3600         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3601         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3602         Pass new arguments to findidx.
3603         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3604         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3605         Don't #include it inside the function.  Pass new arguments to findidx.
3606         * posix/regex_internal.h
3607         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3608         (re_string_elem_size_at): Don't #include it inside the function.
3609         Pass new arguments to findidx.
3610         * string/strcoll_l.c: #include WEIGHT_H at top level.
3611         (get_next_seq): Don't #include it inside the function.
3612         Pass new arguments to findidx.
3613         (get_next_seq_nocache): Likewise.
3614         * string/strxfrm_l.c: #include WEIGHT_H at top level.
3615         (STRXFRM): Don't #include it inside the function.
3616         Pass new arguments to findidx.
3617
3618 2014-09-11  Florian Weimer  <fweimer@redhat.com>
3619
3620         [BZ #17344]
3621         * malloc/malloc.c (unlink): Turn asserts into a call to
3622         malloc_printerr.
3623
3624 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
3625
3626         [BZ #17370]
3627         * libio/wfileops (do_ftell_wide): Free OUT.
3628
3629 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
3630
3631         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3632
3633 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3634
3635         [BZ #17363]
3636         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3637         group if the current group is empty.
3638
3639 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3640
3641         * benchtests/bench-memset.c (test_main): Add more test from size
3642         from 32 to 512 bytes.
3643         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3644         Add POWER8 memset object.
3645         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3646         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
3647         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
3648         implementation.
3649         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
3650         Likewise.
3651         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
3652         multiarch POWER8 memset optimization.
3653         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
3654         POWER8 memset optimization.
3655
3656         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3657         Remove bzero multiarch objects.
3658         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
3659         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
3660         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
3661         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
3662         Remove define.
3663         [__bzero]: Redefine to specific name.
3664         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
3665         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
3666         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
3667         define.
3668         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3669         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3670
3671 2014-09-10  Florian Weimer  <fweimer@redhat.com>
3672
3673         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
3674         warnings into errors.
3675
3676         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
3677         __cxa_thread_atexit_impl prototype.
3678
3679 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3680
3681         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
3682         Fix capitalization of error message.
3683
3684 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3685
3686         * sysdeps/mips/preconfigure: Modify ABI tests.
3687
3688 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
3689
3690         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
3691
3692 2014-09-07  Roland McGrath  <roland@hack.frob.com>
3693             Carlos O'Donell  <carlos@systemhalted.org>
3694
3695         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
3696         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
3697         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
3698         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
3699         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
3700         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
3701         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
3702         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
3703         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
3704         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
3705         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
3706         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
3707         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
3708         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
3709         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
3710         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
3711         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
3712         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
3713         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
3714         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
3715         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
3716         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
3717         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
3718         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
3719         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
3720         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
3721         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
3722         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
3723         Deconditionalize the code that was previously under [RESET_PID].
3724         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
3725         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
3726         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
3727         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
3728         include sysdep.h.
3729
3730 2014-09-08  Allan McRae  <allan@archlinux.org>
3731
3732         * version.h (RELEASE): Set to "development".
3733         (VERSION): Set to "2.20.90"
3734
3735 2014-09-07  Allan McRae  <allan@archlinux.org
3736
3737         * version.h (RELEASE): Set to "stable".
3738         (VERSION): Set to "2.20"
3739         * include/features.h (__GLIBC_MINOR__): Set to 20.
3740
3741         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
3742         Liebler.
3743
3744         * po/ko.po: Update Korean translation from translation project.
3745
3746 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
3747
3748         [BZ #17354]
3749         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
3750         macro for handling signed relocations.
3751
3752 2014-09-03  Florian Weimer  <fweimer@redhat.com>
3753
3754         [BZ #17325]
3755         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
3756         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
3757         assert.
3758         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
3759         * iconvdata/ibm935.c (BODY): Likewise.
3760         * iconvdata/ibm937.c (BODY): Likewise.
3761         * iconvdata/ibm939.c (BODY): Likewise.
3762         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
3763         assert.
3764         * iconvdata/Makefile (iconv-test.out): Pass module list to test
3765         script.
3766         * iconvdata/run-iconv-test.sh: New test loop for checking for
3767         decoder crashers.
3768
3769 2014-09-02  Khem Raj  <raj.khem@gmail.com>
3770
3771         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
3772         libm_hidden_ver.
3773
3774 2014-09-01  Allan McRae  <allan@archlinux.org>
3775
3776         * po/eo.po: Update Esperanto translation from translation project.
3777
3778         * po/ca.po: Update Catalan translation from translation project.
3779
3780 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3781
3782         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
3783         __proc_dostop call.
3784
3785 2014-08-27  Mark Wielaard  <mjw@redhat.com>
3786
3787         [BZ #17319]
3788         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
3789         to call set_thread_area instead of hand written asm.
3790         (__NR_set_thread_area): Removed define.
3791         (TLS_FLAG_WRITABLE): Likewise.
3792         (__ASSUME_SET_THREAD_AREA): Remove check.
3793         (TLS_EBX_ARG): Remove define.
3794         (TLS_LOAD_EBX): Likewise.
3795
3796 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3797
3798         Simplify atomicity of socket creation in bind.
3799
3800         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
3801         looking up the name after linking the file.
3802
3803 2014-08-27  Allan McRae  <allan@archlinux.org>
3804
3805         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
3806
3807 2014-08-26  Florian Weimer  <fweimer@redhat.com>
3808
3809         [BZ #17187]
3810         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
3811         trans_compare, open_translit, __gconv_translit_find):
3812         Remove module loading code.
3813
3814 2014-08-26  Allan McRae  <allan@archlinux.org>
3815
3816         * po/vi.po: Update Vietnamese translation from translation project.
3817
3818         * po/uk.po: Update Ukrainian translation from translation project.
3819
3820         * po/fr.po: Update French translation from translation project.
3821
3822         * po/ru.po: Update Russian translation from translation project.
3823
3824         * po/pl.po: Update Polish translation from translation project.
3825
3826         * po/cs.po: Update Czech translation from translation project.
3827
3828         * po/de.po: Update German translation from translation project.
3829
3830         * po/bg.po: Update Bulgarian translation from translation project.
3831
3832         * po/sv.po: Update Sweedish translation from translation project.
3833
3834         * po/nl.po: Update Dutch translation from translation project.
3835
3836         * po/es.po: Update Spanish translation from translation project.
3837
3838 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
3839
3840         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
3841
3842         * catgets/Makefile (CPPFLAGS-gencat): Remove.
3843         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
3844         (CPPFLAGS-iconvconfig): Likewise.
3845         * timezone/Makefile (CPPFLAGS-zic): Likewise.
3846
3847         * include/libc-symbols.h: Remove unnecessary check for
3848         NOT_IN_libc.
3849         * nptl/pthreadP.h: Likewise.
3850         * sysdeps/aarch64/setjmp.S: Likewise.
3851         * sysdeps/alpha/setjmp.S: Likewise.
3852         * sysdeps/arm/sysdep.h: Likewise.
3853         * sysdeps/i386/setjmp.S: Likewise.
3854         * sysdeps/m68k/setjmp.c: Likewise.
3855         * sysdeps/posix/getcwd.c: Likewise.
3856         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3857         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3858         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3859         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3860         * sysdeps/sh/sh3/setjmp.S: Likewise.
3861         * sysdeps/sh/sh4/setjmp.S: Likewise.
3862         * sysdeps/unix/alpha/sysdep.h: Likewise.
3863         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3864         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3865         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3866         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3867         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3869         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3870         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3871         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3872         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3873         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3874         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3875         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3876         * sysdeps/x86_64/setjmp.S: Likewise.
3877
3878 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
3879
3880         [BZ #17263]
3881         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
3882         <stdint.h>.
3883         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
3884         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
3885
3886 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
3887
3888         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
3889
3890         [BZ #17262]
3891         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
3892         and __x86_64__ when disabling x87 inline functions.
3893
3894 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
3895
3896         [BZ #17259]
3897         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
3898         asm statement with __cpuid_count.
3899
3900 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
3901
3902         * configure.ac: Change __ehdr_start code to dereference the struct.
3903         Run readelf on the output to look for relocations.
3904         * configure: Regenerated.
3905
3906 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
3907
3908         [BZ #17261]
3909         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
3910         value to 0.
3911         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
3912
3913 2014-08-12  Roland McGrath  <roland@hack.frob.com>
3914
3915         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
3916
3917 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
3918
3919         [BZ #16892]
3920         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
3921         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
3922
3923 2014-08-12  Sean Anderson  <seanga2@gmail.com>
3924
3925         * malloc/malloc.c: Fix typo in comment.
3926
3927 2014-08-09  Allan McRae  <allan@archlinux.org>
3928
3929         * Regenerate libc.po.
3930
3931 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
3932
3933         * intl/tst-gettext2.sh: Check every lang file for creation.
3934
3935 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
3936
3937         * sysdeps/aarch64/fpu/math_private.h
3938         (libc_feholdsetround_noex_aarch64_ctx): New function.
3939
3940 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
3941
3942         * sysdeps/arm/armv6/strcpy.S (strcpy):
3943         Fix performance issue in misaligned cases.
3944
3945 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3946
3947         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
3948         Move definition from termios.h.
3949         (struct termio): Likewise.
3950         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
3951         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
3952         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
3953         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
3954         Likewise.
3955         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
3956         Move definition to ioctl-types.h
3957         (struct termio): Likewise.
3958         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
3959         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
3960         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
3961         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
3962         Likewise.
3963
3964 2014-08-05  Richard Henderson  <rth@redhat.com>
3965
3966         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
3967         exceptions.
3968         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
3969         Add fraiseexcpt.
3970         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
3971         Use __feraiseexcept.
3972         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
3973         Protect libm symbols with IS_IN_libm.
3974
3975         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
3976
3977 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
3978
3979         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
3980
3981 2014-08-04  Will Newton  <will.newton@linaro.org>
3982
3983         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
3984         file.
3985
3986 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
3987
3988         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
3989         variants for each function.
3990
3991 2014-08-04  Roland McGrath  <roland@hack.frob.com>
3992
3993         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
3994         appended ...
3995         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
3996         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
3997         appended ...
3998         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
3999         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4000         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4001         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4002         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4003         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4004         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4005         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4006         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4007         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4008         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4009         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4010         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4011         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4012         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4013         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4014         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4015         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4016         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4017         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4018         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4019         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4020         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4021         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4022         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4023         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4024         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4025         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4026         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4027         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4028         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4029         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4030         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4031         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4032         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4033         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4034         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4035         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4036         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4037         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4038         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4039         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4040         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4041         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4042         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4043         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4044         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4045         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4046         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4047         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4048         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4049         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4050         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4051         Update #include.
4052         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4053         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4054
4055 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4056
4057         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4058         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4059         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4060         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4061         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4062         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4063
4064 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4065
4066         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4067         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4068         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4069         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4070
4071 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4072
4073         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4074         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4075         (__libc_vfork): Define function under this name.
4076         (__vfork): Define as an alias.
4077         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4078         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4079
4080 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4081
4082         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4083         that was previously under [RESET_PID].
4084         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4085
4086 2014-08-04  Andreas Schwab  <schwab@suse.de>
4087
4088         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4089
4090 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4091
4092         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4093         (main): Likewise.
4094
4095 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4096
4097         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4098
4099 2014-08-01  Richard Henderon  <rth@redhat.com>
4100
4101         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4102         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4103         typo in exact zero test.
4104         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4105         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4106         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4107
4108 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4109
4110         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4111         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4112         * sysdeps/arm/sysdep.h: ... here.
4113         [!__ASSEMBLER__]: Include <stdint.h>.
4114
4115 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4116
4117         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4118         (HAVE_WCTYPE_H): Likewise.
4119         (HAVE_ISWCTYPE): Likewise.
4120         (ENABLE_NLS): Likewise.
4121         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4122         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4123
4124         * posix/regex_internal.c: Check if DEBUG is defined and is
4125         set.
4126
4127         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4128         (HAVE_MBSRTOWCS): Likewise.
4129         * posix/fnmatch.c: Include string.h unconditionally.
4130
4131 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4132
4133         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4134         reversal.
4135
4136 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4137
4138         * sysdeps/generic/safe-fatal.h: New file.
4139         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4140         * nptl/forward.c: Include it.
4141         (__pthread_unwind): Use __safe_fatal as default action, rather
4142         than a bogus use of INTERNAL_SYSCALL that could never work.
4143
4144         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4145         * configure.ac (libc_cv_builtin_trap): New test.
4146         * configure: Regenerated.
4147         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4148         (ABORT_INSTRUCTION): Define using __builtin_trap.
4149
4150         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4151         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4152         * sysdeps/nptl/nptl-signals.h: New file.
4153         * nptl/pthreadP.h: Include <nptl-signals.h>.
4154
4155 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4156
4157         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4158         (ONE_DIRECTION): Define.
4159         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4160         (ONE_DIRECTION): Define.
4161         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4162         (ONE_DIRECTION): Define.
4163
4164 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4165
4166         * sysdeps/s390/Makefile: Delete file.
4167         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4168         * sysdeps/s390/__longjmp.c: Delete file.
4169         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4170         Remove fields __flags and __reserved.
4171         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4172         and add versioning.
4173         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4174         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4175         * sysdeps/s390/rtld-setjmp.S: Likewise.
4176         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4177         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4178         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4179         * sysdeps/s390/s390-32/setjmp.S: ... here.
4180         Add versioning.
4181         (__sigsetjmp): Remove setting __flags field.
4182         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4183         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4184         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4185         * sysdeps/s390/s390-64/setjmp.S: ... here.
4186         Add versioning.
4187         (__sigsetjmp): Remove setting __flags field.
4188         * sysdeps/s390/setjmp.S: Delete file.
4189         * sysdeps/s390/sigjmp.c: Likewise.
4190         * sysdeps/s390/v1-longjmp.c: Likewise.
4191         * sysdeps/s390/v1-setjmp.h: Likewise.
4192         * sysdeps/s390/v1-sigjmp.c: Likewise.
4193         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4194         Remove v1-longjmp_chk.
4195         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4196         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4197         Include debug/longjmp_chk.c and add versioning.
4198         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4199         Include nptl/pt-longjmp.c and add versioning.
4200         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4201         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4202         Include __longjmp.c.
4203         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4204         Move to ...
4205         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4206         (__getcontext): Remove setting __flags field.
4207         Add versioning.
4208         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4209         Don't restore upper high grps.
4210         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4211         Likewise.
4212         (__swapcontext): Remove setting uc_flags field.
4213         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4214         Delete file.
4215         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4216         Include __longjmp.c.
4217         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4218         Move to ...
4219         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4220         (__getcontext): Remove setting __flags field.
4221         Add versioning.
4222         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4223         (__swapcontext): Remove setting uc_flags field.
4224         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4225         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4226         Remove fields uc_high_gprs and __reserved.
4227         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4228         New file with reverted content.
4229         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4230         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4231         Regenerated.
4232         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4233         Regenerated.
4234
4235 2014-07-31  Andreas Schwab  <schwab@suse.de>
4236
4237         * config.h.in (HAVE_IFUNC): Define to 0.
4238         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4239         definedness.
4240
4241 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4242
4243         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4244         memmove-avx-unaligned, memcpy-avx-unaligned and
4245         mempcpy-avx-unaligned.
4246         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4247         Add tests for AVX memcpy functions.
4248         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4249         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4250         memcpy_chk.
4251         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4252         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4253         memmove_chk.
4254         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4255         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4256         mempcpy_chk.
4257         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4258         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4259         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4260
4261 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4262
4263         [BZ #17213]
4264         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4265         powerpc64le.
4266
4267 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4268
4269         [BZ #16839]
4270         * manual/llio.texi: Add section about open file description locks.
4271         * manual/examples/ofdlocks.c: Example of open file description
4272         lock usage.
4273         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4274         F_OFD_SETLK, and F_OFD_SETLKW.
4275
4276 2014-07-23  Allan McRae  <allan@archlinux.org>
4277
4278         * po/es.po: Update Spanish translation from translation project.
4279
4280 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4281
4282         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4283
4284 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4285
4286         [BZ #17078]
4287         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4288         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4289         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4290
4291 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4292
4293         [BZ #17088]
4294         * math/fesetenv.c (__fesetenv)
4295         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4296         * math/feupdateenv.c (__feupdateenv)
4297         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4298
4299         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4300         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4301         (__ASSUME_SOCKETCALL): Do not define.
4302
4303         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4304         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4305         (__ASSUME_SOCKETCALL): Do not define.
4306         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4307         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4308         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4309         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4310         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4311         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4312         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4313         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4314
4315         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4316         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4317         (__ASSUME_SOCKETCALL): Do not define.
4318         (__ASSUME_IPC64): Define unconditionally.
4319         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4320         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4321         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4322         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4323         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4324         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4325         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4326         Likewise.
4327
4328         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4329         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4330         (__ASSUME_SOCKETCALL): Do not define.
4331         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4332         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4333         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4334         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4335         (__ASSUME_REQUEUE_PI): Define unconditionally.
4336         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4337         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4338         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4339         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4340         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4341         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4342
4343         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4344         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4345         (__ASSUME_SOCKETCALL): Do not define.
4346         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4347         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4348         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4349         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4350         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4351         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4352
4353         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4354         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4355         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4356         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4357         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4358         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4359         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4360         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4361         (__ASSUME_GETCPU_SYSCALL): Likewise.
4362
4363         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4364         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4365         cases for individual architectures.
4366         * sysdeps/gnu/configure: Regenerated.
4367         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4368         LIBC_SLIBDIR_RTLDDIR.
4369         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4370         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4371         LIBC_SLIBDIR_RTLDDIR.
4372         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4374         LIBC_SLIBDIR_RTLDDIR.
4375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4376         Regenerated.
4377         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4378         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4379         file.
4380         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4381         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4382         file.
4383         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4384         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4385         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4386         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4387
4388         * sysdeps/aarch64/shlib-versions: Move to ...
4389         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4390         * sysdeps/alpha/shlib-versions: Move to ...
4391         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4392         * sysdeps/arm/shlib-versions: Move to ...
4393         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4394         * sysdeps/hppa/shlib-versions: Move all contents except for
4395         libgcc_s entry to ...
4396         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4397         entry from ...
4398         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4399         * sysdeps/ia64/shlib-versions: Move to ...
4400         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4401         entry from ...
4402         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4403         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4404         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4405         * sysdeps/microblaze/shlib-versions: Move to ...
4406         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4407         * sysdeps/mips/shlib-versions: Move to ...
4408         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4409         entry from ...
4410         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4411         * sysdeps/tile/shlib-versions: Move to ...
4412         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4413         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4414         from ...
4415         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4416         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4417         entry from ...
4418         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4419
4420 2014-07-17  Will Newton  <will.newton@linaro.org>
4421
4422         * sysdeps/arm/bits/atomic.h
4423         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4424         (__arch_compare_and_exchange_bool_16_int): Likewise.
4425         (__arch_compare_and_exchange_bool_64_int): Likewise.
4426
4427         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4428         into an #else block.
4429
4430 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4431
4432         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4433         just Linux configurations.  Test empirically that the compiler sets
4434         __ARM_EABI__, rather than using the tuple to decide.
4435         * sysdeps/arm/preconfigure: Regenerated.
4436         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4437         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4438         contents appended ...
4439         * sysdeps/arm/configure.ac: ... here.
4440         * sysdeps/arm/configure: Regenerated.
4441
4442 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4443
4444         * nptl/pthread_kill.c: New file.
4445         * nptl/pthread_sigmask.c: New file.
4446         * nptl/pthread_sigqueue.c: New file.
4447
4448         * sysdeps/nptl/lowlevellock.h: New file.
4449         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4450         * sysdeps/nptl/lowlevellock-futex.h: New file.
4451
4452         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4453         Remove dead declarations.
4454
4455 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4456
4457         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4458         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4459         config-cflags-avx2.
4460         * sysdeps/x86_64/configure.ac: Likewise.
4461         * sysdeps/i386/configure: Regenerated.
4462         * sysdeps/x86_64/configure: Likewise.
4463         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4464         memset-avx2 only if config-cflags-avx2 is yes.
4465         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4466         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4467         defined.
4468         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4469         only if HAVE_AVX2_SUPPORT is defined.
4470         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4471
4472 2014-07-14  Alan Modra  <amodra@gmail.com>
4473
4474         [BZ #17153]
4475         * elf/elf.h (DT_PPC64_NUM): Correct value.
4476         * NEWS: Add to fixed bug list.
4477
4478 2014-07-13  Jim Meyering  <meyering@fb.com>
4479
4480         [BZ 17150]
4481         regex: don't deref NULL upon heap allocation failure
4482         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4483         failure in one more place.
4484         To trigger the segfault, configure grep -with-included-regex,
4485         build it, and run these commands:
4486         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4487
4488 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4489
4490         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4491
4492 2014-07-11  Richard Henderson  <rth@redhat.com>
4493
4494         * sysdeps/aarch64/libm-test-ulps: Update.
4495
4496 2014-07-10  Florian Weimer  <fweimer@redhat.com>
4497
4498         [BZ #17135]
4499         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4500         * nptl/allocatestack.c (__nptl_setxid_error): New function.
4501         (__nptl_setxid): Initialize error member.  Call
4502         __nptl_setxid_error.
4503         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4504         * nptl/descr.h (struct xid_command): Add error member.
4505         * nptl/tst-setuid3.c: New file.
4506         * nptl/Makefile (tests): Add it.
4507
4508 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4509
4510         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4511         New define.
4512         (__lll_trylock): Use __lll_base_trylock.
4513         (__lll_cond_trylock): Likewise.
4514
4515 2014-07-10  Roland McGrath  <roland@hack.frob.com>
4516
4517         * nptl/pthread_create.c (start_thread): Use atomic_or and
4518         lll_futex_wake directly rather than lll_robust_dead.
4519         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4520         (lll_robust_dead): Macro removed.
4521         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
4522         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4523         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4524         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4525         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4526         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4527         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4528         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4529         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4530         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4531         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4532         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4533         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4534         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4535         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4536
4537         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4538         Use atomic_compare_and_exchange_val_acq directly rather than
4539         lll_robust_trylock.
4540         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4541         (__lll_robust_trylock, lll_robust_trylock): Removed.
4542         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4543         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4544         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4545         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4546         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4547         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4548         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4549         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4550         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4551         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4552         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4553         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4554         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4555         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4556
4557 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4558
4559         * manual/locale.texi (Locale Names): New section documenting
4560         locale name syntax.  Adjust menu and node chaining accordingly.
4561         (Choosing Locale): Reference Locale Names, Locale Categories.
4562         Mention setting LC_ALL=C.  Reflect that name syntax is now
4563         documented.
4564         (Locale Categories): New section title.  Reference Locale Names.
4565         LC_ALL is an environment variable, but not a category.
4566         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4567         description, now in Locale Name.  Reference that section.  Locale
4568         name syntax is now documented.
4569
4570 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4571
4572         [BZ #17137]
4573         * locale/findlocale.c (name_present, valid_locale_name): New
4574         functions.
4575         (_nl_find_locale): Use the loc_name variable to store name
4576         candidates.  Call name_present and valid_locale_name to check and
4577         validate locale names.  Return an error if the locale is invalid.
4578
4579 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4580
4581         * locale/setlocale.c (setlocale): Use strdup for allocating
4582         composite name copy.
4583
4584 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4585
4586         Sync up with gnulib.
4587         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4588         [!_LIBC && ENABLE_NLS]: Include gettext.h.
4589         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4590         and _GL_ARG_NONNULL.
4591         [USE_UNLOCKED_IO]: Include unlocked-io.h.
4592         [!_LIBC]: Include code for Windows and Cygwin.
4593         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4594         Include prototype for int strerror_r.
4595         [!_LIBC] (is_open): New function.
4596         (flush_stdout): New function.
4597         (print_errno_message): Use it.
4598         (error): Likewise.
4599         (error_at_line): Likewise.
4600         (error_tail) Add function attribute macros.  Use
4601         __builtin_expect.
4602
4603         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4604
4605         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4606
4607         * io/ftw.c: Include sys/param.h unconditionally.
4608
4609         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4610
4611         [BZ #17125]
4612         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4613         libc_freeres_ptr.
4614         (freecache): New function to free CACHE on exit.
4615
4616         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4617         initialization.
4618
4619 2014-07-09  David S. Miller  <davem@davemloft.net>
4620
4621         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4622
4623         * sysdeps/sparc/nptl/internaltypes.h: Delete.
4624         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4625         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4626         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4627         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4628         * sysdeps/sparc/nptl/sem_init.c: Likewise.
4629         * sysdeps/sparc/nptl/sem_post.c: Likewise.
4630         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4631         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4632         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4633         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4634         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4635         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4636
4637 2014-07-09  Andreas Schwab  <schwab@suse.de>
4638
4639         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4640         output.
4641         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
4642         (do_test): Likewise.
4643
4644         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4645
4646 2014-07-09  Will Newton  <will.newton@linaro.org>
4647
4648         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
4649         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
4650         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4651         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4652         * sysdeps/hppa/start.S (_start): Likewise.
4653
4654 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
4655
4656         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
4657
4658         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
4659         defined.
4660
4661 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4662
4663         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
4664         after checking that it is non-NULL.
4665
4666         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
4667
4668 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4669
4670         * sysdeps/powerpc/memmove.c: Remove file.
4671         * sysdeps/powerpc/powerpc32/power4/memcopy.h
4672         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
4673         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
4674         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
4675         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
4676         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
4677         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
4678         string memmove instead of removed powerpc one.
4679
4680         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
4681         [weak_alias]: Fix compiler warning due trailing data.
4682         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
4683         [weak_alias]: Likewise.
4684         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
4685         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
4686
4687         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
4688         (__libc_ifunc_impl_list): Add memmove functions.
4689
4690 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4691
4692         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
4693         Remove code.
4694         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
4695         Likewise
4696         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
4697         Likewise
4698         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
4699         Likewise
4700         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
4701         Likewise
4702         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
4703         Likewise
4704         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
4705         Likewise
4706         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
4707         Likewise
4708         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
4709         Likewise
4710         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
4711         Likewise
4712         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
4713         Likewise
4714         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
4715         Likewise
4716         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
4717         Likewise
4718         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
4719         Likewise
4720         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
4721         Likewise
4722         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
4723         Likewise
4724         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
4725         Likewise
4726
4727 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4728
4729         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
4730         to avoid alignment traps in non-cacheable memory.
4731         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
4732
4733         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
4734         multiarch objects.
4735         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
4736         file: multiarch power7 memmove.
4737         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
4738         multiarch default memmove.
4739         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
4740         multiarch memove for powerpc32/power4.
4741
4742         * string/bcopy.c: Use full path to include memmove.c.
4743         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
4744         multiarch objects.
4745         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
4746         bcopy for powerpc64.
4747         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
4748         bcopy for powerpc64.
4749         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
4750         and memmove implementations.
4751         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
4752         optimized multiarch memmove for POWER7/powerpc64.
4753         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
4754         default multiarch memmove for powerpc64.
4755         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
4756         multiarch for powerpc64.
4757         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
4758         for POWER7/powerpc64.
4759         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
4760         memmove for POWER7/powerpc64.
4761
4762         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
4763         glibc default one.
4764
4765         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
4766         __ELF_NATIVE_CLASS equal to 64.
4767
4768 2014-07-07  Roland McGrath  <roland@hack.frob.com>
4769
4770         * sysdeps/nptl/lowlevellock.h: File removed.
4771
4772         * NEWS: NPTL is no longer an add-on!
4773         * nptl/internaltypes.h: Moved ...
4774         * sysdeps/nptl/internaltypes.h: ... here.
4775         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
4776         * sysdeps/nptl/fork.c: Likewise.
4777         * sysdeps/nptl/gai_misc.h: Likewise.
4778         * sysdeps/nptl/librt-cancellation.c: Likewise.
4779         * sysdeps/nptl/jmp-unwind.c: Likewise.
4780         * sysdeps/nptl/setxid.h: Likewise.
4781         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
4782         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
4783         * sysdeps/unix/sysv/linux/arm/Implies: New file.
4784         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
4785         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
4786         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
4787         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
4788         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
4789         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
4790         * sysdeps/unix/sysv/linux/mips/Implies: New file.
4791         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
4792         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
4793         * sysdeps/unix/sysv/linux/sh/Implies: New file.
4794         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
4795         * sysdeps/unix/sysv/linux/tile/Implies: New file.
4796         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
4797         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
4798         * nptl/Makeconfig: Moved ...
4799         * sysdeps/nptl/Makeconfig: ... here.
4800         * nptl/configure: File removed.
4801         * nptl/ANNOUNCE: File removed.
4802         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
4803         * sysdeps/unix/sysv/linux/configure: Regenerated.
4804
4805         * nptl/Makefile (routines): Add libc_pthread_init,
4806         libc_multiple_threads, register-atfork and unregister-atfork.
4807         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
4808         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
4809         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
4810         pthread-pi-defines.sym, structsem.sym.
4811         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
4812         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
4813         [$(subdir) = nptl] (tests): Add tst-setgetname.
4814         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
4815         * sysdeps/unix/sysv/linux/sigaction.c: Just include
4816         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
4817         [!LIBC_SIGACTION]: Remove aliases.
4818         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
4819         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4820         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4821         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4822         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
4823         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
4824         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
4825         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4826         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
4827         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
4828         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
4829         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
4830         __libc_allocate_rtsig_private.
4831         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
4832         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
4833         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
4834         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4835         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
4836         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
4837         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
4838         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
4839         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
4840         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
4841         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
4842         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
4843         * nptl/internaltypes.h: ... here.
4844         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
4845         * sysdeps/nptl/jmp-unwind.c: ... here.
4846         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
4847         * nptl/libc-lowlevellock.c: ... here.
4848         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
4849         * nptl/libc_multiple_threads.c: ... here.
4850         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
4851         * nptl/libc_pthread_init.c: ... here.
4852         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
4853         * nptl/lowlevelbarrier.sym: ... here.
4854         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
4855         * nptl/lowlevelcond.sym: ... here.
4856         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
4857         * nptl/lowlevellock.c: ... here.
4858         * nptl/lowlevellock.h: Moved ...
4859         * sysdeps/nptl/lowlevellock.h: ... here.
4860         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
4861         * nptl/lowlevelrobustlock.c: ... here.
4862         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
4863         * nptl/lowlevelrobustlock.sym: ... here.
4864         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
4865         * nptl/lowlevelrwlock.sym: ... here.
4866         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
4867         * nptl/pt-fork.c: ... here.
4868         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
4869         * nptl/pthread-pi-defines.sym: ... here.
4870         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
4871         * nptl/pthread_attr_getaffinity.c: ... here.
4872         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
4873         * nptl/pthread_attr_setaffinity.c: ... here.
4874         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
4875         * nptl/pthread_mutex_cond_lock.c: ... here.
4876         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
4877         Update #include.
4878         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
4879         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
4880         * nptl/pthread_once.c: ... here, replacing old file.
4881         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
4882         * nptl/pthread_yield.c: ... here.
4883         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
4884         * nptl/register-atfork.c: ... here.
4885         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
4886         * nptl/sem_post.c: ... here.
4887         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
4888         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
4889         * nptl/sem_timedwait.c: ... here.
4890         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
4891         * nptl/sem_trywait.c: ... here.
4892         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
4893         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
4894         * nptl/sem_wait.c: ... here.
4895         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
4896         * nptl/structsem.sym: ... here.
4897         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
4898         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
4899         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
4900         * nptl/unregister-atfork.c: ... here.
4901         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
4902         * nptl/unwindbuf.sym: ... here.
4903         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
4904         * sysdeps/nptl/fork.c: ... here.
4905         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
4906         * sysdeps/nptl/fork.h: ... here.
4907         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
4908         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
4909         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
4910         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
4911         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
4912         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
4913         * sysdeps/unix/sysv/linux/getpid.c: ... here.
4914         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
4915         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
4916         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
4917         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
4918         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
4919         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
4920         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
4921         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
4922         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
4923         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
4924         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
4925         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
4926         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
4927         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
4928         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
4929         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
4930         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
4931         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
4932         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
4933         * sysdeps/unix/sysv/linux/raise.c: ... here.
4934         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
4935         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
4936         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
4937         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
4938         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
4939         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
4940         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
4941         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
4942         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
4943         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
4944         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
4945         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
4946         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
4947         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
4948         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
4949
4950 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4951
4952         * sysdeps/generic/memcopy.h: Add comment for
4953         MEMCPY_OK_FOR_FWD_MEMMOVE.
4954
4955 2014-07-04  Will Newton  <will.newton@linaro.org>
4956
4957         * string/memchr.c: Merge from gnulib.
4958         [_LIBC]: Remove conditionals.
4959         (__ptr_t): Remove define.
4960         (LONG_MAX_32_BITS): Likewise.
4961         (LONG_MAX): Likewise.
4962         (MEMCHR): Use ANSI prototype and optimize algorithm.
4963
4964         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
4965
4966 2014-07-03  Roland McGrath  <roland@hack.frob.com>
4967
4968         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
4969         (lll_futex_timed_wait_bitset): Fix syscall argument count.
4970
4971         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
4972         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
4973         in a bare environment with no <stdlib.h> installed.
4974         * sysdeps/nptl/configure: Regenerated.
4975
4976         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
4977
4978         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
4979         AC_EGREP_CPP for kernel header checks, so they only succeed if
4980         including <linux/version.h> actually works right.
4981         * sysdeps/unix/sysv/linux/configure: Regenerated.
4982
4983         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
4984         value so it's not diagnosed as unused.
4985
4986         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
4987         thing) with "ifeq ($(subdir),rt)".
4988
4989 2014-07-03  Richard Henderson  <rth@redhat.com>
4990
4991         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
4992         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
4993         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
4994
4995         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
4996         (math_force_eval): New.
4997
4998         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
4999         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5000
5001         * sysdeps/alpha/fpu/s_round.c: Remove file.
5002         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5003
5004         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5005         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5006         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5007         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5008         (_dl_start, print_statistics): Likewise.
5009         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5010         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5011
5012         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5013         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5014         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5015         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5016         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5017         (HP_SMALL_TIMING_AVAIL): Define.
5018         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5019         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5020         (HP_SMALL_TIMING_AVAIL): Define.
5021         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5022         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5023
5024         * sysdeps/aarch64/hp-timing.h: New file.
5025
5026         * sysdeps/generic/hp-timing.h: Remove dead comment.
5027         * sysdeps/generic/hp-timing-common.h: New file.
5028         * sysdeps/alpha/hp-timing.h: Include it.
5029         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5030         * sysdeps/i386/i686/hp-timing.h: Likewise.
5031         * sysdeps/ia64/hp-timing.h: Likewise.
5032         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5033         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5034         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5035         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5036         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5037         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5038         (hp_timing_t): New.
5039
5040         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5041         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5042         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5043         * elf/rtld.c (_dl_start_final): Likewise.
5044         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5045         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5046         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5047         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5048         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5049         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5050         (HP_TIMING_DIFF_INIT): Remove.
5051         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5052         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5053         (HP_TIMING_DIFF_INIT): Remove.
5054         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5055         * sysdeps/i386/i686/hp-timing.c: Remove file.
5056         * sysdeps/x86_64/hp-timing.c: Remove file.
5057         * sysdeps/ia64/hp-timing.c: Remove file.
5058         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5059         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5060         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5061         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5062
5063         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5064         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5065         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5066         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5067         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5068         (HP_TIMING_ACCUM): Remove.
5069         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5070         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5071         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5072
5073         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5074         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5075         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5076         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5077         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5078         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5079         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5080         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5081
5082         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5083
5084 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5085
5086         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5087
5088 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5089
5090         Sync up with gettext.
5091         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5092         [_MSC_VER]: Include malloc.h
5093         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5094         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5095         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5096         TEMP_FAILURE_RETRY.  Cast return of alloca.
5097         [!_LIBC] Call gl_rwlock_init.
5098         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5099
5100 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5101
5102         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5103         before checking its value.
5104
5105 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5106
5107         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5108
5109         * debug/memcpy_chk.c: Don't include pagecopy.h.
5110         * debug/mempcpy_chk.c: Likewise.
5111         * string/memcpy.c: Likewise.
5112         * string/memmove.c: Likewise.
5113         * sysdeps/powerpc/memmove.c: Likewise.
5114         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5115         definition of PAGE_COPY_FWD_MAYBE here...
5116         * sysdeps/generic/pagecopy.h: ... from here.
5117         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5118
5119 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5120             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5121
5122         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5123         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5124         optimizations.
5125         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5126         (__libc_ifunc_impl_list): Likewise.
5127         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5128         multiarch strcat for PPC64.
5129         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5130         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5131
5132 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5133
5134         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5135
5136 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5137
5138         * intl/loadmsgcat.c: Remove declaration of
5139         get_sysdep_segment_value.
5140         (get_sysdep_segment_value): Use ISO C style.
5141         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5142         semicolon.  Fix typo and formatting in comment.
5143         (_nl_unload_domain): Use ISO C style.
5144
5145         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5146
5147 2014-07-02  Will Newton  <will.newton@linaro.org>
5148
5149         * malloc/obstack.c: Merge from gnulib master.
5150         [HAVE_CONFIG_H]: Remove conditional code.
5151         [!_LIBC]: Include config.h.
5152         [!ELIDE_CODE]: Don't include inttypes.h, include
5153         stdint.h unconditionally.
5154         (print_and_abort): Mark as _Noreturn.
5155         (_obstack_allocated_p): Mark as __attribute_pure__.
5156         (obstack_free): Rename to __obstack_free.
5157         [!__attribute__]: Remove conditional code.
5158         * malloc/obstack.h: Merge from gnulib master.
5159         [__cplusplus]: Move conditional down.
5160         [!__attribute_pure__]: Define __attribute_pure__ here
5161         if it is not already defined.
5162         (_obstack_memory_used): Mark as __attribute_pure__.
5163         [!__obstack_free]: Define as obstack_free.
5164         [__GNUC__]: Remove check for ancient NeXT gcc.
5165
5166 2014-07-02  Will Newton  <will.newton@linaro.org>
5167             Paul Eggert  <eggert@cs.ucla.edu>
5168
5169         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5170
5171 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5172
5173         * resolv/gethnamaddr.c: Add comment warning that the file is
5174         not maintained.
5175
5176 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5177
5178         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5179         entries.
5180
5181         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5182         entry for aio_cancel and aio_cancel64.
5183         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5184         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5185         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5186         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5187         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5188         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5189         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5190         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5191         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5192         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5193         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5194         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5195         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5196
5197 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5198
5199         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5200         * nptl/pthread_mutex_lock.c: Likewise.
5201         * nptl/pthread_mutex_timedlock.c: Likewise.
5202         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5203
5204 2014-07-01  Richard henderson  <rth@redhat.com>
5205
5206         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5207         (__isnan, __isnanl): Remove.
5208         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5209
5210         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5211
5212 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5213
5214         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5215
5216 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5217
5218         * resolv/nss_dns/dns-host.c (getanswer_r)
5219         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5220
5221 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5222
5223         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5224         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5225         undefine.
5226         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5227         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5228
5229 2014-07-01  Roland McGrath <roland@hack.frob.com>
5230
5231         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5232         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5233
5234         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5235         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5236
5237         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5238         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5239         ... here.
5240         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5241         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5242
5243         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5244         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5245         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5246         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5247
5248         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5249         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5250         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5251         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5252         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5253         Moved ...
5254         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5255         ... here.
5256         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5257         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5258         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5259         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5260         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5261         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5262         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5263         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5264         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5265         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5266         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5267         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5268         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5269         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5270         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5271         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5272         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5273         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5274         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5275         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5276         ... here.
5277         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5278         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5279         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5280         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5281         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5282         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5283         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5284         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5285
5286 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5287
5288         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5289         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5290         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5291         Add sysdep.
5292
5293 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5294
5295         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5296
5297 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5298
5299         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5300         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5301
5302         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5303
5304         * sysdeps/arm/libm-test-ulps: Regenerated.
5305
5306 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5307             Roland McGrath <roland@hack.frob.com>
5308
5309         * test-skeleton.c (signal_handler): Kill the whole process group
5310         before killing the child individually.
5311         (main): Report any failure on `setpgid'.
5312
5313 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5314
5315         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5316         from _TLS_H to _ARM_NPTL_TLS_H.
5317         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5318         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5319
5320 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5321
5322         [BZ #16539]
5323         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5324         (__expm1l): Return argument unchanged when small but not
5325         subnormal.
5326
5327         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5328         include macro name.
5329         (_FP_UNPACK_RAW_1_P): Likewise.
5330         (_FP_PACK_RAW_1): Likewise.
5331         (_FP_PACK_RAW_1_P): Likewise.
5332         (_FP_MUL_MEAT_1_wide): Likewise.
5333         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5334         (_FP_MUL_MEAT_1_hard): Likewise.
5335         (_FP_DIV_MEAT_1_imm): Likewise.
5336         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5337         (_FP_DIV_MEAT_1_udiv): Likewise.
5338         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5339         (_FP_UNPACK_RAW_2): Likewise.
5340         (_FP_UNPACK_RAW_2_P): Likewise.
5341         (_FP_PACK_RAW_2): Likewise.
5342         (_FP_PACK_RAW_2_P): Likewise.
5343         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5344         (_FP_MUL_MEAT_2_wide): Likewise.
5345         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5346         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5347         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5348         (_FP_MUL_MEAT_2_gmp): Likewise.
5349         (_FP_DIV_MEAT_2_udiv): Likewise.
5350         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5351         (_FP_FRAC_SRL_4): Likewise.
5352         (_FP_FRAC_SRST_4): Likewise.
5353         (_FP_FRAC_SRS_4): Likewise.
5354         (_FP_UNPACK_RAW_4): Likewise.
5355         (_FP_UNPACK_RAW_4_P): Likewise.
5356         (_FP_PACK_RAW_4): Likewise.
5357         (_FP_PACK_RAW_4_P): Likewise.
5358         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5359         (_FP_MUL_MEAT_4_wide): Likewise.
5360         (_FP_MUL_MEAT_4_gmp): Likewise.
5361         (umul_ppppmnnn): Likewise.
5362         (_FP_DIV_MEAT_4_udiv): Likewise.
5363         (__FP_FRAC_ADD_4): Likewise.
5364         (__FP_FRAC_SUB_3): Likewise.
5365         (__FP_FRAC_SUB_4): Likewise.
5366         (__FP_FRAC_DEC_3): Likewise.
5367         (__FP_FRAC_DEC_4): Likewise.
5368         (__FP_FRAC_ADDI_4): Likewise.
5369         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5370         (_FP_FRAC_SRL_8): Likewise.
5371         (_FP_FRAC_SRS_8): Likewise.
5372
5373         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5374         include macro name.
5375         (FP_UNPACK_RAW_EP): Likewise.
5376         (FP_PACK_RAW_E): Likewise.
5377         (FP_PACK_RAW_EP): Likewise.
5378         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5379         (_FP_ISSIGNAN): Likewise.
5380         (_FP_ADD_INTERNAL): Likewise.
5381         (_FP_FMA): Likewise.
5382         (_FP_CMP): Likewise.
5383         (_FP_SQRT): Likewise.
5384         (_FP_TO_INT): Likewise.
5385         (_FP_FROM_INT): Likewise.
5386         (FP_EXTEND): Likewise.
5387         (_FP_DIV_MEAT_N_loop): Likewise.
5388
5389 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5390
5391         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5392         throughout.
5393
5394 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5395
5396         [BZ #17097]
5397         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5398         result with correct sign in case of exponents that produce
5399         overflow except for X very close to 1.
5400
5401 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5402
5403         mktime: merge #if/#ifdef usage from glibc
5404         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5405         as that works with both Glibc's and Gnulib's style.
5406         See thread starting at Siddhesh Poyarekar's bug report at:
5407         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5408
5409 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5410
5411         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5412         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5413         * sysdeps/tile/tilegx/memmove.c: Remove file.
5414
5415 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5416
5417         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5418         abi-name definition.
5419         * scripts/soversions.awk: Do not handle or generate ABI lines.
5420         * shlib-versions: Remove ABI entries.
5421         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5422         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5423
5424 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5425
5426         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5427         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5428         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5429         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5430         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5431         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5432         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5433         Moved ...
5434         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5435         ... here.
5436         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5437         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5438         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5439         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5440         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5441         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5442         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5443         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5444         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5445         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5446         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5447         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5448         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5449         Moved ...
5450         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5451         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5452         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5453         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5454         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5455         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5456         Moved ...
5457         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5458         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5459         Moved ...
5460         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5461         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5462         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5463         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5464         Moved ...
5465         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5466         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5467         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5468         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5469         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5470         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5471         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5472         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5473         Moved ...
5474         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5475         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5476         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5477         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5478         Moved ...
5479         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5480         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5481         Moved ...
5482         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5483         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5484         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5485         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5486         Moved ...
5487         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5488         ... here.
5489         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5490         Identical file removed.
5491         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5492         Moved ...
5493         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5494         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5495         Identical file removed.
5496         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5497         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5498         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5499         Moved ...
5500         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5501         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5502         Identical file removed.
5503         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5504         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5505         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5506         Identical file removed.
5507         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5508         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5509         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5510         Identical file removed.
5511         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5512         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5513         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5514         Identical file removed.
5515         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5516         Moved ...
5517         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5518         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5519         Identical file removed.
5520         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5521         Moved ...
5522         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5523         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5524         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5525         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5526         Identical file removed.
5527         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5528         Moved ...
5529         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5530         ... here.
5531         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5532         Identical file removed.
5533         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5534         Moved ...
5535         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5536         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5537         Identical file removed.
5538         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5539         Moved ...
5540         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5541         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5542         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5543         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5544         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5545         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5546         Moved ...
5547         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5548         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5549         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5550
5551         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5552         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5553         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5554         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5555         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5556
5557 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
5558
5559         [BZ #17092]
5560         * nscd/nscd.c (monitor_child): Return exit status of child
5561         instead of return value from wait syscall.
5562
5563 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5564
5565         * configure.ac (libc_commonpagesize): Remove variable.
5566         (libc_relro_required): Likewise.
5567         (libc_cv_z_relro): Remove configure test.
5568         * configure: Regenerated.
5569         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5570         variable.
5571         (libc_relro_required): Likewise.
5572         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5573         (libc_relro_required): Likewise.
5574         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5575         (libc_relro_required): Likewise.
5576         * sysdeps/arm/preconfigure: Regenerated.
5577         * sysdeps/ia64/preconfigure: Remove file.
5578         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5579         variable.
5580         (libc_relro_required): Likewise.
5581
5582         [BZ #16561]
5583         [BZ #16562]
5584         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5585         (__ieee754_yn): Set FE_TONEAREST mode internally and then
5586         recompute overflowing results in original rounding mode.
5587         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5588         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5589         recompute overflowing results in original rounding mode.
5590         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5591         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5592         recompute overflowing results in original rounding mode.
5593         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5594         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5595         recompute overflowing results in original rounding mode.
5596         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5597         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5598         recompute overflowing results in original rounding mode.
5599         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5600         (libc_feholdsetround_ctx): New macro.
5601         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5602         * sysdeps/i386/fpu/libm-test-ulps: Update.
5603         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5604
5605 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5606
5607         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5608         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5609         corresponding .cpsetup call.
5610
5611 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5612
5613         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5614         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5615         * sysdeps/arm/Makefile [$(subdir) = csu]
5616         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5617         (static-only-routines): Add aeabi_read_tp here.
5618         (shared-only-routines): Add libc-aeabi_read_tp here.
5619         (CFLAGS-libc-start.c): Add -fexceptions here.
5620         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5621         (sysdep_routines, static-only-routines, shared-only-routines):
5622         Don't add to these here.
5623         (CFLAGS-libc-start.c): Likewise.
5624
5625         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5626         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5627         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5628         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5629         * sysdeps/arm/Makefile [$(subdir) = rt]
5630         (librt-sysdep_routines, librt-shared-only-routines):
5631         Append rt-aeabi_unwind_cpp_pr1 here.
5632         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5633         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5634         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5635         (libpthread-sysdep_routines, libpthread-shared-only-routines):
5636         Append nptl-aeabi_unwind_cpp_pr1 here.
5637         (tests): Filter out tst-cleanupx4 here.
5638         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
5639         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
5640         Don't do those here.
5641
5642 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5643
5644         * scripts/list-sources.sh: Do not handle ports specially.
5645
5646 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5647
5648         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
5649         * sysdeps/arm/feupdateenv.c: Likewise.
5650
5651         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
5652
5653 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5654
5655         * manual/texinfo.tex: Update to version 2014-05-05.10 with
5656         trailing whitespace removed.
5657         * scripts/config.guess: Update to version 2014-03-23.
5658         * scripts/config.sub: Update to version 2014-05-01
5659         * scripts/install-sh: Update to version 2013-12-25.23.
5660         * scripts/move-if-change: Update from gnulib.
5661
5662 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5663
5664         * debug/memmove_chk.c: Remove pagecopy.h include.
5665
5666 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
5667
5668         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
5669         identical to gnulib mktime.
5670
5671 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5672
5673         * configure.ac: Do not test for machine being rs6000.  Do not test
5674         for powerpc*-*soft.
5675         * configure: Regenerated.
5676
5677         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
5678         test.
5679         * configure: Regenerated.
5680         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
5681         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
5682         Remove configure test.
5683         * sysdeps/arm/configure: Regenerated.
5684         * sysdeps/nptl/configure.ac: Do not check
5685         libc_cv_asm_cfi_directives.
5686         * sysdeps/nptl/configure: Regenerated.
5687         * sysdeps/x86_64/nptl/configure.ac: Remove file.
5688         * sysdeps/x86_64/nptl/configure: Remove generated file.
5689         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
5690         unconditional.
5691         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
5692
5693 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5694
5695         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
5696         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
5697         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
5698         it is defined.
5699
5700         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
5701         instead of whether it is defined.
5702         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
5703         * sysdeps/hppa/dl-machine.h: Likewise.
5704         * sysdeps/ia64/dl-machine.h: Likewise.
5705         * sysdeps/m68k/dl-machine.h: Likewise.
5706         * sysdeps/microblaze/dl-machine.h: Likewise.
5707         * sysdeps/mips/dl-machine.: Likewise.
5708         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5709         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5710         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5711         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5712         * sysdeps/sh/dl-machine.h: Likewise.
5713         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5714         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5715         * sysdeps/tile/dl-machine.h: Likewise.
5716         * sysdeps/x86_64/dl-machine.h: Likewise.
5717
5718         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
5719         code.
5720         (verify_persistent_db): Likewise.
5721
5722 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5723
5724         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
5725         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
5726         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
5727         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
5728         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
5729         Moved ...
5730         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
5731         ... here.
5732         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
5733         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
5734         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
5735         Identical file removed.
5736         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
5737         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
5738         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
5739         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
5740         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
5741         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
5742         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
5743         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
5744         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
5745         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
5746         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
5747         Moved ...
5748         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
5749         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
5750         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
5751         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
5752         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
5753         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
5754         Moved ...
5755         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
5756         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
5757         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
5758         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
5759         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
5760         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
5761         Identical file removed.
5762         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
5763         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
5764         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
5765         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
5766         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
5767         Moved ...
5768         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
5769         ... here.
5770         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
5771         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
5772         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
5773         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
5774         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
5775         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
5776         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
5777         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
5778         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
5779         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
5780         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
5781         Moved ...
5782         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
5783         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
5784         Moved ...
5785         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
5786         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
5787         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
5788         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
5789         Moved ...
5790         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
5791         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
5792         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
5793
5794         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
5795         folded into ...
5796         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
5797         * sysdeps/unix/sysv/linux/s390/Versions
5798         (libpthread: GLIBC_2.19): New version set.
5799         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
5800         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
5801         (librt: GLIBC_2.3.3): New version set.
5802         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
5803         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
5804         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
5805         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
5806         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
5807         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
5808         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
5809         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
5810         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
5811         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
5812         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
5813         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
5814         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
5815         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
5816         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
5817         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
5818         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
5819         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
5820         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
5821         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
5822         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
5823         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
5824         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
5825         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
5826         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
5827         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
5828         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
5829         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
5830         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
5831         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
5832         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
5833         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
5834         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
5835         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
5836         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
5837         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
5838         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
5839         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
5840         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
5841         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
5842         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
5843         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
5844         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
5845         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
5846         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
5847
5848         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
5849         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
5850         (__libc_vfork): Define the function under this name.
5851         [!NOT_IN_libc] (__vfork): Make this an alias.
5852         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5853         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
5854         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
5855         (__libc_vfork): Define the function under this name.
5856         [!NOT_IN_libc] (__vfork): Make this an alias.
5857         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5858         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
5859         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
5860         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
5861         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
5862         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5863
5864         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
5865         code that was previously under [RESET_PID].
5866         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
5867         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
5868         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
5869
5870         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
5871         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
5872         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
5873         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
5874         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
5875         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
5876         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
5877         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
5878         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
5879         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
5880         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
5881         Moved ...
5882         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
5883         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
5884         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
5885         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
5886         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
5887         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
5888         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
5889         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
5890         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
5891         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
5892         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
5893         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
5894         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
5895         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
5896         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
5897         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
5898         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
5899         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
5900         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
5901         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
5902         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
5903         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
5904         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
5905         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
5906         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
5907         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
5908         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
5909         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
5910         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
5911
5912 2014-06-25  Roland McGrath  <roland@hack.frob.com>
5913
5914         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
5915         that was previously under [RESET_PID].
5916         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
5917
5918 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
5919
5920         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
5921         not undefine and redefine.
5922         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
5923         [O_CLOEXEC]: Make code unconditional.
5924         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
5925         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
5926         <kernel-features.h>.
5927         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
5928         conditional variable definition.
5929         (shm_open) [O_CLOEXEC]: Make code unconditional.
5930         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
5931         code.
5932
5933         * configure.ac (USE_REGPARMS): Don't define here.
5934         * configure: Regenerated.
5935         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
5936         * sysdeps/i386/configure: Regenerated.
5937
5938         * nptl/createthread.c: Don't include kernel-features.h.
5939         * nptl/pthread_cancel.c: Likewise.
5940         * nptl/pthread_condattr_setclock.c: Likewise.
5941         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
5942         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
5943         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
5944         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
5945         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
5946         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
5947         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5948         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
5949         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5950         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
5951         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
5952         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
5953         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
5954         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
5955         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
5956         * nscd/gai.c: Likewise.
5957         * nss/nss_db/db-open.c: Likewise.
5958         * sysdeps/generic/ldsodefs.h: Likewise.
5959         * sysdeps/sh/nptl/tls.h: Likewise.
5960         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5961         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
5962         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
5963         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
5964         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
5965         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5966         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
5967         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5968         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
5969         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
5970         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
5971         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
5972         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
5973         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
5974         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
5975         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
5976         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
5977         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
5978         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
5979         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
5980         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
5981         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
5982         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
5983         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
5984         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
5985         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
5986         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
5987         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
5988         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5989         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
5990         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
5991         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
5992         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
5993         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
5994         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
5995         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5996         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
5997         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
5998         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
5999         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6000         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6001         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6002         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6003         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6004         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6005         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6006         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6007         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6008         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6009         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6010         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6011         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6012         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6013         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6014         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6015         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6016         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6017         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6040         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6041         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6042         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6043         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6044         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6045         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6046         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6047         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6048         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6049         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6050         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6051         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6052         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6053         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6054         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6055         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6056         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6057         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6058         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6059         * sysdeps/unix/sysv/linux/system.c: Likewise.
6060         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6061         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6062         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6063         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6064         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6065         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6066         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6067
6068         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6069         * configure: Regenerated.
6070         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6071
6072         * configure.ac (base_machine): Do not set specially for particular
6073         machines here.
6074         * configure: Regenerated.
6075         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6076         settings from configure.ac.
6077         * sysdeps/i386/preconfigure: New file.
6078         * sysdeps/s390/preconfigure: Likewise.
6079         * sysdeps/sh/preconfigure: Likewise.
6080         * sysdeps/sparc/preconfigure: Likewise.
6081
6082 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6083
6084         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6085         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6086         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6087         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6088         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6089         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6090         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6091         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6092         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6093         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6094         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6095         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6096         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6097         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6098         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6099         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6100         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6101         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6102         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6103
6104         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6105         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6106         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6107         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6108         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6109         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6110         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6111         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6112         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6113         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6114         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6115         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6116         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6117         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6118         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6119         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6120         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6121         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6122         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6123         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6124         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6125         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6126         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6127         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6128         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6129         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6130         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6131         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6132         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6133         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6134         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6135         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6136         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6137         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6138         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6139         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6140         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6141         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6142
6143         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6144         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6145         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6146         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6147         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6148         Moved ...
6149         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6150         ... here.
6151         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6152         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6153         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6154         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6155         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6156         Moved ...
6157         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6158         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6159         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6160         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6161         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6162         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6163         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6164         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6165         Moved ...
6166         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6167         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6168         Moved ...
6169         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6170         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6171         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6172         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6173         Moved ...
6174         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6175         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6176         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6177         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6178         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6179         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6180         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6181         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6182         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6183         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6184         Moved ...
6185         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6186         ... here.
6187         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6188         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6189         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6190         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6191         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6192         Moved ...
6193         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6194         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6195         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6196         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6197         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6198         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6199         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6200         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6201         Moved ...
6202         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6203         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6204         Moved ...
6205         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6206         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6207         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6208         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6209         Moved ...
6210         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6211         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6212         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6213         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6214         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6215
6216 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6217
6218         * timezone/checktab.awk: Update from tzcode 2014e.
6219         * timezone/private.h: Likewise.
6220         * timezone/tzfile.h: Likewise.
6221         * timezone/zdump.c: Likewise.
6222         * timezone/zic.c: Likewise.
6223
6224         * sysdeps/unix/sysv/linux/kernel-features.h
6225         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6226         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6227         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6228         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6229         Remove conditional code.
6230
6231 2014-06-25  Will Newton  <will.newton@linaro.org>
6232
6233         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6234         (_dl_arm_cap_flags): Add HWCAP2 values.
6235         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6236         (_DL_HWCAP_COUNT): Increase to 37.
6237         (_DL_HWCAP_LAST): New define.
6238         (_DL_HWCAP2_LAST): New define.
6239         (_dl_procinfo): Add support for printing
6240         AT_HWCAP2 entries.
6241         (_dl_string_hwcap): Use _dl_hwcap_string.
6242
6243 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6244
6245         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6246
6247 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6248
6249         * README: Do not mention ports directory.
6250
6251         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6252         Remove macro.
6253         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6254         <kernel-features.h>.
6255         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6256         conditional variable definition.
6257         (__futimes): Update comment.
6258         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6259         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6260
6261         [BZ #16560]
6262         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6263         arguments close to 0.
6264         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6265         Likewise.
6266         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6267         Likewise.
6268         * math/auto-libm-test-in: Add more tests of exp10.
6269         * math/auto-libm-test-out: Regenerated.
6270         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6271
6272         * sysdeps/unix/sysv/linux/kernel-features.h
6273         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6274         * sysdeps/unix/sysv/linux/readv.c: Do not include
6275         <kernel-features.h>.
6276         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6277         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6278         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6279         unconditional.
6280         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6281         conditional code.
6282         * sysdeps/unix/sysv/linux/writev.c: Do not include
6283         <kernel-features.h>.
6284         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6285         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6286         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6287         unconditional.
6288         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6289         conditional code.
6290
6291 2014-06-25  Will Newton  <will.newton@linaro.org>
6292
6293         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6294         comment changes throughout the file.  Remove checks
6295         for HAVE_*_H definitions that are not required.
6296         (__gen_tempname): Call abort if an unknown kind value is
6297         passed.
6298
6299 2014-06-25  Andreas Schwab  <schwab@suse.de>
6300
6301         [BZ #17086]
6302         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6303         scalbln, scalblnf, scalblnl in libc.
6304
6305 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6306
6307         [BZ #17086]
6308         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6309         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6310         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6311
6312 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6313
6314         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6315         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6316         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6317         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6318         Update #include.
6319         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6320         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6321         Update #include.
6322         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6323         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6324         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6325         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6326         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6327         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6328         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6329         * sysdeps/x86/bits/semaphore.h: ... here.
6330         * sysdeps/x86/nptl/elide.h: Moved ...
6331         * sysdeps/x86/elide.h: ... here.
6332         * sysdeps/x86_64/nptl/Implies: File removed.
6333         * sysdeps/i386/nptl/Implies: File removed.
6334
6335 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6336
6337         [BZ #16539]
6338         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6339         return the argument for normal arguments with exponent below -64.
6340         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6341         Likewise.
6342         * math/auto-libm-test-in: Add another test of expm1.
6343         * math/auto-libm-test-out: Regenerated.
6344
6345         [BZ #16287]
6346         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6347         calling __erfcl for arguments at least 16.
6348         * math/auto-libm-test-in: Add more tests of erf.
6349         * math/auto-libm-test-out: Regenerated.
6350
6351         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6352         individual architectures.
6353         * sysdeps/unix/sysv/linux/configure: Regenerated.
6354         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6355         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6356         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6357         (ldd_rewrite_script): Define variable.
6358         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6360         file.
6361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6362         generated file.
6363         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6364         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6365         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6366         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6367         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6368         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6369         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6370         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6371
6372 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6373
6374         [BZ #17084]
6375         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6376         Rename member __data.d to __data.__elision_data.
6377
6378 2014-06-24  Wilco  <wdijkstr@arm.com>
6379
6380         * NEWS: Add 16918 to fixed bug list.
6381
6382 2014-06-24  Wilco  <wdijkstr@arm.com>
6383
6384         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6385
6386 2014-06-24  Wilco  <wdijkstr@arm.com>
6387
6388         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6389         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6390         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6391         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6392         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6393         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6394         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6395         Use _FPU_MASK_RM.
6396
6397 2014-06-24  Wilco  <wdijkstr@arm.com>
6398
6399         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6400
6401 2014-06-24  Wilco  <wdijkstr@arm.com>
6402
6403         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6404         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6405         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6406         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6407
6408 2014-06-24  Wilco  <wdijkstr@arm.com>
6409
6410         [BZ #16918]
6411         * sysdeps/arm/feupdateenv.c (feupdateenv):
6412         Rewrite to reduce FPSCR accesses and fix return value.
6413
6414 2014-06-24  Wilco  <wdijkstr@arm.com>
6415
6416         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6417         Optimize to avoid unnecessary FPSCR writes.
6418         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6419         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6420         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6421         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6422
6423 2014-06-24  Wilco  <wdijkstr@arm.com>
6424
6425         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6426         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6427         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6428         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6429         Call libc_fetestexcept_vfp.
6430         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6431         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6432         __SOFTFP__ ifdef so that they can be built for softfp.
6433
6434 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6435
6436         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6437         argument type signed char.
6438
6439         * Makerules (check-abi): Dump diff of symlist if the test
6440         fails.
6441
6442 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6443
6444         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6445         using abort.
6446
6447         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6448         Remove unused variable ST.
6449
6450 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6451
6452         [BZ #16354]
6453         [BZ #17061]
6454         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6455         small arguments before calling __expm1.
6456         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6457         small arguments before calling __expm1f.
6458         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6459         small arguments before calling __expm1l.
6460         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6461         Likewise.
6462         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6463         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6464         spurious underflow for some cosh tests.
6465         * math/auto-libm-test-out: Regenerated.
6466         * sysdeps/i386/fpu/libm-test-ulps: Update.
6467
6468         [BZ #17050]
6469         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6470         (__ieee754_y1): Set errno if return value overflows.
6471         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6472         (__ieee754_y1f): Set errno if return value overflows.
6473         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6474         (__ieee754_y1l): Set errno if return value overflows.
6475         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6476         (__ieee754_y1l): Set errno if return value overflows.
6477         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6478         * math/auto-libm-test-out: Regenerated.
6479
6480         * math/gen-auto-libm-tests.c: Document use of
6481         ignore-zero-inf-sign.
6482         (input_flag_type): Add value flag_ignore_zero_inf_sign.
6483         (input_flags): Add ignore-zero-inf-sign.
6484         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6485         * math/gen-libm-test.pl (generate_testfile): Handle
6486         ignore-zero-inf-sign.
6487         * math/auto-libm-test-in: Mark some cpow tests with
6488         ignore-zero-inf-sign and some with xfail-rounding.
6489         * math/auto-libm-test-out: Regenerated.
6490         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6491         * sysdeps/i386/fpu/libm-test-ulps: Update.
6492         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6493
6494         [BZ #16315]
6495         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6496         overflowing or underflowing operations take place with sign of
6497         result.
6498         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6499         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6500         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6501         (__ieee754_pow): Recompute overflowing and underflowing results in
6502         original rounding mode.
6503         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6504         (__powl_helper): Allow negative argument X and scale negated value
6505         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
6506         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6507         overflowing or underflowing operations take place with sign of
6508         result.
6509         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6510         Include <math.h>.
6511         * math/auto-libm-test-in: Add more tests of pow.
6512         * math/auto-libm-test-out: Regenerated.
6513         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6514         (pow_tonearest_test_data): Remove.
6515         (pow_test_tonearest): Likewise.
6516         (pow_towardzero_test_data): Likewise.
6517         (pow_test_towardzero): Likewise.
6518         (pow_downward_test_data): Likewise.
6519         (pow_test_downward): Likewise.
6520         (pow_upward_test_data): Likewise.
6521         (pow_test_upward): Likewise.
6522         (main): Don't call removed functions.
6523         * sysdeps/i386/fpu/libm-test-ulps: Update.
6524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6525
6526 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6527
6528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6529         Moved ...
6530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6532         Moved ...
6533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6535         Moved ...
6536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6538         Moved ...
6539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6541         File removed.
6542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6543         File removed.
6544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6545         File removed.
6546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6547         File removed.
6548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6549         File removed.
6550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6551         File removed.
6552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6553         File removed.
6554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6555         File removed.
6556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6557         File removed.
6558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6559         File removed.
6560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6561         File removed.
6562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6563         File removed.
6564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6565         Moved ...
6566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6568         Moved ...
6569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6570         ... here.
6571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6572         Moved ...
6573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6575         Moved ...
6576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6578         Moved ...
6579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6581         Moved ...
6582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6584         Moved ...
6585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6587         Moved ...
6588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6590         Moved ...
6591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6594         ... here.
6595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6596         Moved ...
6597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6599         Moved ...
6600         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6601         ... here.
6602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6603         Moved ...
6604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6605         ... here.
6606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6607         Moved ...
6608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6609         ... here.
6610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6611         Moved ...
6612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6614         Moved ...
6615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6619         Moved ...
6620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6621         ... here.
6622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6623         Moved ...
6624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6625         ... here.
6626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6627         Moved ...
6628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6630         Moved ...
6631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6633         Moved ...
6634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6636         Moved ...
6637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6639         Moved ...
6640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
6641         ... here.
6642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6643         Moved ...
6644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
6645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6646         Moved ...
6647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
6648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6649         Moved ...
6650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
6651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6652         Moved ...
6653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
6654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
6655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
6656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
6657         Moved ...
6658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
6659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6660         Moved ...
6661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
6662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
6663         Moved ...
6664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
6665         ... here.
6666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6667         Moved ...
6668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
6669         ... here.
6670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
6671         Moved ...
6672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
6673         ... here.
6674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6675         Moved ...
6676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
6677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
6678         Moved ...
6679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
6680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6681         Moved ...
6682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
6683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
6684         Moved ...
6685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
6686         ... here.
6687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6688         Moved ...
6689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
6690         ... here.
6691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
6692         Moved ...
6693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
6694         ... here.
6695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6696         Moved ...
6697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
6698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
6699         Moved ...
6700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
6701
6702 2014-06-23  Will Newton  <will.newton@linaro.org>
6703             Wilco  <wdijkstr@arm.com>
6704
6705         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
6706         implementation.  Include get-rounding-mode.h.
6707         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
6708         [!libc_feholdsetround_noex_ctx]: Define
6709         libc_feholdsetround_noex_ctx.
6710         [!libc_feholdsetround_noexf_ctx]: Define
6711         libc_feholdsetround_noexf_ctx.
6712         [!libc_feholdsetround_noexl_ctx]: Define
6713         libc_feholdsetround_noexl_ctx.
6714         (libc_feholdsetround_ctx): New function.
6715         (libc_feresetround_ctx): New function.
6716         (libc_feholdsetround_noex_ctx): New function.
6717         (libc_feresetround_noex_ctx): New function.
6718
6719 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6720
6721         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
6722         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
6723         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
6724         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
6725         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
6726         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
6727
6728         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
6729         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
6730         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
6731         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
6732         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
6733         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
6734         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
6735         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
6736         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
6737         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
6738         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
6739         Moved ...
6740         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
6741         ... here.
6742         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
6743         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
6744         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
6745         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
6746         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
6747         Moved ...
6748         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
6749         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
6750         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
6751         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
6752         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
6753         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
6754         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
6755         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
6756         Moved ...
6757         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
6758         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
6759         Moved ...
6760         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
6761         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
6762         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
6763         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
6764         Moved ...
6765         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
6766         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
6767         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
6768         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
6769         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
6770         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
6771         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
6772         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
6773         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
6774         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
6775         Moved ...
6776         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
6777         ... here.
6778         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
6779         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
6780         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
6781         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
6782         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
6783         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
6784         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
6785         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
6786         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
6787         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
6788         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
6789         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
6790         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
6791         Moved ...
6792         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
6793         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
6794         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
6795         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
6796         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
6797         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
6798         Moved ...
6799         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
6800         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
6801         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
6802         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
6803         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
6804
6805         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
6806         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
6807         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
6808         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
6809         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
6810         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
6811         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
6812         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
6813         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
6814         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
6815         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
6816         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
6817         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
6818         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
6819         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
6820         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
6821         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
6822         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
6823         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
6824         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
6825         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
6826         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
6827         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
6828         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
6829         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
6830         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
6831         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
6832         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
6833
6834 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6835
6836         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
6837         (FALLOC_FL_COLLAPSE_RANGE): New macro.
6838         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
6839         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
6840         (IPV6_PMTUDISC_INTERFACE): Likewise.
6841         (IPV6_PMTUDISC_OMIT): Likewise.
6842
6843 2014-06-23  Andreas Schwab  <schwab@suse.de>
6844
6845         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
6846         Remove unused errout label.
6847
6848 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6849
6850         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
6851         macro: hardware supports Vector Crypto instructions.
6852
6853 2014-06-23  Will Newton  <will.newton@linaro.org>
6854
6855         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
6856         rather than __builtin_expect.
6857
6858         * elf/dl-lookup.c (undefined_msg): Remove variable.
6859         (_dl_lookup_symbol_x): Replace undefined_msg with string
6860         literal.
6861
6862         * elf/dl-lookup.c (do_lookup_unique): New function.
6863         (do_lookup_x): Move STB_GNU_UNIQUE handling code
6864         to a separate function.
6865
6866 2014-06-23  Andreas Schwab  <schwab@suse.de>
6867
6868         [BZ #17079]
6869         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
6870         before reading the next line.
6871
6872 2014-06-23  Will Newton  <will.newton@linaro.org>
6873
6874         * test-skeleton.c (signal_handler): Use printf and %m
6875         rather than perror.  Use printf rather than fprintf to
6876         stderr.  Use puts rather than fputs to stderr.
6877         (main): Likewise.
6878
6879 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
6880
6881         * nscd/nscd.c (thread_info_t): Remove typedef.
6882         (thread_info): Remove variable.
6883
6884 2014-06-21  Allan McRae  <allan@archlinux.org>
6885
6886         * NEWS: Mention CVE-2014-4043.
6887
6888 2014-06-20  Roland McGrath  <roland@hack.frob.com>
6889
6890         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
6891         * nptl/smp.h: ... here.
6892
6893         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
6894
6895         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
6896         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
6897         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
6898         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
6899
6900         * nptl/allocatestack.c: Include <stack-aliasing.h>.
6901         * nptl/stack-aliasing.h: New file.
6902         * sysdeps/i386/i686/stack-aliasing.h: New file.
6903         * sysdeps/i386/i686/nptl/Makefile: File removed.
6904         * sysdeps/x86_64/stack-aliasing.h: New file.
6905         * sysdeps/x86_64/nptl/Makefile
6906         (CFLAGS-pthread_create.c): Variable removed.
6907
6908         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
6909         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
6910         old file.
6911         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
6912         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
6913         old file.
6914
6915 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
6916
6917         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6918         (__ASSUME_SIGFRAME_V2): Remove macro.
6919         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
6920         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
6921         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
6922         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
6923         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
6924         Declare as function.  Remove conditional macro definitions.
6925         (__default_rt_sa_restorer): Likewise.
6926         (__default_sa_restorer_v1): Remove declaration.
6927         (__default_sa_restorer_v2): Likewise.
6928         (__default_rt_sa_restorer_v1): Likewise.
6929         (__default_rt_sa_restorer_v2): Likewise.
6930         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
6931         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
6932         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
6933
6934 2014-06-20  Roland McGrath  <roland@hack.frob.com>
6935
6936         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
6937         (libpthread-routines): Add sysdep.
6938         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
6939         * sysdeps/unix/sysv/linux/sparc/Versions
6940         (libpthread: GLIBC_2.3.3): New version set.
6941         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
6942         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
6943         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
6944         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
6945         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
6946         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
6947         Moved ...
6948         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
6949         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
6950         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
6951         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
6952         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
6953         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
6954         * sysdeps/sparc/nptl/sem_init.c: ... here.
6955         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
6956         * sysdeps/sparc/nptl/sem_post.c: ... here.
6957         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
6958         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
6959         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
6960         * sysdeps/sparc/nptl/sem_wait.c: ... here.
6961         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
6962         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
6963         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
6964         (libpthread-routines): Add cpu_relax.
6965         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
6966         File removed.
6967         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
6968         (librt: GLIBC_2.3.3): New version set.
6969         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
6970         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
6971         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
6972         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
6973         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
6974         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
6975         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
6976         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
6977         Moved ...
6978         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
6979         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
6980         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
6981         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
6982         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
6983         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
6984         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
6985         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
6986         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
6987         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
6988         Moved ...
6989         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
6990         Update #include.
6991         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
6992         Moved ...
6993         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
6994         Update #include.
6995         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
6996         Moved ...
6997         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
6998         Update #include.
6999         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7000         Moved ...
7001         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7002         Update #include.
7003         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7004         Moved ...
7005         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7006         Update #include.
7007         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7008         Moved ...
7009         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7010         Update #include.
7011         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7012         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7013         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7014         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7015         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7016         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7017         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7018         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7019         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7020         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7021         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7022         Moved ...
7023         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7024         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7025         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7026         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7027         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7028
7029 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7030
7031         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7032         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7033         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7034         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7035         * nscd/nscd.c: Likewise.
7036         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7037         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7038         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7039         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7040
7041         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7042         <kernel-features.h>.
7043         (init_mq_netlink): Remove conditional have_sock_cloexec
7044         definitions.  Remove code conditional on have_sock_cloexec < 0.
7045         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7046         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7047         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7048         <kernel-features.h>.
7049         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7050         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7051
7052 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7053
7054         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7055         Add tests for memset_chk and memset.
7056
7057         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7058         with AVX2_Usable.
7059
7060 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7061
7062         [BZ #16046]
7063         * elf/tst-dl-iter-static.c: New file.
7064         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7065
7066         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7067         error.
7068
7069 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7070
7071         * sysdeps/unix/sysv/linux/kernel-features.h
7072         (__ASSUME_F_GETOWN_EX): Remove macro.
7073         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7074         <kernel-features.h>.
7075         (miss_F_GETOWN_EX): Remove variable or macro.
7076         (do_fcntl): Do not check miss_F_GETOWN_EX.
7077         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7078
7079         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7080         Remove macro.
7081         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7082         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7083         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7084
7085         * sysdeps/unix/sysv/linux/kernel-features.h
7086         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7087         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7088         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7089         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7090
7091 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7092
7093         [BZ #17075]
7094         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7095         Fix calculation of the symbol's value.
7096         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7097         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7098         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7099         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7100         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7101         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7102         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7103         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7104         (modules-names): Add `tst-armtlsdescmod',
7105         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7106         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7107         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7108         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7109         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7110         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7111         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7112         ($(objpfx)tst-armtlsdescloc): New dependency.
7113         ($(objpfx)tst-armtlsdescextnow): Likewise.
7114         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7115         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7116         TLS scheme support.
7117         * sysdeps/arm/configure: Regenerate.
7118
7119 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7120
7121         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7122         (__atfct_seterrno_2): Likewise.
7123         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7124         <kernel-features.h>.
7125         (__ASSUME_ATFCTS): Do not undefine and redefine.
7126         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7127         (__have_atfcts): Remove conditional definition.
7128         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7129         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7130         unreachable if [__ASSUME_ATFCTS].
7131         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7132         not undefine and redefine.
7133         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7134         <kernel-features.h>.
7135         (faccessat) [__NR_faccessat]: Make code unconditional.
7136         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7137         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7138         <kernel-features.h>.
7139         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7140         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7141         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7142         <kernel-features.h>.
7143         (fchownat) [__NR_fchownat]: Make code unconditional.
7144         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7145         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7146         <kernel-features.h>.
7147         (futimesat) [__NR_futimesat]: Make code unconditional.
7148         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7149         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7150         <kernel-features.h>.
7151         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7152         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7153         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7154         <kernel-features.h>.
7155         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7156         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7157         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7158         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7159         <kernel-features.h>.
7160         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7161         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7162         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7163         <kernel-features.h>.
7164         (linkat) [__NR_linkat]: Make code unconditional.
7165         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7166         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7167         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7168         <kernel-features.h>.
7169         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7170         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7171         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7172         <kernel-features.h>.
7173         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7174         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7175         * sysdeps/unix/sysv/linux/openat.c: Do not include
7176         <kernel-features.h>.
7177         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7178         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7179         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7180         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7181         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7182         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7183         <kernel-features.h>.
7184         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7185         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7186         result of INLINE_SYSCALL directly, not via int variable.
7187         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7188         <kernel-features.h>.
7189         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7190         (renameat) [__NR_renameat]: Make code unconditional.
7191         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7192         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7193         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7194         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7195         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7196         (__ASSUME_ATFCTS): Do not undefine and redefine.
7197         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7198         <kernel-features.h>.
7199         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7200         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7201         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7202         <kernel-features.h>.
7203         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7204         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7205         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7206         (__ASSUME_ATFCTS): Do not undefine and redefine.
7207         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7208         <kernel-features.h>.
7209         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7210         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7211         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7212         <kernel-features.h>.
7213         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7214         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7215
7216 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7217
7218         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7219
7220 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7221
7222         [BZ #17069]
7223         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7224         constructed tree before returning error.
7225         * posix/bug-regexp36.c: Expand test case.
7226
7227 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7228
7229         [BZ #6803]
7230         * math/libm-test.inc (scalbln_test_date):
7231         Add errno expectations.
7232         * math/w_scalblnf.c: New File.
7233         Add wrapper which checks for setting errno to ERANGE.
7234         Add weak_alias for corresponding scalbln function.
7235         * math/w_scalbln.c: Likewise.
7236         * math/w_scalblnl.c: Likewise.
7237         * math/Makefile (libm-calls): Add w_scalbln.
7238         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7239         Remove weak_alias for corresponding scalbln function.
7240         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7241         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7242         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7243         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7244         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7245         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7246         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7247         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7248         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7249         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7250         Remove long_double_symbol for scalblnl function in libm, libc.
7251         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7252         Add wrapper which checks for setting errno to ERANGE.
7253         Add long_double_symbol for scalblnl function in libm, libc.
7254         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7255         Remove long_double_symbol for scalblnl in libm.
7256         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7257         Add wrapper which checks for setting errno to ERANGE.
7258         Add long_double_symbol for scalblnl function in libm.
7259         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7260         Do not use wrapper because of own implementation.
7261
7262 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7263
7264         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7265         3 bytes for __pad1 for x32.
7266         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7267
7268 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7269             H.J. Lu  <hongjiu.lu@intel.com>
7270
7271         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7272         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7273         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7274         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7275         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7276
7277 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7278
7279         [BZ #17069]
7280         * posix/regcomp.c (parse_expression): Deallocate partially
7281         constructed tree before returning error.
7282         * posix/Makefile.c (tests): Add bug-regex36.
7283         (generated): Add bug-regex36.mtrace.
7284         (tests-special): Add $(objpfx)bug-regex36-mem.out
7285         (bug-regex36-ENV): New variable.
7286         ($(objpfx)bug-regex36-mem.out): New rule.
7287         * posix/bug-regex36.c: New file.
7288
7289 2014-06-19  Will Newton  <will.newton@linaro.org>
7290
7291         * malloc/malloc.c (systrim): If extra is zero then return
7292         early.
7293
7294 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7295
7296         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7297
7298 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7299
7300         * sysdeps/aarch64/strchr.S: New file.
7301
7302 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7303
7304         [BZ #17022]
7305         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7306         from arguments -2 or below.
7307         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7308         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7309
7310 2014-06-18  Andreas Schwab  <schwab@suse.de>
7311
7312         [BZ #17062]
7313         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7314         of a bracket expr not to run off the end of the string.
7315         * posix/Makefile (tests): Add tst-fnmatch3.
7316         * posix/tst-fnmatch3.c: New file.
7317
7318 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7319
7320         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7321         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7322         [$(cross-compiling) = no]: Likewise.
7323         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7324         [$(cross-compiling) = no]: Likewise.
7325
7326 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7327
7328         [BZ #17031]
7329         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7330         double, adjusted for any remainder from the high double.
7331         * math/libm-test.inc (nearbyint): Add tests.
7332         (rint): Likewise.
7333
7334 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7335
7336         * nptl/sysdeps/powerpc/Makefile: Moved ...
7337         * sysdeps/powerpc/nptl/Makefile: ... here.
7338         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7339         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7340         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7341         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7342         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7343         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7344         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7345         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7346         * nptl/sysdeps/powerpc/tls.h: Moved ...
7347         * sysdeps/powerpc/nptl/tls.h: ... here.
7348
7349 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7350
7351         [BZ #16681]
7352         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7353         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7354         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7355         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7356         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7357         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7358         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7359         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7360         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7361
7362 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7363
7364         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7365
7366 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7367
7368         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7369         defined operator.
7370
7371         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7372         $TIMEOUTFACTOR.
7373
7374 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7375
7376         [BZ #17058]
7377         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7378         non-executed part of the test.
7379
7380 2014-06-16  Andreas Schwab  <schwab@suse.de>
7381
7382         * string/bits/string2.h (strdup, strndup): Update feature guard.
7383
7384 2014-06-14  David S. Miller  <davem@davemloft.net>
7385
7386         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7387
7388 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7389
7390         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7391         that was previously under [RESET_PID].
7392         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7393
7394         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7395         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7396         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7397         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7398         (__libc_vfork): New strong alias.
7399         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7400
7401 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7402
7403         * sysdeps/generic/elide.h: New file.
7404
7405 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7406
7407         * Makefile (installed-headers): Adjust path of pthread.h header.
7408
7409 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7410
7411         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7412         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7413         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7414         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7415
7416         * nptl/sysdeps/s390/Makefile: Moved ...
7417         * sysdeps/s390/nptl/Makefile: ... here.
7418         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7419         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7420         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7421         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7422         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7423         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7424         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7425         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7426         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7427         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7428         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7429         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7430         * nptl/sysdeps/s390/tls.h: Moved ...
7431         * sysdeps/s390/nptl/tls.h: ... here.
7432
7433         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7434         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7435
7436 2014-06-13  David S. Miller  <davem@davemloft.net>
7437
7438         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7439         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7440         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7441         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7442         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7443         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7444         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7445         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7446         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7447         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7448         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7449         Remove RESET_PID cpp guards.
7450         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7451         Remove RESET_PID cpp guards.
7452         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7453
7454 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7455
7456         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7457         __sp to uintptr_t.
7458
7459 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7460
7461         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7462         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7463         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7464         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7465         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7466         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7467         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7468         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7469         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7470         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7471         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7472         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7473         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7474         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7475         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7476         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7477         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7478         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7479         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7480         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7481
7482         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
7483         (pthread_rwlock_rdlock): Add elision.
7484         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7485         (pthread_rwlock_wrlock): Add elision.
7486         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7487         (pthread_rwlock_trywrlock): Add elision.
7488         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7489         (pthread_rwlock_tryrdlock): Add elision.
7490         * nptl/pthread_rwlock_unlock.c: Include elide.h.
7491         (pthread_rwlock_tryrdlock): Add elision unlock.
7492         * nptl/sysdeps/pthread/pthread.h:
7493         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7494         (PTHREAD_RWLOCK_INITIALIZER,
7495         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7496         Handle new elision field.
7497         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7498         * sysdeps/arm/nptl/bits/pthreadtypes.h
7499         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7500         * sysdeps/sh/nptl/bits/pthreadtypes.h
7501         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7502         * sysdeps/tile/nptl/bits/pthreadtypes.h
7503         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7504         * sysdeps/a/nptl/bits/pthreadtypes.h
7505         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7506         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7507         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7508         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7509         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7510         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7511         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7512         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7513         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7514         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7515         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7516         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7517         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7518         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7519         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7520         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7521         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7522         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7523         (elision_init): Set try_xbegin to zero when no RTM.
7524         * sysdeps/x86/nptl/bits/pthreadtypes.h
7525         (pthread_rwlock_t): Change __pad1 to __rwelision.
7526         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7527
7528 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7529
7530         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7531         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7532         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7533         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7534
7535 2014-06-13  Meador Inge  <meadori@codesourcery.com>
7536
7537         [BZ #16996]
7538         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
7539         that the cached result has been set before returning it.
7540
7541 2014-06-12  Roland McGrath  <roland@hack.frob.com>
7542
7543         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7544         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7545         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7546         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7547         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7548         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7549
7550         * nptl/sysdeps/sparc/Makefile: Moved ...
7551         * sysdeps/sparc/nptl/Makefile: ... here.
7552         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7553         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7554         * nptl/sysdeps/sparc/tls.h: Moved ...
7555         * sysdeps/sparc/nptl/tls.h: ... here.
7556         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7557         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7558         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7559         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7560         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7561         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7562         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7563         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7564         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7565         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7566         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7567         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7568         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7569         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7570         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7571         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7572         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7573         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7574         Update #include.
7575         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7576         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7577         Update #include.
7578         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7579         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7580         Update #include.
7581         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7582         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7583         Update #include.
7584
7585         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7586
7587         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7588         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7589
7590         * sysdeps/pthread/posix-timer.h: Include <list.h>.
7591         (struct list_links): Type removed.
7592         (struct thread_node, struct timer_node): Replace struct list_links
7593         with struct list_head.
7594         (list_unlink_ip): Likewise.
7595         * sysdeps/pthread/timer_routines.c
7596         (timer_free_list, thread_free_list, thread_active_list): Likewise.
7597         (list_append, list_insbefore): Likewise.
7598         (list_init): Function removed.
7599         (thread_init, init_module): Use INIT_LIST_HEAD instead.
7600         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7601         * sysdeps/pthread/Makefile: ... here, new file.
7602
7603         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7604         * sysdeps/nptl/Implies: ... here.
7605         * sysdeps/unix/sysv/linux/Implies: Add nptl.
7606         * nptl/sysdeps/pthread/list.h: Moved ...
7607         * include/list.h: ... here.
7608         * nptl/sysdeps/pthread/createthread.c: Moved ...
7609         * nptl/createthread.c: ... here.
7610         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7611         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7612         * nptl/pt-longjmp.c: ... here.
7613         * nptl/sysdeps/pthread/Makefile: Moved ...
7614         * sysdeps/nptl/Makefile: ... here.
7615         * nptl/sysdeps/pthread/Subdirs: Moved ...
7616         * sysdeps/nptl/Subdirs: ... here.
7617         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7618         * sysdeps/nptl/aio_misc.h: ... here.
7619         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7620         * sysdeps/nptl/bits/libc-lock.h: ... here.
7621         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7622         * sysdeps/nptl/bits/libc-lockP.h: ... here.
7623         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7624         * sysdeps/nptl/bits/stdio-lock.h: ... here.
7625         * nptl/sysdeps/pthread/configure: Moved ...
7626         * sysdeps/nptl/configure: ... here.
7627         * nptl/sysdeps/pthread/configure.ac: Moved ...
7628         * sysdeps/nptl/configure.ac: ... here.
7629         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7630         * sysdeps/nptl/gai_misc.h: ... here.
7631         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7632         * sysdeps/nptl/librt-cancellation.c: ... here.
7633         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7634         * sysdeps/nptl/malloc-machine.h: ... here.
7635         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7636         * sysdeps/nptl/pthread-functions.h: ... here.
7637         * nptl/sysdeps/pthread/pthread.h: Moved ...
7638         * sysdeps/nptl/pthread.h: ... here.
7639         * nptl/sysdeps/pthread/setxid.h: Moved ...
7640         * sysdeps/nptl/setxid.h: ... here.
7641         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
7642         * sysdeps/nptl/sigfillset.c: ... here.
7643         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
7644         * sysdeps/nptl/tcb-offsets.h: ... here.
7645         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
7646         * sysdeps/nptl/tst-mqueue8x.c: ... here.
7647         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
7648         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
7649         * nptl/sysdeps/pthread/allocalim.h: Moved ...
7650         * sysdeps/pthread/allocalim.h: ... here.
7651         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
7652         * sysdeps/pthread/bits/sigthread.h: ... here.
7653         * nptl/sysdeps/pthread/flockfile.c: Moved ...
7654         * sysdeps/pthread/flockfile.c: ... here.
7655         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
7656         * sysdeps/pthread/ftrylockfile.c: ... here.
7657         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
7658         * sysdeps/pthread/funlockfile.c: ... here.
7659         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
7660         * sysdeps/pthread/posix-timer.h: ... here.
7661         * nptl/sysdeps/pthread/timer_create.c: Moved ...
7662         * sysdeps/pthread/timer_create.c: ... here.
7663         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
7664         * sysdeps/pthread/timer_delete.c: ... here.
7665         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
7666         * sysdeps/pthread/timer_getoverr.c: ... here.
7667         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
7668         * sysdeps/pthread/timer_gettime.c: ... here.
7669         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
7670         * sysdeps/pthread/timer_routines.c: ... here.
7671         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
7672         * sysdeps/pthread/timer_settime.c: ... here.
7673         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
7674         * sysdeps/pthread/tst-timer.c: ... here.
7675         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
7676         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
7677
7678         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
7679         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
7680
7681         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
7682         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
7683         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
7684         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
7685         Update #include target.
7686         * nptl/sysdeps/i386/i686/Makefile: Moved ...
7687         * sysdeps/i386/i686/nptl/Makefile: ... here.
7688         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
7689         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
7690         Update #include target.
7691         * nptl/sysdeps/i386/i686/tls.h: Moved ...
7692         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
7693         * nptl/sysdeps/i386/Makefile: Moved ...
7694         * sysdeps/i386/nptl/Makefile: ... here.
7695         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
7696         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
7697         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
7698         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
7699         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
7700         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
7701         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
7702         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
7703         * sysdeps/i386/nptl/pthreaddef.h: ... here.
7704         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
7705         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
7706         * nptl/sysdeps/i386/tls.h: Moved ...
7707         * sysdeps/i386/nptl/tls.h: ... here.
7708
7709         * sysdeps/sh/Makefile [$(subdir) = csu]
7710         (gen-as-const-headers): Add tcb-offsets.sym.
7711         * nptl/sysdeps/sh/Makefile: File removed.
7712         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
7713         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
7714         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
7715         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
7716         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
7717         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
7718         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
7719         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
7720         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
7721         * sysdeps/sh/nptl/pthreaddef.h: ... here.
7722         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
7723         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
7724         * nptl/sysdeps/sh/tls.h: Moved ...
7725         * sysdeps/sh/nptl/tls.h: ... here.
7726         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
7727         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
7728         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
7729         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
7730         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
7731         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
7732         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
7733         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
7734         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
7735         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
7736         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
7737         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
7738         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
7739         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
7740         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
7741         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
7742         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
7743         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
7744         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
7745         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
7746         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
7747         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
7748         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
7749         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
7750         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
7751         Moved ...
7752         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
7753         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
7754         Moved ...
7755         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
7756         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
7757         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
7758         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
7759         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
7760         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
7761         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
7762         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
7763         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
7764         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
7765         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
7766         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
7767         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
7768         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
7769         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
7770         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
7771         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
7772         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
7773         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
7774
7775 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
7776
7777         * posix/spawn_faction_addopen.c: Include string.h.
7778
7779 2014-06-11  Roland McGrath  <roland@hack.frob.com>
7780
7781         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
7782         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
7783         * nptl/sysdeps/x86_64/Makefile: Moved ...
7784         * sysdeps/x86_64/nptl/Makefile: ... here.
7785         * nptl/sysdeps/x86_64/configure: Moved ...
7786         * sysdeps/x86_64/nptl/configure: ... here.
7787         * nptl/sysdeps/x86_64/configure.ac: Moved ...
7788         * sysdeps/x86_64/nptl/configure.ac: ... here.
7789         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
7790         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
7791         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
7792         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
7793         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
7794         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
7795         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
7796         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
7797         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
7798         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
7799         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
7800         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
7801         * nptl/sysdeps/x86_64/tls.h: Moved ...
7802         * sysdeps/x86_64/nptl/tls.h: ... here.
7803         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
7804         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
7805         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
7806         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
7807
7808         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
7809
7810 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7811
7812         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7813
7814 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
7815
7816         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
7817         type.
7818         [POSIX] (off_t): Likewise.
7819         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
7820         [POSIX] (S_ISBLK): Require macro.
7821         [POSIX] (S_ISCHR): Likewise.
7822         [POSIX] (S_ISDIR): Likewise.
7823         [POSIX] (S_ISFIFO): Likewise.
7824         [POSIX] (S_ISREG): Likewise.
7825         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
7826         optional-macro.
7827         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
7828         type.
7829         [POSIX] (time_t): Likewise.
7830         [POSIX] (timer_t): Likewise.
7831
7832 2014-06-11  Florian Weimer  <fweimer@redhat.com>
7833
7834         [BZ #17048]
7835         * posix/spawn_int.h (struct __spawn_action): Make the path string
7836         non-const to support deallocation.
7837         * posix/spawn_faction_addopen.c
7838         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
7839         * posix/spawn_faction_destroy.c
7840         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
7841         path in all spawn_do_open actions.
7842         * posix/tst-spawn.c (do_test): Exercise the copy operation in
7843         posix_spawn_file_actions_addopen.
7844
7845 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
7846
7847         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
7848         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
7849         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
7850         conditional code always true.
7851         (__libc_vfork): New alias.
7852
7853 2014-06-11  Roland McGrath  <roland@hack.frob.com>
7854
7855         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7856         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
7857
7858         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
7859
7860         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7861         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
7862
7863         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7864         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
7865
7866         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7867         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
7868
7869 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7870
7871         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
7872         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
7873         multiarch strcmp for PPC64.
7874         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
7875         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
7876         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
7877         multiarch optimizations.
7878         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7879         (__libc_ifunc_impl_list): Likewise.
7880
7881 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
7882
7883         * benchtests/scripts/validate_benchout.py: New script.
7884         * benchtests/Makefile (bench-func): Call it.
7885         * benchtests/scripts/benchout.schema.json: New file.
7886
7887 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
7888
7889         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
7890         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
7891         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
7892         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
7893         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
7894         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
7895         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
7896         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
7897         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
7898         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
7899         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
7900         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
7901         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
7902         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
7903         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
7904         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
7905         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
7906         Moved ...
7907         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
7908         ... here.
7909         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
7910         Moved ...
7911         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
7912         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
7913         Moved ...
7914         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
7915         ... here.
7916         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
7917         Moved ...
7918         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
7919         ... here.
7920         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
7921         Moved ...
7922         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
7923         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
7924         Moved ...
7925         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
7926         ... here.
7927         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
7928         Moved ...
7929         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
7930         ... here.
7931         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
7932         Moved ...
7933         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
7934         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
7935         Moved ...
7936         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
7937         ... here.
7938         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
7939         Moved ...
7940         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
7941         ... here.
7942         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
7943         Moved ...
7944         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
7945         ... here.
7946         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
7947         Moved ...
7948         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
7949         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
7950         Moved ...
7951         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
7952         ... here.
7953         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
7954         Moved ...
7955         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
7956         ... here.
7957         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
7958         Moved ...
7959         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
7960         ... here.
7961         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
7962         Moved ...
7963         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
7964         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
7965         Moved ...
7966         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
7967         ... here.
7968         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
7969         Moved ...
7970         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
7971         ... here.
7972         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
7973         Moved ...
7974         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
7975         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
7976         Moved ...
7977         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
7978         ... here.
7979         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
7980         Moved ...
7981         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
7982         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
7983         Moved ...
7984         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
7985         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
7986         Moved ...
7987         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
7988         ... here.
7989         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
7990         Moved ...
7991         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
7992         ... here.
7993         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
7994         Moved ...
7995         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
7996         ... here.
7997         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
7998         Moved ...
7999         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8000         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8001         Moved ...
8002         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8003         ... here.
8004         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8005         Moved ...
8006         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8007         ... here.
8008         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8009         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8010         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8011         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8012         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8013         Moved ...
8014         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8015         ... here.
8016         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8017         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8018         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8019         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8020         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8021         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8022         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8023         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8024         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8025         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8026         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8027         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8028         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8029         Moved ...
8030         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8031         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8032         Moved ...
8033         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8034         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8035         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8036         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8037         Moved ...
8038         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8039         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8040         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8041         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8042         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8043         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8044         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8045
8046 2014-06-10  Wilco  <wdijkstr@arm.com>
8047
8048         * math/test-fenv-return.c: New file.
8049         * math/Makefile: Add new test test-fenv-return.
8050
8051 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8052
8053         [BZ #17042]
8054         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8055         when x - 1 is zero.
8056         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8057         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8058         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8059         0.0L for an argument of 1.0L.
8060         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8061         Likewise.
8062         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8063         value when x - 1 is zero.
8064         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8065         * sysdeps/i386/fpu/libm-test-ulps: Update.
8066         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8067
8068 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8069
8070         [BZ #15119]
8071         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8072
8073 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8074
8075         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8076         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8077
8078 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8079
8080         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8081         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8082
8083         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8084         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8085
8086         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8087         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8088
8089         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8090         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8091
8092         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8093         if not already defined.
8094         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8095         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8096         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8097         (TLS_INIT_TP): Use it.
8098         (TLS_DEFINE_INIT_TP): New macro.
8099         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8100
8101 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8102
8103         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8104         constant.
8105         [POSIX] (IXANY): Likewise.
8106         [POSIX] (OLCUC): Likewise.
8107         [POSIX || POSIX2008] (CBAUD): Do not allow.
8108         [POSIX || POSIX2008] (DEFECHO): Likewise.
8109         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8110         [POSIX || POSIX2008] (ECHOKE): Likewise.
8111         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8112         [POSIX || POSIX2008] (EXTA): Likewise.
8113         [POSIX || POSIX2008] (EXTB): Likewise.
8114         [POSIX || POSIX2008] (FLUSHO): Likewise.
8115         [POSIX || POSIX2008] (LOBLK): Likewise.
8116         [POSIX || POSIX2008] (PENDIN): Likewise.
8117         [POSIX || POSIX2008] (SWTCH): Likewise.
8118         [POSIX || POSIX2008] (VDISCARD): Likewise.
8119         [POSIX || POSIX2008] (VDSUSP): Likewise.
8120         [POSIX || POSIX2008] (VLNEXT): Likewise.
8121         [POSIX || POSIX2008] (VREPRINT): Likewise.
8122         [POSIX || POSIX2008] (VSTATUS): Likewise.
8123         [POSIX || POSIX2008] (VWERASE): Likewise.
8124         (B*): Change to B[0123456789]*.
8125         * conform/data/time.h-data [POSIX || UNIX98]
8126         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8127         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8128         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8129         [POSIX] (tm_*): Do not allow.
8130
8131 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8132
8133         * Makefile (install): Don't set LANGUAGE.
8134         * Makefile.in (install): Likewise.
8135         * assert/Makefile (test-assert-ENV): Remove variable.
8136         (test-assert-perr-ENV): Likewise.
8137         * elf/Makefile (neededtest4-ENV): Likewise.
8138         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8139         [$(cross-compiling) = no]: Don't set LANGUAGE.
8140         * io/ftwtest-sh (LANG): Remove variable.
8141         * libio/Makefile (tst-widetext-ENV): Likewise.
8142         * manual/install.texi (Running make install): Don't refer to
8143         environment settings for make install.
8144         * INSTALL: Regenerated.
8145         * nptl/tst-tls6.sh: Don't set LANG.
8146         * posix/globtest.sh (LANG): Remove variable.
8147         * string/Makefile (tester-ENV): Likewise.
8148         (inl-tester-ENV): Likewise.
8149         (noinl-tester-ENV): Likewise.
8150         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8151         [$(cross-compiling) = no]: Don't set LANGUAGE.
8152         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8153         without explicit environment settings.
8154
8155 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8156
8157         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8158         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8159         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8160         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8161
8162 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8163
8164         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8165         other files in the crypt directory.
8166         * crypt/crypt.c: Remove duplicate includes.
8167         * crypt/crypt-entry.c: Likewise.
8168         * crypt/crypt_util.c: Likewise.
8169
8170 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8171
8172         * Makeconfig (run-program-env): New variable.
8173         (run-program-prefix-before-env): Likewise.
8174         (run-program-prefix-after-env): Likewise.
8175         (run-program-prefix): Define in terms of new variables.
8176         (built-program-cmd-before-env): New variable.
8177         (built-program-cmd-after-env): Likewise.
8178         (built-program-cmd): Define in terms of new variables.
8179         (test-program-prefix-before-env): New variable.
8180         (test-program-prefix-after-env): Likewise.
8181         (test-program-prefix): Define in terms of new variables.
8182         (test-program-cmd-before-env): New variable.
8183         (test-program-cmd-after-env): Likewise.
8184         (test-program-cmd): Define in terms of new variables.
8185         * Rules (make-test-out): Use $(run-program-env).
8186         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8187         (help): Do not mention environment variables.  Mention
8188         --timeoutfactor option.
8189         (timeoutfactor): New variable.
8190         (blacklist_exports): Remove function.
8191         (exports): Remove variable.
8192         (command): Do not include ${exports}.
8193         * manual/install.texi (Configuring and compiling): Do not mention
8194         test wrappers preserving environment variables.  Mention that last
8195         assignment to a variable must take precedence.
8196         * INSTALL: Regenerated.
8197         * benchtests/Makefile (run-bench): Use $(run-program-env).
8198         * catgets/Makefile ($(objpfx)test1.cat): Use
8199         $(built-program-cmd-before-env), $(run-program-env) and
8200         $(built-program-cmd-after-env).
8201         ($(objpfx)test2.cat): Do not specify environment variables
8202         explicitly.
8203         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8204         $(run-program-env) and $(built-program-cmd-after-env).
8205         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8206         $(run-program-env) and $(test-program-cmd-after-env).
8207         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8208         explicitly.
8209         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8210         run_program_env and test_program_cmd_after_env arguments.
8211         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8212         * elf/tst-pathopt.sh: Use run_program_env argument.
8213         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8214         $(test-wrapper-env) and $(run-program-env).
8215         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8216         run_program_env arguments.
8217         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8218         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8219         $(test-program-prefix-before-env), $(run-program-env) and
8220         $(test-program-prefix-after-env).
8221         ($(objpfx)tst-gettext2.out): Likewise.
8222         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8223         run_program_env and test_program_prefix_after_env arguments.
8224         * intl/tst-gettext2.sh: Likewise.
8225         * intl/tst-gettext4.sh: Do not set environment variables
8226         explicitly.
8227         * intl/tst-gettext6.sh: Likewise.
8228         * intl/tst-translit.sh: Likewise.
8229         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8230         $(test-program-prefix-before-env), $(run-program-env) and
8231         $(test-program-prefix-after-env).
8232         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8233         run_program_env and test_program_prefix_after_env arguments.
8234         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8235         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8236         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8237         explicitly with each use of ${test_wrapper_env}.
8238         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8239         $(test-program-prefix-before-env), $(run-program-env) and
8240         $(test-program-prefix-after-env).
8241         * posix/tst-getconf.sh: Do not set environment variables
8242         explicitly.
8243         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8244         run_program_env and test_program_prefix_after_env arguments.
8245         * stdio-common/tst-printf.sh: Do not set environment variables
8246         explicitly.
8247         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8248         $(test-program-prefix-before-env), $(run-program-env) and
8249         $(test-program-prefix-after-env).
8250         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8251         run_program_env and test_program_prefix_after_env arguments.
8252         Split $test calls into $test_pre and $test.
8253         * timezone/Makefile (build-testdata): Use
8254         $(built-program-cmd-before-env), $(run-program-env) and
8255         $(built-program-cmd-after-env).
8256
8257 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8258
8259         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8260         strlen for non SHARED builds.
8261
8262 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8263
8264         * nptl/allocatestack.c (check_list): Inlined function...
8265         (__reclaim_stacks): ... here.
8266
8267 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8268
8269         [BZ #15698]
8270         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8271         memory overrun.
8272
8273 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8274
8275         * Rules (make-test-out): Include
8276         LOCPATH=$(common-objpfx)localedata in default environment.
8277         * debug/Makefile (tst-chk1-ENV): Remove variable.
8278         (tst-chk2-ENV): Likewise.
8279         (tst-chk3-ENV): Likewise.
8280         (tst-chk4-ENV): Likewise.
8281         (tst-chk5-ENV): Likewise.
8282         (tst-chk6-ENV): Likewise.
8283         (tst-lfschk1-ENV): Likewise.
8284         (tst-lfschk2-ENV): Likewise.
8285         (tst-lfschk3-ENV): Likewise.
8286         (tst-lfschk4-ENV): Likewise.
8287         (tst-lfschk5-ENV): Likewise.
8288         (tst-lfschk6-ENV): Likewise.
8289         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8290         (tst-iconv7-ENV): Likewise.
8291         * intl/Makefile (LOCPATH-ENV): Likewise.
8292         (tst-codeset-ENV): Likewise.
8293         (tst-gettext3-ENV): Likewise.
8294         (tst-gettext5-ENV): Likewise.
8295         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8296         (tst-fopenloc-ENV): Likewise.
8297         (tst-fgetws-ENV): Remove variable.
8298         (tst-ungetwc1-ENV): Likewise.
8299         (tst-ungetwc2-ENV): Likewise.
8300         (bug-ungetwc2-ENV): Likewise.
8301         (tst-swscanf-ENV): Likewise.
8302         (bug-ftell-ENV): Likewise.
8303         (tst-fgetwc-ENV): Likewise.
8304         (tst-fseek-ENV): Likewise.
8305         (tst-ftell-partial-wide-ENV): Likewise.
8306         (tst-ftell-active-handler-ENV): Likewise.
8307         (tst-ftell-append-ENV): Likewise.
8308         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8309         (tst-regexloc-ENV): Likewise.
8310         (bug-regex1-ENV): Likewise.
8311         (tst-regex-ENV): Likewise.
8312         (tst-regex2-ENV): Likewise.
8313         (bug-regex5-ENV): Likewise.
8314         (bug-regex6-ENV): Likewise.
8315         (bug-regex17-ENV): Likewise.
8316         (bug-regex18-ENV): Likewise.
8317         (bug-regex19-ENV): Likewise.
8318         (bug-regex20-ENV): Likewise.
8319         (bug-regex22-ENV): Likewise.
8320         (bug-regex23-ENV): Likewise.
8321         (bug-regex25-ENV): Likewise.
8322         (bug-regex26-ENV): Likewise.
8323         (bug-regex30-ENV): Likewise.
8324         (bug-regex32-ENV): Likewise.
8325         (bug-regex33-ENV): Likewise.
8326         (bug-regex34-ENV): Likewise.
8327         (bug-regex35-ENV): Likewise.
8328         (tst-rxspencer-ENV): Likewise.
8329         (tst-rxspencer-no-utf8-ENV): Likewise.
8330         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8331         (tst-sscanf-ENV): Likewise.
8332         (tst-swprintf-ENV): Likewise.
8333         (tst-swscanf-ENV): Likewise.
8334         (test-vfprintf-ENV): Likewise.
8335         (scanf13-ENV): Likewise.
8336         (bug14-ENV): Likewise.
8337         (tst-grouping-ENV): Likewise.
8338         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8339         (tst-strtod3-ENV): Likewise.
8340         (tst-strtod4-ENV): Likewise.
8341         (tst-strtod5-ENV): Likewise.
8342         (testmb2-ENV): Likewise./
8343         * string/Makefile (tst-strxfrm-ENV): Likewise.
8344         (tst-strxfrm2-ENV): Likewise.
8345         (bug-strcoll1-ENV): Likewise.
8346         (test-strcasecmp-ENV): Likewise.
8347         (test-strncasecmp-ENV): Likewise.
8348         * time/Makefile (tst-strptime-ENV): Likewise.
8349         (tst-ftime_l-ENV): Likewise.
8350         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8351         (tst-mbrtowc-ENV): Likewise.
8352         (tst-wcrtomb-ENV): Likewise.
8353         (tst-mbrtowc2-ENV): Likewise.
8354         (tst-c16c32-1-ENV): Likewise.
8355         (tst-mbsnrtowcs-ENV): Likewise.
8356
8357 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8358
8359         * manual/resource.texi (How to get information about the memory
8360         subsystem?): Fix typo.
8361         Reported by Peon de la Parra Ivan <peon@keba.com>
8362
8363 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8364
8365         [BZ #16882]
8366         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8367         (pthread_spin_lock): Branch out of spin loop to proper location.
8368         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8369         (pthread_spin_lock): Likewise.
8370
8371         * nptl/tst-spin4.c: New test.
8372         * nptl/Makefile (tests): Add tst-spin4.
8373
8374 2014-06-03  Andreas Schwab  <schwab@suse.de>
8375
8376         [BZ #15946]
8377         * resolv/res_send.c (send_dg): Reload file descriptor after
8378         calling reopen.
8379
8380 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8381
8382         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8383
8384 2014-06-03  Richard Henderson  <rth@redhat.com>
8385
8386         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8387         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8388         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8389         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8390         in the SAVE_PID block.
8391         (__libc_vfork): New alias.
8392         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8393
8394         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8395         child in registers, not on the stack.  Remove RESET_PID conditionals.
8396         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8397
8398 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8399
8400         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8401
8402 2014-06-03  Wilco  <wdijkstr@arm.com>
8403
8404         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8405         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8406         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8407         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8408         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8409         Likewise.
8410
8411 2014-06-03  Wilco  <wdijkstr@arm.com>
8412
8413         * sysdeps/aarch64/fpu/math_private.h
8414         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8415         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8416         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8417         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8418         Fix declarations.
8419
8420 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8421
8422         * crypt/crypt-private.h: Include ufc-crypt.h.
8423         (__b64_from_24bit): Declare extern.
8424         * crypt/crypt_util.c(__b64_from_24bit): New function.
8425         (b64t): New static const variable.
8426         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8427         (b64t): Remove variable.
8428         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8429         * crypt/sha256-crypt.c: Include crypt-private.h.
8430         (b64t): Remove variable.
8431         (__sha256_crypt_r): Remove b64_from_24bit and replace
8432         with __b64_from_24bit.
8433         * crypt/sha512-crypt.c: Likewise.
8434
8435 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8436
8437         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8438         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8439         Label the code __libc_vfork rather than __vfork.
8440         [!NOT_IN_libc] (vfork): Define as weak alias.
8441         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8442         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8443         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8444
8445 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8446
8447         * malloc/malloc.c (malloc_info): Fix format specifier for
8448         n_mmaps.
8449
8450 2014-06-02  Wilco  <wdijkstr@arm.com>
8451
8452         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8453         FPCR write.
8454
8455 2014-06-02  Wilco  <wdijkstr@arm.com>
8456
8457         [BZ #17009]
8458         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8459         Rewrite to reduce FPCR/FPSR accesses.
8460
8461 2014-06-01  David S. Miller  <davem@davemloft.net>
8462
8463         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8464
8465 2014-05-31  David S. Miller  <davem@davemloft.net>
8466
8467         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8468         to occur in round to nearest mode when |x| >= 2.0
8469
8470 2014-05-30  Richard Henderson  <rth@twiddle.net>
8471
8472         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8473         (PSEUDO_RET_NOERRNO): Remove.
8474         (ret): Don't redefine.
8475         (ret_NOERRNO): Define in terms of ret.
8476         (ret_ERRVAL): Likewise.
8477
8478         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8479         use of PSEUDO_RET; perform the error check directly.
8480
8481 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8482
8483         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8484         with __int128_t.
8485
8486 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8487
8488         * malloc/malloc (malloc_info): Fix formatting.
8489
8490 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8491             Roland McGrath  <roland@hack.frob.com>
8492
8493         * malloc/malloc (malloc_info): Also print mmapped statistics.
8494
8495 2014-05-30  Roland McGrath  <roland@hack.frob.com>
8496
8497         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8498         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8499
8500 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
8501
8502         * malloc/malloc.c (malloc_info): Inline mi_arena.
8503
8504 2014-05-29  Richard Henderson  <rth@twiddle.net>
8505
8506         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8507         Remove comma before expanding ASM_ARGS_##nr.
8508         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8509         Make _x0 a strict output; make _x8 a strict input; adjust expansion
8510         of ASM_ARGS_##nr.
8511         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8512         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8513         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8514         (ASM_ARGS_1): Add leading comma.
8515
8516         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8517         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8518         to __errno_location.
8519         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8520         Remove the expected plt for __errno_location.
8521
8522         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8523         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
8524         call to __read_tp.
8525
8526         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8527         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
8528         it and break it down.
8529         (DOCARGS_0, DOCARGS_1): Do nothing.
8530         (DOCARGS_2): Update to store into the new stack frame.
8531         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8532         (UNDOCARGS_1): Update to restore from the new stack frame.
8533         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8534         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8535
8536         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8537         (SINGLE_THREAD_P): New parameter for result regno.
8538         (PSEUDO): Update to match; use cbz instead of beq.
8539
8540         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8541         Use ENTRY to define the _nocancel entry point.  Share the syscall
8542         and syscall error check paths with the cancel path.
8543         (PSEUDO_END): New.
8544
8545         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8546         whitespace; tabs before and after asm mnemonics.
8547
8548 2014-05-29  Eric Wong  <normalperson@yhbt.net>
8549
8550         [BZ #15132]
8551         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8552         Call fstat64 or stat64 internally, depending on arguments passed.
8553         Replace stat buffer argument with file descriptor argument.
8554         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8555         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8556         Pass fd to __internal_statvfs instead of calling fstat64.
8557         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8558         Pass fd to __internal_statvfs64 instead of calling fstat64.
8559         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8560         Pass -1 to __internal_statvfs instead of calling stat64.
8561         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8562         Pass -1 to __internal_statvfs64 instead of calling stat64.
8563
8564 2014-05-28  Roland McGrath  <roland@hack.frob.com>
8565
8566         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8567         that was previously under [RESET_PID].
8568         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8569
8570         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8571         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8572
8573 2014-05-27  Roland McGrath  <roland@hack.frob.com>
8574
8575         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8576
8577         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8578         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8579
8580 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
8581
8582         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8583
8584 2014-05-27  Andreas Schwab  <schwab@suse.de>
8585
8586         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8587         TLS_INIT_TP macro.
8588         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8589         * elf/rtld.c (init_tls, dl_main): Likewise.
8590         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8591         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8592         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8593         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8594         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8595         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8596         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8597         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8598         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8599         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8600         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8601         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8602         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8603         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8604         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8605         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8606         * sysdeps/generic/tls.h: Update description.
8607
8608 2014-05-27  Will Newton  <will.newton@linaro.org>
8609
8610         [BZ #16990]
8611         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8612         and restore r2 rather than just restoring.
8613
8614 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8615
8616         [BZ #16724]
8617         * libio/tst-ftell-append.c: New test case.
8618         * libio/Makefile (tests): Add test case.
8619         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8620         append mode.
8621         * libio/wfileops.c (do_ftell_wide): Likewise.
8622
8623 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8624
8625         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8626
8627         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8628         ...
8629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8631         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8632         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8633         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8634         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8635         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8636         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8637         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8638         Moved ...
8639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
8640         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
8641         Moved ...
8642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
8643         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
8644         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
8645         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
8646         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
8647         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
8648         ...
8649         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
8650         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
8651         Moved ...
8652         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
8653         here.
8654         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
8655         ...
8656         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
8657         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
8658         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
8659
8660         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
8661         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
8662         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
8663         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
8664
8665         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
8666         merge into ...
8667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
8668         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
8669         ...
8670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
8671         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
8672         ...
8673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
8674         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
8675         Moved ...
8676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
8677         here.
8678         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
8679         Moved ...
8680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
8681         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
8682         Moved ...
8683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
8684
8685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
8686         conditional [RESET_PID].
8687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
8688         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
8689         removed.
8690         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
8691         removed.
8692
8693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
8694         <tcb-offsets.h>.
8695         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8696         (__libc_vfork): New strong alias.
8697         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
8698         removed.
8699         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
8700         Removed.
8701
8702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
8703         <tcb-offsets.h>.
8704         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
8705         (__libc_vfork): New strong alias.
8706         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
8707         removed.
8708         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
8709         removed.
8710
8711 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
8712
8713         * malloc/malloc.c (mi_arena): New function.
8714         (malloc_info): Remove nested function mi_arena. Call non-nosted
8715         function mi_arena.
8716
8717 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8718
8719         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
8720         by insrwi.
8721         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
8722         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
8723         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
8724         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
8725         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
8726         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
8727         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
8728
8729 2014-05-26  Andreas Schwab  <schwab@suse.de>
8730
8731         [BZ #16984]
8732         * locale/programs/repertoire.c (repertoire_read): Add slash
8733         between I18NPATH element and file name.
8734         * locale/programs/locfile.c (locfile_read): Likewise.
8735
8736 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8737
8738         * nptl/pthread_mutexattr_settype.c
8739         (__pthread_mutexattr_settype):
8740         Disable lock elision for PTHREAD_MUTEX_NORMAL.
8741
8742 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8743
8744         * nptl/tst-mutex5 (do_test):
8745         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
8746
8747 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8748
8749         * benchtests/README: Document 'init' directive.
8750         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
8751         BENCH_INIT.
8752         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
8753         (parse_file): Recognize 'init' directive.
8754
8755 2014-05-26  Kyle McMartin  <kyle@redhat.com>
8756
8757         [BZ #16796]
8758         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
8759         alignment of struct pthread.
8760
8761 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8762
8763         [BZ #16878]
8764         * nscd/netgroupcache.c (addgetnetgrentX): Look for
8765         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8766         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
8767         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8768
8769 2014-05-25  Richard Henderson  <rth@twiddle.net>
8770
8771         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8772         (SINGLE_THREAD_P_PIC): Remove.
8773         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
8774         (SINGLE_THREAD_P_PIC): Remove.
8775
8776         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
8777         branch to syscall error ...
8778         (PSEUDO): ... here.
8779         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
8780         from __local_syscall_error to .Lsyscall_error.
8781         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
8782         (SYSCALL_ERROR): Update label name.
8783
8784         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8785         Do not use DOARGS/UNDOARGS.
8786         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
8787         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
8788         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
8789         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
8790         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
8791
8792         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
8793         block comment.
8794
8795         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
8796         define if !NOT_IN_libc.
8797         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
8798         define with non-default symbol versions.
8799
8800 2014-05-23  Richard Henderson  <rth@twiddle.net>
8801
8802         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
8803         (vfork, __vfork): Define via compat_symbol.
8804
8805         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
8806         [!HAVE_IFUNC] (vfork_compat): Remove.
8807         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
8808
8809 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
8810
8811         [BZ #16978]
8812         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
8813         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
8814         variable.
8815
8816 2014-05-23  Richard Henderson  <rth@twiddle.net>
8817
8818         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
8819         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
8820         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
8821         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
8822
8823         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
8824         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
8825         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
8826         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
8827         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
8828         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
8829         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
8830         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
8831         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
8832         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
8833         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
8834         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
8835         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
8836         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
8837         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
8838         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
8839         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
8840         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
8841         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
8842         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
8843         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
8844         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
8845         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
8846         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
8847         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
8848         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
8849         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
8850         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
8851         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
8852         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
8853         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
8854         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
8855         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
8856         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
8857         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
8858         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
8859         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
8860         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
8861         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
8862         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
8863         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
8864         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
8865         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
8866         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
8867         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
8868         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
8869         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
8870         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
8871         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
8872         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
8873         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
8874         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
8875         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
8876         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
8877         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
8878         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
8879
8880         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
8881         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
8882         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
8883         before exiting on error.
8884         (__libc_vfork): New strong alias.
8885         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
8886         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
8887
8888         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
8889         that was previously under [RESET_PID].
8890         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
8891
8892         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
8893
8894 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
8895
8896         [BZ #16977]
8897         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
8898         value when x - 1 is zero.
8899         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
8900         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
8901         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
8902         0.0L for an argument of 1.0L.
8903         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
8904         Likewise.
8905         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
8906         value when x - 1 is zero.
8907         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
8908         * sysdeps/i386/fpu/libm-test-ulps: Update.
8909         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8910
8911 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8912
8913         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
8914         alphasort and versionsort.
8915
8916 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8917
8918         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
8919         macro.
8920         [copysignf]: Likewise.
8921
8922 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
8923
8924         * crypt/md5-crypt.c: Fix formatting.
8925
8926 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8927
8928         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
8929         (b64_from_24bit): New function.
8930
8931 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8932
8933         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
8934         libc_hidden_builtin_def to ifunc.
8935         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
8936         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
8937
8938 2014-05-21  Roland McGrath  <roland@hack.frob.com>
8939
8940         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
8941         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
8942
8943 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
8944
8945         * nscd/Depend (linuxthreads): Remove.
8946         (nptl): Add.
8947         * resolv/Depend (linuxthreads): Remove.
8948         * rt/Depend (linuxthreads): Remove.
8949
8950         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
8951         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
8952         $(common-objpfx)elf/.
8953         (link-libc-before-gnulib): Likewise.
8954         (elfobjdir): Remove variable.
8955         * Makefile (install): Use $(elf-objpfx) instead of
8956         $(common-objpfx)elf/.
8957         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
8958         $(elfobjdir)/.
8959         (link-libc-deps): Likewise.
8960         ($(common-objpfx)libc.so): Likewise.
8961         ($(common-objpfx)linkobj/libc.so): Likewise.
8962         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
8963         instead of $(common-objpfx)elf/.
8964         (symbolic-link-list): Likewise.
8965         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8966         [$(cross-compiling) = no]: Likewise.
8967         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
8968         $(elfobjdir)/.
8969         (static-gnulib-arch): Likewise.
8970         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8971         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
8972         $(common-objpfx)elf/.
8973
8974 2014-05-21  Richard Henderson  <rth@redhat.com>
8975
8976         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8977         (SINGLE_THREAD_P): Use the correct width load.  Fold
8978         into the ldr offset.
8979
8980         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
8981         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
8982
8983 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
8984
8985         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
8986         (libgcc_s_resume): Use __attribute_used__.
8987         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
8988         Likewise.
8989
8990 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8991
8992         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
8993         optimization when used with float constants.
8994
8995         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8996
8997 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
8998
8999         [BZ #16915]
9000         * locale/nl_langinfo_l.c: Make direct reference to every
9001         _nl_current_CATEGORY symbol.
9002         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9003         (tests-static): Add tst-langinfo-static.
9004         (tests-special): Add tst-langinfo-static.out.
9005         ($(objpfx)tst-langinfo.out): Redirect output.
9006         ($(objpfx)tst-langinfo-static.out): New.
9007         * localedata/tst-langinfo.sh: Send output to stdout.
9008         * localedata/tst-langinfo-static.c: New file.
9009
9010         [BZ #16965]
9011         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9012         when the shift amount is modulo the limb size.
9013
9014 2014-05-20  Richard Henderson  <rth@redhat.com>
9015
9016         [BZ #16967]
9017         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9018         Change type of sa_flags from unsigned int to int.
9019
9020         [BZ #16966]
9021         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9022
9023         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9024
9025 2014-05-20  Will Newton  <will.newton@linaro.org>
9026
9027         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9028         Test the return value of the system call in the nocancel case.
9029
9030 2014-05-20  Will Newton  <will.newton@linaro.org>
9031             Yvan Roux  <yvan.roux@linaro.org>
9032
9033         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9034         #include of asm/ptrace.h.
9035         (PTRACE_GET_THREAD_AREA): Remove #undef.
9036         (PTRACE_GETHBPREGS): Likewise.
9037         (PTRACE_SETHBPREGS): Likewise.
9038         (struct user_regs_struct): New structure.
9039         (struct user_fpsimd_struct): New structure.
9040         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9041         #include of asm/ptrace.h and second #include of sys/user.h.
9042         (PTRACE_GET_THREAD_AREA): Remove #undef.
9043         (PTRACE_GETHBPREGS): Likewise.
9044         (PTRACE_SETHBPREGS): Likewise.
9045         (ELF_NGREG): Use new struct user_regs_struct.
9046         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9047
9048 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9049
9050         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9051         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9052
9053 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9054
9055         [BZ #16958]
9056         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9057         membar to avoid block loads/stores to overlap previous stores.
9058
9059 2014-05-17  Richard Henderson  <rth@redhat.com>
9060
9061         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9062         Create the __##syscall_name##_nocancel entry point.
9063         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9064         Remove; let the sysdep-cancel.h code create it.
9065
9066 2014-05-17  David S. Miller  <davem@davemloft.net>
9067
9068         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9069         Protect with __USE_GNU.
9070         (TIOCSET_TEMPT): Likewise.
9071         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9072         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9073         these are already provided in bits/ioctl-types.h
9074
9075 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9076
9077         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9078         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9079
9080         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9081         Use wait4 regardless of [__NR_waitpid].
9082
9083 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9084
9085         PR libgcc/60166
9086         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9087         (_FP_NANSIGN_Q): Set the quiet bit.
9088
9089 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9090
9091         * benchtests/Makefile
9092         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9093         not $(common-objpfx)math/libm.so.
9094         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9095         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9096         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9097         $(common-objpfx)dlfcn/libdl.so.
9098         ($(objpfx)tst-audit8): Depend on $(libm), not
9099         $(common-objpfx)math/libm.so.
9100         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9101         not $(common-objpfx)dlfcn/libdl.so.
9102         * math/Makefile
9103         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9104         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9105         [$(build-shared) = yes].
9106         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9107         $(common-objpfx)nptl/libpthread.so.
9108         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9109         $(common-objpfx)math/libm.so$(libm.so-version) or
9110         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9111         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9112         $(common-objpfx)dlfcn/libdl.so.
9113         * setjmp/Makefile (link-libm): Remove variable.
9114         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9115         * stdio-common/Makefile (link-libm): Remove variable.
9116         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9117         * stdlib/Makefile (link-libm): Remove variable.
9118         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9119         ($(objpfx)tst-strtod-round): Likewise.
9120         ($(objpfx)tst-tininess): Likewise.
9121         ($(objpfx)tst-strtod-underflow): Likewise.
9122         ($(objpfx)tst-strtod6): Likewise.
9123         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9124         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9125         $(common-objpfx)dlfcn/libdl.so.
9126
9127 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9128
9129         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9130         BSD terminal modes definitions.
9131
9132 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9133
9134         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9135         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9136
9137         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9138         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9139         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9140         Don't do #include_next.
9141         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9142         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9143         Don't do #include_next.
9144         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9145         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9146         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9147         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9148
9149 2014-05-16  Allan McRae  <allan@archlinux.org>
9150
9151         * po/sv.po: Update Swedish translation from translation project.
9152
9153         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9154         in sed expression.
9155
9156 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9157
9158         [BZ #16917]
9159         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9160         errno if the TIOCGPTN ioctl fails with an error different than
9161         EINVAL.
9162         * login/tst-ptsname.c: New file.
9163         * login/Makefile (tests): Add tst-ptsname.
9164
9165         [BZ #16943]
9166         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9167         and prlimit64.
9168
9169 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9170
9171         [BZ #16849]
9172         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9173         herrno to return EAI_AGAIN.
9174
9175 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9176
9177         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9178         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9179         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9180         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9181         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9182         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9183         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9184         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9185         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9186         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9187         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9188         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9189         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9190         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9191         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9192         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9193         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9194         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9195         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9196         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9197         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9198         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9199         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9200         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9201         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9202         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9203         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9204         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9205         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9206         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9207         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9208         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9209         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9210         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9211         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9212         Moved ...
9213         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9214         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9215         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9216         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9217         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9218         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9219         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9220         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9221         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9222         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9223         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9224         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9225         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9226         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9227         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9228         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9229         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9230         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9231         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9232         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9233         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9234         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9235         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9236         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9237         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9238         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9239         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9240         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9241         Moved ...
9242         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9243         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9244         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9245         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9246         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9247         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9248         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9249         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9250         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9251         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9252         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9253         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9254         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9255         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9256         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9257         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9258         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9259         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9260         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9261         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9262         Moved ...
9263         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9264         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9265         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9266
9267         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9268         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9269         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9270         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9271         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9272         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9273         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9274         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9275         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9276         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9277         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9278         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9279         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9280         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9281         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9282         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9283         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9284         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9285         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9286         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9287         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9288         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9289         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9290         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9291         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9292         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9293         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9294         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9295         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9296         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9297         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9298
9299         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9300         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9301
9302         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9303         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9304         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9305         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9306         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9307         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9308         Moved ...
9309         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9310         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9311         Moved ...
9312         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9313         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9314         Moved ...
9315         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9316         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9317         Moved ...
9318         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9319         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9320         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9321         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9322         Moved ...
9323         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9324         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9325         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9326         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9327         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9328         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9329         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9330         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9331         Moved ...
9332         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9333         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9334         Moved ...
9335         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9336         ... here.
9337         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9338         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9339         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9340         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9341         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9342         Moved ...
9343         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9344         ... here.
9345         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9346         Moved ...
9347         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9348         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9349         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9350         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9351         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9352         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9353         Moved ...
9354         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9355         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9356         Moved ...
9357         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9358         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9359         Moved ...
9360         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9361         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9362         Moved ...
9363         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9364         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9365         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9366         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9367         Moved ...
9368         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9369         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9370         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9371         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9372         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9373         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9374         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9375         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9376         Moved ...
9377         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9378         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9379         Moved ...
9380         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9381         ... here.
9382         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9383         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9384         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9385         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9386         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9387         Moved ...
9388         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9389         ... here.
9390         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9391         Moved ...
9392         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9393         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9394         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9395         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9396         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9397         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9398         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9399         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9400         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9401         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9402         Moved ...
9403         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9404         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9405         Moved ...
9406         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9407         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9408         Moved ...
9409         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9410         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9411         Moved ...
9412         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9413         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9414         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9415         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9416         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9417         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9418         Moved ...
9419         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9420         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9421         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9422         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9423         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9424         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9425         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9426         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9427         Moved ...
9428         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9429         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9430         Moved ...
9431         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9432         ... here.
9433         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9434         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9435         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9436         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9437         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9438         Moved ...
9439         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9440         ... here.
9441         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9442         Moved ...
9443         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9444         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9445         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9446         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9447         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9448         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9449         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9450         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9451         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9452         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9453         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9454
9455         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9456         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9457
9458         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9459         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9460
9461         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9462         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9463         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9464         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9465         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9466         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9467         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9468         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9469         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9470         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9471         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9472         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9473         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9474         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9475         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9476         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9477         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9478         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9479         Moved ...
9480         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9481         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9482         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9483         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9484         Moved ...
9485         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9486         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9487         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9488         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9489         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9490         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9491         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9492         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9493         Moved ...
9494         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9495         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9496         Moved ...
9497         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9498         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9499         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9500         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9501         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9502         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9503         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9504         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9505         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9506         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9507         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9508         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9509         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9510         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9511         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9512         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9513         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9514
9515         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9516         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9517         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9518         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9519         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9520
9521         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9522         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9523         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9524         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9525         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9526         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9527         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9528         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9529         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9530         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9531
9532         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9533         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9534
9535         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9536         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
9537         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9538         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9539         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9540         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9541         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9542         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9543         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9544         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9545         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9546         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9547         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9548         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9549         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9550         Update #include.
9551         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9552         Likewise.
9553         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9554         Likewise.
9555         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9556         Likewise.
9557         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9558         Likewise.
9559         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9560         Likewise.
9561         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9562         Likewise.
9563         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9564         Likewise.
9565         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9566         Likewise.
9567         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9568         Likewise.
9569         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9570         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9571         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9572         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9573         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
9574         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9575         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9576         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9577         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9578         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9579         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9580         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9581         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9582         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
9583         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
9584
9585         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9586         that was previously under [RESET_PID].
9587         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9588         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9589         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9590
9591         * sysdeps/i386/nptl/Implies: New file.
9592         * sysdeps/x86_64/nptl/Implies: New file.
9593         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9594         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9595         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9596         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9597
9598         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9599         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9600         (__libc_vfork): New strong alias.
9601         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9602         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9603
9604         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9605         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9606         (__libc_vfork): New strong alias.
9607         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9608         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9609
9610         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9611         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9612         (__libc_vfork): New strong alias.
9613         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9614         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9615         * nptl/pt-vfork.c: New file.
9616         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9617         (libpthread: GLIBC_2.20): New version set (empty).
9618
9619 2014-05-14  Will Newton  <will.newton@linaro.org>
9620
9621         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9622         rather than #if.
9623
9624 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9625
9626         [BZ #16564]
9627         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9628         arguments with exponent 65 or above.
9629         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9630         arguments 0x1p113L or above.
9631         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9632         to arguments 0x1p107L or above.
9633         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9634         positive arguments with exponent 65 or above.
9635         * math/auto-libm-test-in: Add more tests of log1p.
9636         * math/auto-libm-test-out: Regenerated.
9637
9638         [BZ #16928]
9639         * math/s_cacos.c (__cacos): Ensure zero real part of result from
9640         non-finite arguments is +0.
9641         * math/s_cacosf.c (__cacosf): Likewise.
9642         * math/s_cacosl.c (__cacosl): Likewise.
9643         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
9644         * sysdeps/i386/fpu/libm-test-ulps: Update.
9645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9646
9647         [BZ #16927]
9648         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
9649         value.
9650         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
9651         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
9652         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
9653         for explicit high bit of mantissa when testing for argument equal
9654         to 1.
9655         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
9656         * sysdeps/i386/fpu/libm-test-ulps: Update.
9657         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9658
9659         [BZ #16516]
9660         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
9661         (__erf): Scale by 16 instead of 8 in potentially underflowing
9662         case.  Ensure exception if result actually underflows.
9663         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
9664         (__erff): Scale by 16 instead of 8 in potentially underflowing
9665         case.  Ensure exception if result actually underflows.
9666         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
9667         (efx8): Remove variable.
9668         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9669         case.  Ensure exception if result actually underflows.
9670         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
9671         (efx8): Remove variable.
9672         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9673         case.  Ensure exception if result actually underflows.
9674         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
9675         (efx8): Remove variable.
9676         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9677         case.  Ensure exception if result actually underflows.
9678         * math/auto-libm-test-in: Add more tests of erf.
9679         * math/auto-libm-test-out: Regenerated.
9680
9681 2014-05-14  Andreas Schwab  <schwab@suse.de>
9682
9683         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
9684         Remove code conditionalized on USE___THREAD.
9685
9686         * config.h.in (HAVE_PT_CHOWN): Define as 0.
9687         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
9688         not definedness.
9689
9690 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9691
9692         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
9693         Define unconditionally.
9694         (__ASSUME_O_CLOEXEC): Likewise.
9695         (__ASSUME_SOCK_CLOEXEC): Likewise.
9696         (__ASSUME_IN_NONBLOCK): Likewise.
9697         (__ASSUME_PIPE2): Likewise.
9698         (__ASSUME_EVENTFD2): Likewise.
9699         (__ASSUME_SIGNALFD4): Likewise.
9700         (__ASSUME_DUP3): Likewise.
9701         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9702         (__ASSUME_DUP3): Do not define.
9703         (__ASSUME_EVENTFD2): Likewise.
9704         (__ASSUME_IN_NONBLOCK): Likewise.
9705         (__ASSUME_O_CLOEXEC): Likewise.
9706         (__ASSUME_PIPE2): Likewise.
9707         (__ASSUME_SIGNALFD4): Likewise.
9708         (__ASSUME_SOCK_CLOEXEC): Likewise.
9709         (__ASSUME_UTIMES): Undefine.
9710         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9711         (__ASSUME_UTIMES): Do not define.
9712         (__ASSUME_O_CLOEXEC): Likewise.
9713         (__ASSUME_SOCK_CLOEXEC): Likewise.
9714         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
9715         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
9716         0x020621].
9717         (__ASSUME_PIPE2): Likewise.
9718         (__ASSUME_EVENTFD2): Likewise.
9719         (__ASSUME_SIGNALFD4): Likewise.
9720         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
9721         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
9722         Do not define.
9723         (__ASSUME_EVENTFD2): Likewise.
9724         (__ASSUME_SIGNALFD4): Likewise.
9725         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
9726         (__ASSUME_32BITUIDS): Likewise.
9727         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
9728         (__ASSUME_IPC64): Likewise.
9729         (__ASSUME_ST_INO_64_BIT): Likewise.
9730         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
9731         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
9732         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9733         (__ASSUME_UTIMES): Do not define.
9734         (__ASSUME_PSELECT): Likewise.
9735         (__ASSUME_PPOLL): Likewise.
9736         (__ASSUME_O_CLOEXEC): Likewise.
9737         (__ASSUME_SOCK_CLOEXEC): Likewise.
9738         (__ASSUME_IN_NONBLOCK): Likewise.
9739         (__ASSUME_PIPE2): Likewise.
9740         (__ASSUME_EVENTFD2): Likewise.
9741         (__ASSUME_SIGNALFD4): Likewise.
9742         (__ASSUME_DUP3): Likewise.
9743         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9744         (__ASSUME_UTIMES): Likewise.
9745         (__ASSUME_O_CLOEXEC): Likewise.
9746         (__ASSUME_SOCK_CLOEXEC): Likewise.
9747         (__ASSUME_IN_NONBLOCK): Likewise.
9748         (__ASSUME_PIPE2): Likewise.
9749         (__ASSUME_EVENTFD2): Likewise.
9750         (__ASSUME_SIGNALFD4): Likewise.
9751         (__ASSUME_DUP3): Likewise.
9752         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9753         (__ASSUME_UTIMES): Likewise.
9754         (__ASSUME_O_CLOEXEC): Likewise.
9755         (__ASSUME_SOCK_CLOEXEC): Likewise.
9756         (__ASSUME_IN_NONBLOCK): Likewise.
9757         (__ASSUME_PIPE2): Likewise.
9758         (__ASSUME_EVENTFD2): Likewise.
9759         (__ASSUME_SIGNALFD4): Likewise.
9760         (__ASSUME_DUP3): Likewise.
9761         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
9762         Likewise.
9763         (__ASSUME_UTIMES): Likewise.
9764         (__ASSUME_EVENTFD2): Likewise.
9765         (__ASSUME_SIGNALFD4): Likewise.
9766         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9767         (__ASSUME_O_CLOEXEC): Likewise.
9768         (__ASSUME_SOCK_CLOEXEC): Likewise.
9769         (__ASSUME_IN_NONBLOCK): Likewise.
9770         (__ASSUME_PIPE2): Likewise.
9771         (__ASSUME_EVENTFD2): Likewise.
9772         (__ASSUME_SIGNALFD4): Likewise.
9773         (__ASSUME_DUP3): Likewise.
9774         (__ASSUME_UTIMES): Undefine.
9775
9776         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
9777         feclearexcept.  Remove symbol versioning code.
9778         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
9779         symbol versioning code.
9780         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
9781         symbol versioning code.
9782         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
9783         feupdateenv.  Remove symbol versioning code.
9784         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
9785         fegetexceptflag.  Remove symbol versioning code.
9786         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
9787         fesetexceptflag.  Remove symbol versioning code.
9788         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
9789         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
9790         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
9791         (__posix_fadvise64_l32): Remove prototype.
9792         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
9793         code.
9794
9795 2014-05-13  Roland McGrath  <roland@hack.frob.com>
9796
9797         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
9798         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
9799         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
9800         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
9801
9802 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
9803
9804         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
9805         current working directory
9806
9807 2014-05-13  Roland McGrath  <roland@hack.frob.com>
9808
9809         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
9810         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
9811         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
9812         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
9813         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
9814         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
9815         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
9816         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
9817         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
9818         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
9819         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
9820         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
9821         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
9822         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
9823         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
9824         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
9825         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
9826         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
9827         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
9828         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
9829         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
9830         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
9831         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
9832         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
9833         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
9834         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
9835         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
9836         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
9837         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
9838         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
9839         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
9840         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
9841         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
9842         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
9843         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
9844         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
9845         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
9846         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
9847         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
9848         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
9849         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
9850         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
9851
9852         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
9853         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
9854
9855         * sysdeps/unix/sysv/linux/arm/Makefile
9856         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
9857         Add rt-aeabi_unwind_cpp_pr1.
9858         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
9859         Add nptl-aeabi_unwind_cpp_pr1.
9860         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
9861         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
9862         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
9863         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9864         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
9865         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9866
9867         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
9868         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
9869         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
9870         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
9871
9872         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
9873         Deconditionalize the code that was previously under [RESET_PID].
9874         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
9875
9876         * sysdeps/generic/exit-thread.h: New file.
9877         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
9878         * include/unistd.h (__exit_thread): Remove declaration.
9879         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
9880         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
9881         * csu/libc-start.c: Include <exit-thread.h>.
9882         (LIBC_START_MAIN): Pass no argument to __exit_thread.
9883         * nptl/pthread_create.c: Include <exit-thread.h>.
9884         (start_thread): Call __exit_thread in place of __exit_thread_inline.
9885         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
9886         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
9887         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
9888         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
9889         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
9890         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
9891         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
9892         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
9893         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
9894         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
9895         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
9896         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
9897         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
9898         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
9899         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
9900         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
9901
9902 2014-05-13  Andreas Schwab  <schwab@suse.de>
9903
9904         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
9905
9906 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
9907
9908         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9909         (__ASSUME_UTIMES): Do not condition on kernel version.
9910         (__ASSUME_PSELECT): Define unconditionally.
9911         (__ASSUME_PPOLL): Likewise.
9912         (__ASSUME_ATFCTS): Likewise.
9913         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
9914         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
9915         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
9916         (__ASSUME_UTIMENSAT): Define unconditionally.
9917         (__ASSUME_PRIVATE_FUTEX): Likewise.
9918         (__ASSUME_FALLOCATE): Likewise.
9919         (__ASSUME_O_CLOEXEC): Likewise.
9920         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
9921         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
9922         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
9923         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
9924         (__ASSUME_IN_NONBLOCK): Likewise.
9925         (__ASSUME_PIPE2): Likewise.
9926         (__ASSUME_EVENTFD2): Likewise.
9927         (__ASSUME_SIGNALFD4): Likewise.
9928         (__ASSUME_DUP3): Likewise.
9929         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9930         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
9931         (__ASSUME_AT_RANDOM): Likewise.
9932         (__ASSUME_PREADV): Likewise.
9933         (__ASSUME_PWRITEV): Likewise.
9934         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
9935         (__ASSUME_F_GETOWN_EX): Define unconditionally.
9936         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
9937         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
9938         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
9939         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9940         (__ASSUME_O_CLOEXEC): Define unconditionally.
9941         (__ASSUME_PSELECT): Do not undefine conditionally.
9942         (__ASSUME_PPOLL): Likewise.
9943         (__ASSUME_ATFCTS): Likewise.
9944         (__ASSUME_SET_ROBUST_LIST): Likewise.
9945         (__ASSUME_UTIMENSAT): Likewise.
9946         (__ASSUME_FDATASYNC): Define unconditionally.
9947         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9948         (__ASSUME_SIGFRAME_V2): Likewise.
9949         )__ASSUME_EVENTFD2): Likewise.
9950         (__ASSUME_SIGNALFD4): Likewise.
9951         (__ASSUME_PSELECT): Do not undefine conditionally.
9952         (__ASSUME_PPOLL): Likewise.
9953         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9954         (__ASSUME_PSELECT): Define unconditionally.
9955         (__ASSUME_PPOLL): Likewise.
9956         (__ASSUME_O_CLOEXEC): Likewise.
9957         (__ASSUME_SOCK_CLOEXEC): Likewise.
9958         (__ASSUME_IN_NONBLOCK): Likewise.
9959         (__ASSUME_PIPE2): Likewise.
9960         (__ASSUME_EVENTFD2): Likewise.
9961         (__ASSUME_SIGNALFD4): Likewise.
9962         (__ASSUME_DUP3): Likewise.
9963         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9964         (__ASSUME_O_CLOEXEC): Likewise.
9965         (__ASSUME_SOCK_CLOEXEC): Likewise.
9966         (__ASSUME_IN_NONBLOCK): Likewise.
9967         (__ASSUME_PIPE2): Likewise.
9968         (__ASSUME_EVENTFD2): Likewise.
9969         (__ASSUME_SIGNALFD4): Likewise.
9970         (__ASSUME_DUP3): Likewise.
9971         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9972         (__ASSUME_EVENTFD2): Likewise.
9973         (__ASSUME_SIGNALFD4): Likewise.
9974         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9975
9976 2014-05-12  Andreas Schwab  <schwab@suse.de>
9977
9978         [BZ #16932]
9979         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
9980         (_nss_nis_gethostbyname4_r): Return error if item length is larger
9981         than maximum RPC packet size.
9982         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
9983         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
9984         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
9985         (_nss_nis_getservbyport_r): Likewise.
9986
9987 2014-05-12  Will Newton  <will.newton@linaro.org>
9988
9989         * malloc/Makefile (tests): Add tst-mallopt.
9990         * malloc/tst-mallopt.c: New file.
9991
9992 2014-05-09  Roland McGrath  <roland@hack.frob.com>
9993
9994         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
9995         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
9996
9997 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9998
9999         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10000         (tst-tlsmod6.so): Likewise.
10001
10002 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10003
10004         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10005
10006 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10007
10008         [BZ #16064]
10009         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10010         and <dl-procinfo.h>.
10011         (__fegetenv): Save SSE state in envp->__eip if supported.
10012         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10013         envp->__eip if supported.
10014         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10015         and <dl-procinfo.h>.
10016         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10017         __data_offset and __data_selector in environment to 0.  Set SSE
10018         state if supported.
10019         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10020         test-fenv-sse.
10021         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10022         -mfpmath=sse.
10023         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10024
10025 2014-05-09  Will Newton  <will.newton@linaro.org>
10026
10027         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10028         and libc_relro_required for ARM.
10029         * sysdeps/arm/preconfigure: Regenerate.
10030
10031 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10032             Stefan Liebler  <stli@linux.vnet.ibm.com>
10033
10034         * config.make.in (enable-lock-elision): New Makefile variable.
10035         * configure.ac: Likewise.
10036         * configure: Regenerate.
10037         * sysdeps/s390/configure.ac:
10038         Add check for gcc transactions support.
10039         * sysdeps/s390/configure: Regenerate.
10040         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10041         Build elision files if enabled.
10042         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10043         Add lock elision support for s390.
10044         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10045         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10046         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10047         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10048         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10049         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10050         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10051         Likewise.
10052         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10053         Likewise.
10054         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10055         Likewise.
10056         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10057         Likewise.
10058         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10059         (__lll_timedlock_elision, __lll_lock_elision)
10060         (__lll_unlock_elision, __lll_trylock_elision)
10061         (lll_timedlock_elision, lll_lock_elision)
10062         (lll_unlock_elision, lll_trylock_elision): Add.
10063         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10064         (pthread_mutex_t): Add lock elision support for s390.
10065
10066 2014-05-14  Wilco  <wdijkstr@arm.com>
10067
10068         * sysdeps/arm/fclrexcpt.c: Cleanup.
10069         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10070         * sysdeps/arm/feenablxcpt.c: Cleanup.
10071         * sysdeps/arm/fegetenv.c: Cleanup.
10072         * sysdeps/arm/fegetexcept.c: Cleanup.
10073         * sysdeps/arm/fegetround.c: Cleanup.
10074         * sysdeps/arm/feholdexcpt.c: Cleanup.
10075         * sysdeps/arm/fesetenv.c: Cleanup.
10076         * sysdeps/arm/fesetround.c: Cleanup.
10077         * sysdeps/arm/feupdateenv.c: Cleanup.
10078         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10079         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10080         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10081         * sysdeps/arm/ftestexcept.c: Cleanup.
10082         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10083         * sysdeps/arm/setfpucw.c: Cleanup.
10084
10085 2014-05-09  Will Newton  <will.newton@linaro.org>
10086
10087         * sysdeps/arm/armv7/strcmp.S: New file.
10088         * NEWS: Mention addition of ARMv7 optimized strcmp.
10089
10090 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10091
10092         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10093         look for %.ac rather than %.in.
10094
10095         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10096         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10097         * sysdeps/mach/hurd/configure: Regenerated.
10098         * sysdeps/unix/sysv/linux/configure: Regenerated.
10099
10100         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10101
10102 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10103
10104         [BZ# 16922]
10105         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10106         (LONG_SUB): Ditto.
10107         (PTR_SUB): Ditto.
10108
10109 2014-05-07  Andreas Schwab  <schwab@suse.de>
10110
10111         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10112         when skipping over non-matching result from nscd.
10113
10114 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10115
10116         [BZ #16876]
10117         * nptl/sockperf.c (client): Check socket return value.
10118
10119         [BZ #16877]
10120         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10121         nscd security class.
10122
10123 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10124
10125         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10126         * sysdeps/arm/unwind.h: ... here.
10127
10128 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10129
10130         [BZ# 16916]
10131         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10132         Define.
10133
10134 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10135
10136         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10137         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10138         multiarch strncpy for PPC64.
10139         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10140         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10141         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10142         multiarch optimizations.
10143         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10144         (__libc_ifunc_impl_list): Likewise.
10145         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10146         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10147         multiarch stpncpy for PPC64.
10148         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10149         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10150
10151 2014-05-06  Andreas Schwab  <schwab@suse.de>
10152
10153         [BZ #16912]
10154         * gmon/mcount.c (_MCOUNT_DECL): Use
10155         atomic_compare_and_exchange_bool_acq instead of
10156         catomic_compare_and_exchange_bool_acq.
10157
10158 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10159
10160         * elf/Makefile (others, install-bin): Remove pldd.
10161         (pldd-modules): Variable removed.
10162         ($(objpfx)pldd): Target removed.
10163         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10164         (others, install-bin): Append pldd here.
10165         ($(objpfx)pldd): New target.
10166
10167         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10168         to 0, so the first #if test emitted later doesn't see it undefined.
10169         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10170         * sysdeps/gnu/errlist.c: Regenerated.
10171
10172 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10173
10174         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10175         [libc_hidden_builtin_def]: Define to empty value.
10176         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10177         [libc_hidden_builtin_def]: Likewise.
10178         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10179         [libc_hidden_builtin_def]: Likewise.
10180         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10181         [libc_hidden_builtin_def]: Likewise.
10182         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10183         __redirect_memcpy and define ifunc as default hidden symbol.
10184         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10185         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10186
10187 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10188
10189         * locale/iso-4217.def: Reintroduce XDR currency.
10190
10191 2014-05-04  Allan McRae  <allan@archlinux.org>
10192
10193         * po/eo.po: Update Esperanto translation from translation project.
10194
10195 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10196
10197         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10198         and FEATURE_INDEX_MAX to 1.
10199         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10200
10201 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10202
10203         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10204         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10205         * iconvdata/big5.c (ONE_DIRECTION): Define.
10206         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10207         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10208         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10209         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10210         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10211         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10212         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10213         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10214         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10215         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10216         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10217         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10218         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10219         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10220         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10221         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10222         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10223         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10224         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10225         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10226         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10227         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10228         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10229         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10230         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10231         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10232         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10233         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10234         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10235         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10236         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10237         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10238         * iconvdata/johab.c (ONE_DIRECTION): Define.
10239         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10240         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10241         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10242         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10243         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10244         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10245         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10246         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10247         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10248         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10249
10250 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10251
10252         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10253         (_IO_JUMPS_OFFSET): Define to 0.
10254
10255         * nptl/sysdeps/pthread/bits/libc-lock.h
10256         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10257         (__libc_lock_define_initialized_recursive): Always define using
10258         initializer.  Modern compilers treat uninitialized (implicit zero) and
10259         explicit zero initializers the same (i.e. put the datum in bss).
10260
10261 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10262
10263         * nscd/nscd-client.h: Include <string.h>.
10264
10265 2014-05-01  David S. Miller  <davem@davemloft.net>
10266
10267         [BZ #16885]
10268         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10269         multiple zero bytes exist at the end of a string.
10270         Reported by Aurelien Jarno <aurelien@aurel32.net>
10271
10272         * string/test-strcmp.c (check): Add explicit test for situations where
10273         there are multiple zero bytes after the first.
10274
10275 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10276
10277         [BZ #16890]
10278         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10279         when compiling wprintf.
10280         * stdio-common/tstdiomisc.c (t3): New function.
10281         (main): Call it.
10282
10283 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10284
10285         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10286         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10287         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10288         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10289
10290 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10291
10292         * stdlib/longlong.h: Updated from GCC.
10293
10294 2014-05-01  Will Newton  <will.newton@linaro.org>
10295             Bernard Ogden  <bernie.ogden@linaro.org>
10296
10297         * NEWS: Update fixed bug list.
10298
10299         [BZ #15119]
10300         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10301
10302 2014-04-30  David S. Miller  <davem@davemloft.net>
10303
10304         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10305         (libc_feholdexcept_setround_sparc_ctx): New function.
10306         (libc_fesetenv_sparc_ctx): Likewise.
10307         (libc_feupdateenv_sparc_ctx): Likewise.
10308         (libc_feholdsetround_sparc_ctx): Likewise.
10309         (libc_feholdexcept_setround_ctx): Define.
10310         (libc_feholdexcept_setroundf_ctx): Likewise.
10311         (libc_feholdexcept_setroundl_ctx): Likewise.
10312         (libc_fesetenv_ctx): Likewise.
10313         (libc_fesetenvf_ctx): Likewise.
10314         (libc_fesetenvl_ctx): Likewise.
10315         (libc_feupdateenv_ctx): Likewise.
10316         (libc_feupdateenvf_ctx): Likewise.
10317         (libc_feupdateenvl_ctx): Likewise.
10318         (libc_feresetround_ctx): Likewise.
10319         (libc_feresetroundf_ctx): Likewise.
10320         (libc_feresetroundl_ctx): Likewise.
10321         (libc_feholdsetround_ctx): Likewise.
10322         (libc_feholdsetroundf_ctx): Likewise.
10323         (libc_feholdsetroundl_ctx): Likewise.
10324
10325         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10326         with __USE_GNU instead of XOPEN cpp guards.
10327
10328         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10329         0.
10330
10331         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10332         with XOPEN cpp guards.
10333
10334 2014-04-30  Julian Brown  <julian@codesourcery.com>
10335
10336         [BZ #16888]
10337         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10338         handling.
10339
10340 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10341
10342         [BZ #9894]
10343         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10344         Change to 2.6.32.
10345         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10346         * sysdeps/unix/sysv/linux/configure: Regenerated.
10347         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10348         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10349         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10350         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10351         * README: Update reference to required Linux kernel version.
10352         * manual/install.texi (Linux): Update reference to required Linux
10353         kernel headers version.
10354         * INSTALL: Regenerated.
10355
10356         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10357         header inclusion.
10358         [POSIX] (limits.h): Likewise.
10359         [POSIX] (math.h): Likewise.
10360         [POSIX] (sys/wait.h): Likewise.
10361         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10362         function.
10363         [POSIX] (stddef.h): Do not allow header inclusion.
10364
10365 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10366
10367         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10368
10369 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10370
10371         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10372         Return immediately after lll_futex_wake.
10373
10374 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10375
10376         [BZ #16791]
10377         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10378         structure.
10379         (datahead_init_pos): Call datahead_init_common early.
10380         (datahead_init_neg): Likewise.
10381
10382         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10383         datahead_init_neg): New functions.
10384         * nscd/aicache.c (addhstaiX): Use them.
10385         * nscd/grpcache.c (cache_addgr): Likewise.
10386         * nscd/hstcache.c (cache_addhst): Likewise.
10387         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10388         * nscd/netgroupcache.c (do_notfound): Likewise.
10389         (addgetnetgrentX): Likewise.
10390         (addinnetgrX): Likewise.
10391         * nscd/pwdcache.c (cache_addpw): Likewise.
10392         * nscd/servicescache.c (cache_addserv): Likewise.
10393
10394 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10395             Atsushi Onoe  <atsushi@onoe.org>
10396
10397         [BZ #14308]
10398         [BZ #12994]
10399         [BZ #13651]
10400         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10401         one response is valid.
10402         * resolv/res_send.c (send_dg): Check for validity of other
10403         response if the current response is a referral.
10404
10405 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10406
10407         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10408
10409 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10410
10411         [BZ #16823]
10412         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10413         Always divide by positive zero when computing -Inf result.
10414         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10415         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10416
10417 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10418
10419         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10420         FPSCR if value do not change.
10421         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10422         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10423         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10424         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10425         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10426         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10427         function.
10428
10429 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10430
10431         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10432         * sysdeps/unix/sysv/linux/hppa: Move directory from
10433         ports/systeps/unix/sysv/linux/hppa.
10434         * README: Update listing for hppa-*-linux-gnu.
10435
10436 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10437
10438         [BZ #16754]
10439         * manual/stdio.texi (Hook functions): Fix types of stream hook
10440         functions.
10441         [BZ #16854]
10442         * socket/sys/socket.h: Fix typo in comment.
10443
10444 2014-04-28  Wilco  <wdijkstr@arm.com>
10445
10446         * sysdeps/arm/fenv_private.h: New file.
10447         * sysdeps/arm/math_private.h: New file.
10448         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10449
10450 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10451
10452         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10453         with __int128_t.
10454         (La_x86_64_retval): Likewise.
10455
10456 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10457
10458         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10459         fpsr if value didn't change.
10460         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10461         to fpcr if value didn't change.
10462         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10463         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10464         fpsr or fpcr if value didn't change.
10465         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10466         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10467         fpcr if value didn't change.
10468         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10469         to fpsr if value didn't change.
10470
10471 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10472
10473         * nptl/tst-sem3.c: Use test-skeleton.c
10474         (main): Rename to do_test.  Use return instead of
10475         exit.
10476         * nptl/tst-sem4.c: Use test-skeleton.c
10477         (main): Rename to do_test.
10478
10479 2014-04-22  David S. Miller  <davem@davemloft.net>
10480
10481         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10482         (struct sigaction): New struct member __glibc_reserved0, change
10483         type of sa_flags to int.
10484
10485 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
10486
10487         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10488         (COUNT_LEADING_ZEROS_0): Define for AArch64.
10489
10490 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10491
10492         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10493         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10494
10495 2014-04-22  Will Newton  <will.newton@linaro.org>
10496             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
10497
10498         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10499         (__longjmp): Add longjmp and longjmp_target SystemTap
10500         probes.
10501         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10502         (__sigsetjmp): Add setjmp SystemTap probe.
10503
10504 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
10505
10506         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10507         match manual order.
10508
10509 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10510
10511         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10512
10513         * sysdeps/powerpc/fpu/fenv_private.h
10514         (libc_feholdexcept_setroundl_ctx): Define to
10515         libc_feholdexcept_setround_ppc_ctx.
10516         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10517         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10518         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10519         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10520
10521 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10522
10523         * sysdeps/aarch64/math-tests.h: New file.
10524
10525 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
10526
10527         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10528         New.
10529         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10530         Check and set bit_AVX2_Usable.
10531         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10532         macro.
10533         (bit_AVX2): Likewise.
10534         (index_AVX2_Usable): Likewise.
10535         (CPUID_AVX2): Likewise.
10536         (HAS_AVX2): Likewise.
10537
10538 2014-04-17  Will Newton  <will.newton@linaro.org>
10539
10540         * manual/setjmp.texi (System V contexts): Add note that
10541         calling setcontext on a context created by a call to a
10542         signal handler is undefined.  Update text to note that
10543         setcontext from a signal handler is possible but not
10544         recommended.
10545
10546         [BZ #16629]
10547         * stdlib/tst-setcontext.c: Include signal.h.
10548         (main): Check that the signal stack before and
10549         after swapcontext is the same.
10550
10551         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10552         Re-implement to restore registers in user code and avoid
10553         rt_sigreturn system call.
10554
10555 2014-04-17  Wilco  <wdijkstr@arm.com>
10556
10557         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10558         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10559         * math/test-fenv.c: Skip exception trap tests on targets which only
10560         support non-stop mode.
10561
10562 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10563             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10564
10565         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10566         (libc_feholdsetround_aarch64_ctx)
10567         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10568         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10569         (libc_feresetround_ctx, libc_feresetroundf_ctx)
10570         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10571         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10572         (libc_feresetround_noexl_ctx): Define.
10573
10574 2014-04-16  Richard Henderson  <rth@redhat.com>
10575
10576         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10577
10578         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10579         unwind tables.
10580
10581         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10582         const from the non-libc, non-ldso copy.
10583
10584         * sysdeps/alpha/libm-test-ulps: Regenerate.
10585
10586 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
10587             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10588
10589         * sysdeps/aarch64/fpu/math_private.h: New file.
10590
10591 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10592
10593         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10594
10595 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
10596
10597         [BZ #16275]
10598         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10599         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10600         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10601         Intel MPX bound registers before _dl_profile_fixup.
10602         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10603         registers after _dl_profile_fixup.  Save and restore bound
10604         registers bnd0/bnd1 when calling _dl_call_pltexit.
10605         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10606         (LR_BND_OFFSET): Likewise.
10607         (LRV_BND0_OFFSET): Likewise.
10608         (LRV_BND1_OFFSET): Likewise.
10609
10610 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10611
10612         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10613         to...
10614         * sysdeps/mach/hurd/i386/tls.h: ... here.
10615         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10616         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10617         fields.
10618
10619 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10620
10621         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10622
10623 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10624
10625         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10626
10627 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10628
10629         [BZ #14770]
10630         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10631         * sysdeps/s390/configure: Regenerate.
10632
10633         [BZ #16824]
10634         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10635         Set round-to-nearest internally to reduce error accumulation.
10636
10637 2014-04-16  Alan Modra  <amodra@gmail.com>
10638
10639         [BZ #16740]
10640         [BZ #16619]
10641         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
10642         * math/libm-test.inc (frexp_test_data): Add tests.
10643         * NEWS: Update fixed bug list.
10644
10645 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10646
10647         * benchtests/Makefile: Depend on libraries in build directory.
10648         (bench-math): Separate out math tests.
10649         (bench-pthread): Separate out pthread tests.
10650         (bench): Include math and pthread tests.
10651
10652 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
10653
10654         [BZ #16831]
10655         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
10656         _dl_debug_initialize.
10657
10658         * configure.ac: Remove SELinux header check.
10659         * configure: Regenerate.
10660         * nscd/selinux.c (perms): Array of const char* to permission names.
10661         (nscd_request_avc_has_perm): Call security_deny_unknown to find
10662         default policy. Call string_to_security_class and string_to_av_perm to
10663         translate strings. Enforce default policy and call avs_has_perm with
10664         results of translated strings.
10665
10666 2014-04-13  David S. Miller  <davem@davemloft.net>
10667
10668         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10669
10670 2014-04-12  Allan McRae  <allan@archlinux.org>
10671
10672         [BZ #16838]
10673         * manual/string.texi (Collation Functions): Fix qsort argument
10674         order in example.
10675         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
10676
10677 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
10678
10679         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
10680         Make the test a no-op if there are no exceptions defined.
10681
10682 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
10683
10684         * elf/Makefile (tests): make tst-dlopen-aout conditional on
10685         enable-hardcoded-path-in-tests
10686
10687 2014-04-11  Will Newton  <will.newton@linaro.org>
10688
10689         * benchtests/Makefile (extra-objs): Add json-lib.o.
10690         (bench-func): Tidy up JSON output.
10691         * benchtests/bench-skeleton.c: Include json-lib.h.
10692         (main): Use JSON library functions to do output of
10693         benchmark results.
10694         * benchtests/bench-timing-type.c (main): Output the
10695         timing type simply, leaving formatting to the user.
10696         * benchtests/json-lib.c: New file.
10697         * benchtests/json-lib.h: Likewise.
10698
10699 2014-04-11  Torvald Riegel  <triegel@redhat.com>
10700
10701         [BZ #15215]
10702         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
10703         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
10704         memory barriers.  Add comments.
10705         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
10706         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
10707         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
10708         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
10709         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
10710         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
10711
10712 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10713
10714         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
10715         * sysdeps/s390/s390-64/configure.ac: ... this ...
10716         * sysdeps/s390/configure.ac: ... to here.
10717         * sysdeps/s390/s390-32/configure: Delete file.
10718         * sysdeps/s390/s390-64/configure: Delete file.
10719         * sysdeps/s390/configure: Regenerate.
10720
10721 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
10722
10723         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
10724
10725 2014-04-11  Will Newton  <will.newton@linaro.org>
10726
10727         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
10728         to zero if it is not defined elsewhere.  (mtrim): Test
10729         the value of MALLOC_DEBUG with #if rather than #ifdef.
10730
10731 2014-04-10 Torvald Riegel  <triegel@redhat.com>
10732
10733         * benchtests/pthread_once-inputs: New file.
10734         * benchtests/pthread_once-source.c: New file.
10735         * benchtests/README: Update documentation.
10736
10737 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
10738             H.J. Lu  <hongjiu.lu@intel.com>
10739
10740         [BZ #16275]
10741         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
10742         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
10743         * sysdeps/x86_64/configure: Regenerated.
10744         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
10745         macro.
10746         (REGISTER_SAVE_RAX): Likewise.
10747         (REGISTER_SAVE_RCX): Likewise.
10748         (REGISTER_SAVE_RDX): Likewise.
10749         (REGISTER_SAVE_RSI): Likewise.
10750         (REGISTER_SAVE_RDI): Likewise.
10751         (REGISTER_SAVE_R8): Likewise.
10752         (REGISTER_SAVE_R9): Likewise.
10753         (REGISTER_SAVE_BND0): Likewise.
10754         (REGISTER_SAVE_BND1): Likewise.
10755         (REGISTER_SAVE_BND2): Likewise.
10756         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
10757         bound registers when calling _dl_fixup.
10758
10759 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10760
10761         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
10762         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
10763         of its definition.
10764         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
10765         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
10766         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
10767         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
10768         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
10769         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
10770         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
10771
10772 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
10773
10774         [BZ #15514]
10775         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
10776         pathconf(_PC_NAME_MAX).
10777
10778 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10779
10780         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
10781         Remove macro usage.
10782         (__PTHREAD_SPINS): Move definition to ...
10783         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
10784         (__PTHREAD_SPINS): ... here.
10785         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10786         (__PTHREAD_SPIN): Likewise.
10787         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
10788         (__PTHREAD_SPIN): Likewise.
10789         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
10790         (__PTHREAD_SPIN): Likewise.
10791         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
10792         (__PTHREAD_SPIN): Likewise.
10793         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10794         (__PTHREAD_SPIN): Likewise.
10795         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10796         (__PTHREAD_SPIN): Likewise.
10797         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
10798         (__PTHREAD_SPIN): Likewise.
10799         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10800         (__PTHREAD_SPIN): Likewise.
10801         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10802         (__PTHREAD_SPIN): Likewise.
10803         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10804         (__PTHREAD_SPIN): Likewise.
10805         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10806         (__PTHREAD_SPIN): Likewise.
10807         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
10808         (__PTHREAD_SPIN): Likewise.
10809
10810         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10811         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
10812         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
10813         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
10814         imply folder.
10815         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
10816         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
10817         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
10818         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
10819         correct imply path.
10820         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
10821         strlen symbol for non multi-arch builds.
10822         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
10823         missing hidden_def and weak_alias.
10824
10825 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
10826
10827         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
10828
10829 2014-04-07  Will Newton  <will.newton@linaro.org>
10830
10831         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
10832         and contents.  [!_LIBC] Remove #ifndef and contents.
10833         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
10834         * string/memccpy.c (__memccpy): Use ANSI prototype.
10835         * string/memfrob.c (memfrob): Likewise.
10836         * string/strcoll.c (STRCOLL): Likewise.
10837         * string/strlen.c (strlen): Likewise.
10838         * string/strtok.c (STRTOK): Likewise.
10839         * string/strcat.c: Remove unused #include of memcopy.h.
10840         (strcat): Use ANSI prototype.
10841         * string/strchr.c: Remove unused #include of memcopy.h.
10842         (strchr): Use ANSI prototype.
10843         * string/strcmp.c: Remove unused #include of memcopy.h.
10844         (strcmp): Use ANSI prototype.
10845         * string/strcpy.c: Remove unused #include of memcopy.h.
10846         (strcpy): Use ANSI prototype.
10847
10848 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10849
10850         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
10851         * config.make.in (config-extra-cppflags): Set it from
10852         libc_extra_cppflags.
10853         * configure.ac (libc_extra_cflags): Make it accumulate over
10854         configure fragments.
10855         (libc_extra_cppflags): New flag.
10856         * configure. Regenerate.
10857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
10858         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
10859         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
10860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
10861
10862         [BZ #16815]
10863         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
10864         result for FE_DOWNWARD rounding mode.
10865         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
10866         Likewise.
10867         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10868
10869 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
10870
10871         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
10872         in function argument name.
10873
10874 2014-04-03  David Svoboda  <svoboda@cert.org>
10875
10876         [BZ #5666]
10877         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
10878         explicitly.
10879
10880 2014-04-03  Roland McGrath  <roland@hack.frob.com>
10881
10882         * elf/dl-unmap-segments.h: New file.
10883         * sysdeps/generic/ldsodefs.h
10884         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
10885         * elf/dl-close.c: Include <dl-unmap-segments.h>.
10886         * elf/dl-fptr.c: Likewise.
10887         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
10888         * sysdeps/aarch64/tlsdesc.c: Likewise.
10889         * sysdeps/arm/tlsdesc.c: Likewise.
10890         * sysdeps/i386/tlsdesc.c: Likewise.
10891         * sysdeps/tile/dl-runtime.c: Likewise.
10892         * sysdeps/x86_64/tlsdesc.c: Likewise.
10893         * elf/dl-load.h: New file.
10894         * elf/dl-load.c: Include it.
10895         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
10896         Macros moved to dl-load.h.
10897         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
10898         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
10899         Use _dl_unmap_segments in place of __munmap.
10900         Break out segment-mapping loop into ...
10901         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
10902
10903 2014-04-03  Will Newton  <will.newton@linaro.org>
10904
10905         * elf/dl-lookup.c (do_lookup_x): Remove comment
10906         referring to nested function and move variable
10907         declarations down to before first use.
10908
10909 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
10910
10911         [BZ #16799]
10912         [BZ #16800]
10913         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
10914         with 0 numerator.
10915         * math/s_catanf.c (__catanf): Likewise.
10916         * math/s_catanh.c (__catanh): Likewise.
10917         * math/s_catanhf.c (__catanhf): Likewise.
10918         * math/s_catanhl.c (__catanhl): Likewise.
10919         * math/s_catanl.c (__catanl): Likewise.
10920         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
10921         by positive zero when computing -Inf result.
10922         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
10923         (catanh_test): Likewise.
10924         * sysdeps/i386/fpu/libm-test-ulps: Update.
10925         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10926
10927         [BZ #16789]
10928         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
10929         instead of using underflowing value in computing result.
10930         * math/s_clog10.c (__clog10): Likewise.
10931         * math/s_clog10f.c (__clog10f): Likewise.
10932         * math/s_clog10l.c (__clog10l): Likewise.
10933         * math/s_clogf.c (__clogf): Likewise.
10934         * math/s_clogl.c (__clogl): Likewise.
10935         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
10936         (clog10_test): Likewise.
10937         * sysdeps/i386/fpu/libm-test-ulps: Update.
10938         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10939
10940 2014-04-02  Alan Modra  <amodra@gmail.com>
10941
10942         [BZ #16739]
10943         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
10944         output when value is near a power of two.  Use int64_t for lx and
10945         remove casts.  Use decimal rather than hex exponent constants.
10946         Don't use long double multiplication when double will suffice.
10947         * math/libm-test.inc (nextafter_test_data): Add tests.
10948         * NEWS: Add 16739 and 16786 to bug list.
10949
10950         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
10951
10952         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
10953
10954 2014-04-01  Will Newton  <will.newton@linaro.org>
10955
10956         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
10957         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
10958
10959 2014-04-01  Florian Weimer  <fweimer@redhat.com>
10960
10961         [BZ #13347]
10962         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
10963         * nptl/tst-setuid2.c: New file.
10964         * nptl/Makefile (xtests): Add tst-setuid2.
10965
10966 2014-04-01  Alan Modra  <amodra@gmail.com>
10967
10968         [BZ #16786]
10969         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
10970
10971 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
10972
10973         [BZ #6803]
10974         [BZ #6804]
10975         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
10976         set errno as appropriate.
10977         * math/w_scalbf.c (__scalbf): Likewise.
10978         * math/w_scalbl.c (__scalbl): Likewise.
10979         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
10980         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
10981         * math/libm-test.inc (scalb_test_data): Add errno expectations.
10982         Add more NaN tests.
10983
10984         [BZ #16349]
10985         * math/w_atan2.c: Include <errno.h>.
10986         (__atan2): Set errno for result underflowing to zero.
10987         * math/w_atan2f.c: Include <errno.h>.
10988         (__atan2f): Set errno for result underflowing to zero.
10989         * math/w_atan2l.c: Include <errno.h>.
10990         (__atan2l): Set errno for result underflowing to zero.
10991         * math/auto-libm-test-in: Don't allow missing errno for some atan2
10992         tests.
10993         * math/auto-libm-test-out: Regenerated.
10994
10995 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10996
10997         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
10998         Encode instruction correctly in little endian.
10999         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11000         Likewise.
11001         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11002         Likewise.
11003         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11004         Likewise.
11005         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11006         Likewise.
11007
11008 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11009
11010         [BZ #9894]
11011         * sysdeps/unix/sysv/linux/kernel-features.h
11012         [__sparc__ && !__arch64__ && !__sparc_v9__]
11013         (__ASSUME_SET_ROBUST_LIST): Do not define.
11014         [__sparc__ && !__arch64__ && !__sparc_v9__]
11015         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11016         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11017         Likewise.
11018         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11019         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11020         (__ASSUME_REQUEUE_PI): Likewise.
11021         (__ASSUME_SET_ROBUST_LIST): Likewise.
11022         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11023         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11024         Undefine.
11025         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11026         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11027         Likewise.
11028         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11029         Likewise.
11030         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11031         Likewise.
11032         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11033         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11034         Undefine.
11035         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11036         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11037         Likewise.
11038
11039         [BZ #16648]
11040         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11041         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11042         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11043
11044 2014-03-31  Will Newton  <will.newton@linaro.org>
11045
11046         * benchtests/Makefile (bench): Add ffs and ffsll to list
11047         of tests.
11048         * benchtests/ffs-inputs: New file.
11049         * benchtests/ffsll-inputs: Likewise.
11050
11051 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11052
11053         [BZ #16770]
11054         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11055         too large before casting to int.
11056         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11057         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11058         * math/libm-test.inc (scalb_test_data): Add more tests.
11059
11060 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11061
11062         * benchtests/Makefile (DETAILED_OPT): New make option.
11063         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11064         set.
11065         * benchtests/bench-skeleton.c: Include stdbool.h.
11066         (main): Store and print timings per input.
11067         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11068         member to each argument value.
11069         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11070         (_print_arg_data): Initialize per-input timing to 0.
11071
11072         * benchtests/Makefile (timing-type): New binary.
11073         (bench-clean): Also remove bench-timing-type.
11074         (bench): New target for timing-type.
11075         (bench-func): Print output in JSON format.
11076         * benchtests/bench-skeleton.c (main): Print output in JSON
11077         format.
11078         * benchtests/bench-timing-type.c: New file.
11079         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11080         (TIMING_PRINT_STATS): Remove.
11081         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11082         name separately.
11083
11084         * benchtests/bench-modf.c: Remove.
11085         * benchtests/modf-inputs: New inputs file.
11086
11087 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11088
11089         [BZ #16362]
11090         * math/s_clog10.c (M_PI_LOG10E): New macro.
11091         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11092         imaginary parts are 0.
11093         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11094         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11095         imaginary parts are 0.
11096         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11097         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11098         imaginary parts are 0.
11099         * math/libm-test.inc (clog10_test_data): Update expected results
11100         for when real and imaginary parts are 0.
11101
11102 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11103
11104         * elf/dl-load.c: Finish conversion of __builtin_expect into
11105         __glibc_{un}likely.
11106
11107 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11108
11109         [BZ #16348]
11110         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11111         1+x for argument with exponent below -67.
11112         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11113         Likewise.
11114         * math/auto-libm-test-in: Add more tests of exp.
11115         * math/auto-libm-test-out: Regenerated.
11116
11117 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11118
11119         [BZ #16759]
11120         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11121         (nscd_getnetgrent): Use it.
11122
11123         [BZ #16760]
11124         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11125         of stpcpy.
11126
11127 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11128
11129         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11130         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11131         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11132         (lll_robust_unlock): Remove out of line section. Use cfi
11133         intrinsics.
11134         (LLL_STUB_UNWIND_INFO*): Remove.
11135         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11136         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11137         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11138         (lll_robust_unlock): Remove out of line section. Use cfi
11139         intrinsics.
11140         (LLL_STUB_UNWIND_INFO*): Remove.
11141
11142 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11143
11144         [BZ #16758]
11145         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11146         blank values.
11147
11148 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11149
11150         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11151
11152 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11153
11154         [BZ #16198]
11155         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11156         fnstenv.
11157         * math/test-fenv-preserve.c: New file.
11158         * math/Makefile (tests): Add test-fenv-preserve.
11159
11160 2014-03-26  Will Newton <will.newton@linaro.org>
11161
11162         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11163
11164 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11165
11166         * scripts/versionlist.awk: Partition the version sets and emit all
11167         GLIBC_* (sorted) before all others (sorted).
11168
11169 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11170
11171         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11172         GLIBC_2.2.5 version.
11173
11174 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11175
11176         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11177         calls.
11178
11179         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11180         previous change.
11181
11182         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11183
11184 2014-03-25  Andreas Schwab  <schwab@suse.de>
11185
11186         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11187         label to be used after in6ailist is initialized.
11188
11189 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11190
11191         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11192         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11193
11194 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11195
11196         [BZ #16357]
11197         [BZ #16599]
11198         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11199         min_plus_half.
11200         (fp_formats): Update initializers.
11201         (init_fp_formats): Initialize new field.
11202         (output_for_one_input_case): Allow underflow for results up to
11203         min_plus_half.
11204         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11205         * math/auto-libm-test-in: Don't mark some underflows from asin and
11206         atanh as spurious.
11207         * math/auto-libm-test-out: Regenerated.
11208         * sysdeps/i386/fpu/libm-test-ulps: Update.
11209         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11210
11211 2014-03-25  Andreas Schwab  <schwab@suse.de>
11212
11213         * libio/Makefile (tst-ftell-partial-wide-ENV)
11214         (tst-ftell-active-handler-ENV): Define.
11215
11216 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11217
11218         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11219
11220 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11221
11222         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11223
11224 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11225
11226         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11227         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11228         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11229
11230 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11231
11232         [BZ #16634]
11233         * elf/dl-load.c (open_verify): Add mode parameter.
11234         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11235         (open_path): Change from boolean 'secure' to complete flag 'mode'
11236         (_dl_map_object): Adjust.
11237         * elf/Makefile (tests): Add tst-dlopen-aout.
11238         * elf/tst-dlopen-aout.c: New test.
11239
11240 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11241
11242         [BZ #16714]
11243         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11244         (struct stat): Rename member pad0 to __glibc_reserved0.
11245
11246         [BZ #16712]
11247         * sysdeps/s390/s390-32/bits/wordsize.h
11248         (__WORDSIZE32_SIZE_ULONG): New define.
11249         * sysdeps/s390/s390-64/bits/wordsize.h
11250         (__WORDSIZE32_SIZE_ULONG): Likewise.
11251         * sysdeps/generic/stdint.h (SIZE_MAX):
11252         Define as UL if __WORDSIZE32_SIZE_ULONG.
11253
11254         [BZ #16713]
11255         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11256         (__glibc_reserved0): New variable.
11257         (sa_flags): Change type to int.
11258
11259         * posix/Makefile (before-compile): Use += before-compile instead
11260         of a :=.
11261
11262         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11263         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11264
11265 2014-03-20  Andreas Schwab  <schwab@suse.de>
11266
11267         [BZ #16743]
11268         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11269         non-matching result from nscd.
11270
11271 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11272
11273         * scripts/bench.py: Moved to ...
11274         * benchtests/scripts/bench.py: ... here.
11275         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11276
11277 2014-03-24  Andreas Schwab  <schwab@suse.de>
11278
11279         [BZ #16002]
11280         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11281         alloca_account and account alloca use for struct in6ailist.
11282
11283 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11284
11285         [BZ #16284]
11286         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11287         rounding mode to recompute results that overflow to infinity or
11288         underflow to zero.
11289         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11290         bug 16284.
11291         * math/auto-libm-test-out: Regenerated.
11292         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11293         (ccosh_test): Likewise.
11294         (csin_test_data): Use plus_oflow.
11295         (csin_test): Use ALL_RM_TEST.
11296         (csinh_test_data): Use plus_oflow.
11297         (csinh_test): Use ALL_RM_TEST.
11298         * sysdeps/i386/fpu/libm-test-ulps: Update.
11299         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11300
11301 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11302
11303         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11304         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11305         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11306
11307         [BZ #16731]
11308         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11309         when x - 1 is zero.
11310         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11311         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11312         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11313         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11314         argument is 1.
11315         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11316         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11317         zero.
11318         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11319         * sysdeps/i386/fpu/libm-test-ulps: Update.
11320         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11321
11322 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11323
11324         * scripts/bench.pl: Remove file.
11325         * scripts/bench.py: New benchmark script.
11326         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11327         * benchtests/README: Mention python dependency.
11328         * scripts/pylintrc: New file.
11329         * scripts/pylint: New file.
11330
11331         * bits/mathdef.h: Use #ifdef instead of #if.
11332         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11333         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11334         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11335         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11336         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11337         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11338
11339 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11340             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11341
11342         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11343         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11344         and strpbrk-ppc64 objects.
11345         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11346         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11347         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11348         multiarch strpbrk for POWER7.
11349         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11350         multiarch strpbrk for PPC64.
11351         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11352         ifunc selector.
11353         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11354         strpbrk for POWER7.
11355
11356 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11357
11358         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11359         (atan_test): Likewise.
11360         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11361         (atanh_test): Use ALL_RM_TEST.
11362         (atan2_test_data): Likewise.
11363         (cabs_test): Likewise.
11364         (cacosh_test): Likewise.
11365         (carg_test): Likewise.
11366         (casin_test): Likewise.
11367         (casinh_test): Likewise.
11368         (cbrt_test): Likewise.
11369         (csqrt_test): Likewise.
11370         (erf_test): Likewise.
11371         (erfc_test): Likewise.
11372         (pow10_test): Likewise.
11373         (exp2_test): Likewise.
11374         (hypot_test): Likewise.
11375         (j0_test): Likewise.
11376         (j1_test): Likewise.
11377         (lgamma_test): Likewise.
11378         (gamma_test): Likewise.
11379         (sincos_test): Likewise.
11380         (tanh_test): Likewise.
11381         (y0_test): Likewise.
11382         (y1_test): Likewise.
11383         * sysdeps/i386/fpu/libm-test-ulps: Update.
11384         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11385
11386 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11387
11388         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11389         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11390         and strcspn-ppc64 objects.
11391         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11392         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11393         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11394         multiarch strcspn for POWER7.
11395         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11396         multiarch strcspn for PPC64.
11397         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11398         ifunc selector.
11399         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11400         strcspn for POWER7.
11401
11402 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11403
11404         * math/gen-libm-test.pl (generate_testfile): Expect only function
11405         name as argument to AUTO_TESTS_* and pass results for all rounding
11406         modes to parse_args.
11407         (parse_auto_input): Separate inputs of automatic tests from
11408         outputs before storing in %auto_tests.
11409         * math/libm-test.inc (acos_test_data): Update call to
11410         AUTO_TESTS_f_f.
11411         (acos_test): Use ALL_RM_TEST.
11412         (acos_tonearest_test_data): Remove.
11413         (acos_test_tonearest): Likewise.
11414         (acos_towardzero_test_data): Likewise.
11415         (acos_test_towardzero): Likewise.
11416         (acos_downward_test_data): Likewise.
11417         (acos_test_downward): Likewise.
11418         (acos_upward_test_data): Likewise.
11419         (acos_test_upward): Likewise.
11420         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11421         (asin_test_data): Likewise.
11422         (asin_test): Use ALL_RM_TEST.
11423         (asin_tonearest_test_data): Remove.
11424         (asin_test_tonearest): Likewise.
11425         (asin_towardzero_test_data): Likewise.
11426         (asin_test_towardzero): Likewise.
11427         (asin_downward_test_data): Likewise.
11428         (asin_test_downward): Likewise.
11429         (asin_upward_test_data): Likewise.
11430         (asin_test_upward): Likewise.
11431         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11432         (atan_test_data): Likewise.
11433         (atanh_test_data): Likewise.
11434         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11435         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11436         (carg_test_data): Likewise.
11437         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11438         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11439         (ccosh_test_data): Likewise.
11440         (cexp_test_data): Likewise.
11441         (clog_test_data): Likewise.
11442         (clog10_test_data): Likewise.
11443         (cos_test_data): Update call to AUTO_TESTS_f_f.
11444         (cos_test): Use ALL_RM_TEST.
11445         (cos_tonearest_test_data): Remove.
11446         (cos_test_tonearest): Likewise.
11447         (cos_towardzero_test_data): Likewise.
11448         (cos_test_towardzero): Likewise.
11449         (cos_downward_test_data): Likewise.
11450         (cos_test_downward): Likewise.
11451         (cos_upward_test_data): Likewise.
11452         (cos_test_upward): Likewise.
11453         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11454         (cosh_test): Use ALL_RM_TEST.
11455         (cosh_tonearest_test_data): Remove.
11456         (cosh_test_tonearest): Likewise.
11457         (cosh_towardzero_test_data): Likewise.
11458         (cosh_test_towardzero): Likewise.
11459         (cosh_downward_test_data): Likewise.
11460         (cosh_test_downward): Likewise.
11461         (cosh_upward_test_data): Likewise.
11462         (cosh_test_upward): Likewise.
11463         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11464         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11465         (ctan_test_data): Likewise.
11466         (ctan_test): Use ALL_RM_TEST.
11467         (ctan_tonearest_test_data): Remove.
11468         (ctan_test_tonearest): Likewise.
11469         (ctan_towardzero_test_data): Likewise.
11470         (ctan_test_towardzero): Likewise.
11471         (ctan_downward_test_data): Likewise.
11472         (ctan_test_downward): Likewise.
11473         (ctan_upward_test_data): Likewise.
11474         (ctan_test_upward): Likewise.
11475         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11476         (ctanh_test): Use ALL_RM_TEST.
11477         (ctanh_tonearest_test_data): Remove.
11478         (ctanh_test_tonearest): Likewise.
11479         (ctanh_towardzero_test_data): Likewise.
11480         (ctanh_test_towardzero): Likewise.
11481         (ctanh_downward_test_data): Likewise.
11482         (ctanh_test_downward): Likewise.
11483         (ctanh_upward_test_data): Likewise.
11484         (ctanh_test_upward): Likewise.
11485         (erf_test_data): Update call to AUTO_TESTS_f_f.
11486         (erfc_test_data): Likewise.
11487         (exp_test_data): Likewise.
11488         (exp_test): Use ALL_RM_TEST.
11489         (exp_tonearest_test_data): Remove.
11490         (exp_test_tonearest): Likewise.
11491         (exp_towardzero_test_data): Likewise.
11492         (exp_test_towardzero): Likewise.
11493         (exp_downward_test_data): Likewise.
11494         (exp_test_downward): Likewise.
11495         (exp_upward_test_data): Likewise.
11496         (exp_test_upward): Likewise.
11497         (exp10_test_data): Update call to AUTO_TESTS_f_f.
11498         (exp10_test): Use ALL_RM_TEST.
11499         (exp10_tonearest_test_data): Remove.
11500         (exp10_test_tonearest): Likewise.
11501         (exp10_towardzero_test_data): Likewise.
11502         (exp10_test_towardzero): Likewise.
11503         (exp10_downward_test_data): Likewise.
11504         (exp10_test_downward): Likewise.
11505         (exp10_upward_test_data): Likewise.
11506         (exp10_test_upward): Likewise.
11507         (exp2_test_data): Update call to AUTO_TESTS_f_f.
11508         (expm1_test_data): Likewise.
11509         (expm1_test): Use ALL_RM_TEST.
11510         (expm1_tonearest_test_data): Remove.
11511         (expm1_test_tonearest): Likewise.
11512         (expm1_towardzero_test_data): Likewise.
11513         (expm1_test_towardzero): Likewise.
11514         (expm1_downward_test_data): Likewise.
11515         (expm1_test_downward): Likewise.
11516         (expm1_upward_test_data): Likewise.
11517         (expm1_test_upward): Likewise.
11518         (fma_test_data): Update call to AUTO_TESTS_fff_f.
11519         (fma_test): Use ALL_RM_TEST.
11520         (fma_towardzero_test_data): Remove.
11521         (fma_test_towardzero): Likewise.
11522         (fma_downward_test_data): Likewise.
11523         (fma_test_downward): Likewise.
11524         (fma_upward_test_data): Likewise.
11525         (fma_test_upward): Likewise.
11526         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11527         (j0_test_data): Update call to AUTO_TESTS_f_f.
11528         (j1_test_data): Likewise.
11529         (jn_test_data): Update call to AUTO_TESTS_if_f.
11530         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11531         (log_test_data): Update call to AUTO_TESTS_f_f.
11532         (log10_test_data): Likewise.
11533         (log1p_test_data): Likewise.
11534         (log2_test_data): Likewise.
11535         (pow_test_data): Update call to AUTO_TESTS_ff_f.
11536         (pow_tonearest_test_data): Likewise.
11537         (sin_test_data): Update call to AUTO_TESTS_f_f.
11538         (sin_test): Use ALL_RM_TEST.
11539         (sin_tonearest_test_data): Remove.
11540         (sin_test_tonearest): Likewise.
11541         (sin_towardzero_test_data): Likewise.
11542         (sin_test_towardzero): Likewise.
11543         (sin_downward_test_data): Likewise.
11544         (sin_test_downward): Likewise.
11545         (sin_upward_test_data): Likewise.
11546         (sin_test_upward): Likewise.
11547         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11548         (sinh_test_data): Update call to AUTO_TESTS_f_f.
11549         (sinh_test): Use ALL_RM_TEST.
11550         (sinh_tonearest_test_data): Remove.
11551         (sinh_test_tonearest): Likewise.
11552         (sinh_towardzero_test_data): Likewise.
11553         (sinh_test_towardzero): Likewise.
11554         (sinh_downward_test_data): Likewise.
11555         (sinh_test_downward): Likewise.
11556         (sinh_upward_test_data): Likewise.
11557         (sinh_test_upward): Likewise.
11558         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11559         (sqrt_test): Use ALL_RM_TEST.
11560         (sqrt_tonearest_test_data): Remove.
11561         (sqrt_test_tonearest): Likewise.
11562         (sqrt_towardzero_test_data): Likewise.
11563         (sqrt_test_towardzero): Likewise.
11564         (sqrt_downward_test_data): Likewise.
11565         (sqrt_test_downward): Likewise.
11566         (sqrt_upward_test_data): Likewise.
11567         (sqrt_test_upward): Likewise.
11568         (tan_test_data): Update call to AUTO_TESTS_f_f.
11569         (tan_test): Use ALL_RM_TEST.
11570         (tan_tonearest_test_data): Remove.
11571         (tan_test_tonearest): Likewise.
11572         (tan_towardzero_test_data): Likewise.
11573         (tan_test_towardzero): Likewise.
11574         (tan_downward_test_data): Likewise.
11575         (tan_test_downward): Likewise.
11576         (tan_upward_test_data): Likewise.
11577         (tan_test_upward): Likewise.
11578         (tanh_test_data): Update call to AUTO_TESTS_f_f.
11579         (tgamma_test_data): Likewise.
11580         (y0_test_data): Likewise.
11581         (y1_test_data): Likewise.
11582         (yn_test_data): Update call to AUTO_TESTS_if_f.
11583         (main): Do not call removed functions.
11584
11585 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11586
11587         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11588         (ldexp_test_data): Remove.
11589         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
11590         scalbn_test_data.
11591         (scalb_test): Use ALL_RM_TEST.
11592
11593 2014-03-19  Andreas Schwab  <schwab@suse.de>
11594
11595         * nscd/nscd.service: Also invalidate netgroup cache on reload.
11596
11597 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11598
11599         [BZ #16649]
11600         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11601         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11602         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11603         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11604         (__ASSUME_PREADV): Undefine.
11605         (__ASSUME_PWRITEV): Likewise.
11606
11607 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11608
11609         * bits/mman-linux.h: Add comment about non-Linux use.
11610         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11611         bits/mman-linux.h resting place.
11612
11613         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11614         * bits/mman-linux.h: ... here.
11615
11616 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11617
11618         * conform/conformtest.pl: Add standard definition when calling C
11619         preprocessor on data files.
11620         (checknamespace): Remove unused variable.
11621
11622 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11623
11624         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11625         minus_oflow, plus_uflow and minus_uflow in expected results.
11626         * math/libm-test.inc (scalbn_test_data): Add more tests of
11627         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
11628         minus_uflow.
11629         (scalbn_test): Use ALL_RM_TEST.
11630         (scalbln_test_data): Add more tests of negative arguments.  Use
11631         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11632         (scalbln_test): Use ALL_RM_TEST.
11633
11634 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11635
11636         * scripts/abilist.awk: Ignore symbols marked with .hidden.
11637
11638 2014-03-18  Will Newton  <will.newton@linaro.org>
11639
11640         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
11641         inaccurate comment.
11642
11643 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11644
11645         * Makerules [!subdir] (check-abi): Exit with error status if a
11646         test failed.
11647
11648 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11649
11650         * math/libm-test.inc (nearbyint_test_data): Include all tests used
11651         for rint.  Include results for all rounding modes.
11652         (nearbyint_test): Use ALL_RM_TEST.
11653         (rint_test_data): Include all tests used for nearbyint.
11654
11655 2014-03-17  Will Newton  <will.newton@linaro.org>
11656
11657         * nptl/sysdeps/pthread/pthread.h: Revert previous
11658         change.
11659
11660         * sysdeps/generic/ldsodefs.h: Revert previous
11661         change.
11662
11663         * libio/genops.c: Revert previous change.
11664         * libio/libioP.h: Likewise.
11665         * stdio-common/vfprintf.c: Likewise.
11666
11667         * sysdeps/generic/math_private.h: Revert previous
11668         change.
11669
11670         * sysdeps/generic/math_private.h: Check whether
11671         HAVE_RM_CTX is defined with #ifdef rather
11672         than #if.
11673
11674         * argp/argp-fmtstream.h: Check whether
11675         __STRICT_ANSI__ is defined with #ifdef rather
11676         than #if.
11677         * argp/argp.h: Likewise.
11678
11679         * libio/genops.c: Check whether
11680         _IO_JUMPS_OFFSET is defined with #ifdef rather
11681         than #if.
11682         * libio/libioP.h: Likewise.
11683         * stdio-common/vfprintf.c: Likewise.
11684
11685         * sysdeps/generic/ldsodefs.h: Check whether
11686         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
11687         than #if.
11688
11689         * nptl/sysdeps/pthread/pthread.h: Check
11690         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
11691         its value.
11692
11693 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
11694
11695         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
11696         setting O_APPEND.
11697         * libio/tst-ftell-active-handler.c (do_append_test): Add a
11698         test case.
11699
11700         [BZ #16680]
11701         * libio/fileops.c (_IO_file_open): Seek to end of file but
11702         don't cache the offset.
11703         (get_file_offset): Remove function.
11704         (do_ftell): Use cached offset when available.
11705         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
11706         don't cache the offset.
11707         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
11708         case.
11709         (do_one_test): Call it.
11710         (do_ftell_test): Fix up expected old offset for a+ mode.
11711         * libio/wfileops.c (do_ftell_wide): Used cached offset when
11712         available.
11713
11714         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
11715         up test status with function return status.
11716         (do_write_test): Likewise.
11717         (do_append_test): Likewise.
11718
11719         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
11720         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
11721         Remove.
11722
11723 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11724
11725         * math/gen-libm-test.pl (parse_args): Handle results specified for
11726         each rounding mode separately.
11727         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
11728         tests and results from lrint_tonearest_test_data,
11729         lrint_towardzero_test_data, lrint_downward_test_data and
11730         lrint_upward_test_data.
11731         (lrint_test): Use ALL_RM_TEST.
11732         (lrint_tonearest_test_data): Remove.
11733         (lrint_test_tonearest): Likewise.
11734         (lrint_towardzero_test_data): Likewise.
11735         (lrint_test_towardzero): Likewise.
11736         (lrint_downward_test_data): Likewise.
11737         (lrint_test_downward): Likewise.
11738         (lrint_upward_test_data): Likewise.
11739         (lrint_test_upward): Likewise.
11740         (llrint_test_data): Merge in per-rounding-mode tests and results
11741         from llrint_tonearest_test_data, llrint_towardzero_test_data,
11742         llrint_downward_test_data and llrint_upward_test_data.
11743         (llrint_test): Use ALL_RM_TEST.
11744         (llrint_tonearest_test_data): Remove.
11745         (llrint_test_tonearest): Likewise.
11746         (llrint_towardzero_test_data): Likewise.
11747         (llrint_test_towardzero): Likewise.
11748         (llrint_downward_test_data): Likewise.
11749         (llrint_test_downward): Likewise.
11750         (llrint_upward_test_data): Likewise.
11751         (llrint_test_upward): Likewise.
11752         (rint_test_data): Merge in per-rounding-mode tests and results
11753         from rint_tonearest_test_data, rint_towardzero_test_data,
11754         rint_downward_test_data and rint_upward_test_data.  Add
11755         per-rounding-mode results for tests not in those arrays.
11756         (rint_test): Use ALL_RM_TEST.
11757         (rint_tonearest_test_data): Remove.
11758         (rint_test_tonearest): Likewise.
11759         (rint_towardzero_test_data): Likewise.
11760         (rint_test_towardzero): Likewise.
11761         (rint_downward_test_data): Likewise.
11762         (rint_test_downward): Likewise.
11763         (rint_upward_test_data): Likewise.
11764         (rint_test_upward): Likewise.
11765         (main): Don't call removed functions.
11766
11767 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11768
11769         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
11770         "Compiled on ..." crapola.  It is anti-useful.
11771
11772 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
11773
11774         * scripts/evaluate-test.sh: Handle fourth argument to determine
11775         whether test run should stop on failure.
11776         * Makeconfig (stop-on-test-failure): New variable.
11777         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
11778         $(stop-on-test-failure).
11779         * Makefile (tests): Give a summary of results from testing and
11780         exit with failure status if they include an ERROR or FAIL.
11781         (xtests): Likewise.
11782         * manual/install.texi (Configuring and compiling): Mention
11783         stop-on-test-failure=y.
11784         * INSTALL: Regenerated.
11785
11786 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11787
11788         * scripts/versionlist.awk: New file.
11789         * Makerules [$(build-shared) = yes]
11790         (postclean-generated): Add Versions.def, not Versions.def.v and
11791         Versions.def.v.i.
11792         ($(common-objpfx)Versions.def.v.i): Target removed.
11793         ($(common-objpfx)Versions.def): New target.
11794         ($(common-objpfx)Versions.all): Depend on that rather that
11795         $(common-objpfx)Versions.def.v.
11796         * Versions.def: File removed.
11797
11798         * Makeconfig (+gccwarn): Add -Wundef.
11799         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
11800         a dl-sysdep.h breaking its contract.
11801         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
11802         * include/stackinfo.h: New file.
11803         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
11804         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
11805         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
11806         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
11807         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
11808         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
11809         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11810         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11811         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11812         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11813         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11814         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
11815         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11816         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11817         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11818
11819 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11820
11821         [BZ #16707]
11822         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
11823         implementation.
11824         * math/libm-test.inc (round_test_data): Add more tests.
11825
11826         [BZ #16706]
11827         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
11828         implementation.
11829         * math/libm-test.inc (nearbyint_test_data): Add more tests.
11830
11831         [BZ #16701]
11832         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
11833         implementation.
11834         * math/libm-test.inc (ceil_test_data): Add more tests.
11835
11836         * math/libm-test.inc (trunc_test_data): Add more tests related to
11837         BZ#16414.
11838
11839 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11840
11841         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
11842         with #if rather than #ifdef.
11843         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
11844
11845 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
11846
11847         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
11848         first.  Disable AVX-512 GCC support if assembler doesn't support
11849         it.
11850         * sysdeps/x86_64/configure: Regenerated.
11851
11852 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
11853
11854         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
11855         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
11856         (__old_pthread_attr_setstack): Likewise.
11857         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
11858         [!_STACK_GROWS_DOWN]: Likewise.
11859
11860 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
11861
11862         * config.make.in (have-bash2): Delete.
11863         * configure.ac (libc_cv_have_bash2): Delete.
11864         * configure: Regenerate.
11865         * elf/Makefile (common-ldd-rewrite): Rename to ...
11866         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
11867         (sh-ldd-rewrite): Delete.
11868         (bash-ldd-rewrite): Delete.
11869         (have-bash2): Delete checks.
11870         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
11871         ldd-rewrite.
11872
11873         * config.make.in (have-ksh): Delete.
11874         (KSH): Delete.
11875         * configure.ac (libc_cv_have_ksh): Delete.
11876         * configure: Regenerate.
11877
11878         * elf/Makefile: Delete $(have-ksh) check.
11879         ($(objpfx)sotruss): Change KSH to BASH.
11880         * elf/sotruss.ksh: Rename to ...
11881         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
11882         function style to match POSIX.  Drop ksh vim mode setting.
11883
11884         * manual/time.texi (Specifying the Time Zone with TZ): Change
11885         Tuesday to Thursday.
11886
11887         * debug/tst-longjmp_chk2.c: Update header comment.
11888         (stackoverflow_handler): Add comment.  Call assert on pass value.
11889
11890 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
11891
11892         [BZ #16194]
11893         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
11894         (HAVE_AVX512_ASM_SUPPORT): Likewise.
11895         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
11896         (La_x86_64_vector): Add zmm.
11897         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
11898         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
11899         ($(objpfx)tst-audit10): New target.
11900         ($(objpfx)tst-audit10.out): Likewise.
11901         (tst-audit10-ENV): New.
11902         (AVX512-CFLAGS): Likewise.
11903         (CFLAGS-tst-audit10.c): Likewise.
11904         (CFLAGS-tst-auditmod10a.c): Likewise.
11905         (CFLAGS-tst-auditmod10b.c): Likewise.
11906         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
11907         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
11908         * sysdeps/x86_64/configure: Regenerated.
11909         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
11910         AVX-512 zmm register support.
11911         (_dl_x86_64_save_sse): Likewise.
11912         (_dl_x86_64_restore_sse): Likewise.
11913         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
11914         size vector registers.
11915         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
11916         (ZMM_SIZE): Likewise.
11917         * sysdeps/x86_64/tst-audit10.c: New file.
11918         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
11919         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
11920
11921 2014-03-13  Roland McGrath  <roland@hack.frob.com>
11922
11923         * configure.ac (HAVE_EHDR_START): New check.
11924         * configure: Regenerated.
11925         * config.h.in (HAVE_EHDR_START): New #undef.
11926         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
11927         assuming the lowest-addressed segment maps the start of the file.
11928
11929 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
11930
11931         * INSTALL: Regenerated.
11932
11933 2014-03-13  Will Newton  <will.newton@linaro.org>
11934
11935         * manual/setjmp.texi (System V contexts): Improve
11936         clarity and grammar of documentation.
11937
11938 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
11939
11940         [BZ #16381]
11941         * elf/Makefile (tests): Add tst-pie2.
11942         (tests-pie): Add tst-pie2.
11943         * elf/tst-pie2.c: New file.
11944         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
11945         for ET_EXEC.
11946         * elf/rtld.c (map_doit): Load executable as lt_executable.
11947         (dl_main): Likewise.
11948
11949 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
11950
11951         [BZ #16642]
11952         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11953         (__ASSUME_PSELECT): Undefine.
11954
11955 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11956
11957         [BZ #16689]
11958         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
11959         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
11960         static build.
11961         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
11962         selector for static builds.
11963
11964 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
11965
11966         [BZ #16695]
11967         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
11968         key in the buffer.
11969
11970 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11971
11972         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
11973         IFUNC selector for static builds.
11974
11975 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
11976
11977         * sysdeps/mips/math_private.h [__mips_hard_float]
11978         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
11979         libc_feresetround_mips_ctx.
11980         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
11981         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
11982         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
11983
11984         [BZ #16677]
11985         * math/s_nextafter.c (__nextafter): Do not return value from
11986         overflowing computation.
11987         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
11988         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
11989         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
11990         Likewise.
11991         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
11992         Likewise.
11993         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
11994         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
11995
11996 2014-03-11  Roland McGrath  <roland@hack.frob.com>
11997
11998         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
11999         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12000         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12001         the new mov targetting sp.
12002
12003 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12004
12005         [BZ #16683]
12006         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12007         Define it for static builds as well.
12008         (NO_BZERO_IMPL): Likewise.
12009
12010 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12011
12012         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12013         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12014         multiarch strspn for PPC64.
12015         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12016         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12017         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12018         (__libc_ifunc_impl_list): Likewise.
12019         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12020         multiarch optimizations
12021         * string/strspn.c (strspn): Using macro to redefine symbol name.
12022
12023 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12024             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12025
12026         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12027         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12028         multiarch strncat for PPC64.
12029         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12030         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12031         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12032         (__libc_ifunc_impl_list): Likewise.
12033         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12034         multiarch optimizations
12035
12036 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12037
12038         [BZ #16639]
12039         * nscd/nscd.service: Make service type forking.
12040
12041 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12042
12043         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12044         sign in non default rounding modes.
12045         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12046
12047 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12048
12049         * math/libm-test.inc (ALL_RM_TEST): New macro.
12050         (ceil_test): Use ALL_RM_TEST.
12051         (cimag_test): Likewise.
12052         (conj_test): Likewise.
12053         (copysign_test): Likewise.
12054         (cproj_test): Likewise.
12055         (creal_test): Likewise.
12056         (fabs_test): Likewise.
12057         (floor_test): Likewise.
12058         (fmax_test): Likewise.
12059         (fmin_test): Likewise.
12060         (fmod_test): Likewise.
12061         (fpclassify_test): Likewise.
12062         (frexp_test): Likewise.
12063         (ilogb_test): Likewise.
12064         (isfinite_test): Likewise.
12065         (finite_test): Likewise.
12066         (isgreater_test): Likewise.
12067         (isgreaterequal_test): Likewise.
12068         (isinf_test): Likewise.
12069         (isless_test): Likewise.
12070         (islessequal_test): Likewise.
12071         (islessgreater_test): Likewise.
12072         (isnan_test): Likewise.
12073         (isnormal_test): Likewise.
12074         (issignaling_test): Likewise.
12075         (isunordered_test): Likewise.
12076         (logb_test): Likewise.
12077         (logb_downward_test_data): Remove.
12078         (logb_test_downward): Likewise.
12079         (lround_test): Use ALL_RM_TEST.
12080         (llround_test): Likewise.
12081         (modf_test): Likewise.
12082         (nexttoward_test): Likewise.
12083         (remainder_test): Likewise.
12084         (drem_test): Likewise.
12085         (remainder_tonearest_test_data): Likewise.
12086         (remainder_test_tonearest): Likewise.
12087         (drem_test_tonearest): Likewise.
12088         (remainder_towardzero_test_data): Likewise.
12089         (remainder_test_towardzero): Likewise.
12090         (drem_test_towardzero): Likewise.
12091         (remainder_downward_test_data): Likewise.
12092         (remainder_test_downward): Likewise.
12093         (drem_test_downward): Likewise.
12094         (remainder_upward_test_data): Likewise.
12095         (remainder_test_upward): Likewise.
12096         (drem_test_upward): Likewise.
12097         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12098         (round_test): Use ALL_RM_TEST.
12099         (signbit_test): Likewise.
12100         (trunc_test): Likewise.
12101         (significand_test): Likewise.
12102         (main): Don't call removed functions.
12103
12104 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12105
12106         [BZ #16674]
12107         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12108         || __USE_XOPEN2K8].
12109         (ILL_ILLOPN): Likewise.
12110         (ILL_ILLADR): Likewise.
12111         (ILL_ILLTRP): Likewise.
12112         (ILL_PRVOPC): Likewise.
12113         (ILL_PRVREG): Likewise.
12114         (ILL_COPROC): Likewise.
12115         (ILL_BADSTK): Likewise.
12116         (FPE_INTDIV): Likewise.
12117         (FPE_INTOVF): Likewise.
12118         (FPE_FLTDIV): Likewise.
12119         (FPE_FLTOVF): Likewise.
12120         (FPE_FLTUND): Likewise.
12121         (FPE_FLTRES): Likewise.
12122         (FPE_FLTINV): Likewise.
12123         (FPE_FLTSUB): Likewise.
12124         (SEGV_MAPERR): Likewise.
12125         (SEGV_ACCERR): Likewise.
12126         (BUS_ADRALN): Likewise.
12127         (BUS_ADRERR): Likewise.
12128         (BUS_OBJERR): Likewise.
12129         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12130         (TRAP_TRACE): Likewise.
12131         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12132         __USE_XOPEN2K8].
12133         (CLD_KILLED): Likewise.
12134         (CLD_DUMPED): Likewise.
12135         (CLD_TRAPPED): Likewise.
12136         (CLD_STOPPED): Likewise.
12137         (CLD_CONTINUED): Likewise.
12138         (POLL_IN): Likewise.
12139         (POLL_OUT): Likewise.
12140         (POLL_MSG): Likewise.
12141         (POLL_ERR): Likewise.
12142         (POLL_PRI): Likewise.
12143         (POLL_HUP): Likewise.
12144         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12145         Likewise.
12146         (ILL_ILLOPN): Likewise.
12147         (ILL_ILLADR): Likewise.
12148         (ILL_ILLTRP): Likewise.
12149         (ILL_PRVOPC): Likewise.
12150         (ILL_PRVREG): Likewise.
12151         (ILL_COPROC): Likewise.
12152         (ILL_BADSTK): Likewise.
12153         (FPE_INTDIV): Likewise.
12154         (FPE_INTOVF): Likewise.
12155         (FPE_FLTDIV): Likewise.
12156         (FPE_FLTOVF): Likewise.
12157         (FPE_FLTUND): Likewise.
12158         (FPE_FLTRES): Likewise.
12159         (FPE_FLTINV): Likewise.
12160         (FPE_FLTSUB): Likewise.
12161         (SEGV_MAPERR): Likewise.
12162         (SEGV_ACCERR): Likewise.
12163         (BUS_ADRALN): Likewise.
12164         (BUS_ADRERR): Likewise.
12165         (BUS_OBJERR): Likewise.
12166         (BUS_MCEERR_AR): Likewise.
12167         (BUS_MCEERR_AO): Likewise.
12168         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12169         (TRAP_TRACE): Likewise.
12170         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12171         __USE_XOPEN2K8].
12172         (CLD_KILLED): Likewise.
12173         (CLD_DUMPED): Likewise.
12174         (CLD_TRAPPED): Likewise.
12175         (CLD_STOPPED): Likewise.
12176         (CLD_CONTINUED): Likewise.
12177         (POLL_IN): Likewise.
12178         (POLL_OUT): Likewise.
12179         (POLL_MSG): Likewise.
12180         (POLL_ERR): Likewise.
12181         (POLL_PRI): Likewise.
12182         (POLL_HUP): Likewise.
12183         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12184         (ILL_ILLOPN): Likewise.
12185         (ILL_ILLADR): Likewise.
12186         (ILL_ILLTRP): Likewise.
12187         (ILL_PRVOPC): Likewise.
12188         (ILL_PRVREG): Likewise.
12189         (ILL_COPROC): Likewise.
12190         (ILL_BADSTK): Likewise.
12191         (FPE_INTDIV): Likewise.
12192         (FPE_INTOVF): Likewise.
12193         (FPE_FLTDIV): Likewise.
12194         (FPE_FLTOVF): Likewise.
12195         (FPE_FLTUND): Likewise.
12196         (FPE_FLTRES): Likewise.
12197         (FPE_FLTINV): Likewise.
12198         (FPE_FLTSUB): Likewise.
12199         (SEGV_MAPERR): Likewise.
12200         (SEGV_ACCERR): Likewise.
12201         (BUS_ADRALN): Likewise.
12202         (BUS_ADRERR): Likewise.
12203         (BUS_OBJERR): Likewise.
12204         (BUS_MCEERR_AR): Likewise.
12205         (BUS_MCEERR_AO): Likewise.
12206         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12207         (TRAP_TRACE): Likewise.
12208         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12209         __USE_XOPEN2K8].
12210         (CLD_KILLED): Likewise.
12211         (CLD_DUMPED): Likewise.
12212         (CLD_TRAPPED): Likewise.
12213         (CLD_STOPPED): Likewise.
12214         (CLD_CONTINUED): Likewise.
12215         (POLL_IN): Likewise.
12216         (POLL_OUT): Likewise.
12217         (POLL_MSG): Likewise.
12218         (POLL_ERR): Likewise.
12219         (POLL_PRI): Likewise.
12220         (POLL_HUP): Likewise.
12221         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12222         Likewise.
12223         (ILL_ILLOPN): Likewise.
12224         (ILL_ILLADR): Likewise.
12225         (ILL_ILLTRP): Likewise.
12226         (ILL_PRVOPC): Likewise.
12227         (ILL_PRVREG): Likewise.
12228         (ILL_COPROC): Likewise.
12229         (ILL_BADSTK): Likewise.
12230         (ILL_BADIADDR): Likewise.
12231         (ILL_BREAK): Likewise.
12232         (FPE_INTDIV): Likewise.
12233         (FPE_INTOVF): Likewise.
12234         (FPE_FLTDIV): Likewise.
12235         (FPE_FLTOVF): Likewise.
12236         (FPE_FLTUND): Likewise.
12237         (FPE_FLTRES): Likewise.
12238         (FPE_FLTINV): Likewise.
12239         (FPE_FLTSUB): Likewise.
12240         (FPE_DECOVF): Likewise.
12241         (FPE_DECDIV): Likewise.
12242         (FPE_DECERR): Likewise.
12243         (FPE_INVASC): Likewise.
12244         (FPE_INVDEC): Likewise.
12245         (SEGV_MAPERR): Likewise.
12246         (SEGV_ACCERR): Likewise.
12247         (SEGV_PSTKOVF): Likewise.
12248         (BUS_ADRALN): Likewise.
12249         (BUS_ADRERR): Likewise.
12250         (BUS_OBJERR): Likewise.
12251         (BUS_MCEERR_AR): Likewise.
12252         (BUS_MCEERR_AO): Likewise.
12253         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12254         (TRAP_TRACE): Likewise.
12255         (TRAP_BRANCH): Likewise.
12256         (TRAP_HWBKPT): Likewise.
12257         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12258         __USE_XOPEN2K8].
12259         (CLD_KILLED): Likewise.
12260         (CLD_DUMPED): Likewise.
12261         (CLD_TRAPPED): Likewise.
12262         (CLD_STOPPED): Likewise.
12263         (CLD_CONTINUED): Likewise.
12264         (POLL_IN): Likewise.
12265         (POLL_OUT): Likewise.
12266         (POLL_MSG): Likewise.
12267         (POLL_ERR): Likewise.
12268         (POLL_PRI): Likewise.
12269         (POLL_HUP): Likewise.
12270         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12271         (ILL_ILLOPN): Likewise.
12272         (ILL_ILLADR): Likewise.
12273         (ILL_ILLTRP): Likewise.
12274         (ILL_PRVOPC): Likewise.
12275         (ILL_PRVREG): Likewise.
12276         (ILL_COPROC): Likewise.
12277         (ILL_BADSTK): Likewise.
12278         (FPE_INTDIV): Likewise.
12279         (FPE_INTOVF): Likewise.
12280         (FPE_FLTDIV): Likewise.
12281         (FPE_FLTOVF): Likewise.
12282         (FPE_FLTUND): Likewise.
12283         (FPE_FLTRES): Likewise.
12284         (FPE_FLTINV): Likewise.
12285         (FPE_FLTSUB): Likewise.
12286         (SEGV_MAPERR): Likewise.
12287         (SEGV_ACCERR): Likewise.
12288         (BUS_ADRALN): Likewise.
12289         (BUS_ADRERR): Likewise.
12290         (BUS_OBJERR): Likewise.
12291         (BUS_MCEERR_AR): Likewise.
12292         (BUS_MCEERR_AO): Likewise.
12293         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12294         (TRAP_TRACE): Likewise.
12295         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12296         __USE_XOPEN2K8].
12297         (CLD_KILLED): Likewise.
12298         (CLD_DUMPED): Likewise.
12299         (CLD_TRAPPED): Likewise.
12300         (CLD_STOPPED): Likewise.
12301         (CLD_CONTINUED): Likewise.
12302         (POLL_IN): Likewise.
12303         (POLL_OUT): Likewise.
12304         (POLL_MSG): Likewise.
12305         (POLL_ERR): Likewise.
12306         (POLL_PRI): Likewise.
12307         (POLL_HUP): Likewise.
12308         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12309         (ILL_ILLOPN): Likewise.
12310         (ILL_ILLADR): Likewise.
12311         (ILL_ILLTRP): Likewise.
12312         (ILL_PRVOPC): Likewise.
12313         (ILL_PRVREG): Likewise.
12314         (ILL_COPROC): Likewise.
12315         (ILL_BADSTK): Likewise.
12316         (FPE_INTDIV): Likewise.
12317         (FPE_INTOVF): Likewise.
12318         (FPE_FLTDIV): Likewise.
12319         (FPE_FLTOVF): Likewise.
12320         (FPE_FLTUND): Likewise.
12321         (FPE_FLTRES): Likewise.
12322         (FPE_FLTINV): Likewise.
12323         (FPE_FLTSUB): Likewise.
12324         (SEGV_MAPERR): Likewise.
12325         (SEGV_ACCERR): Likewise.
12326         (BUS_ADRALN): Likewise.
12327         (BUS_ADRERR): Likewise.
12328         (BUS_OBJERR): Likewise.
12329         (BUS_MCEERR_AR): Likewise.
12330         (BUS_MCEERR_AO): Likewise.
12331         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12332         (TRAP_TRACE): Likewise.
12333         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12334         __USE_XOPEN2K8].
12335         (CLD_KILLED): Likewise.
12336         (CLD_DUMPED): Likewise.
12337         (CLD_TRAPPED): Likewise.
12338         (CLD_STOPPED): Likewise.
12339         (CLD_CONTINUED): Likewise.
12340         (POLL_IN): Likewise.
12341         (POLL_OUT): Likewise.
12342         (POLL_MSG): Likewise.
12343         (POLL_ERR): Likewise.
12344         (POLL_PRI): Likewise.
12345         (POLL_HUP): Likewise.
12346         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12347         (ILL_ILLOPN): Likewise.
12348         (ILL_ILLADR): Likewise.
12349         (ILL_ILLTRP): Likewise.
12350         (ILL_PRVOPC): Likewise.
12351         (ILL_PRVREG): Likewise.
12352         (ILL_COPROC): Likewise.
12353         (ILL_BADSTK): Likewise.
12354         (FPE_INTDIV): Likewise.
12355         (FPE_INTOVF): Likewise.
12356         (FPE_FLTDIV): Likewise.
12357         (FPE_FLTOVF): Likewise.
12358         (FPE_FLTUND): Likewise.
12359         (FPE_FLTRES): Likewise.
12360         (FPE_FLTINV): Likewise.
12361         (FPE_FLTSUB): Likewise.
12362         (SEGV_MAPERR): Likewise.
12363         (SEGV_ACCERR): Likewise.
12364         (BUS_ADRALN): Likewise.
12365         (BUS_ADRERR): Likewise.
12366         (BUS_OBJERR): Likewise.
12367         (BUS_MCEERR_AR): Likewise.
12368         (BUS_MCEERR_AO): Likewise.
12369         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12370         (TRAP_TRACE): Likewise.
12371         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12372         __USE_XOPEN2K8].
12373         (CLD_KILLED): Likewise.
12374         (CLD_DUMPED): Likewise.
12375         (CLD_TRAPPED): Likewise.
12376         (CLD_STOPPED): Likewise.
12377         (CLD_CONTINUED): Likewise.
12378         (POLL_IN): Likewise.
12379         (POLL_OUT): Likewise.
12380         (POLL_MSG): Likewise.
12381         (POLL_ERR): Likewise.
12382         (POLL_PRI): Likewise.
12383         (POLL_HUP): Likewise.
12384         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12385         (ILL_ILLOPN): Likewise.
12386         (ILL_ILLADR): Likewise.
12387         (ILL_ILLTRP): Likewise.
12388         (ILL_PRVOPC): Likewise.
12389         (ILL_PRVREG): Likewise.
12390         (ILL_COPROC): Likewise.
12391         (ILL_BADSTK): Likewise.
12392         (ILL_DBLFLT): Likewise.
12393         (ILL_HARDWALL): Likewise.
12394         (FPE_INTDIV): Likewise.
12395         (FPE_INTOVF): Likewise.
12396         (FPE_FLTDIV): Likewise.
12397         (FPE_FLTOVF): Likewise.
12398         (FPE_FLTUND): Likewise.
12399         (FPE_FLTRES): Likewise.
12400         (FPE_FLTINV): Likewise.
12401         (FPE_FLTSUB): Likewise.
12402         (SEGV_MAPERR): Likewise.
12403         (SEGV_ACCERR): Likewise.
12404         (BUS_ADRALN): Likewise.
12405         (BUS_ADRERR): Likewise.
12406         (BUS_OBJERR): Likewise.
12407         (BUS_MCEERR_AR): Likewise.
12408         (BUS_MCEERR_AO): Likewise.
12409         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12410         (TRAP_TRACE): Likewise.
12411         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12412         __USE_XOPEN2K8].
12413         (CLD_KILLED): Likewise.
12414         (CLD_DUMPED): Likewise.
12415         (CLD_TRAPPED): Likewise.
12416         (CLD_STOPPED): Likewise.
12417         (CLD_CONTINUED): Likewise.
12418         (POLL_IN): Likewise.
12419         (POLL_OUT): Likewise.
12420         (POLL_MSG): Likewise.
12421         (POLL_ERR): Likewise.
12422         (POLL_PRI): Likewise.
12423         (POLL_HUP): Likewise.
12424         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12425         (ILL_ILLOPN): Likewise.
12426         (ILL_ILLADR): Likewise.
12427         (ILL_ILLTRP): Likewise.
12428         (ILL_PRVOPC): Likewise.
12429         (ILL_PRVREG): Likewise.
12430         (ILL_COPROC): Likewise.
12431         (ILL_BADSTK): Likewise.
12432         (FPE_INTDIV): Likewise.
12433         (FPE_INTOVF): Likewise.
12434         (FPE_FLTDIV): Likewise.
12435         (FPE_FLTOVF): Likewise.
12436         (FPE_FLTUND): Likewise.
12437         (FPE_FLTRES): Likewise.
12438         (FPE_FLTINV): Likewise.
12439         (FPE_FLTSUB): Likewise.
12440         (SEGV_MAPERR): Likewise.
12441         (SEGV_ACCERR): Likewise.
12442         (BUS_ADRALN): Likewise.
12443         (BUS_ADRERR): Likewise.
12444         (BUS_OBJERR): Likewise.
12445         (BUS_MCEERR_AR): Likewise.
12446         (BUS_MCEERR_AO): Likewise.
12447         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12448         (TRAP_TRACE): Likewise.
12449         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12450         __USE_XOPEN2K8].
12451         (CLD_KILLED): Likewise.
12452         (CLD_DUMPED): Likewise.
12453         (CLD_TRAPPED): Likewise.
12454         (CLD_STOPPED): Likewise.
12455         (CLD_CONTINUED): Likewise.
12456         (POLL_IN): Likewise.
12457         (POLL_OUT): Likewise.
12458         (POLL_MSG): Likewise.
12459         (POLL_ERR): Likewise.
12460         (POLL_PRI): Likewise.
12461         (POLL_HUP): Likewise.
12462         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12463         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12464
12465         [BZ #16670]
12466         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12467         before #include of <time.h>.
12468         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12469         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12470         (test-xfail-UNIX98/sched.h/conform): Likewise.
12471
12472 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12473
12474         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12475         error absence of trapping exception support.
12476         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12477
12478 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12479
12480         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12481         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12482         * timezone/Makefile (testdata): Move definition above include of
12483         Rules.
12484         (test-zones): New variable.
12485         (tests-special): Add zone files.
12486         (build-testdata): Use $(evaluate-test).
12487
12488         * elf/Makefile (tests-special): Rename tests to end with .out.
12489         ($(objpfx)noload-mem): Likewise.
12490         ($(objpfx)tst-leaks1-mem): Likewise.
12491         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12492         * iconv/Makefile (xtests-special): Change test-iconvconfig to
12493         $(objpfx)test-iconvconfig.out.
12494         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
12495         set -e inside subshell and redirect output to file.
12496         * iconvdata/Makefile (generated): Rename tests to end with .out.
12497         Correct type.
12498         (tests-special): Rename tests to end with .out.
12499         ($(objpfx)mtrace-tst-loading): Likewise.
12500         * intl/Makefile (generated): Likewise.
12501         (tests-special): Likewise.
12502         ($(objpfx)mtrace-tst-gettext): Likewise.
12503         * misc/Makefile (generated): Likewise.
12504         (tests-special): Likewise.
12505         ($(objpfx)tst-error1-mem): Likewise.
12506         * nptl/Makefile (tests-special): Likewise.
12507         ($(objpfx)tst-stack3-mem): Likewise.
12508         (generated): Likewise.
12509         * posix/Makefile (generated): Likewise.
12510         (tests-special): Likewise.
12511         (xtests-special): Likewise.
12512         ($(objpfx)tst-fnmatch-mem): Likewise.
12513         ($(objpfx)bug-regex2-mem): Likewise.
12514         ($(objpfx)bug-regex14-mem): Likewise.
12515         ($(objpfx)bug-regex21-mem): Likewise.
12516         ($(objpfx)bug-regex31-mem): Likewise.
12517         ($(objpfx)tst-vfork3-mem): Likewise.
12518         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12519         ($(objpfx)tst-pcre-mem): Likewise.
12520         ($(objpfx)tst-boost-mem): Likewise.
12521         ($(objpfx)bug-ga2-mem): Likewise.
12522         ($(objpfx)bug-glob2-mem): Likewise.
12523         * resolv/Makefile (generate): Likewise.
12524         (tests-special): Likewise.
12525         (xtests-special): Likewise.
12526         (generated): Likewise.
12527         ($(objpfx)mtrace-tst-leaks): Likewise.
12528         ($(objpfx)mtrace-tst-leaks2): Likewise.
12529
12530         * scripts/merge-test-results.sh: New file.
12531         * Makefile (tests-special-notdir): New variable.
12532         (tests): Run merge-test-results.sh.
12533         (xtests): Likewise.
12534         * Rules (tests-special-notdir): New variable.
12535         (xtests-special-notdir): Likewise.
12536         (tests): Run merge-test-results.sh
12537         (xtests): Likewise.
12538
12539         * Makeconfig (test-xfail-name): New variable.
12540         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12541         compute variable name for expected failures.
12542         * conform/Makefile (conformtest-headers-data): New variable.
12543         (conformtest-standards): Likewise.
12544         (conformtest-headers-ISO): Likewise.
12545         (conformtest-headers-ISO99): Likewise.
12546         (conformtest-headers-ISO11): Likewise.
12547         (conformtest-headers-POSIX): Likewise.
12548         (conformtest-headers-XPG3): Likewise.
12549         (conformtest-headers-XPG4): Likewise.
12550         (conformtest-headers-UNIX98): Likewise.
12551         (conformtest-headers-XOPEN2K): Likewise.
12552         (conformtest-headers-POSIX2008): Likewise.
12553         (conformtest-headers-XOPEN2K8): Likewise.
12554         (conformtest-header-list-base): Likewise.
12555         (conformtest-header-list-tests): Likewise.
12556         (conformtest-header-base): Likewise.
12557         (conformtest-header-tests): Likewise.
12558         (tests-special): Add $(conformtest-header-list-tests).  If
12559         [$(fast-check) && !$(cross-compiling)], add
12560         $(conformtest-header-tests) instead of
12561         $(objpfx)run-conformtest.out.
12562         (generated): Add $(conformtest-header-list-base).  If
12563         [$(fast-check) && !$(cross-compiling)], add
12564         $(conformtest-header-base).  Remove previous setting.
12565         ($(conformtest-header-list-tests)): New target.
12566         (test-xfail-run-conformtest): Remove variable.
12567         ($(objpfx)run-conformtest.out): Remove target.
12568         (test-xfail-ISO11/complex.h/conform): New variable.
12569         (test-xfail-ISO11/stdalign.h/conform): Likewise.
12570         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12571         (test-xfail-XPG3/varargs.h/conform): Likewise.
12572         (test-xfail-XPG4/varargs.h/conform): Likewise.
12573         (test-xfail-UNIX98/varargs.h/conform): Likewise.
12574         (test-xfail-XPG4/ndbm.h/conform): Likewise.
12575         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12576         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12577         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12578         (test-xfail-XPG3/fcntl.h/conform): Likewise.
12579         (test-xfail-XPG3/ftw.h/conform): Likewise.
12580         (test-xfail-XPG3/grp.h/conform): Likewise.
12581         (test-xfail-XPG3/langinfo.h/conform): Likewise.
12582         (test-xfail-XPG3/limits.h/conform): Likewise.
12583         (test-xfail-XPG3/pwd.h/conform): Likewise.
12584         (test-xfail-XPG3/search.h/conform): Likewise.
12585         (test-xfail-XPG3/signal.h/conform): Likewise.
12586         (test-xfail-XPG3/stdio.h/conform): Likewise.
12587         (test-xfail-XPG3/stdlib.h/conform): Likewise.
12588         (test-xfail-XPG3/string.h/conform): Likewise.
12589         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12590         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12591         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12592         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12593         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12594         (test-xfail-XPG3/sys/types.h/conform): Likewise.
12595         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12596         (test-xfail-XPG3/termios.h/conform): Likewise.
12597         (test-xfail-XPG3/time.h/conform): Likewise.
12598         (test-xfail-XPG3/unistd.h/conform): Likewise.
12599         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12600         (test-xfail-XPG4/fcntl.h/conform): Likewise.
12601         (test-xfail-XPG4/langinfo.h/conform): Likewise.
12602         (test-xfail-XPG4/netdb.h/conform): Likewise.
12603         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12604         (test-xfail-XPG4/signal.h/conform): Likewise.
12605         (test-xfail-XPG4/stdio.h/conform): Likewise.
12606         (test-xfail-XPG4/stdlib.h/conform): Likewise.
12607         (test-xfail-XPG4/stropts.h/conform): Likewise.
12608         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12609         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12610         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12611         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12612         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12613         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12614         (test-xfail-XPG4/sys/time.h/conform): Likewise.
12615         (test-xfail-XPG4/sys/types.h/conform): Likewise.
12616         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12617         (test-xfail-XPG4/termios.h/conform): Likewise.
12618         (test-xfail-XPG4/ucontext.h/conform): Likewise.
12619         (test-xfail-XPG4/unistd.h/conform): Likewise.
12620         (test-xfail-XPG4/utmpx.h/conform): Likewise.
12621         (test-xfail-POSIX/sched.h/conform): Likewise.
12622         (test-xfail-POSIX/signal.h/conform): Likewise.
12623         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12624         (test-xfail-POSIX/tar.h/conform): Likewise.
12625         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12626         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12627         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12628         (test-xfail-UNIX98/netdb.h/conform): Likewise.
12629         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12630         (test-xfail-UNIX98/sched.h/conform): Likewise.
12631         (test-xfail-UNIX98/signal.h/conform): Likewise.
12632         (test-xfail-UNIX98/stdio.h/conform): Likewise.
12633         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12634         (test-xfail-UNIX98/stropts.h/conform): Likewise.
12635         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12636         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12637         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12638         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
12639         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
12640         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
12641         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
12642         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
12643         (test-xfail-UNIX98/unistd.h/conform): Likewise.
12644         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
12645         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
12646         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
12647         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
12648         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
12649         (test-xfail-XOPEN2K/math.h/conform): Likewise.
12650         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
12651         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
12652         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
12653         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
12654         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
12655         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
12656         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
12657         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
12658         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
12659         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
12660         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
12661         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
12662         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
12663         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
12664         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
12665         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
12666         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
12667         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
12668         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
12669         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
12670         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
12671         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
12672         (test-xfail-POSIX2008/signal.h/conform): Likewise.
12673         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
12674         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
12675         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
12676         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
12677         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
12678         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
12679         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
12680         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
12681         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
12682         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
12683         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
12684         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
12685         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
12686         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
12687         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
12688         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
12689         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
12690         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
12691         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
12692         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
12693         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
12694         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
12695         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
12696         (conformtest-cc-flags): Likewise.
12697         ($(conformtest-header-tests): New target.
12698         * conform/check-header-lists.sh: New file.
12699         * conform/run-conformtest.sh: Remove.
12700
12701         * conform/conformtest.pl: Allow ' and \ in values given for
12702         constants.
12703         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
12704         inclusion.
12705         [POSIX] (sys/types.h): Likewise.
12706         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
12707         inclusion.
12708         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
12709         inclusion.
12710         * conform/data/signal.h-data (SIGIO): Remove expectation.
12711         [XPG3] (SIGBUS): Do not expect.
12712         [POSIX || XPG3] (SIGPOLL): Likewise.
12713         [POSIX || XPG3] (SIGPROF): Likewise.
12714         [POSIX || XPG3] (SIGSYS): Likewise.
12715         [XPG3] (SIGTRAP): Likewise.
12716         [POSIX || XPG3] (SIGURG): Likewise.
12717         [POSIX || XPG3] (SIGVTALRM): Likewise.
12718         [POSIX || XPG3] (SIGXCPU): Likewise.
12719         [POSIX || XPG3] (SIGXFSZ): Likewise.
12720         [POSIX] (SA_SIGINFO): Expect.
12721         [XPG3] (siginfo_t): Do not expect type or contents.
12722         [POSIX] (si_pid): Do not expect element.
12723         [POSIX] (si_uid): Likewise.
12724         [POSIX] (si_addr): Likewise.
12725         [POSIX] (si_status): Likewise.
12726         [POSIX] (si_band): Likewise.
12727         [XPG4] (si_value): Likewise.
12728         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
12729         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
12730         [POSIX || XPG3] (ILL_ILLADR): Likewise.
12731         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
12732         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
12733         [POSIX || XPG3] (ILL_PRVREG): Likewise.
12734         [POSIX || XPG3] (ILL_COPROC): Likewise.
12735         [POSIX || XPG3] (ILL_BADSTK): Likewise.
12736         [POSIX || XPG3] (FPE_INTDIV): Likewise.
12737         [POSIX || XPG3] (FPE_INTOVF): Likewise.
12738         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
12739         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
12740         [POSIX || XPG3] (FPE_FLTUND): Likewise.
12741         [POSIX || XPG3] (FPE_FLTRES): Likewise.
12742         [POSIX || XPG3] (FPE_FLTINV): Likewise.
12743         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
12744         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
12745         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
12746         [POSIX || XPG3] (BUS_ADRALN): Likewise.
12747         [POSIX || XPG3] (BUS_ADRERR): Likewise.
12748         [POSIX || XPG3] (BUS_OBJERR): Likewise.
12749         [POSIX || XPG3] (CLD_EXITED): Likewise.
12750         [POSIX || XPG3] (CLD_KILLED): Likewise.
12751         [POSIX || XPG3] (CLD_DUMPED): Likewise.
12752         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
12753         [POSIX || XPG3] (CLD_STOPPED): Likewise.
12754         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
12755         [POSIX || XPG3] (POLL_IN): Likewise.
12756         [POSIX || XPG3] (POLL_OUT): Likewise.
12757         [POSIX || XPG3] (POLL_MSG): Likewise.
12758         [POSIX || XPG3] (POLL_ERR): Likewise.
12759         [POSIX || XPG3] (POLL_PRI): Likewise.
12760         [POSIX || XPG3] (POLL_HUP): Likewise.
12761         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
12762         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
12763         (SIG*): Do not allow.
12764         [XPG3] (si_*): Likewise.
12765         [XPG3] (SI_*): Likewise.
12766         [XPG3 || XPG4] (sigev_*): Likewise.
12767         [XPG3 || XPG4] (SIGEV_*): Likewise.
12768         [XPG3 || XPG4] (sival_*): Likewise.
12769         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
12770         [POSIX || XPG3] (BUS_*): Likewise.
12771         [POSIX || XPG3] (CLD_*): Likewise.
12772         [POSIX || XPG3] (FPE_*): Likewise.
12773         [POSIX || XPG3] (ILL_*): Likewise.
12774         [POSIX || XPG3] (POLL_*): Likewise.
12775         [POSIX || XPG3] (SEGV_*): Likewise.
12776         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
12777         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
12778         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
12779         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
12780         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
12781         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
12782         Specify type and value.
12783         (TVERSLEN): Likewise.
12784         (REGTYPE): Likewise.
12785         (AREGTYPE): Likewise.
12786         (LNKTYPE): Likewise.
12787         (SYMTYPE): Likewise.
12788         (CHRTYPE): Likewise.
12789         (BLKTYPE): Likewise.
12790         (DIRTYPE): Likewise.
12791         (FIFOTYPE): Likewise.
12792         (CONTTYPE): Likewise.
12793         (TSUID): Likewise.
12794         (TSGID): Likewise.
12795         (TSVTX): Likewise.
12796         (TUREAD): Likewise.
12797         (TUWRITE): Likewise.
12798         (TUEXEC): Likewise.
12799         (TGREAD): Likewise.
12800         (TGWRITE): Likewise.
12801         (TGEXEC): Likewise.
12802         (TOREAD): Likewise.
12803         (TOWRITE): Likewise.
12804         (TOEXEC): Likewise.
12805         [POSIX] (TSVTX): Expect constant.
12806
12807 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
12808
12809         * Makefile (tests): Change dependencies to ....
12810         (tests-special): ... additions to this variable.
12811         (tests): Depend on $(tests-special).
12812         * Makerules (check-abi-list): New variable.
12813         (check-abi): Depend on $(check-abi-list).
12814         [$(subdir) = elf] (tests-special): Add
12815         $(objpfx)check-abi-libc.out.
12816         [$(build-shared) = yes && subdir] (tests-special): Add
12817         $(check-abi-list).
12818         [$(build-shared) = yes && subdir] (tests): Do not depend on
12819         check-abi.
12820         * Rules (tests): Depend on $(tests-special).
12821         (xtests): Depend on $(xtests-special).
12822         * catgets/Makefile (tests): Change dependencies to ....
12823         (tests-special): ... additions to this variable.
12824         * conform/Makefile (tests): Change dependencies to ....
12825         (tests-special): ... additions to this variable.
12826         * elf/Makefile (tests): Change dependencies to ....
12827         (tests-special): ... additions to this variable.
12828         * grp/Makefile (tests): Change dependencies to ....
12829         (tests-special): ... additions to this variable.
12830         * iconv/Makefile (xtests): Change dependencies to ....
12831         (xtests-special): ... additions to this variable.
12832         * iconvdata/Makefile (tests): Change dependencies to ....
12833         (tests-special): ... additions to this variable.
12834         * intl/Makefile (tests): Change dependencies to ....
12835         (tests-special): ... additions to this variable.  Also add
12836         $(objpfx)tst-gettext.out.
12837         * io/Makefile (tests): Change dependencies to ....
12838         (tests-special): ... additions to this variable.
12839         * libio/Makefile (tests): Change dependencies to ....
12840         (tests-special): ... additions to this variable.
12841         * malloc/Makefile (tests): Change dependencies to ....
12842         (tests-special): ... additions to this variable.
12843         * misc/Makefile (tests): Change dependencies to ....
12844         (tests-special): ... additions to this variable.
12845         * nptl/Makefile (tests): Change dependencies to ....
12846         (tests-special): ... additions to this variable.
12847         * nptl_db/Makefile (tests): Change dependencies to ....
12848         (tests-special): ... additions to this variable.
12849         * posix/Makefile (tests): Change dependencies to ....
12850         (tests-special): ... additions to this variable.
12851         (xtests): Change dependencies to ....
12852         (xtests-special): ... additions to this variable.
12853         * resolv/Makefile (tests): Change dependencies to ....
12854         (tests-special): ... additions to this variable.
12855         (xtests): Change dependencies to ....
12856         (xtests-special): ... additions to this variable.
12857         * stdio-common/Makefile (tests): Change dependencies to ....
12858         (tests-special): ... additions to this variable.
12859         (do-tst-unbputc): Remove target.
12860         (do-tst-printf): Likewise.
12861         * stdlib/Makefile (tests): Change dependencies to ....
12862         (tests-special): ... additions to this variable.
12863         * string/Makefile (tests): Change dependencies to ....
12864         (tests-special): ... additions to this variable.
12865         * sysdeps/x86/Makefile (tests): Change dependencies to ....
12866         (tests-special): ... additions to this variable.
12867
12868         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
12869         whole file.
12870         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
12871         whole file.
12872         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
12873         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
12874
12875         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
12876         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
12877         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
12878         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
12879         * conform/data/libgen.h-data [XPG3]: Likewise.
12880         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
12881         * conform/data/ndbm.h-data [XPG3]: Likewise.
12882         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12883         * conform/data/netdb.h-data [XPG3]: Likewise.
12884         * conform/data/netinet/in.h-data [XPG3]: Likewise.
12885         * conform/data/poll.h-data [XPG3]: Likewise.
12886         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12887         * conform/data/strings.h-data [XPG3]: Likewise.
12888         * conform/data/stropts.h-data [XPG3]: Likewise.
12889         * conform/data/sys/mman.h-data [XPG3]: Likewise.
12890         * conform/data/sys/resource.h-data [XPG3]: Likewise.
12891         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
12892         Likewise.
12893         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
12894         * conform/data/sys/time.h-data [XPG3]: Likewise.
12895         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
12896         * conform/data/sys/uio.h-data [XPG3]: Likewise.
12897         * conform/data/sys/un.h-data [XPG3]: Likewise.
12898         * conform/data/syslog.h-data [XPG3]: Likewise.
12899         * conform/data/ucontext.h-data [XPG3]: Likewise.
12900         * conform/data/utmpx.h-data [XPG3]: Likewise.
12901         * conform/data/varargs.h-data [UNIX98]: Enable file.
12902
12903         * manual/Makefile (INSTALL_INFO): Remove variable setting.
12904
12905         * math/libm-test.inc (struct test_f_f_data): Move expected results
12906         into structure for each rounding mode.
12907         (struct test_ff_f_data): Likewise.
12908         (struct test_ff_f_data_nexttoward): Likewise.
12909         (struct test_fi_f_data): Likewise.
12910         (struct test_fl_f_data): Likewise.
12911         (struct test_if_f_data): Likewise.
12912         (struct test_fff_f_data): Likewise.
12913         (struct test_c_f_data): Likewise.
12914         (struct test_f_f1_data): Likewise.
12915         (struct test_fF_f1_data): Likewise.
12916         (struct test_ffI_f1_data): Likewise.
12917         (struct test_c_c_data): Likewise.
12918         (struct test_cc_c_data): Likewise.
12919         (struct test_f_i_data): Likewise.
12920         (struct test_ff_i_data): Likewise.
12921         (struct test_f_l_data): Likewise.
12922         (struct test_f_L_data): Likewise.
12923         (struct test_fFF_11_data): Likewise.
12924         (RM_): New macro.
12925         (RM_FE_DOWNWARD): Likewise.
12926         (RM_FE_TONEAREST): Likewise.
12927         (RM_FE_TOWARDZERO): Likewise.
12928         (RM_FE_UPWARD): Likewise.
12929         (RUN_TEST_LOOP_f_f): Update references to expected results.
12930         (RUN_TEST_LOOP_2_f): Likewise.
12931         (RUN_TEST_LOOP_fff_f): Likewise.
12932         (RUN_TEST_LOOP_c_f): Likewise.
12933         (RUN_TEST_LOOP_f_f1): Likewise.
12934         (RUN_TEST_LOOP_fF_f1): Likewise.
12935         (RUN_TEST_LOOP_fI_f1): Likewise.
12936         (RUN_TEST_LOOP_ffI_f1): Likewise.
12937         (RUN_TEST_LOOP_c_c): Likewise.
12938         (RUN_TEST_LOOP_cc_c): Likewise.
12939         (RUN_TEST_LOOP_f_i): Likewise.
12940         (RUN_TEST_LOOP_f_i_tg): Likewise.
12941         (RUN_TEST_LOOP_ff_i_tg): Likewise.
12942         (RUN_TEST_LOOP_f_b): Likewise.
12943         (RUN_TEST_LOOP_f_b_tg): Likewise.
12944         (RUN_TEST_LOOP_f_l): Likewise.
12945         (RUN_TEST_LOOP_f_L): Likewise.
12946         (RUN_TEST_LOOP_fFF_11): Likewise.
12947         * math/gen-libm-test.pl (parse_args): Output four copies of
12948         expected results for each test.
12949
12950         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12951         (__ASSUME_UTIMES): Remove.
12952         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12953         (__ASSUME_UTIMES): Likewise.
12954
12955         * math/gen-auto-libm-tests.c: Update comment on output format.
12956         (output_for_one_input_case): Generate before-rounding and
12957         after-rounding information as conditions on output flags not
12958         floating-point format.
12959         * math/auto-libm-test-out: Regenerated.
12960         * math/gen-libm-test.pl (cond_value): New function.
12961         (or_cond_value): Use cond_value.
12962         (generate_testfile): Handle conditional exceptions.
12963
12964 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
12965
12966         * math/libm-test.inc (max_valid_error): New variable.
12967         (init_max_error): Take new argument specifying whether function
12968         results are exactly determined.  Set max_valid_error and bound
12969         other variables for errors based on this argument.
12970         (set_max_error): Do not record results above max_valid_error.
12971         (check_float_internal): Only accept errors of up to 0.5ulps if
12972         also at most max_valid_error.
12973         (START): Take new argument EXACT and pass it to init_max_error.
12974         (acos_test): Update call to START.
12975         (acos_test_tonearest): Likewise.
12976         (acos_test_towardzero): Likewise.
12977         (acos_test_downward): Likewise.
12978         (acos_test_upward): Likewise.
12979         (acosh_test): Likewise.
12980         (asin_test): Likewise.
12981         (asin_test_tonearest): Likewise.
12982         (asin_test_towardzero): Likewise.
12983         (asin_test_downward): Likewise.
12984         (asin_test_upward): Likewise.
12985         (asinh_test): Likewise.
12986         (atan_test): Likewise.
12987         (atanh_test): Likewise.
12988         (atan2_test): Likewise.
12989         (cabs_test): Likewise.
12990         (cacos_test): Likewise.
12991         (cacosh_test): Likewise.
12992         (carg_test): Likewise.
12993         (casin_test): Likewise.
12994         (casinh_test): Likewise.
12995         (catan_test): Likewise.
12996         (catanh_test): Likewise.
12997         (cbrt_test): Likewise.
12998         (ccos_test): Likewise.
12999         (ccosh_test): Likewise.
13000         (ceil_test): Likewise.
13001         (cexp_test): Likewise.
13002         (cimag_test): Likewise.
13003         (clog_test): Likewise.
13004         (clog10_test): Likewise.
13005         (conj_test): Likewise.
13006         (copysign_test): Likewise.
13007         (cos_test): Likewise.
13008         (cos_test_tonearest): Likewise.
13009         (cos_test_towardzero): Likewise.
13010         (cos_test_downward): Likewise.
13011         (cos_test_upward): Likewise.
13012         (cosh_test): Likewise.
13013         (cosh_test_tonearest): Likewise.
13014         (cosh_test_towardzero): Likewise.
13015         (cosh_test_downward): Likewise.
13016         (cosh_test_upward): Likewise.
13017         (cpow_test): Likewise.
13018         (cproj_test): Likewise.
13019         (creal_test): Likewise.
13020         (csin_test): Likewise.
13021         (csinh_test): Likewise.
13022         (csqrt_test): Likewise.
13023         (ctan_test): Likewise.
13024         (ctan_test_tonearest): Likewise.
13025         (ctan_test_towardzero): Likewise.
13026         (ctan_test_downward): Likewise.
13027         (ctan_test_upward): Likewise.
13028         (ctanh_test): Likewise.
13029         (ctanh_test_tonearest): Likewise.
13030         (ctanh_test_towardzero): Likewise.
13031         (ctanh_test_downward): Likewise.
13032         (ctanh_test_upward): Likewise.
13033         (erf_test): Likewise.
13034         (erfc_test): Likewise.
13035         (exp_test): Likewise.
13036         (exp_test_tonearest): Likewise.
13037         (exp_test_towardzero): Likewise.
13038         (exp_test_downward): Likewise.
13039         (exp_test_upward): Likewise.
13040         (exp10_test): Likewise.
13041         (exp10_test_tonearest): Likewise.
13042         (exp10_test_towardzero): Likewise.
13043         (exp10_test_downward): Likewise.
13044         (exp10_test_upward): Likewise.
13045         (pow10_test): Likewise.
13046         (exp2_test): Likewise.
13047         (expm1_test): Likewise.
13048         (expm1_test_tonearest): Likewise.
13049         (expm1_test_towardzero): Likewise.
13050         (expm1_test_downward): Likewise.
13051         (expm1_test_upward): Likewise.
13052         (fabs_test): Likewise.
13053         (fdim_test): Likewise.
13054         (floor_test): Likewise.
13055         (fma_test): Likewise.
13056         (fma_test_towardzero): Likewise.
13057         (fma_test_downward): Likewise.
13058         (fma_test_upward): Likewise.
13059         (fmax_test): Likewise.
13060         (fmin_test): Likewise.
13061         (fmod_test): Likewise.
13062         (fpclassify_test): Likewise.
13063         (frexp_test): Likewise.
13064         (hypot_test): Likewise.
13065         (ilogb_test): Likewise.
13066         (isfinite_test): Likewise.
13067         (finite_test): Likewise.
13068         (isgreater_test): Likewise.
13069         (isgreaterequal_test): Likewise.
13070         (isinf_test): Likewise.
13071         (isless_test): Likewise.
13072         (islessequal_test): Likewise.
13073         (islessgreater_test): Likewise.
13074         (isnan_test): Likewise.
13075         (isnormal_test): Likewise.
13076         (issignaling_test): Likewise.
13077         (isunordered_test): Likewise.
13078         (j0_test): Likewise.
13079         (j1_test): Likewise.
13080         (jn_test): Likewise.
13081         (ldexp_test): Likewise.
13082         (lgamma_test): Likewise.
13083         (gamma_test): Likewise.
13084         (lrint_test): Likewise.
13085         (lrint_test_tonearest): Likewise.
13086         (lrint_test_towardzero): Likewise.
13087         (lrint_test_downward): Likewise.
13088         (lrint_test_upward): Likewise.
13089         (llrint_test): Likewise.
13090         (llrint_test_tonearest): Likewise.
13091         (llrint_test_towardzero): Likewise.
13092         (llrint_test_downward): Likewise.
13093         (llrint_test_upward): Likewise.
13094         (log_test): Likewise.
13095         (log10_test): Likewise.
13096         (log1p_test): Likewise.
13097         (log2_test): Likewise.
13098         (logb_test): Likewise.
13099         (logb_test_downward): Likewise.
13100         (lround_test): Likewise.
13101         (llround_test): Likewise.
13102         (modf_test): Likewise.
13103         (nearbyint_test): Likewise.
13104         (nextafter_test): Likewise.
13105         (nexttoward_test): Likewise.
13106         (pow_test): Likewise.
13107         (pow_test_tonearest): Likewise.
13108         (pow_test_towardzero): Likewise.
13109         (pow_test_downward): Likewise.
13110         (pow_test_upward): Likewise.
13111         (remainder_test): Likewise.
13112         (drem_test): Likewise.
13113         (remainder_test_tonearest): Likewise.
13114         (drem_test_tonearest): Likewise.
13115         (remainder_test_towardzero): Likewise.
13116         (drem_test_towardzero): Likewise.
13117         (remainder_test_downward): Likewise.
13118         (drem_test_downward): Likewise.
13119         (remainder_test_upward): Likewise.
13120         (drem_test_upward): Likewise.
13121         (remquo_test): Likewise.
13122         (rint_test): Likewise.
13123         (rint_test_tonearest): Likewise.
13124         (rint_test_towardzero): Likewise.
13125         (rint_test_downward): Likewise.
13126         (rint_test_upward): Likewise.
13127         (round_test): Likewise.
13128         (scalb_test): Likewise.
13129         (scalbn_test): Likewise.
13130         (scalbln_test): Likewise.
13131         (signbit_test): Likewise.
13132         (sin_test): Likewise.
13133         (sin_test_tonearest): Likewise.
13134         (sin_test_towardzero): Likewise.
13135         (sin_test_downward): Likewise.
13136         (sin_test_upward): Likewise.
13137         (sincos_test): Likewise.
13138         (sinh_test): Likewise.
13139         (sinh_test_tonearest): Likewise.
13140         (sinh_test_towardzero): Likewise.
13141         (sinh_test_downward): Likewise.
13142         (sinh_test_upward): Likewise.
13143         (sqrt_test): Likewise.
13144         (sqrt_test_tonearest): Likewise.
13145         (sqrt_test_towardzero): Likewise.
13146         (sqrt_test_downward): Likewise.
13147         (sqrt_test_upward): Likewise.
13148         (tan_test): Likewise.
13149         (tan_test_tonearest): Likewise.
13150         (tan_test_towardzero): Likewise.
13151         (tan_test_downward): Likewise.
13152         (tan_test_upward): Likewise.
13153         (tanh_test): Likewise.
13154         (tgamma_test): Likewise.
13155         (trunc_test): Likewise.
13156         (y0_test): Likewise.
13157         (y1_test): Likewise.
13158         (yn_test): Likewise.
13159         (significand_test): Likewise.
13160
13161         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13162         individual tests in comment.
13163         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13164         (prev_max_error): New variable.
13165         (prev_real_max_error): Likewise.
13166         (prev_imag_max_error): Likewise.
13167         (compare_ulp_data): Don't refer to test names in comment.
13168         (find_test_ulps): Remove function.
13169         (find_function_ulps): Likewise.
13170         (find_complex_function_ulps): Likewise.
13171         (init_max_error): Take function name as argument.  Look up ulps
13172         for that function.
13173         (print_ulps): Remove function.
13174         (print_max_error): Use prev_max_error instead of calling
13175         find_function_ulps.
13176         (print_complex_max_error): Use prev_real_max_error and
13177         prev_imag_max_error instead of calling find_complex_function_ulps.
13178         (check_float_internal): Take max_ulp parameter instead of calling
13179         find_test_ulps.  Don't call print_ulps.
13180         (check_float): Update call to check_float_internal.
13181         (check_complex): Update calls to check_float_internal.
13182         (START): Pass argument to init_max_error.
13183         * math/gen-libm-test.pl (%results): Don't include "kind"
13184         information.
13185         (parse_ulps): Don't handle ulps of individual tests.
13186         (print_ulps_file): Likewise.
13187         (output_ulps): Likewise.
13188         * math/README.libm-test: Update.
13189         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13190         individual tests.
13191         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13192         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13193         * sysdeps/arm/libm-test-ulps: Likewise.
13194         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13195         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13196         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13197         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13198         * sysdeps/microblaze/libm-test-ulps: Likewise.
13199         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13200         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13201         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13202         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13203         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13204         * sysdeps/sh/libm-test-ulps: Likewise.
13205         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13206         * sysdeps/tile/libm-test-ulps: Likewise.
13207         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13208
13209 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13210
13211         * math/libm-test.inc (print_complex_max_error): Check separately
13212         whether real and imaginary errors are within allowed range and
13213         pass 0 to print_complex_function_ulps instead of value within
13214         allowed range.
13215
13216 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13217
13218         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13219         formatting.
13220         (get_handles_fopen): Likewise.
13221         (do_write_test): Likewise.
13222
13223         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13224
13225         * libio/fileops.c (do_ftell): Use cached offset when
13226         available.
13227         * libio/iofwide.c (do_ftell_wide): Likewise.
13228         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13229         _IO_file_attach.
13230         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13231
13232         [BZ #16532]
13233         * libio/libioP.h (get_file_offset): New function.
13234         * libio/fileops.c (get_file_offset): Likewise.
13235         (do_ftell): Likewise.
13236         (_IO_new_file_seekoff): Split out ftell logic.
13237         * libio/wfileops.c (do_ftell_wide): Likewise.
13238         (_IO_wfile_seekoff): Split out ftell logic.
13239         * libio/tst-ftell-active-handler.c: New test case.
13240         * libio/Makefile (tests): Add it.
13241
13242 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13243
13244         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13245         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13246
13247 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13248
13249         [BZ #16639]
13250         * nscd/connections.c (nscd_init): Call do_exit.
13251         (start_threads): Call do_exit and notify_parent.
13252         (begin_drop_privileges): Call do_exit.
13253         (finish_drop_privileges): Likewise.
13254         * nscd/selinux.c (preserve_capabilities): Likewise.
13255         (install_real_capabilities): Likewise.
13256         (nscd_selinux_enabled): Likewise.
13257         (avc_create_thread): Likewise.
13258         (avc_alloc_lock): Likewise.
13259         (nscd_avc_init): Likewise.
13260         * nscd/nscd.c (parent_fd): New static variable.
13261         (main): Create a pipe between parent and child processes.
13262         Skip closing parent_fd.
13263         (monitor_child): New function.
13264         (do_exit): Likewise.
13265         (notify_parent): Likewise.
13266         * nscd/nscd.h (notify_parent): Likewise.
13267         (do_exit): Likewise.
13268
13269 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13270
13271         * malloc/malloc.c (__libc_calloc): Revert last change.
13272
13273 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13274
13275         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13276
13277 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13278
13279         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13280         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13281         implementation.
13282         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13283         (__libc_ifunc_impl_list): Likewise.
13284         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13285         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13286         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13287         * string/strrchr.c: Define STRRCHR.
13288
13289 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13290
13291         * benchtest/bench-strtok.c (simple_strtok): Delete.
13292         (strtok_string): Use as benchmark.
13293         * string/strtok (STRTOK): New macro.
13294
13295 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13296
13297         * manual/threads.texi: Add header and standard comments to all
13298         functions.
13299
13300         * elf/dl-lookup.c (check_match): New function.
13301         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13302         (do_lookup_x): Remove nested function check_match. Use non-nested
13303         function check_match.
13304
13305 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13306
13307         * csu/Makefile (generated, before-compile): Use += rather than =.
13308         * catgets/Makefile (generated, generated-dirs): Likewise.
13309         * debug/Makefile (generated): Likewise.
13310         * dlfcn/Makefile (generated): Likewise.
13311         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13312         * iconvdata/Makefile (before-compile, generated): Likewise.
13313         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13314         * libio/Makefile (generated): Likewise.
13315         * malloc/Makefile (generated): Likewise.
13316         * manual/Makefile (generated, generated-dirs): Likewise.
13317         * misc/Makefile (generated): Likewise.
13318         * posix/Makefile (generated): Likewise.
13319         * resolv/Makefile (generated): Likewise.
13320         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13321         * timezone/Makefile (generated, generated-dirs): Likewise.
13322
13323         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13324
13325 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13326
13327         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13328         power8 implementation.
13329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13330         file: POWER8 llround ifunc implementation.
13331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13332         (__lllround): Add POWER8 implementation.
13333         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13334         POWER8 llround implementation.
13335
13336         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13337         power8 implementation.
13338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13339         file: POWER8 llrint ifunc implementation.
13340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13341         Add POWER8 implementation.
13342         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13343         POWER8 llrint implementation.
13344
13345         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13346         power8 implementation.
13347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13348         file: POWER8 finite ifunc implementation.
13349         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13350         Add POWER8 implementation.
13351         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13352         Likewise.
13353         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13354         POWER8 finite implementation.
13355         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13356
13357         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13358         power8 implementation.
13359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13360         file: POWER8 isinf ifunc implementation.
13361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13362         POWER8 implementation.
13363         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13364         Likewise.
13365         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13366         isinf implementation.
13367         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13368
13369         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13370         (INIT_ARCH): Add hwcap2 initialization.
13371         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13372         power8 implementation.
13373         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13374         file: POWER8 isnan ifunc implementation.
13375         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13376         POWER8 implementation.
13377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13378         Likewise.
13379         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13380         isnan implementation.
13381         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13382
13383 2014-02-27  Joey Ye  <joey.ye@arm.com>
13384
13385         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13386         (_FP_NANFRAC_Q): Set to zero.
13387
13388 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13389
13390         [BZ #16623]
13391         * math/auto-libm-test-in: New test inputs.
13392         * math/auto-libm-test-out: Regenerate.
13393         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13394         and DA.
13395         (__cos): Likewise.
13396         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13397
13398 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13399
13400         * scripts/evaluate-test.sh: Take new argument indicating whether
13401         failure is expected.
13402         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13403         indicating whether failure is expected.
13404         * conform/Makefile (test-xfail-run-conformtest): New variable.
13405         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13406         level.
13407         * posix/Makefile (test-xfail-annexc): New variable.
13408         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13409
13410 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13411
13412         * argp/Makefile: Include Makeconfig immediately after defining
13413         subdir.
13414         * assert/Makefile: Likewise.
13415         * benchtests/Makefile: Likewise.
13416         * catgets/Makefile: Likewise.
13417         * conform/Makefile: Likewise.
13418         * crypt/Makefile: Likewise.
13419         * csu/Makefile: Likewise.
13420         (all): Remove target.
13421         * ctype/Makefile: Include Makeconfig immediately after defining
13422         subdir.
13423         * debug/Makefile: Likewise.
13424         * dirent/Makefile: Likewise.
13425         * dlfcn/Makefile: Likewise.
13426         * gmon/Makefile: Likewise.
13427         * gnulib/Makefile: Likewise.
13428         * grp/Makefile: Likewise.
13429         * gshadow/Makefile: Likewise.
13430         * hesiod/Makefile: Likewise.
13431         * hurd/Makefile: Likewise.
13432         (all): Remove target.
13433         * iconvdata/Makefile: Include Makeconfig immediately after
13434         defining subdir.
13435         * inet/Makefile: Likewise.
13436         * intl/Makefile: Likewise.
13437         * io/Makefile: Likewise.
13438         * libio/Makefile: Likewise.
13439         (all): Remove target.
13440         * locale/Makefile: Include Makeconfig immediately after defining
13441         subdir.
13442         * login/Makefile: Likewise.
13443         * mach/Makefile: Likewise.
13444         (all): Remove target.
13445         * malloc/Makefile: Include Makeconfig immediately after defining
13446         subdir.
13447         (all): Remove target.
13448         * manual/Makefile: Include Makeconfig immediately after defining
13449         subdir.
13450         * math/Makefile: Likewise.
13451         * misc/Makefile: Likewise.
13452         * nis/Makefile: Likewise.
13453         * nss/Makefile: Likewise.
13454         * po/Makefile: Likewise.
13455         (all): Remove target.
13456         * posix/Makefile: Include Makeconfig immediately after defining
13457         subdir.
13458         * pwd/Makefile: Likewise.
13459         * resolv/Makefile: Likewise.
13460         * resource/Makefile: Likewise.
13461         * rt/Makefile: Likewise.
13462         * setjmp/Makefile: Likewise.
13463         * shadow/Makefile: Likewise.
13464         * signal/Makefile: Likewise.
13465         * socket/Makefile: Likewise.
13466         * soft-fp/Makefile: Likewise.
13467         * stdio-common/Makefile: Likewise.
13468         * stdlib/Makefile: Likewise.
13469         * streams/Makefile: Likewise.
13470         * string/Makefile: Likewise.
13471         * sunrpc/Makefile: Likewise.
13472         (all): Remove target.
13473         * sysvipc/Makefile: Include Makeconfig immediately after defining
13474         subdir.
13475         * termios/Makefile: Likewise.
13476         * time/Makefile: Likewise.
13477         * timezone/Makefile: Likewise.
13478         (all): Remove target.
13479         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13480         subdir.
13481         * wctype/Makefile: Likewise.
13482
13483 2014-02-26  Steve Ellcey  <sellcey@mips.com>
13484
13485         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13486         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13487         (libc_feholdexcept_setround_mips): Ditto.
13488         (libc_feholdsetround): New.
13489         (libc_feholdsetroundf): New.
13490         (libc_feholdsetroundl): New.
13491         (libc_feupdateenv_test_mips): New.
13492         (libc_feupdateenv_test): New.
13493         (libc_feupdateenv_testf): New.
13494         (libc_feupdateenv_testl): New.
13495         (libc_feresetround): New.
13496         (libc_feresetroundf): New.
13497         (libc_feresetroundl): New.
13498         (libc_fetestexcept_mips): New.
13499         (libc_fetestexcept): New.
13500         (libc_fetestexceptf): New.
13501         (libc_fetestexceptl): New.
13502         (HAVE_RM_CTX): New.
13503         (libc_feholdexcept_setround_mips_ctx): New.
13504         (libc_feholdexcept_setround_ctx): New.
13505         (libc_feholdexcept_setroundf_ctx): New.
13506         (libc_feholdexcept_setroundl_ctx): New.
13507         (libc_fesetenv_mips_ctx): New.
13508         (libc_fesetenv_ctx): New.
13509         (libc_fesetenv_ctxf): New.
13510         (libc_fesetenv_ctxl): New.
13511         (libc_feupdateenv_mips_ctx): New.
13512         (libc_feupdateenv_ctx): New.
13513         (libc_feupdateenvf_ctx): New.
13514         (libc_feupdateenvl_ctx): New.
13515         (libc_feholdsetround_mips_ctx): New.
13516         (libc_feholdsetround_ctx): New.
13517         (libc_feholdsetroundf_ctx): New.
13518         (libc_feholdsetroundl_ctx): New.
13519         (libc_feresetround_mips_ctx): New.
13520         (libc_feresetround_ctx): New.
13521         (libc_feresetroundf_ctx): New.
13522         (libc_feresetroundl_ctx): New.
13523
13524 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
13525
13526         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13527
13528         * manual/ipc.texi: New file.
13529         * manual/Makefile (chapters): Add ipc.
13530         * manual/job.texi: Add "Inter-Process Communication" to next.
13531         * manual/process.texi: Add "Inter-Process Communication" to prev.
13532
13533 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13534
13535         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13536
13537 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
13538
13539         * malloc/malloc.c (__libc_calloc): Simplify implementation.
13540
13541         * manual/arith.texi: Fix spaces after sentences.
13542         * manual/charset.texi: Likewise.
13543         * manual/errno.texi: Likewise.
13544         * manual/install.texi: Likewise.
13545         * manual/llio.texi: Likewise.
13546         * manual/locale.texi: Likewise.
13547         * manual/maint.texi: Likewise.
13548         * manual/math.texi: Likewise.
13549         * manual/memory.texi: Likewise.
13550         * manual/message.texi: Likewise.
13551         * manual/probes.texi: Likewise.
13552         * manual/resource.texi: Likewise.
13553         * manual/signal.texi: Likewise.
13554         * manual/socket.texi: Likewise.
13555         * manual/stdio.texi: Likewise.
13556         * manual/string.texi: Likewise.
13557         * manual/time.texi: Likewise.
13558         * manual/users.texi: Likewise.
13559
13560 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
13561
13562         [BZ #16632]
13563         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13564         _DEFAULT_SOURCE is defined.
13565
13566 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
13567             Carlos O'Donell  <carlos@redhat.com>
13568
13569         [BZ #16613]
13570         * elf/dl-tls.c (_dl_count_modids): New function.
13571         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13572         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13573         audit library and increment generation counter.
13574         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13575         * elf/tst-audit9.c: New file.
13576         * elf/tst-auditmod9a.c: New file.
13577         * elf/tst-auditmod9b.c: New file.
13578         * elf/Makefile: Add rules to build and run tst-audit9.
13579
13580 2014-02-25  Florian Weimer  <fweimer@redhat.com>
13581
13582         [BZ #15347]
13583         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13584
13585 2014-02-25  Will Newton  <will.newton@linaro.org>
13586
13587         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13588         (__longjmp): Restore sp and lr before restoring callee
13589         saved registers.  Add longjmp and longjmp_target
13590         SystemTap probe point.
13591         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13592         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13593         Define to zero to match jmpbuf layout.
13594         * sysdeps/arm/setjmp.S: Include stap-probe.h.
13595         (__sigsetjmp): Save sp and lr before saving callee
13596         saved registers.  Add setjmp SystemTap probe point.
13597
13598 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13599
13600         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13601
13602 2014-02-24  Andreas Schwab  <schwab@suse.de>
13603
13604         [BZ #15804]
13605         * elf/pldd.c (wait_for_ptrace_stop): New function.
13606         (main): Call it after attaching.
13607
13608 2014-02-22  Roland McGrath  <roland@hack.frob.com>
13609
13610         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13611         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13612         Versions files is now verboten.
13613         * hurd/Versions (libc: GLIBC_2.0):
13614         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13615         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13616         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13617         * mach/Versions: Likewise.
13618
13619         * csu/Versions: Remove unused %include.
13620         * resolv/Versions: Likewise.
13621
13622 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
13623
13624         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13625         ($(objpfx)check-local-headers.out): Likewise.
13626         ($(objpfx)begin-end-check.out): Likewise.
13627         * Makerules (check-abi-%.out): Likewise.
13628         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13629         ($(objpfx)test2.cat): Likewise.
13630         ($(objpfx)de/libc.cat): Likewise.
13631         ($(objpfx)test-gencat.out): Likewise.
13632         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13633         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13634         ($(objpfx)noload-mem): Likewise.
13635         ($(objpfx)tst-pathopt.out): Likewise.
13636         ($(objpfx)tst-rtld-load-self.out): Likewise.
13637         ($(objpfx)tst-array1-cmp.out): Likewise.
13638         ($(objpfx)tst-array1-static-cmp.out): Likewise.
13639         ($(objpfx)tst-array2-cmp.out): Likewise.
13640         ($(objpfx)tst-array3-cmp.out): Likewise.
13641         ($(objpfx)tst-array4-cmp.out): Likewise.
13642         ($(objpfx)tst-array5-cmp.out): Likewise.
13643         ($(objpfx)tst-array5-static-cmp.out): Likewise.
13644         ($(objpfx)check-textrel.out): Likewise.
13645         ($(objpfx)check-execstack.out): Likewise.
13646         ($(objpfx)check-localplt.out): Likewise.
13647         ($(objpfx)order2-cmp.out): Likewise.
13648         ($(objpfx)tst-leaks1-mem): Likewise.
13649         ($(objpfx)tst-leaks1-static-mem): Likewise.
13650         ($(objpfx)tst-initorder-cmp.out): Likewise.
13651         ($(objpfx)tst-initorder2-cmp.out): Likewise.
13652         ($(objpfx)tst-unused-dep.out): Likewise.
13653         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
13654         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
13655         * iconv/Makefile (test-iconvconfig): Likewise.
13656         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
13657         ($(objpfx)iconv-test.out): Likewise.
13658         ($(objpfx)tst-tables.out): Likewise.
13659         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
13660         ($(objpfx)tst-gettext.out): Likewise.
13661         ($(objpfx)tst-translit.out): Likewise.
13662         ($(objpfx)tst-gettext2.out): Likewise.
13663         ($(objpfx)tst-gettext4.out): Likewise.
13664         ($(objpfx)tst-gettext6.out): Likewise.
13665         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
13666         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
13667         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
13668         ($(objpfx)tst-fopenloc-mem.out): Likewise.
13669         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
13670         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
13671         * posix/Makefile ($(objpfx)globtest.out): Likewise.
13672         ($(objpfx)wordexp-tst.out): Likewise.
13673         ($(objpfx)annexc.out): Likewise.
13674         ($(objpfx)tst-fnmatch-mem): Likewise.
13675         ($(objpfx)bug-regex2-mem): Likewise.
13676         ($(objpfx)bug-regex14-mem): Likewise.
13677         ($(objpfx)bug-regex21-mem): Likewise.
13678         ($(objpfx)bug-regex31-mem): Likewise.
13679         ($(objpfx)tst-vfork3-mem): Likewise.
13680         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13681         ($(objpfx)tst-pcre-mem): Likewise.
13682         ($(objpfx)tst-boost-mem): Likewise.
13683         ($(objpfx)tst-getconf.out): Likewise.
13684         ($(objpfx)bug-ga2-mem): Likewise.
13685         ($(objpfx)bug-glob2-mem): Likewise.
13686         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
13687         ($(objpfx)mtrace-tst-leaks2): Likewise.
13688         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
13689         ($(objpfx)tst-printf.out): Likewise.
13690         ($(objpfx)tst-setvbuf1.out): Likewise.
13691         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
13692         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
13693         ($(objpfx)tst-fmtmsg.out): Likewise.
13694         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
13695         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
13696
13697         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
13698         * bits/sigaction.h [__USE_MISC]: Likewise.
13699         * bits/waitstatus.h: Update #endif comments.
13700         * ctype/ctype.h: Likewise.
13701         * dirent/dirent.h: Likewise.
13702         [__USE_MISC]: Remove redundant conditionals.
13703         * grp/grp.h: Update #endif comments.
13704         [__USE_GNU]: Remove redundant conditionals.
13705         [__USE_MISC]: Likewise.
13706         * inet/netinet/in.h [__USE_GNU]: Likewise.
13707         * io/sys/stat.h [__USE_MISC]: Likewise.
13708         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
13709         * libio/bits/stdio.h: Update #endif comments.
13710         [__USE_MISC]: Remove redundant conditionals.
13711         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
13712         * libio/stdio.h: Update #endif comments.
13713         [__USE_MISC]: Remove redundant conditionals.
13714         * math/bits/math-finite.h [__USE_MISC]: Likewise.
13715         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
13716         * math/math.h: Update #else and #endif comments.
13717         [__USE_MISC]: Remove redundant conditionals.
13718         * misc/sys/uio.h: Update #endif comments.
13719         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
13720         * posix/glob.h [__USE_MISC]: Likewise.
13721         * posix/sys/types.h: Update #endif comments.
13722         [__USE_MISC]: Remove redundant conditionals.
13723         * posix/sys/wait.h: Update #endif comments.
13724         [__USE_MISC]: Remove redundant conditionals.
13725         * posix/unistd.h: Update #endif comments.
13726         [__USE_MISC]: Remove redundant conditionals.
13727         * pwd/pwd.h [__USE_GNU]: Likewise.
13728         [__USE_MISC]: Likewise.
13729         * resolv/netdb.h [__USE_GNU]: Likewise.
13730         * signal/signal.h: Update #endif comments.
13731         [__USE_MISC]: Remove redundant conditionals.
13732         * stdlib/stdlib.h: Update #else and #endif comments.
13733         [__USE_MISC]: Remove redundant conditionals.
13734         [__USE_GNU]: Likewise.
13735         * string/bits/string2.h [__USE_MISC]: Likewise.
13736         * string/string.h: Update #endif comments.
13737         [__USE_MISC]: Remove redundant conditionals.
13738         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
13739         Likewise.
13740         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
13741         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
13742         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
13743         Likewise.
13744         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
13745         Likewise.
13746         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
13747         comments.
13748         [__USE_MISC]: Remove redundant conditionals.
13749         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
13750         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
13751         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
13752         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
13753         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
13754         Likewise.
13755         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
13756         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
13757         Likewise.
13758         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
13759         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
13760         Likewise.
13761         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
13762         Likewise.
13763         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
13764         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
13765         Likewise.
13766         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
13767         Likewise.
13768         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
13769         * sysdeps/x86/bits/string.h: Update #endif comments.
13770         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
13771         conditionals.
13772         * time/sys/time.h: Update #endif comments.
13773         * time/time.h: Likewise.
13774         [__USE_MISC]: Remove redundant conditionals.
13775
13776 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
13777
13778         [BZ #16600]
13779         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
13780
13781 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
13782
13783         * Versions.def (librt): Add GLIBC_2.17.
13784
13785 2014-02-21  Adam Conrad  <adconrad@0c3.net>
13786
13787         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
13788         synonym for _SYS_AUXV_H to allow direct inclusion.
13789         * sysdeps/sparc/bits/hwcap.h: Likewise.
13790         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
13791         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
13792         * sysdeps/sparc/sysdep.h: Likewise.
13793
13794 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13795
13796         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
13797
13798 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13799
13800         * benchtests/bench-strrchr.c: Print length instead of position.
13801
13802 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
13803
13804         [BZ #16611]
13805         * sysdeps/unix/sysv/linux/kernel-features.h
13806         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
13807         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
13808         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
13809         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
13810         Likewise.
13811         [__i386__ || __powerpc__ || __sh__ || __sparc__]
13812         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13813         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
13814         (__ASSUME_SENDMMSG): Define instead of using previous
13815         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
13816         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13817         (__ASSUME_SENDMMSG_SYSCALL): Define.
13818         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13819         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
13820         Likewise.
13821         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13822         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13823         Likewise.
13824         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13825         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13826         Likewise.
13827         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
13828         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13829         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13830         [__ASSUME_SENDMMSG]: Change conditionals to
13831         [__ASSUME_SENDMMSG_SOCKETCALL].
13832         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13833         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
13834         Define.
13835         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13836         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
13837         Likewise.
13838         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
13839         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13840         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13841         [!__ASSUME_SENDMMSG]: Change conditional to
13842         [!__ASSUME_SENDMMSG_SOCKETCALL].
13843         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13844         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13845         Define.
13846
13847         [BZ #16610]
13848         * sysdeps/unix/sysv/linux/kernel-features.h
13849         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
13850         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
13851         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
13852         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
13853         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
13854         [__i386__ || __sparc__]
13855         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13856         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
13857         (__ASSUME_RECVMMSG): Define instead of using previous
13858         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
13859         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13860         (__ASSUME_RECVMMSG_SYSCALL): Define.
13861         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13862         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13863         Likewise.
13864         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13865         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13866         Likewise.
13867         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13868         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13869         Likewise.
13870         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
13871         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13872         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13873         [__ASSUME_RECVMMSG]: Change condition to
13874         [__ASSUME_RECVMMSG_SOCKETCALL].
13875         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13876         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13877         Define.
13878         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13879         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13880         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13881         Likewise.
13882         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
13883         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13884         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13885         [!__ASSUME_RECVMMSG]: Change condition to
13886         [!__ASSUME_RECVMMSG_SOCKETCALL].
13887         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13888         (__ASSUME_RECVMMSG_SYSCALL): Define.
13889
13890         [BZ #16609]
13891         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
13892         __powerpc__ || __s390__ || __sh__ || __sparc__]
13893         (__ASSUME_SOCKETCALL): Define.
13894         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
13895         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
13896         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
13897         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
13898         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13899         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
13900         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
13901         (__ASSUME_ACCEPT4): Define instead of using previous
13902         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
13903         __powerpc__ || __sparc__ || __s390__)] condition.
13904         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13905         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
13906         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
13907         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
13908         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
13909         [!__ASSUME_ACCEPT4]: Change condition to
13910         [!__ASSUME_ACCEPT4_SOCKETCALL].
13911         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13912         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
13913         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
13914         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13915         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
13916         __ASSUME_ACCEPT4_SYSCALL.
13917         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
13918         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
13919         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13920         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
13921         __ASSUME_ACCEPT4_SYSCALL.
13922         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
13923         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
13924         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
13925         [__ASSUME_ACCEPT4]: Change condition to
13926         [__ASSUME_ACCEPT4_SOCKETCALL].
13927         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13928         (__ASSUME_SOCKETCALL): Define.
13929         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
13930         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13931         (__ASSUME_SOCKETCALL): Define.
13932         (__ASSUME_ACCEPT4): Remove.
13933         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
13934         Define.
13935         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13936         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
13937         Likewise.
13938         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13939         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
13940
13941         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
13942         macro.
13943         (HWCAP_ARM_LPAE): Likewise.
13944         (HWCAP_ARM_EVTSTRM): Likewise.
13945         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
13946         Add vpfd32, lpae and evtstrm.
13947         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
13948         Increase to 22.
13949
13950 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
13951
13952         * math/auto-libm-test-in: Add tests of clog10.
13953         * math/auto-libm-test-out: Regenerated.
13954         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
13955         * sysdeps/i386/fpu/libm-test-ulps: Update.
13956         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13957
13958 2014-02-18  Andreas Schwab  <schwab@suse.de>
13959
13960         [BZ #16574]
13961         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
13962         Store non-zero if the second buffer was newly allocated.
13963         (send_dg): Likewise.
13964         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
13965         to send_vc and send_dg.
13966         (res_nsend): Pass NULL for ansp2_malloced.
13967         * resolv/res_query.c (__libc_res_nquery): Add parameter
13968         answerp2_malloced and pass it down to __libc_res_nsend.
13969         (res_nquery): Pass additional NULL to __libc_res_nquery.
13970         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
13971         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
13972         second answer buffer if answerp2_malloced was set.
13973         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
13974         (__libc_res_nquerydomain): Add parameter
13975         answerp2_malloced and pass it down to __libc_res_nquery.
13976         (res_nquerydomain): Pass additional NULL to
13977         __libc_res_nquerydomain.
13978         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
13979         additional NULL to __libc_res_nsend and __libc_res_nquery.
13980         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
13981         additional NULL to __libc_res_nsearch.
13982         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
13983         parameter of __libc_res_nsearch to check for separately allocated
13984         second buffer.
13985         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
13986         __libc_res_nquery.
13987         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
13988         additional NULL to __libc_res_nquery.
13989         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
13990         __libc_res_nsearch.
13991         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
13992         * include/resolv.h: Update prototypes of __libc_res_nquery,
13993         __libc_res_nsearch, __libc_res_nsend.
13994
13995 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
13996
13997         * math/auto-libm-test-in: Add tests of fma.
13998         * math/auto-libm-test-out: Regenerated.
13999         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14000         (fma_towardzero_test_data): Likewise.
14001         (fma_downward_test_data): Likewise.
14002         (fma_upward_test_data): Likewise.
14003         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14004         mpc_mode.
14005         (rounding_modes): Add values for new field.
14006         (func_calc_method): Add value mpfr_fff_f.
14007         (func_calc_desc): Add mpfr_fff_f union field.
14008         (test_function): Add field exact_args.
14009         (FUNC): Add macro argument EXACT_ARGS.
14010         (FUNC_mpfr_f_f): Update call to FUNC.
14011         (FUNC_mpfr_f_f): Likewise.
14012         (FUNC_mpfr_ff_f): Likewise.
14013         (FUNC_mpfr_if_f): Likewise.
14014         (FUNC_mpc_c_f): Likewise.
14015         (FUNC_mpc_c_c): Likewise.
14016         (test_functions): Add fma.  Update calls to FUNC.
14017         (handle_input_arg): Add argument exact_args.
14018         (add_test): Update call to handle_input_arg.
14019         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14020         (output_for_one_input_case): Update call to calc_generic_results.
14021         Recalculate exact zero results in each rounding mode.
14022
14023         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14024         non-negative before setting low bit.
14025         * math/auto-libm-test-in: Mark one asin test possibly having
14026         spurious underflow.
14027         * math/auto-libm-test-out: Regenerated.
14028         * sysdeps/i386/fpu/libm-test-ulps: Update.
14029         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14030
14031 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14032
14033         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14034         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14035         ports/sysdeps/unix/sysv/linux/microblaze.
14036         * README: Add missing listing for microblaze*-*-linux-gnu.
14037
14038 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14039
14040         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14041         duplicate code
14042
14043 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14044
14045         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14046         * sysdeps/unix/sysv/linux/ia64: Move directory from
14047         ports/sysdeps/unix/sysv/linux/ia64.
14048         * README: Update listing for ia64-*-linux-gnu.
14049
14050 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14051             Joseph Myers  <joseph@codesourcery.com>
14052
14053         * Makeconfig (test-name): New variable.
14054         (evaluate-test): Likewise.
14055         * Makerules (do-test-clean): Remove .test-result files.
14056         (common-mostlyclean): Likewise.
14057         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14058         * scripts/evaluate-test.sh: New file.
14059
14060 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14061
14062         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14063         separate $(objpfx)tst-fopenloc-cmp.out and
14064         $(objpfx)tst-fopenloc-mem.out targets.
14065         (tests): Update dependencies.
14066         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14067         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14068         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14069         (tst-rxspencer-no-utf8-ARGS): New variable.
14070         (tst-rxspencer-no-utf8-ENV): Likewise.
14071         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14072         instead of $(objpfx)tst-rxspencer-mem.
14073         ($(objpfx)tst-rxspencer-mem): Change target to
14074         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14075         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14076         * posix/tst-rxspencer-no-utf8.c: New file.
14077
14078         * elf/Makefile ($(objpfx)order.out): Remove rule.
14079         [$(run-built-tests) = yes] (tests): Depend on
14080         $(objpfx)order-cmp.out.
14081         ($(objpfx)order-cmp.out): New rule.
14082         [$(run-built-tests) = yes] (tests): Depend on
14083         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14084         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14085         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14086         $(objpfx)tst-array5-static-cmp.out.
14087         ($(objpfx)tst-array1.out): Remove rule.
14088         ($(objpfx)tst-array1-cmp.out): New rule.
14089         ($(objpfx)tst-array1-static.out): Remove rule.
14090         ($(objpfx)tst-array1-static-cmp.out): New rule.
14091         ($(objpfx)tst-array2.out): Remove rule.
14092         ($(objpfx)tst-array2-cmp.out): New rule.
14093         ($(objpfx)tst-array3.out): Remove rule.
14094         ($(objpfx)tst-array3-cmp.out): New rule.
14095         ($(objpfx)tst-array4.out): Remove rule.
14096         ($(objpfx)tst-array4-cmp.out): New rule.
14097         ($(objpfx)tst-array5.out): Remove rule.
14098         ($(objpfx)tst-array5-cmp.out): New rule.
14099         ($(objpfx)tst-array5-static.out): Remove rule.
14100         ($(objpfx)tst-array5-static-cmp.out): New rule.
14101         [$(run-built-tests) = yes] (tests): Depend on
14102         $(objpfx)order2-cmp.out.
14103         ($(objpfx)order2.out): Remove rule.
14104         ($(objpfx)order2-cmp.out): New rule.
14105         ($(objpfx)tst-initorder.out): Remove rule.
14106         [$(run-built-tests) = yes] (tests): Depend on
14107         $(objpfx)tst-initorder-cmp.out.
14108         ($(objpfx)tst-initorder-cmp.out): New rule.
14109         ($(objpfx)tst-initorder2.out): Remove rule.
14110         [$(run-built-tests) = yes] (tests): Depend on
14111         $(objpfx)tst-initorder2-cmp.out.
14112         ($(objpfx)tst-initorder2-cmp.out): New rule.
14113         [$(run-built-tests) = yes] (tests): Depend on
14114         $(objpfx)tst-unused-dep-cmp.out.
14115         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14116         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14117         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14118         on $(objpfx)tst-setvbuf1-cmp.out.
14119         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14120         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14121         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14122         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14123         ($(objpfx)tst-svc.out): Remove rule.
14124         ($(objpfx)tst-svc-cmp.out): New rule.
14125
14126 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14127
14128         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14129         * ctype/ctype.h [__USE_MISC]: Likewise.
14130         * dirent/dirent.h [__USE_MISC]: Likewise.
14131         * grp/grp.h [__USE_MISC]: Likewise.
14132         * io/fcntl.h [__USE_MISC]: Likewise.
14133         * io/sys/stat.h [__USE_MISC]: Likewise.
14134         * libio/stdio.h [__USE_MISC]: Likewise.
14135         * posix/unistd.h [__USE_MISC]: Likewise.
14136         * pwd/pwd.h [__USE_MISC]: Likewise.
14137         * stdlib.h [__USE_MISC]: Likewise.
14138         * string/bits/string2.h [__USE_MISC]: Likewise.
14139         * string/string.h [__USE_MISC]: Likewise.
14140         * time/time.h [__USE_MISC]: Likewise.
14141
14142 2014-02-13  Andreas Schwab  <schwab@suse.de>
14143
14144         [BZ #16574]
14145         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14146         second answer buffer if it was separately allocated.
14147
14148 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14149
14150         * sysdeps/mips/math-tests.h: Include <features.h>.
14151         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14152         (ROUNDING_TESTS_long_double): Do not define.
14153         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14154         (EXCEPTION_TESTS_long_double): Likewise.
14155         * sysdeps/mips/mips64/libm-test-ulps: Update.
14156
14157         * include/features.h (__USE_BSD): Remove macro definitions.
14158         (__USE_SVID): Likewise.
14159         (_BSD_SOURCE): Likewise.
14160         (_SVID_SOURCE): Likewise.
14161         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14162         from definition of _DEFAULT_SOURCE.
14163         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14164         [_DEFAULT_SOURCE].
14165         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14166         * bits/mman.h [__USE_BSD]: Likewise.
14167         * bits/termios.h [__USE_BSD]: Likewise.
14168         * bits/waitstatus.h [__USE_BSD]: Likewise.
14169         * ctype/ctype.h [__USE_SVID]: Likewise.
14170         * dirent/dirent.h [__USE_BSD]: Likewise.
14171         * grp/grp.h [__USE_SVID]: Likewise.
14172         [__USE_BSD]: Likewise.
14173         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14174         * io/fcntl.h [__USE_BSD]: Likewise.
14175         * io/ftw.h [__USE_BSD]: Likewise.
14176         * io/sys/stat.h [__USE_BSD]: Likewise.
14177         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14178         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14179         * libio/stdio.h [__USE_SVID]: Likewise.
14180         [__USE_BSD]: Likewise.
14181         * math/math.h [__USE_SVID]: Likewise.
14182         [__USE_BSD]: Likewise.
14183         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14184         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14185         * misc/search.h [__USE_SVID]: Likewise.
14186         * misc/sys/mman.h [__USE_BSD]: Likewise.
14187         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14188         * misc/sys/uio.h [__USE_BSD]: Likewise.
14189         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14190         * posix/glob.h [__USE_BSD]: Likewise.
14191         * posix/regex.h [__USE_BSD]: Likewise.
14192         * posix/sys/types.h [__USE_BSD]: Likewise.
14193         [__USE_SVID]: Likewise.
14194         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14195         * posix/sys/wait.h [__USE_BSD]: Likewise.
14196         [__USE_SVID]: Likewise.
14197         * posix/unistd.h [__USE_BSD]: Likewise.
14198         [__USE_SVID]: Likewise.
14199         * pwd/pwd.h [__USE_SVID]: Likewise.
14200         * resolv/netdb.h [__USE_BSD]: Likewise.
14201         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14202         * signal/signal.h [__USE_BSD]: Likewise.
14203         [__USE_SVID]: Likewise.
14204         * socket/sys/socket.h [__USE_BSD]: Likewise.
14205         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14206         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14207         [__USE_SVID]: Likewise.
14208         * string/bits/string2.h [__USE_BSD]: Likewise.
14209         [__USE_SVID]: Likewise.
14210         * string/bits/string3.h [__USE_BSD]: Likewise.
14211         * string/endian.h [__USE_BSD]: Likewise.
14212         * string/string.h [__USE_SVID]: Likewise.
14213         [__USE_BSD]: Likewise.
14214         * string/strings.h [__USE_BSD]: Likewise.
14215         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14216         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14217         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14218         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14219         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14220         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14221         Likewise.
14222         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14223         Likewise.
14224         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14225         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14226         Likewise.
14227         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14228         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14229         Likewise.
14230         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14231         Likewise.
14232         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14233         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14234         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14235         Likewise.
14236         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14237         Likewise.
14238         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14239         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14240         * termios/termios.h [__USE_BSD]: Likewise.
14241         * time/sys/time.h [__USE_BSD]: Likewise.
14242         * time/time.h [__USE_BSD]: Likewise.
14243         [__USE_SVID]: Likewise.
14244
14245         * Makefile (subdir_targets): Remove subdir_lint.out.
14246
14247         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14248         (do-tst-printf): Likewise.
14249         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14250         $(objpfx)tst-printf.out.
14251
14252         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14253
14254         * Makerules (check-abi-%): Change target to
14255         $(objpfx)check-abi-%.out.
14256         (check-abi target): Update dependencies.
14257         (check-abi-pattern variable): Redirect output of diff to $@.
14258         (check-abi variable): Likewise.
14259         * elf/Makefile (check-abi): Update dependencies.
14260
14261         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14262         unused.
14263         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14264         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14265         subnormal range.
14266         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14267         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14268         value has largest subnormal exponent.
14269         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14270         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14271         * sysdeps/aarch64/soft-fp/sfp-machine.h
14272         (_FP_TININESS_AFTER_ROUNDING): New macro.
14273         * sysdeps/alpha/soft-fp/sfp-machine.h
14274         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14275         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14276         Likewise.
14277         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14278         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14279         * sysdeps/mips/soft-fp/sfp-machine.h
14280         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14281         * sysdeps/powerpc/soft-fp/sfp-machine.h
14282         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14283         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14284         Likewise.
14285         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14286         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14287         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14288         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14289         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14290         Likewise.
14291
14292 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14293
14294         [BZ #16545]
14295         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14296         model 1.
14297
14298 2014-02-12  Richard Henderson  <rth@redhat.com>
14299
14300         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14301         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14302         * sysdeps/unix/sysv/linux/alpha: Move directory from
14303         ports/sysdeps/unix/sysv/linux/alpha.
14304         * README: Update listing for alpha-*-linux-gnu.
14305
14306 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14307
14308         * include/features.h: Update comment documenting feature test
14309         macros.
14310         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14311         _DEFAULT_SOURCE.
14312         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14313         (_SVID_SOURCE): Likewise.
14314         (_DEFAULT_SOURCE): Update description of default features.
14315         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14316         with _GNU_SOURCE.
14317         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14318         (S_ISVTX): Likewise.
14319         * manual/math.texi (Mathematical Constants): Likewise.
14320         * manual/signal.texi (Interrupted Primitives): Likewise.
14321         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14322         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14323         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14324         Don't refer to _SVID_SOURCE in warning text.
14325
14326         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14327
14328         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14329         already defined.
14330         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14331         * sysdeps/mips/dl-lookup.c: Remove.
14332         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14333
14334 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14335
14336         [BZ #16447]
14337         * math/auto-libm-test-in: Add testcase for expl.
14338         * math/auto-libm-test-out: Regenerate.
14339         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14340         calculation of unsafe.
14341         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14342
14343 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14344
14345         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14346         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14347         ports/sysdeps/unix/sysv/linux/aarch64.
14348         * README: Update listing for aarch64*-*-linux-gnu.
14349
14350 2014-02-11  Will Newton  <will.newton@linaro.org>
14351
14352         * manual/probes.texi (Mathematical Function Probes): Use
14353         "triggered" instead of "hit".
14354
14355         * manual/probes.texi (Internal Probes): Add documentation
14356         of setjmp, longjmp and longjmp_target probes.
14357
14358         * include/stap-probe.h: Add comment about probe argument
14359         format.
14360
14361         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14362         definition.  (tr_where, tr_freehook, tr_mallochook,
14363         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14364
14365 2014-02-11  David S. Miller  <davem@davemloft.net>
14366
14367         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14368         processing int_tests.
14369
14370 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14371
14372         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14373         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14374         * sysdeps/unix/sysv/linux/mips: Move directory from
14375         ports/sysdeps/unix/sysv/linux/mips.
14376         * README: Update listing for mips-*-linux-gnu and
14377         mips64-*-linux-gnu.
14378
14379 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14380
14381         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14382         * sysdeps/unix/sysv/linux/m68k: Move directory from
14383         ports/sysdeps/unix/sysv/linux/m68k.
14384         * README: Update listing for m68k-*-linux-gnu.
14385
14386 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14387
14388         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14389         * sysdeps/unix/sysv/linux/generic: Move directory from
14390         ports/sysdeps/unix/sysv/linux/generic.
14391         * sysdeps/unix/sysv/linux/tile: Move directory from
14392         ports/sysdeps/unix/sysv/linux/tile.
14393         * README: Update listing for tile*-*-linux-gnu.
14394
14395 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14396
14397         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14398         __builtin_expect.
14399         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14400         * catgets/open_catalog.c (__open_catalog): Likewise.
14401         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14402         * debug/confstr_chk.c: Likewise.
14403         * debug/fread_chk.c (__fread_chk): Likewise.
14404         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14405         * debug/getgroups_chk.c: Likewise.
14406         * debug/mbsnrtowcs_chk.c: Likewise.
14407         * debug/mbsrtowcs_chk.c: Likewise.
14408         * debug/mbstowcs_chk.c: Likewise.
14409         * debug/memcpy_chk.c: Likewise.
14410         * debug/memmove_chk.c: Likewise.
14411         * debug/mempcpy_chk.c: Likewise.
14412         * debug/memset_chk.c: Likewise.
14413         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14414         * debug/strcat_chk.c (__strcat_chk): Likewise.
14415         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14416         * debug/strncat_chk.c (__strncat_chk): Likewise.
14417         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14418         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14419         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14420         * debug/wcpncpy_chk.c: Likewise.
14421         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14422         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14423         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14424         * debug/wcsncpy_chk.c: Likewise.
14425         * debug/wcsnrtombs_chk.c: Likewise.
14426         * debug/wcsrtombs_chk.c: Likewise.
14427         * debug/wcstombs_chk.c: Likewise.
14428         * debug/wmemcpy_chk.c: Likewise.
14429         * debug/wmemmove_chk.c: Likewise.
14430         * debug/wmempcpy_chk.c: Likewise.
14431         * debug/wmemset_chk.c: Likewise.
14432         * dirent/scandirat.c (SCANDIRAT): Likewise.
14433         * dlfcn/dladdr1.c (dladdr1): Likewise.
14434         * dlfcn/dladdr.c (dladdr): Likewise.
14435         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14436         * dlfcn/dlerror.c (__dlerror): Likewise.
14437         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14438         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14439         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14440         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14441         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14442         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14443         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14444         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14445         Likewise.
14446         * elf/dl-conflict.c: Likewise.
14447         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14448         * elf/dl-dst.h: Likewise.
14449         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14450         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14451         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14452         * elf/dl-init.c (call_init, _dl_init): Likewise.
14453         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14454         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14455         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14456         Likewise.
14457         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14458         Likewise.
14459         * elf/dl-minimal.c (__libc_memalign): Likewise.
14460         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14461         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14462         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14463         * elf/dl-sym.c (do_sym): Likewise.
14464         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14465         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14466         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14467         * elf/dl-writev.h (_dl_writev): Likewise.
14468         * elf/ldconfig.c (search_dir): Likewise.
14469         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14470         (dl_main): Likewise.
14471         * elf/setup-vdso.h (setup_vdso): Likewise.
14472         * grp/compat-initgroups.c (compat_call): Likewise.
14473         * grp/fgetgrent.c (fgetgrent): Likewise.
14474         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14475         * grp/putgrent.c (putgrent): Likewise.
14476         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14477         Likewise.
14478         * hurd/hurdinit.c: Likewise.
14479         * iconvdata/8bit-gap.c (struct): Likewise.
14480         * iconvdata/ansi_x3.110.c : Likewise.
14481         * iconvdata/big5.c : Likewise.
14482         * iconvdata/big5hkscs.c : Likewise.
14483         * iconvdata/cp1255.c: Likewise.
14484         * iconvdata/cp1258.c : Likewise.
14485         * iconvdata/cp932.c : Likewise.
14486         * iconvdata/euc-cn.c: Likewise.
14487         * iconvdata/euc-jisx0213.c : Likewise.
14488         * iconvdata/euc-jp.c: Likewise.
14489         * iconvdata/euc-jp-ms.c : Likewise.
14490         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14491         * iconvdata/gb18030.c : Likewise.
14492         * iconvdata/gbbig5.c (const): Likewise.
14493         * iconvdata/gbgbk.c: Likewise.
14494         * iconvdata/gbk.c : Likewise.
14495         * iconvdata/ibm1364.c : Likewise.
14496         * iconvdata/ibm930.c : Likewise.
14497         * iconvdata/ibm932.c: Likewise.
14498         * iconvdata/ibm933.c : Likewise.
14499         * iconvdata/ibm935.c : Likewise.
14500         * iconvdata/ibm937.c : Likewise.
14501         * iconvdata/ibm939.c : Likewise.
14502         * iconvdata/ibm943.c: Likewise.
14503         * iconvdata/iso_11548-1.c: Likewise.
14504         * iconvdata/iso-2022-cn.c : Likewise.
14505         * iconvdata/iso-2022-cn-ext.c : Likewise.
14506         * iconvdata/iso-2022-jp-3.c: Likewise.
14507         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14508         * iconvdata/iso-2022-kr.c : Likewise.
14509         * iconvdata/iso646.c (gconv_end): Likewise.
14510         * iconvdata/iso_6937-2.c : Likewise.
14511         * iconvdata/iso_6937.c : Likewise.
14512         * iconvdata/iso8859-1.c: Likewise.
14513         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14514         * iconvdata/shift_jisx0213.c : Likewise.
14515         * iconvdata/sjis.c : Likewise.
14516         * iconvdata/t.61.c : Likewise.
14517         * iconvdata/tcvn5712-1.c : Likewise.
14518         * iconvdata/tscii.c: Likewise.
14519         * iconvdata/uhc.c : Likewise.
14520         * iconvdata/unicode.c (gconv_end): Likewise.
14521         * iconvdata/utf-16.c (gconv_end): Likewise.
14522         * iconvdata/utf-32.c (gconv_end): Likewise.
14523         * iconvdata/utf-7.c (base64): Likewise.
14524         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14525         * iconv/gconv_close.c (__gconv_close): Likewise.
14526         * iconv/gconv_open.c (__gconv_open): Likewise.
14527         * iconv/gconv_simple.c (internal_ucs4_loop_single)
14528         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14529         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14530         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14531         (ucs4le_internal_loop_single): Likewise.
14532         * iconv/iconv.c (iconv): Likewise.
14533         * iconv/iconv_close.c: Likewise.
14534         * iconv/loop.c (SINGLE): Likewise.
14535         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14536         * include/atomic.h: Likewise.
14537         * inet/inet6_option.c (option_alloc): Likewise.
14538         * intl/bindtextdom.c (set_binding_values): Likewise.
14539         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14540         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14541         * intl/localealias.c (read_alias_file): Likewise.
14542         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
14543         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14544         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
14545         * libio/fmemopen.c (fmemopen): Likewise.
14546         * libio/iofgets.c (_IO_fgets): Likewise.
14547         * libio/iofgets_u.c (fgets_unlocked): Likewise.
14548         * libio/iofgetws.c (fgetws): Likewise.
14549         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14550         * libio/iogetdelim.c (_IO_getdelim): Likewise.
14551         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14552         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
14553         * locale/findlocale.c (_nl_find_locale): Likewise.
14554         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14555         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14556         Likewise.
14557         * locale/setlocale.c (setlocale): Likewise.
14558         * login/programs/pt_chown.c (main): Likewise.
14559         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14560         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
14561         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14562         (mmap, mmap64, mremap, munmap): Likewise.
14563         * math/e_exp2l.c: Likewise.
14564         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14565         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14566         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14567         * math/s_catan.c (__catan): Likewise.
14568         * math/s_catanf.c (__catanf): Likewise.
14569         * math/s_catanh.c (__catanh): Likewise.
14570         * math/s_catanhf.c (__catanhf): Likewise.
14571         * math/s_catanhl.c (__catanhl): Likewise.
14572         * math/s_catanl.c (__catanl): Likewise.
14573         * math/s_ccosh.c (__ccosh): Likewise.
14574         * math/s_ccoshf.c (__ccoshf): Likewise.
14575         * math/s_ccoshl.c (__ccoshl): Likewise.
14576         * math/s_cexp.c (__cexp): Likewise.
14577         * math/s_cexpf.c (__cexpf): Likewise.
14578         * math/s_cexpl.c (__cexpl): Likewise.
14579         * math/s_clog10.c (__clog10): Likewise.
14580         * math/s_clog10f.c (__clog10f): Likewise.
14581         * math/s_clog10l.c (__clog10l): Likewise.
14582         * math/s_clog.c (__clog): Likewise.
14583         * math/s_clogf.c (__clogf): Likewise.
14584         * math/s_clogl.c (__clogl): Likewise.
14585         * math/s_csin.c (__csin): Likewise.
14586         * math/s_csinf.c (__csinf): Likewise.
14587         * math/s_csinh.c (__csinh): Likewise.
14588         * math/s_csinhf.c (__csinhf): Likewise.
14589         * math/s_csinhl.c (__csinhl): Likewise.
14590         * math/s_csinl.c (__csinl): Likewise.
14591         * math/s_csqrt.c (__csqrt): Likewise.
14592         * math/s_csqrtf.c (__csqrtf): Likewise.
14593         * math/s_csqrtl.c (__csqrtl): Likewise.
14594         * math/s_ctan.c (__ctan): Likewise.
14595         * math/s_ctanf.c (__ctanf): Likewise.
14596         * math/s_ctanh.c (__ctanh): Likewise.
14597         * math/s_ctanhf.c (__ctanhf): Likewise.
14598         * math/s_ctanhl.c (__ctanhl): Likewise.
14599         * math/s_ctanl.c (__ctanl): Likewise.
14600         * math/w_pow.c: Likewise.
14601         * math/w_powf.c: Likewise.
14602         * math/w_powl.c: Likewise.
14603         * math/w_scalb.c (sysv_scalb): Likewise.
14604         * math/w_scalbf.c (sysv_scalbf): Likewise.
14605         * math/w_scalbl.c (sysv_scalbl): Likewise.
14606         * misc/error.c (error_tail): Likewise.
14607         * misc/pselect.c (__pselect): Likewise.
14608         * nis/nis_callback.c (__nis_create_callback): Likewise.
14609         * nis/nis_call.c (__nisfind_server): Likewise.
14610         * nis/nis_creategroup.c (nis_creategroup): Likewise.
14611         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14612         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14613         * nis/nis_getservlist.c (nis_getservlist): Likewise.
14614         * nis/nis_lookup.c (nis_lookup): Likewise.
14615         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
14616         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14617         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
14618         * nis/nis_xdr.c (xdr_endpoint): Likewise.
14619         * nis/nss_compat/compat-grp.c (getgrent_next_file)
14620         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14621         * nis/nss_compat/compat-initgroups.c (add_group)
14622         (internal_getgrent_r): Likewise.
14623         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14624         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14625         * nis/nss_compat/compat-spwd.c (getspent_next_file)
14626         (internal_getspnam_r): Likewise.
14627         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14628         (_nss_nis_getaliasbyname_r): Likewise.
14629         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14630         (_nss_nis_getntohost_r): Likewise.
14631         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14632         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14633         (_nss_nis_getgrgid_r): Likewise.
14634         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14635         (internal_nis_gethostent_r, internal_gethostbyname2_r)
14636         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14637         (_nss_nis_gethostbyname4_r): Likewise.
14638         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
14639         (initgroups_netid): Likewise.
14640         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
14641         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
14642         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
14643         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
14644         (_nss_nis_getprotobynumber_r): Likewise.
14645         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
14646         (_nss_nis_getsecretkey): Likewise.
14647         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
14648         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
14649         (_nss_nis_getpwuid_r): Likewise.
14650         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
14651         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
14652         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
14653         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
14654         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
14655         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
14656         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
14657         Likewise.
14658         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
14659         (_nss_nisplus_getntohost_r): Likewise.
14660         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
14661         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
14662         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
14663         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
14664         Likewise.
14665         * nis/nss_nisplus/nisplus-initgroups.c
14666         (_nss_nisplus_initgroups_dyn): Likewise.
14667         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
14668         (_nss_nisplus_getnetbyaddr_r): Likewise.
14669         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
14670         (_nss_nisplus_getprotobynumber_r): Likewise.
14671         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
14672         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
14673         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
14674         Likewise.
14675         * nis/nss_nisplus/nisplus-service.c
14676         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
14677         (_nss_nisplus_getservbyport_r): Likewise.
14678         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
14679         (_nss_nisplus_getspnam_r): Likewise.
14680         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
14681         Likewise.
14682         * nscd/aicache.c (addhstaiX): Likewise.
14683         * nscd/cache.c (cache_search, prune_cache): Likewise.
14684         * nscd/connections.c (register_traced_file, send_ro_fd)
14685         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
14686         (main_loop_epoll): Likewise.
14687         * nscd/grpcache.c (addgrbyX): Likewise.
14688         * nscd/hstcache.c (addhstbyX): Likewise.
14689         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14690         * nscd/mem.c (gc, mempool_alloc): Likewise.
14691         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
14692         (addinnetgrX): Likewise.
14693         * nscd/nscd-client.h (__nscd_acquire_maplock)
14694         (__nscd_drop_map_ref): Likewise.
14695         * nscd/nscd_getai.c (__nscd_getai): Likewise.
14696         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
14697         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
14698         Likewise.
14699         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
14700         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
14701         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
14702         (__nscd_get_map_ref): Likewise.
14703         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
14704         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
14705         Likewise.
14706         * nscd/pwdcache.c (addpwbyX): Likewise.
14707         * nscd/selinux.c (preserve_capabilities): Likewise.
14708         * nscd/servicescache.c (addservbyX): Likewise.
14709         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
14710         * posix/fnmatch.c (fnmatch): Likewise.
14711         * posix/getopt.c (_getopt_internal_r): Likewise.
14712         * posix/glob.c (glob, glob_in_dir): Likewise.
14713         * posix/wordexp.c (exec_comm_child): Likewise.
14714         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
14715         (getanswer_r, gaih_getanswer_slice): Likewise.
14716         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
14717         * resolv/res_init.c: Likewise.
14718         * resolv/res_mkquery.c (res_nmkquery): Likewise.
14719         * resolv/res_query.c (__libc_res_nquery): Likewise.
14720         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
14721         Likewise.
14722         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
14723         * stdio-common/perror.c (perror): Likewise.
14724         * stdio-common/printf_fp.c (___printf_fp): Likewise.
14725         * stdio-common/tmpnam.c (tmpnam): Likewise.
14726         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
14727         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
14728         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
14729         Likewise.
14730         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
14731         * stdlib/putenv.c (putenv): Likewise.
14732         * stdlib/setenv.c (__add_to_environ): Likewise.
14733         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
14734         * stdlib/strtol_l.c (INTERNAL): Likewise.
14735         * string/memmem.c (memmem): Likewise.
14736         * string/strerror.c (strerror): Likewise.
14737         * string/strnlen.c (__strnlen): Likewise.
14738         * string/test-memmem.c (simple_memmem): Likewise.
14739         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
14740         * sunrpc/pm_getport.c (__get_socket): Likewise.
14741         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
14742         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
14743         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
14744         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
14745         Likewise.
14746         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
14747         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
14748         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
14749         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
14750         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
14751         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
14752         Likewise.
14753         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
14754         Likewise.
14755         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
14756         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
14757         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
14758         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
14759         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
14760         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
14761         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14762         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
14763         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
14764         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
14765         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
14766         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
14767         Likewise.
14768         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
14769         Likewise.
14770         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
14771         Likewise.
14772         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
14773         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
14774         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
14775         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
14776         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
14777         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
14778         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
14779         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
14780         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
14781         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
14782         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
14783         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
14784         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14785         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
14786         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14787         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
14788         Likewise.
14789         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
14790         Likewise.
14791         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
14792         Likewise.
14793         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
14794         Likewise.
14795         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
14796         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14797         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
14798         Likewise.
14799         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
14800         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
14801         * sysdeps/posix/opendir.c (__opendirat): Likewise.
14802         * sysdeps/posix/sleep.c: Likewise.
14803         * sysdeps/posix/tempname.c: Likewise.
14804         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
14805         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
14806         Likewise.
14807         * sysdeps/powerpc/powerpc32/dl-machine.h
14808         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
14809         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14810         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
14811         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
14812         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
14813         Likewise.
14814         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
14815         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
14816         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14817         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
14818         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14819         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
14820         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
14821         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
14822         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
14823         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
14824         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
14825         (elf_machine_lazy_rel): Likewise.
14826         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
14827         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
14828         (elf_machine_lazy_rel): Likewise.
14829         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
14830         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
14831         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
14832         * sysdeps/unix/grantpt.c (grantpt): Likewise.
14833         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
14834         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
14835         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
14836         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
14837         Likewise.
14838         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
14839         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
14840         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
14841         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
14842         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
14843         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
14844         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
14845         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
14846         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
14847         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
14848         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
14849         Likewise.
14850         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
14851         (__posix_fallocate64_l64): Likewise.
14852         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
14853         (posix_fallocate): Likewise.
14854         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
14855         Likewise.
14856         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
14857         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
14858         (getifaddrs_internal): Likewise.
14859         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
14860         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
14861         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
14862         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
14863         * sysdeps/unix/sysv/linux/posix_fallocate64.c
14864         (__posix_fallocate64_l64): Likewise.
14865         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
14866         Likewise.
14867         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
14868         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
14869         (__get_clockfreq): Likewise.
14870         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
14871         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
14872         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
14873         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
14874         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
14875         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
14876         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
14877         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
14878         Likewise.
14879         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
14880         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
14881         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
14882         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
14883         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
14884         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
14885         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
14886         Likewise.
14887         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
14888         (posix_fallocate): Likewise.
14889         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
14890         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
14891         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
14892         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
14893         (elf_machine_rela, elf_machine_rela_relative)
14894         (elf_machine_lazy_rel): Likewise.
14895         * time/asctime.c (asctime_internal): Likewise.
14896         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
14897         * time/tzset.c (__tzset_parse_tz): Likewise.
14898         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
14899         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
14900         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
14901         * wcsmbs/wcsmbsload.h: Likewise.
14902
14903         [BZ #15894]
14904         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
14905
14906         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
14907         (arena_get2): Remove THREAD_STATS conditionals.
14908         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
14909         (__malloc_stats, int): Likewise.
14910
14911 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
14912
14913         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
14914         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
14915
14916         * manual/setjmp.texi: Fix typos/grammar errors.
14917
14918         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
14919         Only return early when n is <= 0.  Delete unused return statement.
14920
14921         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
14922         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
14923         * debug/tst-longjmp_chk3.c: New file.
14924
14925         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
14926         (test_main): Replace code with set_fortify_handler call.
14927         * debug/test-strcpy_chk.c: Likewise.
14928         * debug/tst-chk1.c: Likewise.
14929         * debug/tst-longjmp_chk.c: Likewise.
14930         * test-skeleton.c: Include fcntl.h & paths.h
14931         (set_fortify_handler): Define.
14932
14933         * debug/tst-longjmp_chk.c: Add header comment and include
14934         ../test-skeleton.c.
14935         (do_test): Mark static.
14936         (TEST_FUNCTION): Define.
14937
14938         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
14939         (IP_PMTUDISC_INTERFACE): Likewise.
14940         (IP_MULTICAST_IF): Likewise.
14941         (IP_MULTICAST_TTL): Likewise.
14942         (IP_MULTICAST_LOOP): Likewise.
14943         (IP_ADD_MEMBERSHIP): Likewise.
14944         (IP_DROP_MEMBERSHIP): Likewise.
14945         (IP_UNBLOCK_SOURCE): Likewise.
14946         (IP_BLOCK_SOURCE): Likewise.
14947         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
14948         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
14949         (IP_MSFILTER): Likewise.
14950         (MCAST_JOIN_GROUP): Likewise.
14951         (MCAST_BLOCK_SOURCE): Likewise.
14952         (MCAST_UNBLOCK_SOURCE): Likewise.
14953         (MCAST_LEAVE_GROUP): Likewise.
14954         (MCAST_JOIN_SOURCE_GROUP): Likewise.
14955         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
14956         (MCAST_MSFILTER): Likewise.
14957         (IP_MULTICAST_ALL): Likewise.
14958         (IP_UNICAST_IF): Likewise.
14959
14960         * timezone/Makefile: Delete $(have-ksh) check.
14961         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
14962         * timezone/tzselect.ksh: Add +x mode bits.
14963
14964         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
14965         (ANON_INODE_FS_MAGIC): Likewise.
14966         (BDEVFS_MAGIC): Likewise.
14967         (BINFMTFS_MAGIC): Likewise.
14968         (BTRFS_TEST_MAGIC): Likewise.
14969         (CRAMFS_MAGIC_WEND): Likewise.
14970         (DEBUGFS_MAGIC): Likewise.
14971         (ECRYPTFS_SUPER_MAGIC): Likewise.
14972         (EXT3_SUPER_MAGIC): Likewise.
14973         (EXT4_SUPER_MAGIC): Likewise.
14974         (FUTEXFS_SUPER_MAGIC): Likewise.
14975         (HOSTFS_SUPER_MAGIC): Likewise.
14976         (HUGETLBFS_MAGIC): Likewise.
14977         (MINIX3_SUPER_MAGIC): Likewise.
14978         (MTD_INODE_FS_MAGIC): Likewise.
14979         (NILFS_SUPER_MAGIC): Likewise.
14980         (OPENPROM_SUPER_MAGIC): Likewise.
14981         (PIPEFS_MAGIC): Likewise.
14982         (PSTOREFS_MAGIC): Likewise.
14983         (QNX6_SUPER_MAGIC): Likewise.
14984         (RAMFS_MAGIC): Likewise.
14985         (REISERFS_SUPER_MAGIC_STRING): Likewise.
14986         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
14987         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
14988         (SECURITYFS_MAGIC): Likewise.
14989         (SELINUX_MAGIC): Likewise.
14990         (SMACK_MAGIC): Likewise.
14991         (SOCKFS_MAGIC): Likewise.
14992         (SQUASHFS_MAGIC): Likewise.
14993         (STACK_END_MAGIC): Likewise.
14994         (TMPFS_MAGIC): Likewise.
14995         (USBDEVICE_SUPER_MAGIC): Likewise.
14996         (V9FS_MAGIC): Likewise.
14997         (XENFS_SUPER_MAGIC): Likewise.
14998         (CRAMFS_MAGIC): Fix typo in comment.
14999         (EXT2_SUPER_MAGIC): Update comment.
15000         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15001
15002 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15003
15004         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15005         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15006         * sysdeps/unix/sysv/linux/arm: Move directory from
15007         ports/sysdeps/unix/sysv/linux/arm.
15008         * README: Update listing for arm-*-linux-gnueabi.
15009
15010         * README: Remove mention of am33.
15011
15012 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15013
15014         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15015         than the comma operator, to avoid "rhs of comma has no effect"
15016         compiler warnings.
15017         (__sigfillset, __sigandset, __sigorset): Likewise.
15018         * include/signal.h (__sigemptyset): Likewise.
15019         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15020
15021 2014-02-07  Allan McRae  <allan@archlinux.org>
15022
15023         * version.h (RELEASE): Set to "development".
15024         (VERSION): Set to "2.19.90"
15025         * NEWS: Add 2.20 section.
15026
15027 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15028
15029         [BZ #16529]
15030         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15031
15032 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15033
15034         * manual/contrib.texi: Update entry for Carlos O'Donell,
15035         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15036
15037 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15038
15039         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15040
15041         * sysdeps/unix/sysv/linux/kernel-features.h
15042         [__LINUX_KERNEL_VERSION >= 0x020621]
15043         (__ASSUME_PROC_PID_TASK_COMM): Define.
15044
15045 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15046
15047         [BZ #16398]
15048         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15049         conversion when destination buffer does not have enough space.
15050         * libio/tst-ftell-partial-wide.c: New test case.
15051         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15052
15053         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15054         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15055         Leonard and Allan McRae.
15056
15057 2014-02-04  David S. Miller  <davem@davemloft.net>
15058
15059         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15060         32-bit.
15061
15062 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15063
15064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15065         New file
15066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15067         New file
15068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15069         New file.
15070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15071         New file.
15072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15073         New file.
15074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15075         New file.
15076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15077         New file.
15078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15079         New file.
15080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15081         New file.
15082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15083         New file.
15084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15085         New file.
15086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15087         New file.
15088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15089         New file.
15090
15091 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15092
15093         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15094         * shlib-versions: Likewise.
15095
15096 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15097             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15098
15099         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15100         (abilist-pattern): New variable, set to %-le.abilist.
15101
15102         * Makerules (abilist-pattern): New variable.
15103         (vpath): Use $(abilist-pattern) in place of %.abilist.
15104         (check-abi-% pattern rule): Likewise.
15105         (check-abi, update-abi): Likewise.
15106
15107 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15108
15109         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15110
15111 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15112
15113         * manual/startup.texi: Add next, previous, and top entries for
15114         the `Program Arguments' and `Environment Variables' nodes.
15115
15116 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15117
15118         * manual/macros.texi: Add comments before MTASC-safety macros.
15119
15120         * manual/users.texi: Document MTASC-safety properties.
15121
15122         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15123         (pthread_getspecific, pthread_setspecific): Format with
15124         @deftypefun, and add @safety note.
15125         * manual/signal.texi: Move comments that analyze the above
15126         functions to their home place.
15127
15128 2014-02-03  Allan McRae  <allan@archlinux.org>
15129
15130         * po/sl.po: Update Slovenian translation from translation project.
15131
15132 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15133
15134         * manual/time.texi (timegm): Add missing blank after @c.
15135         Reported by Joseph Myers <joseph@codesourcery.com>.
15136
15137 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15138
15139         * manual/check-safety.sh: New.
15140         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15141
15142         * manual/terminal.texi: Document MTASC-safety properties.
15143
15144         * manual/filesys.texi: Document MTASC-safety properties.
15145
15146         * manual/errno.texi: Document MTASC-safety properties.
15147
15148         * manual/intro.texi: Document safety identifiers and
15149         conditionals.
15150
15151         * manual/string.texi (wcstok): Fix prototype.
15152         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15153
15154         * manual/time.texi: Document MTASC-safety properties.
15155
15156         * manual/string.texi: Document MTASC-safety properties.
15157
15158         * manual/threads.texi: Document MTASC-safety properties.
15159
15160         * manual/stdio.texi: Document MTASC-safety properties.
15161
15162         * manual/syslog.texi: Document MTASC-safety properties.
15163
15164         * manual/sysinfo.texi: Document MTASC-safety properties.
15165
15166         * manual/startup.texi: Document MTASC-safety properties.
15167
15168         * manual/socket.texi: Document MTASC-safety properties.
15169
15170         * manual/signal.texi: Document MTASC-safety properties.
15171
15172 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15173
15174         * manual/setjmp.texi: Document MTASC-safety properties.
15175
15176         * manual/search.texi: Document MTASC-safety properties.
15177
15178         * manual/resource.texi: Document MTASC-safety properties.
15179
15180         * manual/process.texi: Document MTASC-safety properties.
15181
15182         * manual/platform.texi: Document MTASC-safety properties.
15183
15184         * manual/pipe.texi: Document MTASC-safety properties.
15185
15186         * manual/pattern.texi: Document MTASC-safety properties.
15187
15188         * manual/message.texi: Document MTASC-safety properties.
15189
15190         [BZ #12751]
15191         * manual/memory.texi: Document MTASC-safety properties.
15192
15193         * manual/math.texi: Document MTASC-safety properties.
15194
15195         * manual/locale.texi: Document MTASC-safety properties.
15196
15197         * manual/llio.texi: Document MTASC-safety properties.
15198
15199         * manual/libdl.texi: New.
15200
15201         * manual/lang.texi: Document MTASC-safety properties.
15202
15203         * manual/job.texi: Document MTASC-safety properties.
15204
15205         * manual/getopt.texi: Document MTASC-safety properties.
15206
15207         * manual/ctype.texi: Document MTASC-safety properties.
15208
15209 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15210
15211         [BZ #16046]
15212         * csu/libc-tls.c (static_map): Remove variable.
15213         (__libc_setup_tls): Use main executable's link map for TLS data.
15214         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15215         casing for LM_ID_BASE and GL(dl_nns).
15216         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15217         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15218         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15219         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15220         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15221         member.
15222         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15223         l_phnum members.
15224
15225 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15226
15227         * manual/debug.texi: Document MTASC-safety properties.
15228
15229 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15230
15231         [BZ #16510]
15232         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15233         of __x86_64__ when disabling x87 inline functions.
15234
15235 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15236
15237         * manual/charset.texi: Document MTASC-safety properties.
15238
15239         * manual/crypt.texi: Document MTASC-safety properties.
15240
15241         * manual/conf.texi: Document MTASC-safety properties.
15242
15243         * manual/arith.texi: Document MTASC-safety properties.
15244
15245         * manual/argp.texi: Document MTASC-safety properties.
15246
15247         * manual/macros.texi: Introduce macros to document multi
15248         thread, asynchronous signal and asynchronous cancellation
15249         safety properties.
15250         * manual/intro.texi: Introduce the properties themselves.
15251
15252 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15253
15254         * sysdeps/sh/sh4/Makefile: New file.
15255
15256 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15257
15258         * math/gen-libm-test.pl ($srcdir): New variable.
15259         ($auto_input): Use it.
15260
15261 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15262
15263         [BZ #16506]
15264         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15265         access beyond array bounds when parsing netgroups file.
15266
15267         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15268         the old buffer before realloc.
15269
15270 2014-01-27  Allan McRae  <allan@archlinux.org>
15271
15272         * po/fr.po: Update French translation from translation project.
15273
15274 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15275
15276         * sysdeps/sh/libm-test-ulps: Regenerate.
15277
15278 2014-01-24  David S. Miller  <davem@davemloft.net>
15279
15280         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15281
15282 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15283
15284         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15285         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15286
15287 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15288
15289         [BZ #16474]
15290         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15291         string pointers after reallocation.
15292
15293 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15294
15295         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15296         __SH4A__ instead of __SH_FPU_ANY__.
15297
15298 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15299
15300         * sysdeps/sh/fpu_control.h: New file.
15301         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15302         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15303         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15304         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15305         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15306         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15307         * sysdeps/sh/sys/ucontext.h: Remove.
15308         * sysdeps/sh/sys: Remove directory.
15309
15310 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15311
15312         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15313         s390/sys/ucontext.h.
15314         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15315         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15316
15317 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15318
15319         [BZ #15605]
15320         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15321
15322 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15323
15324         [BZ#16431]
15325         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15326         Adjust the vDSO correctly for internal calls.
15327         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15328
15329 2014-01-20  Allan McRae  <allan@archlinux.org>
15330
15331         * po/ca.po: Update Catalan translation from translation project.
15332
15333 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15334
15335         * sysdeps/s390/sotruss-lib.c: New file.
15336
15337 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15338
15339         [BZ#16430]
15340         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15341         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15342         local calls issues by not having a PLT stub required for IFUNC calls.
15343         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15344
15345 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15346
15347         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15348         * math/test-fpucw-static.c: Likewise.
15349
15350 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15351
15352         [BZ #16453]
15353         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15354
15355 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15356
15357         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15358         implementation for powerpc.
15359
15360 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15361
15362         [BZ #14782]
15363         * sysdeps/posix/system.c (__libc_system): Do not enable
15364         asynchronous cancellation.
15365
15366 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15367
15368         [BZ #16427]
15369         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15370         handling only for numbers special also in the IEEE case.
15371
15372 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15373
15374         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15375
15376 2014-01-11  Allan McRae  <allan@archlinux.org>
15377
15378         * po/bg.po: Update Bulgarian translation from translation project.
15379
15380         * po/de.po: Update German translation from translation project.
15381
15382 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15383
15384         * sysdeps/generic/gcc-compat.h: New file.
15385
15386 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15387
15388         * benchtests/asin-inputs: Correct slow inputs.
15389         * benchtests/acos-inputs: Likewise.
15390
15391 2014-01-10  Allan McRae  <allan@archlinux.org>
15392
15393         * po:sv.po: Update Swedish translation from translation project.
15394
15395         * po/vi.po: Update Vietnamese translation from translation project.
15396
15397         * po/eo.po: Update Esperanto translation from translation project.
15398
15399         * po/cs.po: Update Czech translation from translation project.
15400
15401         * po/nl.po: Update Dutch translation from translation project.
15402
15403         * po/pl.po: Update Polish translation from translation project.
15404
15405         * po/ru.po: Update Russian translation from translation project.
15406
15407         * po/uk.po: Update Ukrainian translation from translation project.
15408
15409 2014-01-08  Brooks Moses  <bmoses@google.com>
15410
15411         * elf/dl-load.c: Fix comment typo.
15412
15413 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15414
15415         * po/header.pot: Rename to...
15416         * po/pot.header: ... this.
15417         * po/Makefile: Use pot.header.
15418
15419 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15420             Maxim Kuvyrkov  <maxim@kugelworks.com>
15421
15422         [BZ #16394]
15423         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15424         SRC and DEST against LEN.
15425
15426 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15427
15428         [BZ #16414]
15429         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15430         implementation.
15431         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15432
15433 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15434
15435         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15436
15437 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15438
15439         [BZ #16408]
15440         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15441         for large positive arguments.
15442
15443 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15444
15445         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15446
15447         * math/auto-libm-test-in: Mark various tests with
15448         xfail-rounding:ldbl-128ibm.
15449         * math/auto-libm-test-out: Regenerated.
15450
15451         [BZ #16407]
15452         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15453         Increase overflow threshold.
15454
15455 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15456
15457         [BZ #14286]
15458         * stdio-common/vfprintf.c: Check for integer overflow.
15459
15460 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15461
15462         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15463         the first argument and return value of __tls_get_addr_internal.
15464
15465 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15466
15467         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15468         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15469
15470 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15471
15472         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15473         * sysdeps/s390/rtld-global-offsets.sym: New file.
15474         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15475         GLIBC_2.19 symbol.
15476         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15477         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15478         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15479         ... this.
15480         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15481         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15482         ... this.
15483         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15484         Regenerate.
15485         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15486         Regenerate.
15487         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15488         halfs of GPRs for high_gprs contexts.
15489         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15490         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
15491         field.
15492         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15493         uc_flags field.
15494         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15495         64 bit versions:
15496         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15497         for high GPRs (uc_high_gprs) and for future extensions
15498         (__reserved).
15499         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15500         for future extensions (__reserved).
15501         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15502         64 bit versions:
15503         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15504         SC_HIGHGPRS offset definition.
15505         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15506         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15507
15508         * Versions.def: Add GLIBC_2.19 for libpthread.
15509         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15510         siglongjmp for libpthread with GLIBC_2.19 symver.
15511         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15512         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15513         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15514         * sysdeps/s390/__longjmp.c: New file.
15515         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15516         * sysdeps/s390/longjmp.c: New file.
15517         * sysdeps/s390/setjmp.S: New file.
15518         * sysdeps/s390/sigjmp.S: New file.
15519         * sysdeps/s390/v1-longjmp.c: New file.
15520         * sysdeps/s390/v1-setjmp.h: New file.
15521         * sysdeps/s390/v1-sigjmp.c: New file.
15522         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15523         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15524         GLIBC_2.19 version.
15525         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15526         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15527         versioned symbols for ____longjmp_chk.
15528         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15529         Likewise.
15530         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15531         Regenerate.
15532         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15533         Regenerate.
15534         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15535         Regenerate.
15536         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15537         Regenerate.
15538         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15539         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15540         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15541         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15542         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15543         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15544         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15545         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15546         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15547         * sysdeps/s390/rtld-__longjmp.c: New file.
15548         * sysdeps/s390/rtld-setjmp.S: New file.
15549
15550 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
15551
15552         [BZ #16400]
15553         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15554         Return -__logl (x) for small positive arguments without evaluating
15555         a polynomial.
15556
15557 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
15558
15559         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15560         Rename to ...
15561         (__ptrace_peeksiginfo_args): ... this.
15562         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15563         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15564         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15565
15566 2014-01-06  Allan McRae  <allan@archlinux.org>
15567
15568         * inet/netinet/in.h: Fix typo in comment.
15569
15570 2014-01-05  Andreas Jaeger  <aj@suse.de>
15571
15572         * sysdeps/i386/fpu/libm-test-ulps: Update.
15573
15574 2014-01-05  Allan McRae  <allan@archlinux.org>
15575
15576         * po/libc.pot: Regenerated.
15577
15578         * malloc/memusagestat.c: Fix gettext call formatting.
15579
15580 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
15581
15582         * nscd/nscd.c: Improve usage() output.
15583
15584 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
15585
15586         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15587         * sysdeps/unix/sysv/linux/configure: Regenerated.
15588         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15589         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15590
15591 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15592
15593         [BZ #16390]
15594         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15595         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15596
15597 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15598
15599         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15600         extra tokens at end of #undef directive.
15601         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15602         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15603         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15604
15605 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15606
15607         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15608
15609         * math/auto-libm-test-in: Mark various tests with
15610         xfail-rounding:ldbl-128ibm.
15611         * math/auto-libm-test-out: Regenerated.
15612
15613 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
15614
15615         [BZ #16386]
15616         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15617         numbers with subnormal high part when calculating exponent.
15618
15619         [BZ #16385]
15620         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15621         fabs.
15622
15623         [BZ #16384]
15624         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15625         M_LN2l.
15626         (__ieee754_acoshl): Use __log1pl not __log1p.
15627
15628 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
15629
15630         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15631         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15632         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15633         (grow_heap, heap_trim, _int_new_arena, get_free_list)
15634         (reused_arena, arena_get2): Convert to GNU style.
15635         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15636         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15637         (memalign_check, __malloc_set_state): Likewise.
15638         * malloc/mallocbug.c (main): Likewise.
15639         * malloc/malloc.c (__malloc_assert, malloc_init_state)
15640         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
15641         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
15642         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
15643         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
15644         (__posix_memalign, malloc_info): Likewise.
15645         * malloc/malloc.h: Likewise.
15646         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
15647         (mallochook, memalignhook, reallochook, mabort): Likewise.
15648         * malloc/mcheck.h: Likewise.
15649         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
15650         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
15651         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
15652         * malloc/morecore.c (__default_morecore): Likewise.
15653         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
15654         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
15655         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
15656         (print_and_abort): Likewise.
15657         * malloc/obstack.h: Likewise.
15658         * malloc/set-freeres.c (__libc_freeres): Likewise.
15659         * malloc/tst-mallocstate.c (main): Likewise.
15660         * malloc/tst-mtrace.c (main): Likewise.
15661         * malloc/tst-realloc.c (do_test): Likewise.
15662
15663 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15664
15665         [BZ #16366]
15666         * nscd/netgroupcache.c (do_notfound): New function.
15667         (addgetnetgrentX): Use it.
15668
15669         [BZ # 16365]
15670         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
15671         NSS_STATUS_NOTFOUND.
15672
15673 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
15674
15675         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
15676         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15677
15678 2014-01-01  Allan McRae  <allan@archlinux.org>
15679
15680         * scripts/update-copyrights: Update configure input file suffix.
15681
15682         * NEWS: Update copyright year.
15683         * catgets/gencat.c: Likewise.
15684         * csu/version.c: Likewise.
15685         * debug/catchsegv.sh: Likewise.
15686         * debug/pcprofiledump.c: Likewise.
15687         * debug/xtrace.sh: Likewise.
15688         * elf/ldconfig.c: Likewise.
15689         * elf/ldd.bash.in: Likewise.
15690         * elf/pldd.c: Likewise.
15691         * elf/sotruss.ksh: Likewise.
15692         * elf/sprof.c: Likewise.
15693         * iconv/iconv_prog.c: Likewise.
15694         * iconv/iconvconfig.c: Likewise.
15695         * locale/programs/locale.c: Likewise.
15696         * locale/programs/localedef.c: Likewise.
15697         * login/programs/pt_chown.c: Likewise.
15698         * malloc/memusage.sh: Likewise.
15699         * malloc/memusagestat.c: Likewise.
15700         * malloc/mtrace.pl: Likewise.
15701         * manual/libc.texinfo: Likewise.
15702         * nscd/nscd.c: Likewise.
15703         * nss/getent.c: Likewise.
15704         * nss/makedb.c: Likewise.
15705         * posix/getconf.c: Likewise.
15706         * scripts/test-installation.pl: Likewise.
15707
15708         * All files with FSF copyright notices: Update copyright dates
15709         using scripts/update-copyrights.
15710         * intl/plural.c: Regenerated.
15711         * locale/programs/charmap-kw.h: Likewise.
15712         * locale/programs/locfile-kw.h: Likewise.
15713
15714 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
15715
15716         * sysdeps/unix/sysv/linux/configure: Regenerated.
15717         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
15718         the linux/fanotify.h header.
15719         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
15720         HAVE_LINUX_FANOTIFY_H is defined.
15721
15722 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
15723
15724         * benchtests/cos-inputs: New inputs.
15725         * benchtests/sin-inputs: Likewise.
15726
15727         * benchtests/atan-inputs: New inputs. Fix name of multiple
15728         precision fallback inputs.
15729
15730         * benchtests/atanh-inputs: New inputs.
15731         * benchtests/tanh-inputs: Likewise.
15732
15733         * benchtests/acosh-inputs: New inputs.
15734         * benchtests/asinh-inputs: Likewise.
15735
15736         * benchtests/cosh-inputs: New inputs.
15737         * benchtests/sinh-inputs: Likewise.
15738
15739         * benchtests/acos-inputs: Add more inputs.
15740         * benchtests/asin-inputs: Likewise.
15741
15742 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
15743
15744         [BZ #16375]
15745         * manual/arith.texi: Fix spelling.
15746         * manual/charset.texi: Likewise.
15747         * manual/errno.texi: Likewise.
15748         * manual/filesys.texi: Likewise.
15749         * manual/lang.texi: Likewise.
15750         * manual/llio.texi: Likewise.
15751         * manual/locale.texi: Likewise.
15752         * manual/message.texi: Likewise.
15753         * manual/resource.texi: Likewise.
15754         * manual/search.texi: Likewise.
15755         * manual/setjmp.texi: Likewise.
15756         * manual/stdio.texi: Likewise.
15757         * manual/string.texi: Likewise.
15758         * manual/sysinfo.texi: Likewise.
15759         * manual/time.texi: Likewise.
15760
15761 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
15762
15763         * po/sl.po: New file.
15764
15765 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
15766
15767         * .gitignore: Add core/.gdbinit/.gdb_history.
15768
15769 2013-12-27  Allan McRae  <allan@archlinux.org>
15770
15771         [BZ #16369]
15772         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
15773         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
15774
15775 2013-12-24  Brooks Moses  <bmoses@google.com>
15776
15777         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
15778         all compilers that claim C++98 compliance, not just GCC.
15779         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
15780         Likewise.
15781
15782 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
15783
15784         * NEWS: Restore accidentally deleted bug-fix entries.
15785
15786 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
15787             Ondřej Bílka  <neleai@seznam.cz>
15788
15789         [BZ #15073]
15790         * malloc/malloc.c (_int_free): Perform sanity check only if we
15791         have_lock.
15792
15793 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
15794
15795         [BZ #12986]
15796         * manual/stdio.texi (String Input Conversions): Clarify that character
15797         classes are not supported.
15798
15799 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15800
15801         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15802
15803 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
15804
15805         [BZ #16337]
15806         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15807         Calculate results for small negative arguments directly rather
15808         than using reflection formula with special underflow handling.
15809
15810         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
15811         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
15812         sysdeps/unix/bsd/bsd4.4/syscalls.list.
15813         (fchflags): Likewise.
15814         (revoke): Likewise.
15815         (setlogin): Likewise.
15816         (sigaltstack): Likewise.
15817         (wait4): Likewise.
15818         (sigblock): Remove.
15819         (sigsetmask): Likewise.
15820         (wait3): Likewise.
15821         (waitpid): Likewise.
15822         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
15823         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
15824         file.
15825         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
15826         * sysdeps/unix/bsd/Makefile: ... here.
15827         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
15828         * sysdeps/unix/bsd/Versions: ... here.
15829         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
15830         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
15831         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
15832         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
15833         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
15834         * sysdeps/unix/bsd/sigblock.c: ... here.
15835         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
15836         * sysdeps/unix/bsd/sigsetmask.c: ... here.
15837         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
15838         * sysdeps/unix/bsd/sigvec.c: ... here.
15839         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
15840         * sysdeps/unix/bsd/tcdrain.c: ... here.
15841         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
15842         * sysdeps/unix/bsd/tcgetattr.c: ... here.
15843         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
15844         * sysdeps/unix/bsd/tcsetattr.c: ... here.
15845         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
15846         * sysdeps/unix/bsd/wait.c: ... here.
15847         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
15848         * sysdeps/unix/bsd/wait3.c: ... here.
15849         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
15850         * sysdeps/unix/bsd/waitpid.c: ... here.
15851
15852 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
15853
15854         [BZ #16356]
15855         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
15856         round-to-nearest for [!USE_AS_EXPM1L].
15857         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
15858         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
15859         more tests of exp and exp10.  Expect some exp10 tests to miss
15860         exceptions or fail in directed rounding modes.
15861         * math/auto-libm-test-out: Regenerated.
15862         * math/libm-test.inc (exp10_tonearest_test_data): New array.
15863         (exp10_test_tonearest): New function.
15864         (exp10_towardzero_test_data): New array.
15865         (exp10_test_towardzero): New function.
15866         (exp10_downward_test_data): New array.
15867         (exp10_test_downward): New function.
15868         (exp10_upward_test_data): New array.
15869         (exp10_test_upward): New function.
15870         (main): Call the new functions.
15871         * sysdeps/i386/fpu/libm-test-ulps: Update.
15872         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15873
15874 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
15875
15876         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
15877         asinh, atan, atan2, atanh, cbrt, cos and cosh.
15878         * math/auto-libm-test-out: Regenerated.
15879         * math/libm-test.inc (acosh_test_data): Add more tests.
15880         (atanh_test_data): Likewise.
15881         (ceil_test_data): Likewise.
15882         (copysign_test_data): Likewise.
15883         * sysdeps/i386/fpu/libm-test-ulps: Update.
15884         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15885
15886         * timezone/checktab.awk: Update from tzcode 2013i.
15887         * timezone/private.h: Likewise.
15888         * timezone/scheck.c: Likewise.
15889         * timezone/tzfile.h: Likewise.
15890         * timezone/tzselect.ksh: Likewise.
15891         * timezone/zdump.c: Likewise.
15892         * timezone/zic.c: Likewise.
15893
15894         * math/auto-libm-test-in: Add tests of cpow.
15895         * math/auto-libm-test-out: Regenerated.
15896         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
15897         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15898         mpc_cc_c.
15899         (func_calc_desc): Add mpc_cc_c union field.
15900         (test_functions): Add cpow.
15901         (special_fill_2pi): New function.
15902         (special_real_inputs): Add 2pi.
15903         (calc_generic_results): Handle mpc_cc_c.
15904         * sysdeps/i386/fpu/libm-test-ulps: Update.
15905         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15906
15907         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
15908         csqrt, ctan and ctanh.
15909         * math/auto-libm-test-out: Regenerated.
15910         * math/libm-test.inc (TEST_COND_x86_64): New macro.
15911         (TEST_COND_x86): Likewise.
15912         (ccos_test_data): Use AUTO_TESTS_c_c.
15913         (ccosh_test_data): Likewise.
15914         (cexp_test_data): Likewise.
15915         (clog_test_data): Likewise.
15916         (csqrt_test_data): Likewise.
15917         (ctan_test_data): Likewise.
15918         (ctan_tonearest_test_data): Likewise.
15919         (ctan_towardzero_test_data): Likewise.
15920         (ctan_downward_test_data): Likewise.
15921         (ctan_upward_test_data): Likewise.
15922         (ctanh_test_data): Likewise.
15923         (ctanh_tonearest_test_data): Likewise.
15924         (ctanh_towardzero_test_data): Likewise.
15925         (ctanh_downward_test_data): Likewise.
15926         (ctanh_upward_test_data): Likewise.
15927         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15928         mpc_c_c.
15929         (func_calc_desc): Add mpc_c_c union field.
15930         (FUNC_mpc_c_c): New macro.
15931         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
15932         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
15933         ctanh.
15934         (special_fill_min_subnorm_p120): New function.
15935         (special_real_inputs): Add min_subnorm_p120.
15936         (calc_generic_results): Handle mpc_c_c.
15937         * sysdeps/i386/fpu/libm-test-ulps: Update.
15938         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15939
15940 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15941
15942         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
15943         (do_sin_slow): New functions.
15944         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
15945         (cslow2, csloww1, csloww2): Use the new functions.
15946
15947         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
15948         Use M to change sign of result instead of X.  Assume X is
15949         positive.
15950         (csloww1): Likewise.
15951         (__sin): Adjust.
15952         (__cos): Adjust.
15953
15954         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
15955         arguments A and DA.
15956         (__sin): Adjust.
15957         (__cos): Likewise.
15958
15959         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
15960         (__cos): Likewise.
15961         (sloww1): Don't adjust sign of DX.
15962         (csloww1): Likewise.
15963         (sloww2): Use X directly and don't adjust sign of DX.
15964         (csloww2): Likewise.
15965
15966 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
15967
15968         * math/auto-libm-test-in: Add tests of cabs and carg.
15969         * math/auto-libm-test-out: Regenerated.
15970         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
15971         (carg_test_data): Likewise.
15972         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15973         mpc_c_f.
15974         (func_calc_desc): Add mpc_c_f union field.
15975         (test_functions): Add cabs and carg.
15976         (calc_generic_results): Handle mpc_c_f.
15977
15978         * sysdeps/powerpc/powerpc32/libgcc-compat.S
15979         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
15980         as a macro and a compat symbol.
15981         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
15982         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
15983         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
15984         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
15985         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
15986         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
15987         not use .hidden.
15988         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
15989         Likewise.
15990         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
15991         Likewise.
15992         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
15993         Likewise.
15994         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
15995         Likewise.
15996         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
15997         Likewise.
15998         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
15999         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16000         from GLIBC_2.3.2.
16001
16002 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16003
16004         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16005
16006 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16007
16008         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16009         trailing whitespace removed.
16010         * scripts/config.guess: Update to version 2013-11-29.
16011         * scripts/config.sub: Update to version 2013-10-01.
16012
16013         * math/auto-libm-test-in: Add tests of sincos.
16014         * math/auto-libm-test-out: Regenerated.
16015         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16016         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16017         mpfr_f_11.
16018         (func_calc_desc): Add mpfr_f_11 union field.
16019         (test_functions): Add sincos.
16020         (calc_generic_results): Handle mpfr_f_11.
16021         * sysdeps/i386/fpu/libm-test-ulps: Update.
16022         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16023
16024 2013-12-19  Andreas Schwab  <schwab@suse.de>
16025
16026         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16027         CALL_MCOUNT.
16028         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16029         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16030         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16031
16032 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16033
16034         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16035         * sysdeps/i386/fpu/libm-test-ulps: Update.
16036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16037
16038         [BZ #16293]
16039         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16040         round-to-nearest mode when using frndint.
16041         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16042         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16043         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16044         Likewise.
16045         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16046         sinh test to fail.
16047         * math/auto-libm-test-out: Regenerated.
16048         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16049         (TEST_COND_x86): Likewise.
16050         (expm1_tonearest_test_data): New array.
16051         (expm1_test_tonearest): New function.
16052         (expm1_towardzero_test_data): New array.
16053         (expm1_test_towardzero): New function.
16054         (expm1_downward_test_data): New array.
16055         (expm1_test_downward): New function.
16056         (expm1_upward_test_data): New array.
16057         (expm1_test_upward): New function.
16058         (main): Run the new test functions.
16059         * sysdeps/i386/fpu/libm-test-ulps: Update.
16060         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16061
16062         * include/features.h: Update comment documenting feature test
16063         macros.  Mention _DEFAULT_SOURCE in comment.
16064         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16065         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16066         _BSD_SOURCE and _SVID_SOURCE.
16067         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16068         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16069         !_SVID_SOURCE]: Likewise.
16070         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16071         (__USE_POSIX_IMPLICITLY): Define.
16072         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16073         (_POSIX_SOURCE): Undefine and redefine.
16074         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16075         (_POSIX_C_SOURCE): Likewise.
16076         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16077         (Feature Test Macros): Update documentation of default features.
16078
16079 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16080
16081         * benchtests/Makefile: Add bench-strtok.
16082         * benchtests/bench-strtok.c: New file: strtok benchtest.
16083
16084 2013-12-19  Allan McRae  <allan@archlinux.org>
16085
16086         * manual/install.texi: Suppress menu for plain text output.
16087         * INSTALL: Regenerated.
16088
16089 2013-12-18  Brooks Moses  <bmoses@google.com>
16090
16091         [BZ #15846]
16092         * misc/getauxval.c: Include errno.h.
16093         (__getauxval): Set errno to ENOENT if the requested type is not
16094         found.
16095         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16096         don't declare with __attribute_const__.
16097         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16098         * manual/startup.texi: Document that getauxval sets errno.
16099
16100 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16101
16102         * math/auto-libm-test-in: Add tests of jn and yn.
16103         * math/auto-libm-test-out: Regenerated.
16104         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16105         (yn_test_data): Likewise.
16106         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16107         mpfr_if_f.
16108         (func_calc_desc): Add mpfr_if_f union field.
16109         (FUNC_mpfr_if_f): New macro.
16110         (test_functions): Add jn and yn.
16111         (calc_generic_results): Assert type of second input for
16112         mpfr_ff_f.  Handle mpfr_if_f.
16113         (output_for_one_input_case): Disable all checking for arguments
16114         fitting floating-point types in case of an integer argument.
16115         * sysdeps/i386/fpu/libm-test-ulps: Update.
16116         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16117
16118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16119         Don't expect fegetround reference in libm.so.
16120
16121 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16122
16123         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16124         $(config-cflags-nofma).
16125
16126 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16127
16128         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16129         * math/auto-libm-test-out: Regenerated.
16130
16131         [BZ #16338]
16132         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16133         to determine exponent and adjust argument to have exponent of -1.
16134         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16135         log2.
16136         * math/auto-libm-test-out: Regenerated.
16137         * sysdeps/i386/fpu/libm-test-ulps: Update.
16138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16139
16140 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16141
16142         * manual/probes.texi: Remove cases when per-thread arenas are
16143         disabled.
16144
16145 2013-12-18  Andreas Schwab  <schwab@suse.de>
16146
16147         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16148         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16149         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16150         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16151         * sysdeps/i386/i686/multiarch/Makefile: Update.
16152         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16153
16154 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16155
16156         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16157         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16158
16159 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16160
16161         [BZ #15968]
16162         Support TZ transition times < 00:00:00.
16163         This is needed for version-3 tz-format files; it supports time
16164         stamps past 2037 for America/Godthab (the only entry in the tz
16165         database for which this change is relevant).
16166         * manual/time.texi (TZ Variable): Document transition times
16167         from -167:59:59 through -00:00:01.
16168         * time/tzset.c (tz_rule): Time of day is now signed.
16169         (__tzset_parse_tz): Parse negative time of day.
16170
16171         Document TZ transition times >= 25:00:00.
16172         * manual/time.texi (TZ Variable): Document transition times from
16173         25:00:00 through 167:59:59.  These are already supported, and this
16174         support will help with version-3 tz-format files.
16175
16176         * manual/time.texi (TZ Variable): Modernize North America example
16177         to reflect current (i.e., 2007-and-later) daylight saving rules.
16178
16179         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16180
16181 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16182
16183         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16184         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16185         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16186         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16187         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16188         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16189         * sysdeps/unix/bsd/clock.c: Likewise.
16190         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16191         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16192         * sysdeps/unix/bsd/init-posix.c: Likewise.
16193         * sysdeps/unix/bsd/poll.c: Likewise.
16194         * sysdeps/unix/bsd/ptsname.c: Likewise.
16195         * sysdeps/unix/bsd/seekdir.c: Likewise.
16196         * sysdeps/unix/bsd/setegid.c: Likewise.
16197         * sysdeps/unix/bsd/seteuid.c: Likewise.
16198         * sysdeps/unix/bsd/setgid.c: Likewise.
16199         * sysdeps/unix/bsd/setrgid.c: Likewise.
16200         * sysdeps/unix/bsd/setruid.c: Likewise.
16201         * sysdeps/unix/bsd/setsid.c: Likewise.
16202         * sysdeps/unix/bsd/setuid.c: Likewise.
16203         * sysdeps/unix/bsd/sigaction.c: Likewise.
16204         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16205         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16206         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16207         * sysdeps/unix/bsd/telldir.c: Likewise.
16208         * sysdeps/unix/bsd/times.c: Likewise.
16209         * sysdeps/unix/bsd/usleep.c: Likewise.
16210
16211         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16212         ($(objpfx)libbsd-compat.a): Remove rule.
16213
16214         * include/features.h (__FAVOR_BSD): Do not define.
16215         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16216         features conflicting with POSIX.
16217         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16218         (_BSD_SOURCE): Remove description of not being a subset of other
16219         feature test macros.
16220         * manual/job.texi (getpgrp): Do not document BSD version.
16221         (getpgid): Do not document by reference to BSD getpgrp.
16222         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16223         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16224         * signal/signal.h [__FAVOR_BSD]: Likewise.
16225         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16226         instead of making contents conditional on [__FAVOR_BSD].
16227         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16228
16229 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16230
16231         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16232
16233 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16234
16235         [BZ #16314]
16236         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16237         values below 2**-450, not 2**-500.
16238         * math/auto-libm-test-in: Don't allow spurious underflow from
16239         hypot.
16240         * math/auto-libm-test-out: Regenerated.
16241
16242         [BZ #16316]
16243         [BZ #16330]
16244         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16245         values of ha and hb and sort them after adjusting subnormal
16246         arguments.
16247         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16248         Likewise.
16249         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16250         values of ea and eb and sort them after adjusting subnormal
16251         arguments.
16252         * math/auto-libm-test-in: Do not expect some hypot tests of
16253         subnormals to fail.  Add more hypot tests.
16254         * math/auto-libm-test-out: Regenerated.
16255
16256 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16257
16258         [BZ #13304]
16259         * sysdeps/sh/s_fma.c: New file.
16260         * sysdeps/sh/s_fmaf.c: New file.
16261         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16262         version.
16263         * sysdeps/sh/Implies: Add sh/soft-fp.
16264
16265 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16266
16267         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16268         level of indirection to members `objname', `errstring', `malloced'.
16269         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16270         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16271         it as the __longjmp argument (just pass 1 instead).
16272         (_dl_catch_error): Initialize C with argument pointers and address of
16273         volatile local ERRCODE rather than copying values out of C at return.
16274
16275 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16276
16277         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16278         * math/auto-libm-test-out: Regenerated.
16279         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16280         (hypot_test_data): Likewise.
16281         (pow_test_data): Likewise.
16282         (pow_tonearest_test_data): Likewise.
16283         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16284         mpfr_ff_f.
16285         (func_calc_desc): Add mpfr_ff_f union field.
16286         (FUNC_mpfr_ff_f): New macro.
16287         (test_functions): Add atan2, hypot and pow.
16288         (special_fill_min): New function.
16289         (special_fill_minus_min): Likewise.
16290         (special_fill_min_subnorm): Likewise.
16291         (special_fill_minus_min_subnorm): Likewise.
16292         (special_real_inputs): Add min, -min, min_subnorm and
16293         -min_subnorm.
16294         (calc_generic_results): Handle mpfr_ff_f.
16295         * sysdeps/i386/fpu/libm-test-ulps: Update.
16296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16297
16298 2013-12-16  Will Newton  <will.newton@linaro.org>
16299
16300         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16301         (Aligned Memory Blocks): Add documentation for aligned_alloc
16302         and suggest it as an alternative to posix_memalign.
16303         (Hooks for Malloc): Document __memalign_hook is also called
16304         for aligned_alloc.  (Summary of Malloc): Add summary for
16305         aligned alloc.  Document __memalign_hook is also called
16306         for aligned_alloc.
16307
16308 2013-12-16  Will Newton  <will.newton@linaro.org>
16309
16310         * manual/memory.texi (Malloc Examples): Clarify default
16311         alignment documentation.  Suggest posix_memalign rather
16312         than memalign or valloc.
16313         (Aligned Memory Blocks): Remove suggestion to use memalign
16314         or valloc.  Remove obsolete comment about BSD.
16315         Document memalign errno values and mark the function obsolete.
16316         Document posix_memalign returned error codes.  Mark valloc
16317         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16318         called for posix_memalign and valloc.
16319         (Summary of Malloc): Add posix_memalign to function summary.
16320         __memalign_hook is also called for posix_memalign and valloc.
16321
16322 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16323
16324         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16325         TAYLOR_SIN.
16326         (__sin): Adjust.
16327         (__cos): Likewise.
16328         (sloww): Use mynumber union.  Expand ternary operator into
16329         if-else statements.
16330         (cslow): use mynumber union.
16331
16332 2013-12-16  Allan McRae  <allan@archlinux.org>
16333
16334         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16335         * configure: Regenerated.
16336
16337         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16338
16339         [BZ #14120]
16340         * configure.ac: Added --enable-maintainer-mode. Check for
16341         autoconf when enabled.
16342         * configure: Regenerated.
16343
16344         * nscd/nscd.service: New file.
16345         * nscd/nscd.tmpfiles: New file.
16346
16347 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16348
16349         [BZ #12100]
16350         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16351         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16352         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16353         (strstr): Add __strstr_sse2_unaligned ifunc.
16354         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16355         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16356         (strcasestr): Remove __strcasestr_sse42 ifunc.
16357         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16358         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16359         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16360
16361 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16362
16363         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16364         * sysdeps/sh/bits/fenv.h: ... here.
16365         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16366
16367 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16368
16369         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16370
16371         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16372         hypotf multiarch implementations.
16373         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16374         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16375         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16376         multiarch hypot for PPC64.
16377         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16378         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16379         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16380         multiarch hypotf for PPC64.
16381
16382         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16383         modff multiarch implementations.
16384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16385         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16387         multiarch modf for PPC64.
16388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16389         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16390         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16391         multiarch modff for PPC64.
16392
16393         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16394         and logl multiarch implementations.
16395         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16396         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16397         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16398         multiarch logb for PPC64.
16399         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16401         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16402         multiarch logb for PPC64.
16403         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16404         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16405         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16406         multiarch logb for PPC64.
16407
16408         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16409         isinff multiarch implementation.
16410         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16411         file.
16412         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16413         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16414         multiarch isinf for PPC64.
16415         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16416         file.
16417         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16418         multiarch isinff for PPC64.
16419
16420         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16421         finitef multiarch implementation.
16422         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16423         file.
16424         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16425         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16426         multiarch finite for PPC64.
16427         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16428         file.
16429         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16430         multiarch finitef for PPC64.
16431
16432         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16433         lrint multiarch implementation.
16434         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16435         file.
16436         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16437         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16438         multiarch llrint for PPC64.
16439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16440         multiarch lrint for PPC64.
16441
16442         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16443         copysignf multiarch implementation.
16444         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16445         file.
16446         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16447         file.
16448         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16449         multiarch copysign for PPC64.
16450         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16451         multiarch copysignf for PPC64.
16452
16453         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16454         multiarch implementation.
16455         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16456         file.
16457         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16458         file.
16459         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16460         file.
16461         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16462         file.
16463         multiarch llround for PPC64.
16464         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16465         multiarch trunc for PPC64.
16466         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16467         multiarch truncf for PPC64.
16468
16469         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16470         multiarch implementation.
16471         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16472         file.
16473         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16474         file.
16475         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16476         file.
16477         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16478         file.
16479         multiarch llround for PPC64.
16480         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16481         multiarch round for PPC64.
16482         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16483         multiarch roundf for PPC64.
16484
16485         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16486         multiarch implementation.
16487         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16488         file.
16489         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16490         file.
16491         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16492         file.
16493         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16494         file.
16495         multiarch llround for PPC64.
16496         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16497         multiarch floor for PPC64.
16498         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16499         multiarch floorf for PPC64.
16500
16501         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16502         multiarch implementation.
16503         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16504         file.
16505         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16506         file.
16507         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16508         file.
16509         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16510         file.
16511         multiarch llround for PPC64.
16512         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16513         multiarch ceil for PPC64.
16514         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16515         multiarch ceilf for PPC64.
16516
16517         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16518         multiarch implementation.
16519         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16520         file.
16521         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16522         file.
16523         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16524         file.
16525         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16526         multiarch llround for PPC64.
16527         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16528         multiarch lround for PPC64.
16529
16530         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16531         multiarch implementation.
16532         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16533         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16534         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16535         file.
16536         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16537         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16538         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16539         multiarch isnan for PPC64.
16540         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16541         multiarch isnanf for PPC64.
16542
16543         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16544         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16545         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16546         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16547         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16549
16550         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16551         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16552         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16553         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16554
16555         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16556         multiarch implementations.
16557         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16558         (__libc_ifunc_impl_list): Likewise.
16559         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16560         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16561         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16562         multiarch stpcpy for PPC64.
16563
16564         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16565         multiarch implementations.
16566         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16567         (__libc_ifunc_impl_list): Likewise.
16568         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16569         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16570         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16571         multiarch strcpy for PPC64.
16572
16573         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16574         redefine function name.
16575         (_wordcopy_fwd_dest_aligned): Likewise.
16576         (_wordcopy_bwd_aligned): Likewise.
16577         (_wordcopy_bwd_dest_aligned): Likewise.
16578         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16579         multiarch implementations.
16580         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16581         (__libc_ifunc_impl_list): Likewise.
16582         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16583         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16584         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16585         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16586         multiarch wcscpy for PPC64.
16587
16588         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16589         multiarch implementations.
16590         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16591         (__libc_ifunc_impl_list): Likewise.
16592         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16593         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16594         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16595         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16596         multiarch wcscpy for PPC64.
16597
16598         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16599         multiarch implementations.
16600         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16601         (__libc_ifunc_impl_list): Likewise.
16602         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16603         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16604         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16605         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16606         multiarch wcsrchr for PPC64.
16607
16608         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16609         multiarch implementations.
16610         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16611         (__libc_ifunc_impl_list): Likewise.
16612         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16613         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16614         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16615         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16616         multiarch wcschr for PPC64.
16617
16618         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16619         multiarch implementations.
16620         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16621         (__libc_ifunc_impl_list): Likewise.
16622         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16623         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16624         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16625         multiarch strchrnul for PPC64.
16626
16627         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16628         implementations.
16629         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16630         (__libc_ifunc_impl_list): Likewise.
16631         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16632         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16633         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16634         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16635         strchr for PPC64.
16636
16637         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16638         implementations.
16639         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16640         (__libc_ifunc_impl_list): Likewise.
16641         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
16642         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
16643         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
16644         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
16645         strncmp for PPC64.
16646
16647         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
16648         multiarch implementations.
16649         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16650         (__libc_ifunc_impl_list): Likewise.
16651         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
16652         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
16653         strncasecmp for PPC64.
16654         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
16655         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
16656         multiarch strncasecmp_l for PPC64.
16657
16658         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
16659         multiarch implementations.
16660         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16661         (__libc_ifunc_impl_list): Likewise.
16662         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
16663         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
16664         multiarch strcasecmp for PPC64.
16665         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
16666         file.
16667         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
16668         multiarch strcasecmp_l for PPC64.
16669
16670         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
16671         implementations.
16672         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16673         (__libc_ifunc_impl_list): Likewise.
16674         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
16675         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
16676         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
16677         strnlen for PPC64.
16678
16679         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
16680         implementations.
16681         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16682         (__libc_ifunc_impl_list): Likewise.
16683         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
16684         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
16685         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
16686         strlen for PPC64.
16687
16688         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
16689         implementations.
16690         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16691         (__libc_ifunc_impl_list): Likewise.
16692         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
16693         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
16694         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
16695         rawmemrchr for PPC64.
16696
16697         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
16698         implementation.
16699         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16700         (__libc_ifunc_impl_list): Likewise.
16701         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
16702         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
16703         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
16704         memrchr for PPC64.
16705
16706         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
16707         implementation.
16708         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16709         (__libc_ifunc_impl_list): Likewise.
16710         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
16711         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
16712         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
16713         memchr for PPC64.
16714
16715         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
16716         implementation.
16717         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16718         (__libc_ifunc_impl_list): Likewise.
16719         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
16720         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
16721         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
16722         mempcpy for PPC64.
16723
16724         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
16725         avoid cretion of __bzero symbol.
16726         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
16727         Likewise.
16728         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
16729         Likewise.
16730         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
16731         Likewise.
16732         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
16733         multiarch implementations.
16734         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16735         (__libc_ifunc_impl_list): Likewise.
16736         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
16737         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
16738         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
16739         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
16740         bzero for PPC32.
16741         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
16742         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
16743         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
16744         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
16745         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
16746         memset for PPC64.
16747         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
16748
16749         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
16750         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
16751         implementations.
16752         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16753         (__libc_ifunc_impl_list): Likewise.
16754         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
16755         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
16756         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
16757         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
16758         memcmp for PPC64.
16759
16760         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
16761         multiarch for POWER/PPC64.
16762         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
16763         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
16764         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
16765         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
16766         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
16767         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
16768         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
16769         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
16770         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
16771         memcpy for PPC64.
16772
16773         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
16774         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
16775         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
16776         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
16777         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
16778         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
16779         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
16780         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
16781         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
16782         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
16783         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
16784         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
16785         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
16786         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
16787         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
16788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
16789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
16790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
16791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
16792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
16793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
16794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
16795
16796 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16797
16798         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
16799
16800 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16801
16802         * benchtests/Makefile (bench): Add exp2 and log2.
16803         (LDLIBS-bench-exp2): Add -lm.
16804         (LDLIBS-bench-log2): Likewise.
16805         * benchtests/exp2-inputs: New inputs file.
16806         * benchtests/log2-inputs: New inputs file.
16807         * benchtests/log-inputs: Add new inputs.
16808         * benchtests/tan-inputs: Likewise.
16809
16810 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16811
16812         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
16813         definition...
16814         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
16815         (csloww2): ... from here.
16816
16817         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
16818         instead of structures.
16819         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
16820         (POLYNOMIAL): Likewise.
16821         (TAYLOR_SLOW): Likewise.
16822         (__sin): Likewise.
16823         (__cos): Likewise.
16824         (slow1): Likewise.
16825         (slow2): Likewise.
16826         (sloww): Likewise.
16827         (sloww1); Likewise.
16828         (sloww2): Likewise.
16829         (bsloww1): Likewise.
16830         (bsloww2): Likewise.
16831         (cslow2): Likewise.
16832         (csloww): Likewise.
16833         (csloww1): Likewise.
16834         (csloww2): Likewise.
16835
16836 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
16837
16838         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
16839         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
16840         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
16841         * malloc/hooks.c (realloc_check): Likewise.
16842
16843         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
16844         * malloc/arena.c: Remove PER_THREAD conditional.
16845         [!PER_THREAD]: Remove code.
16846         (ptmalloc_unlock_all2): Likewise.
16847         (ptmalloc_init): Likewise.
16848         (_int_new_arena): Likewise.
16849         (arena_get2): Likewise.
16850         * malloc/hooks.c (__malloc_get_state): Likewise.
16851         (__malloc_set_state): Likewise.
16852         * malloc/malloc.c: Likewise.
16853         (struct malloc_state): Likewise.
16854         (struct malloc_par): Likewise.
16855         (__libc_realloc): Likewise.
16856         (__libc_mallopt): Likewise.
16857
16858 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16859
16860         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
16861
16862 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
16863
16864         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
16865         macro to a function.  Check for zero perturb_byte.
16866         (_int_malloc, _int_free): Remove zero perturb_byte checks.
16867
16868         * malloc/malloc.c: (force_reg): Remove.
16869         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
16870         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
16871         force_reg by atomic_forced_read.
16872         * malloc/arena.c (ptmalloc_init): Likewise.
16873         * malloc/hooks.c (top_check): Likewise.
16874
16875 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16876
16877         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16878
16879 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
16880
16881         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16882
16883 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
16884
16885         * math/auto-libm-test-in: Add tests of lgamma.
16886         * math/auto-libm-test-out: Regenerated.
16887         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
16888         (M_LOG_2_SQRT_PIl): Likewise.
16889         (lgamma_test_data): Use AUTO_TESTS_f_f1.
16890         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16891         mpfr_f_f1.
16892         (func_calc_desc): Add mpfr_f_f1 union field.
16893         (ARGS1): New macro.
16894         (ARGS2): Likewise.
16895         (ARGS3): Likewise.
16896         (ARGS4): Likewise.
16897         (RET1): Likewise.
16898         (RET2): Likewise.
16899         (CALC): Likewise.
16900         (FUNC): Likewise.
16901         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
16902         (test_functions): Add lgamma.
16903         (calc_generic_results): Handle mpfr_f_f1.
16904         * sysdeps/i386/fpu/libm-test-ulps: Update.
16905         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16906
16907 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16908
16909         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
16910         __mpn_add_n for PowerPC64/POWER7.
16911         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
16912         __mpn_sub_n for PowerPC64/POWER7.
16913
16914         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
16915         __mpn_addmul_1 for PowerPC64.
16916         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
16917         __mpn_submul_1 for PowerPC64.
16918         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
16919         for PowerPC64.
16920         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
16921         for PowerPC64.
16922
16923 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
16924
16925         [BZ #15089]
16926         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
16927
16928 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16929
16930         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
16931
16932         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
16933         add multiarch folders.
16934         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
16935         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
16936         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
16937         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
16938         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
16939         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
16940         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
16941         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
16942         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
16943         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
16944         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
16945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
16946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
16947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
16948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
16949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
16950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
16951
16952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
16953         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
16954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
16955         New file.
16956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
16957         New file.
16958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
16959         multiarch __ieee754_hypot for PowerPC32.
16960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
16961         New file.
16962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
16963         New file.
16964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
16965         multiarch __ieee754_hypotf for PowerPC32.
16966
16967         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
16968         long_double_symbol only if __logbl is defined.
16969         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
16970         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
16971         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
16972         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
16973         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
16974         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
16975         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
16976         path for implementation.
16977         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
16978         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
16979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
16980         logb, and logbl multiarch implementations for PowerPC32.
16981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
16982         file.
16983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
16984         file.
16985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
16986         multiarch logb for PowerPC32.
16987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
16988         file.
16989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
16990         file.
16991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
16992         multiarch logbf for PowerPC32.
16993         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
16994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
16995         file.
16996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
16997         multiarch logbl implementation for PowerPC32.
16998
16999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17000         and modff multiarch implementations.
17001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17002         New file.
17003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17004         New file.
17005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17006         multiarch modf for PowerPC32.
17007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17008         New file.
17009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17010         New file.
17011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17012         multiarch modff for PowerPC32.
17013
17014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17015         and lrintf multiarch implementations.
17016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17017         New file.
17018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17019         New file.
17020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17021         multiarch lrint for PowerPC32.
17022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17023         file: multiarch lrintf for PowerPC32.
17024
17025         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17026         and lroundf multiarch implementations.
17027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17028         New file.
17029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17030         New file.
17031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17032         New file.
17033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17034         multiarch lround for PowerPC32.
17035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17036         file: multiarch lroundf for PowerPC32.
17037
17038         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17039         copysign and copysignf multiarch implementations.
17040         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17041         New file.
17042         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17043         New file.
17044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17045         file: multiarch copysign for PowerPC32.
17046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17047         file: multiarch copysignf for PowerPC32.
17048
17049         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17050         and truncf multiarch implementations.
17051         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17052         New file.
17053         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17054         file.
17055         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17056         multiarch trunc for PowerPC32.
17057         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17058         New file.
17059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17060         New file.
17061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17062         multiarch truncf for PowerPC32.
17063
17064         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17065         and roundf multiarch implementations.
17066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17067         New file.
17068         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17069         file.
17070         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17071         multiarch round for PowerPC32.
17072         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17073         New file.
17074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17075         New file.
17076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17077         multiarch roundf for PowerPC32.
17078
17079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17080         and floorf multiarch implementations.
17081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17082         New file.
17083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17084         file.
17085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17086         multiarch floor for PowerPC32.
17087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17088         New file.
17089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17090         New file.
17091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17092         multiarch floorf for PowerPC32.
17093
17094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17095         and ceilf multiarch implementations.
17096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17097         New file.
17098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17099         file.
17100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17101         multiarch ceil for PowerPC32.
17102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17103         New file.
17104         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17105         file.
17106         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17107         multiarch ceilf for PowerPC32.
17108
17109         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17110         is defined.
17111         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17112         FINITEF is defined.
17113         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17114         and finitef multiarch implementations.
17115         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17116         New file.
17117         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17118         file.
17119         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17120         multiarch finite for PowerPC32.
17121         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17122         New file.
17123         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17124         file: multiarch finitef for PowerPC32.
17125
17126         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17127         and isinff multiarch implementations.
17128         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17129         file.
17130         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17131         file.
17132         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17133         multiarch isinf for PowerPC32.
17134         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17135         New file.
17136         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17137         multiarch isinff for PowerPC32.
17138
17139         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17140         alias when __isnan is defined.
17141         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17142         and isnanf multiarch implementations.
17143         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17144         file.
17145         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17146         file.
17147         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17148         file.
17149         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17150         file.
17151         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17152         multiarch isnan for PowerPC32.
17153         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17154         New file.
17155         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17156         New file.
17157         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17158         multiarch isnanf for PowerPC32.
17159
17160         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17161         and sqrtf multiarch implementations.
17162         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17163         file.
17164         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17165         file.
17166         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17167         multiarch sqrt for PowerPC32.
17168         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17169         file.
17170         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17171         file.
17172         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17173         multiarch sqrtf for PowerPC32.
17174
17175         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17176         and llroundf multiarch implementations.
17177         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17178         New file.
17179         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17180         New file.
17181         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17182         New file.
17183         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17184         file: multiarch llround for PowerPC32.
17185         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17186         file: multiarch llroundf for PowerPC32.
17187
17188         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17189         multiarch PowerPC32 fpu implementations.
17190         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17191         New file.
17192         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17193         New file.
17194         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17195         multiarch llrint for PowerPC32.
17196         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17197         New file.
17198         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17199         New file.
17200         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17201         file.
17202
17203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17204
17205         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17206         file.
17207         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17208         file.
17209         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17210         file.
17211         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17212         multiarch wordcopy for PPC32.
17213         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17214         wordcopy objects.
17215         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17216         (__libc_ifunc_impl_list): Likewise.
17217         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17218         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17219         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17220         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17221         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17222         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17223
17224         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17225         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17226         file.
17227         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17228         file.
17229         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17230         file.
17231         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17232         multiarch wcscpy for PPC32.
17233         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17234         multiarch objects.
17235         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17236         (__libc_ifunc_impl_list): Likewise.
17237         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17238         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17239         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17240         sysdeps/powerpc/power6/wcscpy.c.
17241
17242         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17243         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17244         file.
17245         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17246         file.
17247         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17248         file.
17249         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17250         multiarch wcsrchr for PPC32.
17251         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17252         multiarch objects.
17253         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17254         (__libc_ifunc_impl_list): Likewise.
17255         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17256         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17257         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17258         sysdeps/powerpc/power6/wcsrchr.c.
17259
17260         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17261         file.
17262         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17263         file.
17264         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17265         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17266         multiarch wcschr for PPc32.
17267         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17268         multiarch objects.
17269         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17270         (__libc_ifunc_impl_list): Likewise.
17271         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17272         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17273         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17274         sysdeps/powerpc/power6/wcschr.c.
17275
17276         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17277         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17278         file.
17279         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17280         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17281         file: multiarch strchr for PPC32.
17282         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17283         multiarch objects.
17284         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17285         (__libc_ifunc_impl_list): Likewise.
17286
17287         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17288         name.
17289         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17290         file.
17291         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17292         file.
17293         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17294         multiarch strchrnul for PPC32.
17295         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17296         multiarch objects.
17297         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17298         (__libc_ifunc_impl_list): Likewise.
17299
17300         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17301         file.
17302         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17303         multiarch strncasecmp for PPC32.
17304         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17305         file.
17306         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17307         multiarch strncasecmp_l for PPC32.
17308         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17309         strncasecmp multiarch objects.
17310         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17311         (__libc_ifunc_impl_list): Likewise.
17312
17313         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17314         file.
17315         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17316         multiarch strncasecmp for PPC32.
17317         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17318         New file.
17319         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17320         multiarch strcasecmp_l for PPC32.
17321         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17322         multiarch objects.
17323         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17324         (__libc_ifunc_impl_list): Likewise.
17325
17326         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17327         file.
17328         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17329         file.
17330         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17331         multiarch strncmp for PPC32.
17332         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17333         multiarch objects.
17334         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17335         (__libc_ifunc_impl_list): Likewise.
17336
17337         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17338         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17339         file.
17340         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17341         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17342         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17343         multiarch objects.
17344         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17345         (__libc_ifunc_impl_list): Likewise.
17346
17347         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17348         file.
17349         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17350         file.
17351         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17352         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17353         multiarch objects.
17354         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17355         (__libc_ifunc_impl_list): Likewise.
17356
17357         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17358         file.
17359         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17360         file.
17361         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17362         multiarch rawmemchr for PPC32.
17363         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17364         multiarch objects.
17365         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17366         (__libc_ifunc_impl_list): Likewise.
17367
17368         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17369         file.
17370         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17371         file.
17372         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17373         file: memrchr multiarch for PPC32.
17374         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17375         multiarch objects.
17376         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17377         (__libc_ifunc_impl_list): Likewise.
17378
17379         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17380         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17381         file.
17382         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17383         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17384         multiarch memchr for PPC32.
17385         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17386         multiarch objects.
17387         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17388         (__libc_ifunc_impl_list): Likewise.
17389
17390         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17391         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17392         file.
17393         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17394         file.
17395         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17396         file: multiarch mempcpy for PPC32.
17397         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17398         multiarch objects.
17399         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17400         (__libc_ifunc_impl_list): Likewise.
17401
17402         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17403         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17404         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17405         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17406         multiarch bzero for PPC32.
17407         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17408         file.
17409         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17410         file.
17411         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17412         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17413         file: multiarch memset for PPC32.
17414         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17415         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17416         memset multiarch objects.
17417         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17418         (__libc_ifunc_impl_list): Likewise.
17419
17420         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17421         file.
17422         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17423         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17424         memcmp for PPC32.
17425         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17426         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17427         multiarch objects.
17428         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17429         (__libc_ifunc_impl_list): Likewise.
17430
17431         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17432         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17433         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17434         file.
17435         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17436         file.
17437         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17438         file.
17439         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17440         multiarch memcpy for PPC32.
17441         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17442         multiarch objects.
17443         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17444         (__libc_ifunc_impl_list): Likewise.
17445
17446         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17447         support multiarch for POWER/PPC32.
17448         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17449         Likewise.
17450         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17452         Implies file to make multiarch folder appers before the fpu and
17453         default folder for power4 configuration.
17454
17455 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17456
17457         * scripts/bench.pl: Append volatile keyword to type.
17458
17459 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17460
17461         * sysdeps/sh/sotruss-lib.c: New file.
17462         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17463
17464 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17465
17466         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17467
17468 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17469
17470         [BZ #6810]
17471         * math/w_tgamma.c: Include <errno.h>.
17472         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17473         * math/w_tgammaf.c: Include <errno.h>.
17474         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17475         * math/w_tgammal.c: Include <errno.h>.
17476         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17477         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17478         underflow.  Add more tgamma tests.
17479         * math/auto-libm-test-out: Regenerated.
17480         * sysdeps/i386/fpu/libm-test-ulps: Update.
17481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17482
17483         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17484         sin, sinh, tan, tanh, tgamma, y0 and y1.
17485         * math/auto-libm-test-out: Regenerated.
17486         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17487         (TEST_COND_x86): Likewise.
17488         (M_E2l): Remove macro.
17489         (M_E3l): Likewise.
17490         (M_2_SQRT_PIl): Likewise.
17491         (M_SQRT_PIl): Likewise.
17492         (M_1_DIV_El): Likewise.
17493         (log_test_data): Use AUTO_TESTS_f_f.
17494         (log10_test_data): Likewise.
17495         (log1p_test_data): Likewise.
17496         (log2_test_data): Likewise.
17497         (sin_test_data): Likewise.
17498         (sin_tonearest_test_data): Likewise.
17499         (sin_towardzero_test_data): Likewise.
17500         (sin_downward_test_data): Likewise.
17501         (sin_upward_test_data): Likewise.
17502         (sinh_test_data): Likewise.
17503         (sinh_tonearest_test_data): Likewise.
17504         (sinh_towardzero_test_data): Likewise.
17505         (sinh_downward_test_data): Likewise.
17506         (sinh_upward_test_data): Likewise.
17507         (tan_test_data): Likewise.
17508         (tan_tonearest_test_data): Likewise.
17509         (tan_towardzero_test_data): Likewise.
17510         (tan_downward_test_data): Likewise.
17511         (tan_upward_test_data): Likewise.
17512         (tanh_test_data): Likewise.
17513         (tgamma_test_data): Likewise.
17514         (y0_test_data): Likewise.
17515         (y1_test_data): Likewise.
17516         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17517         (special_real_inputs): Add pi/4.
17518         * sysdeps/i386/fpu/libm-test-ulps: Update.
17519         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17520
17521 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17522
17523         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17524         "longjmp_target" static probes.
17525         (__longjmp): Rename to __longjmp_symbol.
17526         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17527         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17528         on which longjmp to generate.
17529         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17530         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17531         probe.
17532         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17533         (__sigjmp_save): Rename to __sigjmp_save_symbol.
17534         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17535         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17536         and __sigjmp_save_symbol based on which sigsetjmp to generated.
17537         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17539         __longjmp_symbol based on which __longjmp to generate.
17540         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17541         probe.
17542         (setjmp): Rename to setjmp_symbol.
17543         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17544         (_setjmp): Rename to _setjmp_symbol.
17545         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17546         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17547         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17548         which setjmp to generate.
17549         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17550         "longjmp_target" static probes.
17551
17552 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17553
17554         * benchtests/README: Add note about output arguments.
17555         * benchtests/bench-sincos.c: Remove file.
17556         * benchtests/sincos-inputs: New file.
17557         * scripts/bench.pl: Identify output arguments and define
17558         static variables for them.
17559
17560         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17561
17562         [BZ #15941]
17563         * Makefile (INSTALL): Add install-plain.texi as the primary
17564         dependency.
17565         * manual/install-plain.texi: New file.
17566         * manual/install.texi: Include node directive only for
17567         non-plaintext output.
17568
17569 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
17570
17571         * stdlib/longlong.h: Update from GCC.
17572
17573         [BZ #6807]
17574         [BZ #15901]
17575         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17576         * math/w_j0f.c (y0f): Likewise.
17577         * math/w_j0l.c (__y0l): Likewise.
17578         * math/w_j1.c (y1): Likewise.
17579         * math/w_j1f.c (y1f): Likewise.
17580         * math/w_j1l.c (__y1l): Likewise
17581         * math/w_jn.c (yn): Likewise.
17582         * math/w_jnf.c (ynf): Likewise.
17583         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17584         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
17585         value for Bessel function domain errors outside _SVID_ mode.
17586         Adjust sign of return value for yn (negative integer, 0).
17587         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17588         by zero in return for negative x and set sign appropriately for
17589         negative n.
17590         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17591         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17592         * math/libm-test.inc (y0_test_data): Add more tests and adjust
17593         expectations in error cases.
17594         (y1_test_data): Likewise.
17595         (yn_test_data): Likewise.
17596         * sysdeps/i386/fpu/libm-test-ulps: Update.
17597         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17598
17599 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17600
17601         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17602         "64" to "64-v1".  Add "64-v2".
17603         (abi-64-options): Rename to ...
17604         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
17605         (abi-64-condition): Rename to ...
17606         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
17607         (abi-64-ld-soname): Rename to ...
17608         (abi-64-v1-ld-soname): ... this.
17609         (abi-64-v2-options): Define.
17610         (abi-64-v2-condition): Likewise.
17611         (abi-64-v2-ld-soname): Likewise.
17612         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17613         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17617
17618 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17619             Alan Modra  <amodra@gmail.com>
17620
17621         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17622         New versions for use with the ELFv2 ABI.
17623         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17624         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17625         declaration.
17626         (struct La_ppc64v2_retval): Likewise.
17627         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17628         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17629         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17630         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17631         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17632         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17633         Do not save or restore CR.
17634         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17635         (_dl_profile_resolve): Do no save or restore CR.  Support extended
17636         return values for ELFv2 ABI.  Fix location of FPR return registers.
17637         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17638         updated values for _CALL_ELF == 2.
17639         (La_regs, La_retval, int_retval): Likewise.
17640
17641 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17642
17643         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
17644         (FRAME_MIN_SIZE_PARM): Likewise.
17645         (FRAME_BACKCHAIN): Likewise.
17646         (FRAME_CR_SAVE): Likewise.
17647         (FRAME_LR_SAVE): Likewise.
17648         (FRAME_TOC_SAVE): Likewise.
17649         (FRAME_PARM_SAVE): Likewise.
17650         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
17651         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
17652         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17653         (call_mcount_parm_offset): New macro.
17654         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
17655         (PROF): Use symbolic stack frame offsets.
17656         (TAIL_CALL_SYSCALL_ERROR): Likewise.
17657         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
17658         Redefine in terms of FRAME_MIN_SIZE.
17659         (_dl_runtime_resolve): Use symbolic stack frame offsets.
17660         (_dl_profile_resolve): Likewise.  Update comment.
17661         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
17662         symbols stack frame offsets.
17663         (__sigsetjmp): Likewise.
17664         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
17665         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
17666         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
17667         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
17668
17669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
17670         (FRAME_BACKCHAIN): Remove.
17671         (FRAME_CR_SAVE): Likewise.
17672         (FRAME_LR_SAVE): Likewise.
17673         (FRAME_COMPILER_DW): Likewise.
17674         (FRAME_LINKER_DW): Likewise.
17675         (FRAME_TOC_SAVE): Likewise.
17676         (FRAME_PARM_SAVE): Likewise.
17677         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
17678         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
17679         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
17681         (CHECK_SP): Use symbolic stack frame offsets.
17682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
17683         zone" instead of caller's parameter save area for temp storage.
17684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17685         Likewise.  Also, use symbolic stack frame offsets.
17686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
17687         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
17688         our own stack frame instead of the caller's.
17689         (__socket): Use symbolic stack frame offsets.
17690
17691 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17692             Alan Modra  <amodra@gmail.com>
17693
17694         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
17695         Define.
17696         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
17697         (PPC64_LOCAL_ENTRY_OFFSET): Define.
17698         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
17699         New function.
17700         (elf_machine_fixup_plt): Call it.
17701         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
17702         reloc arguments.
17703         (elf_machine_rela): Update call to elf_machine_plt_conflict.
17704         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17705         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
17706         r2 before calling target.
17707
17708 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17709             Alan Modra  <amodra@gmail.com>
17710
17711         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
17712         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
17713         versions of macros to support ELFv2 ABI.
17714         (LOCALENTRY): New macro.
17715         (ENTRY, EALIGN): Use it.
17716         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
17717         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
17718         fall through into ENTRY entry point.
17719         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
17720         Only define if _CALL_ELF != 2.
17721
17722         (elf_machine_matches_host): Verify ABI version matches.
17723         (RTLD_START): Use LOCALENTRY.
17724         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
17725         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
17726         (PLT_ENTRY_WORDS): New macro.
17727         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
17728         (elf_machine_runtime_setup): Support ELFv2 ABI.
17729         (elf_machine_fixup_plt): Likewise.
17730         (elf_machine_plt_conflict): Likewise.
17731         (resolve_ifunc): Likewise.
17732         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17733         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
17734         Likewise.
17735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
17736         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
17737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17738         (makecontext): Support ELFv2 ABI.
17739         * elf/elf.h (EF_PPC64_ABI): Define.
17740
17741 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17742
17743         * sysdeps/powerpc/powerpc64/sysdep.h
17744         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
17745         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
17746         (ENTRY) [ASSEMBLER]: ... but instead here ...
17747         (EALIGN) [ASSEMBLER]: ... and here.
17748         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
17749         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
17750         (ENTRY_2) [!ASSEMBLER]: Use it.
17751         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
17752         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
17753         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17754         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
17755         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
17756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
17757         Use PPC64_LOAD_FUNCPTR.
17758
17759         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
17760
17761 2013-12-04  Alan Modra  <amodra@gmail.com>
17762
17763         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
17764         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
17765         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
17766         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
17767
17768         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
17769         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
17770         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
17771         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
17772         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
17773         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
17774
17775 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17776
17777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17778         (__makecontext): Fix incorrect CFI when backtracing out of
17779         context created via makecontext.
17780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
17781         (__setcontext): Fix incorrect CFI during switch to new context.
17782         (__novec_setcontext): Likewise.
17783
17784 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
17785
17786         [BZ #4772]
17787         * time/strptime_l.c (__strptime_internal): Allow modifiers
17788         in strptime.
17789         * time/tst-strptime.c (day_tests): Add testcase.
17790
17791 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17792
17793         * scripts/bench.pl: Skip over blank lines.
17794
17795 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17796
17797         [BZ #926]
17798         * manual/time.texi (Calendar Time): Clarify what timezone functions
17799         use.
17800
17801 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17802
17803         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17804
17805 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
17806
17807         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
17808         implementation.
17809         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
17810         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
17811         * debug/memset_chk.c (__memset_chk): Likewise.
17812         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
17813         * debug/strncpy_chk.c: Likewise.
17814
17815 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
17816
17817         [BZ #15268]
17818         [BZ #15425]
17819         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
17820         (__ieee754_exp): For possibly underflowing results, check size of
17821         result and force underflow exception if required.
17822         * math/auto-libm-test-in: Add more tests of exp.
17823         * math/auto-libm-test-out: Regenerated.
17824         * sysdeps/i386/fpu/libm-test-ulps: Update.
17825         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17826
17827         [BZ #16283]
17828         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
17829         * math/w_exp2f.c (__exp2f): Likewise.
17830         * math/w_exp2l.c (__exp2l): Likewise.
17831         * math/auto-libm-test-in: Do not allow missing errno on exp2
17832         underflow.
17833         * math/auto-libm-test-out: Regenerated.
17834
17835 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
17836
17837         [BZ #16274]
17838         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
17839         handle filename validation.
17840         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
17841         (do_open): Delete.
17842
17843 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
17844
17845         [BZ #6786]
17846         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
17847         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
17848         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
17849         <float.h>.
17850         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
17851         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
17852         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17853         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
17854         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17855         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
17856         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17857         * math/auto-libm-test-in: Don't allow missing errno from erfc.
17858         Add more erfc tests.
17859         * math/auto-libm-test-out: Regenerated.
17860         * sysdeps/i386/fpu/libm-test-ulps: Update.
17861         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17862
17863         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
17864         exp2, expm1, j0 and j1.
17865         * math/auto-libm-test-out: Regenerated.
17866         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
17867         (erfc_test_data): Likewise.
17868         (exp_test_data): Likewise.
17869         (exp_tonearest_test_data): Likewise.
17870         (exp_towardzero_test_data): Likewise.
17871         (exp_downward_test_data): Likewise.
17872         (exp_upward_test_data): Likewise.
17873         (exp10_test_data): Likewise.
17874         (exp2_test_data): Likewise.
17875         (expm1_test_data): Likewise.
17876         (j0_test_data): Likewise.
17877         (j1_test_data): Likewise.
17878         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
17879         (input_flag_type): Add flag_xfail_rounding.
17880         (input_flags): Add xfail-rounding.
17881         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
17882         (output_for_one_input_case): Handle flag_xfail_rounding.
17883         * sysdeps/i386/fpu/libm-test-ulps: Update.
17884         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17885
17886 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
17887
17888         [BZ #16289]
17889         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
17890         division by 0.
17891
17892 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17893
17894         [BZ #16195]
17895         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
17896         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
17897         (STAP_PROBE0): New macro.
17898         (STAP_PROBE1): Likewise.
17899         (STAP_PROBE2): Likewise.
17900         (STAP_PROBE3): Likewise.
17901         (STAP_PROBE4): Likewise.
17902
17903 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
17904
17905         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
17906
17907 2013-12-02  Steve Ellcey  <sellcey@mips.com>
17908
17909         * benchtests/Makefile (bench): Add sqrt.
17910         (LDLIBS-bench-sqrt): New.
17911         * benchtests/sqrt-input: New.
17912
17913 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
17914
17915         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
17916         (GAIH_EAI): Likewise.
17917         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
17918         (gaih_inet): Likewise.
17919         (getaddrinfo): Don't use GAIH_EAI.
17920
17921         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
17922         (struct gaih): Remove definition.
17923
17924 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
17925
17926         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
17927         Use HERRNOP directly.
17928
17929 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17930
17931         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17932
17933 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
17934
17935         * math/gen-auto-libm-tests.c (test_functions): Add more
17936         single-argument functions.
17937         (special_fill_pi_2): New function.
17938         (special_fill_minus_pi_2): Likewise.
17939         (special_fill_pi_6): Likewise.
17940         (special_fill_minus_pi_6): Likewise.
17941         (special_fill_pi_3): Likewise.
17942         (special_fill_2pi_3): Likewise.
17943         (special_fill_e): Likewise.
17944         (special_fill_1_e): Likewise.
17945         (special_fill_e_minus_1): Likewise.
17946         (special_real_inputs): Add more special inputs.
17947         (output_for_one_input_case): Do not require ERANGE on underflow to
17948         zero if round-to-nearest result does not underflow to zero, unless
17949         exact results required.
17950         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
17951         atan, atanh, cbrt, cos and cosh.
17952         * math/auto-libm-test-out: Regenerated.
17953         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
17954         (acos_tonearest_test_data): Likewise.
17955         (acos_towardzero_test_data): Likewise.
17956         (acos_downward_test_data): Likewise.
17957         (acos_upward_test_data): Likewise.
17958         (acosh_test_data): Likewise.
17959         (asin_test_data): Likewise.
17960         (asin_tonearest_test_data): Likewise.
17961         (asin_towardzero_test_data): Likewise.
17962         (asin_upward_test_data): Likewise.
17963         (asinh_test_data): Likewise.
17964         (atan_test_data): Likewise.
17965         (atanh_test_data): Likewise.
17966         (cbrt_test_data): Likewise.
17967         (cos_test_data): Likewise.
17968         (cos_tonearest_test_data): Likewise.
17969         (cos_towardzero_test_data): Likewise.
17970         (cos_downward_test_data): Likewise.
17971         (cos_upward_test_data): Likewise.
17972         (cosh_test_data): Likewise.
17973         (cosh_tonearest_test_data): Likewise.
17974         (cosh_towardzero_test_data): Likewise.
17975         (cosh_downward_test_data): Likewise.
17976         (cosh_upward_test_data): Likewise.
17977         * sysdeps/i386/fpu/libm-test-ulps: Update.
17978         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17979
17980 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
17981
17982         [BZ #6787]
17983         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
17984         * math/w_exp10f.c (__exp10f): Likewise.
17985         * math/w_exp10l.c (__exp10l): Likewise.
17986         * math/libm-test.inc (exp10_test_data): Add more tests and expect
17987         errno settings in existing tests.
17988
17989         [BZ #14032]
17990         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
17991         precision control set to double precision.
17992         * sysdeps/i386/fpu/w_sqrt.c: New file.
17993         * math/auto-libm-test-in: Add more tests.
17994         * math/auto-libm-test-out: Update.
17995
17996         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
17997         (sqrt_test_tonearest): New function.
17998         (sqrt_towardzero_test_data): New variable.
17999         (sqrt_test_towardzero): New function.
18000         (sqrt_downward_test_data): New variable.
18001         (sqrt_test_downward): New function.
18002         (sqrt_upward_test_data): New variable.
18003         (sqrt_test_upward): New function.
18004         (main): Call the new functions.
18005
18006         * math/gen-auto-libm-tests.c: New file.
18007         * math/auto-libm-test-in: Likewise.
18008         * math/auto-libm-test-out: New generated file.
18009         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18010         variables.
18011         (%beautify): Add generated representations of zero.
18012         (top level): Set $auto_input and call parse_auto_input.
18013         (beautify): Remove trailing "f" from hex float constants.
18014         (parse_args): Handle XFAIL_TEST.
18015         (convert_condition): New function.
18016         (or_value): Likewise.
18017         (or_cond_value): Likewise.
18018         (generate_testfile): Handle AUTO_TESTS_* lines.
18019         (parse_auto_input): New function.
18020         * math/libm-test.inc (XFAIL_TEST): New macro.
18021         (ERRNO_UNCHANGED): Update value.
18022         (ERRNO_EDOM): Likewise.
18023         (ERRNO_ERANGE): Likewise.
18024         (IGNORE_RESULT): Likewise.
18025         (TEST_COND_flt_32): New macro.
18026         (TEST_COND_dbl_64): Likewise.
18027         (TEST_COND_ldbl_96_intel): Likewise.
18028         (TEST_COND_ldbl_96_m68k): Likewise.
18029         (TEST_COND_ldbl_128): Likewise.
18030         (TEST_COND_ldbl_128ibm): Likewise.
18031         (TEST_COND_long32): Likewise.
18032         (TEST_COND_long64): Likewise.
18033         (TEST_COND_before_rounding): Likewise.
18034         (TEST_COND_after_rounding): Likewise.
18035         (enable_test): Handle XFAIL_TEST flag.
18036         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18037         with finite results.
18038         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18039         auto-libm-test-out.
18040
18041 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18042             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18043
18044         [BZ #16214]
18045         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18046         __tls_get_addr_internal instead of __tls_get_offset in order to
18047         avoid GOT pointer dependency.  Make rtld export
18048         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18049         __tls_get_addr since we are a __tls_get_offset platform.
18050         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18051         GOT pointer being set up before.
18052         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18053
18054 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18055
18056         * manual/math.texi (Errors in Math Functions): Document accuracy
18057         goals.
18058
18059         [BZ #15004]
18060         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18061         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18062         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18063         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18064         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18065         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18066         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18067         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18068         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18069         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18070         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18071         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18072         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18073         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18074         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18075         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18076
18077         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18078         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18079         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18080         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18081         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18082         Likewise.
18083         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18084         Likewise.
18085         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18086         Likewise.
18087         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18088         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18089         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18090         atomic-feupdateenv and flt-rounds.
18091         * sysdeps/powerpc/nofpu/Versions (libc): Add
18092         __atomic_feholdexcept, __atomic_feclearexcept,
18093         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18094         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18095         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18096         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18097         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18098         here.
18099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18100         Update.
18101
18102         * manual/arith.texi (FP Exceptions): Document that exceptions may
18103         not be raised when matherr is used.
18104         (Math Error Reporting): Document overflow in directed rounding
18105         modes.  Document that errno may not be set when finite values are
18106         returned on overflow.  Document intent to set errno on underflow
18107         only for underflow to zero.
18108
18109         [BZ #16271]
18110         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18111         round-to-nearest then adjust result for other rounding modes.
18112         * include/fenv.h (fegetround): Use libm_hidden_proto.
18113         * math/fegetround.c (fegetround): Use libm_hidden_def.
18114         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18115         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18116         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18117         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18118         Likewise.
18119         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18120         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18121         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18122         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18123
18124 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18125
18126         [BZ #16077]
18127         * nss/Versions (libnss_files): Add
18128         _nss_files_gethostbyname3_r.
18129         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18130         New function.
18131         (HOST_DB_LOOKUP): Remove macro.
18132         (_nss_files_gethostbyname_r): Implement function without the
18133         HOST_DB_LOOKUP macro.
18134         (_nss_files_gethostbyname2_r): Likewise.
18135
18136 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18137
18138         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18139
18140 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18141
18142         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18143         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18144         warning.
18145
18146 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18147
18148         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18149         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18150         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18151         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18152         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18153         __fe_nomask_env_priv and attribute_hidden.
18154         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18155         (libc_feupdateenv_test_ppc): Likewise.
18156         (libc_feresetround_ppc): Likewise.
18157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18158         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18159         compat_symbol macro.
18160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18161         (__fe_nomask_env): Likewise.
18162         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18163
18164 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18165
18166         * string/Makefile: Remove ifunc tests.
18167         * string/test-string.h: Define TEST_IFUNC.
18168         * string/test-bcopy-ifunc.c: Remove.
18169         * string/test-bzero-ifunc.c: Likewise.
18170         * string/test-memccpy-ifunc.c: Likewise.
18171         * string/test-memchr-ifunc.c: Likewise.
18172         * string/test-memcmp-ifunc.c: Likewise.
18173         * string/test-memcpy-ifunc.c: Likewise.
18174         * string/test-memmem-ifunc.c: Likewise.
18175         * string/test-memmove-ifunc.c: Likewise.
18176         * string/test-mempcpy-ifunc.c: Likewise.
18177         * string/test-memrchr-ifunc.c: Likewise.
18178         * string/test-memset-ifunc.c: Likewise.
18179         * string/test-rawmemchr-ifunc.c: Likewise.
18180         * string/test-stpcpy-ifunc.c: Likewise.
18181         * string/test-stpncpy-ifunc.c: Likewise.
18182         * string/test-strcasecmp-ifunc.c: Likewise.
18183         * string/test-strcasestr-ifunc.c: Likewise.
18184         * string/test-strcat-ifunc.c: Likewise.
18185         * string/test-strchr-ifunc.c: Likewise.
18186         * string/test-strchrnul-ifunc.c: Likewise.
18187         * string/test-strcmp-ifunc.c: Likewise.
18188         * string/test-strcpy-ifunc.c: Likewise.
18189         * string/test-strcspn-ifunc.c: Likewise.
18190         * string/test-strlen-ifunc.c: Likewise.
18191         * string/test-strncasecmp-ifunc.c: Likewise.
18192         * string/test-strncat-ifunc.c: Likewise.
18193         * string/test-strncmp-ifunc.c: Likewise.
18194         * string/test-strncpy-ifunc.c: Likewise.
18195         * string/test-strnlen-ifunc.c: Likewise.
18196         * string/test-strpbrk-ifunc.c: Likewise.
18197         * string/test-strrchr-ifunc.c: Likewise.
18198         * string/test-strspn-ifunc.c: Likewise.
18199         * string/test-strstr-ifunc.c: Likewise.
18200
18201 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18202
18203         * benchtests/Makefile: Remove ifunc tests.
18204         * benchtests/bench-string.h: Define TEST_IFUNC.
18205         * benchtests/bench-bcopy-ifunc.c: Remove.
18206         * benchtests/bench-bzero-ifunc.c: Likewise.
18207         * benchtests/bench-memccpy-ifunc.c: Likewise.
18208         * benchtests/bench-memchr-ifunc.c: Likewise.
18209         * benchtests/bench-memcmp-ifunc.c: Likewise.
18210         * benchtests/bench-memcpy-ifunc.c: Likewise.
18211         * benchtests/bench-memmem-ifunc.c: Likewise.
18212         * benchtests/bench-memmove-ifunc.c: Likewise.
18213         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18214         * benchtests/bench-memrchr-ifunc.c: Likewise.
18215         * benchtests/bench-memset-ifunc.c: Likewise.
18216         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18217         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18218         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18219         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18220         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18221         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18222         * benchtests/bench-strcat-ifunc.c: Likewise.
18223         * benchtests/bench-strchr-ifunc.c: Likewise.
18224         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18225         * benchtests/bench-strcmp-ifunc.c: Likewise.
18226         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18227         * benchtests/bench-strcpy-ifunc.c: Likewise.
18228         * benchtests/bench-strcspn-ifunc.c: Likewise.
18229         * benchtests/bench-strlen-ifunc.c: Likewise.
18230         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18231         * benchtests/bench-strncat-ifunc.c: Likewise.
18232         * benchtests/bench-strncmp-ifunc.c: Likewise.
18233         * benchtests/bench-strncpy-ifunc.c: Likewise.
18234         * benchtests/bench-strnlen-ifunc.c: Likewise.
18235         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18236         * benchtests/bench-strrchr-ifunc.c: Likewise.
18237         * benchtests/bench-strsep-ifunc.c: Likewise.
18238         * benchtests/bench-strspn-ifunc.c: Likewise.
18239         * benchtests/bench-strstr-ifunc.c: Likewise.
18240
18241 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18242
18243         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18244
18245 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18246
18247         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18248         * rt/aio.h: Likewise.
18249         * sysdeps/gnu/bits/utmp.h: Likewise.
18250         * sysdeps/gnu/bits/utmpx.h: Likewise.
18251         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18252         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18253         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18254         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18255         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18256         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18257         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18258         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18259         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18260         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18261         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18262         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18263         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18265         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18266         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18267         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18268         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18269         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18270         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18271         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18272         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18273         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18274         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18275         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18276         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18277         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18278         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18279         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18280         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18281         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18282         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18283         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18284         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18285         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18286         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18287         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18288         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18289         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18290         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18291         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18292         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18293
18294 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18295
18296         [BZ #16245]
18297         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18298         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18299
18300 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18301
18302         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18303         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18304         Likewise.
18305
18306 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18307
18308         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18309         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18310         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18311         (__fesetround): Remove define.
18312         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18313         rounding and exceptions handling.
18314         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18315         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18316         (__fe_nomask_env): Likewise.
18317         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18318         __fegetround instead of fegetround.
18319         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18320         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18321
18322 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18323
18324         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18325         it's there.
18326
18327         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18328
18329 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18330
18331         [BZ #11157]
18332         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18333         (encrypt_r): Likewise.
18334         * malloc/obstack.h (obstack_free): Likewise.
18335         * posix/unistd.h (encrypt): Likewise.
18336
18337 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18338
18339         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18340         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18341         DL_CALL_DT_FINI() that call the functions directly.
18342         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18343         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18344         * elf/dl-fini.c: Likewise.
18345
18346 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18347
18348         * malloc/hooks.c (memalign_check): Add alignment rounding.
18349         * malloc/malloc.c (_mid_memalign): New function.
18350         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18351         Implement by calling _mid_memalign.
18352         * manual/probes.texi (Memory Allocation Probes): Remove
18353         memory_valloc_retry and memory_pvalloc_retry.
18354
18355 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18356
18357         * locale/programs/locarchive.c (open_archive): Add const
18358         qualifier to ARCHIVEFNAME and copy default fname to
18359         DEFAULT_FNAME.
18360
18361         [BZ #15601]
18362         * libio/tst-widetext.input: Rename Oriya to Odia.
18363         * locale/iso-639.def: Likewise.
18364
18365         * manual/probes.texi (Mathematical Function Probes): Add
18366         documentation for sin, cos, asin and acos probes.
18367         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18368         (__sin32): Add slowasin probe.
18369         (__cos32): Add slowacos probe.
18370         (__mpsin): Add slowsin probe.
18371         (__mpcos): Add slowcos probe.
18372
18373 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18374
18375         [BZ #15483]
18376         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18377         thread-local __sim_exceptions_thread and global
18378         __sim_exceptions_global.
18379         (__sim_disabled_exceptions): Change to thread-local
18380         __sim_disabled_exceptions_thread and global
18381         __sim_disabled_exceptions_global.
18382         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18383         and global __sim_round_mode_global.
18384         (__simulate_exceptions): Use thread-local floating-point state and
18385         set global state from it as needed.
18386         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18387         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18388         __sim_round_mode_thread.
18389         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18390         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18391         and global __sim_exceptions_global.
18392         (__sim_disabled_exceptions): Change to thread-local
18393         __sim_disabled_exceptions_thread and global
18394         __sim_disabled_exceptions_global.
18395         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18396         and global __sim_round_mode_global.
18397         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18398         (SIM_SET_GLOBAL): Likewise.
18399         * sysdeps/powerpc/soft-fp/sfp-machine.h
18400         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18401         __sim_round_mode_thread.
18402         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18403         __sim_disabled_exceptions_thread.
18404         (__sim_exceptions): Change to __sim_exceptions_thread.
18405         (__sim_disabled_exceptions): Change to
18406         __sim_disabled_exceptions_thread.
18407         (__sim_round_mode): Change to __sim_round_mode_thread.
18408         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18409         thread-local floating-point state and set global state from it as
18410         needed.
18411         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18412         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18413         (__sim_disabled_exceptions): Remove extern declaration.
18414         (feenableexcept): Use thread-local floating-point state and set
18415         global state from it as needed.
18416         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18417         extern declaration.
18418         (__sim_disabled_exceptions): Likewise.
18419         (__sim_round_mode): Likewise.
18420         (__fegetenv): Use thread-local floating-point state.
18421         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18422         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18423         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18424         floating-point state and set global state from it as needed.
18425         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18426         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18427         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18428         Likewise.
18429         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18430         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18431         Likewise.
18432         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18433         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18434         Use __sim_round_mode_thread.
18435         * math/test-fenv-tls.c: New file.
18436         * math/Makefile (tests): Add test-fenv-tls.
18437         ($(objpfx)test-fenv-tls): Depend on
18438         $(common-objpfx)nptl/libpthread.so.
18439
18440 2013-11-19  Andreas Schwab  <schwab@suse.de>
18441
18442         * locale/programs/locale.c (show_info): Decode wordarray elements.
18443         * locale/categories.def (LC_MONETARY): Add element for
18444         _NL_MONETARY_CRNCYSTR.
18445         * locale/C-monetary.c (conversion_rate): New variable.
18446         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18447         element.
18448
18449 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18450
18451         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18452         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18453
18454 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18455
18456         * elf/Makefile (tst-auxv): New test.
18457         * elf/tst-auxv.c: New
18458         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18459
18460 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18461
18462         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18463         (hidden_proto): Caller changed.
18464         (hidden_tls_proto): New macro.
18465         (libc_hidden_tls_proto): Likewise.
18466         (rtld_hidden_tls_proto): Likewise.
18467         (libm_hidden_tls_proto): Likewise.
18468         (libresolv_hidden_tls_proto): Likewise.
18469         (librt_hidden_tls_proto): Likewise.
18470         (libdl_hidden_tls_proto): Likewise.
18471         (libnss_files_hidden_tls_proto): Likewise.
18472         (libnsl_hidden_tls_proto): Likewise.
18473         (libnss_nisplus_hidden_tls_proto): Likewise.
18474         (libutil_hidden_tls_proto): Likewise.
18475
18476 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18477
18478         [BZ #10253]
18479         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18480         (decompose_rpath): Defer expansion to fillin_rpath.
18481         (_dl_init_paths): Pass linkmap to fillin_rpath.
18482
18483 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18484
18485         * benchtests/Makefile: Add strsep.
18486         * benchtests/bench-strsep.c: New file: strsep benchtest.
18487         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18488
18489 2013-11-18  Andreas Schwab  <schwab@suse.de>
18490
18491         * locale/programs/locale.c (show_info) [case byte]: Check for
18492         '\377' instead of '\177'.
18493         * locale/C-monetary.c (not_available): Always use "\377".
18494         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18495         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
18496         detect unavailable sign_posn locale elements.
18497         * locale/localeconv.c (__localeconv): For grouping and
18498         mon_grouping handle "\177" and "\377" like no grouping.
18499         (INT_ELEM): New macro.  Use it to set all numeric members.
18500         * locale/programs/ld-monetary.c (monetary_read)
18501         <tok_mon_grouping>: Normalize single -1 to the empty string.
18502         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18503         Likewise.
18504
18505 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18506
18507         [BZ #16055]
18508         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18509         when we match (nil).
18510         * stdio-common/tst-sscanf.c (struct test): Add testcase.
18511
18512 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
18513
18514         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18515         (NO_TEST_INLINE): Update value.
18516         (ERRNO_UNCHANGED): Likewise.
18517         (ERRNO_EDOM): Likewise.
18518         (ERRNO_ERANGE): Likewise.
18519         (IGNORE_RESULT): Likewise.
18520         (check_float_internal): Check signs of NaN results if
18521         TEST_NAN_SIGN used.
18522         (check_complex): Pass TEST_NAN_SIGN flag through to second
18523         check_float_internal call.
18524         (copysign_test_data): Add tests with quiet NaNs as second
18525         argument.  Use TEST_NAN_SIGN.
18526         (fabs_test_data): Add test of negative quiet NaN argument.  Use
18527         TEST_NAN_SIGN.
18528         (signbit_test_data): Add tests of quiet NaN argument.
18529         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18530
18531         * math/gen-libm-test.pl (show_exceptions): Take extra argument
18532         $ignore_result.
18533         (parse_args): Handle function results specified as IGNORE.
18534         * math/libm-test.inc (IGNORE_RESULT): New macro.
18535         (check_float_internal): Do not check numerical result if flag
18536         IGNORE_RESULT set.
18537         (check_complex): Pass through IGNORE_RESULT to second
18538         check_float_internal call.
18539         (check_int): Do not check numerical result if flag IGNORE_RESULT
18540         set.
18541         (check_long): Likewise.
18542         (check_bool): Likewise.
18543         (check_longlong): Likewise.
18544         (lrint_test_data): Add tests of infinite and NaN arguments.
18545         (lrint_tonearest_test_data): Likewise.
18546         (lrint_towardzero_test_data): Likewise.
18547         (lrint_downward_test_data): Likewise.
18548         (lrint_upward_test_data): Likewise.
18549         (llrint_test_data): Likewise.
18550         (llrint_tonearest_test_data): Likewise.
18551         (llrint_towardzero_test_data): Likewise.
18552         (llrint_downward_test_data): Likewise.
18553         (llrint_upward_test_data): Likewise.
18554         (lround_test_data): Likewise.
18555         (llround_test_data): Likewise.
18556
18557         * math/libm-test.inc (NO_TEST_INLINE): New macro.
18558         (ERRNO_UNCHANGED): Update value.
18559         (ERRNO_EDOM): Likewise.
18560         (ERRNO_ERANGE): Likewise.
18561         (NO_TEST_INLINE_FLOAT): New macro.
18562         (NO_TEST_INLINE_DOUBLE): Likewise.
18563         (enable_test): New function.
18564         (RUN_TEST_f_f): Check enable_test before running test.
18565         (RUN_TEST_2_f): Likewise.
18566         (RUN_TEST_fff_f): Likewise.
18567         (RUN_TEST_c_f): Likewise.
18568         (RUN_TEST_f_f1): Likewise.
18569         (RUN_TEST_fF_f1): Likewise.
18570         (RUN_TEST_fI_f1): Likewise.
18571         (RUN_TEST_ffI_f1): Likewise.
18572         (RUN_TEST_c_c): Likewise.
18573         (RUN_TEST_cc_c): Likewise.
18574         (RUN_TEST_f_i): Likewise.
18575         (RUN_TEST_f_i_tg): Likewise.
18576         (RUN_TEST_ff_i_tg): Likewise.
18577         (RUN_TEST_f_b): Likewise.
18578         (RUN_TEST_f_b_tg): Likewise.
18579         (RUN_TEST_f_l): Likewise.
18580         (RUN_TEST_f_L): Likewise.
18581         (RUN_TEST_fFF_11): Likewise.
18582         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18583         conditionals.
18584         (cosh_test_data): Likewise.
18585         (exp_test_data): Likewise.
18586         (expm1_test_data): Likewise.
18587         (hypot_test_data): Likewise.
18588         (pow_test_data): Likewise.
18589         (sinh_test_data): Likewise.
18590         (tanh_test_data): Likewise.
18591         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18592         flags argument.
18593
18594         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18595         tests with quiet NaN input and output.
18596         (acosh_test_data): Likewise.
18597         (asin_test_data): Likewise.
18598         (asinh_test_data): Likewise.
18599         (atan_test_data): Likewise.
18600         (atanh_test_data): Likewise.
18601         (atan2_test_data): Likewise.
18602         (cbrt_test_data): Likewise.
18603         (cos_test_data): Likewise.
18604         (cosh_test_data): Likewise.
18605         (erf_test_data): Likewise.
18606         (erfc_test_data): Likewise.
18607         (exp_test_data): Likewise.
18608         (exp10_test_data): Likewise.
18609         (exp2_test_data): Likewise.
18610         (expm1_test_data): Likewise.
18611         (hypot_test_data): Likewise.
18612         (j0_test_data): Likewise.
18613         (j1_test_data): Likewise.
18614         (jn_test_data): Likewise.
18615         (lgamma_test_data): Likewise.
18616         (log_test_data): Likewise.
18617         (log10_test_data): Likewise.
18618         (log1p_test_data): Likewise.
18619         (log2_test_data): Likewise.
18620         (pow_test_data): Likewise.
18621         (scalb_test_data): Likewise.
18622         (sin_test_data): Likewise.
18623         (sincos_test_data): Likewise.
18624         (sinh_test_data): Likewise.
18625         (tan_test_data): Likewise.
18626         (tanh_test_data): Likewise.
18627         (tgamma_test_data): Likewise.
18628         (y0_test_data): Likewise.
18629         (y1_test_data): Likewise.
18630         (yn_test_data): Likewise.
18631
18632         [BZ #16167]
18633         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18634         argument being NaN and avoid computations with second argument in
18635         that case.
18636         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18637         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18638         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
18639
18640 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
18641
18642         * locale/iso-639.def: Add Chitwani Tharu (the).
18643
18644 2013-11-14  Andreas Schwab  <schwab@suse.de>
18645
18646         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
18647         word instead of empty string.
18648
18649 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18650
18651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18652         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
18653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18654         (__fe_nomask_env): Likewise.
18655
18656 2013-11-13  Steve Ellcey  <sellcey@mips.com>
18657
18658         * benchtests/bench-timing.h: Include time.h.
18659
18660 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
18661
18662         [BZ #15997]
18663         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
18664         to 3.4.0 for x32.
18665         * sysdeps/unix/sysv/linux/configure: Regenerated.
18666
18667 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
18668
18669         [BZ #16151]
18670         * stdlib/strtod_l.c (round_and_return): Do not consider
18671         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
18672         exponent one less than half the least subnormal exponent.
18673         * stdlib/test-strtod-round-data: Add more tests.
18674         * stdlib/tst-strtod-round.c (tests): Regenerated.
18675
18676 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18677
18678         [BZ #14143]
18679         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
18680         (__fe_mask_env): Likewise.
18681         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
18682         libm_hidden_proto and add function prototype.
18683         (__fe_mask_env): Add function prototype.
18684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18685         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
18686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18687         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
18688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18689         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
18690
18691 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18692
18693         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
18694         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
18695
18696 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18697
18698         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
18699         of htab_find_slot().
18700
18701 2013-11-11  David S. Miller  <davem@davemloft.net>
18702
18703         [BZ #16150]
18704         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
18705         symbol in the non-vis3 case in static builds.
18706         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
18707         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
18708         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
18709         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
18710
18711 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
18712
18713         [BZ #387]
18714         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
18715         it is empty.
18716
18717 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18718
18719         * benchtests/Makefile: Add bench-strtod.
18720         * benchtests/bench-strtod.c: New file: strtod benchtest
18721
18722 2013-11-11  Andreas Schwab  <schwab@suse.de>
18723
18724         [BZ #16153]
18725         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
18726         terminating NUL in key length.
18727
18728 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18729
18730         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18731         Add artificial ODP entry for vDSO symbol for PPC64.
18732         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
18733         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
18734
18735 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18736
18737         [BZ #15374]
18738         * nss/getent.c (services_keys): Recognize services starting with digit.
18739
18740 2013-11-06  David S. Miller  <davem@davemloft.net>
18741
18742         [BZ #15985]
18743         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
18744         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
18745
18746 2013-11-06  Will Newton  <will.newton@linaro.org>
18747
18748         * manual/memory.texi (Malloc Examples): Remove register
18749         keyword from examples.
18750
18751 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
18752
18753         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
18754
18755 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
18756
18757         [BZ #6981]
18758         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
18759         depending on [__GCC_IEC_559 > 0].
18760         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
18761         depending on [__GCC_IEC_559_COMPLEX > 0].
18762
18763 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
18764
18765         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
18766         to iso-639.def.
18767
18768 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
18769
18770         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
18771
18772 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
18773
18774         [BZ #16112]
18775         * malloc/malloc (malloc_info): Do not handle first bin as
18776         special case.
18777
18778 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
18779
18780         * locale/iso-639.def: Add Central Nahuatl (nhn).
18781
18782 2013-11-01  Bruno Haible  <bruno@clisp.org>
18783
18784         [BZ #7003]
18785         * manual/math.texi (BSD Random): Specify range upper bound as
18786         in POSIX.
18787
18788 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
18789
18790         * locale/iso-639.def: Add Meadow Mari (mhr).
18791
18792 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
18793
18794         [BZ #14752], [BZ #15763]
18795         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
18796         Validate name.
18797         * rt/tst_shm.c: Add test for escaping directory.
18798
18799 2013-10-31  Andreas Schwab  <schwab@suse.de>
18800
18801         [BZ #15917]
18802         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
18803         followed by 'x' as part of digit sequence.
18804         * stdio-common/tst-sscanf.c (double_tests2): New tests.
18805
18806 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
18807
18808         [BZ #16037]
18809         * configure.ac: allow GNU Make 4.0 and greater.
18810         * configure: Regenerated.
18811
18812 2013-10-30  Will Newton  <will.newton@linaro.org>
18813
18814         [BZ #16038]
18815         * malloc/hooks.c (memalign_check): Limit alignment to the
18816         maximum representable power of two.
18817         * malloc/malloc.c (__libc_memalign): Likewise.
18818         * malloc/tst-memalign.c (do_test): Add test for very
18819         large alignment values.
18820         * malloc/tst-posix_memalign.c (do_test): Likewise.
18821
18822 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
18823
18824         [BZ #11087]
18825         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
18826         (munmap_chunk): Likewise.
18827         (mremap_chunk): Likewise.
18828
18829 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
18830
18831         [BZ #15799]
18832         * stdlib/div.c (div): Remove obsolete code.
18833         * stdlib/ldiv.c (ldiv): Likewise.
18834         * stdlib/lldiv.c (lldiv): Likewise.
18835
18836 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
18837
18838         [BZ #16071]
18839         * nss/nss_files/files-XXX.c (get_contents_ret): New
18840         enumerator.
18841         (get_contents): New function.
18842         (internal_getent): Use it.  Expand size of LINEBUFLEN.
18843
18844 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
18845
18846         * configure.in: Moved to ...
18847         * configure.ac: ... here. Change reference to configure.in
18848         to configure.ac.
18849         * sysdeps/arm/preconfigure.ac: ... here.
18850         configure.in to configure.ac.
18851         * sysdeps/gnu/configure.in: Moved to ...
18852         * sysdeps/gnu/configure.ac: ... here.
18853         * sysdeps/i386/configure.in: Moved to ...
18854         * sysdeps/i386/configure.ac: ... here.
18855         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
18856         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
18857         * sysdeps/mach/configure.in: Moved to ...
18858         * sysdeps/mach/configure.ac: ... here.
18859         * sysdeps/mach/hurd/configure.in: Moved to ...
18860         * sysdeps/mach/hurd/configure.ac: ... here.
18861         * sysdeps/powerpc/configure.in: Moved to ...
18862         * sysdeps/powerpc/configure.ac: ... here.
18863         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
18864         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
18865         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
18866         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
18867         * sysdeps/s390/s390-32/configure.in: Moved to ...
18868         * sysdeps/s390/s390-32/configure.ac: ... here.
18869         * sysdeps/s390/s390-64/configure.in: Moved to ...
18870         * sysdeps/s390/s390-64/configure.ac: ... here.
18871         * sysdeps/sh/configure.in: Moved to ...
18872         * sysdeps/sh/configure.ac: ... here.
18873         * sysdeps/sparc/configure.in: Moved to ...
18874         * sysdeps/sparc/configure.ac: ... here.
18875         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
18876         * sysdeps/unix/sysv/linux/configure.ac: ... here.
18877         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
18878         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
18879         * sysdeps/x86_64/configure.in: Moved to ...
18880         * sysdeps/x86_64/configure.ac: ... here.
18881         * sysdeps/x86_64/preconfigure.in: Moved to ...
18882         * sysdeps/x86_64/preconfigure.ac: ... here.
18883         * aclocal.m4: Change reference to configure.in to configure.ac.
18884         * config.h.in: Likewise.
18885         * manual/install.texi: Likewise.
18886         * manual/maint.texi: Likewise.
18887         * Makefile: Likewise.
18888         * malloc/Makefile: Likewise.
18889         * nscd/Makefile: Likewise.
18890         * Makeconfig: Change reference to configure.in and
18891         preconfigure.in to configure.ac and preconfigure.ac
18892         respectively.
18893         * INSTALL: Regenerated.
18894         * configure: Likewise.
18895         * sysdeps/gnu/configure: Likewise.
18896         * sysdeps/i386/configure: Likewise.
18897         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
18898         * sysdeps/mach/configure: Likewise.
18899         * sysdeps/mach/hurd/configure: Likewise.
18900         * sysdeps/powerpc/configure: Likewise.
18901         * sysdeps/powerpc/powerpc32/configure: Likewise.
18902         * sysdeps/powerpc/powerpc64/configure: Likewise.
18903         * sysdeps/s390/s390-32/configure: Likewise.
18904         * sysdeps/s390/s390-64/configure: Likewise.
18905         * sysdeps/sh/configure: Likewise.
18906         * sysdeps/sparc/configure: Likewise.
18907         * sysdeps/unix/sysv/linux/configure: Likewise.
18908         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
18909         * sysdeps/x86_64/configure: Likewise.
18910         * sysdeps/x86_64/preconfigure: Likewise.
18911
18912 2013-10-29  Andreas Schwab  <schwab@suse.de>
18913
18914         * stdio-common/Makefile (tst-swscanf-ENV): Define.
18915
18916 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18917
18918         * benchtests/pow-inputs: Add new inputs.
18919
18920         * benchtests/exp-inputs: Add new inputs.
18921
18922         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
18923         conditional check for return value.
18924         (__cos32): Likewise.
18925
18926 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18927
18928         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
18929         to provide a boost for large inputs with word alignment.
18930         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
18931         implementation based on optimized PPC64 strcpy.
18932         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
18933         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
18934         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
18935         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
18936
18937 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
18938
18939         [BZ #2801]
18940         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
18941
18942 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
18943
18944         [BZ #14876]
18945         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
18946         * time/tst-strptime.c (day_tests): Add testcase.
18947
18948 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
18949
18950         [BZ #14029]
18951         * manual/pattern.texi: Acknowledge that fnmatch can fail.
18952
18953 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
18954
18955         [BZ #16074]
18956         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
18957         MAP_FAILED on error.
18958
18959 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
18960
18961         [BZ #16072]
18962         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
18963         heap for large requests.
18964
18965 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
18966
18967         [BZ #9954]
18968         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
18969         result if the result has no associated interface.
18970         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
18971         interface for all 127.X.Y.Z addresses.
18972
18973 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
18974
18975         * locale/iso-639.def: Add Ligurian (lij)
18976
18977 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
18978
18979         [BZ #15825]
18980         * sunrpc/rpc_main.c: Document rpcgen -5.
18981
18982 2013-10-19  Michael Stahl  <mstahl@redhat.com>
18983
18984         * elf/rtld.c (do_preload): Print the reason why preloading failed.
18985
18986 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
18987
18988         [BZ #10278]
18989         * posix/glob.c: Match only directories when trailing slash is present.
18990         * posix/tst-gnuglob.c (my_opendir): Do not open files.
18991         (main): Add testcase.
18992
18993 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
18994
18995         [BZ #15670]
18996         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
18997
18998 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
18999
19000         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19001         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19002         AUTH_DES and cindex for FIPS 140-2.
19003         (DES Encryption): Add cindex FIPS 46-3.
19004
19005         * locale/locarchive.h (struct locarhandle): Add fname.
19006         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19007         if an optional argument was specified to --list-archive,
19008         otherwise NULL.
19009         * locale/programs/locarchive.c (show_archive_content): Take new
19010         argument fname and pass it via ah.fname to open_archive.
19011         * locale/programs/localedef.h: Update decl.
19012         (open_archive): If AH->fname is non-null, open that file
19013         rather than the default file name, and don't ignore ENOENT.
19014         (create_archive): Set AH.fname to NULL.
19015         (delete_locales_from_archive): Likewise.
19016         (add_locales_to_archive): Likewise.
19017         * locale/programs/locfile.c (write_all_categories): Likewise.
19018
19019 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19020             Aldy Hernandez  <aldyh@redhat.com>
19021
19022         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19023         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19024         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19025         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19026         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19027         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19028         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19029         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19030         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19031         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19032         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19033         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19034         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19035         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19036         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19037         Likewise.
19038         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19039         Likewise.
19040         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19041         Likewise.
19042         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19043         Likewise.
19044         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19045         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19046         Likewise.
19047         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19048         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19049         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19050         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19051         Likewise.
19052         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19053         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19054         * sysdeps/powerpc/preconfigure: Likewise.
19055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19056         Likewise.
19057         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19058         Replace contents of file by #include of <fenv_libc.h>.
19059         * sysdeps/powerpc/soft-fp/sfp-machine.h
19060         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19061         and <sys/prctl.h>.
19062         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19063         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19064         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19065         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19066         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19067         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19068         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19069         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19070         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19071         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19072         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19073         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19075         Allow copysignl PLT reference to be missing.
19076
19077 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19078             Joseph Myers  <joseph@codesourcery.com
19079
19080         [BZ #15948]
19081         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19082         single character.
19083         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19084
19085 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19086
19087         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19088         * elf/tst-tls1.c: Likewise.
19089         * elf/tst-tls10.h: Likewise.
19090         * elf/tst-tls14.c: Likewise.
19091         * elf/tst-tls2.c: Likewise.
19092         * elf/tst-tls3.c: Likewise.
19093         * elf/tst-tls4.c: Likewise.
19094         * elf/tst-tls5.c: Likewise.
19095         * elf/tst-tls6.c: Likewise.
19096         * elf/tst-tls7.c: Likewise.
19097         * elf/tst-tls8.c: Likewise.
19098         * elf/tst-tls9.c: Likewise.
19099         * elf/tst-tlsmod1.c: Likewise.
19100         * elf/tst-tlsmod13.c: Likewise.
19101         * elf/tst-tlsmod13a.c: Likewise.
19102         * elf/tst-tlsmod14a.c: Likewise.
19103         * elf/tst-tlsmod16a.c: Likewise.
19104         * elf/tst-tlsmod16b.c: Likewise.
19105         * elf/tst-tlsmod2.c: Likewise.
19106         * elf/tst-tlsmod3.c: Likewise.
19107         * elf/tst-tlsmod4.c: Likewise.
19108         * elf/tst-tlsmod5.c: Likewise.
19109         * elf/tst-tlsmod6.c: Likewise.
19110
19111 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19112
19113         [BZ #12486]
19114         * malloc/malloc.c: remove checks for statistics.
19115
19116 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19117
19118         [BZ #15277]
19119         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19120         * inet/tst-network.c: Add testcase.
19121
19122 2013-10-17  Andreas Schwab  <schwab@suse.de>
19123
19124         [BZ #15218]
19125         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19126         to determine canonical name.
19127
19128 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19129
19130         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19131         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19132         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19133         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19134         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19135         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19136         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19137         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19138         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19139         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19140         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19141         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19142         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19143         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19144         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19145         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19146         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19147         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19148         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19149         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19150         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19151         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19152         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19153         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19154         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19155         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19156         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19157         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19158         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19159         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19160         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19161         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19162         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19163         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19164         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19165         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19166         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19167         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19168         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19169         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19170         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19171         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19172         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19173         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19174         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19175         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19176         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19177         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19178         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19179         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19180         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19181         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19182         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19183         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19184         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19185         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19186         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19187         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19188
19189 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19190
19191         [BZ #16041]
19192         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19193         make result into a quiet NaN.
19194
19195 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19196
19197         * soft-fp/adddf3.c: Fix horizontal whitespace.
19198         * soft-fp/addsf3.c: Likewise.
19199         * soft-fp/addtf3.c: Likewise.
19200         * soft-fp/divdf3.c: Likewise.
19201         * soft-fp/divsf3.c: Likewise.
19202         * soft-fp/divtf3.c: Likewise.
19203         * soft-fp/double.h: Likewise.
19204         * soft-fp/eqdf2.c: Likewise.
19205         * soft-fp/eqsf2.c: Likewise.
19206         * soft-fp/eqtf2.c: Likewise.
19207         * soft-fp/extenddftf2.c: Likewise.
19208         * soft-fp/extended.h: Likewise.
19209         * soft-fp/extendsfdf2.c: Likewise.
19210         * soft-fp/extendsftf2.c: Likewise.
19211         * soft-fp/extendxftf2.c: Likewise.
19212         * soft-fp/fixdfdi.c: Likewise.
19213         * soft-fp/fixdfsi.c: Likewise.
19214         * soft-fp/fixdfti.c: Likewise.
19215         * soft-fp/fixsfdi.c: Likewise.
19216         * soft-fp/fixsfsi.c: Likewise.
19217         * soft-fp/fixsfti.c: Likewise.
19218         * soft-fp/fixtfdi.c: Likewise.
19219         * soft-fp/fixtfsi.c: Likewise.
19220         * soft-fp/fixtfti.c: Likewise.
19221         * soft-fp/fixunsdfdi.c: Likewise.
19222         * soft-fp/fixunsdfsi.c: Likewise.
19223         * soft-fp/fixunsdfti.c: Likewise.
19224         * soft-fp/fixunssfdi.c: Likewise.
19225         * soft-fp/fixunssfsi.c: Likewise.
19226         * soft-fp/fixunssfti.c: Likewise.
19227         * soft-fp/fixunstfdi.c: Likewise.
19228         * soft-fp/fixunstfsi.c: Likewise.
19229         * soft-fp/fixunstfti.c: Likewise.
19230         * soft-fp/floatdidf.c: Likewise.
19231         * soft-fp/floatdisf.c: Likewise.
19232         * soft-fp/floatditf.c: Likewise.
19233         * soft-fp/floatsidf.c: Likewise.
19234         * soft-fp/floatsisf.c: Likewise.
19235         * soft-fp/floatsitf.c: Likewise.
19236         * soft-fp/floattidf.c: Likewise.
19237         * soft-fp/floattisf.c: Likewise.
19238         * soft-fp/floattitf.c: Likewise.
19239         * soft-fp/floatundidf.c: Likewise.
19240         * soft-fp/floatundisf.c: Likewise.
19241         * soft-fp/floatunditf.c: Likewise.
19242         * soft-fp/floatunsidf.c: Likewise.
19243         * soft-fp/floatunsisf.c: Likewise.
19244         * soft-fp/floatunsitf.c: Likewise.
19245         * soft-fp/floatuntidf.c: Likewise.
19246         * soft-fp/floatuntisf.c: Likewise.
19247         * soft-fp/floatuntitf.c: Likewise.
19248         * soft-fp/fmadf4.c: Likewise.
19249         * soft-fp/fmasf4.c: Likewise.
19250         * soft-fp/fmatf4.c: Likewise.
19251         * soft-fp/gedf2.c: Likewise.
19252         * soft-fp/gesf2.c: Likewise.
19253         * soft-fp/getf2.c: Likewise.
19254         * soft-fp/ledf2.c: Likewise.
19255         * soft-fp/lesf2.c: Likewise.
19256         * soft-fp/letf2.c: Likewise.
19257         * soft-fp/muldf3.c: Likewise.
19258         * soft-fp/mulsf3.c: Likewise.
19259         * soft-fp/multf3.c: Likewise.
19260         * soft-fp/negdf2.c: Likewise.
19261         * soft-fp/negsf2.c: Likewise.
19262         * soft-fp/negtf2.c: Likewise.
19263         * soft-fp/op-1.h: Likewise.
19264         * soft-fp/op-2.h: Likewise.
19265         * soft-fp/op-4.h: Likewise.
19266         * soft-fp/op-8.h: Likewise.
19267         * soft-fp/op-common.h: Likewise.
19268         * soft-fp/quad.h: Likewise.
19269         * soft-fp/single.h: Likewise.
19270         * soft-fp/soft-fp.h: Likewise.
19271         * soft-fp/sqrtdf2.c: Likewise.
19272         * soft-fp/sqrtsf2.c: Likewise.
19273         * soft-fp/sqrttf2.c: Likewise.
19274         * soft-fp/subdf3.c: Likewise.
19275         * soft-fp/subsf3.c: Likewise.
19276         * soft-fp/subtf3.c: Likewise.
19277         * soft-fp/truncdfsf2.c: Likewise.
19278         * soft-fp/trunctfdf2.c: Likewise.
19279         * soft-fp/trunctfsf2.c: Likewise.
19280         * soft-fp/trunctfxf2.c: Likewise.
19281         * soft-fp/unorddf2.c: Likewise.
19282         * soft-fp/unordsf2.c: Likewise.
19283         * soft-fp/unordtf2.c: Likewise.
19284
19285 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19286
19287         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19288         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19289
19290 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19291
19292         * elf/dl-libc.c: Clear initfini list after freeing.
19293
19294 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19295
19296         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19297         * soft-fp/addsf3.c: Likewise.
19298         * soft-fp/addtf3.c: Likewise.
19299         * soft-fp/divdf3.c: Likewise.
19300         * soft-fp/divsf3.c: Likewise.
19301         * soft-fp/divtf3.c: Likewise.
19302         * soft-fp/double.h: Likewise.
19303         * soft-fp/eqdf2.c: Likewise.
19304         * soft-fp/eqsf2.c: Likewise.
19305         * soft-fp/eqtf2.c: Likewise.
19306         * soft-fp/extenddftf2.c: Likewise.
19307         * soft-fp/extended.h: Likewise.
19308         * soft-fp/extendsfdf2.c: Likewise.
19309         * soft-fp/extendsftf2.c: Likewise.
19310         * soft-fp/extendxftf2.c: Likewise.
19311         * soft-fp/fixdfdi.c: Likewise.
19312         * soft-fp/fixdfsi.c: Likewise.
19313         * soft-fp/fixdfti.c: Likewise.
19314         * soft-fp/fixsfdi.c: Likewise.
19315         * soft-fp/fixsfsi.c: Likewise.
19316         * soft-fp/fixsfti.c: Likewise.
19317         * soft-fp/fixtfdi.c: Likewise.
19318         * soft-fp/fixtfsi.c: Likewise.
19319         * soft-fp/fixtfti.c: Likewise.
19320         * soft-fp/fixunsdfdi.c: Likewise.
19321         * soft-fp/fixunsdfsi.c: Likewise.
19322         * soft-fp/fixunsdfti.c: Likewise.
19323         * soft-fp/fixunssfdi.c: Likewise.
19324         * soft-fp/fixunssfsi.c: Likewise.
19325         * soft-fp/fixunssfti.c: Likewise.
19326         * soft-fp/fixunstfdi.c: Likewise.
19327         * soft-fp/fixunstfsi.c: Likewise.
19328         * soft-fp/fixunstfti.c: Likewise.
19329         * soft-fp/floatdidf.c: Likewise.
19330         * soft-fp/floatdisf.c: Likewise.
19331         * soft-fp/floatditf.c: Likewise.
19332         * soft-fp/floatsidf.c: Likewise.
19333         * soft-fp/floatsisf.c: Likewise.
19334         * soft-fp/floatsitf.c: Likewise.
19335         * soft-fp/floattidf.c: Likewise.
19336         * soft-fp/floattisf.c: Likewise.
19337         * soft-fp/floattitf.c: Likewise.
19338         * soft-fp/floatundidf.c: Likewise.
19339         * soft-fp/floatundisf.c: Likewise.
19340         * soft-fp/floatunsidf.c: Likewise.
19341         * soft-fp/floatunsisf.c: Likewise.
19342         * soft-fp/floatuntidf.c: Likewise.
19343         * soft-fp/floatuntisf.c: Likewise.
19344         * soft-fp/floatuntitf.c: Likewise.
19345         * soft-fp/fmadf4.c: Likewise.
19346         * soft-fp/fmasf4.c: Likewise.
19347         * soft-fp/fmatf4.c: Likewise.
19348         * soft-fp/gedf2.c: Likewise.
19349         * soft-fp/gesf2.c: Likewise.
19350         * soft-fp/getf2.c: Likewise.
19351         * soft-fp/ledf2.c: Likewise.
19352         * soft-fp/lesf2.c: Likewise.
19353         * soft-fp/letf2.c: Likewise.
19354         * soft-fp/muldf3.c: Likewise.
19355         * soft-fp/mulsf3.c: Likewise.
19356         * soft-fp/multf3.c: Likewise.
19357         * soft-fp/negdf2.c: Likewise.
19358         * soft-fp/negsf2.c: Likewise.
19359         * soft-fp/negtf2.c: Likewise.
19360         * soft-fp/op-1.h: Likewise.
19361         * soft-fp/op-2.h: Likewise.
19362         * soft-fp/op-4.h: Likewise.
19363         * soft-fp/op-8.h: Likewise.
19364         * soft-fp/op-common.h: Likewise.
19365         * soft-fp/quad.h: Likewise.
19366         * soft-fp/single.h: Likewise.
19367         * soft-fp/soft-fp.h: Likewise.
19368         * soft-fp/sqrtdf2.c: Likewise.
19369         * soft-fp/sqrtsf2.c: Likewise.
19370         * soft-fp/sqrttf2.c: Likewise.
19371         * soft-fp/subdf3.c: Likewise.
19372         * soft-fp/subsf3.c: Likewise.
19373         * soft-fp/subtf3.c: Likewise.
19374         * soft-fp/truncdfsf2.c: Likewise.
19375         * soft-fp/trunctfdf2.c: Likewise.
19376         * soft-fp/trunctfsf2.c: Likewise.
19377         * soft-fp/trunctfxf2.c: Likewise.
19378         * soft-fp/unorddf2.c: Likewise.
19379         * soft-fp/unordsf2.c: Likewise.
19380         * soft-fp/unordtf2.c: Likewise.
19381
19382 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19383
19384         [BZ #15672]
19385         * misc/error.c (error_tail): Fix possible buffer overflow.
19386
19387 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19388
19389         [BZ #13028]
19390         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19391         address.
19392
19393 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19394
19395         [BZ #832]
19396         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19397         testing pipefail option.
19398
19399 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19400
19401         * soft-fp/double.h: Indent preprocessor directives inside #if.
19402         * soft-fp/extended.h: Likewise.
19403         * soft-fp/op-2.h: Likewise.
19404         * soft-fp/op-4.h: Likewise.
19405         * soft-fp/op-common.h: Likewise.
19406         * soft-fp/quad.h: Likewise.
19407         * soft-fp/single.h: Likewise.
19408         * soft-fp/soft-fp.h: Likewise.
19409
19410 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19411
19412         * iconv/iconv_prog.c: Fix typos.
19413         * stdio-common/psiginfo-data.h: Likewise.
19414
19415 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19416
19417         [BZ #15764]
19418         * locale/setlocale.c: Fix typo.
19419
19420 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19421
19422         [BZ #16036]
19423         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19424         signaling NaN arguments.
19425         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19426         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19427
19428         [BZ #14910]
19429         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19430         unordered operands.
19431         * soft-fp/gesf2.c (__gesf2): Likewise.
19432         * soft-fp/getf2.c (__getf2): Likewise.
19433         * soft-fp/ledf2.c (__ledf2): Likewise.
19434         * soft-fp/lesf2.c (__lesf2): Likewise.
19435         * soft-fp/letf2.c (__letf2): Likewise.
19436
19437         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19438         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19439         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19440         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19441         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19442         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19443         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19444         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19445         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19446         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19447         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19448         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19449         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19450         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19451         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19452         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19453         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19454         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19455         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19456         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19457         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19458         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19459         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19460         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19461         * soft-fp/floattidf.c (__floattidf): Likewise.
19462         * soft-fp/floattisf.c (__floattisf): Likewise.
19463         * soft-fp/floattitf.c (__floattitf): Likewise.
19464         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19465         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19466         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19467         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19468         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19469         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19470         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19471         * soft-fp/gesf2.c (__gesf2): Likewise.
19472         * soft-fp/getf2.c (__getf2): Likewise.
19473         * soft-fp/ledf2.c (__ledf2): Likewise.
19474         * soft-fp/lesf2.c (__lesf2): Likewise.
19475         * soft-fp/letf2.c (__letf2): Likewise.
19476
19477         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19478         Undefine and redefine.
19479         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19480         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19481         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19482         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19483         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19484         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19485         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19486         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19487         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19488         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19489         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19490         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19491         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19492         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19493         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19494
19495         [BZ #16032]
19496         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19497         without decrementing exponent if mantissa >= that for the
19498         denominator, not >.
19499         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19500         denominator, not >.  Decrement exponent in < case instead of
19501         incrementing in >= case.
19502         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19503         without decrementing exponent if mantissa >= that for the
19504         denominator, not >.
19505
19506         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19507         computing saturated result for unsigned overflow.
19508
19509 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19510             Jeff Law  <law@redhat.com>
19511
19512         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19513         (atan2Mp): Add systemtap probe marker.
19514         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19515         (__ieee754_log): Add systemtap probe marker.
19516         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19517         (atanMp): Add systemtap probe marker.
19518         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19519         (tanMp): Add systemtap probe marker.
19520         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19521         (__slowexp): Add systemtap probe marker.
19522         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19523         (__slowpow): Add systemtap probe marker.
19524         * manual/probes.texi: Document probes.
19525
19526 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
19527
19528         [BZ #15362]
19529         * libio/fileops.c (_IO_new_file_write): Return count of bytes
19530         written.
19531         (_IO_new_file_xsputn): Don't return EOF if nothing has been
19532         written.
19533         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19534         written to buffer but not flushed.
19535         * libio/iofwrite_u.c:  Likewise.
19536         * libio/iopadn.c:  Return bytes returned even if EOF was
19537         encountered.
19538         * libio/iowpadn.c:  Likewise.
19539         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19540         if _IO_padn does not write the whole buffer.
19541         [!COMPILE_WPRINTF] (PAD): Likewise.
19542
19543 2013-10-10  David S. Miller  <davem@davemloft.net>
19544
19545         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19546         directory block.
19547
19548 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19549
19550         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
19551         instead of FSF address.
19552         * soft-fp/fixdfti.c: Likewise.
19553         * soft-fp/fixsfti.c: Likewise.
19554         * soft-fp/fixtfti.c: Likewise.
19555         * soft-fp/fixunsdfti.c: Likewise.
19556         * soft-fp/fixunssfti.c: Likewise.
19557         * soft-fp/fixunstfti.c: Likewise.
19558         * soft-fp/floattidf.c: Likewise.
19559         * soft-fp/floattisf.c: Likewise.
19560         * soft-fp/floattitf.c: Likewise.
19561         * soft-fp/floatuntidf.c: Likewise.
19562         * soft-fp/floatuntisf.c: Likewise.
19563         * soft-fp/floatuntitf.c: Likewise.
19564         * soft-fp/trunctfxf2.c: Likewise.
19565
19566         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
19567         * soft-fp/fixdfti.c: Likewise.
19568         * soft-fp/fixsfti.c: Likewise.
19569         * soft-fp/fixtfti.c: Likewise.
19570         * soft-fp/fixunsdfti.c: Likewise.
19571         * soft-fp/fixunssfti.c: Likewise.
19572         * soft-fp/fixunstfti.c: Likewise.
19573         * soft-fp/floattidf.c: Likewise.
19574         * soft-fp/floattisf.c: Likewise.
19575         * soft-fp/floattitf.c: Likewise.
19576         * soft-fp/floatuntidf.c: Likewise.
19577         * soft-fp/floatuntisf.c: Likewise.
19578         * soft-fp/floatuntitf.c: Likewise.
19579         * soft-fp/trunctfxf2.c: Likewise.
19580
19581 2013-10-10  David S. Miller  <davem@davemloft.net>
19582
19583         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19584
19585 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
19586
19587         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19588         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19589         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19590         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19591         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19592         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19593         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19594
19595         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19596         for NaNs before doing comparisons on argument.
19597         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19598         Likewise.
19599
19600 2013-10-10  Will Newton  <will.newton@linaro.org>
19601
19602         * malloc/hooks.c (memalign_check): Ensure the value of bytes
19603         passed to _int_memalign does not overflow.
19604
19605 2013-10-10  Torvald Riegel  <triegel@redhat.com>
19606
19607         * scripts/bench.pl: Add include-sources directive.
19608         * benchtests/README: Update documentation.
19609
19610 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19611
19612         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19613         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19614         instead of FP_INIT_ROUNDMODE.
19615         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19616         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19617
19618         [BZ #16034]
19619         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
19620         copy class of input value.
19621         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
19622         not handle exceptions.
19623         * soft-fp/negsf2.c (__negsf2): Likewise.
19624         * soft-fp/negtf2.c (__negtf2): Likewise.
19625         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19626
19627 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
19628
19629         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19630         semicolon.  From Linux kernel.
19631
19632 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
19633
19634         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19635
19636 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
19637
19638         [BZ #156]
19639         * manual/socket.texi: Added statement about buffer
19640         for gethostbyname2_r.
19641
19642 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
19643
19644         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
19645         Use .p2align directive instead, throughout.
19646         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19647         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19648         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
19649         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19650         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19651         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
19652         * sysdeps/x86_64/strchr.S: Likewise.
19653         * sysdeps/x86_64/strrchr.S: Likewise.
19654
19655 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
19656
19657         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
19658
19659         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
19660
19661         * sysdeps/generic/math_private.h (__mpsin1): Remove
19662         declaration.
19663         (__mpcos1): Likewise.
19664         (__mpsin): New argument __range_reduce.
19665         (__mpcos): Likewise.
19666         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19667         (slow): Use __mpsin and __mpcos.
19668         (slow1): Likewise.
19669         (slow2): Likewise.
19670         (sloww): Likewise.
19671         (sloww1): Likewise.
19672         (sloww2): Likewise.
19673         (bsloww): Likewise.
19674         (bsloww1): Likewise.
19675         (bsloww2): Likewise.
19676         (cslow2): Likewise.
19677         (csloww): Likewise.
19678         (csloww1): Likewise.
19679         (csloww2): Likewise.
19680         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
19681         range_reduce.  Merge in __mpsin1.
19682         (__mpcos): Likewise.
19683         (__mpsin1): Remove.
19684         (__mpcos1): Likewise.
19685
19686 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
19687
19688         * locale/loadlocale.c (_nl_intern_locale_data): Use
19689         LOCFILE_ALIGNED_P.
19690         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
19691         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
19692         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
19693         obstack data is appropriately aligned.
19694         (obstack_int32_grow_fast): Likewise.
19695         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
19696         * locale/programs/locfile.c (add_locale_uint32): Likewise.
19697         (add_locale_uint32_array): Likewise.
19698
19699 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
19700
19701         * benchtests/Makefile: Remove ARGLIST and RET variables.
19702         ($(objpfx)bench-%.c): Pass only function name to the script.
19703         * benchtests/README: Update documentation.
19704         * benchtests/acos-inputs: Add new directives.
19705         * benchtests/acosh-inputs: Likewise.
19706         * benchtests/asin-inputs: Likewise.
19707         * benchtests/asinh-inputs: Likewise.
19708         * benchtests/atan-inputs: Likewise.
19709         * benchtests/atanh-inputs: Likewise.
19710         * benchtests/cos-inputs: Likewise.
19711         * benchtests/cosh-inputs: Likewise.
19712         * benchtests/exp-inputs: Likewise.
19713         * benchtests/log-inputs: Likewise.
19714         * benchtests/pow-inputs: Likewise.
19715         * benchtests/rint-inputs: Likewise.
19716         * benchtests/sin-inputs: Likewise.
19717         * benchtests/sinh-inputs: Likewise.
19718         * benchtests/tan-inputs: Likewise.
19719         * benchtests/tanh-inputs: Likewise.
19720         * scripts/bench.pl: Add support for new directives.
19721
19722 2013-10-07  Alan Modra  <amodra@gmail.com>
19723
19724         * README: Fix careless merge.
19725
19726 2013-10-05  Alan Modra  <amodra@gmail.com>
19727
19728         * NEWS: Mention powerpc64le support and bugs fixed.
19729         * README: Both big-endian and little-endian powerpc64 supported.
19730
19731 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19732
19733         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
19734         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
19735         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
19736         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
19737
19738 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
19739
19740         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
19741         match prototype.
19742
19743 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
19744
19745         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
19746         Move -mhard-float appending from
19747         ports/sysdeps/powerpc/powerpc32/Makefile.
19748         [$(with-fp) = yes] (ASFLAGS): Likewise.
19749         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
19750         * sysdeps/powerpc/nofpu: Move directory from
19751         ports/sysdeps/powerpc/nofpu.
19752         * sysdeps/powerpc/soft-fp: Move directory from
19753         ports/sysdeps/powerpc/soft-fp.
19754         * sysdeps/powerpc/powerpc32/405: Move directory from
19755         ports/sysdeps/powerpc/powerpc32/405.
19756         * sysdeps/powerpc/powerpc32/440: Move directory from
19757         ports/sysdeps/powerpc/powerpc32/440.
19758         * sysdeps/powerpc/powerpc32/464: Move directory from
19759         ports/sysdeps/powerpc/powerpc32/464.
19760         * sysdeps/powerpc/powerpc32/476: Move directory from
19761         ports/sysdeps/powerpc/powerpc32/476.
19762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
19763         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
19764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
19765         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
19766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
19767         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
19768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
19769         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
19770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
19771         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
19772         * README: Update for powerpc-*-linux-gnu software floating point
19773         support in libc.
19774
19775         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
19776         case to powerpc/powerpc32*.
19777         * sysdeps/unix/sysv/linux/configure: Regenerated.
19778
19779         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
19780         (_FPU_MASK_OM): Define as 0x04.
19781         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
19782         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
19783         0x00c10080.
19784         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
19785         0x0000003c.
19786         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
19787
19788         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
19789         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19790         getcontext_e500.
19791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
19792         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19793         setcontext_e500.
19794         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
19795         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
19796         and setcontext_e500.
19797
19798 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
19799
19800         * locale/iso-3166.def: Update iso-1366.def and related occurrences
19801
19802 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19803
19804         * manual/threads.texi (Default Thread Attributes): Fix typo.
19805
19806 2013-10-04  Will Newton  <will.newton@linaro.org>
19807
19808         * malloc/Makefile: Add tst-memalign.
19809         * malloc/tst-memalign.c: New file.
19810
19811         * malloc/tst-posix_memalign.c: Add comments.
19812         (do_test): Add comments and call free on all potentially
19813         allocated pointers. Add space after cast.
19814
19815         * malloc/tst-pvalloc.c: Add comments.
19816         (do_test): Add comments and call free on all potentially
19817         allocated pointers. Remove duplicate check for NULL pointer.
19818         Add space after cast.
19819
19820         * malloc/tst-valloc.c: Add comments.
19821         (do_test): Add comments and call free on all potentially
19822         allocated pointers. Remove duplicate check for NULL pointer.
19823         Add space after cast.
19824
19825 2013-10-04  Alan Modra  <amodra@gmail.com>
19826
19827         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19828         Use stdint types in rather than __attribute__((mode())).
19829         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19830
19831 2013-10-04  Alan Modra  <amodra@gmail.com>
19832
19833         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19834         Correct handling of unaligned relocs for little-endian.
19835         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19836
19837 2013-10-04  Alan Modra  <amodra@gmail.com>
19838
19839         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
19840         * configure: Regenerate.
19841         * nptl/shlib-versions: Powerpc*le starts at 2.18.
19842         * shlib-versions: Likewise.
19843
19844 2013-10-04  Alan Modra  <amodra@gmail.com>
19845
19846         * string/tester.c (test_memrchr): Increment reported test cycle.
19847
19848 2013-10-04  Alan Modra  <amodra@gmail.com>
19849
19850         * string/test-memcpy.c (do_one_test): When reporting errors, print
19851         string address and don't overrun end of string.
19852
19853 2013-10-04  Alan Modra  <amodra@gmail.com>
19854
19855         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
19856         insrdi.  Make better use of reg selection to speed exit slightly.
19857         Schedule entry path a little better.  Remove useless "are we done"
19858         checks on entry to main loop.  Handle wrapping around zero address.
19859         Correct main loop count.  Handle single left-over word from main
19860         loop inline rather than by using loop_small.  Remove extra word
19861         case in loop_small caused by wrong loop count.  Add little-endian
19862         support.
19863         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
19864         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
19865         cache hint.
19866         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
19867         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
19868         support.  Avoid rlwimi.
19869         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
19870
19871 2013-10-04  Alan Modra  <amodra@gmail.com>
19872
19873         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
19874         insrdi.  Formatting.
19875         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
19876         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
19877         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
19878         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19879         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
19880         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
19881
19882 2013-10-04  Alan Modra  <amodra@gmail.com>
19883
19884         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
19885         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19886         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
19887         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
19888         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
19889         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19890         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19891         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
19892         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
19893         use of regs.  Use power7 mtocrf.  Tidy function tails.
19894
19895 2013-10-04  Alan Modra  <amodra@gmail.com>
19896
19897         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
19898         Formatting.  Consistently use rXXX register defines or rN defines.
19899         Use early exit labels that avoid restoring unused non-volatile regs.
19900         Make cr field use more consistent with rWORDn compares.  Rename
19901         regs used as shift registers for unaligned loop, using rN defines
19902         for short lifetime/multiple use regs.
19903         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19904         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
19905         addi 1,1,64 to pop stack frame.  Simplify return value code.
19906         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19907
19908 2013-10-04  Alan Modra  <amodra@gmail.com>
19909
19910         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
19911         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
19912         rather than rlwimi.
19913         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
19914         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
19915         little-endian support.  Correct typos.
19916         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
19917         rather than rlwimi.
19918         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
19919         in loop and entry code to keep "and." results.
19920         (strchr): Add little-endian support.  Comment.  Move cntlzd
19921         earlier in tail.
19922         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
19923
19924 2013-10-04  Alan Modra  <amodra@gmail.com>
19925
19926         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
19927         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
19928         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
19929         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
19930
19931 2013-10-04  Alan Modra  <amodra@gmail.com>
19932
19933         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
19934         (rTMP): Define as r11.
19935         (strcmp): Add little-endian support.  Optimise tail.
19936         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
19937         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19938         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
19939         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
19940         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
19941         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
19942         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
19943
19944 2013-10-04  Alan Modra  <amodra@gmail.com>
19945
19946         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
19947         little-endian support.  Remove unnecessary "are we done" tests.
19948         Handle "s" wrapping around zero and extremely large "size".
19949         Correct main loop count.  Handle single left-over word from main
19950         loop inline rather than by using small_loop.  Correct comments.
19951         Delete "zero" tail, use "end_max" instead.
19952         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
19953
19954 2013-10-04  Alan Modra  <amodra@gmail.com>
19955
19956         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
19957         support.  Don't branch over align.
19958         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
19959         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
19960         support.  Rearrange tmp reg use to suit.  Comment.
19961         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
19962
19963 2013-10-04  Alan Modra  <amodra@gmail.com>
19964
19965         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
19966
19967 2013-10-04  Alan Modra  <amodra@gmail.com>
19968
19969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
19970         conditional form of branch and link when obtaining pc.
19971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
19972
19973 2013-10-04  Alan Modra  <amodra@gmail.com>
19974
19975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
19976         HIWORD/LOWORD.
19977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
19978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
19979
19980 2013-10-04  Alan Modra  <amodra@gmail.com>
19981
19982         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
19983         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
19984         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
19985         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
19986         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
19987         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
19988         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
19989         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
19990         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
19991         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
19992
19993 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
19994             Alistair Popple <alistair@ozlabs.au.ibm.com>
19995             Alan Modra <amodra@gmail.com>
19996
19997         [BZ #15723]
19998         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
19999         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20000         _dl_hwcap access for little-endian.
20001         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20002         destroy vmx regs when saving unaligned.
20003         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20004         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20005         destroy vmx regs when saving unaligned.
20006
20007 2013-10-04  Alan Modra  <amodra@gmail.com>
20008
20009         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20010         Don't use a union to pack hi/low value.
20011
20012 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20013
20014         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20015         for little-endian.
20016         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20017         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20018         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20019         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20020         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20021
20022 2013-10-04  Alan Modra  <amodra@gmail.com>
20023
20024         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20025         constants to usual value for .cst8 section, and remove redundant
20026         high address load.
20027         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20028         constant for 0x1p52.  Load little-endian words of double from
20029         correct stack offsets.
20030
20031 2013-10-04  Alan Modra  <amodra@gmail.com>
20032
20033         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20034         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20035         words of double from correct stack offsets.
20036         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20037         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20038         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20039         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20040         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20041         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20042         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20043         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20044         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20045         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20046         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20047         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20048         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20049         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20050         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20051         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20052         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20053
20054 2013-10-04  Alan Modra  <amodra@gmail.com>
20055
20056         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20057         64-bit int/double union.
20058         (_FPU_SETCW): Likewise.
20059         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20060         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20061
20062 2013-10-04  Alan Modra  <amodra@gmail.com>
20063
20064         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20065         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20066
20067 2013-10-04  Alan Modra  <amodra@gmail.com>
20068
20069         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20070         use vector int constants.
20071         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20072
20073 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20074
20075         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20076         array with long long.
20077         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20078         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20079         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20080         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20081         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20082         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20083         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20084         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20085         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20086         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20087         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20088         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20089         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20090
20091 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20092
20093         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20094         (__signbit): Likewise.  Correct for little-endian.
20095         (__signbitl): Call __signbit.
20096         (lrint): Correct for little-endian.
20097         (lrintf): Call lrint.
20098
20099 2013-10-04  Alan Modra  <amodra@gmail.com>
20100
20101         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20102         union 32-bit int array member with 64-bit int array.
20103         (t515, tm256): Double rather than long double.
20104         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20105
20106 2013-10-04  Alan Modra  <amodra@gmail.com>
20107
20108         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20109         Delete.
20110         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20111         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20112         version of math_ldbl.h.
20113
20114 2013-10-04  Alan Modra  <amodra@gmail.com>
20115
20116         [BZ #15734], [BZ #15735]
20117         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20118         all uses of ieee875 long double macros and unions.  Simplify test
20119         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20120         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20121         normalize after ldbl_extract_mantissa, and don't add hidden bit
20122         already handled.  Don't treat low word of ieee854 mantissa like
20123         low word of IBM long double and mask off bit when testing for
20124         zero.
20125         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20126         all uses of ieee875 long double macros and unions.  Simplify tests
20127         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20128         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20129         two1022, instead use their values.  Recognise that tests for large
20130         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20131         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20132         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20133         test for 0.0L and nan.  Correct negation.
20134         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20135         ieee875 long double macros and unions.  Correct output for large
20136         magnitude x.  Correct absolute value calculation.
20137         (__erfcl): Likewise.
20138         * math/libm-test.inc: Add tests for errors discovered in IBM long
20139         double versions of fmodl, remainderl, erfl and erfcl.
20140
20141 2013-10-04  Alan Modra  <amodra@gmail.com>
20142
20143         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20144         all uses of ieee854 long double macros and unions.  Simplify tests
20145         for long doubles that are fully specified by the high double.
20146         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20147         Likewise.
20148         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20149         Remove dead code too.
20150         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20151         (__ieee754_ynl): Likewise.
20152         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20153         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20154         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20155         Remove dead code too.
20156         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20157         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20158         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20159         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20160         Simplify.
20161         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20162         Simplify.
20163         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20164         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20165         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20166         Comment on variable precision.
20167         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20168         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20169         Likewise.
20170         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20171         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20172         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20173         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20174         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20175
20176 2013-10-04  Alan Modra  <amodra@gmail.com>
20177
20178         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20179         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20180         all uses of ieee854 long double macros and unions.
20181         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20182         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20183         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20184         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20185         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20186         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20187         Likewise.
20188         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20189         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20190         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20191         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20192         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20193         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20194         Simplify sign and nan test too.
20195         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20196         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20197         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20198         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20199         Likewise.
20200         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20201         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20202         Likewise.
20203         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20204         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20205         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20206         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20207         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20208         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20209
20210 2013-10-04  Alan Modra  <amodra@gmail.com>
20211
20212         * stdio-common/printf_size.c (__printf_size): Don't use
20213         union ieee854_long_double in fpnum union.
20214         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20215         signbit macro to retrieve sign from long double.
20216         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20217         retrieve sign from long double.
20218         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20219         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20220         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20221         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20222         * math/test-misc.c (main): Don't use union ieee854_long_double.
20223
20224 2013-10-04  Alan Modra  <amodra@gmail.com>
20225
20226         [BZ #15680]
20227         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20228         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20229         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20230         calculation.  Remove unnecessary test for denormal exponent.
20231         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20232         Correct handling of denormals.  Avoid undefined shift behaviour.
20233         Correct normalisation of low mantissa when low double is denormal.
20234         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20235         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20236         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20237         Correct normalisation of low mantissa.  Test for overflow of high
20238         mantissa and normalise.
20239         (ldbl_nearbyint): Use more readable constant for two52.
20240         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20241         (__mpn_construct_long_double): Fix test for overflow of high
20242         mantissa and correct normalisation.  Avoid undefined shift.
20243
20244 2013-10-04  Alan Modra  <amodra@gmail.com>
20245
20246         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20247         (union ibm_extended_long_double): Define as an array of ieee754_double.
20248         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20249         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20250         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20251         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20252         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20253         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20254         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20255         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20256         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20257         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20258         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20259
20260 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20261
20262         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20263         page size instead of calling getpagesize.
20264
20265         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20266         (LOCFILE_ALIGN_MASK): Likewise.
20267         (LOCFILE_ALIGN_UP): Likewise.
20268         (LOCFILE_ALIGNED_P): Likewise.
20269         * locale/programs/ld-collate.c (collate_output): Use the new
20270         macros instead of __alignof__ (int32_t).
20271         * locale/weight.h (findidx): Likewise.
20272
20273 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20274
20275         [BZ #431]
20276         * manual/string.texi: Fix strncat and wcsncat.
20277
20278 2013-10-03  Brooks Moses  <bmoses@google.com>
20279
20280         [BZ #15915]
20281         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20282         * Makerules: ...here, and adjust associated comments.
20283
20284 2013-10-02  Will Newton  <will.newton@linaro.org>
20285
20286         * malloc/Makefile: Add tst-pvalloc.
20287         * malloc/tst-pvalloc.c: New file.
20288
20289 2013-10-02  Will Newton  <will.newton@linaro.org>
20290
20291         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20292         improve test coverage.
20293
20294 2013-10-02  Will Newton  <will.newton@linaro.org>
20295
20296         * malloc/Makefile: Add tst-posix_memalign.
20297         * malloc/tst-posix_memalign.c: New file.
20298
20299 2013-10-01  Eric Blake  <eblake@redhat.com>
20300
20301         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20302         Use __THROWNL rather than __THROW on static functions.
20303
20304 2013-09-30  Petr Machata  <pmachata@redhat.com>
20305
20306         * elf/elf.h (R_AARCH64_ABS16): New macro.
20307         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20308         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20309         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20310         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20311         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20312         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20313         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20314         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20315         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20316         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20317         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20318         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20319         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20320         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20321         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20322         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20323         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20324         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20325         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20326         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20327         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20328         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20329         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20330         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20331         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20332         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20333         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20334         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20335         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20336         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20337         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20338         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20339         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20340         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20341         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20342         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20343         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20344         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20345         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20346         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20347         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20348         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20349         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20350         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20351         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20352         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20353         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20354         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20355         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20356         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20357         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20358         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20359         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20360         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20361         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20362         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20363         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20364         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20365         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20366         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20367         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20368         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20369         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20370         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20371         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20372         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20373         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20374         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20375         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20376         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20377         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20378         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20379         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20380         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20381         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20382         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20383         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20384         (R_AARCH64_TLSDESC_LDR): Likewise.
20385         (R_AARCH64_TLSDESC_ADD): Likewise.
20386         (R_AARCH64_TLSDESC_CALL): Likewise.
20387
20388 2013-09-30  Andreas Schwab  <schwab@suse.de>
20389
20390         [BZ #15048]
20391         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20392         the nss database lookup.
20393         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20394         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20395
20396 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20397
20398         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20399
20400 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20401
20402         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20403         ${Bash-specific parameter/pattern/string} parameter expansion.
20404         * sysdeps/unix/make-syscalls.sh: Likewise.
20405
20406 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20407
20408         * sysdeps/sh/stackguard-macros.h: New file.
20409
20410 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20411
20412         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20413         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20414         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20415         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20416         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20417         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20418
20419 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20420
20421         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20422         Fix thread ID register.
20423
20424 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20425
20426         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20427         [POSIX || UNIX98]: Require rather than permitting all symbols from
20428         <time.h>.
20429         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20430         element of struct sched_param.
20431         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20432         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20433         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20434         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20435         constant.
20436
20437 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20438
20439         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20440         argument calculation.
20441
20442 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20443
20444         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20445         Expect macro.
20446         [POSIX] (pthread_attr_t): Do not require type.
20447         [POSIX] (pthread_cond_t): Likewise.
20448         [POSIX] (pthread_condattr_t): Likewise.
20449         [POSIX] (pthread_key_t): Likewise.
20450         [POSIX] (pthread_mutex_t): Likewise.
20451         [POSIX] (pthread_mutexattr_t): Likewise.
20452         [POSIX] (pthread_once_t): Likewise.
20453         [POSIX] (pthread_t): Likewise.
20454         [POSIX-based standards] (pthread_atfork): Expect function.
20455
20456 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20457             Richard Sandiford  <richard@codesourcery.com>
20458
20459         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20460         (swap_endianness_p): New extern variable.
20461         (set_big_endian): New inline function.
20462         (maybe_swap_uint32): Likewise.
20463         (maybe_swap_uint32_array): Likewise.
20464         (maybe_swap_uint32_obstack): Likewise.
20465         * locale/programs/locfile.c: Include <stdbool.h>.
20466         (swap_endianness_p): New variable.
20467         (add_locale_uint32): Call maybe_swap_uint32.
20468         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20469         (write_locale_data): Call maybe_swap_uint32_array.
20470         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20471         maybe_swap_uint32.
20472         (obstack_int32_grow_fast): Likewise.
20473         (output_weightwc): Call maybe_swap_uint32_obstack.
20474         (collate_output): Likewise.
20475         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20476         (OPT_LITTLE_ENDIAN): Likewise.
20477         (options): Add --little-endian and --big-endian options.
20478         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20479         * locale/programs/locarchive.c: Include "locfile.h".
20480         (GET): New macro.
20481         (SET): Likewise.
20482         (INC): Likewise.
20483         (create_archive): Use the new macros to access fields of
20484         structures directly mapped from or written to locale archives.
20485         (oldlocrecentcmp): Likewise.
20486         (enlarge_archive): Likewise.
20487         (insert_name): Likewise.
20488         (add_alias): Likewise.
20489         (add_locale): Likewise.
20490         (delete_locales_from_archive): Likewise.
20491         (show_archive_content): Likewise.
20492         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
20493         locale data.
20494
20495 2013-09-24  Roland McGrath  <roland@hack.frob.com>
20496
20497         * manual/freemanuals.texi: Updated from (newly) canonical copy at
20498         http://www.gnu.org/doc/freemanuals.texi.
20499         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20500
20501 2013-09-24  Will Newton  <will.newton@linaro.org>
20502
20503         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20504         macro.
20505
20506 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
20507
20508         * locale/hashval.h (compute_hashval): Interpret bytes of key as
20509         unsigned char.
20510
20511 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
20512
20513         * manual/threads.texi (POSIX Threads): Fix a typo.
20514
20515 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
20516
20517         [BZ #14547]
20518         * string/tst-strcoll-overflow.c: New test case.
20519         * string/Makefile (xtests): Add tst-strcoll-overflow.
20520         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20521         cache if string sizes may cause integer overflow.
20522
20523         [BZ #14547]
20524         * string/strcoll_l.c (coll_seq): New members rule, idx,
20525         save_idx and back_us.
20526         (get_next_seq_nocache): New function.
20527         (do_compare_nocache): New function.
20528         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20529         when malloc fails.
20530
20531 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
20532
20533         [BZ #15754]
20534         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20535         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20536         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20537
20538         [BZ #15754]
20539         * elf/Makefile (tests): Add tst-ptrguard1.
20540         (tests-static): Add tst-ptrguard1-static.
20541         (tst-ptrguard1-ARGS): Define.
20542         (tst-ptrguard1-static-ARGS): Define.
20543         * elf/tst-ptrguard1.c: New file.
20544         * elf/tst-ptrguard1-static.c: New file.
20545         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20546         * sysdeps/i386/stackguard-macros.h: Likewise.
20547         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20548         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20549         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20550         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20551         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20552         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20553
20554 2013-09-23  Hector Marco  <hecmargi@upv.es>
20555             Ismael Ripoll  <iripoll@disca.upv.es>
20556             Carlos O'Donell  <carlos@redhat.com>
20557
20558         [BZ #15754]
20559         * sysdeps/generic/stackguard-macros.h: Define
20560         __pointer_chk_guard_local and POINTER_CHK_GUARD.
20561         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20562         Define __pointer_chk_guard_local.
20563         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20564         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20565
20566 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
20567
20568         [BZ #15859]
20569         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20570
20571 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
20572
20573         * include/string.h (__ffs): Declare as hidden.
20574         * string/ffs.c (__ffs): Define as hidden.
20575         * sysdeps/i386/ffs.c (__ffs): Likewise.
20576         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20577         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20578         * sysdeps/s390/ffs.c (__ffs): Likewise.
20579         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20580
20581 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
20582
20583         * NEWS: Mention malloc probes.
20584
20585         * malloc/arena.c (new_heap): New memory_heap_new probe.
20586         (grow_heap): New memory_heap_more probe.
20587         (shrink_heap): New memory_heap_less probe.
20588         (heap_trim): New memory_heap_free probe.
20589         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20590         (systrim): New memory_sbrk_less probe.
20591         * manual/probes.texi: Document them.
20592
20593         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20594         * manual/probes.texi: Document it.
20595
20596         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20597         (__libc_realloc): Add memory_realloc_retry probe.
20598         (__libc_memalign): Add memory_memalign_retry probe.
20599         (__libc_valloc): Add memory_valloc_retry probe.
20600         (__libc_pvalloc): Add memory_pvalloc_retry probe.
20601         (__libc_calloc): Add memory_calloc_retry probe.
20602         * manual/probes.texi: Document them.
20603
20604         * malloc/arena.c (get_free_list): Add probe
20605         memory_arena_reuse_free_list.
20606         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20607         and memory_arena_reuse.
20608         (arena_get2) [!PER_THREAD]: Likewise.
20609         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20610         memory_arena_reuse_realloc.
20611         * manual/probes.texi: Document them.
20612
20613         * malloc/malloc.c (__libc_free): Add
20614         memory_mallopt_free_dyn_thresholds probe.
20615         (__libc_mallopt): Add multiple memory_mallopt probes.
20616         * manual/probes.texi: Document them.
20617
20618         * malloc/malloc.c: Include stap-probe.h.
20619         (__libc_mallopt): Add memory_mallopt probe.
20620         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20621         * manual/probes.texi: New.
20622         * manual/Makefile (chapters): Add probes.
20623         * manual/threads.texi: Set next node.
20624
20625 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
20626
20627         [BZ #15963, #13985]
20628         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20629         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20630         Add `Chinese' to `nan' entry name.
20631
20632 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20633
20634         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20635         (POLYNOMIAL): Likewise.
20636         (TAYLOR_SINCOS): Likewise.
20637         (TAYLOR_SLOW): Likewise.
20638         (__sin): Use TAYLOR_SINCOS.
20639         (__cos): Likewise.
20640         (slow): Use TAYLOR_SLOW.
20641         (sloww): Likewise.
20642         (bsloww): Likewise.
20643         (csloww): Likewise.
20644
20645 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20646
20647         * stdlib/strtod_l.c: Fix buffer overrun.
20648
20649 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20650
20651         * benchtests/Makefile (bench): Add sincos.
20652         * benchtests/bench-sincos.c: New file.
20653
20654         * math/libm-test.inc (cos_test_data): New test inputs.
20655         (sin_test_data): Likewise.
20656
20657         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
20658         macro.
20659         (__sin): Use it.
20660         (__cos): Likewise.
20661         (slow1): Likewise.
20662         (slow2): Likewise.
20663         (sloww1): Likewise.
20664         (sloww2): Likewise.
20665         (bsloww1): Likewise.
20666         (bsloww2): Likewise.
20667         (cslow2): Likewise.
20668         (csloww1): Likewise.
20669         (csloww2): Likewise.
20670
20671         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
20672         function.
20673         (__sin): Use it.
20674         (__cos): Likewise.
20675
20676         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
20677         gotos.
20678         (__cos): Likewise.
20679
20680 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
20681
20682         * config.h.in (HAVE_MIPS_NAN2008): New macro.
20683         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
20684         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
20685         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
20686         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
20687         * elf/cache.c (print_entry): Handle the new cache flags.
20688
20689 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20690             Aldy Hernandez  <aldyh@redhat.com>
20691
20692         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
20693         Change condition to [_SOFT_FLOAT].
20694         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
20695         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
20696         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
20697         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
20698         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
20699         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
20700         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
20701         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
20702         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
20703         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
20704         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
20705         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
20706         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
20707         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
20708         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
20709         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
20710         declaration.
20711
20712 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20713
20714         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
20715         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20716         (__longjmp): Use LOAD_GP to load saved GPRs.
20717         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
20718         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20719         (__sigsetjmp): Use SAVE_GP to save GPRs.
20720
20721         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
20722         Do not append -msoft-float.
20723         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
20724
20725 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20726
20727         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
20728
20729 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
20730
20731         [BZ #15966]
20732         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
20733         (_FPU_GETCW): Use initial "__" on variable and field names but not
20734         on macro parameter name.
20735         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
20736         parentheses around reference to macro parameter.
20737
20738 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
20739
20740         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
20741         prototype.
20742         (ctype_startup): Use uint32_t in cast and sizeof for
20743         ctype->charnames.
20744
20745 2013-09-11  Jia Liu  <proljc@gmail.com>
20746
20747         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
20748         __daddr_t_defined.
20749         [__FreeBSD__]: Likewise.
20750
20751 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
20752
20753         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
20754         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
20755         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
20756         (strchr): Remove __strchr_sse42 ifunc selection.
20757         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
20758         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
20759
20760 2013-09-11  Will Newton  <will.newton@linaro.org>
20761
20762         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
20763         parameter to RES. Remove hardcoded 1000 value.
20764         * benchtests/bench-skeleton.c (main): Pass RES parameter
20765         to TIMING_INIT and multiply result by 1000.
20766
20767 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20768
20769         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20770
20771 2013-09-11  Andreas Schwab  <schwab@suse.de>
20772
20773         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
20774         if not defined.
20775         (O_TMPFILE) [__USE_GNU]: Define.
20776         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
20777         Define.
20778
20779 2013-09-11  Will Newton  <will.newton@linaro.org>
20780
20781         [BZ #15857]
20782         * malloc/malloc.c (__libc_memalign): Check the value of bytes
20783         does not overflow.
20784
20785 2013-09-11  Will Newton  <will.newton@linaro.org>
20786
20787         [BZ #15856]
20788         * malloc/malloc.c (__libc_valloc): Check the value of bytes
20789         does not overflow.
20790
20791 2013-09-11  Will Newton  <will.newton@linaro.org>
20792
20793         [BZ #15855]
20794         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
20795         does not overflow.
20796
20797 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
20798
20799         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
20800         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20801         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20802         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20803         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20804
20805 2013-09-10  Allan McRae  <allan@archlinux.org>
20806
20807         [BZ #15748]
20808         * manual/arith.texi (Parsing of Floats): Clarify
20809         cross-reference.
20810
20811         [BZ #15849]
20812         * manual/install.texi (Running make install): Mention
20813         --enable-pt-chown.
20814         * INSTALL: Regenerated.
20815
20816 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
20817
20818         * csu/init-first.c (_init): Remove the !SHARED condition around
20819         FPU control word initialization.
20820         * elf/dl-support.c (_dl_fpu_control): New variable.
20821         (_dl_aux_init) <AT_FPUCW>: Initialize it.
20822         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
20823         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
20824         * math/test-fpucw-static.c: New file.
20825         * math/test-fpucw-ieee.c: New file.
20826         * math/test-fpucw-ieee-static.c: New file.
20827         * math/Makefile (tests): Add `test-fpucw-ieee' and
20828         `$(tests-static)'.
20829         (tests-static): New variable.
20830         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
20831         dependency to...
20832         [($(build-shared),yes)]
20833         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
20834         ... this.
20835         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
20836         New dependency.
20837
20838 2013-09-09  Allan McRae  <allan@archlinux.org>
20839
20840         [BZ #15939]
20841         * manual/string.texi (Collation Functions): Fix typo in
20842         strcoll example.
20843         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
20844
20845         [BZ #15893]
20846         * stdlib/isomac.c (get_null_defines): Fix memory leak.
20847
20848         [BZ #15892]
20849         * libio/memstream.c (open_memstream): Fix memory leak.
20850         * libio/wmemstream.c (open_wmemstream): Likewise.
20851
20852         [BZ #15895]
20853         * nscd/netgroupcache.c: Fix nesting of ifdefs.
20854
20855 2013-09-09  Will Newton  <will.newton@linaro.org>
20856
20857         * malloc/Makefile: Add tst-realloc to tests.
20858         * malloc/tst-realloc.c: New file.
20859
20860 2013-09-09  Allan McRae  <allan@archlinux.org>
20861
20862         [BZ #15844]
20863         * COPYING: Update from GNU website to fix FSF address.
20864         * COPYING.LIB: Likewise.
20865
20866 2013-09-06  David S. Miller  <davem@davemloft.net>
20867
20868         * po/zh_TW.po: Update Chinese (traditional) translation from
20869         translation project.
20870
20871 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
20872             Joseph Myers  <joseph@codesourcery.com>
20873
20874         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
20875         "localeinfo.h".
20876         (obstack_chunk_alloc): New macro.
20877         (obstack_chunk_free): Likewise.
20878         (record_offset): New function.
20879         (init_locale_data): Likewise.
20880         (align_locale_data): Likewise.
20881         (add_locale_empty): Likewise.
20882         (add_locale_raw_data): Likewise.
20883         (add_locale_raw_obstack): Likewise.
20884         (add_locale_string): Likewise.
20885         (add_locale_wstring): Likewise.
20886         (add_locale_uint32): Likewise.
20887         (add_locale_uint32_array): Likewise.
20888         (add_locale_char): Likewise.
20889         (start_locale_structure): Likewise.
20890         (end_locale_structure): Likewise.
20891         (start_locale_prelude): Likewise.
20892         (end_locale_prelude): Likewise.
20893         (write_locale_data): Take locale_file structure rather than an
20894         iovec.
20895         * locale/programs/locfile.h: Include "obstack.h".
20896         (struct locale_file): Change to store locale file contents instead
20897         of header.
20898         (init_locale_data): New prototype.
20899         (align_locale_data): Likewise.
20900         (add_locale_empty): Likewise.
20901         (add_locale_raw_data): Likewise.
20902         (add_locale_raw_obstack): Likewise.
20903         (add_locale_string): Likewise.
20904         (add_locale_wstring): Likewise.
20905         (add_locale_uint32): Likewise.
20906         (add_locale_uint32_array): Likewise.
20907         (add_locale_char): Likewise.
20908         (start_locale_structure): Likewise.
20909         (end_locale_structure): Likewise.
20910         (start_locale_prelude): Likewise.
20911         (end_locale_prelude): Likewise.
20912         (write_locale_data): Update prototype.
20913         * locale/programs/3level.h (struct TABLE): Remove result field.
20914         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
20915         Use new locale_file interface.
20916         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
20917         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
20918         * locale/programs/ld-address.c (address_output): Use new
20919         locale_file interface.
20920         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
20921         NO_ADD_LOCALE.
20922         (collate_finish): Don't call collseq_table_finalize.
20923         (collate_output): Use new locale_file interface.
20924         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
20925         in file.
20926         (NO_FINALIZE): Change to NO_ADD_LOCALE.
20927         (TABLE): Move defines earlier in file.
20928         (ELEMENT): Likewise.
20929         (DEFAULT): Likewise.
20930         (wctrans_table_add): Move macro and inline function earlier in
20931         file.
20932         (struct wctype_table): Move type earlier in file.
20933         (add_locale_wctype_table): New static prototype.
20934         (struct locale_ctype_t): Use logical types instead of struct iovec
20935         pointers for members.
20936         (ctype_output): Use new locale_file interface.
20937         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
20938         new locale_file interface.
20939         (allocate_arrays): Update for use of new locale_file interface.
20940         * locale/programs/ld-identification.c (identification_output): Use
20941         new locale_file interface.
20942         * locale/programs/ld-measurement.c (measurement_output): Likewise.
20943         * locale/programs/ld-messages.c (messages_output): Likewise.
20944         * locale/programs/ld-monetary.c (monetary_output): Likewise.
20945         * locale/programs/ld-name.c (name_output): Likewise.
20946         * locale/programs/ld-numeric.c (numeric_output): Likewise.
20947         * locale/programs/ld-paper.c (paper_output): Likewise.
20948         * locale/programs/ld-telephone.c (telephone_output): Likewise.
20949         * locale/programs/ld-time.c (time_output): Likewise.
20950
20951 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20952
20953         * benchtests/Makefile: Add memrchr benchmark.
20954         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
20955         benchmark as memrchr.
20956         * benchtests/bench-memrchr-ifunc.c: New file.
20957         * benchtests/bench-memrchr.c: New file.
20958
20959 2013-09-06   Will Newton  <will.newton@linaro.org>
20960
20961         * benchtests/Makefile (string-bench): Add memcpy.
20962
20963 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
20964             Cong Wang  <amwang@redhat.com>
20965
20966         [BZ #15850]
20967         * sysdeps/unix/sysv/linux/bits/in.h
20968         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
20969         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
20970         before __USE_KERNEL_IPV6_DEFS uses.
20971         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
20972         IPPROTO_BEETPH.
20973         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
20974         sockaddr_in6, or ipv6_mreq.
20975
20976 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20977
20978         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
20979         memory access for final bytes in some large inputs.
20980         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
20981
20982 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20983
20984         * string/test-memrchr.c: New file.
20985         * string/test-memrchr-ifunc.c: New file.
20986         * string/Makefile: Add new memrchr testcase.
20987
20988 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
20989
20990         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
20991         fanotify_init returns EPERM.
20992
20993 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
20994
20995         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
20996         errors.
20997         (top level): Treat second token from macro or constant entries for
20998         allowed headers as allowed.
20999         * include/complex.h: Condition internal declarations on
21000         [!_ISOMAC].
21001         * include/fenv.h: Condition include of <stdbool.h> and internal
21002         declarations on [!_ISOMAC].
21003
21004 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21005
21006         [BZ #15923]
21007         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21008
21009 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21010
21011         * configure.in (--enable-versioning): Remove configure option.
21012         (libc_cv_asm_symver_directive): Remove configure test.
21013         (libc_cv_ld_version_script_option): Likewise.
21014         (VERSIONING): Remove variable and AC_SUBST.
21015         (DO_VERSIONING): Remove AC_DEFINE.
21016         * configure: Regenerated.
21017         * config.h.in (DO_VERSIONING): Remove macro.
21018         * Makerules [$(versioning) = yes]: Change conditionals to
21019         [$(build-shared) = yes].
21020         * config.make.in (versioning): Remove variable.
21021         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21022         [$(build-shared) = yes].
21023         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21024         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21025         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21026         [$(build-shared) = yes].
21027         * extra-lib.mk [$(versioning) = yes]: Likewise.
21028         * hurd/Makefile [$(versioning) = yes]: Likewise.
21029         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21030         [SHARED].
21031         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21032         [SHARED].
21033         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21034         [SHARED && !NO_HIDDEN].
21035         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21036         [SHARED].
21037         [SHARED && DO_VERSIONING]: Likewise..
21038         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21039         [$(build-shared) = yes].
21040         * manual/install.texi (--disable-versioning): Remove
21041         documentation.
21042         * INSTALL: Regenerated.
21043         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21044         to [SHARED].
21045         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21046         [$(build-shared) = yes].
21047         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21048         * sysdeps/i386/i686/multiarch/strstr-c.c
21049         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21050         [SHARED && !NO_HIDDEN].
21051         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21052         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21053         * sysdeps/powerpc/powerpc32/dl-machine.c
21054         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21055         * sysdeps/powerpc/powerpc32/sysdep.h
21056         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21057         to [SHARED && PIC && !NO_HIDDEN].
21058         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21059         conditional to [SHARED].
21060
21061 2013-09-04   Will Newton  <will.newton@linaro.org>
21062
21063         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21064         * benchtests/bench-string.h: Include bench-timing.h instead
21065         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21066         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21067         call to HP_TIMING_DIFF_INIT.
21068         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21069         instead of hp-timing.h macros.
21070         * benchtests/bench-memchr.c: Likewise.
21071         * benchtests/bench-memcmp.c: Likewise.
21072         * benchtests/bench-memcpy.c: Likewise.
21073         * benchtests/bench-memmem.c: Likewise.
21074         * benchtests/bench-memmove.c: Likewise.
21075         * benchtests/bench-memset.c: Likewise.
21076         * benchtests/bench-rawmemchr.c: Likewise.
21077         * benchtests/bench-strcasecmp.c: Likewise.
21078         * benchtests/bench-strcasestr.c: Likewise.
21079         * benchtests/bench-strcat.c: Likewise.
21080         * benchtests/bench-strchr.c: Likewise.
21081         * benchtests/bench-strcmp.c: Likewise.
21082         * benchtests/bench-strcpy.c: Likewise.
21083         * benchtests/bench-strcpy_chk.c: Likewise.
21084         * benchtests/bench-strlen.c: Likewise.
21085         * benchtests/bench-strncasecmp.c: Likewise.
21086         * benchtests/bench-strncat.c: Likewise.
21087         * benchtests/bench-strncmp.c: Likewise.
21088         * benchtests/bench-strncpy.c: Likewise.
21089         * benchtests/bench-strnlen.c: Likewise.
21090         * benchtests/bench-strpbrk.c: Likewise.
21091         * benchtests/bench-strrchr.c: Likewise.
21092         * benchtests/bench-strspn.c: Likewise.
21093         * benchtests/bench-strstr.c: Likewise.
21094
21095 2013-09-04  Will Newton  <will.newton@linaro.org>
21096
21097         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21098
21099 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21100
21101         [BZ #15427]
21102         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21103         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21104         * math/libm-test.inc (lgamma_test_data): Add more tests.
21105         * sysdeps/i386/fpu/libm-test-ulps: Update.
21106         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21107
21108 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21109
21110         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21111         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21112         Add ifunc.
21113         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21114         Add strcmp-sse2-unaligned
21115         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21116
21117 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21118
21119         * Versions.def (libc): Add GLIBC_2.19.
21120
21121 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21122
21123         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21124         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21125
21126 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21127
21128         [BZ #14155]
21129         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21130         intermediate calculations in recurrence.
21131         (__ieee754_ynf): Likewise.
21132         * math/libm-test.inc (jn_test_data): Do not allow spurious
21133         underflow exception.  Add more tests.
21134         (yn_test_data): Add more tests.
21135         * sysdeps/i386/fpu/libm-test-ulps: Update.
21136         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21137
21138 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21139
21140         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21141
21142 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21143
21144         * csu/init-first.c: Fix then/than typos.
21145         * locale/programs/ld-collate.c: Likewise.
21146         * locale/programs/linereader.h: Likewise.
21147         * manual/charset.texi: Likewise.
21148         * manual/filesys.texi: Likewise.
21149         * manual/stdio.texi: Likewise.
21150         * manual/string.texi: Likewise.
21151         * stdlib/fmtmsg.c: Likewise.
21152         * sysdeps/i386/stpncpy.S: Likewise.
21153         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21154         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21155         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21156         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21157
21158 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21159
21160         * elf/dl-open.c: Fix typos.
21161         * iconvdata/gbbig5.c: Likewise.
21162         * iconvdata/iso-2022-jp.c: Likewise.
21163         * iconv/gconv_int.h: Likewise.
21164         * iconv/loop.c: Likewise.
21165         * nis/rpcsvc/nis.h: Likewise.
21166         * resolv/ns_name.c: Likewise.
21167         * stdio-common/vfscanf.c: Likewise.
21168         * streams/stropts.h: Likewise.
21169         * sunrpc/rpc_thread.c: Likewise.
21170         * sysdeps/i386/strpbrk.S: Likewise.
21171         * sysdeps/ieee754/k_standard.c: Likewise.
21172         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21173         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21174         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21175         * sysdeps/mach/hurd/profil.c: Likewise.
21176         * sysdeps/s390/dl-procinfo.h: Likewise.
21177         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21178         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21179         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21180         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21181         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21182
21183 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21184
21185         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21186         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21187
21188 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21189
21190         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21191         aix specific files.
21192         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21193         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21194         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21195         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21196         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21197         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21198         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21199         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21200
21201 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21202             Roland McGrath  <roland@hack.frob.com>
21203
21204         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21205         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21206
21207 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21208
21209         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21210         __executable_start symbol instead of _start.
21211
21212 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21213
21214         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21215         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21216         Move macros to...
21217         * sysdeps/gnu/ldsodefs.h: ... this new file.
21218
21219         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21220         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21221         instead of ELFOSABI_LINUX.
21222
21223         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21224         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21225         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21226         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21227         Likewise.
21228         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21229         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21230         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21231         Likewise.
21232         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21233         (ibm_extended_long_double): Add ieee_nan member.
21234         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21235         (do_test): New function.
21236
21237         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21238         TEST_TRUNC.
21239         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21240         functions, renamed from truncdfsf_test, trunctfsf_test,
21241         trunctfdf_test.
21242         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21243         functions.
21244         (do_test): Run all these.
21245
21246 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21247
21248         * argp/argp-help.c: Fix typos.
21249         * argp/argp-parse.c: Likewise.
21250         * debug/backtracesyms.c: Likewise.
21251         * elf/elf.h: Likewise.
21252         * malloc/malloc.c: Likewise.
21253         * nis/nis_print.c: Likewise.
21254         * resolv/res_comp.c: Likewise.
21255         * stdlib/stdlib.h: Likewise.
21256         * sunrpc/clnt_tcp.c: Likewise.
21257         * sunrpc/clnt_udp.c: Likewise.
21258         * sunrpc/clnt_unix.c: Likewise.
21259         * sysdeps/unix/bsd/ptsname.c: Likewise.
21260         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21261         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21263         Likewise.
21264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21265         Likewise.
21266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21267         Likewise.
21268         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21269
21270 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21271
21272         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21273         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21274
21275 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21276
21277         [BZ #15897]
21278         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21279         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21280         ($(objpfx)bug-dl-leaf): New rule.
21281         ($(objpfx)bug-dl-leaf.so): Likewise.
21282         ($(objpfx)bug-dl-leaf.out): Likewise.
21283         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21284         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21285         * dlfcn/bug-dl-leaf.c: New test.
21286         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21287         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21288         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21289         (dlclose): Likewise.
21290         (dlmopen): Likewise.
21291
21292 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21293
21294         * include/netdb.h [!_ISOMAC]:
21295         Don't include <tls.h>.
21296         (h_errno, __libc_h_errno): Move declaration and macros out of
21297         [_LIBC_REENTRANT].
21298
21299         * include/resolv.h [_RESOLV_H_]:
21300         Don't include <tls.h>.
21301         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21302         * resolv/res_libc.c: Don't include <tls.h>.
21303         (_res): Use __attribute__ ((nocommon)) in place of
21304         __attribute__ ((section (".bss"))).
21305
21306         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21307         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21308
21309         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21310
21311         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21312         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21313
21314         * resolv/res_mkquery.c: Include <sys/time.h>.
21315
21316         * inet/ifreq.c: Moved to ...
21317         * sysdeps/unix/ifreq.c: ... here.
21318         * inet/ifreq.c: New file, true stub version.
21319
21320         * socket/sa_len.c: New file.
21321         * socket/Makefile (aux): Add it.
21322         * sysdeps/unix/sysv/linux/Makefile
21323         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21324         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21325         and #include <socket/sa_len.c>.
21326         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21327         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21328
21329         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21330         * bits/socket.h: ... here.
21331
21332         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21333         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21334         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21335
21336 2013-08-27  Andreas Schwab  <schwab@suse.de>
21337
21338         [BZ #15736]
21339         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21340         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21341         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21342         * string/test-strcasecmp.c (test_main): Run tests in several
21343         locales.
21344         * string/test-strncasecmp.c (test_main): Likewise.
21345
21346         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21347         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21348         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21349         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21350         (__strncasecmp_ssse3) [PIC]: Likewise.
21351
21352 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21353
21354         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21355
21356         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21357         instead of explicitly declaring xdecrypt.
21358         * nis/nss_nis/nis-publickey.c: Likewise.
21359
21360 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21361
21362         [BZ #15890]
21363         * nscd/aicache.c: Include res_hconf.h.
21364         (addhstaiX): Initialize res_hconf.
21365
21366 2013-08-26  Andreas Schwab  <schwab@suse.de>
21367
21368         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21369         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21370
21371 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21372
21373         * nscd/aicache.c (addhstaiX): Fix indentation.
21374
21375 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21376
21377         * configure.ac: Quote $build_pt_chown test.
21378         * configure: Regenerated.
21379
21380 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21381
21382         [BZ #15532]
21383         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21384         * math/s_cexpf.c (__cexpf): Likewise.
21385         * math/s_cexpl.c (__cexpl): Likewise.
21386         * math/libm-test.inc (cexp_test_data): Correct expected return
21387         value for NaN + i0.  Add another test.
21388
21389 2013-08-22  David S. Miller  <davem@davemloft.net>
21390
21391         * po/ca.po: Update Catalan translation from translation project.
21392         * po/uk.po: Add Ukrainian translations from translation project.
21393
21394 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21395
21396         [BZ #15797]
21397         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21398         is infinite, not alongside NaN test.
21399         * math/s_fdimf.c (__fdimf): Likewise.
21400         * math/s_fdiml.c (__fdiml): Likewise.
21401         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21402         errno is unchanged.
21403
21404 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21405
21406         * argp/argp-help.c: Fix typos.
21407         * crypt/speeds.c: Likewise.
21408         * csu/check_fds.c: Likewise.
21409         * elf/dl-load.c: Likewise.
21410         * elf/dl-open.c: Likewise.
21411         * elf/reldep3.c: Likewise.
21412         * elf/reldep.c: Likewise.
21413         * elf/sprof.c: Likewise.
21414         * iconv/iconv_charmap.c: Likewise.
21415         * iconv/skeleton.c: Likewise.
21416         * iconv/strtab.c: Likewise.
21417         * io/lockf64.c: Likewise.
21418         * libio/libioP.h: Likewise.
21419         * resolv/gai_notify.c: Likewise.
21420         * resolv/ns_name.c: Likewise.
21421         * resolv/ns_samedomain.c: Likewise.
21422         * resolv/res_send.c: Likewise.
21423         * stdlib/random.c: Likewise.
21424         * sunrpc/rpc/xdr.h: Likewise.
21425         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21426         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21427         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21428         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21429         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21430         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21431         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21432         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21433         * sysdeps/mach/hurd/check_fds.c: Likewise.
21434         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21435         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21436         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21437         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21438         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21439         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21440         * sysdeps/pthread/aio_notify.c: Likewise.
21441         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21442         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21443         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21444         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21445         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21446
21447 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21448
21449         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21450         version if bit_Slow_SSE4_2 is set.
21451         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21452         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21453
21454 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21455
21456         [BZ #15867]
21457         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21458         trampoline stack frame information.
21459         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21460         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21461         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21462         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21463         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21464         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21465         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21466         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21467         sa_flags value.
21468         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21469         interrupting a syscall and set with option SA_SIGINFO.
21470
21471 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21472
21473         [BZ #15531]
21474         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21475         argument is infinite.
21476         * math/s_cprojf.c (__cprojf): Likewise.
21477         * math/s_cprojl.c (__cprojl): Likewise.
21478         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21479         * math/libm-test.inc (cproj_test_data): Add more tests.
21480
21481         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21482
21483         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21484         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21485         size.  Use __ffs to determine corresponding shift.
21486
21487 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21488             Roland McGrath  <roland@hack.frob.com>
21489
21490         * Makefile (INSTALL): Remove trailing blank lines from output of
21491         makeinfo.
21492
21493 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21494
21495         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21496         Align 32 bit compat elf_greg to 8 bytes.
21497
21498 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
21499
21500         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21501
21502 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21503
21504         * string/strcoll_l.c (coll_seq): New structure.
21505         (get_next_seq_cached): New function.
21506         (get_next_seq): New function.
21507         (do_compare): New function.
21508         (STRCOLL): Use GNU style definition.  Simplify implementation
21509         by using get_next_seq, get_next_seq_cached and do_compare.
21510
21511 2013-08-16  Florian Weimer  <fweimer@redhat.com>
21512
21513         [BZ #14699]
21514         CVE-2013-4237
21515         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21516         member.
21517         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21518         member.
21519         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21520         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21521         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
21522         conditional.
21523         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21524         GETDENTS_64BIT_ALIGNED.
21525         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21526         * manual/filesys.texi (Reading/Closing Directory): Document
21527         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
21528         strongly.
21529         * manual/conf.texi (Limits for Files): Add portability note to
21530         NAME_MAX, PATH_MAX.
21531         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21532
21533 2013-08-13  Andreas Schwab  <schwab@suse.de>
21534
21535         [BZ #15749]
21536         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21537         of fabs.
21538         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21539         LDBL_MAX_EXP >= 16384]: Add tests for it.
21540
21541 2013-08-12  David S. Miller  <davem@davemloft.net>
21542
21543         * version.h (RELEASE): Set to "development".
21544         (VERSION): Set to "2.18.90".
21545         * NEWS: Add 2.19 section.
21546
21547 2013-08-03  David S. Miller  <davem@davemloft.net>
21548
21549         * po/ko.po: Update Korean translation from translation project.
21550
21551 2013-08-01  David S. Miller  <davem@davemloft.net>
21552
21553         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
21554         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21555         Bilka.
21556
21557 2013-07-30  David S. Miller  <davem@davemloft.net>
21558
21559         * po/fr.po: Update French translation from translation project.
21560
21561 2013-07-28  David S. Miller  <davem@davemloft.net>
21562
21563         * po/cs.po: Update Czech translation from translation project.
21564
21565         * po/sv.po: Update Swedish translation from translation project.
21566
21567 2013-07-27  David S. Miller  <davem@davemloft.net>
21568
21569         * po/eo.po: Update Esperanto translation from translation project.
21570
21571         * po/vi.po: Update Vietnamese translation from translation project.
21572
21573         * po/de.po: Update German translation from translation project.
21574
21575 2013-07-26  David S. Miller  <davem@davemloft.net>
21576
21577         * po/bg.po: Update Bulgarian translation from translation project.
21578
21579         * po/nl.po: Update Dutch translation from translation project.
21580         * po/pl.po: Update Polish translation from translation project.
21581         * po/ru.po: Update Russian translation from translation project.
21582
21583 2013-07-24  David S. Miller  <davem@davemloft.net>
21584
21585         * po/libc.pot: Update.
21586
21587 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21588
21589         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21590         variable page size.
21591         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21592         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21593         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21594
21595 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21596
21597         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21598
21599 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21600             Andreas Schwab  <schwab@suse.de>
21601             Roland McGrath  <roland@hack.frob.com>
21602             Joseph Myers  <joseph@codesourcery.com>
21603             Carlos O'Donell  <carlos@redhat.com>
21604
21605         [BZ #15755]
21606         * config.h.in: Define HAVE_PT_CHOWN.
21607         * config.make.in (build-pt-chown): New variable.
21608         * configure.in (--enable-pt_chown): New configure option.
21609         * configure: Regenerate.
21610         * login/Makefile: Include Makeconfig.  Build pt_chown only if
21611         build-pt-chown is enabled.
21612         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21613         pt_chown to fix pty ownership.
21614         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21615         CLOSE_ALL_FDS.
21616         * manual/install.texi (Configuring and compiling): Mention
21617         --enable-pt_chown. Add @findex for grantpt.
21618         * INSTALL: Regenerate.
21619
21620 2013-07-20  David S. Miller  <davem@davemloft.net>
21621
21622         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21623         difference between 32-bit and 64-bit.
21624
21625 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
21626
21627         [BZ #15711]
21628         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21629         Avoid system header dependency with -ffreestanding.
21630         ($(objpfx)bits/syscall%d): Likewise.
21631
21632 2013-07-13  David S. Miller  <davem@davemloft.net>
21633
21634         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21635         underflows from atanl/atan2l due to bug 15319.
21636         (casinh_test_data): Likewise.
21637
21638 2013-07-07  David S. Miller  <davem@davemloft.net>
21639
21640         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
21641
21642 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
21643
21644         * sysdeps/i386/fpu/libm-test-ulps: Update.
21645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21646
21647 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21648
21649         * configure.in (--enable-lock-elision): Fix message text.
21650         * INSTALL: Regenerate.
21651         * configure: Regenerate.
21652
21653 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21654
21655         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21656
21657 2013-07-03  Andreas Jaeger  <aj@suse.de>
21658
21659         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
21660         define.
21661         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
21662         (ptrace_peeksiginfo_args): Add.
21663         (__ptrace_peeksiginfo_flags): Add.
21664         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21665         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21666         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21667
21668 2013-07-03  Allan McRae  <allan@archlinux.org>
21669
21670         * sysdeps/i386/fpu/libm-test-ulps: Update.
21671
21672 2013-07-02  David S. Miller  <davem@davemloft.net>
21673
21674         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21675
21676 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
21677
21678         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21679
21680 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21681
21682         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21683         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21684
21685 2013-07-02  Andi Kleen <ak@linux.intel.com>
21686
21687         * config.h.in (ENABLE_LOCK_ELISION): Add.
21688         * configure.in (--enable-lock-elision): Add option.
21689         * manual/install.texi: Document --enable lock elision.
21690         * configure: Regenerate
21691         * INSTALL: Regenerate.
21692
21693 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
21694
21695         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
21696         SSE4.2 strcasecmp for libc.a.
21697         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
21698
21699 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21700
21701         [BZ #13304]
21702         * soft-fp/op-common.h (_FP_FMA): New macro.
21703         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
21704         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
21705         (_FP_MUL_MEAT_1_imm): ... here.
21706         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
21707         (_FP_MUL_MEAT_1_wide): ... here.
21708         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
21709         (_FP_MUL_MEAT_1_hard): ... here.
21710         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
21711         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
21712         (_FP_MUL_MEAT_2_wide): ... here.
21713         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
21714         (_FP_MUL_MEAT_2_wide_3mul): ... here.
21715         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
21716         (_FP_MUL_MEAT_2_gmp): ... here.
21717         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
21718         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
21719         (_FP_MUL_MEAT_4_wide): ... here.
21720         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
21721         (_FP_MUL_MEAT_4_gmp): ... here.
21722         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
21723         (_FP_WFRACBITS_DW_S): Likewise.
21724         (_FP_WFRACXBITS_DW_S): Likewise.
21725         (_FP_HIGHBIT_DW_S): Likewise.
21726         (FP_FMA_S): Likewise.
21727         (_FP_FRAC_HIGH_DW_S): Likewise.
21728         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
21729         (_FP_WFRACBITS_DW_D): Likewise.
21730         (_FP_WFRACXBITS_DW_D): Likewise.
21731         (_FP_HIGHBIT_DW_D): Likewise.
21732         (FP_FMA_D): Likewise.
21733         (_FP_FRAC_HIGH_DW_D): Likewise.
21734         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
21735         (_FP_WFRACBITS_DW_E): Likewise.
21736         (_FP_WFRACXBITS_DW_E): Likewise.
21737         (_FP_HIGHBIT_DW_E): Likewise.
21738         (FP_FMA_E): Likewise.
21739         (_FP_FRAC_HIGH_DW_E): Likewise.
21740         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
21741         (_FP_WFRACBITS_DW_Q): Likewise.
21742         (_FP_WFRACXBITS_DW_Q): Likewise.
21743         (_FP_HIGHBIT_DW_Q): Likewise.
21744         (FP_FMA_Q): Likewise.
21745         (_FP_FRAC_HIGH_DW_Q): Likewise.
21746         * soft-fp/fmasf4.c: New file.
21747         * soft-fp/fmadf4.c: Likewise.
21748         * soft-fp/fmatf4.c: Likewise.
21749
21750 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21751
21752         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
21753         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
21754         Silvermont.
21755         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
21756         macro.
21757         (index_Slow_SSE4_2): Likewise.
21758         (index_Prefer_PMINUB_for_stringop): Likewise.
21759         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
21760         bit_Slow_SSE4_2 is set.
21761         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
21762         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21763
21764 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21765
21766         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
21767         rtld_global._dl_hwcap2.
21768         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
21769         POWER8.
21770         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
21771         POWER8 feature descriptions defined in _dl_hwcap2.
21772         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
21773         string handling for POWER8 feature bits.
21774         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
21775         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
21776         _dl_powerpc_cap_flags.
21777         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
21778         * sysdeps/powerpc/rtld-global-offsets.sym
21779         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
21780         _dl_hwcap2 in the rtld_global_ro structure.
21781
21782 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21783
21784         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
21785         hardware capabilities in support of AT_HWCAP2.
21786         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
21787         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
21788         GLRO(dl_hwcap2).
21789         (_dl_show_auxv): Add support for calling _dl_procinfo to display
21790         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
21791         explicitly the unknown a_type display mechanism is used.
21792         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
21793         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
21794         struct member.
21795         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
21796         to macro prototype for AT_HWCAP2 support.
21797         * sysdeps/i386/dl-procinfo.h: Likewise.
21798         * sysdeps/s390/dl-procinfo.h: Likewise.
21799         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
21800         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
21801         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
21802         return -1 for unknown a_type display fallback.
21803         * sysdeps/sparc/dl-procinfo.h: Likewise.
21804         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
21805         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
21806
21807 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
21808
21809         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
21810         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
21811
21812 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
21813
21814         [BZ #12492]
21815         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
21816         mprotect making __stack_prot writable.
21817
21818 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
21819             Joseph Myers  <joseph@codesourcery.com>
21820
21821         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
21822         as being properly aligned.
21823
21824 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
21825
21826         * dlfcn/modstatic5.c: New file.
21827         * dlfcn/tststatic5.c: New file.
21828         * dlfcn/Makefile (tests): Add tststatic5.
21829         (tests-static): Likewise.
21830         (modules-names): Add modstatic5.
21831         (tststatic5-ENV): New variable.
21832         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
21833
21834         [BZ #15022]
21835         * elf/dl-support.c (_dl_main_map): New variable.
21836         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
21837         (_dl_nns, _dl_load_adds): Set to 1.
21838         (_dl_initial_searchlist): Refer to _dl_main_map.
21839         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
21840         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
21841         call to _dl_get_origin.
21842         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
21843         around call_map.
21844         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
21845         * dlfcn/modstatic3.c: New file.
21846         * dlfcn/tststatic3.c: New file.
21847         * dlfcn/tststatic4.c: New file.
21848         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
21849         (tests-static): Likewise.
21850         (modules-names): Add modstatic3.
21851         (tststatic3-ENV, tststatic4-ENV): New variables.
21852         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
21853         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
21854
21855 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
21856
21857         * configure.in (CC): Require GCC version 4.4 or later.
21858         * configure: Regenerated.
21859         * manual/install.texi (Tools for Compilation): Update GCC version
21860         requirement.
21861         * INSTALL: Regenerated.
21862
21863 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21864
21865         [BZ #15674]
21866         * string/test-memcmp.c (check2): New.
21867         (main): Call check2.
21868
21869         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
21870
21871 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
21872
21873         [BZ #15022]
21874         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
21875         over to...
21876         (dl_open_worker) [!SHARED]: ... here.
21877
21878 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21879
21880         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
21881
21882 2013-06-25  Richard Henderson  <rth@redhat.com>
21883
21884         * locale/programs/locarchive.c: Include <libc-internal.h>
21885
21886 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
21887
21888         * manual/texinfo.tex: Update to version 2013-06-21.17, with
21889         trailing whitespace removed.
21890
21891 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
21892
21893         [BZ #10283]
21894         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
21895         * locale/programs/locarchive.c: Include libc-mmap.h.
21896         (prepare_address_space): Take two new outputs (the mmap base and len).
21897         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
21898         values.
21899         (create_archive): Declare new mmap base and len values for
21900         prepare_address_space, and store the result in ah.
21901         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
21902         (enlarge_archive): If ah->mmap_base is not NULL, use that and
21903         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21904         Declare new mmap base and len values for
21905         prepare_address_space, and store the result in new_ah.
21906         (open_archive): Declare new mmap base and len values for
21907         prepare_address_space, and store the result in ah.
21908         (close_archive): If ah->mmap_base is not NULL, use that and
21909         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21910         * sysdeps/generic/libc-mmap.h: New file.
21911
21912 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
21913
21914         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
21915         (ALIGN_UP): Likewise.
21916         (PTR_ALIGN_DOWN): Likewise.
21917         (PTR_ALIGN_UP): Likewise.
21918
21919 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21920
21921         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
21922         entry mapped to PPC_PLATFORM_POWER8.
21923         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
21924         POWER8.
21925         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
21926         (_dl_string_platform): Add case for exporting platform position for
21927         POWER8.
21928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
21929         search path to sysdeps/powerpc/powerpc32/power8 directory.
21930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
21931         search path to sysdeps/powerpc/powerpc64/power8 directory.
21932         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
21933         power7 directories.
21934         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
21935         power7 directories.
21936
21937 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21938
21939         * INSTALL: Regenerate.
21940
21941         * nscd/connections.c (nscd_init): Fix comment.
21942
21943 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
21944
21945         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
21946
21947         [BZ #15667]
21948         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
21949         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
21950
21951 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
21952
21953         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
21954         DL_DST_REQ_STATIC.
21955         (DL_DST_REQ_STATIC): Remove macro.
21956
21957 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
21958
21959         [BZ #7006]
21960         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
21961         with a shift of 0 bits.
21962
21963 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
21964
21965         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
21966         $(tststatic-ENV).
21967
21968 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21969
21970         [BZ #15655]
21971         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
21972
21973 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21974
21975         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
21976         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
21977         accepts -fno-tree-loop-distribute-patterns.
21978         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
21979         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
21980         recursive call.
21981         * string/memset.c (memset): Likewise.
21982         * string/test-memmove.c (simple_memmove): Disable loop transformation
21983         to library calls.
21984         * string/test-memset.c (simple_memset): Likewise.
21985         * benchtests/bench-memmove.c (simple_memmove): Likewise.
21986         * benchtests/bench-memset.c (simple_memset): Likewise.
21987         * configure: Regenerated.
21988
21989 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
21990
21991         * math/test-misc.c (main): Ignore fesetround failure when failures
21992         of subsequent rounding tests would be ignored.
21993
21994         [BZ #15654]
21995         * math/fedisblxcpt.c (fedisableexcept): Return 0.
21996         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
21997         * math/fegetenv.c (__fegetenv): Return 0.
21998         * math/fegetexcept.c (fegetexcept): Return 0.
21999         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22000         FE_TONEAREST.
22001         * math/feholdexcpt.c (feholdexcept): Return 0.
22002         * math/fesetenv.c (__fesetenv): Return 0.
22003         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22004         argument FE_TONEAREST.
22005         * math/feupdateenv.c (__feupdateenv): Return 0.
22006         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22007
22008 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22009
22010         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22011         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22012         ($(objpfx)rtld-%.os rules): Use them.
22013
22014 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22015
22016         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22017         fields.
22018
22019 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22020
22021         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22022         length of target pattern, then descending length of dependency pattern.
22023         * configure.in (AWK): Require gawk 3.1.2 or newer.
22024         * manual/install.texi (Tools for Compilation): Say that we do.
22025         * configure: Regenerated.
22026
22027         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22028         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22029         * scripts/sysd-rules.awk: ... this new script.
22030         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22031         than a glob-style pattern.
22032
22033 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22034
22035         * math/test-misc.c (main): Do not treat incorrectly rounded
22036         conversions as failure unless ROUNDING_TESTS passes.
22037
22038 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22039
22040         [BZ #15631]
22041         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22042         restore exception state around main square root computation, then
22043         check for inexactness explicitly.
22044
22045         * math/libm-test.inc (fma_test_data): Add another test.
22046
22047 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22048
22049         * manual/threads.texi (Non-POSIX Extensions): New document
22050         node.  Document pthread_getattr_default_np and
22051         pthread_setattr_default_np.
22052
22053         * Versions.def (libpthread): Add GLIBC_2.18.
22054         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22056         Likewise.
22057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22058         Likewise.
22059         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22060         Likewise.
22061         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22062         Likewise.
22063         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22064         Likewise.
22065         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22066         Likewise.
22067         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22068         Likewise.
22069         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22070         Likewise.
22071         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22072         Likewise.
22073
22074 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22075
22076         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22077         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22078
22079 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22080             H.J. Lu  <hjl.tools@gmail.com>
22081
22082         [BZ #15627]
22083         * sysdeps/x86_64/rtld-memset.c: Remove file.
22084         * sysdeps/x86_64/rtld-memset.S: New file.
22085
22086 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22087
22088         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22089         (test_in_one_mode): Take arguments for whether the rounding mode
22090         is supported for each floating-point type.
22091         (do_test): Pass new arguments to test_in_one_mode using
22092         ROUNDING_TESTS.
22093
22094 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22095
22096         * posix/tst-waitid.c (do_test): Distinguish different instances of
22097         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22098         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22099         before entering the kernel for waitpid.
22100
22101 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22102
22103         * NEWS: Fix note on clock function precision.  Text by Roland
22104         McGrath.
22105
22106 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22107
22108         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22109         it into place only when and if the sanity check passes.
22110
22111 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22112
22113         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22114         output for whether conversion result is exact.  Take argument
22115         indicating whether type is IBM long double.
22116         (round_for_all): Change need_exact field to ibm_ld.
22117         * stdlib/tst-strtod-round.c (struct exactness): New type.
22118         (struct test): Change bool ld_ok field to struct exactness exact.
22119         (TEST): Update all definitions for change to field.
22120         (tests): Regenerate array contents.
22121         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22122         field value.  Check for IBM long double here.
22123         (do_test): Update calls to test_in_one_mode.
22124
22125 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22126
22127         [BZ #12515]
22128         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22129         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22130
22131 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22132
22133         [BZ #15605]
22134         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22135         generated by the compiler on loop optimizations.
22136         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22137         general definitions.
22138
22139 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22140
22141         * math/bug-nextafter.c: Include <math-tests.h>.
22142         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22143         the relevant type.
22144         * math/bug-nexttoward.c: Include <math-tests.h>.
22145         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22146         the relevant type.
22147         * math/test-misc.c: Include <math-tests.h>.
22148         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22149         the relevant type.
22150
22151 2013-06-12  Andreas Jaeger  <aj@suse.de>
22152
22153         * po/ia.po: Update Interlingua translation from translation
22154         project.
22155
22156 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22157
22158         * include/fenv.h: Include stdbool.h.
22159         (struct rm_ctx): New structure.
22160         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22161         Define macro.
22162         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22163         (SET_RESTORE_ROUNDF): Likewise.
22164         (SET_RESTORE_ROUNDL): Likewise.
22165         (SET_RESTORE_ROUND_NOEX): Likewise.
22166         (SET_RESTORE_ROUND_NOEXF): Likewise.
22167         (SET_RESTORE_ROUND_NOEXL): Likewise.
22168         (SET_RESTORE_ROUND_53BIT): Likewise.
22169         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22170         (libc_feresetround_noexf_ctx): Likewise.
22171         (libc_feresetround_noexl_ctx): Likewise.
22172         (libc_feholdsetround_53bit_ctx): Likewise.
22173         (libc_feresetround_53bit_ctx): Likewise.
22174         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22175         (libc_feholdexcept_setround_sse_ctx): New function.
22176         (libc_fesetenv_sse_ctx): Likewise.
22177         (libc_feupdateenv_sse_ctx): Likewise.
22178         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22179         (libc_feholdexcept_setround_387_ctx): Likewise.
22180         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22181         (libc_feholdsetround_387_prec_ctx): Likewise.
22182         (libc_feholdsetround_387_ctx): Likewise.
22183         (libc_feholdsetround_387_53bit_ctx): Likewise.
22184         (libc_feholdsetround_sse_ctx): Likewise.
22185         (libc_feresetround_sse_ctx): Likewise.
22186         (libc_feresetround_387_ctx): Likewise.
22187         (libc_feupdateenv_387_ctx): Likewise.
22188         (libc_feholdexcept_setroundf_ctx): Define macro.
22189         (libc_fesetenvf_ctx): Likewise.
22190         (libc_feupdateenvf_ctx): Likewise.
22191         (libc_feholdsetroundf_ctx): Likewise.
22192         (libc_feresetroundf_ctx): Likewise.
22193         (libc_feholdexcept_setround_ctx): Likewise.
22194         (libc_fesetenv_ctx): Likewise.
22195         (libc_feupdateenv_ctx): Likewise.
22196         (libc_feholdsetround_ctx): Likewise.
22197         (libc_feresetround_ctx): Likewise.
22198         (libc_feholdexcept_setroundl_ctx): Likewise.
22199         (libc_feupdateenvl_ctx): Likewise.
22200         (libc_feholdsetroundl_ctx): Likewise.
22201         (libc_feresetroundl_ctx): Likewise.
22202         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22203         (libc_feresetround_53bit_ctx): Likewise.
22204
22205 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22206
22207         * locale/iso-639.def: Convert to UTF-8.
22208
22209 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22210
22211         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22212         (EXCEPTION_TESTS_double): Likewise.
22213         (EXCEPTION_TESTS_long_double): Likewise.
22214         (EXCEPTION_TESTS): Likewise.
22215         * math/libm-test.inc (test_exceptions): Only test exceptions if
22216         EXCEPTION_TESTS (FLOAT).
22217
22218 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22219
22220         * benchtests/Makefile (string-bench): Add strcpy_chk and
22221         stpcpy_chk.
22222         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22223         * benchtests/bench-stpcpy_chk.c: New file.
22224         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22225         * benchtests/bench-strcpy_chk.c: New file.
22226         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22227         code.
22228         (do_test): Likewise.
22229
22230 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22231
22232         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22233         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22234         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22235         with tabs where appropriate.
22236         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22237         dl-procinfo.h.
22238         [PPC_PLATFORM_PPC440]: Likewise.
22239         [PPC_PLATFORM_PPC464]: Likewise.
22240         [PPC_PLATFORM_PPC476]: Likewise.
22241         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22242         ppc464, and ppc476 platform strings merging from ports/
22243         dl-procinfo.h.
22244
22245 2013-06-11  Andreas Schwab  <schwab@suse.de>
22246
22247         [BZ #14991]
22248         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22249         (from_ucs4_idx): Regenerate.
22250         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22251         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22252         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22253         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22254         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22255         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22256         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22257         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22258         from FROM_LOOP and TO_LOOP specific macros.
22259         (BODY): Handle combining characters.
22260         * iconvdata/BIG5HKSCS.irreversible: Update.
22261         * iconvdata/BIG5HKSCS.precomposed: New file.
22262         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22263         characters.
22264         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22265
22266 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22267
22268         * include/sys/time.h: Fix indentation and add copyright header.
22269
22270         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22271         (do_test): Likewise.
22272         * string/test-memchr.c (do_one_test): Likewise.
22273         (do_test): Likewise.
22274         * string/test-memcmp.c (do_one_test): Likewise.
22275         (do_test): Likewise.
22276         * string/test-memcpy.c (do_one_test): Likewise.
22277         (do_test): Likewise.
22278         * string/test-memmem.c (do_one_test): Likewise.
22279         (do_test): Likewise.
22280         (do_random_tests): Likewise.
22281         * string/test-memmove.c (do_one_test): Likewise.
22282         (do_test): Likewise.
22283         * string/test-memset.c (do_one_test): Likewise.
22284         (do_test): Likewise.
22285         * string/test-rawmemchr.c (do_one_test): Likewise.
22286         (do_test): Likewise.
22287         * string/test-strcasecmp.c (do_one_test): Likewise.
22288         (do_test): Likewise.
22289         * string/test-strcasestr.c (do_one_test): Likewise.
22290         (do_test): Likewise.
22291         * string/test-strcat.c (do_one_test): Likewise.
22292         (do_test): Likewise.
22293         * string/test-strchr.c (do_one_test): Likewise.
22294         (do_test): Likewise.
22295         * string/test-strcmp.c (do_one_test): Likewise.
22296         (do_test): Likewise.
22297         * string/test-strcpy.c (do_one_test): Likewise.
22298         (do_test): Likewise.
22299         * string/test-string.h: Likewise.
22300         (test_init): Likewise.
22301         * string/test-strlen.c (do_one_test): Likewise.
22302         (do_test): Likewise.
22303         * string/test-strncasecmp.c (do_one_test): Likewise.
22304         (do_test): Likewise.
22305         * string/test-strncat.c (do_one_test): Likewise.
22306         (do_test): Likewise.
22307         * string/test-strncmp.c (do_one_test): Likewise.
22308         (do_test_limit): Likewise.
22309         (do_test): Likewise.
22310         * string/test-strncpy.c (do_one_test): Likewise.
22311         (do_test): Likewise.
22312         * string/test-strnlen.c (do_one_test): Likewise.
22313         (do_test): Likewise.
22314         * string/test-strpbrk.c (do_one_test): Likewise.
22315         (do_test): Likewise.
22316         * string/test-strrchr.c (do_one_test): Likewise.
22317         (do_test): Likewise.
22318         * string/test-strspn.c (do_one_test): Likewise.
22319         (do_test): Likewise.
22320         * string/test-strstr.c (do_one_test): Likewise.
22321         (do_test): Likewise.
22322
22323         * benchtests/Makefile (string-bench): Add string benchmarks.
22324         * benchtests/bench-bcopy-ifunc.c: New file.
22325         * benchtests/bench-bcopy.c: New file.
22326         * benchtests/bench-bzero-ifunc.c: New file.
22327         * benchtests/bench-bzero.c: New file.
22328         * benchtests/bench-memccpy-ifunc.c: New file.
22329         * benchtests/bench-memccpy.c: New file.
22330         * benchtests/bench-memchr-ifunc.c: New file.
22331         * benchtests/bench-memchr.c: New file.
22332         * benchtests/bench-memcmp-ifunc.c: New file.
22333         * benchtests/bench-memcmp.c: New file.
22334         * benchtests/bench-memmem-ifunc.c: New file.
22335         * benchtests/bench-memmem.c: New file.
22336         * benchtests/bench-memmove-ifunc.c: New file.
22337         * benchtests/bench-memmove.c: New file.
22338         * benchtests/bench-mempcpy-ifunc.c: New file.
22339         * benchtests/bench-mempcpy.c: New file.
22340         * benchtests/bench-memset-ifunc.c: New file.
22341         * benchtests/bench-memset.c: New file.
22342         * benchtests/bench-rawmemchr-ifunc.c: New file.
22343         * benchtests/bench-rawmemchr.c: New file.
22344         * benchtests/bench-stpcpy-ifunc.c: New file.
22345         * benchtests/bench-stpcpy.c: New file.
22346         * benchtests/bench-stpncpy-ifunc.c: New file.
22347         * benchtests/bench-stpncpy.c: New file.
22348         * benchtests/bench-strcasecmp-ifunc.c: New file.
22349         * benchtests/bench-strcasecmp.c: New file.
22350         * benchtests/bench-strcasestr-ifunc.c: New file.
22351         * benchtests/bench-strcasestr.c: New file.
22352         * benchtests/bench-strcat-ifunc.c: New file.
22353         * benchtests/bench-strcat.c: New file.
22354         * benchtests/bench-strchr-ifunc.c: New file.
22355         * benchtests/bench-strchr.c: New file.
22356         * benchtests/bench-strchrnul-ifunc.c: New file.
22357         * benchtests/bench-strchrnul.c: New file.
22358         * benchtests/bench-strcmp-ifunc.c: New file.
22359         * benchtests/bench-strcmp.c: New file.
22360         * benchtests/bench-strcpy-ifunc.c: New file.
22361         * benchtests/bench-strcpy.c: New file.
22362         * benchtests/bench-strcspn-ifunc.c: New file.
22363         * benchtests/bench-strcspn.c: New file.
22364         * benchtests/bench-strlen-ifunc.c: New file.
22365         * benchtests/bench-strlen.c: New file.
22366         * benchtests/bench-strncasecmp-ifunc.c: New file.
22367         * benchtests/bench-strncasecmp.c: New file.
22368         * benchtests/bench-strncat-ifunc.c: New file.
22369         * benchtests/bench-strncat.c: New file.
22370         * benchtests/bench-strncmp-ifunc.c: New file.
22371         * benchtests/bench-strncmp.c: New file.
22372         * benchtests/bench-strncpy-ifunc.c: New file.
22373         * benchtests/bench-strncpy.c: New file.
22374         * benchtests/bench-strnlen-ifunc.c: New file.
22375         * benchtests/bench-strnlen.c: New file.
22376         * benchtests/bench-strpbrk-ifunc.c: New file.
22377         * benchtests/bench-strpbrk.c: New file.
22378         * benchtests/bench-strrchr-ifunc.c: New file.
22379         * benchtests/bench-strrchr.c: New file.
22380         * benchtests/bench-strspn-ifunc.c: New file.
22381         * benchtests/bench-strspn.c: New file.
22382         * benchtests/bench-strstr-ifunc.c: New file.
22383         * benchtests/bench-strstr.c: New file.
22384
22385         * benchtests/Makefile: Disable parallel execution of targets.
22386         (string-bench): Add memcpy.
22387         (benchset): New variable to store a list of benchmark sets.
22388         (bench-func): Renamed from bench.
22389         (bench-set): New target.
22390         (bench): Depend on bench-func and bench-set.
22391         * benchtests/README: Add section on benchmark sets.
22392         * benchtests/bench-memcpy-ifunc.c: New file.
22393         * benchtests/bench-memcpy.c: New file.
22394         * benchtests/bench-string.h: New file.
22395
22396 2013-06-11  Andreas Schwab  <schwab@suse.de>
22397
22398         [BZ #15577]
22399         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22400         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22401         values in the triple.
22402         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22403         terminator in the group key.
22404
22405 2013-06-11  Andreas Jaeger  <aj@suse.de>
22406
22407         * po/zh_TW.po: Update Chinese (traditional) translation from
22408         translation project.
22409
22410 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22411
22412         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22413         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22414         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22415         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22416         (clock_getcpuclockid): Likewise.
22417         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22418         Add weak_alias and libc_hidden_def.
22419         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22420         * rt/clock_gettime.c (clock_gettime): Rename to
22421         __clock_gettime.  Add weak_alias and libc_hidden_def.
22422         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22423         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22424         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22425         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22426         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22427         Likewise.
22428         * rt/clock_settime.c (clock_settime): Rename to
22429         __clock_settime.  Add weak_alias and libc_hidden_def.
22430         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22431
22432 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22433
22434         * mach/err_boot.sub: Remove trailing whitespace.
22435         * mach/err_ipc.sub: Likewise.
22436         * mach/err_mach.sub: Likewise.
22437
22438         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22439         (ROUNDING_TESTS_double): Likewise.
22440         (ROUNDING_TESTS_long_double): Likewise.
22441         (ROUNDING_TESTS): Likewise.
22442         * math/libm-test.inc: Include <math-tests.h>.
22443         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22444         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22445         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22446         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22447
22448 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22449
22450         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22451         of assigning.
22452
22453 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22454
22455         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22456         otherwise empty TRANS lines.
22457         * sysdeps/gnu/errlist.c: Regenerated.
22458
22459         * catgets/gencat.c (error_print): Use (void) in function
22460         definition.
22461         * crypt/crypt_util.c (__init_des): Likewise.
22462         * crypt/speeds.c (Stop): Likewise.
22463         (main): Likewise.
22464         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22465         * inet/ruserpass.c (token): Likewise.
22466         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22467         * intl/localealias.c (extend_alias_table): Likewise.
22468         * intl/plural-exp.c (init_germanic_plural): Likewise.
22469         * libio/fcloseall.c (__fcloseall): Likewise.
22470         * libio/genops.c (_IO_flush_all): Likewise.
22471         (_IO_flush_all_linebuffered): Likewise.
22472         (_IO_cleanup): Likewise.
22473         (_IO_iter_begin): Likewise.
22474         (_IO_iter_end): Likewise.
22475         (_IO_list_lock): Likewise.
22476         (_IO_list_unlock): Likewise.
22477         (_IO_list_resetlock): Likewise.
22478         * libio/getchar.c (getchar): Likewise.
22479         * libio/getchar_u.c (getchar_unlocked): Likewise.
22480         * libio/getwchar.c (getwchar): Likewise.
22481         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22482         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22483         * login/getpt.c (__getpt): Likewise.
22484         * login/tst-utmp.c (main): Likewise.
22485         * malloc/hooks.c (__malloc_check_init): Likewise.
22486         * malloc/malloc.c (__malloc_stats): Likewise.
22487         * malloc/mtrace.c (tr_break): Likewise.
22488         (mtrace): Likewise.
22489         (muntrace): Likewise.
22490         * misc/fstab.c (endfsent): Likewise.
22491         * misc/getclktck.c (__getclktck): Likewise.
22492         * misc/getdtsz.c (__getdtablesize): Likewise.
22493         * misc/gethostid.c (gethostid): Likewise.
22494         * misc/getpagesize.c (__getpagesize): Likewise.
22495         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22496         (__get_nprocs): Likewise.
22497         (__get_phys_pages): Likewise.
22498         (__get_avphys_pages): Likewise.
22499         * misc/getttyent.c (getttyent): Likewise.
22500         (setttyent): Likewise.
22501         (endttyent): Likewise.
22502         * misc/getusershell.c (getusershell): Likewise.
22503         (endusershell): Likewise.
22504         (setusershell): Likewise.
22505         (initshells): Likewise.
22506         * misc/hsearch.c (__hdestroy): Likewise.
22507         * misc/sync.c (sync): Likewise.
22508         * misc/syslog.c (closelog_internal): Likewise.
22509         (closelog): Likewise.
22510         * misc/ttyslot.c (ttyslot): Likewise.
22511         * misc/vhangup.c (vhangup): Likewise.
22512         * posix/fork.c (__fork): Likewise.
22513         * posix/getegid.c (__getegid): Likewise.
22514         * posix/geteuid.c (__geteuid): Likewise.
22515         * posix/getgid.c (__getgid): Likewise.
22516         * posix/getpid.c (__getpid): Likewise.
22517         * posix/getppid.c (__getppid): Likewise.
22518         * posix/getuid.c (__getuid): Likewise.
22519         * posix/pause.c (pause): Likewise.
22520         * posix/setpgrp.c (setpgrp): Likewise.
22521         * posix/setsid.c (__setsid): Likewise.
22522         * posix/test-vfork.c (noop): Likewise.
22523         * resolv/gethnamaddr.c (_endhtent): Likewise.
22524         (_gethtent): Likewise.
22525         (ht_endhostent): Likewise.
22526         (gethostent): Likewise.
22527         (dns_service): Likewise.
22528         * stdlib/drand48.c (drand48): Likewise.
22529         * stdlib/lrand48.c (lrand48): Likewise.
22530         * stdlib/mrand48.c (mrand48): Likewise.
22531         * stdlib/rand.c (rand): Likewise.
22532         * stdlib/random.c (__random): Likewise.
22533         * stdlib/setenv.c (clearenv): Likewise.
22534         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22535         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22536         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22537         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22538         (__get_nprocs): Likewise.
22539         (__get_phys_pages): Likewise.
22540         (__get_avphys_pages): Likewise.
22541         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22542         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22543         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22544         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22545         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22546         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22547         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22548         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22549         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22550         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22551         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22552         * sysdeps/mach/hurd/sync.c (sync): Likewise.
22553         * sysdeps/posix/clock.c (clock): Likewise.
22554         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22555         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22556         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22557         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22558         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22559         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22560         (__get_nprocs_conf): Likewise.
22561         (__get_phys_pages): Likewise.
22562         (__get_avphys_pages): Likewise.
22563         * time/clock.c (clock): Likewise.
22564         * time/tzset.c (__tzname_max): Likewise.
22565
22566 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
22567
22568         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22569         (__bswap_32): Do not use "register".
22570         * crypt/crypt.c (_ufc_doit_r): Likewise.
22571         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22572         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22573         * gmon/gmon.c (__monstartup): Likewise.
22574         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22575         * hurd/hurdmalloc.c (more_memory): Likewise.
22576         (malloc): Likewise.
22577         (free): Likewise.
22578         (realloc): Likewise.
22579         (malloc_fork_prepare): Likewise.
22580         (malloc_fork_parent): Likewise.
22581         (malloc_fork_child): Likewise.
22582         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22583         (_svcauth_des): Likewise.
22584         * inet/inet_lnaof.c (inet_lnaof): Likewise.
22585         * inet/inet_net.c (inet_network): Likewise.
22586         * inet/inet_netof.c (inet_netof): Likewise.
22587         * inet/rcmd.c (__validuser2_sa): Likewise.
22588         * io/fts.c (fts_open): Likewise.
22589         (fts_load): Likewise.
22590         (fts_close): Likewise.
22591         (fts_read): Likewise.
22592         (fts_children): Likewise.
22593         (fts_build): Likewise.
22594         (fts_stat): Likewise.
22595         (fts_sort): Likewise.
22596         (fts_alloc): Likewise.
22597         (fts_lfree): Likewise.
22598         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22599         (_IO_file_xsgetn): Likewise.
22600         (_IO_file_xsgetn_mmap): Likewise.
22601         * libio/iofopncook.c (_IO_cookie_read): Likewise.
22602         (_IO_cookie_write): Likewise.
22603         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22604         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22605         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22606         * malloc/obstack.c (_obstack_begin): Likewise.
22607         (_obstack_begin_1): Likewise.
22608         (_obstack_newchunk): Likewise.
22609         (_obstack_allocated_p): Likewise.
22610         (obstack_free): Likewise.
22611         (_obstack_memory_used): Likewise.
22612         * misc/getttyent.c (getttynam): Likewise.
22613         (getttyent): Likewise.
22614         (skip): Likewise.
22615         (value): Likewise.
22616         * misc/getusershell.c (initshells): Likewise.
22617         * misc/syslog.c (__vsyslog_chk): Likewise.
22618         * misc/ttyslot.c (ttyslot): Likewise.
22619         * nis/nis_hash.c (__nis_hash): Likewise.
22620         * posix/fnmatch_loop.c (FCT): Likewise.
22621         * posix/getconf.c (print_all): Likewise.
22622         (main): Likewise.
22623         * posix/getopt.c (exchange): Likewise.
22624         * posix/glob.c (globfree): Likewise.
22625         (prefix_array): Likewise.
22626         (__glob_pattern_type): Likewise.
22627         * resolv/arpa/nameser.h (NS_GET16): Likewise.
22628         (NS_GET32): Likewise.
22629         (NS_PUT16): Likewise.
22630         (NS_PUT32): Likewise.
22631         * resolv/gethnamaddr.c (getanswer): Likewise.
22632         (gethostbyname2): Likewise.
22633         (gethostbyaddr): Likewise.
22634         (_gethtent): Likewise.
22635         (_gethtbyname2): Likewise.
22636         (_gethtbyaddr): Likewise.
22637         * resolv/ns_print.c (dst_s_get_int16): Likewise.
22638         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
22639         * resolv/res_init.c (__res_vinit): Likewise.
22640         (net_mask): Likewise.
22641         * resolv/res_mkquery.c (outchar): Likewise.
22642         (PRINT): Likewise.
22643         * stdio-common/printf_fp.c (outchar): Likewise.
22644         (PRINT): Likewise.
22645         * stdio-common/printf_fphex.c (outchar): Likewise.
22646         (PRINT): Likewise.
22647         * stdio-common/printf_size.c (outchar): Likewise.
22648         (PRINT): Likewise.
22649         * stdio-common/test_rdwr.c (main): Likewise.
22650         * stdio-common/tfformat.c (matches): Likewise.
22651         * stdio-common/vfprintf.c (outchar): Likewise.
22652         (printf_unknown): Likewise.
22653         (buffered_vfprintf): Likewise.
22654         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22655         * stdio-common/xbug.c (AppendToBuffer): Likewise.
22656         (ReadFile): Likewise.
22657         * stdlib/qsort.c (SWAP): Likewise.
22658         (_quicksort): Likewise.
22659         * stdlib/setenv.c (__add_to_environ): Likewise.
22660         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22661         * stdlib/strtol_l.c (__strtol_l): Likewise.
22662         * stdlib/tst-strtod.c (main): Likewise.
22663         * stdlib/tst-strtol.c (main): Likewise.
22664         * stdlib/tst-strtoll.c (main): Likewise.
22665         * string/bits/string2.h (__strcmp_cc): Likewise.
22666         (__strcmp_cg): Likewise.
22667         (__strcspn_c1): Likewise.
22668         (__strcspn_c2): Likewise.
22669         (__strcspn_c3): Likewise.
22670         (__strspn_c1): Likewise.
22671         (__strspn_c2): Likewise.
22672         (__strspn_c3): Likewise.
22673         (__strsep_1c): Likewise.
22674         (__strsep_2c): Likewise.
22675         (__strsep_3c): Likewise.
22676         * string/memccpy.c (__memccpy): Likewise.
22677         * string/stpcpy.c (__stpcpy): Likewise.
22678         * string/strcmp.c (strcmp): Likewise.
22679         * string/strrchr.c (strrchr): Likewise.
22680         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
22681         Likewise.
22682         * sysdeps/mach/hurd/getcwd.c
22683         (_hurd_canonicalize_directory_name_internal): Likewise.
22684         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
22685         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
22686         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
22687         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
22688         Likewise, in both definitions.
22689         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
22690         definitions.
22691         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
22692         64] (__bswap_64): Likewise.
22693         * time/test_time.c (main): Likewise.
22694         * time/tzfile.c (__tzfile_read): Likewise.
22695         (__tzfile_compute): Likewise.
22696         * time/tzset.c (__tzset_parse_tz): Likewise.
22697         (tzset_internal): Likewise.
22698         (compute_change): Likewise.
22699         * wcsmbs/wcscat.c (__wcscat): Likewise.
22700         * wcsmbs/wcschr.c (wcschr): Likewise.
22701         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
22702         * wcsmbs/wcscspn.c (wcscspn): Likewise.
22703         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
22704         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
22705         * wcsmbs/wcsspn.c (wcsspn): Likewise.
22706         * wcsmbs/wcsstr.c (wcsstr): Likewise.
22707         * wcsmbs/wmemchr.c (wmemchr): Likewise.
22708         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
22709         * wcsmbs/wmemset.c (wmemset): Likewise.
22710
22711 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
22712
22713         * scripts/config.guess: Update to version 2013-05-16.
22714         * scripts/config.sub: Update to version 2013-04-24.
22715         * scripts/install-sh: Update to version 2011-11-20.07.
22716         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
22717         * scripts/move-if-change: Update to version 2012-01-06 07:23.
22718
22719 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
22720
22721         * debug/fgetws_u_chk.c: Fix leading whitespaces.
22722         * elf/sln.c: Likewise.
22723         * hurd/hurd/ioctl.h: Likewise.
22724         * hurd/hurdmalloc.c: Likewise.
22725         * hurd/xattr.c: Likewise.
22726         * include/shlib-compat.h: Likewise.
22727         * inet/ruserpass.c: Likewise.
22728         * libio/iofgets_u.c: Likewise.
22729         * libio/iofgetws_u.c: Likewise.
22730         * locale/programs/ld-identification.c: Likewise.
22731         * locale/programs/ld-time.c: Likewise.
22732         * mach/msg-destroy.c: Likewise.
22733         * nss/nss_files/files-netgrp.c: Likewise.
22734         * resolv/res_data.c: Likewise.
22735         * soft-fp/op-1.h: Likewise.
22736         * soft-fp/op-2.h: Likewise.
22737         * soft-fp/op-4.h: Likewise.
22738         * soft-fp/op-common.h: Likewise.
22739         * stdio-common/printf_fphex.c: Likewise.
22740         * stdlib/strtod_l.c: Likewise.
22741         * sunrpc/rpc/clnt.h: Likewise.
22742         * sysdeps/generic/framestate.c: Likewise.
22743         * sysdeps/i386/bsd-_setjmp.S: Likewise.
22744         * sysdeps/i386/bsd-setjmp.S: Likewise.
22745         * sysdeps/i386/__longjmp.S: Likewise.
22746         * sysdeps/i386/setjmp.S: Likewise.
22747         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22748         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
22749         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22750         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22751         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22752         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
22753         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
22754         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
22755         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
22756         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
22757         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
22758         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
22759         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
22760         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
22761         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
22762         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
22763         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
22764         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
22765         * sysdeps/ieee754/support.c: Likewise.
22766         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
22767         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
22768         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
22769         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
22770         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
22771         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
22772         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
22773         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
22774         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
22775         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
22776         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
22777         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
22778         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
22779         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
22780         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
22781         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
22782         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
22783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
22784
22785 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
22786
22787         * posix/transbug.c: Remove executable mode.
22788
22789 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
22790
22791         * crypt/speeds.c: Remove trailing whitespace.
22792         * dlfcn/default.c: Likewise.
22793         * elf/ifuncdep2.c: Likewise.
22794         * elf/ifuncmain1.c: Likewise.
22795         * elf/ifuncmain1vis.c: Likewise.
22796         * elf/testobj.h: Likewise.
22797         * elf/tst-stackguard1.c: Likewise.
22798         * gmon/sys/gmon.h: Likewise.
22799         * hurd/hurdmsg.c: Likewise.
22800         * hurd/new-fd.c: Likewise.
22801         * hurd/ports-get.c: Likewise.
22802         * iconvdata/ibm1008_420.c: Likewise.
22803         * inet/tst-getni1.c: Likewise.
22804         * inet/tst-getni2.c: Likewise.
22805         * libio/ioungetc.c: Likewise.
22806         * libio/wfiledoalloc.c: Likewise.
22807         * manual/libm-err-tab.pl: Likewise.
22808         * math/w_dremf.c: Likewise.
22809         * misc/ftruncate.c: Likewise.
22810         * posix/bug-glob2.c: Likewise.
22811         * posix/tst-pcre.c: Likewise.
22812         * posix/wait4.c: Likewise.
22813         * resolv/README: Likewise.
22814         * resolv/res_debug.h: Likewise.
22815         * resolv/tst-inet_ntop.c: Likewise.
22816         * setjmp/bug269-setjmp.c: Likewise.
22817         * soft-fp/extended.h: Likewise.
22818         * soft-fp/op-1.h: Likewise.
22819         * soft-fp/op-2.h: Likewise.
22820         * soft-fp/op-4.h: Likewise.
22821         * soft-fp/op-8.h: Likewise.
22822         * soft-fp/testit.c: Likewise.
22823         * stdio-common/bug16.c: Likewise.
22824         * stdlib/random.c: Likewise.
22825         * sunrpc/rpcsvc/rquota.x: Likewise.
22826         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
22827         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
22828         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22829         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
22830         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
22831         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
22832         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
22833         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
22834         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
22835         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
22836         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
22837         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
22838         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
22839         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
22840         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
22841         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
22842         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
22843         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
22844         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
22845         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
22846         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
22847         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
22848         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
22849         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
22850         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
22851         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
22852         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22853         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
22854         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
22855         * sysdeps/ieee754/s_lib_version.c: Likewise.
22856         * sysdeps/mach/hurd/check_fds.c: Likewise.
22857         * sysdeps/mach/hurd/getsockname.c: Likewise.
22858         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
22859         * sysdeps/mach/hurd/recvfrom.c: Likewise.
22860         * sysdeps/powerpc/bits/link.h: Likewise.
22861         * sysdeps/powerpc/dl-procinfo.c: Likewise.
22862         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
22863         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
22864         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
22865         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
22866         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
22867         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
22868         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
22869         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
22870         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
22871         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
22872         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22873         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
22874         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
22875         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
22876         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
22877         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22878         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22879         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
22880         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
22881         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
22882         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
22883         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22884         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22885         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
22886         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22887         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22888         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
22889         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
22890         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22891         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22892         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22893         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22894         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
22895         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
22896         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
22897         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
22898         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22899         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
22900         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
22901         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
22902         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
22903         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
22904         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
22905         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22906         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
22907         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
22908         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22909         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
22910         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
22911         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
22912         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
22913         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22914         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22915         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
22916         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
22917         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
22918         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22919         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
22920         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
22921         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
22922         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
22923         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
22924         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22925         * sysdeps/powerpc/sysdep.h: Likewise.
22926         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
22927         * sysdeps/s390/s390-64/sub_n.S: Likewise.
22928         * sysdeps/sh/dl-trampoline.S: Likewise.
22929         * sysdeps/sh/memset.S: Likewise.
22930         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
22931         * sysdeps/sh/strlen.S: Likewise.
22932         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
22933         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
22934         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
22935         * sysdeps/sparc/sparc32/rem.S: Likewise.
22936         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
22937         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
22938         * sysdeps/sparc/sparc32/strchr.S: Likewise.
22939         * sysdeps/sparc/sparc32/udiv.S: Likewise.
22940         * sysdeps/sparc/sparc32/urem.S: Likewise.
22941         * sysdeps/sparc/sparc64/add_n.S: Likewise.
22942         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
22943         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
22944         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
22945         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
22946         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
22947         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
22948         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
22949         * sysdeps/unix/bsd/times.c: Likewise.
22950         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
22951         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
22952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
22953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
22954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
22955         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
22956         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22957         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
22958         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
22959         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
22960         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
22961         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
22962         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
22963         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
22964         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
22965         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
22966         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
22967         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
22968         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
22969         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
22970         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
22971         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
22972         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
22973         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
22974         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
22975         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
22976         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
22977         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
22978         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
22979         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
22980         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
22981         * sysdeps/x86_64/strcspn.S: Likewise.
22982
22983 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22984
22985         * locale/C-translit.h: Revert #include <stdint.h> because this is a
22986         generated file.  Regenerate properly from gen-translit.pl.
22987         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
22988         locale/C-translit.h.
22989
22990 2013-06-05  Andreas Schwab  <schwab@suse.de>
22991
22992         [BZ #15100]
22993         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
22994         week as 6 instead of -1.
22995         * time/tst-strptime.c (day_tests): Add test case.
22996
22997 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22998
22999         * sysdeps/generic/math_private.h
23000         (libc_feholdexcept_setround_53bit): Replace with
23001         libc_feholdsetround_53bit.
23002         (libc_feupdateenv_53bit): Replace with
23003         libc_feresetround_53bit.
23004         (SET_RESTORE_ROUND_53BIT): Adjust.
23005
23006 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23007
23008         * string/test-strchrnul.c: Add copyright header.
23009
23010         * posix/tst-getaddrinfo4.c: Increase test timeout.
23011
23012 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23013
23014         [BZ #15536]
23015         * math/libm-test.inc (MAX_EXP): Remove
23016         (MIN_EXP): Define.
23017         (ulp): Use MIN_EXP - MANT_DIG.
23018         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23019
23020 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23021
23022         * po/be.po: Revert last change.
23023         * po/zh_CN.po: Likewise.
23024         * po/header.pot: Likewise.
23025
23026 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23027
23028         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23029         link-libc-deps to empty as target-specific variable.
23030         * Makerules (link-libc-args): New variable.
23031         (libc-for-link): Likewise.
23032         (link-libc-deps): Likewise.
23033         (lib%.so): Depend on $(link-libc-deps).  Link with
23034         $(link-libc-args).
23035         (build-module): Link with $(link-libc-args).
23036         (build-module-asneeded): Likewise.
23037         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23038         list of objects.
23039         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23040         target-specific variable.
23041         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23042         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23043         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23044         libc.
23045         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23046         libc and ld.so.
23047         ($(objpfx)libpcprofile.so): Likewise.
23048         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23049         libc_nonshared.a.
23050         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23051         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23052         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23053         $(link-libc-deps).
23054         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23055         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23056         * login/Makefile ($(objpfx)libutil.so): Likewise.
23057         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23058         * math/Makefile ($(objpfx)libm.so): Likewise.
23059         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23060         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23061         variable instead of depending directly on libc.
23062         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23063         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23064         $(link-libc-deps).
23065         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23066         libc.
23067         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23068         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23069         ($(objpfx)libanl.so): Likewise.
23070         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23071         ld.so.
23072         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23073         $(link-libc-deps).
23074         * sysdeps/i386/fpu/Makefile: Remove file.
23075         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23076         ($(objpfx)libm.so): Remove dependency on ld.so.
23077
23078 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23079
23080         [BZ # 15553]
23081         * nis/yp_xdr.c (XDRMAXNAME): Define.
23082         (XDRMAXRECORD): Define.
23083         (xdr_domainname): Use XDRMAXNAME.
23084         (xdr_mapname): Likewise.
23085         (xdr_peername): Likewise.
23086         (xdr_keydat): Use XDRMAXRECORD.
23087         (xdr_valdat): Likewise.
23088
23089 2013-05-30  Jeff Law  <law@redhat.com>
23090
23091         [BZ #14256]
23092         * manual/errno.texi (ESTALE): Update to account for more than
23093         just NFS file systems.
23094         * sysdeps/gnu/errlist.c: Regenerated.
23095
23096 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23097
23098         [BZ #15465]
23099         * elf/Makefile (tests): Add tst-null-argv.
23100         (modules-names):  Add tst-null-argv-lib.
23101         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23102         (tst-null-argv-ENV): Set environment for tst-null-argv.
23103         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23104         (RTLD_PROGNAME): New macro.
23105         * elf/tst-null-argv.c: New test case.
23106         * elf/tst-null-argv-lib.c: Library for test case.
23107         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23108         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23109         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23110         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23111         * elf/dl-init.c (call_init): Likewise.
23112         (_dl_init): Likewise.
23113         * elf/dl-load.c (print_search_path): Likewise.
23114         (_dl_map_object): Likewise.
23115         * elf/dl-lookup.c (do_lookup_x): Likewise.
23116         (add_dependency): Likewise.
23117         (_dl_lookup_symbol_x): Likewise.
23118         (_dl_debug_bindings): Likewise.
23119         * elf/dl-open.c (_dl_show_scope): Likewise.
23120         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23121         * elf/dl-version.c (match_symbol): Likewise.
23122         (_dl_check_map_versions): Likewise.
23123         * elf/rtld.c (dl_main): Likewise.
23124         (print_unresolved): Use RTLD_PROGNAME.
23125         (print_missing_version): Likewise.
23126         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23127         (elf_machine_rela): Likewise.
23128         * sysdeps/powerpc/powerpc32/dl-machine.c
23129         (__process_machine_rela): Likewise.
23130         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23131         Likewise.
23132         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23133         Likewise.
23134         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23135         Likewise.
23136         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23137         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23138         Likewise.
23139         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23140         Likewise.
23141         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23142
23143 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23144
23145         * po/be.po: Add descriptive title.
23146         * po/zh_CN.po: Likewise.
23147         * po/header.pot: Likewise.
23148
23149 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23150
23151         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23152         error message.
23153         (enlarge_archive): Likewise.
23154
23155 2013-05-28  Ben North  <ben@redfrontdoor.org>
23156
23157         * manual/arith.texi (frexp): It is the magnitude of the return
23158         value which lies in [0.5, 1), not the return value itself.
23159
23160 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23161
23162         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23163
23164 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23165
23166         * stdio-common/bug26.c (main): Correct fscanf template.
23167
23168         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23169         declare _dl_skip_args.
23170
23171         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23172         Don't declare.
23173
23174         * manual/platform.texi: Add missing @end deftypefun.
23175
23176 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23177
23178         [BZ #15529]
23179         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23180         bit of mantissa of 2^16382.
23181         * math/libm-test.inc (hypot_test_data): Add more tests.
23182
23183         * math/libm-test.inc: Add drem and pow10 to list of tested
23184         functions.
23185         (pow10_test): New function.
23186         (drem_test): Likewise.
23187         (drem_test_tonearest): Likewise.
23188         (drem_test_towardzero): Likewise.
23189         (drem_test_downward): Likewise.
23190         (drem_test_upward): Likewise.
23191         (main): Call the new functions.
23192
23193         * math/libm-test.inc (finite_test_data): Remove.
23194         (finite_test): Run tests from isfinite_test_data.
23195         (gamma_test_data): Remove.
23196         (gamma_test): Run tests from lgamma_test_data.
23197         * sysdeps/i386/fpu/libm-test-ulps: Update.
23198         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23199
23200 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23201
23202         * manual/platform.texi: Add PowerPC PPR function set documentation.
23203         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23204         implementation.
23205
23206 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23207
23208         * math/libm-test.inc (MAX_EXP): Define.
23209         (ULPDIFF): Define.
23210         (ulp): New function.
23211         (check_float_internal): Use ULPDIFF.
23212         (cpow_test): Disable failing test.
23213         (check_ulp): Test ulp() implemetnation.
23214         (main): Call check_ulp before starting tests.
23215
23216 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23217
23218         * math/gen-libm-test.pl (generate_testfile): Do not handle
23219         START_DATA and END_DATA.
23220         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23221         END_DATA.
23222         (acos_tonearest_test_data): Likewise.
23223         (acos_towardzero_test_data): Likewise.
23224         (acos_downward_test_data): Likewise.
23225         (acos_upward_test_data): Likewise.
23226         (acosh_test_data): Likewise.
23227         (asin_test_data): Likewise.
23228         (asin_tonearest_test_data): Likewise.
23229         (asin_towardzero_test_data): Likewise.
23230         (asin_downward_test_data): Likewise.
23231         (asin_upward_test_data): Likewise.
23232         (asinh_test_data): Likewise.
23233         (atan_test_data): Likewise.
23234         (atanh_test_data): Likewise.
23235         (atan2_test_data): Likewise.
23236         (cabs_test_data): Likewise.
23237         (cacos_test_data): Likewise.
23238         (cacosh_test_data): Likewise.
23239         (carg_test_data): Likewise.
23240         (casin_test_data): Likewise.
23241         (casinh_test_data): Likewise.
23242         (catan_test_data): Likewise.
23243         (catanh_test_data): Likewise.
23244         (cbrt_test_data): Likewise.
23245         (ccos_test_data): Likewise.
23246         (ccosh_test_data): Likewise.
23247         (ceil_test_data): Likewise.
23248         (cexp_test_data): Likewise.
23249         (cimag_test_data): Likewise.
23250         (clog_test_data): Likewise.
23251         (clog10_test_data): Likewise.
23252         (conj_test_data): Likewise.
23253         (copysign_test_data): Likewise.
23254         (cos_test_data): Likewise.
23255         (cos_tonearest_test_data): Likewise.
23256         (cos_towardzero_test_data): Likewise.
23257         (cos_downward_test_data): Likewise.
23258         (cos_upward_test_data): Likewise.
23259         (cosh_test_data): Likewise.
23260         (cosh_tonearest_test_data): Likewise.
23261         (cosh_towardzero_test_data): Likewise.
23262         (cosh_downward_test_data): Likewise.
23263         (cosh_upward_test_data): Likewise.
23264         (cpow_test_data): Likewise.
23265         (cproj_test_data): Likewise.
23266         (creal_test_data): Likewise.
23267         (csin_test_data): Likewise.
23268         (csinh_test_data): Likewise.
23269         (csqrt_test_data): Likewise.
23270         (ctan_test_data): Likewise.
23271         (ctan_tonearest_test_data): Likewise.
23272         (ctan_towardzero_test_data): Likewise.
23273         (ctan_downward_test_data): Likewise.
23274         (ctan_upward_test_data): Likewise.
23275         (ctanh_test_data): Likewise.
23276         (ctanh_tonearest_test_data): Likewise.
23277         (ctanh_towardzero_test_data): Likewise.
23278         (ctanh_downward_test_data): Likewise.
23279         (ctanh_upward_test_data): Likewise.
23280         (erf_test_data): Likewise.
23281         (erfc_test_data): Likewise.
23282         (exp_test_data): Likewise.
23283         (exp_tonearest_test_data): Likewise.
23284         (exp_towardzero_test_data): Likewise.
23285         (exp_downward_test_data): Likewise.
23286         (exp_upward_test_data): Likewise.
23287         (exp10_test_data): Likewise.
23288         (exp2_test_data): Likewise.
23289         (expm1_test_data): Likewise.
23290         (fabs_test_data): Likewise.
23291         (fdim_test_data): Likewise.
23292         (finite_test_data): Likewise.
23293         (floor_test_data): Likewise.
23294         (fma_test_data): Likewise.
23295         (fma_towardzero_test_data): Likewise.
23296         (fma_downward_test_data): Likewise.
23297         (fma_upward_test_data): Likewise.
23298         (fmax_test_data): Likewise.
23299         (fmin_test_data): Likewise.
23300         (fmod_test_data): Likewise.
23301         (fpclassify_test_data): Likewise.
23302         (frexp_test_data): Likewise.
23303         (gamma_test_data): Likewise.
23304         (hypot_test_data): Likewise.
23305         (ilogb_test_data): Likewise.
23306         (isfinite_test_data): Likewise.
23307         (isgreater_test_data): Likewise.
23308         (isgreaterequal_test_data): Likewise.
23309         (isinf_test_data): Likewise.
23310         (isless_test_data): Likewise.
23311         (islessequal_test_data): Likewise.
23312         (islessgreater_test_data): Likewise.
23313         (isnan_test_data): Likewise.
23314         (isnormal_test_data): Likewise.
23315         (issignaling_test_data): Likewise.
23316         (isunordered_test_data): Likewise.
23317         (j0_test_data): Likewise.
23318         (j1_test_data): Likewise.
23319         (jn_test_data): Likewise.
23320         (ldexp_test_data): Likewise.
23321         (lgamma_test_data): Likewise.
23322         (lrint_test_data): Likewise.
23323         (lrint_tonearest_test_data): Likewise.
23324         (lrint_towardzero_test_data): Likewise.
23325         (lrint_downward_test_data): Likewise.
23326         (lrint_upward_test_data): Likewise.
23327         (llrint_test_data): Likewise.
23328         (llrint_tonearest_test_data): Likewise.
23329         (llrint_towardzero_test_data): Likewise.
23330         (llrint_downward_test_data): Likewise.
23331         (llrint_upward_test_data): Likewise.
23332         (log_test_data): Likewise.
23333         (log10_test_data): Likewise.
23334         (log1p_test_data): Likewise.
23335         (log2_test_data): Likewise.
23336         (logb_test_data): Likewise.
23337         (logb_downward_test_data): Likewise.
23338         (lround_test_data): Likewise.
23339         (llround_test_data): Likewise.
23340         (modf_test_data): Likewise.
23341         (nearbyint_test_data): Likewise.
23342         (nextafter_test_data): Likewise.
23343         (nexttoward_test_data): Likewise.
23344         (pow_test_data): Likewise.
23345         (pow_tonearest_test_data): Likewise.
23346         (pow_towardzero_test_data): Likewise.
23347         (pow_downward_test_data): Likewise.
23348         (pow_upward_test_data): Likewise.
23349         (remainder_test_data): Likewise.
23350         (remainder_tonearest_test_data): Likewise.
23351         (remainder_towardzero_test_data): Likewise.
23352         (remainder_downward_test_data): Likewise.
23353         (remainder_upward_test_data): Likewise.
23354         (remquo_test_data): Likewise.
23355         (rint_test_data): Likewise.
23356         (rint_tonearest_test_data): Likewise.
23357         (rint_towardzero_test_data): Likewise.
23358         (rint_downward_test_data): Likewise.
23359         (rint_upward_test_data): Likewise.
23360         (round_test_data): Likewise.
23361         (scalb_test_data): Likewise.
23362         (scalbn_test_data): Likewise.
23363         (scalbln_test_data): Likewise.
23364         (signbit_test_data): Likewise.
23365         (sin_test_data): Likewise.
23366         (sin_tonearest_test_data): Likewise.
23367         (sin_towardzero_test_data): Likewise.
23368         (sin_downward_test_data): Likewise.
23369         (sin_upward_test_data): Likewise.
23370         (sincos_test_data): Likewise.
23371         (sinh_test_data): Likewise.
23372         (sinh_tonearest_test_data): Likewise.
23373         (sinh_towardzero_test_data): Likewise.
23374         (sinh_downward_test_data): Likewise.
23375         (sinh_upward_test_data): Likewise.
23376         (sqrt_test_data): Likewise.
23377         (tan_test_data): Likewise.
23378         (tan_tonearest_test_data): Likewise.
23379         (tan_towardzero_test_data): Likewise.
23380         (tan_downward_test_data): Likewise.
23381         (tan_upward_test_data): Likewise.
23382         (tanh_test_data): Likewise.
23383         (tgamma_test_data): Likewise.
23384         (trunc_test_data): Likewise.
23385         (y0_test_data): Likewise.
23386         (y1_test_data): Likewise.
23387         (yn_test_data): Likewise.
23388         (significand_test_data): Likewise.
23389
23390         * math/gen-libm-test.pl (@functions): Remove variable.
23391         (generate_testfile): Don't handle START and END lines.
23392         * math/libm-test.inc (START): New macro.
23393         (END): Likewise.
23394         (END_COMPLEX): Likewise.
23395         (acos_test): Use END macro without arguments.
23396         (acos_test_tonearest): Likewise.
23397         (acos_test_towardzero): Likewise.
23398         (acos_test_downward): Likewise.
23399         (acos_test_upward): Likewise.
23400         (acosh_test): Likewise.
23401         (asin_test): Likewise.
23402         (asin_test_tonearest): Likewise.
23403         (asin_test_towardzero): Likewise.
23404         (asin_test_downward): Likewise.
23405         (asin_test_upward): Likewise.
23406         (asinh_test): Likewise.
23407         (atan_test): Likewise.
23408         (atanh_test): Likewise.
23409         (atan2_test): Likewise.
23410         (cabs_test): Likewise.
23411         (cacos_test): Use END_COMPLEX macro without arguments.
23412         (cacosh_test): Likewise.
23413         (carg_test): Use END macro without arguments.
23414         (casin_test): Use END_COMPLEX macro without arguments.
23415         (casinh_test): Likewise.
23416         (catan_test): Likewise.
23417         (catanh_test): Likewise.
23418         (cbrt_test): Use END macro without arguments.
23419         (ccos_test): Use END_COMPLEX macro without arguments.
23420         (ccosh_test): Likewise.
23421         (ceil_test): Use END macro without arguments.
23422         (cexp_test): Use END_COMPLEX macro without arguments.
23423         (cimag_test): Use END macro without arguments.
23424         (clog_test): Use END_COMPLEX macro without arguments.
23425         (clog10_test): Likewise.
23426         (conj_test): Likewise.
23427         (copysign_test): Use END macro without arguments.
23428         (cos_test): Likewise.
23429         (cos_test_tonearest): Likewise.
23430         (cos_test_towardzero): Likewise.
23431         (cos_test_downward): Likewise.
23432         (cos_test_upward): Likewise.
23433         (cosh_test): Likewise.
23434         (cosh_test_tonearest): Likewise.
23435         (cosh_test_towardzero): Likewise.
23436         (cosh_test_downward): Likewise.
23437         (cosh_test_upward): Likewise.
23438         (cpow_test): Use END_COMPLEX macro without arguments.
23439         (cproj_test): Likewise.
23440         (creal_test): Use END macro without arguments.
23441         (csin_test): Use END_COMPLEX macro without arguments.
23442         (csinh_test): Likewise.
23443         (csqrt_test): Likewise.
23444         (ctan_test): Likewise.
23445         (ctan_test_tonearest): Likewise.
23446         (ctan_test_towardzero): Likewise.
23447         (ctan_test_downward): Likewise.
23448         (ctan_test_upward): Likewise.
23449         (ctanh_test): Likewise.
23450         (ctanh_test_tonearest): Likewise.
23451         (ctanh_test_towardzero): Likewise.
23452         (ctanh_test_downward): Likewise.
23453         (ctanh_test_upward): Likewise.
23454         (erf_test): Use END macro without arguments.
23455         (erfc_test): Likewise.
23456         (exp_test): Likewise.
23457         (exp_test_tonearest): Likewise.
23458         (exp_test_towardzero): Likewise.
23459         (exp_test_downward): Likewise.
23460         (exp_test_upward): Likewise.
23461         (exp10_test): Likewise.
23462         (exp2_test): Likewise.
23463         (expm1_test): Likewise.
23464         (fabs_test): Likewise.
23465         (fdim_test): Likewise.
23466         (finite_test): Likewise.
23467         (floor_test): Likewise.
23468         (fma_test): Likewise.
23469         (fma_test_towardzero): Likewise.
23470         (fma_test_downward): Likewise.
23471         (fma_test_upward): Likewise.
23472         (fmax_test): Likewise.
23473         (fmin_test): Likewise.
23474         (fmod_test): Likewise.
23475         (fpclassify_test): Likewise.
23476         (frexp_test): Likewise.
23477         (gamma_test): Likewise.
23478         (hypot_test): Likewise.
23479         (ilogb_test): Likewise.
23480         (isfinite_test): Likewise.
23481         (isgreater_test): Likewise.
23482         (isgreaterequal_test): Likewise.
23483         (isinf_test): Likewise.
23484         (isless_test): Likewise.
23485         (islessequal_test): Likewise.
23486         (islessgreater_test): Likewise.
23487         (isnan_test): Likewise.
23488         (isnormal_test): Likewise.
23489         (issignaling_test): Likewise.
23490         (isunordered_test): Likewise.
23491         (j0_test): Likewise.
23492         (j1_test): Likewise.
23493         (jn_test): Likewise.
23494         (ldexp_test): Likewise.
23495         (lgamma_test): Likewise.
23496         (lrint_test): Likewise.
23497         (lrint_test_tonearest): Likewise.
23498         (lrint_test_towardzero): Likewise.
23499         (lrint_test_downward): Likewise.
23500         (lrint_test_upward): Likewise.
23501         (llrint_test): Likewise.
23502         (llrint_test_tonearest): Likewise.
23503         (llrint_test_towardzero): Likewise.
23504         (llrint_test_downward): Likewise.
23505         (llrint_test_upward): Likewise.
23506         (log_test): Likewise.
23507         (log10_test): Likewise.
23508         (log1p_test): Likewise.
23509         (log2_test): Likewise.
23510         (logb_test): Likewise.
23511         (logb_test_downward): Likewise.
23512         (lround_test): Likewise.
23513         (llround_test): Likewise.
23514         (modf_test): Likewise.
23515         (nearbyint_test): Likewise.
23516         (nextafter_test): Likewise.
23517         (nexttoward_test): Likewise.
23518         (pow_test): Likewise.
23519         (pow_test_tonearest): Likewise.
23520         (pow_test_towardzero): Likewise.
23521         (pow_test_downward): Likewise.
23522         (pow_test_upward): Likewise.
23523         (remainder_test): Likewise.
23524         (remainder_test_tonearest): Likewise.
23525         (remainder_test_towardzero): Likewise.
23526         (remainder_test_downward): Likewise.
23527         (remainder_test_upward): Likewise.
23528         (remquo_test): Likewise.
23529         (rint_test): Likewise.
23530         (rint_test_tonearest): Likewise.
23531         (rint_test_towardzero): Likewise.
23532         (rint_test_downward): Likewise.
23533         (rint_test_upward): Likewise.
23534         (round_test): Likewise.
23535         (scalb_test): Likewise.
23536         (scalbn_test): Likewise.
23537         (scalbln_test): Likewise.
23538         (signbit_test): Likewise.
23539         (sin_test): Likewise.
23540         (sin_test_tonearest): Likewise.
23541         (sin_test_towardzero): Likewise.
23542         (sin_test_downward): Likewise.
23543         (sin_test_upward): Likewise.
23544         (sincos_test): Likewise.
23545         (sinh_test): Likewise.
23546         (sinh_test_tonearest): Likewise.
23547         (sinh_test_towardzero): Likewise.
23548         (sinh_test_downward): Likewise.
23549         (sinh_test_upward): Likewise.
23550         (sqrt_test): Likewise.
23551         (tan_test): Likewise.
23552         (tan_test_tonearest): Likewise.
23553         (tan_test_towardzero): Likewise.
23554         (tan_test_downward): Likewise.
23555         (tan_test_upward): Likewise.
23556         (tanh_test): Likewise.
23557         (tgamma_test): Likewise.
23558         (trunc_test): Likewise.
23559         (y0_test): Likewise.
23560         (y1_test): Likewise.
23561         (yn_test): Likewise.
23562         (significand_test): Likewise.
23563
23564 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
23565
23566         [BZ #15381]
23567         * libio/genops.c (_IO_no_init): Initialize wide struct info.
23568
23569 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
23570
23571         [BZ #14894]
23572         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23573         __ppc_mdoio and __ppc_mdoom.
23574         * manual/platform.texi: Document new functions __ppc_yield,
23575         __ppc_mdoio and __ppc_mdoom.
23576
23577 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
23578
23579         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23580         (main): Mention "tls" pseudo-hwcap is legacy.
23581         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23582
23583 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23584
23585         * math/gen-libm-test.pl (parse_args): Output only string of
23586         arguments as text for test name, not full call or descriptions of
23587         tests for extra outputs.
23588         (generate_testfile): Do not pass function name to parse_args.
23589         Generate this_func variable from START.
23590         * math/libm-test.inc (struct test_f_f_data): Rename test_name
23591         field to arg_str.
23592         (struct test_ff_f_data): Likewise.
23593         (test_ff_f_data_nexttoward): Likewise.
23594         (struct test_fi_f_data): Likewise.
23595         (struct test_fl_f_data): Likewise.
23596         (struct test_if_f_data): Likewise.
23597         (struct test_fff_f_data): Likewise.
23598         (struct test_c_f_data): Likewise.
23599         (struct test_f_f1_data): Likewise.  Remove field extra_name.
23600         (struct test_fF_f1_data): Likewise.
23601         (struct test_ffI_f1_data): Likewise.
23602         (struct test_c_c_data): Rename test_name field to arg_str.
23603         (struct test_cc_c_data): Likewise.
23604         (struct test_f_i_data): Likewise.
23605         (struct test_ff_i_data): Likewise.
23606         (struct test_f_l_data): Likewise.
23607         (struct test_f_L_data): Likewise.
23608         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
23609         and extra2_name.
23610         (COMMON_TEST_SETUP): New macro.
23611         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23612         (COMMON_TEST_CLEANUP): Likewise.
23613         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23614         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
23615         macros.
23616         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23617         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
23618         macros.
23619         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23620         (RUN_TEST_fff_f): Take argument string.  Call new setup and
23621         cleanup macros.
23622         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23623         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
23624         macros.
23625         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23626         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
23627         macros.
23628         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23629         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
23630         cleanup macros.
23631         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23632         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
23633         cleanup macros.
23634         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23635         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
23636         cleanup macros.
23637         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23638         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
23639         macros.
23640         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
23641         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
23642         macros.
23643         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
23644         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
23645         macros.
23646         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
23647         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
23648         cleanup macros.
23649         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
23650         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
23651         cleanup macros.
23652         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
23653         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
23654         macros.
23655         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
23656         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
23657         cleanup macros.
23658         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
23659         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
23660         macros.
23661         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
23662         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
23663         macros.
23664         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
23665         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
23666         cleanup macros.
23667         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
23668
23669 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
23670
23671         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
23672         to _sifields.sigfault.
23673         (si_addr_lsb): Define new macro.
23674         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
23675         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23676         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
23677
23678 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
23679
23680         [BZ #15441]
23681         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
23682         returns -1.
23683         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
23684         null return -1.
23685         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
23686         loading the domain.
23687
23688 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23689
23690         * math/gen-libm-test.pl (parse_args): Do not include expected
23691         result in test name.
23692         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
23693         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23694         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23695         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23696         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23697         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23698
23699 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23700
23701         * benchtests/Makefile: Sort function entries.
23702
23703         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
23704         tanh, asinh, acosh, atanh.
23705         * benchtests/acos-inputs: New file.
23706         * benchtests/acosh-inputs: New file.
23707         * benchtests/asin-inputs: New file.
23708         * benchtests/asinh-inputs: New file.
23709         * benchtests/atanh-inputs: New file.
23710         * benchtests/cosh-inputs: New file.
23711         * benchtests/log-inputs: New file.
23712         * benchtests/sinh-inputs: New file.
23713         * benchtests/tanh-inputs: New file.
23714
23715 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
23716
23717         [BZ #15339]
23718         * posix/tst-getaddrinfo4.c: New test.
23719         * posix/Makefile (tests): Add it.
23720
23721 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23722
23723         [BZ #15339]
23724         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
23725         when no services were used.
23726         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
23727         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
23728
23729 2013-05-21  Andreas Schwab  <schwab@suse.de>
23730
23731         [BZ #15014]
23732         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
23733         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
23734         successful.
23735         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
23736         redundant variable declarations and reallocation of buffer when
23737         parsing as IPv6 address.  Always set NSS status when called from
23738         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
23739         buffer too small.  Correct computation of needed size.
23740         * nss/Makefile (tests): Add test-digits-dots.
23741         * nss/test-digits-dots.c: New test.
23742
23743 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23744
23745         * benchtests/Makefile: Remove instructions for adding
23746         benchmark tests.
23747         * benchtests/README: New file to explain how to execute and
23748         enhance the benchmark tests.
23749
23750 2013-05-21  Andreas Schwab  <schwab@suse.de>
23751
23752         [BZ #15493]
23753         * setjmp/Makefile (tests): Add tst-sigsetjmp.
23754         * setjmp/tst-sigsetjmp.c: New test.
23755
23756 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23757
23758         * sysdeps/x86_64/memset.S (memset): New implementation.
23759         (__bzero): Likewise.
23760         (__memset_tail): New function.
23761
23762 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23763
23764         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
23765         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
23766         __memcpy_sse2_unaligned ifunc selection.
23767         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23768         Add memcpy-sse2-unaligned.S.
23769         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23770         Add: __memcpy_sse2_unaligned.
23771
23772 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
23773
23774         [BZ #15490]
23775         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
23776         math_force_eval before restoring floating-point envrionment.
23777         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
23778         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
23779         Likewise.
23780         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
23781         <math_private.h>.
23782         (__nearbyintl): Use math_force_eval before restoring
23783         floating-point environment.
23784         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
23785
23786         * math/gen-libm-test.pl (special_functions): Remove.
23787         (parse_args): Don't handle TEST_extra.  Handle functions with no
23788         return value.
23789         * math/libm-test.inc (struct test_sincos_data): Replace with
23790         struct test_fFF_11_data.
23791         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
23792         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
23793         (sincos_test_data): Change element type to struct
23794         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
23795         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
23796         RUN_TEST_LOOP_sincos.
23797         * math/README.libm-test: Don't mention special handling of
23798         individual functions.
23799         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
23800         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23801         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23802         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23803         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23804         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23805
23806         * math/gen-libm-test.pl (get_variable): Remove function.
23807         (parse_args): Don't show pointer parameters to call in test
23808         names.  Use "extra output N" in test names for extra outputs
23809         rather than naming variables.
23810
23811 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
23812
23813         [BZ #15488]
23814         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
23815         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
23816         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
23817         double tests.
23818         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
23819         disable.
23820         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
23821         check_long_double.
23822
23823         * math/gen-libm-test.pl (@tests): Remove variable.
23824         ($count): Likewise.
23825         (new_test): Remove function.
23826         (show_exceptions): New function.
23827         (special_functions): Use show_exceptions instead of new_test.
23828         (parse_args): Likewise.
23829         (generate_testfile): Pass only function name in generated call to
23830         print_max_error or print_complex_max_error.
23831         (get_ulps): Do not handle complex tests specially.
23832         (output_test): Rename to ...
23833         (get_all_ulps_for_test): ... this.  Return a string rather than
23834         printing to a file.  Require ulps to be present.
23835         (output_ulps): Generate arrays rather than #defines.
23836         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
23837         (struct ulp_data): New type.
23838         (BUILD_COMPLEX_ULP): Remove macro.
23839         (compare_ulp_data): New function.
23840         (find_ulps): Likewise.
23841         (find_test_ulps): Likewise.
23842         (find_function_ulps): Likewise.
23843         (find_complex_function_ulps): Likewise.
23844         (print_max_error): Determine allowed ulps using
23845         find_function_ulps.
23846         (print_complex_max_error): Determine allowed ulps using
23847         find_complex_function_ulps.
23848         (check_float_internal): Determine max ulps using find_test_ulps.
23849         (check_float): Do not take max_ulp parameter.  Update call to
23850         check_float_internal.
23851         (check_complex): Likewise.
23852         (check_int): Do not take max_ulp parameter.
23853         (check_long): Likewise.
23854         (check_bool): Likewise.
23855         (check_longlong): Likewise.
23856         (struct test_f_f_data): Remove max_ulp field.
23857         (struct test_ff_f_data): Likewise.
23858         (struct test_ff_f_data_nexttoward): Likewise.
23859         (struct test_fi_f_data): Likewise.
23860         (struct test_fl_f_data): Likewise.
23861         (struct test_if_f_data): Likewise.
23862         (struct test_fff_f_data): Likewise.
23863         (struct test_c_f_data): Likewise.
23864         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
23865         (struct test_fF_f1_data): Likewise.
23866         (struct test_ffI_f1_data): Likewise.
23867         (struct test_c_c_data): Remove max_ulp field.
23868         (struct test_cc_c_data): Likewise.
23869         (struct test_f_i_data): Likewise.
23870         (struct test_ff_i_data): Likewise.
23871         (struct test_f_l_data): Likewise.
23872         (struct test_f_L_data): Likewise.
23873         (struct test_sincos_data): Likewise.
23874         (RUN_TEST_f_f): Do not handle ulps.
23875         (RUN_TEST_LOOP_f_f): Likewise.
23876         (RUN_TEST_2_f): Likewise.
23877         (RUN_TEST_LOOP_2_f): Likewise.
23878         (RUN_TEST_fff_f): Likewise.
23879         (RUN_TEST_LOOP_fff_f): Likewise.
23880         (RUN_TEST_c_f): Likewise.
23881         (RUN_TEST_LOOP_c_f): Likewise.
23882         (RUN_TEST_f_f1): Likewise.
23883         (RUN_TEST_LOOP_f_f1): Likewise.
23884         (RUN_TEST_fF_f1): Likewise.
23885         (RUN_TEST_LOOP_fF_f1): Likewise.
23886         (RUN_TEST_fI_f1): Likewise.
23887         (RUN_TEST_LOOP_fI_f1): Likewise.
23888         (RUN_TEST_ffI_f1): Likewise.
23889         (RUN_TEST_LOOP_ffI_f1): Likewise.
23890         (RUN_TEST_c_c): Likewise.
23891         (RUN_TEST_LOOP_c_c): Likewise.
23892         (RUN_TEST_cc_c): Likewise.
23893         (RUN_TEST_LOOP_cc_c): Likewise.
23894         (RUN_TEST_f_i): Likewise.
23895         (RUN_TEST_LOOP_f_i): Likewise.
23896         (RUN_TEST_f_i_tg): Likewise.
23897         (RUN_TEST_LOOP_f_i_tg): Likewise.
23898         (RUN_TEST_ff_i_tg): Likewise.
23899         (RUN_TEST_LOOP_ff_i_tg): Likewise.
23900         (RUN_TEST_f_b): Likewise.
23901         (RUN_TEST_LOOP_f_b): Likewise.
23902         (RUN_TEST_f_b_tg): Likewise.
23903         (RUN_TEST_LOOP_f_b_tg): Likewise.
23904         (RUN_TEST_f_l): Likewise.
23905         (RUN_TEST_LOOP_f_l): Likewise.
23906         (RUN_TEST_f_L): Likewise.
23907         (RUN_TEST_LOOP_f_L): Likewise.
23908         (RUN_TEST_sincos): Likewise.
23909         (RUN_TEST_LOOP_sincos): Likewise.
23910
23911 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
23912
23913         [BZ #15480]
23914         [BZ #15485]
23915         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
23916         main case of finite arguments, set rounding mode to FE_TONEAREST
23917         and discard exceptions.
23918         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
23919         exceptions.
23920         (remainder_tonearest_test_data): New variable.
23921         (remainder_test_tonearest): New function.
23922         (remainder_towardzero_test_data): New variable.
23923         (remainder_test_towardzero): New function.
23924         (remainder_downward_test_data): New variable.
23925         (remainder_test_downward): New function.
23926         (remainder_upward_test_data): New variable.
23927         (remainder_test_upward): New function.
23928         (main): Call the new test functions.
23929
23930         * math/libm-test.inc (struct test_f_f1_data): Remove field
23931         extra_init.
23932         (struct test_fF_f1_data): Likewise.
23933         (struct test_ffI_f1_data): Likewise.
23934         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
23935         based on value of EXTRA_EXPECTED.
23936         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23937         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
23938         EXTRA_VAR based on value of EXTRA_EXPECTED.
23939         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23940         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
23941         EXTRA_VAR based on value of EXTRA_EXPECTED.
23942         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23943         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
23944         EXTRA_VAR based on value of EXTRA_EXPECTED.
23945         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23946         * math/gen-libm-test.pl (parse_args): Don't output initializers
23947         for extra output values.
23948
23949         * math/libm-test.inc (check_int): Expect result to be exactly
23950         equal to expected value and do not handle ulps.
23951         (check_long): Likewise.
23952         (check_longlong): Likewise.
23953
23954         * math/libm-test.inc (ceil_test_data): Test for "inexact"
23955         exceptions.
23956         (cimag_test_data): Likewise.
23957         (conj_test_data): Likewise.
23958         (copysign_test_data): Likewise.
23959         (cproj_test_data): Likewise.
23960         (creal_test_data): Likewise.
23961         (fabs_test_data): Likewise.
23962         (fdim_test_data): Likewise.
23963         (finite_test_data): Likewise.
23964         (floor_test_data): Likewise.
23965         (fmax_test_data): Likewise.
23966         (fmin_test_data): Likewise.
23967         (fmod_test_data): Likewise.
23968         (fpclassify_test_data): Likewise.
23969         (frexp_test_data): Likewise.
23970         (ilogb_test_data): Likewise.
23971         (isfinite_test_data): Likewise.
23972         (isgreater_test_data): Likewise.
23973         (isgreaterequal_test_data): Likewise.
23974         (isinf_test_data): Likewise.
23975         (isless_test_data): Likewise.
23976         (islessequal_test_data): Likewise.
23977         (islessgreater_test_data): Likewise.
23978         (isnan_test_data): Likewise.
23979         (isnormal_test_data): Likewise.
23980         (issignaling_test_data): Likewise.
23981         (isunordered_test_data): Likewise.
23982         (ldexp_test_data): Likewise.
23983         (lrint_test_data): Likewise.
23984         (lrint_test_data) [TEST_FLOAT]: Disable one test.
23985         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
23986         (lrint_tonearest_test_data): Test for "inexact" exceptions.
23987         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
23988         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
23989         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
23990         test input.
23991         (lrint_towardzero_test_data): Test for "inexact" exceptions.
23992         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
23993         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
23994         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
23995         that test input.
23996         (lrint_downward_test_data): Test for "inexact" exceptions.
23997         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
23998         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
23999         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24000         test input.
24001         (lrint_upward_test_data): Test for "inexact" exceptions.
24002         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24003         test input.
24004         (llrint_test_data): Test for "inexact" exceptions.
24005         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24006         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24007         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24008         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24009         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24010         (llrint_downward_test_data): Test for "inexact" exceptions.
24011         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24012         (llrint_upward_test_data): Test for "inexact" exceptions.
24013         (logb_test_data): Likewise.
24014         (logb_downward_test_data): Likewise.
24015         (nextafter_test_data): Likewise.
24016         (nexttoward_test_data): Likewise.
24017         (remainder_test_data): Likewise.
24018         (remquo_test_data): Likewise.
24019         (scalbn_test_data): Likewise.
24020         (scalbln_test_data): Likewise.
24021         (signbit_test_data): Likewise.
24022         (sqrt_test_data): Likewise.
24023         (significand_test_data): Likewise.
24024
24025 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24026
24027         [BZ #15424]
24028         * benchtests/bench-modf.c (struct args): Mark arg0 as
24029         volatile.
24030         * scripts/bench.pl: Mark members of struct args as volatile.
24031
24032 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24033
24034         [BZ # 15497]
24035         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24036         negative infinity on POWER6 or lower.
24037         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24038
24039 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24040
24041         [BZ #15442]
24042         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24043         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24044         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24045         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24046         (_FP_SETQNAN): New macro.
24047         (_FP_SETQNAN_SEMIRAW): Likewise.
24048         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24049         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24050         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24051         (FP_EXTEND): Use _FP_FRAC_SNANP.
24052         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24053         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24054         into account.
24055         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24056         New macro.
24057         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24058         Likewise.
24059
24060 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24061
24062         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24063         with DIVIDE_BY_ZERO_EXCEPTION.
24064         (gamma_test_data): Likewise.
24065         (lgamma_test_data): Likewise.
24066         (log_test_data): Likewise.
24067         (log10_test_data): Likewise.
24068         (log2_test_data): Likewise.
24069         (tgamma_test_data): Likewise.
24070
24071         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24072         (acos_test_tonearest): Likewise.
24073         (acos_test_towardzero): Likewise.
24074         (acos_test_downward): Likewise.
24075         (acos_test_upward): Likewise.
24076         (acosh_test): Likewise.
24077         (asin_test): Likewise.
24078         (asin_test_tonearest): Likewise.
24079         (asin_test_towardzero): Likewise.
24080         (asin_test_downward): Likewise.
24081         (asin_test_upward): Likewise.
24082         (asinh_test): Likewise.
24083         (atan_test): Likewise.
24084         (atanh_test): Likewise.
24085         (atan2_test): Likewise.
24086         (cabs_test): Likewise.
24087         (cacos_test): Likewise.
24088         (cacosh_test): Likewise.
24089         (casin_test): Likewise.
24090         (casinh_test): Likewise.
24091         (catan_test): Likewise.
24092         (catanh_test): Likewise.
24093         (cbrt_test): Likewise.
24094         (ccos_test): Likewise.
24095         (ccosh_test): Likewise.
24096         (cexp_test): Likewise.
24097         (clog_test): Likewise.
24098         (clog10_test): Likewise.
24099         (cos_test): Likewise.
24100         (cos_test_tonearest): Likewise.
24101         (cos_test_towardzero): Likewise.
24102         (cos_test_downward): Likewise.
24103         (cos_test_upward): Likewise.
24104         (cosh_test): Likewise.
24105         (cosh_test_tonearest): Likewise.
24106         (cosh_test_towardzero): Likewise.
24107         (cosh_test_downward): Likewise.
24108         (cosh_test_upward): Likewise.
24109         (cpow_test): Likewise.
24110         (csin_test): Likewise.
24111         (csinh_test): Likewise.
24112         (csqrt_test): Likewise.
24113         (ctan_test): Likewise.
24114         (ctan_test_tonearest): Likewise.
24115         (ctan_test_towardzero): Likewise.
24116         (ctan_test_downward): Likewise.
24117         (ctan_test_upward): Likewise.
24118         (ctanh_test): Likewise.
24119         (ctanh_test_tonearest): Likewise.
24120         (ctanh_test_towardzero): Likewise.
24121         (ctanh_test_downward): Likewise.
24122         (ctanh_test_upward): Likewise.
24123         (erf_test): Likewise.
24124         (erfc_test): Likewise.
24125         (exp_test): Likewise.
24126         (exp_test_tonearest): Likewise.
24127         (exp_test_towardzero): Likewise.
24128         (exp_test_downward): Likewise.
24129         (exp_test_upward): Likewise.
24130         (exp10_test): Likewise.
24131         (exp2_test): Likewise.
24132         (expm1_test): Likewise.
24133         (fmod_test): Likewise.
24134         (gamma_test): Likewise.
24135         (hypot_test): Likewise.
24136         (j0_test): Likewise.
24137         (j1_test): Likewise.
24138         (jn_test): Likewise.
24139         (lgamma_test): Likewise.
24140         (log_test): Likewise.
24141         (log10_test): Likewise.
24142         (log1p_test): Likewise.
24143         (log2_test): Likewise.
24144         (logb_test_downward): Likewise.
24145         (pow_test): Likewise.
24146         (pow_test_tonearest): Likewise.
24147         (pow_test_towardzero): Likewise.
24148         (pow_test_downward): Likewise.
24149         (pow_test_upward): Likewise.
24150         (remainder_test): Likewise.
24151         (remquo_test): Likewise.
24152         (sin_test): Likewise.
24153         (sin_test_tonearest): Likewise.
24154         (sin_test_towardzero): Likewise.
24155         (sin_test_downward): Likewise.
24156         (sin_test_upward): Likewise.
24157         (sincos_test): Likewise.
24158         (sinh_test): Likewise.
24159         (sinh_test_tonearest): Likewise.
24160         (sinh_test_towardzero): Likewise.
24161         (sinh_test_downward): Likewise.
24162         (sinh_test_upward): Likewise.
24163         (sqrt_test): Likewise.
24164         (tan_test): Likewise.
24165         (tan_test_tonearest): Likewise.
24166         (tan_test_towardzero): Likewise.
24167         (tan_test_downward): Likewise.
24168         (tan_test_upward): Likewise.
24169         (tanh_test): Likewise.
24170         (tgamma_test): Likewise.
24171         (y0_test): Likewise.
24172         (y1_test): Likewise.
24173         (yn_test): Likewise.
24174
24175         * math/gen-libm-test.pl (adjust_arg): Remove function.
24176         (special_function): Remove argument $in_func.  Only handle
24177         generating output for tables of tests, not inside functions.
24178         (parse_args): Likewise.
24179         (generate_testfile): Remove variable $in_func.  Update call to
24180         parse_args.
24181         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24182         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24183         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24184         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24185         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24186         (MAX_VALUE_INIT): Rename macro to max_value.
24187         (MIN_VALUE_INIT): Rename macro to min_value.
24188         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24189         (plus_zero): Remove variable.
24190         (minus_zero): Likewise.
24191         (plus_infty): Likewise.
24192         (minus_infty): Likewise.
24193         (qnan_value): Likewise.
24194         (max_value): Likewise.
24195         (min_value): Likewise.
24196         (min_subnorm_value): Likewise.
24197
24198 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24199
24200         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24201         uint64_t or uint32_t usage.
24202         * crypt/sha256-block.c: Likewise.
24203         * crypt/sha256-crypt.c: Likewise.
24204         * crypt/sha256.c: Likewise.
24205         * crypt/sha512-block.c: Likewise.
24206         * crypt/sha512-crypt.c: Likewise.
24207         * crypt/sha512.c: Likewise.
24208         * debug/backtrace-tst.c: Likewise.
24209         * debug/pcprofiledump.c: Likewise.
24210         * elf/cache.c: Likewise.
24211         * elf/dl-cache.c: Likewise.
24212         * elf/dl-misc.c: Likewise.
24213         * elf/dl-profile.c: Likewise.
24214         * elf/dl-support.c: Likewise.
24215         * elf/ldconfig.c: Likewise.
24216         * elf/sprof.c: Likewise.
24217         * iconv/dummy-repertoire.c: Likewise.
24218         * iconv/iconv_charmap.c: Likewise.
24219         * iconv/skeleton.c: Likewise.
24220         * iconvdata/8bit-generic.c: Likewise.
24221         * iconvdata/cp737.h: Likewise.
24222         * iconvdata/cp775.h: Likewise.
24223         * iconvdata/ibm1008.h: Likewise.
24224         * iconvdata/ibm1025.h: Likewise.
24225         * iconvdata/ibm1046.h: Likewise.
24226         * iconvdata/ibm1097.h: Likewise.
24227         * iconvdata/ibm1112.h: Likewise.
24228         * iconvdata/ibm1122.h: Likewise.
24229         * iconvdata/ibm1123.h: Likewise.
24230         * iconvdata/ibm1124.h: Likewise.
24231         * iconvdata/ibm1129.h: Likewise.
24232         * iconvdata/ibm1130.h: Likewise.
24233         * iconvdata/ibm1132.h: Likewise.
24234         * iconvdata/ibm1133.h: Likewise.
24235         * iconvdata/ibm1137.h: Likewise.
24236         * iconvdata/ibm1140.h: Likewise.
24237         * iconvdata/ibm1141.h: Likewise.
24238         * iconvdata/ibm1142.h: Likewise.
24239         * iconvdata/ibm1143.h: Likewise.
24240         * iconvdata/ibm1144.h: Likewise.
24241         * iconvdata/ibm1145.h: Likewise.
24242         * iconvdata/ibm1146.h: Likewise.
24243         * iconvdata/ibm1147.h: Likewise.
24244         * iconvdata/ibm1148.h: Likewise.
24245         * iconvdata/ibm1149.h: Likewise.
24246         * iconvdata/ibm1153.h: Likewise.
24247         * iconvdata/ibm1154.h: Likewise.
24248         * iconvdata/ibm1155.h: Likewise.
24249         * iconvdata/ibm1156.h: Likewise.
24250         * iconvdata/ibm1157.h: Likewise.
24251         * iconvdata/ibm1158.h: Likewise.
24252         * iconvdata/ibm1160.h: Likewise.
24253         * iconvdata/ibm1161.h: Likewise.
24254         * iconvdata/ibm1162.h: Likewise.
24255         * iconvdata/ibm1163.h: Likewise.
24256         * iconvdata/ibm1164.h: Likewise.
24257         * iconvdata/ibm1166.h: Likewise.
24258         * iconvdata/ibm1167.h: Likewise.
24259         * iconvdata/ibm12712.h: Likewise.
24260         * iconvdata/ibm1390.h: Likewise.
24261         * iconvdata/ibm1399.h: Likewise.
24262         * iconvdata/ibm16804.h: Likewise.
24263         * iconvdata/ibm4517.h: Likewise.
24264         * iconvdata/ibm4899.h: Likewise.
24265         * iconvdata/ibm4909.h: Likewise.
24266         * iconvdata/ibm4971.h: Likewise.
24267         * iconvdata/ibm5347.h: Likewise.
24268         * iconvdata/ibm803.h: Likewise.
24269         * iconvdata/ibm856.h: Likewise.
24270         * iconvdata/ibm901.h: Likewise.
24271         * iconvdata/ibm902.h: Likewise.
24272         * iconvdata/ibm9030.h: Likewise.
24273         * iconvdata/ibm9066.h: Likewise.
24274         * iconvdata/ibm921.h: Likewise.
24275         * iconvdata/ibm922.h: Likewise.
24276         * iconvdata/ibm9448.h: Likewise.
24277         * iconvdata/isiri-3342.h: Likewise.
24278         * iconvdata/jis0201.h: Likewise.
24279         * include/link.h: Likewise.
24280         * include/netdb.h: Likewise.
24281         * inet/check_native.c: Likewise.
24282         * inet/check_pf.c: Likewise.
24283         * inet/getipv4sourcefilter.c: Likewise.
24284         * inet/getnameinfo.c: Likewise.
24285         * inet/getsourcefilter.c: Likewise.
24286         * inet/htonl.c: Likewise.
24287         * inet/setipv4sourcefilter.c: Likewise.
24288         * inet/setsourcefilter.c: Likewise.
24289         * inet/test-inet6_opt.c: Likewise.
24290         * inet/tst-network.c: Likewise.
24291         * locale/C-collate.c: Likewise.
24292         * locale/C-ctype.c: Likewise.
24293         * locale/C-time.c: Likewise.
24294         * locale/C-translit.h: Likewise.
24295         * locale/loadarchive.c: Likewise.
24296         * locale/programs/3level.h: Likewise.
24297         * locale/programs/charmap.c: Likewise.
24298         * locale/programs/charmap.h: Likewise.
24299         * locale/programs/ld-address.c: Likewise.
24300         * locale/programs/ld-collate.c: Likewise.
24301         * locale/programs/ld-ctype.c: Likewise.
24302         * locale/programs/ld-identification.c: Likewise.
24303         * locale/programs/ld-measurement.c: Likewise.
24304         * locale/programs/ld-messages.c: Likewise.
24305         * locale/programs/ld-monetary.c: Likewise.
24306         * locale/programs/ld-name.c: Likewise.
24307         * locale/programs/ld-numeric.c: Likewise.
24308         * locale/programs/ld-paper.c: Likewise.
24309         * locale/programs/ld-telephone.c: Likewise.
24310         * locale/programs/ld-time.c: Likewise.
24311         * locale/programs/linereader.c: Likewise.
24312         * locale/programs/locale.c: Likewise.
24313         * locale/programs/locarchive.c: Likewise.
24314         * locale/programs/locfile.h: Likewise.
24315         * locale/programs/repertoire.c: Likewise.
24316         * locale/programs/simple-hash.c: Likewise.
24317         * locale/programs/simple-hash.h: Likewise.
24318         * malloc/memusage.c: Likewise.
24319         * malloc/memusagestat.c: Likewise.
24320         * nis/nis_defaults.c: Likewise.
24321         * nis/nis_hash.c: Likewise.
24322         * nis/nis_print.c: Likewise.
24323         * nis/nis_xdr.c: Likewise.
24324         * nscd/connections.c: Likewise.
24325         * nscd/hstcache.c: Likewise.
24326         * nscd/nscd_gethst_r.c: Likewise.
24327         * nscd/nscd_getserv_r.c: Likewise.
24328         * nscd/nscd_helper.c: Likewise.
24329         * nscd/servicescache.c: Likewise.
24330         * nss/makedb.c: Likewise.
24331         * nss/nss_db/db-XXX.c: Likewise.
24332         * nss/nss_db/db-initgroups.c: Likewise.
24333         * nss/nss_db/db-netgrp.c: Likewise.
24334         * nss/nss_files/files-network.c: Likewise.
24335         * nss/nss_files/files-parse.c: Likewise.
24336         * posix/bug-regex5.c: Likewise.
24337         * posix/fnmatch_loop.c: Likewise.
24338         * posix/regcomp.c: Likewise.
24339         * posix/regexec.c: Likewise.
24340         * posix/tst-rfc3484-2.c: Likewise.
24341         * posix/tst-rfc3484-3.c: Likewise.
24342         * posix/tst-rfc3484.c: Likewise.
24343         * resolv/nss_dns/dns-canon.c: Likewise.
24344         * resolv/nss_dns/dns-network.c: Likewise.
24345         * resolv/res_init.c: Likewise.
24346         * resolv/res_mkquery.c: Likewise.
24347         * resolv/tst-aton.c: Likewise.
24348         * stdlib/cxa_atexit.c: Likewise.
24349         * stdlib/cxa_finalize.c: Likewise.
24350         * stdlib/gen-fpioconst.c: Likewise.
24351         * stdlib/strtol_l.c: Likewise.
24352         * string/tst-endian.c: Likewise.
24353         * sunrpc/auth_des.c: Likewise.
24354         * sunrpc/clnt_udp.c: Likewise.
24355         * sunrpc/rtime.c: Likewise.
24356         * sunrpc/svcauth_des.c: Likewise.
24357         * sunrpc/xdr.c: Likewise.
24358         * sunrpc/xdr_intXX_t.c: Likewise.
24359         * sunrpc/xdr_rec.c: Likewise.
24360         * sysdeps/generic/ldconfig.h: Likewise.
24361         * sysdeps/generic/ldsodefs.h: Likewise.
24362         * sysdeps/generic/memusage.h: Likewise.
24363         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24364         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24365         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24366         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24367         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24368         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24369         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24370         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24371         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24372         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24373         * sysdeps/posix/getaddrinfo.c: Likewise.
24374         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24375         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24376         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24377         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24378         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24379         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24380         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24381         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24382         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24383         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24384         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24385         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24386         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24387         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24388         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24389         * sysdeps/x86_64/dl-tls.h: Likewise.
24390         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24391         * time/alt_digit.c: Likewise.
24392         * time/era.c: Likewise.
24393         * wcsmbs/tst-c16c32-1.c: Likewise.
24394
24395 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24396
24397         * math/libm-test.inc (struct test_sincos_data): New type.
24398         (RUN_TEST_LOOP_sincos): New macro.
24399         (sincos_test_data): New variable.
24400         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24401
24402 2013-05-16  Richard Henderson  <rth@redhat.com>
24403
24404         * math/atest-exp2.c (LIMB64): New macro.
24405         (CONSTSZ): New macro.
24406         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24407         (hexdig): Move ...
24408         (print_mpn_fp): ... to function scope.
24409         (read_mpn_hex): Remove.
24410         (get_log2): Remove.
24411         (exp2_mpn): Use mp_log2.
24412         (main): Use mp_exp1.
24413
24414 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24415
24416         * math/libm-test.inc: Remove comment about not testing "inexact"
24417         exceptions.
24418         (INEXACT_EXCEPTION): New macro.
24419         (NO_INEXACT_EXCEPTION): Likewise.
24420         (INVALID_EXCEPTION_OK): Update value.
24421         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24422         (OVERFLOW_EXCEPTION_OK): Likewise.
24423         (UNDERFLOW_EXCEPTION_OK): Likewise.
24424         (IGNORE_ZERO_INF_SIGN): Likewise.
24425         (ERRNO_UNCHANGED): Likewise.
24426         (ERRNO_EDOM): Likewise.
24427         (ERRNO_ERANGE): Likewise.
24428         (test_exceptions): Handle testing "inexact" exceptions.
24429         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24430         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24431         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24432         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24433         INEXACT_EXCEPTION.
24434         (rint_towardzero_test_data): Likewise.
24435         (rint_downward_test_data): Likewise.
24436         (rint_upward_test_data): Likewise.
24437
24438         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24439         with OVERFLOW_EXCEPTION.
24440         (exp10_test_data): Likewise.
24441         (exp2_test_data): Likewise.
24442         (expm1_test_data): Likewise.
24443         (lgamma_test_data): Likewise.
24444         (pow_test_data): Likewise.
24445         (tgamma_test_data): Likewise.
24446         (yn_test_data): Remove duplicate test of overflow.
24447
24448         * math/libm-test.inc (struct test_cc_c_data): New type.
24449         (RUN_TEST_LOOP_cc_c): New macro.
24450         (cpow_test_data): New variable.
24451         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24452
24453         * math/libm-test.inc (struct test_f_L_data): New type.
24454         (RUN_TEST_LOOP_f_L): New macro.
24455         (llrint_test_data): New variable.
24456         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24457         (llrint_tonearest_test_data): New variable.
24458         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24459         (llrint_towardzero_test_data): New variable.
24460         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24461         (llrint_downward_test_data): New variable.
24462         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24463         (llrint_upward_test_data): New variable.
24464         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24465         (llround_test_data): New variable.
24466         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24467
24468 2013-05-13  Peter Collingbourne  <pcc@google.com>
24469
24470         * math/atest-exp2.c (get_log2): Remove const attribute.
24471
24472 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24473
24474         * math/libm-test.inc (struct test_f_l_data): New type.
24475         (RUN_TEST_LOOP_f_l): New macro.
24476         (lrint_test_data): New variable.
24477         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24478         (lrint_tonearest_test_data): New variable.
24479         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24480         (lrint_towardzero_test_data): New variable.
24481         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24482         (lrint_downward_test_data): New variable.
24483         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24484         (lrint_upward_test_data): New variable.
24485         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24486         (lround_test_data): New variable.
24487         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24488
24489 2013-05-15  Peter Collingbourne  <pcc@google.com>
24490
24491         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24492         (EXTRACT_WORDS64) Use where appropriate.
24493         (INSERT_WORDS64) Likewise.
24494
24495         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24496         constraints with x constraints.
24497         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24498
24499         * malloc/obstack.c (_obstack_compat): Add initializer.
24500
24501 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24502
24503         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24504         si_trapno and add si_addr_lsb to _sifields.sigfault.
24505         (si_trapno): Remove macro.
24506         (si_addr_lsb): Define new macro.
24507         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24508
24509 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24510
24511         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24512         instead of TEST_f_l.
24513         (llrint_test_tonearest): Likewise.
24514         (llrint_test_towardzero): Likewise.
24515         (llrint_test_downward): Likewise.
24516         (llrint_test_upward): Likewise.
24517         (llround_test): Likewise.
24518
24519         * math/libm-test.inc (struct test_f_i_data): Add comment.
24520         (RUN_TEST_LOOP_f_b): New macro.
24521         (RUN_TEST_LOOP_f_b_tg): Likewise.
24522         (finite_test_data): New variable.
24523         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24524         (isfinite_test_data): New variable.
24525         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24526         (isinf_test_data): New variable.
24527         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24528         (isnan_test_data): New variable.
24529         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24530         (isnormal_test_data): New variable.
24531         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24532         (issignaling_test_data): New variable.
24533         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24534         (signbit_test_data): New variable.
24535         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24536
24537         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24538         with INVALID_EXCEPTION.
24539         (acosh_test_data): Likewise.
24540         (asin_test_data): Likewise.
24541         (atanh_test_data): Likewise.
24542         (fmod_test_data): Likewise.
24543         (log_test_data): Likewise.
24544         (log10_test_data): Likewise.
24545         (log2_test_data): Likewise.
24546         (pow_test_data): Likewise.
24547         (sqrt_test_data): Likewise.
24548         (y0_test_data): Likewise.
24549         (y1_test_data): Likewise.
24550         (yn_test_data): Likewise.
24551
24552         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24553         function contents.
24554
24555         * math/libm-test.inc (struct test_ff_i_data): New type.
24556         (RUN_TEST_LOOP_ff_i_tg): New macro.
24557         (isgreater_test_data): New variable.
24558         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24559         (isgreaterequal_test_data): New variable.
24560         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24561         (isless_test_data): New variable.
24562         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24563         (islessequal_test_data): New variable.
24564         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24565         (islessgreater_test_data): New variable.
24566         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24567         (isunordered_test_data): New variable.
24568         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24569
24570 2013-05-14  David S. Miller  <davem@davemloft.net>
24571
24572         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24573
24574 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
24575
24576         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24577
24578         * math/libm-test.inc (struct test_fF_f1_data): Change type of
24579         extra_test to int.
24580         (struct test_f_i_data): Change type of max_ulp to int.
24581
24582         * math/libm-test.inc (test_ffI_f1_data): New type.
24583         (RUN_TEST_LOOP_ffI_f1): New macro.
24584         (remquo_test_data): New variable.
24585         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24586
24587         * setjmp/tst-setjmp-fp.c: New file.
24588         * setjmp/Makefile (tests): Add tst-setjmp-fp.
24589         (link-libm): New variable.
24590         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24591
24592         * math/libm-test.inc (struct test_f_i_data): New type.
24593         (RUN_TEST_LOOP_f_i): New macro.
24594         (RUN_TEST_LOOP_f_i_tg): Likewise.
24595         (fpclassify_test_data): New variable.
24596         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24597         (ilogb_test_data): New variable.
24598         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24599
24600         * math/libm-test.inc (scalbln_test): Correct function name in END
24601         call.
24602
24603         * math/libm-test.inc (struct test_f_f1_data): Add comment.
24604         (RUN_TEST_LOOP_fI_f1): New macro.
24605         (frexp_test_data): New variable.
24606         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24607
24608         * math/libm-test.inc (struct test_fF_f1_data): New type.
24609         (RUN_TEST_LOOP_fF_f1): New macro.
24610         (modf_test_data): New variable.
24611         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24612
24613         * math/libm-test.inc (struct test_f_f1_data): New type.
24614         (RUN_TEST_LOOP_f_f1): New macro.
24615         (gamma_test_data): New variable.
24616         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24617         (lgamma_test_data): New variable.
24618         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24619
24620 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
24621
24622         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24623         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24624         (main): Comment "tls" pseudo-hwcap.
24625
24626 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
24627
24628         * math/libm-test.inc (struct test_fl_f_data): New type.
24629         (RUN_TEST_LOOP_fl_f): New variable.
24630         (scalbln_test_data): New variable.
24631         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24632
24633         * math/libm-test.inc (struct test_fi_f_data): New type.
24634         (RUN_TEST_LOOP_fi_f): New macro.
24635         (ldexp_test_data): New variable.
24636         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24637         (scalbn_test_data): New variable.
24638         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
24639
24640         * math/libm-test.inc (struct test_c_f_data): New type.
24641         (RUN_TEST_LOOP_c_f): New macro.
24642         (cabs_test_data): New variable.
24643         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
24644         (carg_test_data): New variable.
24645         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
24646         (cimag_test_data): New variable.
24647         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
24648         (creal_test_data): New variable.
24649         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
24650
24651         * math/libm-test.inc (struct test_if_f_data): New type.
24652         (RUN_TEST_LOOP_if_f): New macro.
24653         (jn_test_data): New variable.
24654         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
24655         (yn_test_data): New variable.
24656         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
24657
24658         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
24659
24660 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24661
24662         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
24663         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
24664
24665 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24666
24667         * benchtests/Makefile (CPPFLAGS-nonlib): Add
24668         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
24669         (bench-deps): Add bench-timing.h.
24670         * benchtests-bench-skeleton.c: Include bench-timing.h.
24671         (main): Use TIMING_* macros instead of clock_gettime.
24672         * benchtests/bench-timing.h: New file.
24673
24674         [BZ #14582]
24675         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
24676         Renamed from _LIB_VERSION.
24677         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
24678
24679 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
24680
24681         * math/libm-test.inc (struct test_fff_f_data): New type.
24682         (RUN_TEST_LOOP_fff_f): New macro.
24683         (fma_test_data): New variable.
24684         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
24685         (fma_towardzero_test_data): New variable.
24686         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
24687         (fma_downward_test_data): New variable.
24688         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
24689         (fma_upward_test_data): New variable.
24690         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
24691
24692         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
24693         (struct test_c_c_data): New type.
24694         (RUN_TEST_LOOP_c_c): New macro.
24695         (cacos_test_data): New variable.
24696         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
24697         (cacosh_test_data): New variable.
24698         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
24699         (casin_test_data): New variable.
24700         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
24701         (casinh_test_data): New variable.
24702         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
24703         (catan_test_data): New variable.
24704         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
24705         (catanh_test_data): New variable.
24706         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
24707         (ccos_test_data): New variable.
24708         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
24709         (ccosh_test_data): New variable.
24710         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
24711         (cexp_test_data): New variable.
24712         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
24713         (clog_test_data): New variable.
24714         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
24715         (clog10_test_data): New variable.
24716         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
24717         (conj_test_data): New variable.
24718         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
24719         (cproj_test_data): New variable.
24720         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
24721         (csin_test_data): New variable.
24722         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
24723         (csinh_test_data): New variable.
24724         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
24725         (csqrt_test_data): New variable.
24726         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
24727         (ctan_test_data): New variable.
24728         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
24729         (ctan_tonearest_test_data): New variable.
24730         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24731         (ctan_towardzero_test_data): New variable.
24732         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24733         (ctan_downward_test_data): New variable.
24734         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24735         (ctan_upward_test_data): New variable.
24736         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24737         (ctanh_test_data): New variable.
24738         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
24739         (ctanh_tonearest_test_data): New variable.
24740         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24741         (ctanh_towardzero_test_data): New variable.
24742         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24743         (ctanh_downward_test_data): New variable.
24744         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24745         (ctanh_upward_test_data): New variable.
24746         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24747         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
24748         of BUILD_COMPLEX.
24749
24750         * math/libm-test.inc (struct test_ff_f_data): New type.
24751         (struct test_ff_f_data_nexttoward): Likewise.
24752         (RUN_TEST_LOOP_2_f): New macro.
24753         (RUN_TEST_LOOP_ff_f): Likewise.
24754         (atan2_test_data): New variable.
24755         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
24756         (copysign_test_data): New variable.
24757         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
24758         (fdim_test_data): New variable.
24759         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
24760         (fmax_test_data): New variable.
24761         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
24762         (fmin_test_data): New variable.
24763         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
24764         (fmod_test_data): New variable.
24765         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
24766         (hypot_test_data): New variable.
24767         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
24768         (nextafter_test_data): New variable.
24769         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
24770         (nexttoward_test_data): New variable.
24771         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
24772         (pow_test_data): New variable.
24773         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
24774         (pow_tonearest_test_data): New variable.
24775         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
24776         (pow_towardzero_test_data): New variable.
24777         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
24778         (pow_downward_test_data): New variable.
24779         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
24780         (pow_upward_test_data): New variable.
24781         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
24782         (remainder_test_data): New variable.
24783         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
24784         (scalb_test_data): New variable.
24785         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
24786         * sysdeps/i386/fpu/libm-test-ulps: Update.
24787
24788 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
24789
24790         * math/libm-test.inc (fma_test): Use max_value instead of local
24791         variable fltmax.
24792         (nextafter_test): Likewise.
24793
24794         * math/libm-test.inc (acos_towardzero_test_data): New variable.
24795         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24796         (acos_downward_test_data): New variable.
24797         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24798         (acos_upward_test_data): New variable.
24799         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24800         (acosh_test_data): New variable.
24801         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
24802         (asin_test_data): New variable.
24803         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
24804         (asin_tonearest_test_data): New variable.
24805         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24806         (asin_towardzero_test_data): New variable.
24807         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24808         (asin_downward_test_data): New variable.
24809         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24810         (asin_upward_test_data): New variable.
24811         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24812         (asinh_test_data): New variable.
24813         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
24814         (atan_test_data): New variable.
24815         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
24816         (atanh_test_data): New variable.
24817         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
24818         (cbrt_test_data): New variable.
24819         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
24820         (ceil_test_data): New variable.
24821         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
24822         (cos_test_data): New variable.
24823         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
24824         (cos_tonearest_test_data): New variable.
24825         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24826         (cos_towardzero_test_data): New variable.
24827         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24828         (cos_downward_test_data): New variable.
24829         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24830         (cos_upward_test_data): New variable.
24831         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24832         (cosh_test_data): New variable.
24833         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
24834         (cosh_tonearest_test_data): New variable.
24835         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24836         (cosh_towardzero_test_data): New variable.
24837         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24838         (cosh_downward_test_data): New variable.
24839         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24840         (cosh_upward_test_data): New variable.
24841         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24842         (erf_test_data): New variable.
24843         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
24844         (erfc_test_data): New variable.
24845         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
24846         (exp_test_data): New variable.
24847         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
24848         (exp_tonearest_test_data): New variable.
24849         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24850         (exp_towardzero_test_data): New variable.
24851         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24852         (exp_downward_test_data): New variable.
24853         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24854         (exp_upward_test_data): New variable.
24855         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24856         (exp10_test_data): New variable.
24857         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
24858         (exp2_test_data): New variable.
24859         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
24860         (expm1_test_data): New variable.
24861         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
24862         (fabs_test_data): New variable.
24863         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
24864         (floor_test_data): New variable.
24865         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
24866         (j0_test_data): New variable.
24867         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
24868         (j1_test_data): New variable.
24869         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
24870         (log_test_data): New variable.
24871         (log_test): Run tests with RUN_TEST_LOOP_f_f.
24872         (log10_test_data): New variable.
24873         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
24874         (log1p_test_data): New variable.
24875         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
24876         (log2_test_data): New variable.
24877         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
24878         (logb_test_data): New variable.
24879         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
24880         (logb_downward_test_data): New variable.
24881         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24882         (nearbyint_test_data): New variable.
24883         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
24884         (rint_test_data): New variable.
24885         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
24886         (rint_tonearest_test_data): New variable.
24887         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24888         (rint_towardzero_test_data): New variable.
24889         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24890         (rint_downward_test_data): New variable.
24891         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24892         (rint_upward_test_data): New variable.
24893         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24894         (round_test_data): New variable.
24895         (round_test): Run tests with RUN_TEST_LOOP_f_f.
24896         (sin_test_data): New variable.
24897         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
24898         (sin_tonearest_test_data): New variable.
24899         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24900         (sin_towardzero_test_data): New variable.
24901         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24902         (sin_downward_test_data): New variable.
24903         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24904         (sin_upward_test_data): New variable.
24905         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24906         (sinh_test_data): New variable.
24907         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
24908         (sinh_tonearest_test_data): New variable.
24909         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24910         (sinh_towardzero_test_data): New variable.
24911         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24912         (sinh_downward_test_data): New variable.
24913         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24914         (sinh_upward_test_data): New variable.
24915         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24916         (sqrt_test_data): New variable.
24917         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
24918         (tan_test_data): New variable.
24919         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
24920         (tan_tonearest_test_data): New variable.
24921         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24922         (tan_towardzero_test_data): New variable.
24923         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24924         (tan_downward_test_data): New variable.
24925         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24926         (tan_upward_test_data): New variable.
24927         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24928         (tanh_test_data): New variable.
24929         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
24930         (tgamma_test_data): New variable.
24931         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
24932         (trunc_test_data): New variable.
24933         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
24934         (y0_test_data): New variable.
24935         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
24936         (y1_test_data): New variable.
24937         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
24938         (significand_test_data): New variable.
24939         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
24940
24941 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
24942
24943         [BZ #12387]
24944         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
24945
24946 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
24947
24948         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
24949
24950 2013-05-10  Andreas Jaeger  <aj@suse.de>
24951
24952         [BZ #15448]
24953         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
24954         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
24955
24956 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
24957
24958         * math/gen-libm-test.pl (adjust_arg): New function.
24959         (special_functions): Handle generating output in both functions
24960         and arrays.
24961         (parse_args): Likewise.
24962         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
24963         $in_func argument to parse_args.
24964         * math/libm-test.inc (struct test_f_f_data): New type.
24965         (IF_ROUND_INIT_): New macro.
24966         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
24967         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
24968         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
24969         (IF_ROUND_INIT_FE_UPWARD): Likewise.
24970         (ROUND_RESTORE_): Likewise.
24971         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
24972         (ROUND_RESTORE_FE_TONEAREST): Likewise.
24973         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
24974         (ROUND_RESTORE_FE_UPWARD): Likewise.
24975         (RUN_TEST_LOOP_f_f): New macro.
24976         (acos_test_data): New variable.
24977         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
24978         (acos_tonearest_test_data): New variable.
24979         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24980
24981 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
24982
24983         * benchtests/bench-skeleton.c (startup): Fix coding style.
24984
24985 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
24986
24987         [BZ #6809]
24988         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
24989         negative infinity argument.
24990         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
24991         negative infinity argument.
24992         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
24993         negative infinity argument.
24994         * math/libm-test.inc (tgamma_test): Expect errno to be set for
24995         domain errors.
24996
24997 2013-05-10  Florian Weimer  <fweimer@redhat.com>
24998
24999         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25000         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25001         * iconv/iconv_prog.c (main): Likewise.
25002         * locale/programs/charmap-dir.c (charmap_readdir)
25003         (fopen_uncompressed): Likewise.
25004         * locale/programs/locfile.c (siblings_uncached)
25005         (write_locale_data): Use lstat64 instead of lstat.
25006         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25007         stat.
25008
25009 2013-05-10  Andreas Jaeger  <aj@suse.de>
25010
25011         [BZ #15395]
25012         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25013         localization.
25014         Include <locale.h>.
25015
25016 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25017
25018         * elf/dl-close.c (_dl_close_worker): Add comments.
25019
25020 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25021
25022         [BZ #15359]
25023         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25024         high part of pi/2.
25025         (__ieee754_rem_pio2l): Update comments.
25026
25027         [BZ #15429]
25028         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25029         high part of pi/2.
25030         (__ieee754_rem_pio2l): Update comments.
25031
25032         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25033         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25034
25035         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25036         M_PI_4l.
25037
25038         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25039         (M_PI_34_LOG10El): Likewise.
25040         (M_PI2_LOG10El): Likewise.
25041         (M_PI4_LOG10El): Likewise.
25042         (M_PI_LOG10El): Likewise.
25043
25044 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25045
25046         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25047
25048 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25049
25050         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25051         (MINUS_ZERO_INIT): Likewise.
25052         (PLUS_INFTY_INIT): Likewise.
25053         (MINUS_INFTY_INIT): Likewise.
25054         (QNAN_VALUE_INIT): Likewise.
25055         (MAX_VALUE_INIT): Likewise.
25056         (MIN_VALUE_INIT): Likewise.
25057         (MIN_SUBNORM_VALUE_INIT): Likewise.
25058         (plus_zero): Initialize with PLUS_ZERO_INIT.
25059         (minus_zero): Initialize with MINUS_ZERO_INIT.
25060         (plus_infty): Initialize with PLUS_INFTY_INIT.
25061         (minus_infty): Initialize with MINUS_INFTY_INIT.
25062         (qnan_value): Initialize with QNAN_VALUE_INIT.
25063         (max_value): Initialize with MAX_VALUE_INIT.
25064         (min_value): Initialize with MIN_VALUE_INIT.
25065         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25066
25067         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25068         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25069         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25070         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25071
25072         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25073         (RUN_TEST_2_f): Likewise.
25074         (RUN_TEST_ff_f): Likewise.
25075         (RUN_TEST_fi_f): Likewise.
25076         (RUN_TEST_fl_f): Likewise.
25077         (RUN_TEST_fff_f): Likewise.
25078         (RUN_TEST_c_f): Likewise.
25079         (RUN_TEST_f_f1): Likewise.
25080         (RUN_TEST_fF_f1): Likewise.
25081         (RUN_TEST_fI_f1): Likewise.
25082         (RUN_TEST_ffI_f1): Likewise.
25083         (RUN_TEST_c_c): Likewise.
25084         (RUN_TEST_cc_c): Likewise.
25085         (RUN_TEST_f_i): Likewise.
25086         (RUN_TEST_f_i_tg): Likewise.
25087         (RUN_TEST_ff_i_tg): Likewise.
25088         (RUN_TEST_f_b): Likewise.
25089         (RUN_TEST_f_b_tg): Likewise.
25090         (RUN_TEST_f_l): Likewise.
25091         (RUN_TEST_f_L): Likewise.
25092         (RUN_TEST_sincos): Likewise.
25093         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25094         whether to show exceptions.  Do not include ");\n" in return
25095         value.
25096         (special_functions): Output call to RUN_TEST_sincos instead of
25097         check_float calls.  Update calls to new_test.
25098         (parse_args): Output call to single RUN_TEST_* macro instead of
25099         check_* calls and other assignments.  Update calls to new_test.
25100
25101         [BZ #2546]
25102         [BZ #2560]
25103         [BZ #5159]
25104         [BZ #15426]
25105         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25106         input to result for tgamma overflow.
25107         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25108         (gamma_coeff): New variable.
25109         (NCOEFF): New macro.
25110         (gamma_positive): New function.
25111         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25112         underflow here.  Use gamma_positive instead of exp (lgamma) for
25113         other arguments.
25114         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25115         (gamma_coeff): New variable.
25116         (NCOEFF): New macro.
25117         (gammaf_positive): New function.
25118         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25119         underflow here.  Use gamma_positive instead of exp (lgamma) for
25120         other arguments.
25121         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25122         (gamma_coeff): New variable.
25123         (NCOEFF): New macro.
25124         (gammal_positive): New function.
25125         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25126         underflow here.  Use gamma_positive instead of exp (lgamma) for
25127         other arguments.
25128         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25129         (gamma_coeff): New variable.
25130         (NCOEFF): New macro.
25131         (gammal_positive): New function.
25132         (__ieee754_gammal_r): Handle positive infinity, overflow and
25133         underflow here.  Handle NaN the same as positive infinity.  Remove
25134         check x < 0xffffffff for negative integers.  Use gamma_positive
25135         instead of exp (lgamma) for other arguments.
25136         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25137         (gamma_coeff): New variable.
25138         (NCOEFF): New macro.
25139         (gammal_positive): New function.
25140         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25141         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25142         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25143         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25144         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25145         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25146         * sysdeps/generic/math_private.h (__gamma_productf): New
25147         prototype.
25148         (__gamma_product): Likewise.
25149         (__gamma_productl): Likewise.
25150         * math/Makefile (libm-calls): Add gamma_product.
25151         * math/libm-test.inc (tgamma_test): Add more tests.
25152         * sysdeps/i386/fpu/libm-test-ulps: Update.
25153         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25154
25155 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25156
25157         * benchtests/bench-skeleton.c (main): Preheat CPU.
25158
25159 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25160
25161         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25162
25163 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25164
25165         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25166         and _dl_skip_args_internal.
25167
25168 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25169
25170         * manual/message.texi (Message Translation): Talk about users.
25171         Message to key mapping impacts design.
25172
25173 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25174
25175         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25176
25177         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25178
25179         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25180         * sysdeps/wordsize-64/glob64.c: ... here.
25181
25182         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25183         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25184         New macros.
25185
25186         * debug/getlogin_r_chk.c: Moved to ...
25187         * login/getlogin_r_chk.c: ... here.
25188         * debug/Makefile (routines): Move getlogin_r_chk to ...
25189         * login/Makefile (routines): ... here.
25190         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25191         * login/Versions (libc: GLIBC_2.4): ... here.
25192
25193         * io/poll.c (__poll): Renamed from poll.
25194         Add libc_hidden_def.
25195         (poll): Define as weak alias.
25196
25197         * debug/ptsname_r_chk.c: Moved to ...
25198         * login/ptsname_r_chk.c: ... here.
25199         * debug/Makefile (routines): Move ptsname_r_chk to ...
25200         * login/Makefile (routines): ... here.
25201         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25202         * login/Versions (libc: GLIBC_2.4): ... here.
25203
25204         * posix/getlogin.c: Moved to ...
25205         * login/getlogin.c: ... here.
25206         * posix/getlogin_r.c: Moved to ...
25207         * login/getlogin_r.c: ... here.
25208         * posix/getlogin_r.c: Moved to ...
25209         * login/getlogin_r.c: ... here.
25210         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25211         * login/Makefile (routines): ... here.
25212         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25213         * login/Versions (libc: GLIBC_2.0): ... here.
25214
25215         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25216         (setrlimit): Define as weak alias.
25217
25218         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25219         Call __ names for open, ftruncate, and close.
25220         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25221         (truncate): Define as weak alias.
25222
25223 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25224
25225         * math/gen-libm-test.pl (parse_args): Initialize x before each
25226         test of frexp, modf and remquo.
25227
25228         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25229         test signgam value.
25230
25231 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25232
25233         [BZ #15418]
25234         [BZ #15419]
25235         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25236         internal tests.
25237         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25238
25239 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25240
25241         * elf/dl-writev.h: New file.
25242         * elf/dl-misc.c: Include it.
25243         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25244         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25245
25246 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25247
25248         * math/libm-test.inc (noXFails): Remove variable.
25249         (noXPasses): Likewise.
25250         (BUILD_COMPLEX_INT): Remove macro.
25251         (print_screen): Remove xfail argument.
25252         (print_screen_max_error): Likewise.
25253         (update_stats): Likewise.
25254         (print_max_error): Likewise.  Update calls to other affected
25255         functions.
25256         (print_complex_max_error): Likewise.
25257         (test_single_exception): Update calls to print_screen.
25258         (test_single_errno): Likewise.
25259         (check_float_internal): Remove xfail argument.  Update calls to
25260         other affected functions.
25261         (check_float): Likewise.
25262         (check_complex): Likewise.
25263         (check_int): Likewise.
25264         (check_long): Likewise.
25265         (check_bool): Likewise.
25266         (check_longlong): Likewise.
25267         (main): Don't print noXFails and noXPasses.
25268         * math/gen-libm-test.pl (top level): Don't mention expected
25269         failure handling in comment.
25270         (new_test): Don't handle expected failures.
25271         (parse_args): Don't mention expected failure handling in comment.
25272         (generate_testfile): Don't handle expected failures.
25273         (parse_ulps): Likewise.
25274         (print_ulps_file): Likewise.
25275         (get_failure): Remove function.
25276         (output_test): Don't handle expected failures.
25277         * make/README.libm-test: Don't mention expected failure handling.
25278
25279         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25280         (minus_zero): Likewise.
25281         (plus_infty): Likewise.
25282         (minus_infty): Likewise.
25283         (qnan_value): Likewise.
25284         (max_value): Likewise.
25285         (min_value): Likewise.
25286         (min_subnorm_value): Likewise.
25287         (initialize): Do not initialize those variables dynamically.
25288
25289 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25290
25291         * io/open.c (__open_2): Moved to ...
25292         * io/open_2.c: ... this new file.
25293         * io/open64.c (__open64_2): Moved to ...
25294         * io/open64_2.c: ... this new file.
25295         * io/openat.c (__openat_2): Moved to ...
25296         * io/openat_2.c: ... this new file.
25297         * io/openat64.c (__openat64_2): Moved to ...
25298         * io/openat64_2.c: ... this new file.
25299         * io/Makefile (routines): Add them.
25300         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25301         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25302         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25303         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25304         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25305         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25306         (__openat64): Add hidden_ver.
25307         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25308         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25309
25310         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25311         Separately conditionalize setting of GLRO(dl_sysinfo) so
25312         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25313         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25314
25315 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25316
25317         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25318         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25319         definition.
25320         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25321         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25322         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25323         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25324         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25325
25326 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25327
25328         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25329         test signgam value.
25330
25331         * math/libm-test.inc (hypot_test): Do not use
25332         IGNORE_ZERO_INF_SIGN.
25333
25334 2013-05-03  Andreas Jaeger  <aj@suse.de>
25335
25336         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25337         Linux 3.9.
25338         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25339         (PF_MAX): Adjust for VSOCK change.
25340
25341 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25342
25343         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25344
25345 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25346
25347         [BZ #15264]
25348         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25349         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25350         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25351
25352 2013-05-02  David S. Miller  <davem@davemloft.net>
25353
25354         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25355
25356 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25357
25358         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25359
25360 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25361
25362         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25363
25364 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25365
25366         [BZ #14952]
25367         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25368         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25369         Use __attribute__ ((__gnu_inline__)).
25370         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25371         Don't use __attribute__ ((__gnu_inline__)).
25372
25373 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25374
25375         [BZ #15423]
25376         * math/s_catan.c (__catan): Handle small real or imaginary part of
25377         input specially to avoid spurious underflow.
25378         * math/s_catanf.c (__catanf): Likewise.
25379         * math/s_catanh.c (__catanh): Likewise.
25380         * math/s_catanhf.c (__catanhf): Likewise.
25381         * math/s_catanhl.c (__catanhl): Likewise.
25382         * math/s_catanl.c (__catanl): Likewise.
25383         * math/libm-test.inc (catan_test): Add more tests.
25384         (catanh_test): Likewise.
25385         * sysdeps/i386/fpu/libm-test-ulps: Update.
25386         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25387
25388 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25389
25390         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25391
25392 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25393
25394         [BZ #15416]
25395         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25396         accurately for denominator in atan2.
25397         * math/s_catanf.c (__catanf): Likewise.
25398         * math/s_catanh.c (__catanh): Likewise.
25399         * math/s_catanhf.c (__catanhf): Likewise.
25400         * math/s_catanhl.c (__catanhl): Likewise.
25401         * math/s_catanl.c (__catanl): Likewise.
25402         * math/libm-test.inc (catan_test): Add more tests.
25403         (catanh_test): Likewise.
25404         * sysdeps/i386/fpu/libm-test-ulps: Update.
25405         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25406
25407 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25408
25409         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25410
25411         * benchtests/Makefile (bench): Remove slow benchmarks.
25412         * benchtests/atan-inputs: Add slow benchmark inputs.
25413         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25414         (BENCH_FUNC): Accept variant offset.
25415         (VARIANT): Define.
25416         * benchtests/bench-skeleton.c (main): Run benchmark for each
25417         variant.
25418         * benchtests/cos-inputs: Add slow benchmark inputs.
25419         * benchtests/exp-inputs: Likewise.
25420         * benchtests/pow-inputs: Likewise.
25421         * benchtests/sin-inputs: Likewise.
25422         * benchtests/slowatan-inputs: Remove.
25423         * benchtests/slowatan.c: Remove.
25424         * benchtests/slowcos-inputs: Remove.
25425         * benchtests/slowcos.c: Remove.
25426         * benchtests/slowexp-inputs: Remove.
25427         * benchtests/slowexp.c: Remove.
25428         * benchtests/slowpow-inputs: Remove.
25429         * benchtests/slowpow.c: Remove.
25430         * benchtests/slowsin-inputs: Remove.
25431         * benchtests/slowsin.c: Remove.
25432         * benchtests/slowtan-inputs: Remove.
25433         * benchtests/slowtan.c: Remove.
25434         * benchtests/tan-inputs: Add slow benchmark inputs.
25435         * scripts/bench.pl: Parse comments and directives.
25436
25437         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25438         in CPPFLAGS.
25439         ($(objpfx)bench-%.c): Remove *-ITER.
25440         * benchtests/bench-modf.c: Remove definition of ITER.
25441         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25442         (main): Loop for DURATION seconds instead of fixed number of
25443         iterations.
25444         * scripts/bench.pl: Don't expect iterations in parameters.
25445
25446 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25447
25448         * io/fchdir.c (__fchdir): Renamed from fchdir.
25449         (fchdir): Define as weak alias.
25450
25451 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25452
25453         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25454         (ERRNO_EDOM): Likewise.
25455         (ERRNO_ERANGE): Likewise.
25456         (noErrnoTests): New variable.
25457         (init_max_error): Set errno to 0.
25458         (test_single_errno): New function.
25459         (test_errno): Likewise.
25460         (check_float_internal): Call test_errno.  Set errno to 0.
25461         (check_complex): Refer to errno tests in comment.
25462         (check_int): Call test_errno.  Set errno to 0.
25463         (check_long): Likewise.
25464         (check_bool): Likewise.
25465         (check_longlong): Likewise.
25466         (cos_test): Use ERRNO_* flags for errno tests instead of
25467         check_int.
25468         (expm1_test): Likewise.
25469         (fmod_test): Likewise.
25470         (ilogb_test): Likewise.
25471         (lgamma_test): Likewise.
25472         (pow_test): Likewise.
25473         (remainder_test): Likewise.
25474         (sin_test): Likewise.
25475         (tan_test): Likewise.
25476         (yn_test): Likewise.
25477         (initialize): Set errno to 0.
25478         (main): Print number of errno tests.
25479         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25480
25481 2013-04-29  Andreas Jaeger  <aj@suse.de>
25482
25483         [BZ #15084]
25484         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25485         and RES_USEVC.
25486
25487         [BZ #15085]
25488         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25489         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25490         unimplemented.
25491
25492         [BZ #15380]
25493         * stdlib/random.c (__initstate): Return NULL if
25494         __initstate fails.
25495
25496         [BZ #15086]
25497         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25498         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25499         RES_SNGLKUPREOP.
25500
25501 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25502
25503         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25504
25505 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25506
25507         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25508         of individual tests.
25509         (casin_test): Likewise.
25510         (casinh_test): Likewise.
25511
25512 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
25513
25514         [BZ #15409]
25515         * math/s_catan.c (__catan): Handle arguments with large real or
25516         imaginary part separately without squaring.
25517         * math/s_catanf.c (__catanf): Likewise.
25518         * math/s_catanh.c (__catanh): Likewise.
25519         * math/s_catanhf.c (__catanhf): Likewise.
25520         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25521         and redefine.
25522         (__catanhl): Handle arguments with large real or imaginary part
25523         separately without squaring.
25524         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25525         and redefine.
25526         (__catanl): Handle arguments with large real or imaginary part
25527         separately without squaring.
25528         * math/libm-test.inc (catan_test): Add more tests.
25529         (catanh_test): Likewise.
25530         * sysdeps/i386/fpu/libm-test-ulps: Update.
25531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25532
25533 2013-04-27  Andreas Jaeger  <aj@suse.de>
25534
25535         [BZ #15007]
25536         * stdlib/stdlib.h: Update guards for qecvt.
25537         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25538         <stdlib.h>.
25539
25540 2013-04-27  Allan McRae  <allan@archlinux.org>
25541
25542         * sysdeps/i386/fpu/libm-test-ulps: Update.
25543
25544 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
25545
25546         [BZ #15406]
25547         * math/s_catan.c: Include <float.h>.
25548         (__catan): Ensure underflow exception occurs for underflowed
25549         result.
25550         * math/s_catanf.c: Include <float.h>.
25551         (__catanf): Ensure underflow exception occurs for underflowed
25552         result.
25553         * math/s_catanh.c: Include <float.h>.
25554         (__catanh): Ensure underflow exception occurs for underflowed
25555         result.
25556         * math/s_catanhf.c: Include <float.h>.
25557         (__catanhf): Ensure underflow exception occurs for underflowed
25558         result.
25559         * math/s_catanhl.c: Include <float.h>.
25560         (__catanhl): Ensure underflow exception occurs for underflowed
25561         result.
25562         * math/s_catanl.c: Include <float.h>.
25563         (__catanl): Ensure underflow exception occurs for underflowed
25564         result.
25565         * math/libm-test.inc (catan_test): Add more tests.
25566         (catanh_test): Likewise.
25567
25568         [BZ #15405]
25569         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25570         underflowed result.
25571         * math/s_ccoshf.c (__ccoshf): Likewise.
25572         * math/s_ccoshl.c (__ccoshl): Likewise.
25573         * math/s_csin.c (__csin): Likewise.
25574         * math/s_csinf.c (__csinf): Likewise.
25575         * math/s_csinh.c (__csinh): Likewise.
25576         * math/s_csinhf.c (__csinhf): Likewise.
25577         * math/s_csinhl.c (__csinhl): Likewise.
25578         * math/s_csinl.c (__csinl): Likewise.
25579         * math/libm-test.inc (ccos_test): Add more tests.
25580         (ccosh_test): Likewise.
25581         (csin_test): Likewise.
25582         (csinh_test): Likewise.
25583
25584 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25585
25586         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25587         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25588         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25589         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25590         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25591         powerpc/power5+/fpu folders.
25592         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25593
25594
25595 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
25596
25597         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25598
25599 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
25600
25601         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25602         additions to variable.
25603         [$(config-machine) = x86_64] (modules-names): Likewise.
25604         ($(objpfx)tst-audit3): Remove dependency.
25605         ($(objpfx)tst-audit3.out): Likewise.
25606         ($(objpfx)tst-audit4): Likewise.
25607         ($(objpfx)tst-audit4.out): Likewise.
25608         ($(objpfx)tst-audit5): Likewise.
25609         ($(objpfx)tst-audit5.out): Likewise.
25610         ($(objpfx)tst-audit6): Likewise.
25611         ($(objpfx)tst-audit6.out): Likewise.
25612         ($(objpfx)tst-audit7): Likewise.
25613         ($(objpfx)tst-audit7.out): Likewise.
25614         (tst-audit3-ENV): Remove variable.
25615         (tst-audit4-ENV): Likewise.
25616         (tst-audit5-ENV): Likewise.
25617         (tst-audit6-ENV): Likewise.
25618         (tst-audit7-ENV): Likewise.
25619         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25620         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25621         addition to variable.
25622         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25623         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25624         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25625         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25626         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25627         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25628         tst-audit3, tst-audit4 and tst-audit5.
25629         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25630         tst-audit6 and tst-audit7.
25631         [$(subdir) = elf] (modules-names): Add audit modules for those
25632         tests.
25633         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25634         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25635         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25636         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25637         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25638         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
25639         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
25640         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
25641         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
25642         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
25643         [$(subdir) = elf] (tst-audit3-ENV): New variable.
25644         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
25645         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
25646         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
25647         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
25648         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
25649         Likewise.
25650         [$(subdir) = elf && $(config-cflags-avx) = yes]
25651         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
25652         [$(subdir) = elf && $(config-cflags-avx) = yes]
25653         (CFLAGS-tst-auditmod4a.c): Likewise.
25654         [$(subdir) = elf && $(config-cflags-avx) = yes]
25655         (CFLAGS-tst-auditmod4b.c): Likewise.
25656         [$(subdir) = elf && $(config-cflags-avx) = yes]
25657         (CFLAGS-tst-auditmod6b.c): Likewise.
25658         [$(subdir) = elf && $(config-cflags-avx) = yes]
25659         (CFLAGS-tst-auditmod6c.c): Likewise.
25660         [$(subdir) = elf && $(config-cflags-avx) = yes]
25661         (CFLAGS-tst-auditmod7b.c): Likewise.
25662         * elf/tst-audit3.c: Move to ...
25663         * sysdeps/x86_64/tst-audit3.c: ... here.
25664         * elf/tst-audit4.c: Move to ...
25665         * sysdeps/x86_64/tst-audit4.c: ... here.
25666         * elf/tst-audit5.c: Move to ...
25667         * sysdeps/x86_64/tst-audit5.c: ... here.
25668         * elf/tst-audit6.c: Move to ...
25669         * sysdeps/x86_64/tst-audit6.c: ... here.
25670         * elf/tst-audit7.c: Move to ...
25671         * sysdeps/x86_64/tst-audit7.c: ... here.
25672         * elf/tst-auditmod3a.c: Move to ...
25673         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
25674         * elf/tst-auditmod3b.c: Move to ...
25675         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
25676         * elf/tst-auditmod4a.c: Move to ...
25677         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
25678         * elf/tst-auditmod4b.c: Move to ...
25679         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
25680         * elf/tst-auditmod5a.c: Move to ...
25681         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
25682         * elf/tst-auditmod5b.c: Move to ...
25683         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
25684         * elf/tst-auditmod6a.c: Move to ...
25685         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
25686         * elf/tst-auditmod6b.c: Move to ...
25687         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
25688         * elf/tst-auditmod6c.c: Move to ...
25689         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
25690         * elf/tst-auditmod7a.c: Move to ...
25691         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
25692         * elf/tst-auditmod7b.c: Move to ...
25693         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
25694
25695 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
25696
25697         [BZ #15366]
25698         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
25699         define unconditionally.
25700         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
25701         define unconditionally.
25702         (INT8_C, INT16_C, etc.): Likewise.
25703
25704 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
25705
25706         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
25707         __ehdr_start with hidden visibility.
25708
25709         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
25710
25711 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
25712
25713         * math/libm-test.inc (cos_test): Use accurate hex constants.
25714         (sincost_test): Likewise.
25715
25716 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
25717
25718         * math/libm-test.inc (catan_test): Add more tests.
25719         (catanh_test): Likewise.
25720
25721         * math/s_catanf.c (__catanf): Use suffixed floating-point
25722         constants.
25723         * math/s_catanhf.c (__catanhf): Likewise.
25724         * math/s_catanhl.c (__catanhl): Likewise.
25725         * math/s_catanl.c (__catanl): Likewise.
25726
25727         [BZ #15394]
25728         * math/s_catan.c (__catan): Calculate imaginary part of result
25729         with log1p not log unless computing log of number close to 0.
25730         * math/s_catanf.c (__catanf): Likewise.
25731         * math/s_catanl.c (__catanl): Likewise.
25732         * math/s_catanh.c (__catanh): Calculate real part of result with
25733         log1p not log unless computing log of number close to 0.
25734         * math/s_catanhf.c (__catanhf): Likewise.
25735         * math/s_catanhl.c (__catanhl): Likewise.
25736         * math/libm-test.inc (catan_test): Add more tests.
25737         (catanh_test): Likewise.
25738         * sysdeps/i386/fpu/libm-test-ulps: Update.
25739         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25740
25741 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25742
25743         * benchtests/Makefile: Mention files in which fast and slow
25744         paths of math functions are implemented.
25745
25746 2013-04-23  Roland McGrath  <roland@hack.frob.com>
25747
25748         * sysdeps/posix/timespec_get.c: New file.
25749
25750 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25751
25752         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
25753         POWER.
25754         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
25755         for POWER.
25756         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
25757         powerpc/power5/fpu folders.
25758         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
25759         * benchtests/Makefile: Add modf testcase.
25760         * benchtests/bench-modf.c: New file: Benchmark test for mo
25761
25762 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25763
25764         [BZ #14888]
25765         * time/Makefile (tests): Add tst-strptime-whitespace.
25766         * time/strptime_l.c (get_number): Use ISSPACE.
25767         (__strptime_internal): Likewise.
25768         * time/tst-strptime-whitespace.c: New test case.
25769
25770 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
25771
25772         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
25773         member.
25774         (_nss_files_init): Set it here.
25775
25776 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
25777
25778         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
25779         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
25780         unsigned.
25781
25782 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
25783
25784         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
25785
25786 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
25787
25788         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
25789         size just once.
25790
25791 2013-04-21  David S. Miller  <davem@davemloft.net>
25792
25793         * po/ru.po: Update Russion translation from translation project.
25794
25795 2013-04-17  Adam Conrad  <adconrad@0c3.net>
25796
25797         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
25798         and setfsgid.
25799
25800 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
25801
25802         * configure.in: Remove i386 configure warning. Remove i386 case.
25803         * configure: Regenerate.
25804         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
25805         Add example to error message.
25806         * sysdeps/i386/configure: Regenerate.
25807
25808 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25809
25810         * benchtests/Makefile (bench): Add cos, tan, slowcos and
25811         slowtan.
25812         * benchtests/cos-inputs: New file.
25813         * benchtests/slowcos-inputs: New file.
25814         * benchtests/slowcos.c: New file.
25815         * benchtests/slowtan-inputs: New file.
25816         * benchtests/slowtan.c: New file.
25817         * benchtests/tan-inputs: New file.
25818
25819 2013-04-16  Roland McGrath  <roland@hack.frob.com>
25820
25821         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
25822         considered kosher.
25823
25824 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25825
25826         * benchtests/Makefile: Include cppflags-iterator.mk to add
25827         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
25828
25829         * Makefile.in (bench-clean): New target.
25830         * benchtests/Makefile (bench-clean): Likewise.
25831
25832 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
25833
25834         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
25835
25836 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
25837
25838         * stdio-common/tstdiomisc.c: Fix coding-style violation.
25839
25840 2013-04-15  Andreas Schwab  <schwab@suse.de>
25841
25842         * nscd/grpcache.c (cache_addgr): Properly check for short write.
25843         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25844         * nscd/pwdcache.c (cache_addpw): Likewise.
25845         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
25846         more than recsize.
25847
25848 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25849
25850         * benchtests/Makefile (bench): Write all output to
25851         bench-out.tmp together.
25852
25853 2013-04-15  Andreas Schwab  <schwab@suse.de>
25854
25855         * nscd/nscd.c (main): Don't fork again after closing files.
25856
25857 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25858
25859         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
25860
25861         * benchtests/Rules (bench-deps): Collect dependencies into a
25862         single variable.  Add Makefile to dependencies.
25863         ($(objpfx)bench-%.c): Depend on bench-deps.
25864
25865 2013-04-12  Roland McGrath  <roland@hack.frob.com>
25866             Xavier Roche  <roche+kml2@exalead.com>
25867
25868         [BZ #15361]
25869         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
25870         just that it's a file descriptor.
25871         * manual/llio.texi (Synchronizing AIO Operations): Update description
25872         for EBADF error from aio_fsync.
25873
25874 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25875
25876         * Rules (bench): Move target definition...
25877         * benchtests/Makefile: ... here.
25878
25879 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
25880
25881         * math/libm-test.inc (cos_test): Fix PI/2 test.
25882         (sincos_test): Likewise.
25883         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
25884         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
25885
25886 2013-04-11  Andreas Schwab  <schwab@suse.de>
25887
25888         [BZ #13988]
25889         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
25890         accept exponent character only when digits were seen.
25891         * stdio-common/Makefile (tests): Add bug26.
25892         * stdio-common/bug26.c: New file.
25893
25894         [BZ #14293]
25895         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
25896         non-freeable.
25897
25898 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25899
25900         * Makeconfig (rtld-prefix): Define built linker prefix.
25901         * Rules (run-bench): Use it.
25902         * math/Makefile (run-regen-ulps): Likewise.
25903
25904         * Rules (bench): Remove eval.
25905
25906 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25907             Roland McGrath  <roland@hack.frob.com>
25908             Ondrej Bilka  <neleai@seznam.cz>
25909
25910         [BZ #15346]
25911         * time/getdate.c: Include ctype.h and alloca.h.
25912         (__getdate_r): Trim leading and trailing spaces of input.
25913         * time/tst-getdate.c (tests): Add tests with leading and
25914         trailing spaces.
25915
25916 2013-04-08  Roland McGrath  <roland@hack.frob.com>
25917
25918         [BZ #14280]
25919         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
25920         when computing value.
25921
25922 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25923
25924         * math/README.libm-test (How can I generate "libm-test-ulps"?):
25925         Use testrun.sh to run libm tests.
25926
25927         [BZ #15309]
25928         * elf/dl-open.c (dl_open_worker): memset all of seen array.
25929
25930 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
25931
25932         [BZ #15264]
25933         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
25934
25935 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25936
25937         * Makefile.in (regen-ulps): New target.
25938         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
25939         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
25940         [ifneq (no,$(PERL)] (regen-ulps): New target.
25941         [ifeq (no,$(PERL)] (regen-ulps): New target.
25942         * math/libm-test.inc (ulps_file_name): Define.
25943         (output_dir): New variable.
25944         (options): Add "output-dir" option.
25945         (parse_opt): Handle 'o' case.
25946         (main): If output_dir is non-NULL use it as a prefix
25947         otherwise use "".
25948         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
25949
25950 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25951
25952         [BZ #10060, #10062]
25953         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
25954         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
25955         fail configure if __sync_val_compare_and_swap is not inlined.
25956         * sysdeps/i386/configure: Regenerate.
25957         * configure.in: Build for i686 when configured for i386.
25958         * configure: Regenerate.
25959         * README: Remove i386 reference.
25960
25961 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25962
25963         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
25964         * sysdeps/s390/s390-64/sysdep.h: Likewise.
25965
25966 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
25967
25968         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
25969         (lmsnanval): New variables.
25970         (F): Add conversion tests.
25971         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
25972         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
25973
25974         * stdio-common/tstdiomisc.c (F): Properly collect individual
25975         tests' results.
25976
25977         [BZ #14686, #15336]
25978         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
25979         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
25980         Instead, use input NaN values or generate a qNaN by arithmetic
25981         operation.  Also fix bugs to comply with the standard.
25982         * math/libm-test.inc (remainder_test): Add more tests.
25983
25984         [BZ #15335, #15342]
25985         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
25986         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
25987         input NaN values or generate a qNaN by arithmetic operation.
25988
25989         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
25990         unreachable code.
25991
25992         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
25993         definitions.
25994
25995 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
25996
25997         [BZ #14478]
25998         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
25999         underflowed result.
26000         * math/s_cexpf.c (__cexpf): Likewise.
26001         * math/s_cexpl.c (__cexpl): Likewise.
26002         * math/libm-test.inc (cexp_test): Add more tests.
26003
26004 2013-04-03  Andreas Schwab  <schwab@suse.de>
26005
26006         [BZ #15330]
26007         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26008         order arrays from heap if bigger than alloca cutoff.
26009
26010 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26011
26012         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26013         (SNAN_TESTS_double): Refer to GCC PR56831.
26014         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26015         GCC PR56828.
26016
26017 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26018
26019         * Rules (bench): Move bench.out after the run is complete.
26020
26021         * Rules (bench): Echo currently running benchmark.
26022
26023         * benchtests/Makefile (bench): Add atan and slowatan.
26024         * benchtests/atan-inputs: New file.
26025         * benchtests/slowatan-inputs: New file.
26026         * benchtests/slowatan.c: New file.
26027
26028         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26029         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26030         its value.
26031
26032         [BZ #15305]
26033         * sysdeps/unix/sysv/linux/kernel-features.h
26034         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26035         __ASSUME_XFS_RESTRICTED_CHOWN.
26036         * sysdeps/unix/sysv/linux/pathconf.c
26037         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26038         Save and restore errno.
26039
26040 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26041
26042         [BZ #15327]
26043         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26044         arguments using __kernel_casinh.
26045         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26046         arguments using __kernel_casinhf.
26047         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26048         arguments using __kernel_casinhl.
26049         * math/libm-test.inc (cacosh_test): Add more tests.
26050         * sysdeps/i386/fpu/libm-test-ulps: Update.
26051         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26052
26053 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26054
26055         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26056         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26057
26058         * bench/Makefile (bench): Add sin and slowsin.
26059         * benchtests/sin-inputs: New file.
26060         * benchtests/slowsin-inputs: New file.
26061         * benchtests/slowsin.c: New file.
26062
26063         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26064         (bench): Add slowexp and slowpow.
26065         (exp-ITER): Increase iterations.
26066         (pow-ITER): Likewise.
26067         * benchtests/exp-inputs: Change input.
26068         * benchtests/pow-inputs: Likewise.
26069         * benchtests/slowexp-inputs: New file.
26070         * benchtests/slowexp.c: New file.
26071         * benchtests/slowpow-inputs: New file.
26072         * benchtests/slowpow.c: New file.
26073
26074 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26075
26076         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26077         instructions.
26078         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26079         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26080         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26081         * benchtests/Makefile: Add rint benchtest.
26082         * benchtests/rint-inputs: Input for rint benchtest.
26083
26084 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26085
26086         * Versions.def (libm): Add GLIBC_2.18.
26087         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26088         hidden libm prototypes.
26089         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26090         * math/Makefile (libm-calls): Add s_issignaling.
26091         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26092         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26093         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26094         declaration.
26095         * math/math.h [__USE_GNU] (issignaling): New macro.
26096         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26097         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26098         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26099         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26100         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26101         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26102         * manual/arith.texi (issignaling): New section.
26103         * manual/libm-err-tab.pl (@all_functions): Update comment.
26104         * math/gen-libm-test.pl (parse_args): Apply special handling for
26105         issignaling.
26106         * math/libm-test.inc (print_float, issignaling_test): New
26107         functions.
26108         (check_float_internal): Add issignaling checks.
26109         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26110         default definition.
26111         * sysdeps/powerpc/math-tests.h: New file.
26112         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26113         tests.
26114         * math/test-snan.c (TEST_FUNC): Likewise.
26115
26116 2013-03-30  David S. Miller  <davem@davemloft.net>
26117
26118         * po/de.po: Update from translation team.
26119
26120 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26121
26122         [BZ #10357]
26123         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26124         imaginary part less than 1.0 and real part less than 0.5
26125         specially.
26126         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26127         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26128         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26129         (cacos_test): Add more tests.
26130         (casin_test): Likewise.
26131         (casinh_test): Likewise.
26132         * sysdeps/i386/fpu/libm-test-ulps: Update.
26133         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26134
26135 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26136
26137         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26138         ONE with its value.
26139
26140         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26141         (__pow_mp): Replace ONE and MONE with their values.
26142         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26143         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26144         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26145         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26146         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26147         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26148
26149         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26150
26151         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26152         (__pow_mp): Replace ZERO and MZERO with their values.
26153         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26154         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26155         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26156         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26157         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26158         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26159         (__sqr): Likewise.
26160
26161         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26162
26163         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26164
26165 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26166
26167         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26168         Declare with __attribute__ ((weak)).
26169         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26170         Call __call_tls_dtors only if it's not NULL.
26171
26172 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26173
26174         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26175         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26176         magic __ehdr_start linker symbol if it's defined.
26177         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26178         them up here if it was already done.
26179
26180         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26181         (_dl_aux_init): Use const in cast when setting it.
26182         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26183         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26184         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26185
26186         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26187         Declare them here.
26188         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26189         * csu/libc-tls.c: Nor here.
26190         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26191
26192         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26193         (__libc_message): Never call vsyslog.
26194
26195 2013-03-28  Alan Modra  <amodra@gmail.com>
26196
26197         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26198         Define as empty.
26199         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26200         Likewise.
26201
26202 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26203
26204         [BZ #15214]
26205         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26206         underflow.
26207         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26208
26209 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26210
26211         [BZ #15304]
26212         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26213         Don't add gid passed as argument.
26214
26215         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26216
26217 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26218
26219         [BZ #15307]
26220         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26221         imaginary part between 1.0 and 1.5 and real part less than 0.5
26222         specially.
26223         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26224         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26225         * math/libm-test.inc (cacos_test): Add more tests.
26226         (casin_test): Likewise.
26227         (casinh_test): Likewise.
26228         * sysdeps/i386/fpu/libm-test-ulps: Update.
26229         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26230
26231 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26232
26233         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26234         constants.
26235         (norm): Likewise.
26236         (denorm): Likewise.
26237         (__dbl_mp): Likewise.
26238         (add_magnitudes): Likewise.
26239         (sub_magnitudes): Likewise.
26240         (__add): Likewise.
26241         (__sub): Likewise.
26242         (__mul): Likewise.
26243         (__sqr): Likewise.
26244         (__inv): Likewise.
26245         (__dvd): Likewise.
26246
26247         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26248         commented code.
26249         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26250         (__dubcos): Likewise.
26251         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26252         (__ieee754_acos): Likewise.
26253         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26254         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26255         (__exp1): Likewise.
26256         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26257         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26258         (log1): Likewise.
26259         (my_log2): Likewise.
26260         (checkint): Likewise.
26261         * sysdeps/ieee754/dbl-64/e_remainder.c
26262         (__ieee754_remainder): Likewise.
26263         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26264         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26265         (bsloww): Likewise.
26266         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26267
26268         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26269         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26270         MANTISSA_STORE_T to store computations on mantissa.  Use
26271         macros for rounding and division.
26272         (denorm): Likewise.
26273         (__dbl_mp): Likewise.
26274         (add_magnitudes): Likewise.
26275         (sub_magnitudes): Likewise.
26276         (__mul): Likewise.
26277         (__sqr): Likewise.
26278         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26279         powers of two in terms of TWOPOW macro.
26280         (mp_no): Make type of mantissa as MANTISSA_T.
26281         [!RADIXI]: Define RADIXI.
26282         [!TWO52]: Define TWO52.
26283         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26284
26285 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26286
26287         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26288         llroundl symbol when building for PPC32.
26289
26290 2013-03-24  Mark H Weaver  <mhw@netris.org>
26291
26292         * manual/arith.texi (Normalization Functions): Fix prototypes for
26293         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26294
26295 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26296
26297         [BZ #13889]
26298         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26299         high value to check if expl overflow.
26300         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26301         to check for underflow and overflow.
26302         * math/libm-test.inc: Add exp test.
26303
26304 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26305
26306         [BZ #11120]
26307         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26308         with NOT_IN_libc.
26309
26310 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26311
26312         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26313         symbol.
26314
26315 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26316
26317         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26318         wrap blocks consisting of several statements.
26319
26320         * sysdeps/generic/math-tests.h: New file.
26321         * sysdeps/i386/fpu/math-tests.h: Likewise.
26322         * math/test-snan.c: Include it.
26323         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26324
26325 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26326
26327         [BZ #15285]
26328         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26329         (__ieee754_j0l): Do not improve calculations using cos of twice
26330         input for inputs above LDBL_MAX / 2.0L.
26331         (__ieee754_y0l): Likewise.
26332         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26333         (__ieee754_j1l): Do not improve calculations using cos of twice
26334         input for inputs above LDBL_MAX / 2.0L.
26335         (__ieee754_y1l): Likewise.
26336         * math/libm-test.inc (j0_test): Add another test.
26337         (j1_test): Likewise.
26338         (y0_test): Likewise.
26339         (y1_test): Likewise.
26340         * sysdeps/i386/fpu/libm-test-ulps: Update.
26341
26342 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26343
26344         * Rules ($(objpfx)bench-%.c): Include code from a C source
26345         file.
26346
26347 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26348
26349         [BZ #15287]
26350         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26351         imaginary part 1.0 and real part less than 0.5 specially.
26352         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26353         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26354         * math/libm-test.inc (cacos_test): Add more tests.
26355         (casin_test): Likewise.
26356         (casinh_test): Likewise.
26357         * sysdeps/i386/fpu/libm-test-ulps: Update.
26358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26359
26360 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26361
26362         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26363         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26364
26365 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26366
26367         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26368         * config.make.in (config-cflags-sse4): Remove variable.
26369         (config-cflags-avx): Likewise.
26370         (config-cflags-sse2avx): Likewise.
26371         (config-cflags-novzeroupper): Likewise.
26372         (config-asflags-i686): Likewise.
26373         (have-mfma4): Likewise.
26374         (have-as-vis3): Likewise.
26375         (MIG): Likewise.
26376         * configure.in (MIG): Do not AC_SUBST.
26377         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26378         (libc_cv_cc_sse4): Do not AC_SUBST.
26379         (libc_cv_cc_avx): Likewise.
26380         (libc_cv_cc_sse2avx): Likewise.
26381         (libc_cv_cc_novzeroupper): Likewise.
26382         (libc_cv_cc_fma4): Likewise.
26383         (libc_cv_as_i686): Likewise.
26384         (libc_cv_sparc_as_vis3): Likewise.
26385         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26386         LIBC_CONFIG_VAR.
26387         (config-asflags-i686): Likewise.
26388         (config-cflags-avx): Likewise.
26389         (config-cflags-sse2avx): Likewise.
26390         (have-mfma4): Likewise.
26391         (config-cflags-novzeroupper): Likewise.
26392         * sysdeps/mach/configure.in (MIG): Likewise.
26393         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26394         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26395         LIBC_CONFIG_VAR.
26396         (config-cflags-avx): Likewise.
26397         (config-cflags-sse2avx): Likewise.
26398         (have-mfma4): Likewise.
26399         (config-cflags-novzeroupper): Likewise.
26400         * configure: Regenerated.
26401         * sysdeps/i386/configure: Likewise.
26402         * sysdeps/mach/configure: Likewise.
26403         * sysdeps/sparc/configure: Likewise.
26404         * sysdeps/x86_64/configure: Likewise.
26405
26406 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26407
26408         [BZ #14812]
26409         * locale/programs/localedef.c (options): Put N_ translation marker
26410         on argument names, not just descriptions.
26411
26412 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26413
26414         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26415
26416 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26417
26418         [BZ #14176]
26419         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26420
26421 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26422
26423         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26424         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26425         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26426         [!BEFORE_ABORT] (before_abort): New function.
26427         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26428         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26429         (writev_for_fatal): New function.
26430         (WRITEV_FOR_FATAL): New macro; call that.
26431         (backtrace_and_maps): New function.
26432         (BEFORE_ABORT): New macro; call that.
26433         (struct str_list): Type removed.
26434         (__libc_message, __libc_fatal): Functions removed.
26435         Include <sysdeps/posix/libc_fatal.c> instead.
26436
26437 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26438
26439         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26440         constants.
26441         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26442         double constants.
26443
26444 2013-03-19  Andreas Schwab  <schwab@suse.de>
26445
26446         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26447         * sysdeps/gnu/configure: Regenerate.
26448
26449         * configure.in: Substitute libc_cv_rtlddir.
26450         * configure: Regenerate.
26451         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26452         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26453         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26454         * elf/Makefile (install-others, CFLAGS-interp.c)
26455         (ldso_install, common-ldd-rewrite): Likewise.
26456         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26457         $(inst_slibdir)/$(rtld-installed-name).
26458         * scripts/rellns-sh: Add -p option.
26459         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26460         for source.
26461
26462 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26463
26464         * manual/nptl.texi: Renamed to ...
26465         * manual/threads.texi: ... this.
26466         * manual/Makefile (chapters): Update.
26467
26468 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26469
26470         [BZ #14812]
26471         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26472         on argument names, not just descriptions.
26473         * malloc/memusagestat.c (options): Likewise.
26474         * nss/getent.c (options): Likewise.
26475
26476 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26477
26478         [BZ #14812]
26479         * iconv/iconv_prog.c (options): Put N_ translation marker
26480         on argument names, not just descriptions.
26481         * iconv/iconvconfig.c (options): Likewise.
26482
26483 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
26484
26485         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26486         implementation which is faster on all x86_64 architectures.
26487         Tested on AMD, Intel Nehalem, SNB, IVB.
26488         * sysdeps/x86_64/strnlen.S: Likewise.
26489
26490         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26491         Remove all multiarch strlen and strnlen versions.
26492         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26493         Remove strlen and strnlen related parts.
26494
26495         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26496         Inline strlen part.
26497         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26498
26499         * sysdeps/x86_64/multiarch/strlen.S: Remove.
26500         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26501         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26502         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26503         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26504         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26505
26506 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
26507
26508         * manual/memory.texi (Malloc Tunable Parameters):
26509         Sort parameters alphabetically. Add comments for missing entries.
26510
26511 2013-03-17  David S. Miller  <davem@davemloft.net>
26512
26513         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26514
26515 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
26516
26517         [BZ #15283]
26518         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26519         for arguments at most half maximum finite value.
26520         * math/libm-test.inc (j0_test): Add more tests.
26521         (j1_test): Likewise.
26522         (y0_test): Likewise.
26523         (y1_test): Likewise.
26524         * sysdeps/i386/fpu/libm-test-ulps: Update.
26525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26526
26527         [BZ #14155]
26528         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26529         1 / x and functions P and Q for arguments above 0x1p256L.
26530         (__ieee754_y0l): Likewise.
26531         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26532         (__ieee754_y1l): Likewise.
26533         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26534         (j1_test): Likewise.
26535         (y0_test): Likewise.
26536         (y1_test): Likewise.
26537
26538 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
26539
26540         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26541         variable.
26542
26543 2013-03-15  Roland McGrath  <roland@hack.frob.com>
26544
26545         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26546         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26547         zero since it's initialized to EXEC_PAGESIZE.
26548
26549         * sysdeps/unix/sysv/linux/ldsodefs.h
26550         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26551         * sysdeps/generic/ldsodefs.h: ... here.
26552
26553 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
26554
26555         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26556
26557         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26558         math/test-snan.c.
26559         * math/test-snan.c: Renamed from
26560         sysdeps/powerpc/fpu/test-powerpc-snan.c.
26561         * math/Makefile (tests): Add test-snan.
26562         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26563         test-powerpc-snan.
26564
26565         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26566         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
26567         functions.
26568         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
26569         __builtin_nan family of functions.
26570         * math/libm-test.inc (initialize): Initialize qnan_value with
26571         __builtin_nan family of functions.
26572         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26573         Remove variables.
26574         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26575         Remove functions.
26576         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
26577         storage class.  Initialize qNaN_var and sNaN_var with
26578         __builtin_nan and __builtin_nans families of functions,
26579         respectively.
26580
26581         * math/libm-test.inc (acosh_test): Also test with qNaN input.
26582         (sqrt_test): Remove duplicate test with qNaN input.
26583         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26584         (round_test, signbit_test, significand_test): Note missing +/-Inf
26585         as well as qNaN tests.
26586
26587         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26588         qNaN_var.  Fix a few strings, too.
26589         * math/libm-test.inc (nan_value): Rename to qnan_value.
26590         * math/gen-libm-test.pl (%beautify): Adjust to that.
26591         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26592         * math/test-misc.c (main): Likewise.
26593         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26594         to __qnan_bytes, and __qnan_union, respectively.
26595         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26596         Likewise.
26597         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26598         and lqnanval, respectively.
26599         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26600         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26601         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26602         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26603
26604         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26605         * math/test-misc.c (main) [__x86_64__]: Enable test for long
26606         doubles.
26607
26608         * math/test-misc.c (main): Fix copy'n'pastos.
26609         * misc/tst-efgcvt.c (special): Likewise.
26610
26611         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26612         Remove declarations.
26613
26614 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26615
26616         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26617         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26618         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26619         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26620
26621 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26622
26623         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26624         macro to return vdso values correctly in IFUNC implementations.
26625         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26626         Optimization by using IFUNC.
26627
26628 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26629             Richard Henderson  <rth@redhat.com>
26630             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26631
26632         * Makefile.in (bench): New target.
26633         * NEWS: Mention the benchmark framework.
26634         * Rules (bench): Likewise.
26635         (binaries-bench): Generate binaries for functions to
26636         benchmark.
26637         * benchtests/Makefile: New makefile for benchmark tests.
26638         * benchtests/bench-skeleton.c: New skeleton file for benchmark
26639         programs.
26640         * benchtests/exp-inputs: New input file for EXP function.
26641         * benchtests/pow-inputs: New input file for POW function.
26642         * scripts/bench.pl: New script to generate source files for
26643         benchmark programs.
26644
26645 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26646
26647         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26648         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
26649         computations on mantissa.  Use macros for rounding and
26650         division.
26651         (denorm): Likewise.
26652         (__dbl_mp): Likewise.
26653         (add_magnitudes): Likewise.
26654         (sub_magnitudes): Likewise.
26655         (__mul): Likewise.
26656         (__sqr): Likewise.
26657         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26658         powers of two in terms of TWOPOW macro.
26659         (mp_no): Make type of mantissa as MANTISSA_T.
26660         [!RADIXI]: Define RADIXI.
26661         [!TWO52]: Define TWO52.
26662         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26663
26664         * manual/nptl.texi (cindex): Modify threads to pthreads.
26665
26666 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
26667
26668         * sysdeps/x86_64/preconfigure: Regenerated.
26669
26670 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
26671
26672         [BZ #14155]
26673         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
26674         0x1p28 and above.
26675         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
26676         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
26677         0x1p28 and above.
26678         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
26679         * math/libm-test.inc (j0_test): Do not allow one spurious
26680         underflow exception.
26681         (y1_test): Likewise.
26682
26683 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26684
26685         * manual/Makefile (chapters): Add nptl.
26686         * manual/debug.texi (Debugging Support): Add link to Threads
26687         chapter.
26688         * manual/nptl.texi: New file.
26689
26690         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
26691
26692 2013-03-14  Petr Baudis  <pasky@ucw.cz>
26693
26694         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
26695         for non-NULL pointer before the memory validity test. Pointed
26696         out by Holger Brunck <holger.brunck@keymile.com>.
26697
26698 2013-03-13  Andreas Schwab  <schwab@suse.de>
26699
26700         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
26701         instead of .os.
26702
26703 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
26704
26705         * timezone/zic.c: Update from tzcode 2013b.
26706
26707 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
26708
26709         * manual/install.texi (Configuring and compiling):
26710         Mention i686 and i586.
26711         * INSTALL: Regenerate.
26712
26713 2013-03-12  Roland McGrath  <roland@hack.frob.com>
26714
26715         * sysdeps/init_array/elf-init.c: New file.
26716         * csu/elf-init.c
26717         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
26718         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
26719
26720         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
26721         __gmon_start__ as global, but as static with a .preinit_array pointer.
26722         * sysdeps/init_array/gmon-start.c: New file.  Use that.
26723         * sysdeps/init_array/crti.S: New file, empty except for comments.
26724         * sysdeps/init_array/crtn.S: Likewise.
26725
26726 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
26727
26728         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
26729         definining bcopy.
26730         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26731         Remove Prefer_SSE_for_memop.
26732         * sysdeps/x86_64/multiarch/init-arch.h: Remove
26733         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
26734         HAS_PREFER_SSE_FOR_MEMOP.
26735         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
26736         memset-x86-64.
26737         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26738         Remove bzero, memset ifunc support.
26739         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
26740         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
26741         * sysdeps/x86_64/multiarch/memset.S: Likewise.
26742         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
26743
26744 2013-03-11  Andreas Schwab  <schwab@suse.de>
26745
26746         [BZ #15234]
26747         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
26748         by SHLIB_COMPAT.
26749         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
26750         (GLIBC_2.16): Remove pthread_atfork.
26751
26752 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
26753
26754         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
26755         (ptestcases.h): Likewise.
26756
26757 2013-03-08  Roland McGrath  <roland@hack.frob.com>
26758
26759         * Makeconfig ($(common-objpfx)config.status): Depend on
26760         sysdeps/*/preconfigure{,.in} too.
26761
26762 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
26763
26764         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
26765         (__free_hook): Use void * instead of __malloc_ptr_t.
26766         (__malloc_hook): Likewise.
26767         (__realloc_hook): Likewise.
26768         (__memalign_hook): Likewise.
26769         (__after_morecore_hook): Likewise.
26770         * malloc/arena.c (save_malloc_hook): Likewise.
26771         (save_free_hook): Likewise.
26772         * malloc/hooks.c (malloc_hook_ini): Likewise.
26773         (realloc_hook_ini): Likewise.
26774         (memalign_hook_ini): Likewise.
26775         * malloc/malloc.c (malloc_hook_ini): Likewise.
26776         (realloc_hook_ini): Likewise.
26777         (memalign_hook_ini): Likewise.
26778         (__free_hook): Likewise.
26779         (__malloc_hook): Likewise.
26780         (__realloc_hook): Likewise.
26781         (__memalign_hook): Likewise.
26782         (__libc_malloc): Likewise.
26783         (__libc_free): Likewise.
26784         (__libc_realloc): Likewise.
26785         (__libc_memalign): Likewise.
26786         (__libc_valloc): Likewise.
26787         (__libc_pvalloc): Likewise.
26788         (__libc_calloc): Likewise.
26789         (__posix_memalign): Likewise.
26790         * malloc/morecore.c (__sbrk): Likewise.
26791         (__default_morecore): Likewise.
26792
26793         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
26794
26795         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
26796         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
26797         __malloc_ptrdiff_t.
26798
26799         * malloc/malloc.h (__malloc_size_t): Remove macro.
26800         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
26801         __malloc_size_t.
26802         (old_memalign_hook): Likewise.
26803         (old_realloc_hook): Likewise.
26804         (struct hdr): Likewise.
26805         (flood): Likewise.
26806         (mallochook): Likewise.
26807         (memalignhook): Likewise.
26808         (reallochook): Likewise.
26809         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
26810         (tr_old_realloc_hook): Likewise.
26811         (tr_old_memalign_hook): Likewise.
26812         (tr_mallochook): Likewise.
26813         (tr_reallochook): Likewise.
26814         (tr_memalignhook): Likewise.
26815
26816 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26817
26818         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
26819         default_ldbl_pack and using as default implementation.
26820         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
26821         implementation.
26822         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
26823         redundant definition.
26824         (ldbl_insert_mantissa): Likewise.
26825         (ldbl_canonicalize): Likewise.
26826         (ldbl_nearbyint): Likewise.
26827         (ldbl_pack): Rename to ldbl_pack_ppc.
26828         (ldbl_unpack): Rename to ldbl_unpack_ppc.
26829         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
26830         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
26831
26832 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26833
26834         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
26835         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
26836         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
26837         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
26838         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
26839         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
26840         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
26841         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
26842
26843 2013-03-07  Andreas Jaeger  <aj@suse.de>
26844
26845         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26846         bits/mman-linux.h.
26847
26848 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
26849
26850         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
26851         Include mpa.h and declare __MPEXP.
26852         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
26853         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26854         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26855         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
26856         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26857         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26858         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
26859
26860         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
26861         (__slowpow): Use long double EXPL and LOGL functions to
26862         compute POW.
26863         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26864         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26865         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
26866         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26867         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26868         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
26869
26870         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
26871         intermediate variable to calculate exponent.
26872         (__sqr): Likewise.
26873         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
26874         Likewise.
26875         (__sqr): Likewise.
26876
26877         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
26878         [!NO__SQR]: Define __sqr.
26879         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
26880         and NO__SQR.  Remove all code except __mul and __sqr.  Include
26881         sysdeps/ieee754/dbl-64/mpa.c.
26882         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26883
26884         [BZ #12723]
26885         * posix/Makefile (tests): Add tst-pathconf.
26886         * posix/tst-pathconf.c: New test case.
26887         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
26888         _PC_PIPE_BUF.
26889         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
26890
26891 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
26892
26893         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
26894
26895 2013-03-06  Andreas Jaeger  <aj@suse.de>
26896
26897         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
26898         definition via __MAP_ANONYMOUS.
26899
26900         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
26901         it's not part of Linux headers.
26902
26903         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
26904         (MAP_HUGE_MASK): Define.
26905
26906         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26907         Define.
26908         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26909         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26910         Define.
26911         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26912         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26913         Define.
26914         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26915         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
26916         Define.
26917         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26918
26919         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
26920         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
26921         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
26922         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
26923         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
26924         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
26925
26926         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
26927         Handle f2fs.
26928
26929         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
26930         Handle f2fs and efivarfs.
26931
26932         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
26933         f2fs.
26934
26935         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
26936         (EFIVARFS_MAGIC): Add.
26937         (F2FS_LINK_MAX): Add.
26938
26939 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
26940
26941         * stdio-common/vfprintf.c: Replace __builtin_expect with
26942         __glibc_unlikely.
26943
26944 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
26945
26946         [BZ #13550]
26947         * sysdeps/generic/bp-sym.h: Remove file.
26948         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
26949         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
26950         <bp-sym.h> and <bp-asm.h>.
26951         (__longjmp): Don't use BP_SYM.
26952         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
26953         and <bp-asm.h>.
26954         (memcpy): Don't use BP_SYM.
26955         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
26956         <bp-sym.h> and <bp-asm.h>.
26957         (memcpy): Don't use BP_SYM.
26958         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
26959         <bp-asm.h>.
26960         (memcpy): Don't use BP_SYM.
26961         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
26962         <bp-asm.h>.
26963         (memset): Don't use BP_SYM.
26964         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26965         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26966         (__bzero): Don't use BP_SYM.
26967         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26968         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26969         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
26970         <bp-sym.h> and <bp-asm.h>.
26971         (memcmp): Don't use BP_SYM.  Remove comment about bounded
26972         pointers.
26973         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
26974         <bp-sym.h> and <bp-asm.h>.
26975         (memcpy): Don't use BP_SYM.
26976         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
26977         <bp-sym.h> and <bp-asm.h>.
26978         (memset): Don't use BP_SYM.
26979         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26980         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26981         (__bzero): Don't use BP_SYM.
26982         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26983         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26984         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
26985         <bp-sym.h> and <bp-asm.h>.
26986         (strncmp): Don't use BP_SYM.  Remove comment about bounded
26987         pointers.
26988         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
26989         <bp-sym.h> and <bp-asm.h>.
26990         (memcpy): Don't use BP_SYM.
26991         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
26992         <bp-sym.h> and <bp-asm.h>.
26993         (memset): Don't use BP_SYM.
26994         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26995         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26996         (__bzero): Don't use BP_SYM.
26997         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26998         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26999         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27000         <bp-sym.h> and <bp-asm.h>.
27001         (__memchr): Don't use BP_SYM.
27002         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27003         <bp-sym.h> and <bp-asm.h>.
27004         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27005         pointers.
27006         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27007         <bp-sym.h> and <bp-asm.h>.
27008         (memcpy): Don't use BP_SYM.
27009         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27010         <bp-sym.h> and <bp-asm.h>.
27011         (__mempcpy): Don't use BP_SYM.
27012         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27013         <bp-sym.h> and <bp-asm.h>.
27014         (__memrchr): Don't use BP_SYM.
27015         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27016         <bp-sym.h> and <bp-asm.h>.
27017         (memset): Don't use BP_SYM.
27018         (__bzero): Likewise.
27019         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27020         <bp-sym.h> and <bp-asm.h>.
27021         (__rawmemchr): Don't use BP_SYM.
27022         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27023         <bp-sym.h> and <bp-asm.h>.
27024         (__STRCMP): Don't use BP_SYM.
27025         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27026         <bp-sym.h> and <bp-asm.h>.
27027         (strchr): Don't use BP_SYM.
27028         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27029         <bp-sym.h> and <bp-asm.h>.
27030         (__strchrnul): Don't use BP_SYM.
27031         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27032         <bp-sym.h> and <bp-asm.h>.
27033         (strlen): Don't use BP_SYM.
27034         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27035         <bp-sym.h> and <bp-asm.h>.
27036         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27037         pointers.
27038         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27039         <bp-sym.h> and <bp-asm.h>.
27040         (__strnlen): Don't use BP_SYM.
27041         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27042         <bp-sym.h> and <bp-asm.h>.
27043         (__GI__setjmp): Don't use BP_SYM.
27044         (_setjmp): Likewise.
27045         (__sigsetjmp): Likewise.
27046         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27047         (L(start_addresses)): Don't use BP_SYM.
27048         (_start): Likewise.
27049         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27050         <bp-asm.h>.
27051         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27052         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27053         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27054         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27055         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27056         <bp-asm.h>.
27057         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27058         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27059         about bounded pointers.
27060         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27061         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27062         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27063         <bp-asm.h>.
27064         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27065         about bounded pointers.  Remove GKM FIXME comments.
27066         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27067         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27068         <bp-asm.h>.
27069         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27070         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27071         Remove GKM FIXME comments.
27072         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27073         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27074         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27075         <bp-asm.h>.
27076         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27077         about bounded pointers.  Remove GKM FIXME comment.
27078         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27079         and <bp-asm.h>.
27080         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27081         pointers.
27082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27083         <bp-sym.h> and <bp-asm.h>.
27084         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27086         <bp-sym.h> and <bp-asm.h>.
27087         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27088         comment.
27089
27090 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27091
27092         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27093         call free(NULL).
27094
27095 2013-03-05  David S. Miller  <davem@davemloft.net>
27096
27097         * po/es.po: Update from translation team.
27098
27099 2013-03-05  Andreas Jaeger  <aj@suse.de>
27100
27101         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27102         <bits/mman-linux.h>.
27103         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27104         is fine.
27105         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27106         <bits/mman-linux.h> to end of file.
27107         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27108         is fine.
27109         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27110         <bits/mman-linux.h> to end of file.
27111         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27112         is fine.
27113         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27114         <bits/mman-linux.h> to end of file.
27115
27116         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27117         (MCL_CURRENT, MCL_FUTURE): Define here.
27118
27119 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27120
27121         [BZ #15232]
27122         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27123         attribute_hidden.
27124         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27125
27126 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27127
27128         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27129         fourth parameter needed for rt_sigprocmask syscall.
27130         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27131         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27132         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27133         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27134         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27135         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27136
27137 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27138
27139         [BZ #13550]
27140         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27141         comment about bounded pointers.
27142         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27143         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27144
27145 2013-03-04  Andreas Jaeger  <aj@suse.de>
27146
27147         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27148         common definitions.
27149
27150         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27151         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27152         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27153         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27154         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27155         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27156
27157 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27158
27159         [BZ #15055]
27160         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27161         __ieee754_sqrl instead of __sqrl.
27162
27163 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27164
27165         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27166         * sysdeps/powerpc/fpu_control.h: ... here.
27167         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27168         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27169         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27170         * sysdeps/powerpc/bits/mathinline.h: ... here.
27171
27172 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27173
27174         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27175         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27176         to just [NEED_DL_SYSINFO_DSO].
27177         * elf/dl-support.c: Likewise.
27178         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27179         * elf/rtld.c (dl_main): Likewise.
27180         * elf/setup-vdso.h (setup_vdso): Likewise.
27181         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27182         * sysdeps/unix/sysv/linux/dl-sysdep.c
27183         (_dl_discover_osversion): Likewise.
27184
27185 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27186
27187         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27188         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27189
27190 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27191
27192         * NEWS: Mention libm performance improvements and non-x86 PI
27193         futex support.
27194
27195         * csu/libc-start.c (__pthread_initialize_minimal): Change
27196         function arguments.
27197         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27198
27199 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27200
27201         [BZ #13550]
27202         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27203         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27204         <bp-sym.h> and <bp-asm.h>.
27205         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27206         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27207         and <bp-asm.h>.
27208         (memcpy): Don't use BP_SYM.
27209         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27210         <bp-asm.h>.
27211         (__mpn_add_n): Don't use BP_SYM.
27212         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27213         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27214         and <bp-asm.h>.
27215         (__mpn_addmul_1): Don't use BP_SYM.
27216         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27217         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27218         <bp-sym.h>.
27219         (_setjmp): Don't use BP_SYM.
27220         (__novmx_setjmp): Likewise.
27221         (__GI__setjmp): Likewise.
27222         (__vmx_setjmp): Likewise.
27223         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27224         <bp-sym.h>.
27225         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27226         (__bzero): Don't use BP_SYM.
27227         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27228         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27229         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27230         <bp-sym.h> and <bp-asm.h>.
27231         (memcpy): Don't use BP_SYM.
27232         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27233         <bp-sym.h> and <bp-asm.h>.
27234         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27235         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27236         <bp-sym.h> and <bp-asm.h>.
27237         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27238         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27239         <bp-asm.h>.
27240         (__mpn_lshift): Don't use BP_SYM.
27241         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27242         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27243         <bp-asm.h>.
27244         (memset): Don't use BP_SYM.
27245         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27246         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27247         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27248         <bp-asm.h>.
27249         (__mpn_mul_1): Don't use BP_SYM.
27250         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27251         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27252         <bp-sym.h> and <bp-asm.h>.
27253         (memcmp): Don't use BP_SYM.
27254         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27255         <bp-sym.h> and <bp-asm.h>.
27256         (memcpy): Don't use BP_SYM.
27257         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27258         <bp-sym.h> and <bp-asm.h>.
27259         (memset): Don't use BP_SYM.
27260         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27261         <bp-sym.h> and <bp-asm.h>.
27262         (strncmp): Don't use BP_SYM.
27263         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27264         <bp-sym.h> and <bp-asm.h>.
27265         (memcpy): Don't use BP_SYM.
27266         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27267         <bp-sym.h> and <bp-asm.h>.
27268         (memset): Don't use BP_SYM.
27269         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27270         <bp-sym.h> and <bp-asm.h>.
27271         (__memchr): Don't use BP_SYM.
27272         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27273         <bp-sym.h> and <bp-asm.h>.
27274         (memcmp): Don't use BP_SYM.
27275         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27276         <bp-sym.h> and <bp-asm.h>.
27277         (memcpy): Don't use BP_SYM.
27278         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27279         <bp-sym.h> and <bp-asm.h>.
27280         (__mempcpy): Don't use BP_SYM.
27281         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27282         <bp-sym.h> and <bp-asm.h>.
27283         (__memrchr): Don't use BP_SYM.
27284         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27285         <bp-sym.h> and <bp-asm.h>.
27286         (memset): Don't use BP_SYM.
27287         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27288         <bp-sym.h> and <bp-asm.h>.
27289         (__rawmemchr): Don't use BP_SYM.
27290         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27291         <bp-sym.h> and <bp-asm.h>.
27292         (__STRCMP): Don't use BP_SYM.
27293         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27294         <bp-sym.h> and <bp-asm.h>.
27295         (strchr): Don't use BP_SYM.
27296         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27297         <bp-sym.h> and <bp-asm.h>.
27298         (__strchrnul): Don't use BP_SYM.
27299         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27300         <bp-sym.h> and <bp-asm.h>.
27301         (strlen): Don't use BP_SYM.
27302         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27303         <bp-sym.h> and <bp-asm.h>.
27304         (strncmp): Don't use BP_SYM.
27305         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27306         <bp-sym.h> and <bp-asm.h>.
27307         (__strnlen): Don't use BP_SYM.
27308         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27309         <bp-asm.h>.
27310         (__mpn_rshift): Don't use BP_SYM.
27311         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27312         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27313         <bp-sym.h> and <bp-asm.h>.
27314         (__sigsetjmp): Don't use BP_SYM.
27315         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27316         (L(start_addresses)): Don't use BP_SYM.
27317         (_start): Likewise.
27318         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27319         <bp-asm.h>.
27320         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27321         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27322         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27323         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27324         <bp-asm.h>.
27325         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27326         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27327         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27328         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27329         <bp-asm.h>.
27330         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27331         comments.
27332         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27333         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27334         <bp-asm.h>.
27335         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27336         FIXME comments.
27337         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27338         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27339         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27340         <bp-asm.h>.
27341         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27342         comment.
27343         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27344         and <bp-asm.h>.
27345         (strncmp): Don't use BP_SYM,
27346         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27347         <bp-asm.h>.
27348         (__mpn_sub_n): Don't use BP_SYM.
27349         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27350         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27351         and <bp-asm.h>.
27352         (__mpn_submul_1): Don't use BP_SYM.
27353         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27355         <bp-sym.h> and <bp-asm.h>.
27356         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27358         <bp-sym.h> and <bp-asm.h>.
27359         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27360         comment.
27361
27362 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27363
27364         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27365         Use ZK to minimize writes to Z.
27366         (sub_magnitudes): Simplify code a bit.
27367         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27368         Use ZK to minimize writes to Z.
27369         (sub_magnitudes): Simplify code a bit.
27370
27371 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27372
27373         * csu/gmon-start.c: Add special exception to license text.
27374
27375 2013-02-27  Richard Henderson  <rth@redhat.com>
27376
27377         * scripts/config.guess: Update from config.git.
27378         * scripts/config.sub: Likewise.
27379
27380 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27381
27382         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27383
27384         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27385
27386         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27387
27388         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27389
27390         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27391
27392 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27393
27394         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27395         [$(build-shared = yes].
27396
27397 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27398
27399         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27400         (__mul): Reduce iterations for calculating mantissa.
27401
27402         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27403         MPTWO.
27404         (__mpranred): Likewise.
27405
27406         [BZ #15160]
27407         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27408         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27409
27410 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27411
27412         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27413         Define __attribute__.
27414
27415 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27416
27417         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27418         unused.
27419         * posix/regex_internal.h (__attribute): Remove.
27420         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27421         (re_string_context_at): Likewise.
27422         (bitset_not): Use __attribute__ and mark function as possibly
27423         unused.
27424         (bitset_merge): Likewise.
27425         (bitset_mask): Likewise.
27426         (re_string_char_size_at): Likewise.
27427         (re_string_wchar_at): Likewise.
27428         (re_string_elem_size_at): Likewise.
27429
27430 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27431
27432         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27433         code.
27434         (cc32): Likewise.
27435
27436         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27437         (__acr): Likewise.
27438         (__cpy): Likewise.
27439         (norm): Likewise.
27440         (denorm): Likewise.
27441         (__dbl_mp): Likewise.
27442         (add_magnitudes): Likewise.
27443         (sub_magnitudes): Likewise.
27444         (__mul): Likewise.
27445         (__inv): Likewise.
27446
27447         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27448         style.
27449
27450         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27451         style.
27452
27453         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27454         code.
27455
27456         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27457         up changes with default code.
27458         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27459         Likewise.
27460
27461 2013-02-24  Allan McRae  <allan@archlinux.org>
27462
27463         * manual/socket.texi (The Internet Namespace): Order menu items
27464         to match that in the file.
27465
27466         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27467         node listing of the info page menu.
27468
27469 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27470
27471         [BZ #13550]
27472         * sysdeps/i386/bp-asm.h: Remove file.
27473         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27474         (PARMS): Do not use macros from bp-asm.h.
27475         (S1): Likewise.
27476         (S2): Likewise.
27477         (SIZE): Likewise.
27478         (__mpn_add_n): Do not use BP_SYM
27479         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27480         "bp-asm.h".
27481         (PARMS): Do not use macros from bp-asm.h.
27482         (S1): Likewise.
27483         (SIZE): Likewise.
27484         (__mpn_addmul_1): Do not use BP_SYM
27485         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27486         "bp-asm.h".
27487         (PARMS): Do not use macros from bp-asm.h.
27488         (SIGMSK): Likewise.
27489         (_setjmp): Likewise.  Do not use BP_SYM.
27490         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27491         "bp-asm.h".
27492         (PARMS): Do not use macros from bp-asm.h.
27493         (SIGMSK): Likewise.
27494         (setjmp): Likewise.  Do not use BP_SYM.
27495         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27496         "bp-asm.h".
27497         (PARMS): Do not use macros from bp-asm.h.
27498         (__frexp): Do not use BP_SYM.
27499         (frexp): Likewise.
27500         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27501         "bp-asm.h".
27502         (PARMS): Do not use macros from bp-asm.h.
27503         (__frexpf): Do not use BP_SYM.
27504         (frexpf): Likewise.
27505         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27506         "bp-asm.h".
27507         (PARMS): Do not use macros from bp-asm.h.
27508         (__frexpl): Do not use BP_SYM.
27509         (frexpl): Likewise.
27510         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27511         "bp-asm.h".
27512         (PARMS): Do not use macros from bp-asm.h.
27513         (__remquo): Do not use BP_SYM.
27514         (remquo): Likewise.
27515         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27516         "bp-asm.h".
27517         (PARMS): Do not use macros from bp-asm.h.
27518         (__remquof): Do not use BP_SYM.
27519         (remquof): Likewise.
27520         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27521         "bp-asm.h".
27522         (PARMS): Do not use macros from bp-asm.h.
27523         (__remquol): Do not use BP_SYM.
27524         (remquol): Likewise.
27525         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27526         "bp-asm.h".
27527         (PARMS): Do not use macros from bp-asm.h.
27528         (DEST): Likewise.
27529         (SRC): Likewise.
27530         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
27531         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27532         "bp-asm.h".
27533         (PARMS): Do not use macros from bp-asm.h.
27534         (strlen): Do not use BP_SYM.
27535         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27536         "bp-asm.h".
27537         (PARMS): Do not use macros from bp-asm.h.
27538         (S1): Likewise.
27539         (S2): Likewise.
27540         (SIZE): Likewise.
27541         (__mpn_add_n): Do not use BP_SYM.
27542         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27543         "bp-asm.h".
27544         (PARMS): Do not use macros from bp-asm.h.
27545         (S1): Likewise.
27546         (SIZE): Likewise.
27547         (__mpn_addmul_1): Do not use BP_SYM.
27548         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27549         weak_alias.
27550         (bzero): Likewise.
27551         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27552         "bp-asm.h".
27553         (PARMS): Do not use macros from bp-asm.h.
27554         (S): Likewise.
27555         (SIZE): Likewise.
27556         (__mpn_lshift): Do not use BP_SYM.
27557         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27558         "bp-asm.h".
27559         (PARMS): Do not use macros from bp-asm.h.
27560         (DEST): Likewise.
27561         (SRC): Likewise.
27562         (LEN): Likewise.
27563         (memcpy): Likewise.  Do not use BP_SYM.
27564         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27565         libc_hidden_def and weak_alias.
27566         (mempcpy): Do not use BP_SYM in weak_alias.
27567         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27568         "bp-asm.h".
27569         (PARMS): Do not use macros from bp-asm.h.
27570         (DEST): Likewise.
27571         (LEN): Likewise.
27572         [!BZERO_P] (CHR): Likewise.
27573         (memset): Likewise.  Do not use BP_SYM.
27574         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27575         "bp-asm.h".
27576         (PARMS): Do not use macros from bp-asm.h.
27577         (S1): Likewise.
27578         (SIZE): Likewise.
27579         (__mpn_mul_1): Do not use BP_SYM.
27580         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27581         "bp-asm.h".
27582         (PARMS): Do not use macros from bp-asm.h.
27583         (S): Likewise.
27584         (SIZE): Likewise.
27585         (__mpn_rshift): Do not use BP_SYM.
27586         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27587         "bp-asm.h".
27588         (PARMS): Do not use macros from bp-asm.h.
27589         (STR): Likewise.
27590         (CHR): Likewise.
27591         (strchr): Likewise.  Do not use BP_SYM.
27592         (index): Do not use BP_SYM in weak_alias.
27593         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27594         "bp-asm.h".
27595         (PARMS): Do not use macros from bp-asm.h.
27596         (DEST): Likewise.
27597         (SRC): Likewise.
27598         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
27599         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27600         "bp-asm.h".
27601         (PARMS): Do not use macros from bp-asm.h.
27602         (strlen): Do not use BP_SYM.
27603         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27604         "bp-asm.h".
27605         (PARMS): Do not use macros from bp-asm.h.
27606         (S1): Likewise.
27607         (S2): Likewise.
27608         (SIZE): Likewise.
27609         (__mpn_sub_n): Do not use BP_SYM.
27610         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27611         "bp-asm.h".
27612         (PARMS): Do not use macros from bp-asm.h.
27613         (S1): Likewise.
27614         (SIZE): Likewise.
27615         (__mpn_submul_1): Do not use BP_SYM.
27616         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
27617         "bp-asm.h".
27618         (PARMS): Do not use macros from bp-asm.h.
27619         (S1): Likewise.
27620         (S2): Likewise.
27621         (SIZE): Likewise.
27622         (__mpn_add_n): Do not use BP_SYM.
27623         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
27624         weak_alias.
27625         (bzero): Likewise.
27626         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27627         "bp-asm.h".
27628         (PARMS): Do not use macros from bp-asm.h.
27629         (BLK2): Likewise.
27630         (LEN): Likewise.
27631         (memcmp): Do not use BP_SYM.
27632         (bcmp): Do not use BP_SYM in weak_alias.
27633         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27634         "bp-asm.h".
27635         (PARMS): Do not use macros from bp-asm.h.
27636         (DEST): Likewise.
27637         (SRC): Likewise.
27638         (LEN): Likewise.
27639         (memcpy): Likewise.  Do not use BP_SYM.
27640         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
27641         "bp-asm.h".
27642         (PARMS): Do not use macros from bp-asm.h.
27643         (DEST): Likewise.
27644         (SRC): Likewise.
27645         (LEN): Likewise.
27646         (memmove): Likewise.  Do not use BP_SYM.
27647         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
27648         "bp-asm.h".
27649         (PARMS): Do not use macros from bp-asm.h.
27650         (DEST): Likewise.
27651         (SRC): Likewise.
27652         (LEN): Likewise.
27653         (__mempcpy): Likewise.  Do not use BP_SYM.
27654         (mempcpy): Do not use BP_SYM in weak_alias.
27655         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
27656         "bp-asm.h".
27657         (PARMS): Do not use macros from bp-asm.h.
27658         (DEST): Likewise.
27659         (LEN): Likewise.
27660         [!BZERO_P] (CHR): Likewise.
27661         (memset): Likewise.  Do not use BP_SYM.
27662         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
27663         "bp-asm.h".
27664         (PARMS): Do not use macros from bp-asm.h.
27665         (STR2): Likewise.
27666         (strcmp): Do not use BP_SYM.
27667         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
27668         "bp-asm.h".
27669         (PARMS): Do not use macros from bp-asm.h.
27670         (STR): Likewise.
27671         (DELIM): Likewise.
27672         [USE_AS_STRTOK_R] (SAVE): Likewise.
27673         (FUNCTION): Likewise.  Do not use BP_SYM.
27674         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
27675         aliases.
27676         (strtok_r): Likewise.
27677         (__GI___strtok_r): Likewise.
27678         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27679         (PARMS): Do not use macros from bp-asm.h.
27680         (S): Likewise.
27681         (SIZE): Likewise.
27682         (__mpn_lshift): Do not use BP_SYM.
27683         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27684         (PARMS): Do not use macros from bp-asm.h.
27685         (STR): Likewise.
27686         (CHR): Likewise.
27687         (__memchr): Do not use BP_SYM.
27688         (memchr): Do not use BP_SYM in weak_alias.
27689         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27690         (PARMS): Do not use macros from bp-asm.h.
27691         (BLK2): Likewise.
27692         (LEN): Likewise.
27693         (memcmp): Do not use BP_SYM.
27694         (bcmp): Do not use BP_SYM in weak_alias.
27695         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
27696         (PARMS): Do not use macros from bp-asm.h.
27697         (S1): Likewise.
27698         (SIZE): Likewise.
27699         (__mpn_mul_1): Do not use BP_SYM.
27700         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
27701         "bp-asm.h".
27702         (PARMS): Do not use macros from bp-asm.h.
27703         (STR): Likewise.
27704         (CHR): Likewise.
27705         (__rawmemchr): Do not use BP_SYM.
27706         (rawmemchr): Do not use BP_SYM in weak_alias.
27707         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27708         (PARMS): Do not use macros from bp-asm.h.
27709         (S): Likewise.
27710         (SIZE): Likewise.
27711         (__mpn_rshift): Do not use BP_SYM.
27712         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27713         (PARMS): Do not use macros from bp-asm.h.
27714         (SIGMSK): Likewise.
27715         (__sigsetjmp): Likewise.  Do not use BP_SYM.
27716         * sysdeps/i386/start.S: Do not include "bp-sym.h".
27717         (_start): Do not use BP_SYM.
27718         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
27719         (PARMS): Do not use macros from bp-asm.h.
27720         (DEST): Likewise.
27721         (SRC): Likewise.
27722         (__stpcpy): Likewise.  Do not use BP_SYM.
27723         (stpcpy): Do not use BP_SYM in weak_alias.
27724         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
27725         "bp-asm.h".
27726         (PARMS): Do not use macros from bp-asm.h.
27727         (DEST): Likewise.
27728         (SRC): Likewise.
27729         (LEN): Likewise.
27730         (__stpncpy): Likewise.  Do not use BP_SYM.
27731         (stpncpy): Do not use BP_SYM in weak_alias.
27732         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27733         (PARMS): Do not use macros from bp-asm.h.
27734         (STR): Likewise.
27735         (CHR): Likewise.
27736         (strchr): Likewise.  Do not use BP_SYM.
27737         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
27738         "bp-asm.h".
27739         (PARMS): Do not use macros from bp-asm.h.
27740         (STR): Likewise.
27741         (CHR): Likewise.
27742         (__strchrnul): Likewise.  Do not use BP_SYM.
27743         (strchrnul): Do not use BP_SYM in weak_alias.
27744         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
27745         "bp-asm.h".
27746         (PARMS): Do not use macros from bp-asm.h.
27747         (STOP): Likewise.
27748         (strcspn): Do not use BP_SYM.
27749         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
27750         "bp-asm.h".
27751         (PARMS): Do not use macros from bp-asm.h.
27752         (STR): Likewise.
27753         (STOP): Likewise.
27754         (strpbrk): Likewise.  Do not use BP_SYM.
27755         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
27756         "bp-asm.h".
27757         (PARMS): Do not use macros from bp-asm.h.
27758         (STR): Likewise.
27759         (CHR): Likewise.
27760         (strrchr): Likewise.  Do not use BP_SYM.
27761         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
27762         (PARMS): Do not use macros from bp-asm.h.
27763         (SKIP): Likewise.
27764         (strspn): Do not use BP_SYM.
27765         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
27766         (PARMS): Do not use macros from bp-asm.h.
27767         (STR): Likewise.
27768         (DELIM): Likewise.
27769         (SAVE): Likewise.
27770         (FUNCTION): Likewise.  Do not use BP_SYM.
27771         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
27772         aliases.
27773         (strtok_r): Likewise.
27774         (__GI___strtok_r): Likewise.
27775         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27776         (PARMS): Do not use macros from bp-asm.h.
27777         (S1): Likewise.
27778         (S2): Likewise.
27779         (SIZE): Likewise.
27780         (__mpn_sub_n): Do not use BP_SYM.
27781         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
27782         "bp-asm.h".
27783         (PARMS): Do not use macros from bp-asm.h.
27784         (S1): Likewise.
27785         (SIZE): Likewise.
27786         (__mpn_submul_1): Do not use BP_SYM.
27787         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
27788         <bp-sym.h>.
27789         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
27790         and <bp-asm.h>.
27791         (PARMS): Do not use macros from bp-asm.h.
27792         (FLAGS): Likewise.
27793         (PTID): Likewise.
27794         (TLS): Likewise.
27795         (CTID): Likewise.
27796         (__clone): Do not use BP_SYM.
27797         (clone): Do not use BP_SYM in weak_alias.
27798         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
27799         and <bp-asm.h>.
27800         (PARMS): Do not use macros from bp-asm.h.
27801         (LEN): Likewise.
27802         (__mmap64): Do not use BP_SYM.
27803         (mmap64): Do not use BP_SYM in weak_alias.
27804         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
27805         <bp-sym.h> and <bp-asm.h>.
27806         (PARMS): Do not use macros from bp-asm.h.
27807         (__posix_fadvise64_l64): Do not use BP_SYM.
27808         * sysdeps/unix/sysv/linux/i386/semtimedop.S
27809         (PARMS): Do not use macros from bp-asm.h.
27810         (NSOPS): Likewise.
27811         (semtimedop): Do not use BP_SYM.
27812         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
27813         and <bp-asm.h>.
27814
27815 2013-02-21  Allan McRae  <allan@archlinux.org>
27816
27817         * manual/message.texi (Charset conversion in gettext):
27818         Move @end statement to beginning of line.
27819
27820 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27821
27822         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
27823         static.
27824         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27825         Likewise.
27826
27827         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
27828         (denorm): Likewise.
27829         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
27830         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
27831
27832 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27833
27834         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
27835         tail-call to the resolved function if pltexit isn't needed.
27836
27837 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27838
27839         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
27840         or Y being zero as being unlikely.
27841         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27842         Likewise.
27843
27844 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
27845
27846         * manual/nss.texi (System Databases and Name Service Switch):
27847         Remove frobnicate @pxref.
27848
27849 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
27850
27851         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27852         __attribute__ ((unused)) to __attribute__ ((__unused__)).
27853
27854 2013-02-20  Petr Machata  <pmachata@redhat.com>
27855
27856         * elf/elf.h (R_ARM_TARGET1): New macro.
27857         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
27858         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
27859         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
27860         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
27861         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
27862         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
27863         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
27864         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
27865         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
27866         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
27867         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
27868         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
27869         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
27870         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
27871         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
27872         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
27873         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
27874         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
27875         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
27876         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
27877         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
27878         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
27879         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
27880         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
27881         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
27882         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
27883         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
27884         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
27885         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
27886         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
27887         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
27888         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
27889         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
27890         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
27891         (R_ARM_THM_GOT_BREL12): Likewise.
27892         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
27893         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
27894         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
27895         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
27896         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
27897         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
27898         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
27899         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
27900         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
27901
27902 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
27903
27904         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27905         __attribute_used__ to __attribute__ ((unused)).
27906
27907 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
27908
27909         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
27910         powerpc mpa.c.
27911         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
27912         comment formatting.
27913         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
27914
27915 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
27916
27917         [BZ #13550]
27918         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
27919         Remove macro.
27920         (ENTER): Remove both macro definitions.
27921         (LEAVE): Likewise.
27922         (CHECK_BOUNDS_LOW): Likewise.
27923         (CHECK_BOUNDS_HIGH): Likewise.
27924         (CHECK_BOUNDS_BOTH): Likewise.
27925         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
27926         (RETURN_BOUNDED_POINTER): Likewise.
27927         (RETURN_NULL_BOUNDED_POINTER): Likewise.
27928         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
27929         (POP_ERRNO_LOCATION_RETURN): Likewise.
27930         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
27931         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27932         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
27933         macros.
27934         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27935         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
27936         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
27937         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
27938         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
27939         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
27940         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
27941         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
27942         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
27943         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
27944         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
27945         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
27946         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27947         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
27948         removed macros.
27949         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27950         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
27951         macros.
27952         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27953         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
27954         * sysdeps/i386/i586/memset.S (memset): Likewise.
27955         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
27956         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27957         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
27958         macros.
27959         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27960         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
27961         Change uses of L(2) to L(out).
27962         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
27963         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
27964         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
27965         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27966         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
27967         removed macros.
27968         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27969         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
27970         macros.
27971         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27972         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
27973         (RETURN): Do not use macro LEAVE.
27974         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
27975         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
27976         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
27977         * sysdeps/i386/i686/memset.S (memset): Likewise.
27978         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
27979         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
27980         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27981         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
27982         Likewise.
27983         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27984         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
27985         L(1_2) and L(1_3) into L(1).
27986         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
27987         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
27988         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27989         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
27990         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27991         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
27992         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
27993         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27994         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
27995         macros.
27996         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
27997         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27998         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
27999         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28000         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28001         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28002         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28003         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28004         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28005         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28006         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28007         * sysdeps/i386/strspn.S (strspn): Likewise.
28008         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28009         conditional code.
28010         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28011         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28012         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28013         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28014         L(1_3) into L(1_1).
28015         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28016         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28017         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28018         macros.
28019         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28020
28021 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28022
28023         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28024         macro.
28025
28026 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28027
28028         * math/atest-exp.c (exp_mpn): Remove ROUND.
28029         * math/atest-exp2.c (exp_mpn): Likewise.
28030         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28031
28032         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28033         * stdlib/tst-tls-atexit-lib.c: Likewise.
28034         * stdlib/tst-tls-atexit.c: Likewise.
28035
28036 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28037
28038         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28039         and __attribute_alloc_size__.
28040
28041 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28042
28043         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28044         __attribute_alloc_size__.
28045         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28046         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28047
28048 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28049
28050         * include/programs/xmalloc.h: New file.
28051         * catgets/gencat.c: Include it.
28052         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28053         * elf/pldd.c: Likewise.
28054         * iconv/iconv_charmap.c: Likewise.
28055         * iconv/iconvconfig.c: Likewise.
28056         * iconv/strtab.c: Likewise.
28057         * locale/programs/locale.c: Likewise.
28058         * locale/programs/localedef.h: Likewise.
28059         * locale/programs/simple-hash.c: Likewise.
28060         * nscd/nscd.h: Likewise.
28061         * nss/makedb.c: Likewise.
28062         * sysdeps/generic/ldconfig.h: Likewise.
28063
28064 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28065
28066         * Versions.def: Add GLIBC_2.18.
28067         * include/link.h (struct link_map): New member l_tls_dtor_count.
28068         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28069         (__call_tls_dtors): Likewise.
28070         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28071         __cxa_thread_atexit_impl.
28072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28073         Likewise.
28074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28075         Likewise.
28076         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28077         Likewise.
28078         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28079         Likewise.
28080         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28081         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28082         Likewise.
28083         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28084         Likewise.
28085         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28086         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28087         Likewise.
28088         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28089         (tests): Add test case tst-tls-atexit.
28090         (modules-names): Add shared library for tst-tls-atexit.
28091         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28092         (GLIBC_PRIVATE): Add __call_tls_dtors.
28093         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28094         for libstdc++.
28095         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28096         * stdlib/tst-tls-atexit.c: New test case.
28097         * stdlib/tst-tls-atexit-lib.c: New test case.
28098
28099         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28100
28101         * elf/Versions (ld): Add _dl_find_dso_for_object.
28102         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28103         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28104         (dl_open_worker): Use _dl_find_dso_for_object.
28105         * elf/dl-sym.c (do_sym): Likewise.
28106         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28107
28108 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28109
28110         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28111         Syntactic changes only.
28112         (_dl_runtime_profile): Do a tail-call to the resolved function.
28113
28114 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28115
28116         [BZ #13550]
28117         * sysdeps/x86_64/bp-asm.h: Remove file.
28118         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28119         <bp-sym.h> and <bp-asm.h>.
28120         (__clone): Do not use BP_SYM.
28121         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28122         <bp-sym.h> and <bp-asm.h>.
28123         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28124         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28125         "bp-asm.h".
28126         (_setjmp): Do not use BP_SYM.
28127         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28128         "bp-asm.h".
28129         (setjmp): Do not use BP_SYM.
28130         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28131         libc_hidden_def.
28132         (mempcpy): Do not use BP_SYM in weak_alias.
28133         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28134         "bp-asm.h".
28135         (strchr): Do not use BP_SYM.
28136         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28137         "bp-asm.h".
28138         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28139         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28140         (_start): Do not use BP_SYM.
28141         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28142         "bp-asm.h".
28143         (strcat): Do not use BP_SYM.
28144         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28145         "bp-asm.h".
28146         (STRCMP): Do not use BP_SYM.
28147         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28148         "bp-asm.h".
28149         (STRCPY): Do not use BP_SYM.
28150         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28151         "bp-asm.h".
28152         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28153         "bp-asm.h".
28154         (FUNCTION): Do not use BP_SYM.
28155         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28156         weak_alias.
28157         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28158
28159 2013-02-17  Andreas Jaeger  <aj@suse.de>
28160
28161         * time/Versions: Sort entries.
28162         * string/Versions: Likewise.
28163         * resolv/Versions: Likewise.
28164         * posix/Versions: Likewise.
28165         * iconv/Versions: Likewise.
28166         * elf/Versions: Likewise.
28167         * wcsmbs/Versions: Likewise.
28168
28169 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28170
28171         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28172         loop termination condition.
28173
28174         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28175         variable to calculate EZ.
28176         (__sqr): Likewise.
28177
28178         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28179         the lower precision input.
28180
28181 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28182
28183         [BZ #13550]
28184         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28185         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28186         (run-via-rtld-prefix): Do not handle %-bp tests.
28187         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28188         (all-object-suffixes): Remove .ob.
28189         (bppfx): Remove variable.
28190         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28191         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28192         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28193         [$(build-bounded) = yes] (libtype.ob): Likewise.
28194         * Makerules (elide-routines.ob): Remove variable.
28195         (do-tests-clean): Do not handle *-bp.out.
28196         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28197         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28198         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28199         (tests): Do not include $(tests-bp.out).
28200         (xtests): Do not include $(xtests-bp.out).
28201         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28202         [$(build-bounded) = yes] ($(addprefix
28203         $(objpfx),$(binaries-bounded))): Remove rule.
28204         ($(objpfx)%-bp.out): Remove rule.
28205         * config.make.in (build-bounded): Remove variable.
28206         * crypt/Makefile [$(build-bounded) = yes]
28207         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28208         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28209         append to variable.
28210         [$(build-bounded) = yes] (install-lib): Likewise.
28211         [$(build-bounded) = yes] (generated): Likewise.
28212         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28213         Remove rule.
28214         * intl/Makefile [$(build-bounded) = yes]
28215         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28216         * math/Makefile [$(build-bounded) = yes]
28217         ($(tests:%=$(objpfx)%-bp): Likewise.
28218         * misc/Makefile [$(build-bounded) = yes]
28219         ($(objpfx)tst-tsearch-bp): Likewise.
28220         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28221         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28222         Remove dependency.
28223         * string/Makefile (o-objects.ob): Remove variable.
28224         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28225         (CFLAGS-.ob): Remove variable.
28226         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28227         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28228         both definitions of variable.
28229         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28230         (ASFLAGS-.ob): Remove variable.
28231
28232 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28233
28234         [BZ #13550]
28235         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28236         Remove __BOUNDED_POINTERS__ from condition.
28237         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28238         * string/bits/string2.h [!__NO_STRING_INLINES &&
28239         !__BOUNDED_POINTERS__]: Likewise.
28240         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28241         Likewise.
28242         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28243         Remove conditional code.
28244         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28245         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28246         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28247         condition.
28248
28249         [BZ #13550]
28250         * csu/libc-start.c: Do not include <bp-sym.h>.
28251         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28252         * elf/dl-open.c: Do not include <bp-sym.h>.
28253         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28254         * math/fegetenv.c: Do not include <bp-sym.h>.
28255         (fegetenv): Do not use BP_SYM in versioned symbols.
28256         * nptl/sysdeps/pthread/bits/libc-lockP.h
28257         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28258         <bp-sym.h>.
28259         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28260         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28261         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28262         (__pthread_mutex_destroy): Likewise.
28263         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28264         (__pthread_mutex_lock): Likewise.
28265         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28266         (__pthread_mutex_trylock): Likewise.
28267         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28268         (__pthread_mutex_unlock): Likewise.
28269         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28270         (__pthread_mutexattr_init): Likewise.
28271         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28272         (__pthread_mutexattr_destroy): Likewise.
28273         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28274         (__pthread_mutexattr_settype): Likewise.
28275         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28276         (__pthread_rwlock_init): Likewise.
28277         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28278         (__pthread_rwlock_destroy): Likewise.
28279         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28280         (__pthread_rwlock_rdlock): Likewise.
28281         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28282         (__pthread_rwlock_tryrdlock): Likewise.
28283         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28284         (__pthread_rwlock_wrlock): Likewise.
28285         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28286         (__pthread_rwlock_trywrlock): Likewise.
28287         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28288         (__pthread_rwlock_unlock): Likewise.
28289         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28290         (__pthread_key_create): Likewise.
28291         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28292         (__pthread_setspecific): Likewise.
28293         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28294         (__pthread_getspecific): Likewise.
28295         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28296         Likewise.
28297         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28298         (_pthread_cleanup_push_defer): Likewise.
28299         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28300         (_pthread_cleanup_pop_restore): Likewise.
28301         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28302         (pthread_setcancelstate): Likewise.
28303         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28304         <bp-sym.h>.
28305         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28306         (memchr): Do not use BP_SYM in weak_alias.
28307         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28308         (fegetenv): Do not use BP_SYM in versioned symbols.
28309         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28310         (fesetenv): Do not use BP_SYM in versioned symbols.
28311         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28312         (feupdateenv): Do not use BP_SYM in versioned symbols.
28313         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28314         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28315         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28316         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28317         (open64): Do not use BP_SYM in weak_alias.
28318         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28319         (fegetenv): Do not use BP_SYM in versioned symbols.
28320         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28321         (fesetenv): Do not use BP_SYM in versioned symbols.
28322         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28323         (feupdateenv): Do not use BP_SYM in versioned symbols.
28324         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28325         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28326         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28327         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28328         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28329         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28330         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28331         <bp-sym.h>.
28332         (__libc_start_main): Do not use BP_SYM.
28333
28334 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28335
28336         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28337         redundant return line.
28338         (norm): Likewise.
28339         (denorm): Likewise.
28340         (dbl_mp): Likewise.
28341         (sub_magnitudes): Likewise.
28342         (__add): Likewise.
28343         (__sub): Likewise.
28344         (__mul): Likewise.
28345         (__inv): Likewise.
28346         (__dvd): Likewise.
28347         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28348         (norm): Likewise.
28349         (denorm): Likewise.
28350         (dbl_mp): Likewise.
28351         (sub_magnitudes): Likewise.
28352         (__add): Likewise.
28353         (__sub): Likewise.
28354         (__mul): Likewise.
28355         (__inv): Likewise.
28356         (__dvd): Likewise.
28357
28358         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28359         instead of __mul.
28360         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28361         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28362         (cc32): Likewise.
28363
28364         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28365         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28366         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28367         of __mul for squares.
28368         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28369         function
28370         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28371         Likewise.
28372         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28373         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28374
28375 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28376
28377         [BZ #13550]
28378         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28379         code.
28380         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28381         prototype or function definition.  Rename ubp_* variables and
28382         parameters.  Remove argv definitions conditional on
28383         [__BOUNDED_POINTERS__].
28384         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28385         * elf/dl-runtime.c (_dl_fixup): Likewise.
28386         * include/set-hooks.h (RUN_HOOK): Likewise.
28387         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28388         definition.
28389         * string/strcpy.c (strcpy): Do not use __unbounded.
28390         * sysdeps/generic/frame.h (struct layout): Likewise.
28391         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28392         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28393         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28394         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28395         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28396         (__backtrace): Likewise.
28397         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28398         use __ptrvalue.
28399         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28400         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28401         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28402         Likewise.
28403         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28404         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28405         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28406         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28407         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28408         Do not use __unbounded.
28409         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28410         Rename __unboundedrlimits parameter to rlimits in prototype.
28411         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28412         Do not use __unbounded.
28413         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28414         not use __ptrvalue.
28415         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28416         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28417         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28418         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28419         __ptrvalue or __unbounded.
28420         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28421         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28422         use __unbounded.
28423         (__new_msgctl): Do not use __ptrvalue.
28424         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28425         __unbounded.
28426         (__libc_msgrcv): Do not use __ptrvalue.
28427         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28428         startup_info): Do not use __unbounded.
28429         (__libc_start_main): Likewise.  Rename ubp_* variables and
28430         parameters.  Remove argv definitions conditional on
28431         [__BOUNDED_POINTERS__].
28432         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28433         __ptrvalue.
28434         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28435         use __unbounded.
28436         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28437         or __ptrvalue.
28438         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28439         use __unbounded.
28440         (__new_shmctl): Do not use __ptrvalue.
28441         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28442         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28443         Likewise.
28444         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28445         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28446         (__libc_sigaction): Likewise.
28447         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28448         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28449         Likewise.
28450         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28451
28452 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28453
28454         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28455
28456         * string/mempcpy.c: Implement by calling memcpy.
28457
28458 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28459
28460         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28461
28462         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28463         evaluation.
28464
28465         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28466         values in the mantissa.
28467
28468         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28469         minimize writes to Z.
28470         (sub_magnitudes): Simplify code a bit.
28471
28472 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28473
28474         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28475         from the message.  The linker prefixes all warnings with that already.
28476
28477 2013-02-12  Andreas Schwab  <schwab@suse.de>
28478
28479         [BZ #15078]
28480         * posix/regexec.c (extend_buffers): Add parameter min_len.
28481         (check_matching): Pass minimum needed length.
28482         (clean_state_log_if_needed): Likewise.
28483         (get_subexp): Likewise.
28484         * posix/Makefile (tests): Add bug-regex34.
28485         (bug-regex34-ENV): Define.
28486         * posix/bug-regex34.c: New file.
28487
28488         [BZ #11561]
28489         * posix/regcomp.c (parse_bracket_exp): When looking up collating
28490         elements compare against the byte sequence of it, not its name.
28491         * posix/Makefile (tests): Add bug-regex35.
28492         (bug-regex35-ENV): Define.
28493         * posix/bug-regex35.c: New file.
28494
28495 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28496
28497         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
28498         comment.
28499         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28500         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28501         (CHECK_EOL): Add undef.
28502
28503 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
28504
28505         * bits/stdlib-bsearch.h: New file.
28506         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
28507         * stdlib/stdlib.h: Likewise.
28508
28509 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28510
28511         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28512         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28513         declaration.
28514         * manual/search.texi (Array Search Function): Add missing const in
28515         lfind prototype.
28516         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28517         declaration to use rlim_t.
28518         (Basic Scheduling Functions): Remove erroneous const from
28519         sched_getparam prototype.  Remove erroneous * from
28520         sched_get_priority_max and sched_get_priority_min prototypes.
28521         (Resource Usage): Fix summary @comment on vtimes to refer to
28522         sys/vtimes.h rather than vtimes.h.
28523         Add missing *s in vtimes prototype.
28524         (Limits on Resources): Fix ulimit prototype to return long int.
28525         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28526         prototypes to use long int rather than double.
28527         (BSD Random): Fix initstate and setstate to use char *, not void *.
28528         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28529         prototype to make second argument 'struct aiocb64 *const[]'.
28530         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28531         (Status of AIO Operations): Remove erroneous const in aio_return and
28532         aio_return64 prototypes.
28533         (Synchronizing I/O): Fix sync prototype to return void.
28534         * manual/startup.texi (Suboptions): Remove an erroneous const in
28535         getsubopt prototype.
28536         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28537         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28538         use size_t rather than int.
28539         (Scanning All Users): Likewise for getpwent_r.
28540         (Setting Groups): Add missing const to setgroups prototype.
28541         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28542         * manual/socket.texi (Host Names): Fix gethostbyaddr and
28543         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28544         'const void *' rather than 'const char *'.
28545         (Host Address Functions): Likewise for inet_ntop.
28546         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28547         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28548         ssize_t for return value.
28549         (Sending Data): Likewise for send, sendto, sendmsg.
28550         (Socket Option Functions): Add a missing const in setsockopt prototype.
28551         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28552         use wchar_t for the argument.
28553         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28554         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28555         take no arguments.
28556         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28557         double/float/long double for second argument.
28558         Fix return types of significand, significandf, significandl.
28559         * manual/filesys.texi (Setting Permissions): Use mode_t for second
28560         argument in fchmod prototype.
28561         (File Owner): Use uid_t and gid_t in fchown prototype.
28562         (File Times): Add const to utimes, futimes, and lutimes prototypes.
28563         (Making Special Files): Use mode_t and dev_t in mknod prototype.
28564         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28565         use 'const struct dirent **' as argument types to CMP function pointer
28566         argument.
28567         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28568         (File Times): Fix summary magic @comment for struct utimbuf and utime
28569         to refer to utime.h, not time.h.
28570         * manual/string.texi (Argz Functions): Add missing const in
28571         argz_extract and argz_next prototypes.
28572         (Finding Tokens in a String): Likewise for basename.
28573         (String/Array Comparison): Fix typo in wcscasecmp prototype.
28574         (Copying and Concatenation): Fix typo in wmemmove prototype.
28575         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28576         (Signal Stack): Remove erroneous const in sigstack prototype.
28577         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28578         prototype.
28579         (Simple Calendar Time): Likewise for stime.
28580         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28581         prototype.
28582         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28583         say sys/sysctl.h instead.
28584         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28585         and vsyslog prototypes.
28586
28587 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28588
28589         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28590         Remove.
28591
28592 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28593
28594         * misc/sys/mman.h: Fix typo in mremap comment.
28595
28596 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28597
28598         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28599         the '\0' terminator.
28600
28601 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28602
28603         [BZ #13550]
28604         * debug/segfault.c: Don't include <bp-checks.h>.
28605         * sysdeps/generic/bp-checks.h: Remove file.
28606         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28607         (__GETDENTS): Don't use CHECK_N.
28608         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28609         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28610         (__getgroups): Don't use CHECK_N.
28611         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28612         (setgroups): Don't use CHECK_N.
28613         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28614         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28615         (__libc_msgrcv): Don't use CHECK_N.
28616         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28617         (__libc_msgsnd): Don't use CHECK_N.
28618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28619         <bp-checks.h>.
28620         (__libc_pread): Don't use CHECK_N.
28621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28622         include <bp-checks.h>.
28623         (__libc_pread64): Don't use CHECK_N.
28624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28625         include <bp-checks.h>.
28626         (__libc_pwrite): Don't use CHECK_N.
28627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28628         include <bp-checks.h>.
28629         (__libc_pwrite64): Don't use CHECK_N.
28630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28631         <bp-checks.h>.
28632         (__libc_pread): Don't use CHECK_N.
28633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28634         include <bp-checks.h>.
28635         (__libc_pread64): Don't use CHECK_N.
28636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28637         include <bp-checks.h>.
28638         (__libc_pwrite): Don't use CHECK_N.
28639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
28640         include <bp-checks.h>.
28641         (__libc_pwrite64): Don't use CHECK_N.
28642         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
28643         (do_pread): Don't use CHECK_N.
28644         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
28645         (do_pread64): Don't use CHECK_N.
28646         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
28647         (do_pwrite): Don't use CHECK_N.
28648         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
28649         (do_pwrite64): Don't use CHECK_N.
28650         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
28651         (__libc_readv): Don't use CHECK_N.
28652         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
28653         (semop): Don't use CHECK_N.
28654         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
28655         <bp-checks.h>.
28656         (semtimedop): Don't use CHECK_N.
28657         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
28658         (__libc_pread): Don't use CHECK_N.
28659         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
28660         <bp-checks.h>.
28661         (__libc_pread64): Don't use CHECK_N.
28662         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
28663         <bp-checks.h>.
28664         (__libc_pwrite): Don't use CHECK_N.
28665         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
28666         <bp-checks.h>.
28667         (__libc_pwrite64): Don't use CHECK_N.
28668         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
28669         <bp-checks.h>.
28670         (__libc_msgrcv): Don't use CHECK_N.
28671         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
28672         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
28673         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
28674         (__libc_writev): Don't use CHECK_N.
28675
28676 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28677
28678         * string/strcpy.c: Removed unused variable.
28679
28680         * Makeconfig (+sysdep-includes): Define with := rather than =.
28681         Use an existing include/ subdir of each sysdeps dir before it.
28682
28683 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28684
28685         * nscd/connection.c (register_traced_file): Comment function.
28686         [HAVE_INOTIFY] (union __inev): Define.
28687         [HAVE_INOTIFY] (inotify_check_files): New function.
28688         [HAVE_INOTIFY] (clear_db_cache): Likewise.
28689         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
28690         clear_db_cache.
28691         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
28692
28693 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28694
28695         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
28696         loaded if not already and that a failure is permanent.
28697
28698 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28699
28700         [BZ #15006]
28701         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
28702         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
28703
28704 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28705
28706         [BZ #13550]
28707         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
28708         (CHECK_1_NULL_OK): Likewise.
28709         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
28710         (__fxstat): Do not use CHECK_1.
28711         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
28712         <bp-checks.h>.
28713         (___fxstat64): Do not use CHECK_1.
28714         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
28715         <bp-checks.h>.
28716         (__fxstatat): Do not use CHECK_1.
28717         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
28718         <bp-checks.h>.
28719         (__fxstatat64): Do not use CHECK_1.
28720         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
28721         <bp-checks.h>.
28722         (__fxstat): Do not use CHECK_1.
28723         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
28724         <bp-checks.h>.
28725         (__fxstatat): Do not use CHECK_1.
28726         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
28727         <bp-checks.h>.
28728         (__getresgid): Do not use CHECK_1.
28729         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
28730         <bp-checks.h>.
28731         (__getresuid): Do not use CHECK_1.
28732         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
28733         <bp-checks.h>.
28734         (__lxstat): Do not use CHECK_1.
28735         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
28736         <bp-checks.h>.
28737         (__old_msgctl): Do not use CHECK_1.
28738         (__new_msgctl): Likewise.
28739         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
28740         <bp-checks.h>.
28741         (__new_setrlimit): Do not use CHECK_1.
28742         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
28743         <bp-checks.h>.
28744         (__old_shmctl): Do not use CHECK_1.
28745         (__new_shmctl): Likewise.
28746         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
28747         <bp-checks.h>.
28748         (__xstat): Do not use CHECK_1.
28749         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
28750         (__lxstat): Do not use CHECK_1.
28751         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
28752         <bp-checks.h>.
28753         (___lxstat64): Do not use CHECK_1.
28754         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
28755         (__old_msgctl): Do not use CHECK_1.
28756         (__new_msgctl): Likewise.
28757         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
28758         <bp-checks.h>.
28759         (__gettimeofday): Do not use CHECK_1.
28760         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
28761         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
28762         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
28763         <bp-checks.h>.
28764         (__gettimeofday): Do not use CHECK_1.
28765         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
28766         (__old_shmctl): Do not use CHECK_1_NULL_OK.
28767         (__new_shmctl): Do not use CHECK_1.
28768         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
28769         <bp-checks.h>.
28770         (do_sigtimedwait): Do not use CHECK_1.
28771         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
28772         <bp-checks.h>.
28773         (do_sigwaitinfo): Do not use CHECK_1.
28774         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
28775         <bp-checks.h>.
28776         (msgctl): Do not use CHECK_1.
28777         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
28778         <bp-checks.h>.
28779         (shmctl): Do not use CHECK_1.
28780         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
28781         (ustat): Do not use CHECK_1.
28782         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
28783         <bp-checks.h>.
28784         (__fxstat): Do not use CHECK_1.
28785         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
28786         <bp-checks.h>.
28787         (__fxstatat): Do not use CHECK_1.
28788         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
28789         <bp-checks.h>.
28790         (__lxstat): Do not use CHECK_1.
28791         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
28792         <bp-checks.h>.
28793         (__xstat): Do not use CHECK_1.
28794         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
28795         (__xstat): Do not use CHECK_1.
28796         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
28797         (___xstat64): Do not use CHECK_1.
28798
28799         [BZ #13550]
28800         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
28801         definitions.
28802         (CHECK_BOUNDS_HIGH): Likewise.
28803         * string/strcpy.c: Do not include <bp-checks.h>.
28804         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
28805
28806 2013-02-07  Roland McGrath  <roland@hack.frob.com>
28807
28808         * nscd/nscd-client.h (__nscd_drop_map_ref):
28809         Add __attribute__ ((unused)).
28810         * nis/nss-nisplus.h (niserr2nss): Likewise.
28811
28812         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
28813         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
28814
28815         * csu/libc-tls.c (init_static_tls, init_slotinfo):
28816         Remove inline keyword.
28817         * include/rounding-mode.h (round_away): Likewise.
28818         * libio/wfileops.c (adjust_wide_data): Likewise.
28819         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
28820         (__m128i_strloadu_tolower): Likewise.
28821         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
28822         (__m128i_strloadu_tolower): Likewise.
28823         * time/mktime.c (ydhms_diff): Likewise.
28824         * locale/elem-hash.h (elem_hash): Likewise.
28825         * locale/setlocale.c (setdata): Likewise.
28826         * posix/regex_internal.h (re_string_char_size_at): Likewise.
28827         (re_string_wchar_at): Likewise.
28828         (bitset_not, bitset_merge, bitset_mask): Likewise.
28829         [!(__GNUC__ > 3)] (inline): Remove macro.
28830         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
28831         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
28832         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
28833         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
28834         * string/memcmp.c (memcmp_bytes): Likewise.
28835         * locale/programs/locarchive.c (compute_hashval): Likewise.
28836         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
28837         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
28838         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
28839         * nss/getent.c (print_rpc, print_protocols): Likewise.
28840         (print_passwd, print_group, print_aliases): Likewise.
28841         * nis/nss-nisplus.h (niserr2nss): Likewise.
28842         * nscd/connections.c (restart_p): Likewise.
28843         Change return type to bool.
28844
28845 2013-02-05  Roland McGrath  <roland@hack.frob.com>
28846
28847         * Makeconfig (all-Depend-files): Add existing
28848         $(sorted-subdirs:=/Depend) files.
28849         (all-subdirs): Remove nss.
28850         * sysdeps/unix/inet/Subdirs: Add it here instead.
28851         * hesiod/Depend: New file.
28852
28853         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
28854         instead of calling alloca.
28855
28856         * io/lseek.c (__lseek): Rename to __libc_lseek.
28857         Define __lseek as an alias.
28858
28859         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
28860
28861 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
28862
28863         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
28864         else clause and remove check for non-standard endianness.
28865
28866 2013-02-04  David S. Miller  <davem@davemloft.net>
28867
28868         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28869
28870 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
28871
28872         [BZ #13550]
28873         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
28874         (__ubp_memchr): Remove prototype.
28875         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
28876         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28877         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
28878         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28879         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
28880         Remove alias.
28881         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
28882         (__ubp_memchr): Likewise.
28883         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
28884         (__ubp_memchr): Likewise.
28885         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
28886         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
28887         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
28888         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
28889         CHECK_STRING.
28890         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
28891         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
28892         (__getcwd): Do not use CHECK_STRING.
28893         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
28894         <bp-checks.h>.
28895         (__real_chown): Do not use CHECK_STRING.
28896         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
28897         <bp-checks.h>.
28898         (fchownat): Do not use CHECK_STRING.
28899         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
28900         CHECK_STRING.
28901         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
28902         <bp-checks.h>.
28903         (__lchown): Do not use CHECK_STRING.
28904         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28905         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28906         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28907         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
28908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
28909         include <bp-checks.h>.
28910         (truncate64): Do not use CHECK_STRING.
28911         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
28912         <bp-checks.h>.
28913         (__real_chown): Do not use CHECK_STRING.
28914         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
28915         <bp-checks.h>.
28916         (__lchown): Do not use CHECK_STRING.
28917         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
28918         <bp-checks.h>.
28919         (__chown): Do not use CHECK_STRING.
28920         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
28921         <bp-checks.h>.
28922         (truncate64): Do not use CHECK_STRING.
28923         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
28924         Likewise.
28925         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
28926         (__xmknod): Do not use CHECK_STRING.
28927         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
28928         <bp-checks.h>.
28929         (__xmknodat): Do not use CHECK_STRING.
28930         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28931         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
28932
28933 2013-02-04  Andreas Schwab  <schwab@suse.de>
28934
28935         [BZ #14142]
28936         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
28937         * include/netdb.h: Likewise for h_errno.
28938         * elf/tst-stackguard1.c: Include <tls.h>.
28939
28940 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
28941
28942         * elf/link.h (struct link_map): Extend the l_addr comment.
28943         * include/link.h (struct link_map): Likewise.
28944
28945 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
28946
28947         [BZ #13550]
28948         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
28949         (BOUNDED_1): Remove macro.
28950         * debug/backtrace.c: Don't include <bp-checks.h>.
28951         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
28952         (__backtrace): Likewise.
28953         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
28954         <bp-checks.h>.
28955         (__backtrace): Don't use BOUNDED_1.
28956         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
28957         <bp-checks.h>.
28958         (__backtrace): Don't use BOUNDED_1.
28959         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
28960         (__backtrace): Don't use BOUNDED_1.
28961         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
28962         (shmat): Don't use BOUNDED_N.
28963
28964 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
28965
28966         [BZ #13550]
28967         * sysdeps/generic/bp-start.h: Remove file.
28968         * csu/libc-start.c: Don't include <bp-start.h>.
28969         (LIBC_START_MAIN): Set up __environ directly instead of using
28970         INIT_ARGV_and_ENVIRON.
28971         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
28972         <bp-start.h>.
28973
28974         [BZ #13550]
28975         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
28976         definitions.
28977         (CHECK_FCNTL): Likewise.
28978         (CHECK_N_PAGES): Likewise.
28979
28980         [BZ #13550]
28981         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
28982         definitions.
28983         (CHECK_SIGSET_NULL_OK): Likewise.
28984         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
28985         <bp-checks.h>.
28986         (sigpending): Don't use CHECK_SIGSET.
28987         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
28988         <bp-checks.h>.
28989         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
28990         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
28991         <bp-checks.h>.
28992         (do_sigsuspend): Don't use CHECK_SIGSET.
28993         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
28994         use CHECK_SIGSET.
28995         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
28996         (do_sigwait): Don't use CHECK_SIGSET.
28997         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
28998         use CHECK_SIGSET.
28999         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29000         include <bp-checks.h>.
29001         (sigpending): Don't use CHECK_SIGSET.
29002         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29003         include <bp-checks.h>.
29004         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29005         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29006         <bp-checks.h>.
29007         (sigpending): Don't use CHECK_SIGSET.
29008         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29009         <bp-checks.h>.
29010         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29011
29012         [BZ #13550]
29013         * sysdeps/generic/bp-semctl.h: Remove file.
29014         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29015         <bp-checks.h> and <bp-semctl.h>.
29016         (__old_semctl): Don't use CHECK_SEMCTL.
29017         (__new_semctl): Likewise.
29018         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29019         and <bp-semctl.h>.
29020         (__old_semctl): Don't use CHECK_SEMCTL.
29021         (__new_semctl): Likewise.
29022         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29023         <bp-checks.h> and <bp-semctl.h>.
29024         (__old_semctl): Don't use CHECK_SEMCTL.
29025         (__new_semctl): Likewise.
29026         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29027         <bp-checks.h> and <bp-semctl.h>.
29028         (semctl): Don't use CHECK_SEMCTL.
29029
29030         [BZ #13550]
29031         * Makerules (elide-bp-thunks): Remove variable.
29032         (elide-routines.oS): Don't use $(elide-bp-thunks).
29033         (elide-routines.os): Likewise.
29034         (elide-routines.o): Likewise.
29035         (elide-routines.op): Likewise.
29036         (elide-routines.og): Likewise.
29037         (objects): Don't use $(bp-thunks).
29038         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29039         include.
29040         (common-generated): Do not add s-proto-bp.d.
29041         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29042         (int): Likewise.
29043         (typ): Likewise.
29044         Do not generate makefile rules for bounded-pointer thunks.
29045         * sysdeps/generic/bp-thunks.h: Remove file.
29046         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29047         * sysdeps/unix/s-proto-bp.S: Likewise.
29048
29049         [BZ #15062]
29050         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29051         parts of result separately when argument is not close to line from
29052         -i to i and one part of argument is small.
29053         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29054         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29055         * math/libm-test.inc (cacos_test): Add more tests.
29056         (casin_test): Likewise.
29057         (casinh_test): Likewise.
29058         * sysdeps/i386/fpu/libm-test-ulps: Update.
29059         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29060
29061 2013-01-31  David S. Miller  <davem@davemloft.net>
29062
29063         * po/de.po: Update from translation team.
29064
29065 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29066
29067         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29068
29069 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29070
29071         * configure.in (_AC_PROG_CC_C89): New definition.
29072         * configure: Regenerate.
29073
29074         * configure.in (AC_PROG_CPP): New definition.
29075         * configure: Regenerate.
29076
29077 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29078
29079         * debug/tst-backtrace.h: New file.
29080         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29081         (ret): Remove variable.
29082         (x): Likewise.
29083         (FAIL): Remove macro.
29084         (NO_INLINE): Likewise.
29085         (fn1): Use match function instead of strstr.
29086         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29087         (ret): Remove variable.
29088         (x): Likewise.
29089         (FAIL): Remove macro.
29090         (NO_INLINE): Likewise.
29091         (fn): Use match function instead of strstr.
29092         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29093         (ret): Remove variable.
29094         (x): Likewise.
29095         (FAIL): Remove macro.
29096         (NO_INLINE): Likewise.
29097         (handle_signal): Use match function instead of strstr.
29098         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29099         (ret): Remove variable.
29100         (x): Likewise.
29101         (FAIL): Remove macro.
29102         (NO_INLINE): Likewise.
29103         (handle_signal): Use match function instead of strstr.
29104
29105 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29106
29107         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29108
29109 2013-01-23  David S. Miller  <davem@davemloft.net>
29110
29111         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29112         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29113         argument of CAS if possible.
29114         * sysdeps/sparc/sparc64/bits/atomic.h
29115         (__arch_compare_and_exchange_val_32_acq): Likewise.
29116         (__arch_compare_and_exchange_val_64_acq): Likewise.
29117
29118 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29119
29120         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29121         * sysdeps/posix/ulimit.c: ... this.
29122         Include <limits.h>.
29123         * sysdeps/unix/bsd/ulimit.c: Remove file.
29124
29125 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29126
29127         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29128         (LDFLAGS-tst-array5): Likewise.
29129
29130 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29131
29132         [BZ #15036]
29133         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29134         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29135         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29136         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29137
29138 2013-01-21  David S. Miller  <davem@davemloft.net>
29139
29140         * sysdeps/sparc/backtrace.c: New file.
29141         * sysdeps/sparc/sparc32/backtrace.h: New file.
29142         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29143         * sysdeps/sparc/sparc64/backtrace.h: New file.
29144         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29145         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29146         -funwind-tables.
29147
29148 2013-01-21  Andreas Schwab  <schwab@suse.de>
29149
29150         [BZ #15020]
29151         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29152         closed its stdout.
29153
29154 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29155
29156         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29157         "mpa2.h".
29158         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29159
29160 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29161             Mark Mitchell  <mark@codesourcery.com>
29162             Tom de Vries  <tom@codesourcery.com>
29163             Paul Pluzhnikov  <ppluzhnikov@google.com>
29164
29165         * debug/tst-backtrace2.c: New file.
29166         * debug/tst-backtrace3.c: Likewise.
29167         * debug/tst-backtrace4.c: Likewise.
29168         * debug/tst-backtrace5.c: Likewise.
29169         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29170         (CFLAGS-tst-backtrace3.c): Likewise.
29171         (CFLAGS-tst-backtrace4.c): Likewise.
29172         (CFLAGS-tst-backtrace5.c): Likewise.
29173         (LDFLAGS-tst-backtrace2): Likewise.
29174         (LDFLAGS-tst-backtrace3): Likewise.
29175         (LDFLAGS-tst-backtrace4): Likewise.
29176         (LDFLAGS-tst-backtrace5): Likewise.
29177         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29178         tst-backtrace4 and tst-backtrace5.
29179
29180 2013-01-18  Anton Blanchard  <anton@samba.org>
29181             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29182
29183         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29184         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29185         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29186         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29188         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29189         "+r" and remove output regs list as redundant.  Add explicit inline
29190         asm to specify register of return val to work around compiler codegen
29191         bug.  Remove (int) cast on return value.  Add return type parameter to
29192         use in macro so that this macro does not truncate return value for
29193         64-bit values.
29194         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29195         pass to INTERNAL_VSYSCALL_NCS.
29196         (INLINE_VSYSCALL): Add 'long int' as return type to
29197         INTERNAL_VSYSCALL_NCS macro invocation.
29198         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29199         INTERNAL_VSYSCALL_NCS macro invocation.
29200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29201
29202 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29203
29204         [BZ #14496]
29205         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29206         Fix application of SIMD FP exception mask.
29207
29208         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29209         mp_no from a power of two.
29210         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29211         __mpexp_twomm1.  Use __pow_mp.
29212
29213         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29214         multiplication.
29215
29216 2013-01-17  David S. Miller  <davem@davemloft.net>
29217
29218         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29219
29220 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29221
29222         [BZ #15023]
29223         * include/complex.h: Condition contents on [!_COMPLEX_H].
29224         (__kernel_casinhf): New prototype.
29225         (__kernel_casinh): Likewise.
29226         (__kernel_casinhl): Likewise.
29227         * math/Makefile (libm_calls): Add k_casinh.
29228         * math/k_casinh.c: New file.
29229         * math/k_casinhf.c: Likewise.
29230         * math/k_casinhl.c: Likewise.
29231         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29232         finite nonzero arguments.
29233         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29234         finite nonzero arguments.
29235         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29236         finite nonzero arguments.
29237         * math/s_casinh.c: Do not include <float.h>.
29238         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29239         * math/s_casinhf.c: Do not include <float.h>.
29240         (__casinhf): Move code for finite nonzero arguments to
29241         k_casinhf.c.
29242         * math/s_casinhl.c: Do not include <float.h>.
29243         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29244         redefine.
29245         (__casinhl): Move code for finite nonzero arguments to
29246         k_casinhl.c.
29247         * math/libm-test.inc (cacos_test): Add more tests.
29248         * sysdeps/i386/fpu/libm-test-ulps: Update.
29249         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29250
29251 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29252
29253         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29254         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29255         [!HAVE_MREMAP]: Remove [defined linux] case.
29256         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29257
29258 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29259
29260         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29261
29262 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29263
29264         * elf/elf.h (R_386_SIZE32): New relocation.
29265         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29266         R_386_SIZE32.
29267         (elf_machine_rela): Likewise.
29268         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29269         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29270
29271 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29272
29273         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29274         (FP_FAST_FMA): Do not define.
29275         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29276         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29277         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29278         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29279         !_SOFT_FLOAT]: Likewise.
29280         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29281         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29282         value.
29283         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29284         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29285         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29286         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29287         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29288         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29289         file.
29290
29291 2013-01-16  Andreas Schwab  <schwab@suse.de>
29292
29293         [BZ #14327]
29294         * include/stdlib.h (__mktemp): Add declaration.
29295         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29296         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29297
29298 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29299
29300         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29301         definitions.
29302         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29303         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29304         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29305         definitions here.
29306         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29307         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29308         definitions.
29309         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29310         and ONE.
29311         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29312         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29313         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29314         definitions.
29315         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29316         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29317         definitions.
29318         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29319
29320         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29321
29322 2013-01-15  David S. Miller  <davem@davemloft.net>
29323
29324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29325         trunc{,f} to libm-sysdep_routes.
29326         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29328         file.
29329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29331         file.
29332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29333         file.
29334         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29335         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29336         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29337         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29338         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29339         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29340         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29341         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29342
29343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29344         nearbyint{,f} to libm-sysdep_routes.
29345         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29347         New file.
29348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29349         file.
29350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29351         New file.
29352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29353         file.
29354         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29355         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29356         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29357         file.
29358         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29359         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29360         file.
29361         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29362         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29363         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29364
29365         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29366         libc_feholdexcept and libc_fesetenv.
29367
29368 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29369
29370         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29371
29372 2013-01-14  David S. Miller  <davem@davemloft.net>
29373
29374         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29375         (SPARC_ASM_VIS2_IFUNC): Likewise.
29376         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29377         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29378         use of 'siam' instruction.
29379         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29380         Likewise.
29381         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29382         Likewise.
29383         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29384         Likewise.
29385         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29386         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29387         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29388         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29389         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29390         file.
29391         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29392         file.
29393         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29394         file.
29395         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29396         file.
29397         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29398         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29399         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29400         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29401         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29402         new VIS2 routines.
29403         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29404         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29405         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29406         Likewise.
29407         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29408         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29409         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29410         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29411         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29412         routines to libm-sysdep_routines.
29413         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29414
29415         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29416         fdim/fdimf to libm-sysdep_routines.
29417         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29418         file.
29419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29421         file.
29422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29423         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29424         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29425         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29426         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29427         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29428         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29429
29430 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29431
29432         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29433         to optimize copies.
29434
29435         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29436         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29437         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29438
29439         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29440         local variable MPTWO.
29441         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29442         Likewise.
29443
29444 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29445
29446         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29447         GLOB_NOESCAPE.
29448
29449 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29450
29451         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29452
29453 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29454
29455         * manual/pattern.texi (glob_t): Document gl_flags.
29456         (glob64_t): Likewise.
29457
29458 2013-01-11  David S. Miller  <davem@davemloft.net>
29459
29460         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29461         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29462         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29463         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29464         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29465         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29466         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29467         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29468         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29469         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29470         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29471         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29472         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29473
29474         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29475         sparc V9 rather than using V8 code.
29476         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29477         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29478
29479         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29480         Move to...
29481         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29482         Here.
29483
29484 2013-01-11  Roland McGrath  <roland@hack.frob.com>
29485
29486         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29487         not in the main loop.
29488         * configure: Regenerated.
29489
29490 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
29491
29492         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29493         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29494         to just #else.
29495         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
29496         [!__GLIBC_HAVE_LONG_LONG] case.
29497         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29498         condition to just #else.
29499         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29500         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29501         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29502         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29503         unconditional.
29504         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29505         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29506         #elif condition to just #else.
29507         * sysdeps/unix/sysv/linux/sys/sysmacros.h
29508         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29509         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29510         #elif condition to just #else.
29511
29512 2013-01-11  Steve Ellcey  <sellcey@mips.com>
29513
29514         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29515         (EF_MIPS_ARCH_64): Fix value.
29516         (EF_MIPS_ARCH_32R2): New.
29517         (EF_MIPS_ARCH_64R2): New.
29518
29519 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
29520
29521         * Makeconfig (+link-pie-before-libc): New.
29522         (+link-pie-after-libc): Likewise.
29523         (+link-pie-tests): Likewise.
29524         (+link-pie): Rewritten.
29525         (link-before-libc): Remove $(config-LDFLAGS).
29526         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29527         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29528         (config-LDFLAGS): Renamed to ...
29529         (rtld-LDFLAGS): This.
29530         (rtld-tests-LDFLAGS): New macro.
29531         (link-libc-rpath-link): Likewise.
29532         (link-libc-tests-rpath-link): Likewise.
29533         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29534         (link-libc): Prepand $(link-libc-rpath-link).
29535         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29536         (test-program-prefix): New macro.
29537         (test-via-rtld-prefix): Likewise.
29538         (test-program-cmd): Likewise.
29539         (host-test-program-cmd): Likewise.
29540         * Makefile ($(common-objpfx)testrun.sh): Replace
29541         $(run-program-prefix) with $(test-program-prefix).
29542         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29543         $(rtld-LDFLAGS).
29544         ($(common-objpfx)shlib.lds): Likewise.
29545         (build-module-helper): Likewise.
29546         ($(common-objpfx)format.lds): Likewise.
29547         * Rules (binaries-pie-tests): New.
29548         (binaries-pie-notests): Likewise.
29549         (binaries-pie): Rewritten.
29550         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29551         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29552         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29553         (make-test-out): Replace $(host-built-program-cmd) with
29554         $(host-test-program-cmd).
29555         * config.make.in (build-hardcoded-path-in-tests): New variable.
29556         * configure.in (--enable-hardcoded-path-in-tests): New configure
29557         option.
29558         (hardcoded_path_in_tests): New AC_SUBST.
29559         * configure: Regenerated.
29560         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29561         $(built-program-cmd) with $(test-program-cmd).
29562         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29563         (test_program_cmd): This.
29564         * elf/Makefile ($(objpfx)order.out): Run test with
29565         $(test-program-prefix).
29566         ($(objpfx)order2.out): Likewise.
29567         ($(objpfx)tst-initorder.out): Likewise.
29568         ($(objpfx)tst-initorder2.out): Likewise.
29569         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29570         $(test-program-cmd).
29571         ($(objpfx)tst-array1-static.out): Likewise.
29572         ($(objpfx)tst-array2.out): Likewise.
29573         ($(objpfx)tst-array3.out): Likewise.
29574         ($(objpfx)tst-array4.out): Likewise.
29575         ($(objpfx)tst-array5.out): Likewise.
29576         ($(objpfx)tst-array5-static.out): Likewise.
29577         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29578         $(test-program-cmd).
29579         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29580         $(run-program-prefix) with $(test-program-prefix).
29581         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29582         (test_program_prefix): This.
29583         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29584         $(run-program-prefix) with $(test-program-prefix).
29585         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29586         (test_program_prefix): This.
29587         * iconvdata/tst-tables.sh: Likewise.
29588         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29589         $(run-program-prefix) with $(test-program-prefix).
29590         ($(objpfx)tst-translit.out): Likewise.
29591         ($(objpfx)tst-gettext2.out): Likewise.
29592         ($(objpfx)tst-gettext4.out): Likewise.
29593         ($(objpfx)tst-gettext6.out): Likewise.
29594         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29595         (test_program_prefix): This.
29596         * intl/tst-gettext2.sh: Likewise.
29597         * intl/tst-gettext4.sh  Likewise.
29598         * intl/tst-gettext6.sh: Likewise.
29599         * intl/tst-translit.sh: Likewise.
29600         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29601         with $(test-program-cmd).
29602         * libio/Makefile ($(objpfx)test-freopen.out): Replace
29603         $(run-program-prefix) with $(test-program-prefix).
29604         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29605         (test_program_prefix): This.
29606         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29607         $(run-program-prefix) with $(test-program-prefix).
29608         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29609         (test_program_prefix): This.
29610         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29611         * posix/Makefile ($(objpfx)globtest.out): Replace
29612         $(run-via-rtld-prefix) and $(test-wrapper) with
29613         $(test-program-prefix) and $(test-via-rtld-prefix).
29614         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29615         $(test-program-prefix).
29616         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29617         $(host-test-program-cmd).
29618         (tst-spawn-ARGS): Likewise.
29619         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29620         $(test-program-prefix).
29621         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29622         (test_via_rtld_prefix): This.
29623         (test_wrapper): Renamed to ...
29624         (test_program_prefix): This.
29625         (run_program_prefix): Replaced by test_program_prefix.
29626         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29627         (test_program_prefix): This.
29628         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29629         with $(host-test-program-cmd).
29630         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29631         $(run-program-prefix) with $(test-program-prefix).
29632         ($(objpfx)tst-printf.out): Likewise.
29633         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29634         $(test-program-cmd).
29635         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29636         (test_program_prefix): This.
29637         * stdio-common/tst-unbputc.sh: Likewise.
29638         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
29639         $(run-program-prefix) with $(test-program-prefix).
29640         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
29641         (test_program_prefix): This.
29642         * string/Makefile ($(objpfx)tst-svc.out):  Replace
29643         $(built-program-cmd) with $(test-program-cmd).
29644
29645 2013-01-11  Andreas Jaeger  <aj@suse.de>
29646
29647         [BZ #15003]
29648         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
29649         value. Sync with Linux 3.7.
29650
29651 2013-01-10  David S. Miller  <davem@davemloft.net>
29652
29653         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
29654         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29655         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29656
29657 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29658
29659         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
29660         never set.
29661         * configure: Regenerated.
29662
29663 2013-01-10  David S. Miller  <davem@davemloft.net>
29664
29665         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29666         sparc V9 rather than using V8 code.
29667         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29668         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29669
29670 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29671
29672         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
29673         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
29674         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
29675         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
29676         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
29677         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
29678         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
29679         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
29680         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
29681         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
29682         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
29683         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
29684         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
29685         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
29686         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
29687         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
29688         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
29689         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
29690         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
29691         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
29692         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
29693         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
29694         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
29695         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
29696         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
29697         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
29698         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
29699
29700 2013-01-10  David S. Miller  <davem@davemloft.net>
29701
29702         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29703
29704 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29705
29706         * posix/Makefile (tests-static): New variable.
29707         (tests): Add $(tests-static).
29708         (tst-exec-static-ARGS): New variable.
29709         (tst-spawn-static-ARGS): Likewise.
29710         * posix/tst-exec-static.c: New file.
29711         * posix/tst-spawn-static.c: Likewise.
29712         * posix/tst-exec.c: Support run directly.
29713         * posix/tst-spawn.c: Likewise.
29714
29715 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
29716
29717         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
29718         long.
29719         * math/bits/mathcalls.h (llrint): Likewise.
29720         (llround): Likewise.
29721         * stdlib/stdlib.h (struct drand48_data): Likewise.
29722         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
29723         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
29724         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
29725         Likewise.
29726         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
29727         Likewise.
29728         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
29729         (elf_greg_t): Likewise.
29730         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
29731         (__jmp_buf): Likewise.
29732         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
29733         definitions.
29734         (llrint): Likewise, for all definitions.
29735         (llrintl): Likewise.
29736
29737         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
29738         Remove [__GNUC__] condition.
29739         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
29740         condition to just [__USE_ISOC99].
29741         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
29742
29743 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29744
29745         [BZ #14200]
29746         * sysdeps/unix/sysv/linux/x86/bits/environments.h
29747         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
29748         defined.
29749         (_POSIX_V6_ILP32_OFF32): Likewise.
29750         (_XBS5_ILP32_OFF32): Likewise.
29751         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
29752         (__ILP32_OFFBIG_LDFLAGS): Likewise.
29753
29754 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29755
29756         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
29757
29758         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
29759         doubles __mpexp_twomm1.  Adjust usage.
29760         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
29761         Remove.
29762
29763 2013-01-10  Andreas Schwab  <schwab@suse.de>
29764
29765         [BZ #14964]
29766         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
29767         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
29768
29769 2013-01-09  David S. Miller  <davem@davemloft.net>
29770
29771         [BZ #15003]
29772         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
29773         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
29774         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
29775         (TCP_FASTOPEN): Define.
29776         (tcp_repair_opt): New structure.
29777         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
29778         enum values.
29779         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
29780         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
29781         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
29782         (tcp_cookie_transactions): New structure.
29783
29784 2013-01-09  Anton Blanchard  <anton@samba.org>
29785
29786         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
29787         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
29788         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
29789         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
29790
29791 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
29792
29793         * include/features.h (__USE_ANSI): Remove.
29794
29795 2013-01-09  Roland McGrath  <roland@hack.frob.com>
29796
29797         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
29798
29799         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
29800
29801 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
29802
29803         * sysdeps/s390/fpu/libm-test-ulps: Update.
29804
29805         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29806
29807         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
29808         (__acr): Likewise.
29809         (__cpy): Likewise.
29810         (norm): Likewise.
29811         (denorm): Likewise.
29812         (__mp_dbl): Likewise.
29813         (__dbl_mp): Likewise.
29814         (add_magnitudes): Likewise.
29815         (sub_magnitudes): Likewise.
29816         (__add): Likewise.
29817         (__sub): Likewise.
29818         (__mul): Likewise.
29819         (__inv): Likewise.
29820         (__dvd): Likewise.
29821         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
29822         (__acr): Likewise.
29823         (__cpy): Likewise.
29824         (norm): Likewise.
29825         (denorm): Likewise.
29826         (__mp_dbl): Likewise.
29827         (__dbl_mp): Likewise.
29828         (add_magnitudes): Likewise.
29829         (sub_magnitudes): Likewise.
29830         (__add): Likewise.
29831         (__sub): Likewise.
29832         (__mul): Likewise.
29833         (__inv): Likewise.
29834         (__dvd): Likewise.
29835         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
29836         (__acr): Likewise.
29837         (__cpy): Likewise.
29838         (norm): Likewise.
29839         (denorm): Likewise.
29840         (__mp_dbl): Likewise.
29841         (__dbl_mp): Likewise.
29842         (add_magnitudes): Likewise.
29843         (sub_magnitudes): Likewise.
29844         (__add): Likewise.
29845         (__sub): Likewise.
29846         (__mul): Likewise.
29847         (__inv): Likewise.
29848         (__dvd): Likewise.
29849
29850 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
29851
29852         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
29853         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
29854         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
29855         2 && __USE_EXTERN_INLINES]: Likewise.
29856
29857 2013-01-08  Andreas Jaeger  <aj@suse.de>
29858
29859         [BZ# 14985]
29860         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
29861         Remove.
29862         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29863         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29864
29865 2013-01-07  Anton Blanchard  <anton@samba.org>
29866
29867         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
29868         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
29869         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
29870         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
29871         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
29872         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
29873         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
29874         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
29875         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29876         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
29877         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
29878         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
29879         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
29880         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
29881         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
29882         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
29883         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
29884         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
29885         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
29886         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
29887         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
29888         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
29889         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
29890         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
29891         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
29892         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
29893         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
29894         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
29895         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
29896         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
29897         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
29898         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29899         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
29900         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
29901         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
29902         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
29903         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
29904         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
29905         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
29906         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
29907         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
29908         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
29909         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
29910
29911 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
29912
29913         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
29914         (__MALLOC_PMT): Likewise.
29915         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
29916         [__GNUC__], only on [_LIBC].
29917         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
29918         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
29919         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
29920         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
29921         forward declaration.
29922         (realloc_hook_ini): Likewise.
29923         (memalign_hook_ini): Likewise.
29924         (__libc_memalign): Do not use __MALLOC_PMT in variable
29925         declaration.
29926         (__libc_valloc): Likewise.
29927         (__libc_pvalloc): Likewise.
29928         (__libc_calloc): Likewise.
29929         (__posix_memalign): Likewise.
29930
29931         [BZ #14996]
29932         * math/s_casinh.c: Include <float.h>.
29933         (__casinh): Do not do computation with squaring and square root
29934         for large arguments.
29935         * math/s_casinhf.c: Include <float.h>.
29936         (__casinhf): Do not do computation with squaring and square root
29937         for large arguments.
29938         * math/s_casinhl.c: Include <float.h>.
29939         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
29940         (__casinhl): Do not do computation with squaring and square root
29941         for large arguments.
29942         * math/libm-test.inc (casin_test): Add more tests.
29943         (casinh_test): Likewise.
29944         * sysdeps/i386/fpu/libm-test-ulps: Update.
29945         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29946
29947 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
29948
29949         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
29950         (__x86_64_raw_data_cache_size): Likewise.
29951         (__x86_64_data_cache_size_half): Likewise.
29952         (__x86_64_raw_data_cache_size_half): Likewise.
29953         (__x86_64_shared_cache_size): Likewise.
29954         (__x86_64_raw_shared_cache_size): Likewise.
29955         (__x86_64_shared_cache_size_half): Likewise.
29956         (__x86_64_raw_shared_cache_size_half): Likewise.
29957         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
29958         to ...
29959         (__x86_data_cache_size): This.
29960         (__x86_64_raw_data_cache_size): Renamed to ...
29961         (__x86_raw_data_cache_size): This.
29962         (__x86_64_data_cache_size_half): Renamed to ...
29963         (__x86_data_cache_size_half): This.
29964         (__x86_64_raw_data_cache_size_half): Renamed to ...
29965         (__x86_raw_data_cache_size_half): This.
29966         (__x86_64_shared_cache_size): Renamed to ...
29967         (__x86_shared_cache_size): This.
29968         (__x86_64_raw_shared_cache_size): Renamed to ...
29969         (__x86_raw_shared_cache_size): This.
29970         (__x86_64_shared_cache_size_half): Renamed to ...
29971         (__x86_shared_cache_size_half): This.
29972         (__x86_64_raw_shared_cache_size_half): Renamed to ...
29973         (__x86_raw_shared_cache_size_half): This.
29974         * sysdeps/x86_64/memcpy.S: Updated.
29975         * sysdeps/x86_64/memset.S: Likewise.
29976         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
29977         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
29978         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
29979
29980 2013-01-04  David S. Miller  <davem@davemloft.net>
29981
29982         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29983
29984 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
29985
29986         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
29987         1 to avoid redefinition warning.
29988         (__USE_GNU): Don't define.
29989         (init_signaling_nan): Protoize.
29990
29991         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29992
29993 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
29994
29995         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
29996         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
29997         (__cpymn): Likewise.
29998         (norm): Remove commented code.
29999         (denorm): Likewise.
30000         (__mp_dbl): Likewise.
30001         (__inv): Likewise.
30002         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30003         (__cpymn): Likewise.
30004         (norm): Remove commented code.
30005         (denorm): Likewise.
30006         (__mp_dbl): Likewise.
30007         (__inv): Likewise.
30008
30009         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30010         mp_no value for 1.0 and 2.0.
30011         (norm): Use RADIXI instead of radixi.d.
30012         (denorm): Likewise.
30013         (__mul): Use 0.0 instead of zero.d.
30014         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30015         mp_no value for 1.0 and 2.0.
30016         (norm): Use RADIXI instead of radixi.d.
30017         (denorm): Likewise.
30018         (__mul): Use 0.0 instead of zero.d.
30019
30020 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30021
30022         [BZ #14994]
30023         * math/s_casinh.c (__casinh): Reduce finite argument to first
30024         quadrant then set signs of results at the end.
30025         * math/s_casinhf.c (__casinhf): Likewise.
30026         * math/s_casinhl.c (__casinhl): Likewise.
30027         * math/libm-test.inc (casin_test): Add more tests.
30028         (casinh_test): Likewise.
30029         * sysdeps/i386/fpu/libm-test-ulps: Update.
30030         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30031
30032 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30033
30034         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30035
30036         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30037
30038         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30039         declarations.
30040         (denorm): Likewise.
30041         (__mp_dbl): Likewise.
30042         (__inv): Likewise.
30043
30044         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30045         and adjust the header comment.
30046
30047         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30048         variable name from declaration.
30049
30050 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30051
30052         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30053         Initialize COMMON_CPUID_INDEX_7 element.
30054         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30055         (CPUID_RTM): Likewise.
30056         (HAS_RTM): Likewise.
30057         (COMMON_CPUID_INDEX_7): New enum.
30058
30059 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30060
30061         [BZ #14981]
30062         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30063         size is zero, record memory as freed.
30064
30065 2013-01-03  Andreas Jaeger  <aj@suse.de>
30066
30067         * po/ia.po: Add new Interlingua translation.
30068
30069 2012-01-03  Allan McRae  <allan@archlinux.org>
30070
30071         * locale/programs/localedef.c: Fix description of '--posix' flag.
30072
30073 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30074
30075         * NEWS: Update dates in second copyright notice.
30076         * README: Update copyright dates in example.
30077         * manual/libc.texinfo: Update copyright dates.
30078         * scripts/test-installation.pl: Update copyright date in --version
30079         output.
30080
30081         * hurd/ctty-input.c: Fix copyright notice formatting.
30082         * hurd/ctty-output.c: Likewise.
30083         * hurd/dtable.c: Likewise.
30084         * hurd/hurd-raise.c: Likewise.
30085         * hurd/hurdprio.c: Likewise.
30086         * hurd/msgportdemux.c: Likewise.
30087         * misc/sys/file.h: Likewise.
30088         * misc/sys/ioctl.h: Likewise.
30089         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30090         * sysdeps/mach/hurd/chdir.c: Likewise.
30091         * sysdeps/mach/hurd/fchdir.c: Likewise.
30092         * sysdeps/mach/hurd/rename.c: Likewise.
30093         * sysdeps/mach/hurd/rmdir.c: Likewise.
30094         * sysdeps/mach/hurd/seekdir.c: Likewise.
30095         * sysdeps/mach/hurd/setsid.c: Likewise.
30096         * sysdeps/posix/wait3.c: Likewise.
30097
30098         * All files with FSF copyright notices: Update copyright dates
30099         using scripts/update-copyrights.
30100         * intl/plural.c: Regenerated.
30101         * locale/programs/charmap-kw.h: Likewise.
30102         * locale/programs/locfile-kw.h: Likewise.
30103
30104 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30105
30106         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30107         four values.
30108
30109         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30110         calculation loop and add branch prediction.
30111
30112         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30113         check access beyond bounds of m1np.
30114
30115         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30116         MPTWO.
30117         (__inv): Remove local variable MPTWO to use the global
30118         constant.
30119         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30120         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30121         variable MPTWO.
30122         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30123         MP3HALFS static const.
30124
30125 2013-01-01  David S. Miller  <davem@davemloft.net>
30126
30127         * po/ca.po: Update from translation team.
30128
30129 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30130
30131         * scripts/update-copyrights: New file.
30132         * Makeconfig: Reformat copyright notice.
30133         * ctype/ctype.h: Likewise.
30134         * debug/swprintf_chk.c: Likewise.
30135         * elf/dl-cache.c: Likewise.
30136         * elf/dl-debug.c: Likewise.
30137         * elf/dl-object.c: Likewise.
30138         * grp/initgroups.c: Likewise.
30139         * hurd/Makefile: Likewise.
30140         * hurd/hurd/signal.h: Likewise.
30141         * hurd/hurdfault.c: Likewise.
30142         * hurd/hurdioctl.c: Likewise.
30143         * hurd/hurdlookup.c: Likewise.
30144         * hurd/intr-msg.c: Likewise.
30145         * iconv/gconv_open.c: Likewise.
30146         * libio/swprintf.c: Likewise.
30147         * locale/lc-ctype.c: Likewise.
30148         * locale/nl_langinfo.c: Likewise.
30149         * mach/Machrules: Likewise.
30150         * mach/Makefile: Likewise.
30151         * malloc/obstack.h: Likewise.
30152         * manual/Makefile: Likewise.
30153         * manual/tsort.awk: Likewise.
30154         * misc/bits/stab.def: Likewise.
30155         * nis/nis_print_group_entry.c: Likewise.
30156         * nis/nis_table.c: Likewise.
30157         * nis/nss_compat/compat-pwd.c: Likewise.
30158         * nis/nss_compat/compat-spwd.c: Likewise.
30159         * po/Makefile: Likewise.
30160         * posix/fnmatch.c: Likewise.
30161         * posix/regex.h: Likewise.
30162         * resolv/Makefile: Likewise.
30163         * resolv/nss_dns/dns-network.c: Likewise.
30164         * resolv/res_hconf.c: Likewise.
30165         * scripts/gen-sorted.awk: Likewise.
30166         * soft-fp/soft-fp.h: Likewise.
30167         * stdio-common/printf.h: Likewise.
30168         * stdlib/monetary.h: Likewise.
30169         * stdlib/random.c: Likewise.
30170         * stdlib/random_r.c: Likewise.
30171         * sysdeps/generic/Makefile: Likewise.
30172         * sysdeps/gnu/Makefile: Likewise.
30173         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30174         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30175         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30176         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30177         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30178         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30179         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30180         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30181         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30182         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30183         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30184         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30185         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30186         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30187         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30188         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30189         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30190         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30191         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30192         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30193         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30194         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30195         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30196         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30197         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30198         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30199         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30200         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30201         * sysdeps/mach/hurd/errnos.awk: Likewise.
30202         * sysdeps/mach/hurd/fork.c: Likewise.
30203         * sysdeps/mach/hurd/getcwd.c: Likewise.
30204         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30205         * sysdeps/mach/hurd/mmap.c: Likewise.
30206         * sysdeps/mach/hurd/utimes.c: Likewise.
30207         * sysdeps/mach/hurd/xmknod.c: Likewise.
30208         * sysdeps/posix/profil.c: Likewise.
30209         * sysdeps/posix/readdir_r.c: Likewise.
30210         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30211         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30212         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30213         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30214         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30215         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30216         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30217         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30218         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30219         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30220         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30221         * sysdeps/pthread/lio_listio.c: Likewise.
30222         * sysdeps/sparc/dl-procinfo.h: Likewise.
30223         * sysdeps/unix/i386/sysdep.S: Likewise.
30224         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30225         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30226         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30227         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30229         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30230         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30231         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30232         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30233         * sysdeps/wordsize-32/divdi3.c: Likewise.
30234         * time/sys/time.h: Likewise.
30235         * wcsmbs/Makefile: Likewise.
30236
30237 2013-01-01  David S. Miller  <davem@davemloft.net>
30238
30239         * po/fr.po: Update from translation team.
30240
30241         * catgets/gencat.c: Update copyright year.
30242         * csu/version.c: Likewise.
30243         * debug/catchsegv.sh: Likewise.
30244         * debug/pcprofiledump.c: Likewise.
30245         * debug/xtrace.sh: Likewise.
30246         * elf/ldconfig.c: Likewise.
30247         * elf/ldd.bash.in: Likewise.
30248         * elf/pldd.c: Likewise.
30249         * elf/sotruss.ksh: Likewise.
30250         * elf/sprof.c: Likewise.
30251         * iconv/iconv_prog.c: Likewise.
30252         * iconv/iconvconfig.c: Likewise.
30253         * locale/programs/locale.c: Likewise.
30254         * locale/programs/localedef.c: Likewise.
30255         * login/programs/pt_chown.c: Likewise.
30256         * malloc/memusage.sh: Likewise.
30257         * malloc/memusagestat.c: Likewise.
30258         * malloc/mtrace.pl: Likewise.
30259         * nscd/nscd.c: Likewise.
30260         * nss/getent.c: Likewise.
30261         * nss/makedb.c: Likewise.
30262         * posix/getconf.c: Likewise.
30263
30264 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30265
30266         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30267         numbers.
30268
30269 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30270
30271         * math/bits/mathcalls.h (modf): Use __nonnull.
30272
30273 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30274
30275         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30276         (split): Use macro CN instead of the bare value.
30277         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30278         could be used.
30279         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30280         instead of the bare value.
30281         (power1): Likewise.
30282
30283 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30284
30285         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30286         __ATAN_TWOM.
30287         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30288
30289         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30290         their values.
30291         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30292         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30293         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30294         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30295
30296 2012-12-28  Andreas Jaeger  <aj@suse.de>
30297
30298         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30299         values are from Linux 3.7.
30300
30301         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30302         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30303
30304 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30305
30306         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30307         TRUE case.
30308
30309         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30310         (norm): Likewise.
30311         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30312         variables with preprocessor constants.
30313         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30314         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30315         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30316
30317 2012-12-27  Bruno Haible  <bruno@clisp.org>
30318
30319         [BZ #14317]
30320         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30321         only if needed.
30322
30323 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30324
30325         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30326         and use variable directly.
30327         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30328
30329         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30330         MPONE.
30331         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30332         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30333         variable MPONE.
30334         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30335         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30336         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30337         include directive.  Remove local variable MPONE.
30338         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30339         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30340         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30341
30342 2012-12-25  David S. Miller  <davem@davemloft.net>
30343
30344         * version.h (RELEASE): Set to "development".
30345         (VERSION): Set to "2.17.90".
30346         * NEWS: Add 2.18 section.
30347
30348 2012-12-21  David S. Miller  <davem@davemloft.net>
30349
30350         * po/hr.po: Update from translation team.
30351
30352 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30353
30354         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30355
30356 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30357
30358         * NEWS:  Mention new memcpy for MIPS.
30359
30360 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30361
30362         * manual/contrib.texi (Contributors): Spelling correction.
30363
30364 2012-12-15  David S. Miller  <davem@davemloft.net>
30365
30366         * po/ru.po: Update from translation team.
30367
30368 2012-12-13  David S. Miller  <davem@davemloft.net>
30369
30370         * NEWS: Mention IFUNC testsuite enhancements.
30371
30372         * po/pl.po: Update from translation team.
30373         * po/bg.po: Likewise.
30374
30375         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30376         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30377
30378 2012-12-11  David S. Miller  <davem@davemloft.net>
30379
30380         * po/sv.po: Update from translation team.
30381
30382         * po/vi.po: Update from translation team.
30383
30384         * po/cs.po: Update from translation team.
30385
30386         * po/de.po: Update from translation team.
30387         * po/eo.po: Likewise.
30388         * po/nl.po: Likewise.
30389
30390 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30391
30392         [BZ #14246]
30393         * manual/argp.texi (Argp Helper Functions): Move node to follow
30394         Argp Parsing State.
30395
30396         [BZ #14872]
30397         * manual/conf.texi (Limits on File System Capacity): Mention if
30398         terminating null is included in the max size.
30399
30400 2012-12-10  Andreas Jaeger  <aj@suse.de>
30401
30402         * po/cs.po: Update from translation team.
30403
30404 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30405
30406         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30407         void pointer and cast to uintptr_t.
30408         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30409         path.
30410         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30411         * sysdeps/s390/s390-64/memset.S: Likewise.
30412
30413 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30414
30415         [BZ #14833]
30416         * menual/message.texi (Message Translation): Fix typos.
30417         (Helper programs for gettext): Likewise.
30418
30419 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30420
30421         [BZ #14898]
30422         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30423         Change to -1.
30424
30425 2012-12-07  David S. Miller  <davem@davemloft.net>
30426
30427         * po/libc.pot: Update.
30428
30429 2012-12-07  Richard Henderson  <rth@redhat.com>
30430
30431         [BZ #10114]
30432         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30433         normal/normal case to before the switch.
30434         (_FP_DIV): Likewise.
30435
30436 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30437             Mike Frysinger  <vapier@gentoo.org>
30438
30439         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30440         check for __NR_fadvise64_64.
30441
30442 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30443
30444         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30445         0, not just to plain "0" as a statement.
30446         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30447         with cw.
30448
30449 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30450
30451         * NEWS: Use sourceware.org in Bugzilla URL.
30452
30453 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30454
30455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30456         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30457
30458         * stdio-common/tst-put-error.c (do_test): Add newline to the
30459         padded test to ensure flush.
30460
30461 2012-12-05  Jeff Law  <law@redhat.com>
30462
30463         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30464
30465 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30466
30467         * README: Don't refer to ports add-on as distributed separately.
30468         Mention AArch64 in list of systems supported in the ports add-on.
30469
30470         * LICENSES: Add more non-FSF copyright and license notices.
30471
30472         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30473         ((unused)).
30474
30475         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30476
30477         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30478         10000 as width of padded output.
30479
30480 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30481
30482         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30483
30484         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30485         variable LX with __attribute__ ((unused)).
30486         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30487         Likewise.
30488         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30489         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30490         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30491         with __attribute__ ((unused)).
30492
30493 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
30494
30495         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30496
30497 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30498
30499         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30500         (CFLAGS-nldbl-acos.c): New variable.
30501         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30502         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30503         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30504         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30505         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30506         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30507         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30508         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30509         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30510         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30511         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30512         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30513         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30514         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30515         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30516         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30517         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30518         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30519         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30520         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30521         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30522         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30523         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30524         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30525         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30526         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30527         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30528         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30529         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30530         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30531         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30532         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30533         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30534         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30535         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30536         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30537         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30538         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30539         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30540         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30541         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30542         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30543         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30544         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30545         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30546         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30547         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30548         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30549         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30550         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30551         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30552         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30553         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30554         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30555         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30556         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30557         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30558         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30559         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30560         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30561         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30562         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30563         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30564         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30565         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30566         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30567         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30568         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30569         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30570         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30571         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30572         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30573         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30574         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30575         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30576         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30577         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30578         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30579         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30580         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30581         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30582         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30583         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30584         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30585         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30586         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30587         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30588         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30589         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30590         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30591         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30592         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30593         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30594         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30595         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30596         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30597         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30598
30599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30600         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30601
30602         [BZ #14914]
30603         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30604         whole low double instead of just low 47 bits when splitting values
30605         into two parts.
30606
30607 2012-12-03  Allan McRae  <allan@archlinux.org>
30608
30609         * manual/stdio.texi (Predefined Printf Handlers): Remove
30610         @hsep and @vsep usage.
30611
30612 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
30613
30614         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30615         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30616
30617 2012-12-03  Jeff Law  <law@redhat.com>
30618
30619         * time/sys/time.h (settimeofday): Do not mark TV argument
30620         as __nonnull.
30621
30622 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
30623
30624         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30625         when currently writing and seek to current position when not.
30626         * libio/Makefile (tests): Remove bug-fclose1.
30627         * libio/bug-fclose1.c: Delete.
30628
30629 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
30630
30631         * manual/arith.texi (feenableexcept): Fix typo.
30632         (fedisableexcept): Likewise.
30633
30634 2012-11-30  Roland McGrath  <roland@hack.frob.com>
30635
30636         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30637         second, differently-typed declaration, rather than a cast.
30638
30639 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30640
30641         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
30642         * include/rpc/svc.h: ... here.
30643
30644 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
30645
30646         [BZ #13013]
30647         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
30648         depending n and resplen2 to catch cases where answer
30649         equals answerp2.
30650
30651 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
30652
30653         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
30654         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
30655
30656 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
30657
30658         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
30659
30660 2012-11-29  Roland McGrath  <roland@hack.frob.com>
30661
30662         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
30663
30664 2012-11-28  Jeff Law  <law@redhat.com>
30665
30666         [BZ #13761]
30667         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
30668         dataset_temporary.  Track alloca usage into alloca_used.
30669         If dataset is large allocate and release it via malloc/free.
30670
30671 2012-06-04  Florian Weimer  <fweimer@redhat.com>
30672
30673         [BZ #14197]
30674         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
30675
30676 2012-11-28  David S. Miller  <davem@davemloft.net>
30677
30678         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30679
30680 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30681
30682         [BZ #14803]
30683         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
30684         of pi/2 rounded to nearest to 64 bits.
30685         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
30686         nearest to 64 bits.
30687         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
30688         bits.
30689
30690 2012-11-28  Jeff Law <law@redhat.com>
30691             Martin Osvald <mosvald@redhat.com>
30692
30693         [BZ #14889]
30694         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
30695         * sunrpc/svc.c: Include time.h.
30696         (__svc_accept_failed): New function.
30697         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
30698         any reason other than EINTR, call __svc_accept_failed.
30699         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
30700         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
30701
30702 2012-11-28  Andreas Schwab  <schwab@suse.de>
30703
30704         * scripts/abilist.awk: Also handle indirect functions in .opd
30705         section.
30706
30707 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30708
30709         [BZ #13881]
30710         * sysdeps/x86/fpu/powl_helper.c: New file.
30711         * sysdeps/x86/fpu/Makefile: Likewise.
30712         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
30713         (p3): New object.
30714         (__ieee754_powl): Use __powl_helper for finite arguments except
30715         integer exponents below 8.
30716         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
30717         (p3): New object.
30718         (__ieee754_powl): Use __powl_helper for finite arguments except
30719         integer exponents below 8.
30720         * math/libm-test.inc (pow_test): Add more tests and enable some
30721         previously disabled tests.
30722         * sysdeps/i386/fpu/libm-test-ulps: Update.
30723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30724
30725 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30726             Carlos O'Donell  <carlos_odonell@mentor.com>
30727
30728         * nss/makedb.c (is_prime): Assert that input is odd and greater
30729         than 4.  Note that fact in a comment too.
30730         (next_prime): Add 4 to input.
30731
30732 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30733
30734         [BZ #11741]
30735         * libio/Makefile (tests): Add test case tst-fwrite-error.
30736         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
30737         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
30738         * libio/tst-fwrite-error.c: New test case.
30739
30740 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
30741
30742         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
30743         before casting to void *.
30744         * include/libc-internal.h (__pointer_type): New macro.
30745         (__integer_if_pointer_type_sub): Likewise.
30746         (__integer_if_pointer_type): Likewise.
30747         (cast_to_integer): Likewise.
30748         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
30749         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
30750         before casting to atomic64_t.
30751         (atomic_exchange_acq): Likewise.
30752         (__arch_exchange_and_add_body): Likewise.
30753         (__arch_add_body): Likewise.
30754         (atomic_add_negative): Likewise.
30755         (atomic_add_zero): Likewise.
30756
30757 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
30758
30759         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
30760         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
30761         (add_fdes): Likewise.
30762         (linear_search_fdes): Likewise.
30763         (binary_search_unencoded_fdes): Likewise.
30764
30765 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
30766
30767         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
30768
30769 2012-11-24  Adam Conrad  <adconrad@0c3.net>
30770
30771         * configure.in: Autodetect C++ header directories.
30772         * configure: Regenerated.
30773
30774 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
30775
30776         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
30777
30778 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
30779
30780         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30781
30782 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
30783
30784         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
30785         LDBL_MANT_DIG == 106]: Disable some tests.
30786         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30787         Likewise.
30788         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30789         Likewise.
30790
30791         [BZ #14871]
30792         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
30793         input for small inputs.  Return +/- pi/2 for large inputs.
30794         * math/libm-test.inc (atan_test): Add more tests.
30795
30796         * sysdeps/generic/unwind-dw2-fde-glibc.c
30797         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
30798         __attribute__ ((unused)).
30799
30800         [BZ #14645]
30801         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
30802         x * y if x and y are nonzero and z is zero.
30803
30804         [BZ #14811]
30805         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
30806         nonzero exponents with absolute value below 0x1p-117 to +/-
30807         0x1p-117.
30808
30809         [BZ #14869]
30810         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
30811         up arguments below 2**-450, not just those below 2**-500.
30812         * math/libm-test.inc (hypot_test): Add another test.
30813
30814         [BZ #14868]
30815         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
30816         Return a+b for ratio over 2**120, not 2**60.
30817         * math/libm-test.inc (hypot_test): Add another test.
30818
30819         * math/libm-test.inc (clog_test): Use
30820         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
30821         (clog10_test): Likewise.
30822
30823         [BZ #6778]
30824         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
30825
30826 2012-11-22  Andreas Schwab  <schwab@suse.de>
30827
30828         * sysdeps/i386/fpu/libm-test-ulps: Update.
30829
30830 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
30831
30832         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
30833         printf output with newline.
30834
30835 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
30836
30837         [BZ #14865]
30838         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
30839         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
30840         -z nodlopen, -z initfirst and -z execstack support.
30841         * configure: Regenerated.
30842
30843         * elf/elf.h (DF_1_NODIRECT): New macro.
30844         (DF_1_IGNMULDEF): Likewise.
30845         (DF_1_NOKSYMS): Likewise.
30846         (DF_1_NOHDR): Likewise.
30847         (DF_1_EDITED): Likewise.
30848         (DF_1_NORELOC): Likewise.
30849         (DF_1_SYMINTPOSE): Likewise.
30850         (DF_1_GLOBAUDIT): Likewise.
30851         (DF_1_SINGLETON): Likewise.
30852         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
30853         DT_1_SUPPORTED_MASK bits.
30854         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
30855
30856 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
30857
30858         * sysdeps/unix/make-syscalls.sh: Document prefixes.
30859
30860 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
30861
30862         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
30863         macro.
30864
30865         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
30866         (sendmmsg): Move declarations...
30867         * socket/sys/socket.h: ... here.
30868         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
30869         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
30870         include it from...
30871         * socket/recvmmsg.c: ... this new file.
30872         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
30873         (sendmmsg): Rename to __sendmmsg, create weak alias and make
30874         definition of __sendmmsg hidden.
30875         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
30876         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
30877         Move ENOSYS stub into and include it from...
30878         * socket/sendmmsg.c: ... this new file.
30879         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
30880         (sysdep_routines): Move recvmmsg and sendmmsg...
30881         * socket/Makefile (routines): ... here.
30882         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
30883         (GLIBC_PRIVATE): Add __sendmmsg.
30884         * include/sys/socket.h (__sendmmsg): Add declarations.
30885         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
30886         sendmmsg.
30887
30888 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
30889
30890         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
30891         variable I1 with __attribute__ ((unused)).
30892         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
30893
30894 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
30895
30896         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
30897         DUMMY variables with __attribute__ ((unused)).
30898
30899         * bits/byteswap.h: Include <bits/types.h>.
30900         (__bswap_64): Use __uint64_t instead of unsigned long long int.
30901
30902 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
30903
30904         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
30905         string_t.  Do not manually set errno.
30906         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
30907         length with __strnlen.  Make sure to both set errno and return it on
30908         failure.
30909
30910 2012-11-19  David S. Miller  <davem@davemloft.net>
30911
30912         With help from Joseph Myers.
30913         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
30914         very large arguments properly.
30915         * math/libm-test.inc (atan_test): New tests.
30916         (atan2_test): New tests.
30917         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30918         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30919
30920 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
30921
30922         [BZ #14856]
30923         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
30924         Define to 3.
30925
30926         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
30927         [POSIX] (EADDRNOTAVAIL): Likewise.
30928         [POSIX] (EAFNOSUPPORT): Likewise.
30929         [POSIX] (EALREADY): Likewise.
30930         [POSIX] (ECONNABORTED): Likewise.
30931         [POSIX] (ECONNREFUSED): Likewise.
30932         [POSIX] (ECONNRESET): Likewise.
30933         [POSIX] (EDESTADDRREQ): Likewise.
30934         [POSIX] (EDQUOT): Likewise.
30935         [POSIX] (EHOSTUNREACH): Likewise.
30936         [POSIX] (EIDRM): Likewise.
30937         [POSIX] (EISCONN): Likewise.
30938         [POSIX] (ELOOP): Likewise.
30939         [POSIX] (EMULTIHOP): Likewise.
30940         [POSIX] (ENETDOWN): Likewise.
30941         [POSIX] (ENETUNREACH): Likewise.
30942         [POSIX] (ENOBUFS): Likewise.
30943         [POSIX] (ENODATA): Likewise.
30944         [POSIX] (ENOLINK): Likewise.
30945         [POSIX] (ENOMSG): Likewise.
30946         [POSIX] (ENOPROTOOPT): Likewise.
30947         [POSIX] (ENOSR): Likewise.
30948         [POSIX] (ENOSTR): Likewise.
30949         [POSIX] (ENOTCONN): Likewise.
30950         [POSIX] (ENOTSOCK): Likewise.
30951         [POSIX] (EOPNOTSUPP): Likewise.
30952         [POSIX] (EOVERFLOW): Likewise.
30953         [POSIX] (EPROTO): Likewise.
30954         [POSIX] (EPROTONOSUPPORT): Likewise.
30955         [POSIX] (EPROTOTYPE): Likewise.
30956         [POSIX] (ESTALE): Likewise.
30957         [POSIX] (ETIME): Likewise.
30958         [POSIX] (ETXTBSY): Likewise.
30959         [POSIX] (EWOULDBLOCK): Likewise.
30960         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
30961         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
30962         [POSIX] (SEEK_CUR): Likewise.
30963         [POSIX] (SEEK_END): Likewise.
30964         [POSIX || UNIX98] (mode_t): Do not require.
30965         [POSIX] (off_t): Likewise.
30966         [POSIX] (pid_t): Likewise.
30967         [POSIX] (sys/stat.h): Do not allow header.
30968         [POSIX] (unistd.h): Likewise.
30969         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
30970         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
30971         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
30972         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
30973         require.
30974         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
30975         sigevent): Specify elements.
30976         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
30977         entry.
30978         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
30979         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
30980
30981         * conform/data/cpio.h-data [POSIX]: Disable whole file.
30982         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
30983         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
30984         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
30985         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
30986         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
30987         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
30988         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
30989         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
30990         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
30991         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
30992         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
30993         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
30994         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
30995         Likewise.
30996         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
30997         Likewise.
30998         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
30999         Likewise.
31000         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31001         Likewise.
31002         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31003         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31004         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31005         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31006         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31007         Specify lower bound on value.
31008         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31009         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31010         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31011         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31012         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31013         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31014         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31015         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31016         value.
31017         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31018         as optional.
31019         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31020         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31021         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31022         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31023         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31024         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31025         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31026         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31027         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31028         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31029         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31030         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31031         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31032         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31033         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31034         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31035         entry.
31036         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31037         optional.
31038         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31039         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31040         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31041         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31042         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31043         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31044         Likewise.
31045         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31046         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31047         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31048         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31049         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31050         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31051         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31052         as optional.
31053         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31054         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31055         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31056         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31057         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31058         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31059         specify as optional.
31060         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31061         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31062         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31063         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31064         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31065         [XPG3] (NL_LANGMAX): Likewise.
31066         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31067         [POSIX || XPG3] (NL_NMAX): Likewise.
31068         [POSIX || XPG3] (NL_SETMAX): Likewise.
31069         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31070         [XPG3] (NZERO): Likewise.
31071         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31072         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31073         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31074         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31075         (REG_ERANGE): Expect.
31076         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31077         optional-constant.
31078         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31079         Use (void) in prototype.
31080         [POSIX] (*_t): Allow.
31081         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31082         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31083         (WRDE_BADVAL): Expect.
31084
31085         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31086         expect.
31087         [XPG3 || XPG4] (O_RSYNC): Likewise.
31088         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31089         Likewise.
31090         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31091         [XPG3 || XPG4] (sigqueue): Likewise.
31092         [XPG3 || XPG4] (sigtimedwait): Likewise.
31093         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31094         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31095         [XPG3 || XPG4] (vsnprintf): Likewise.
31096         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31097         Likewise.
31098         [XPG3 || XPG4] (blksize_t): Likewise.
31099         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31100         Likewise.
31101         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31102         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31103         [XPG3 || XPG4] (struct itimerspec): Likewise.
31104         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31105         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31106         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31107         [XPG3 || XPG4] (clockid_t): Likewise.
31108         [XPG3 || XPG4] (timer_t): Likewise.
31109         [XPG3 || XPG4] (clock_getres): Likewise.
31110         [XPG3 || XPG4] (clock_gettime): Likewise.
31111         [XPG3 || XPG4] (clock_settime): Likewise.
31112         [XPG3 || XPG4] (nanosleep): Likewise.
31113         [XPG3 || XPG4] (timer_create): Likewise.
31114         [XPG3 || XPG4] (timer_delete): Likewise.
31115         [XPG3 || XPG4] (timer_gettime): Likewise.
31116         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31117         [XPG3 || XPG4] (timer_settime): Likewise.
31118         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31119         [XPG3 || XPG4] (getlogin_r): Likewise.
31120         [XPG3 || XPG4] (pread): Likewise.
31121         [XPG3 || XPG4] (pthread_atfork): Likewise.
31122         [XPG3 || XPG4] (pwrite): Likewise.
31123
31124         [BZ #14835]
31125         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31126         <bits/siginfo.h>.
31127
31128 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31129
31130         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31131         finalizing MALLSTREAM.
31132
31133         * sysdeps/mach/hurd/syncfs.c: New file.
31134
31135 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31136
31137         [BZ #14719]
31138         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31139         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31140         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31141         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31142         (_nss_dns_gethostbyname4_r): Likewise.
31143         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31144         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31145
31146 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31147
31148         [BZ #13763]
31149         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31150
31151 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31152
31153         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31154         * elf/cache.c (print_entry): Print ",AArch64" for
31155         FLAG_AARCH64_LIB64
31156
31157         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31158         * elf/cache.c (print_entry): Print ",hard-float" for
31159         FLAG_ARM_LIBHF.
31160
31161 2012-11-18  David S. Miller  <davem@davemloft.net>
31162
31163         With help from Joseph Myers.
31164         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31165         cutoff to 2**-13.
31166         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31167         cutoff to 2**-25.
31168         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31169         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31170         small.
31171         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31172         * math/libm-test.inc (y0_test): New tests.
31173         (y1_test): New tests.
31174         * sysdeps/i386/fpu/libm-test-ulps: Update.
31175         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31176         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31177
31178 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31179
31180         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31181         64-bit targets.
31182         * configure: Regenerated.
31183
31184 2012-11-17  David S. Miller  <davem@davemloft.net>
31185
31186         [BZ #14811]
31187         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31188         nonzero exponents with absolute value below 0x1p-128 to +/-
31189         0x1p-128.
31190
31191 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31192
31193         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31194
31195         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31196
31197         * posix/getconf-speclist.c: New file.
31198         * posix/posix-envs.def: Likewise.
31199         * posix/confstr.c (START_ENV_GROUP): New macro.
31200         (END_ENV_GROUP): Likewise.
31201         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31202         (KNOWN_PRESENT_ENV_STRING): Likewise.
31203         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31204         (UNKNOWN_ENVIRONMENT): Likewise.
31205         (confstr): Include posix-envs.def instead of handling
31206         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31207         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31208         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31209         (END_ENV_GROUP): Likewise.
31210         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31211         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31212         (UNKNOWN_ENVIRONMENT): Likewise.
31213         (__sysconf): Include posix-envs.def instead of handling associated
31214         cases directly here.
31215         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31216         preprocessing getconf-speclist.c rather than running getconf or
31217         generating empty file.
31218
31219 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31220
31221         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31222
31223 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31224
31225         [BZ #14672]
31226         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31227
31228 2012-11-16  David S. Miller  <davem@davemloft.net>
31229
31230         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31231         smaller than LDBL_EPSILON/2.0L, just return xm1.
31232
31233 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31234
31235         * elf/tst-array1.c (init): Set constructor priority to 1000.
31236         (fini): Set destructor priority to 1000.
31237         * elf/tst-array2dep.c: Likewise.
31238
31239 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31240
31241         [BZ #11741]
31242         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31243         (_IO_new_file_xsputn): Also return EOF if none of the input
31244         data was written when overflow failed.
31245         * libio/iopadn.c (_IO_padn): Likewise.
31246         * libio/iowpadn.c (_IO_wpadn): Likewise.
31247         * stdio-common/tst-put-error.c: Add copyright notice.
31248         (do_test): Add case for printing padded string.
31249         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31250         _IO_padn returned error.
31251         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31252         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31253         return EOF.
31254
31255 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31256
31257         * libio/libioP.h: Add comment note that the references to C++
31258         bits are now obsolete.
31259
31260 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31261
31262         * math/libm-test.inc (check_complex): Use asprintf.
31263
31264 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31265
31266         * debug/pcprofiledump.c (print_version): Update copyright year.
31267         * malloc/memusagestat.c (print_version): Likewise.
31268
31269 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31270
31271         [BZ #14831]
31272         * elf/Makefile (tests): Add tst-audit8.
31273         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31274         ($(objpfx)tst-audit8.out): New target.
31275         (tst-audit8-ENV): New variable.
31276         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31277         audit if l_reloc_result is NULL.
31278         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31279         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31280         * elf/tst-audit8.c: New file.
31281
31282 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31283
31284         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31285         * misc/Makefile (CFLAGS-select.c): Define.
31286         * posix/Makefile (CFLAGS-pause.c): Define.
31287
31288 2012-11-13  David S. Miller  <davem@davemloft.net>
31289
31290         * crypt/Makefile: Move test targets after toplevel Rules
31291         inclusion.  Grab any necessary sysdep routines when linking.
31292         * crypt/md5.c (md5_process_block): Remove define, we will always
31293         name it __md5_process_block.
31294         (md5_finish_ctx): Update md5_process_block call.
31295         (md5_stream): Likewise.
31296         (md5_process_bytes): Likewise.
31297         (md5_process_block): Rename to __md5_process_block and move to ...
31298         * crypt/md5-block.c: ... here.
31299         * crypt/sha256.c (sha256_process_block): Move to ...
31300         * crypt/sha256-block.c: ... here.
31301         * crypt/sha512.c (sha512_process_block): Move to ...
31302         * crypt/sha512-block.c: ... here.
31303         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31304         path.
31305         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31306         * sysdeps/sparc/sparc64/multiarch/Makefile
31307         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31308         crypt subdir.
31309         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31310         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31311         multiarch changes.
31312         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31313         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31314         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31315         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31316         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31317         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31318         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31319         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31320         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31321         file.
31322         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31323         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31324         file.
31325         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31326
31327 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31328
31329         * timezone/tzselect.ksh: Update from tzcode git revision
31330         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31331         * timezone/zdump.c: Likewise.
31332         * timezone/zic.c: Likewise.
31333         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31334         in TZVERSION setting, not $(PKGVERSION).
31335         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31336         REPORT_BUGS_TO settings.
31337
31338         [BZ #14838]
31339         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31340         macro.
31341
31342 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31343
31344         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31345         detection to immediately after _FP_ROUND().
31346         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31347         bits are 0.
31348
31349 2012-11-11  David S. Miller  <davem@davemloft.net>
31350
31351         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31352         inttypes.h
31353         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31354         __close rather than their public counterparts.
31355
31356 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31357
31358         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31359         file.
31360         [UNIX98] (sem_timedwait): Do not expect.
31361         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31362         [XPG4 || UNIX98] (sockatmark): Do not expect.
31363         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31364         (clock_getcpuclockid): Do not expect.
31365         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31366         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31367         Do not expect.
31368         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31369         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31370         [UNIX98] (vwscanf): Likewise.
31371         [UNIX98] (vswscanf): Likewise.
31372
31373 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31374
31375         * timezone/version.h: Remove file.
31376         * timezone/README: Do not refer to version.h.
31377         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31378         $(objpfx)version.h.
31379         ($(objpfx)zdump.o): Likewise.
31380         ($(objpfx)version.h): New target.
31381
31382         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31383         2012i.
31384         * timezone/README: Don't mention modification to tzselect.ksh.
31385         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31386         work on unmodified tzselect.ksh.  Substitute version numbers in
31387         tzselect.ksh.
31388
31389         * Makefile (format-me): Remove.
31390         (INSTALL): Adjust indentation.  Use commands directly instead of
31391         using $(format-me).
31392
31393         * aclocal.m4 (ACX_PKGVERSION): New macro.
31394         (ACX_BUGURL): Likewise.
31395         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31396         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31397         (REPORT_BUGS_TO): Likewise.
31398         * configure: Regenerated.
31399         * config.h.in (PKGVERSION): New macro.
31400         (REPORT_BUGS_TO): Likewise.
31401         * config.make.in (PKGVERSION): New variable.
31402         (PKGVERSION_TEXI): Likewise.
31403         (REPORT_BUGS_TO): Likewise.
31404         (REPORT_BUGS_TEXI): Likewise.
31405         * Makefile (format-me): Use -I$(common-objpfx)manual.
31406         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31407         ($(common-objpfx)manual/%): New target.
31408         (manual/%): Remove target.
31409         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31410         (print_version): Use PKGVERSION.
31411         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31412         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31413         and REPORT_BUGS_TO.
31414         ($(objpfx)xtrace): Likewise.
31415         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31416         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31417         (print_version): Use PKGVERSION.
31418         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31419         (do_version): Use PKGVERSION.
31420         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31421         REPORT_BUGS_TO.
31422         (common-ldd-rewrite): Likewise.
31423         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31424         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31425         (print_version): Use PKGVERSION.
31426         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31427         * elf/pldd.c (argp_program_bug_address): Remove variable.
31428         (more_help): New function.
31429         (argp): Use more_help.
31430         (print_version): Use PKGVERSION.
31431         * elf/sln.c (main): Use PKGVERSION.
31432         (usage): Use REPORT_BUGS_TO.
31433         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31434         (top level): Use PKGVERSION.
31435         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31436         (print_version): Use PKGVERSION.
31437         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31438         (print_version): Use PKGVERSION.
31439         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31440         (print_version): Use PKGVERSION.
31441         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31442         (print_version): Use PKGVERSION.
31443         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31444         (print_version): Use PKGVERSION.
31445         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31446         (print_version): Use PKGVERSION.
31447         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31448         and BUGURL.
31449         ($(objpfx)memusage): Likewise.
31450         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31451         (do_version): Use PKGVERSION.
31452         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31453         (print_version): Use PKGVERSION.
31454         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31455         ($PKGVERSION): New variable.
31456         ($REPORT_BUGS_TO): Likewise.
31457         (usage): Use $REPORT_BUGS_TO.
31458         (top level): Use $PKGVERSION.
31459         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31460         ($(objpfx)pkgvers.texi): New rule.
31461         ($(objpfx)stamp-pkgvers): Likewise.
31462         * manual/install.texi: Include pkgvers.texi.
31463         (--with-pkgversion): Document new configure option.
31464         (--with-bugurl): Likewise.
31465         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31466         than necessarily for this particular distribution.  Use
31467         REPORT_BUGS_TO for where to report bugs.
31468         * INSTALL: Regenerated.
31469         * manual/libc.texinfo: Include pkgvers.texi.
31470         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31471         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31472         (print_version): Use PKGVERSION.
31473         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31474         (print_version): Use PKGVERSION.
31475         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31476         (print_version): Use PKGVERSION.
31477         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31478         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31479         macro.
31480         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31481         (print_version): Use PKGVERSION.
31482         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31483         (print_version): Use PKGVERSION.
31484         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31485         and PKGVERSION.
31486
31487         * timezone/checktab.awk: Update from tzcode 2012i.
31488         * timezone/ialloc.c: Likewise.
31489         * timezone/private.h: Likewise.
31490         * timezone/scheck.c: Likewise.
31491         * timezone/tzfile.h: Likewise.
31492         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31493         (TZVERSION): Hardcode tzcode version number.
31494         * timezone/zdump.c: Update from tzcode 2012i.
31495         * timezone/zic.c: Likewise.
31496         * timezone/version.h: New file.
31497         * timezone/README: Describe version.h.  Update upstream location.
31498
31499         [BZ #14824]
31500         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31501         (mktemp): Enable declaration.
31502         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31503         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31504         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31505         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31506         Likewise.
31507         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31508         Likewise.
31509         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31510         Likewise.
31511         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31512         Likewise.
31513         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31514         Likewise.
31515         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31516         Likewise.
31517
31518         [BZ #14821]
31519         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31520         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
31521         for copies of such integer values.
31522         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31523         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31524
31525 2012-11-09  Andreas Jaeger  <aj@suse.de>
31526
31527         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31528         definitions and declarations that are provided by
31529         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31530
31531 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31532
31533         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
31534         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31535         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31536         definition.
31537
31538 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31539
31540         * elf/elf.h: Update comment before AArch64 relocations.
31541
31542 2012-11-07  David S. Miller  <davem@davemloft.net>
31543
31544         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31545         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31546         (__start_context): Declare.
31547         (__makecontext_ret): Delete.
31548         (__makecontext): Hook up __start_context instead of
31549         __makecontext_ret.
31550         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31551         (sysdep_routines): Add __start_context when in stdlib.
31552
31553 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31554
31555         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31556         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31557         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
31558         hardcoded "nm".
31559         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
31560         (READELF): New variable.  Use it instead of hardcoded "readelf".
31561
31562 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
31563
31564         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31565         * sysdeps/x86/Makefile: Here.
31566         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31567         * sysdeps/x86/tst-xmmymm.sh: This.
31568
31569 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31570
31571         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31572         expectations.
31573         [UNIX98] (pthread_barrier_t): Do not expect.
31574         [UNIX98] (pthread_barrierattr_t): Likewise.
31575         [UNIX98] (pthread_spinlock_t): Likewise.
31576         [UNIX98] (pthread_barrier_destroy): Likewise.
31577         [UNIX98] (pthread_barrier_init): Likewise.
31578         [UNIX98] (pthread_barrier_wait): Likewise.
31579         [UNIX98] (pthread_barrierattr_destroy): Likewise.
31580         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31581         [UNIX98] (pthread_barrierattr_init): Likewise.
31582         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31583         [UNIX98] (pthread_getcpuclockid): Likewise.
31584         [UNIX98] (pthread_mutex_timedlock): Likewise.
31585         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31586         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31587         [UNIX98] (pthread_sigmask): Likewise.
31588         [UNIX98] (pthread_spin_destroy): Likewise.
31589         [UNIX98] (pthread_spin_init): Likewise.
31590         [UNIX98] (pthread_spin_lock): Likewise.
31591         [UNIX98] (pthread_spin_trylock): Likewise.
31592         [UNIX98] (pthread_spin_unlock): Likewise.
31593         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31594         Do not expect.
31595         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31596         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31597         [XPG3 || XPG4] (pthread_cond_t): Likewise.
31598         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31599         [XPG3 || XPG4] (pthread_key_t): Likewise.
31600         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31601         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31602         [XPG3 || XPG4] (pthread_once_t): Likewise.
31603         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31604         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31605         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31606         [XPG3 || XPG4] (pthread_t): Likewise.
31607
31608         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31609         not expect.
31610         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31611
31612         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31613         Change function return type to int.
31614
31615         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31616         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31617         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31618         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31619         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31620         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31621         [!POSIX] (posix_madvise): Likewise.
31622         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31623         && !UNIX98].
31624         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31625         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31626         (mode_t): Likewise.
31627         (posix_mem_offset): Likewise.
31628         (posix_typed_mem_get_info): Likewise.
31629         (posix_typed_mem_open): Likewise.
31630
31631         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31632         Change condition to [XOPEN2K8].
31633
31634         * conform/conformtest.pl: Preprocess allow-header data with -x c
31635         instead of from stdin.
31636         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31637         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31638         [C99-based standards] (cerfc): Likewise.
31639         [C99-based standards] (cexp2): Likewise.
31640         [C99-based standards] (cexpm1): Likewise.
31641         [C99-based standards] (clog10): Likewise.
31642         [C99-based standards] (clog1p): Likewise.
31643         [C99-based standards] (clog2): Likewise.
31644         [C99-based standards] (clgamma): Likewise.
31645         [C99-based standards] (ctgamma): Likewise.
31646         [C99-based standards] (cerff): Likewise.
31647         [C99-based standards] (cerfcf): Likewise.
31648         [C99-based standards] (cexp2f): Likewise.
31649         [C99-based standards] (cexpm1f): Likewise.
31650         [C99-based standards] (clog10f): Likewise.
31651         [C99-based standards] (clog1pf): Likewise.
31652         [C99-based standards] (clog2f): Likewise.
31653         [C99-based standards] (clgammaf): Likewise.
31654         [C99-based standards] (ctgammaf): Likewise.
31655         [C99-based standards] (cerfl): Likewise.
31656         [C99-based standards] (cerfcl): Likewise.
31657         [C99-based standards] (cexp2l): Likewise.
31658         [C99-based standards] (cexpm1l): Likewise.
31659         [C99-based standards] (clog10l): Likewise.
31660         [C99-based standards] (clog1pl): Likewise.
31661         [C99-based standards] (clog2l): Likewise.
31662         [C99-based standards] (clgammal): Likewise.
31663         [C99-based standards] (ctgammal): Likewise.
31664         * conform/data/inttypes.h-data [C99-based standards]: Include
31665         stdint.h-data.  Remove all expectations for stdint.h contents.
31666         [C99-based standards] (PRI*): Do not allow.
31667         [C99-based standards] (SCN*): Likewise.
31668         [C99-based standards] (*_t): Likewise.
31669         [C99-based-standards] (PRId8): Expect macro.
31670         [C99-based-standards] (PRIi8): Likewise.
31671         [C99-based-standards] (PRIo8): Likewise.
31672         [C99-based-standards] (PRIu8): Likewise.
31673         [C99-based-standards] (PRIx8): Likewise.
31674         [C99-based-standards] (PRIX8): Likewise.
31675         [C99-based-standards] (SCNd8): Likewise.
31676         [C99-based-standards] (SCNi8): Likewise.
31677         [C99-based-standards] (SCNo8): Likewise.
31678         [C99-based-standards] (SCNu8): Likewise.
31679         [C99-based-standards] (SCNx8): Likewise.
31680         [C99-based-standards] (PRIdLEAST8): Likewise.
31681         [C99-based-standards] (PRIiLEAST8): Likewise.
31682         [C99-based-standards] (PRIoLEAST8): Likewise.
31683         [C99-based-standards] (PRIuLEAST8): Likewise.
31684         [C99-based-standards] (PRIxLEAST8): Likewise.
31685         [C99-based-standards] (PRIXLEAST8): Likewise.
31686         [C99-based-standards] (SCNdLEAST8): Likewise.
31687         [C99-based-standards] (SCNiLEAST8): Likewise.
31688         [C99-based-standards] (SCNoLEAST8): Likewise.
31689         [C99-based-standards] (SCNuLEAST8): Likewise.
31690         [C99-based-standards] (SCNxLEAST8): Likewise.
31691         [C99-based-standards] (PRIdFAST8): Likewise.
31692         [C99-based-standards] (PRIiFAST8): Likewise.
31693         [C99-based-standards] (PRIoFAST8): Likewise.
31694         [C99-based-standards] (PRIuFAST8): Likewise.
31695         [C99-based-standards] (PRIxFAST8): Likewise.
31696         [C99-based-standards] (PRIXFAST8): Likewise.
31697         [C99-based-standards] (SCNdFAST8): Likewise.
31698         [C99-based-standards] (SCNiFAST8): Likewise.
31699         [C99-based-standards] (SCNoFAST8): Likewise.
31700         [C99-based-standards] (SCNuFAST8): Likewise.
31701         [C99-based-standards] (SCNxFAST8): Likewise.
31702         [C99-based-standards] (PRId16): Likewise.
31703         [C99-based-standards] (PRIi16): Likewise.
31704         [C99-based-standards] (PRIo16): Likewise.
31705         [C99-based-standards] (PRIu16): Likewise.
31706         [C99-based-standards] (PRIx16): Likewise.
31707         [C99-based-standards] (PRIX16): Likewise.
31708         [C99-based-standards] (SCNd16): Likewise.
31709         [C99-based-standards] (SCNi16): Likewise.
31710         [C99-based-standards] (SCNo16): Likewise.
31711         [C99-based-standards] (SCNu16): Likewise.
31712         [C99-based-standards] (SCNx16): Likewise.
31713         [C99-based-standards] (PRIdLEAST16): Likewise.
31714         [C99-based-standards] (PRIiLEAST16): Likewise.
31715         [C99-based-standards] (PRIoLEAST16): Likewise.
31716         [C99-based-standards] (PRIuLEAST16): Likewise.
31717         [C99-based-standards] (PRIxLEAST16): Likewise.
31718         [C99-based-standards] (PRIXLEAST16): Likewise.
31719         [C99-based-standards] (SCNdLEAST16): Likewise.
31720         [C99-based-standards] (SCNiLEAST16): Likewise.
31721         [C99-based-standards] (SCNoLEAST16): Likewise.
31722         [C99-based-standards] (SCNuLEAST16): Likewise.
31723         [C99-based-standards] (SCNxLEAST16): Likewise.
31724         [C99-based-standards] (PRIdFAST16): Likewise.
31725         [C99-based-standards] (PRIiFAST16): Likewise.
31726         [C99-based-standards] (PRIoFAST16): Likewise.
31727         [C99-based-standards] (PRIuFAST16): Likewise.
31728         [C99-based-standards] (PRIxFAST16): Likewise.
31729         [C99-based-standards] (PRIXFAST16): Likewise.
31730         [C99-based-standards] (SCNdFAST16): Likewise.
31731         [C99-based-standards] (SCNiFAST16): Likewise.
31732         [C99-based-standards] (SCNoFAST16): Likewise.
31733         [C99-based-standards] (SCNuFAST16): Likewise.
31734         [C99-based-standards] (SCNxFAST16): Likewise.
31735         [C99-based-standards] (PRId32): Likewise.
31736         [C99-based-standards] (PRIi32): Likewise.
31737         [C99-based-standards] (PRIo32): Likewise.
31738         [C99-based-standards] (PRIu32): Likewise.
31739         [C99-based-standards] (PRIx32): Likewise.
31740         [C99-based-standards] (PRIX32): Likewise.
31741         [C99-based-standards] (SCNd32): Likewise.
31742         [C99-based-standards] (SCNi32): Likewise.
31743         [C99-based-standards] (SCNo32): Likewise.
31744         [C99-based-standards] (SCNu32): Likewise.
31745         [C99-based-standards] (SCNx32): Likewise.
31746         [C99-based-standards] (PRIdLEAST32): Likewise.
31747         [C99-based-standards] (PRIiLEAST32): Likewise.
31748         [C99-based-standards] (PRIoLEAST32): Likewise.
31749         [C99-based-standards] (PRIuLEAST32): Likewise.
31750         [C99-based-standards] (PRIxLEAST32): Likewise.
31751         [C99-based-standards] (PRIXLEAST32): Likewise.
31752         [C99-based-standards] (SCNdLEAST32): Likewise.
31753         [C99-based-standards] (SCNiLEAST32): Likewise.
31754         [C99-based-standards] (SCNoLEAST32): Likewise.
31755         [C99-based-standards] (SCNuLEAST32): Likewise.
31756         [C99-based-standards] (SCNxLEAST32): Likewise.
31757         [C99-based-standards] (PRIdFAST32): Likewise.
31758         [C99-based-standards] (PRIiFAST32): Likewise.
31759         [C99-based-standards] (PRIoFAST32): Likewise.
31760         [C99-based-standards] (PRIuFAST32): Likewise.
31761         [C99-based-standards] (PRIxFAST32): Likewise.
31762         [C99-based-standards] (PRIXFAST32): Likewise.
31763         [C99-based-standards] (SCNdFAST32): Likewise.
31764         [C99-based-standards] (SCNiFAST32): Likewise.
31765         [C99-based-standards] (SCNoFAST32): Likewise.
31766         [C99-based-standards] (SCNuFAST32): Likewise.
31767         [C99-based-standards] (SCNxFAST32): Likewise.
31768         [C99-based-standards] (PRId64): Likewise.
31769         [C99-based-standards] (PRIi64): Likewise.
31770         [C99-based-standards] (PRIo64): Likewise.
31771         [C99-based-standards] (PRIu64): Likewise.
31772         [C99-based-standards] (PRIx64): Likewise.
31773         [C99-based-standards] (PRIX64): Likewise.
31774         [C99-based-standards] (SCNd64): Likewise.
31775         [C99-based-standards] (SCNi64): Likewise.
31776         [C99-based-standards] (SCNo64): Likewise.
31777         [C99-based-standards] (SCNu64): Likewise.
31778         [C99-based-standards] (SCNx64): Likewise.
31779         [C99-based-standards] (PRIdLEAST64): Likewise.
31780         [C99-based-standards] (PRIiLEAST64): Likewise.
31781         [C99-based-standards] (PRIoLEAST64): Likewise.
31782         [C99-based-standards] (PRIuLEAST64): Likewise.
31783         [C99-based-standards] (PRIxLEAST64): Likewise.
31784         [C99-based-standards] (PRIXLEAST64): Likewise.
31785         [C99-based-standards] (SCNdLEAST64): Likewise.
31786         [C99-based-standards] (SCNiLEAST64): Likewise.
31787         [C99-based-standards] (SCNoLEAST64): Likewise.
31788         [C99-based-standards] (SCNuLEAST64): Likewise.
31789         [C99-based-standards] (SCNxLEAST64): Likewise.
31790         [C99-based-standards] (PRIdFAST64): Likewise.
31791         [C99-based-standards] (PRIiFAST64): Likewise.
31792         [C99-based-standards] (PRIoFAST64): Likewise.
31793         [C99-based-standards] (PRIuFAST64): Likewise.
31794         [C99-based-standards] (PRIxFAST64): Likewise.
31795         [C99-based-standards] (PRIXFAST64): Likewise.
31796         [C99-based-standards] (SCNdFAST64): Likewise.
31797         [C99-based-standards] (SCNiFAST64): Likewise.
31798         [C99-based-standards] (SCNoFAST64): Likewise.
31799         [C99-based-standards] (SCNuFAST64): Likewise.
31800         [C99-based-standards] (SCNxFAST64): Likewise.
31801         [C99-based-standards] (PRIdMAX): Likewise.
31802         [C99-based-standards] (PRIiMAX): Likewise.
31803         [C99-based-standards] (PRIoMAX): Likewise.
31804         [C99-based-standards] (PRIuMAX): Likewise.
31805         [C99-based-standards] (PRIxMAX): Likewise.
31806         [C99-based-standards] (PRIXMAX): Likewise.
31807         [C99-based-standards] (SCNdMAX): Likewise.
31808         [C99-based-standards] (SCNiMAX): Likewise.
31809         [C99-based-standards] (SCNoMAX): Likewise.
31810         [C99-based-standards] (SCNuMAX): Likewise.
31811         [C99-based-standards] (SCNxMAX): Likewise.
31812         [C99-based-standards] (PRIdPTR): Likewise.
31813         [C99-based-standards] (PRIiPTR): Likewise.
31814         [C99-based-standards] (PRIoPTR): Likewise.
31815         [C99-based-standards] (PRIuPTR): Likewise.
31816         [C99-based-standards] (PRIxPTR): Likewise.
31817         [C99-based-standards] (PRIXPTR): Likewise.
31818         [C99-based-standards] (SCNdPTR): Likewise.
31819         [C99-based-standards] (SCNiPTR): Likewise.
31820         [C99-based-standards] (SCNoPTR): Likewise.
31821         [C99-based-standards] (SCNuPTR): Likewise.
31822         [C99-based-standards] (SCNxPTR): Likewise.
31823         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
31824         allow.
31825         * conform/data/stdint.h-data: Update comments to clarify
31826         requirements.
31827         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
31828         type.
31829         [C99-based standards] (INT8_MAX): Likewise.
31830         [C99-based standards] (INT16_MIN): Likewise.
31831         [C99-based standards] (INT16_MAX): Likewise.
31832         [C99-based standards] (INT32_MIN): Likewise.
31833         [C99-based standards] (INT32_MAX): Likewise.
31834         [C99-based standards] (INT64_MIN): Likewise.
31835         [C99-based standards] (INT64_MAX): Likewise.
31836         [C99-based standards] (UINT8_MAX): Likewise.
31837         [C99-based standards] (UINT16_MAX): Likewise.
31838         [C99-based standards] (UINT32_MAX): Likewise.
31839         [C99-based standards] (UINT64_MAX): Likewise.
31840         [C99-based standards] (INT_LEAST8_MIN): Likewise.
31841         [C99-based standards] (INT_LEAST8_MAX): Likewise.
31842         [C99-based standards] (INT_LEAST16_MIN): Likewise.
31843         [C99-based standards] (INT_LEAST16_MAX): Likewise.
31844         [C99-based standards] (INT_LEAST32_MIN): Likewise.
31845         [C99-based standards] (INT_LEAST32_MAX): Likewise.
31846         [C99-based standards] (INT_LEAST64_MIN): Likewise.
31847         [C99-based standards] (INT_LEAST64_MAX): Likewise.
31848         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
31849         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
31850         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
31851         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
31852         [C99-based standards] (INT_FAST8_MIN): Likewise.
31853         [C99-based standards] (INT_FAST8_MAX): Likewise.
31854         [C99-based standards] (INT_FAST16_MIN): Likewise.
31855         [C99-based standards] (INT_FAST16_MAX): Likewise.
31856         [C99-based standards] (INT_FAST32_MIN): Likewise.
31857         [C99-based standards] (INT_FAST32_MAX): Likewise.
31858         [C99-based standards] (INT_FAST64_MIN): Likewise.
31859         [C99-based standards] (INT_FAST64_MAX): Likewise.
31860         [C99-based standards] (UINT_FAST8_MAX): Likewise.
31861         [C99-based standards] (UINT_FAST16_MAX): Likewise.
31862         [C99-based standards] (UINT_FAST32_MAX): Likewise.
31863         [C99-based standards] (UINT_FAST64_MAX): Likewise.
31864         [C99-based standards] (INTPTR_MIN): Likewise.
31865         [C99-based standards] (INTPTR_MAX): Likewise.
31866         [C99-based standards] (UINTPTR_MAX): Likewise.
31867         [C99-based standards] (INTMAX_MIN): Likewise.
31868         [C99-based standards] (INTMAX_MAX): Likewise.
31869         [C99-based standards] (UINTMAX_MAX): Likewise.
31870         [C99-based standards] (PTRDIFF_MIN): Likewise.
31871         [C99-based standards] (PTRDIFF_MAX): Likewise.
31872         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
31873         [C99-based standards] (SIZE_MAX): Likewise.
31874         [C99-based standards] (WCHAR_MAX): Likewise.
31875         [C99-based standards] (WINT_MAX): Likewise.
31876         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
31877         constraint on value.
31878         [C99-based standards] (WCHAR_MIN): Likewise.
31879         [C99-based standards] (WINT_MIN): Likewise.
31880         [C99-based standards] (*_t): Allow.
31881         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
31882         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
31883         Include math.h-data and complex.h-data.  Remove all expectations
31884         of math.h and complex.h contents.
31885         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
31886         at end of line.
31887         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
31888         (struct tm): Expect tag.
31889         [C99-based-standards] (wcstof): Expect function.
31890         [C99-based-standards] (wcstold): Likewise.
31891         [C99-based-standards] (wcstoll): Likewise.
31892         [C99-based-standards] (wcstoull): Likewise.
31893         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
31894         macro-int-constant.  Specify type.
31895         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
31896         constraint on value.
31897         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31898         Specify type.
31899         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
31900         Specify value.
31901         [ISO C standards]: Do not allow headers.
31902         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
31903         wcs[abcdefghijklmnopqrstuvwxyz]*.
31904         [ISO C standards] (*_t): Do not allow.
31905         * conform/data/wctype.h-data [C99-based standards] (iswblank):
31906         Expect function.
31907         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
31908         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31909         Specify type.
31910         [ISO C standards]: Do not allow headers.
31911         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
31912         is[abcdefghijklmnopqrstuvwxyz]*.
31913         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
31914         to[abcdefghijklmnopqrstuvwxyz]*.
31915         [ISO C standards] (*_t): Do not allow.
31916         * conform/data/stdalign.h-data: New file.
31917         * conform/data/stdbool.h-data: Likewise.
31918         * conform/data/stdnoreturn.h-data: Likewise.
31919
31920 2012-11-07  Roland McGrath  <roland@hack.frob.com>
31921
31922         [BZ #14815]
31923         * manual/filesys.texi (Directory Entries): Typo fix.
31924         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
31925
31926 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31927
31928         * elf/elf.h (EM_AARCH64): New macro.
31929         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
31930         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
31931         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
31932         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
31933         (R_AARCH64_TLSDESC): Likewise.
31934         (NT_ARM_TLS): Likewise.
31935         (NT_ARM_HW_BREAK): Likewise.
31936         (NT_ARM_HW_WATCH): Likewise.
31937
31938 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31939
31940         [BZ #14811]
31941         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
31942         (__ieee754_powl): Saturate nonzero exponents with absolute value
31943         below 0x1p-79 to +/- 0x1p-79.
31944         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
31945         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
31946         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
31947         nonzero exponents with absolute value below 0x1p-32 to +/-
31948         0x1p-32.
31949         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
31950         (__ieee754_powl): Saturate nonzero exponents with absolute value
31951         below 0x1p-79 to +/- 0x1p-79.
31952         * math/libm-test.inc (pow_test): Add more tests.
31953
31954 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31955
31956         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
31957         _dl_s390_cap_flags with kernel. Increase string length.
31958         (_dl_s390_platforms): Add z196 and zEC12.
31959
31960 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31961
31962         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
31963         Change XOPEN21K to XOPEN2K.
31964
31965 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
31966
31967         * string/memmove.c: Use memcpy when possible.
31968
31969 2012-11-06  Andreas Jaeger  <aj@suse.de>
31970
31971         * po/eo.po: Update from translation team.
31972
31973 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
31974
31975         [BZ #14793]
31976         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
31977         exponent and small x and y exponents, scale x or y up.  Increase
31978         by 2 the exponent used in scaling up.
31979         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31980         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31981         * math/libm-test.inc (fma_test): Add more tests.
31982         (fma_test_towardzero): Likewise.
31983         (fma_test_downward): Likewise.
31984         (fma_test_upward): Likewise.
31985
31986 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
31987
31988         [BZ #14805]
31989         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
31990         fenv_t *.
31991
31992         [BZ #14801]
31993         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
31994         namespace for names of struct fields.
31995         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
31996         fenv_t fields.
31997         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
31998         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
31999
32000 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32001
32002         [BZ #3665]
32003         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32004
32005 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32006
32007         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32008         PTR_DEMANGLE.
32009
32010         [BZ #5246]
32011         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32012         PTR_DEMANGLE.
32013
32014 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32015
32016         [BZ #14797]
32017         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32018         definitely overflow as x * y not x * y + z.
32019         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32020         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32021         * math/libm-test.inc (fma_test): Add more tests.
32022         (fma_test_towardzero): Likewise.
32023         (fma_test_downward): Likewise.
32024         (fma_test_upward): Likewise.
32025
32026 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32027
32028         [BZ #157]
32029
32030         * include/stub-tag.h: Remove file.
32031         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32032         '#include' of it.
32033         * manual/maint.texi (Porting): Don't reference it.
32034         * Makerules ($(objpfx)stubs): Likewise.
32035         * dirent/closedir.c: Don't include <stub-tag.h>.
32036         * dirent/dirfd.c: Likewise.
32037         * dirent/fdopendir.c: Likewise.
32038         * dirent/getdents.c: Likewise.
32039         * dirent/getdents64.c: Likewise.
32040         * dirent/opendir.c: Likewise.
32041         * dirent/readdir.c: Likewise.
32042         * dirent/readdir64.c: Likewise.
32043         * dirent/readdir64_r.c: Likewise.
32044         * dirent/readdir_r.c: Likewise.
32045         * dirent/rewinddir.c: Likewise.
32046         * dirent/seekdir.c: Likewise.
32047         * dirent/telldir.c: Likewise.
32048         * gmon/profil.c: Likewise.
32049         * grp/setgroups.c: Likewise.
32050         * inet/if_index.c: Likewise.
32051         * io/access.c: Likewise.
32052         * io/chdir.c: Likewise.
32053         * io/chmod.c: Likewise.
32054         * io/chown.c: Likewise.
32055         * io/close.c: Likewise.
32056         * io/dup.c: Likewise.
32057         * io/dup2.c: Likewise.
32058         * io/dup3.c: Likewise.
32059         * io/euidaccess.c: Likewise.
32060         * io/faccessat.c: Likewise.
32061         * io/fchdir.c: Likewise.
32062         * io/fchmod.c: Likewise.
32063         * io/fchmodat.c: Likewise.
32064         * io/fchown.c: Likewise.
32065         * io/fchownat.c: Likewise.
32066         * io/fcntl.c: Likewise.
32067         * io/flock.c: Likewise.
32068         * io/fstatfs.c: Likewise.
32069         * io/fstatfs64.c: Likewise.
32070         * io/fstatvfs.c: Likewise.
32071         * io/fstatvfs64.c: Likewise.
32072         * io/futimens.c: Likewise.
32073         * io/fxstat.c: Likewise.
32074         * io/fxstat64.c: Likewise.
32075         * io/fxstatat.c: Likewise.
32076         * io/fxstatat64.c: Likewise.
32077         * io/getcwd.c: Likewise.
32078         * io/isatty.c: Likewise.
32079         * io/lchmod.c: Likewise.
32080         * io/lchown.c: Likewise.
32081         * io/link.c: Likewise.
32082         * io/linkat.c: Likewise.
32083         * io/lseek.c: Likewise.
32084         * io/lseek64.c: Likewise.
32085         * io/lxstat64.c: Likewise.
32086         * io/mkdir.c: Likewise.
32087         * io/mkdirat.c: Likewise.
32088         * io/mkfifo.c: Likewise.
32089         * io/mkfifoat.c: Likewise.
32090         * io/open.c: Likewise.
32091         * io/open64.c: Likewise.
32092         * io/openat.c: Likewise.
32093         * io/openat64.c: Likewise.
32094         * io/pipe.c: Likewise.
32095         * io/pipe2.c: Likewise.
32096         * io/poll.c: Likewise.
32097         * io/posix_fadvise.c: Likewise.
32098         * io/posix_fadvise64.c: Likewise.
32099         * io/posix_fallocate.c: Likewise.
32100         * io/posix_fallocate64.c: Likewise.
32101         * io/read.c: Likewise.
32102         * io/readlink.c: Likewise.
32103         * io/readlinkat.c: Likewise.
32104         * io/rmdir.c: Likewise.
32105         * io/sendfile.c: Likewise.
32106         * io/sendfile64.c: Likewise.
32107         * io/statfs.c: Likewise.
32108         * io/statfs64.c: Likewise.
32109         * io/statvfs.c: Likewise.
32110         * io/statvfs64.c: Likewise.
32111         * io/symlink.c: Likewise.
32112         * io/symlinkat.c: Likewise.
32113         * io/ttyname.c: Likewise.
32114         * io/ttyname_r.c: Likewise.
32115         * io/umask.c: Likewise.
32116         * io/unlink.c: Likewise.
32117         * io/unlinkat.c: Likewise.
32118         * io/utime.c: Likewise.
32119         * io/utimensat.c: Likewise.
32120         * io/write.c: Likewise.
32121         * io/xmknod.c: Likewise.
32122         * io/xmknodat.c: Likewise.
32123         * io/xstat.c: Likewise.
32124         * io/xstat64.c: Likewise.
32125         * login/getpt.c: Likewise.
32126         * login/grantpt.c: Likewise.
32127         * login/unlockpt.c: Likewise.
32128         * math/e_acoshl.c: Likewise.
32129         * math/e_acosl.c: Likewise.
32130         * math/e_asinl.c: Likewise.
32131         * math/e_atan2l.c: Likewise.
32132         * math/e_atanhl.c: Likewise.
32133         * math/e_coshl.c: Likewise.
32134         * math/e_expl.c: Likewise.
32135         * math/e_fmodl.c: Likewise.
32136         * math/e_gammal_r.c: Likewise.
32137         * math/e_hypotl.c: Likewise.
32138         * math/e_j0l.c: Likewise.
32139         * math/e_j1l.c: Likewise.
32140         * math/e_jnl.c: Likewise.
32141         * math/e_lgammal_r.c: Likewise.
32142         * math/e_log10l.c: Likewise.
32143         * math/e_log2l.c: Likewise.
32144         * math/e_logl.c: Likewise.
32145         * math/e_powl.c: Likewise.
32146         * math/e_rem_pio2l.c: Likewise.
32147         * math/e_sinhl.c: Likewise.
32148         * math/e_sqrtl.c: Likewise.
32149         * math/fclrexcpt.c: Likewise.
32150         * math/fedisblxcpt.c: Likewise.
32151         * math/feenablxcpt.c: Likewise.
32152         * math/fegetenv.c: Likewise.
32153         * math/fegetexcept.c: Likewise.
32154         * math/fegetround.c: Likewise.
32155         * math/feholdexcpt.c: Likewise.
32156         * math/fesetenv.c: Likewise.
32157         * math/fesetround.c: Likewise.
32158         * math/feupdateenv.c: Likewise.
32159         * math/fgetexcptflg.c: Likewise.
32160         * math/fraiseexcpt.c: Likewise.
32161         * math/fsetexcptflg.c: Likewise.
32162         * math/ftestexcept.c: Likewise.
32163         * math/k_cosl.c: Likewise.
32164         * math/k_rem_pio2l.c: Likewise.
32165         * math/k_sinl.c: Likewise.
32166         * math/k_tanl.c: Likewise.
32167         * math/s_asinhl.c: Likewise.
32168         * math/s_atanl.c: Likewise.
32169         * math/s_cbrtl.c: Likewise.
32170         * math/s_erfl.c: Likewise.
32171         * math/s_expm1l.c: Likewise.
32172         * math/s_log1pl.c: Likewise.
32173         * math/s_tanhl.c: Likewise.
32174         * misc/acct.c: Likewise.
32175         * misc/brk.c: Likewise.
32176         * misc/chflags.c: Likewise.
32177         * misc/chroot.c: Likewise.
32178         * misc/fchflags.c: Likewise.
32179         * misc/fgetxattr.c: Likewise.
32180         * misc/flistxattr.c: Likewise.
32181         * misc/fremovexattr.c: Likewise.
32182         * misc/fsetxattr.c: Likewise.
32183         * misc/fsync.c: Likewise.
32184         * misc/ftruncate.c: Likewise.
32185         * misc/futimes.c: Likewise.
32186         * misc/futimesat.c: Likewise.
32187         * misc/getdomain.c: Likewise.
32188         * misc/getdtsz.c: Likewise.
32189         * misc/gethostid.c: Likewise.
32190         * misc/gethostname.c: Likewise.
32191         * misc/getloadavg.c: Likewise.
32192         * misc/getpagesize.c: Likewise.
32193         * misc/getsysstats.c: Likewise.
32194         * misc/getxattr.c: Likewise.
32195         * misc/gtty.c: Likewise.
32196         * misc/ioctl.c: Likewise.
32197         * misc/lgetxattr.c: Likewise.
32198         * misc/listxattr.c: Likewise.
32199         * misc/llistxattr.c: Likewise.
32200         * misc/lremovexattr.c: Likewise.
32201         * misc/lsetxattr.c: Likewise.
32202         * misc/lutimes.c: Likewise.
32203         * misc/madvise.c: Likewise.
32204         * misc/mincore.c: Likewise.
32205         * misc/mlock.c: Likewise.
32206         * misc/mlockall.c: Likewise.
32207         * misc/mmap.c: Likewise.
32208         * misc/mprotect.c: Likewise.
32209         * misc/msync.c: Likewise.
32210         * misc/munlock.c: Likewise.
32211         * misc/munlockall.c: Likewise.
32212         * misc/munmap.c: Likewise.
32213         * misc/preadv.c: Likewise.
32214         * misc/preadv64.c: Likewise.
32215         * misc/ptrace.c: Likewise.
32216         * misc/pwritev.c: Likewise.
32217         * misc/pwritev64.c: Likewise.
32218         * misc/readv.c: Likewise.
32219         * misc/reboot.c: Likewise.
32220         * misc/remap_file_pages.c: Likewise.
32221         * misc/removexattr.c: Likewise.
32222         * misc/revoke.c: Likewise.
32223         * misc/select.c: Likewise.
32224         * misc/setdomain.c: Likewise.
32225         * misc/setegid.c: Likewise.
32226         * misc/seteuid.c: Likewise.
32227         * misc/sethostid.c: Likewise.
32228         * misc/sethostname.c: Likewise.
32229         * misc/setregid.c: Likewise.
32230         * misc/setreuid.c: Likewise.
32231         * misc/setxattr.c: Likewise.
32232         * misc/sstk.c: Likewise.
32233         * misc/stty.c: Likewise.
32234         * misc/swapoff.c: Likewise.
32235         * misc/swapon.c: Likewise.
32236         * misc/sync.c: Likewise.
32237         * misc/syncfs.c: Likewise.
32238         * misc/syscall.c: Likewise.
32239         * misc/truncate.c: Likewise.
32240         * misc/ualarm.c: Likewise.
32241         * misc/usleep.c: Likewise.
32242         * misc/ustat.c: Likewise.
32243         * misc/utimes.c: Likewise.
32244         * misc/vhangup.c: Likewise.
32245         * misc/writev.c: Likewise.
32246         * posix/_exit.c: Likewise.
32247         * posix/alarm.c: Likewise.
32248         * posix/execve.c: Likewise.
32249         * posix/fexecve.c: Likewise.
32250         * posix/fork.c: Likewise.
32251         * posix/fpathconf.c: Likewise.
32252         * posix/getaddrinfo.c: Likewise.
32253         * posix/getegid.c: Likewise.
32254         * posix/geteuid.c: Likewise.
32255         * posix/getgid.c: Likewise.
32256         * posix/getgroups.c: Likewise.
32257         * posix/getlogin.c: Likewise.
32258         * posix/getlogin_r.c: Likewise.
32259         * posix/getpgid.c: Likewise.
32260         * posix/getpid.c: Likewise.
32261         * posix/getppid.c: Likewise.
32262         * posix/getresgid.c: Likewise.
32263         * posix/getresuid.c: Likewise.
32264         * posix/getsid.c: Likewise.
32265         * posix/getuid.c: Likewise.
32266         * posix/glob64.c: Likewise.
32267         * posix/nanosleep.c: Likewise.
32268         * posix/pathconf.c: Likewise.
32269         * posix/pause.c: Likewise.
32270         * posix/posix_madvise.c: Likewise.
32271         * posix/pread.c: Likewise.
32272         * posix/pread64.c: Likewise.
32273         * posix/pwrite.c: Likewise.
32274         * posix/pwrite64.c: Likewise.
32275         * posix/sched_getaffinity.c: Likewise.
32276         * posix/sched_getp.c: Likewise.
32277         * posix/sched_gets.c: Likewise.
32278         * posix/sched_primax.c: Likewise.
32279         * posix/sched_primin.c: Likewise.
32280         * posix/sched_rr_gi.c: Likewise.
32281         * posix/sched_setaffinity.c: Likewise.
32282         * posix/sched_setp.c: Likewise.
32283         * posix/sched_sets.c: Likewise.
32284         * posix/sched_yield.c: Likewise.
32285         * posix/setgid.c: Likewise.
32286         * posix/setlogin.c: Likewise.
32287         * posix/setpgid.c: Likewise.
32288         * posix/setresgid.c: Likewise.
32289         * posix/setresuid.c: Likewise.
32290         * posix/setsid.c: Likewise.
32291         * posix/setuid.c: Likewise.
32292         * posix/sleep.c: Likewise.
32293         * posix/spawni.c: Likewise.
32294         * posix/sysconf.c: Likewise.
32295         * posix/times.c: Likewise.
32296         * posix/wait.c: Likewise.
32297         * posix/wait3.c: Likewise.
32298         * posix/wait4.c: Likewise.
32299         * posix/waitpid.c: Likewise.
32300         * resolv/gai_sigqueue.c: Likewise.
32301         * resource/getpriority.c: Likewise.
32302         * resource/getrlimit.c: Likewise.
32303         * resource/getrusage.c: Likewise.
32304         * resource/nice.c: Likewise.
32305         * resource/setpriority.c: Likewise.
32306         * resource/setrlimit.c: Likewise.
32307         * resource/ulimit.c: Likewise.
32308         * rt/aio_cancel.c: Likewise.
32309         * rt/aio_fsync.c: Likewise.
32310         * rt/aio_read.c: Likewise.
32311         * rt/aio_sigqueue.c: Likewise.
32312         * rt/aio_suspend.c: Likewise.
32313         * rt/aio_write.c: Likewise.
32314         * rt/clock_getres.c: Likewise.
32315         * rt/clock_gettime.c: Likewise.
32316         * rt/clock_nanosleep.c: Likewise.
32317         * rt/clock_settime.c: Likewise.
32318         * rt/lio_listio.c: Likewise.
32319         * rt/mq_close.c: Likewise.
32320         * rt/mq_getattr.c: Likewise.
32321         * rt/mq_notify.c: Likewise.
32322         * rt/mq_open.c: Likewise.
32323         * rt/mq_receive.c: Likewise.
32324         * rt/mq_send.c: Likewise.
32325         * rt/mq_setattr.c: Likewise.
32326         * rt/mq_timedreceive.c: Likewise.
32327         * rt/mq_timedsend.c: Likewise.
32328         * rt/mq_unlink.c: Likewise.
32329         * rt/shm_open.c: Likewise.
32330         * rt/shm_unlink.c: Likewise.
32331         * rt/timer_create.c: Likewise.
32332         * rt/timer_delete.c: Likewise.
32333         * rt/timer_getoverr.c: Likewise.
32334         * rt/timer_gettime.c: Likewise.
32335         * rt/timer_settime.c: Likewise.
32336         * setjmp/__longjmp.c: Likewise.
32337         * setjmp/setjmp.c: Likewise.
32338         * signal/kill.c: Likewise.
32339         * signal/killpg.c: Likewise.
32340         * signal/raise.c: Likewise.
32341         * signal/sigaction.c: Likewise.
32342         * signal/sigaltstack.c: Likewise.
32343         * signal/sigblock.c: Likewise.
32344         * signal/sigignore.c: Likewise.
32345         * signal/sigintr.c: Likewise.
32346         * signal/signal.c: Likewise.
32347         * signal/sigpause.c: Likewise.
32348         * signal/sigpending.c: Likewise.
32349         * signal/sigqueue.c: Likewise.
32350         * signal/sigreturn.c: Likewise.
32351         * signal/sigset.c: Likewise.
32352         * signal/sigsetmask.c: Likewise.
32353         * signal/sigstack.c: Likewise.
32354         * signal/sigsuspend.c: Likewise.
32355         * signal/sigtimedwait.c: Likewise.
32356         * signal/sigvec.c: Likewise.
32357         * signal/sigwait.c: Likewise.
32358         * signal/sigwaitinfo.c: Likewise.
32359         * signal/sysv_signal.c: Likewise.
32360         * socket/accept.c: Likewise.
32361         * socket/accept4.c: Likewise.
32362         * socket/bind.c: Likewise.
32363         * socket/connect.c: Likewise.
32364         * socket/getpeername.c: Likewise.
32365         * socket/getsockname.c: Likewise.
32366         * socket/getsockopt.c: Likewise.
32367         * socket/isfdtype.c: Likewise.
32368         * socket/listen.c: Likewise.
32369         * socket/recv.c: Likewise.
32370         * socket/recvfrom.c: Likewise.
32371         * socket/recvmsg.c: Likewise.
32372         * socket/send.c: Likewise.
32373         * socket/sendmsg.c: Likewise.
32374         * socket/sendto.c: Likewise.
32375         * socket/setsockopt.c: Likewise.
32376         * socket/shutdown.c: Likewise.
32377         * socket/sockatmark.c: Likewise.
32378         * socket/socket.c: Likewise.
32379         * socket/socketpair.c: Likewise.
32380         * stdio-common/ctermid.c: Likewise.
32381         * stdio-common/cuserid.c: Likewise.
32382         * stdio-common/remove.c: Likewise.
32383         * stdio-common/rename.c: Likewise.
32384         * stdio-common/renameat.c: Likewise.
32385         * stdio-common/tempname.c: Likewise.
32386         * stdlib/getcontext.c: Likewise.
32387         * stdlib/makecontext.c: Likewise.
32388         * stdlib/setcontext.c: Likewise.
32389         * stdlib/swapcontext.c: Likewise.
32390         * stdlib/system.c: Likewise.
32391         * streams/fattach.c: Likewise.
32392         * streams/fdetach.c: Likewise.
32393         * streams/getmsg.c: Likewise.
32394         * streams/getpmsg.c: Likewise.
32395         * streams/putmsg.c: Likewise.
32396         * streams/putpmsg.c: Likewise.
32397         * sysdeps/unix/bsd/getpt.c: Likewise.
32398         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32399         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32400         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32402         Likewise.
32403         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32404         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32405         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32406         * sysvipc/msgctl.c: Likewise.
32407         * sysvipc/msgget.c: Likewise.
32408         * sysvipc/msgrcv.c: Likewise.
32409         * sysvipc/msgsnd.c: Likewise.
32410         * sysvipc/semctl.c: Likewise.
32411         * sysvipc/semget.c: Likewise.
32412         * sysvipc/semop.c: Likewise.
32413         * sysvipc/semtimedop.c: Likewise.
32414         * sysvipc/shmat.c: Likewise.
32415         * sysvipc/shmctl.c: Likewise.
32416         * sysvipc/shmdt.c: Likewise.
32417         * sysvipc/shmget.c: Likewise.
32418         * termios/tcdrain.c: Likewise.
32419         * termios/tcflow.c: Likewise.
32420         * termios/tcflush.c: Likewise.
32421         * termios/tcgetattr.c: Likewise.
32422         * termios/tcgetpgrp.c: Likewise.
32423         * termios/tcsendbrk.c: Likewise.
32424         * termios/tcsetattr.c: Likewise.
32425         * termios/tcsetpgrp.c: Likewise.
32426         * time/adjtime.c: Likewise.
32427         * time/clock.c: Likewise.
32428         * time/getitimer.c: Likewise.
32429         * time/gettimeofday.c: Likewise.
32430         * time/setitimer.c: Likewise.
32431         * time/settimeofday.c: Likewise.
32432         * time/stime.c: Likewise.
32433         * time/time.c: Likewise.
32434
32435 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32436
32437         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32438         /usr/old/bin.
32439
32440         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32441         instead of spaces.
32442         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32443
32444 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32445
32446         [BZ #14796]
32447         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32448         FE_TONEAREST before applying Dekker multiplication and Knuth
32449         addition.  Clear inexact exceptions and check for exact zero
32450         results afterwards.
32451         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32452         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32453         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32454         * math/libm-test.inc (fma_test): Add more tests.
32455         (fma_test_towardzero): Likewise.
32456         (fma_test_downward): Likewise.
32457         (fma_test_upward): Likewise.
32458         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32459         function.
32460         (libc_fesetround): New macro.
32461         (libc_fesetroundf): Likewise.
32462         (libc_fesetroundl): Likewise.
32463         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32464         function.
32465         (libc_fesetround_387): Likewise.
32466         (libc_fesetroundf): New macro.
32467         (libc_fesetround): Likewise.
32468         (libc_fesetroundl): Likewise.
32469         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32470         function.
32471         (libc_fesetroundf): New macro.
32472         (libc_fesetround): Likewise.
32473         (libc_fesetroundl): Likewise.
32474         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32475         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32476         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32477         libm_hidden_ver.
32478         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32479         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32480         libm_hidden_def.
32481         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32482         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32483         libm_hidden_ver.
32484         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32485         libm_hidden_def.
32486
32487         [BZ #3439]
32488         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32489         integer constant usable in #if and use that to give value to enum
32490         constant.
32491         (FE_DIVBYZERO): Likewise.
32492         (FE_UNDERFLOW): Likewise.
32493         (FE_OVERFLOW): Likewise.
32494         (FE_INVALID): Likewise.
32495         (FE_INVALID_SNAN): Likewise.
32496         (FE_INVALID_ISI): Likewise.
32497         (FE_INVALID_IDI): Likewise.
32498         (FE_INVALID_ZDZ): Likewise.
32499         (FE_INVALID_IMZ): Likewise.
32500         (FE_INVALID_COMPARE): Likewise.
32501         (FE_INVALID_SOFTWARE): Likewise.
32502         (FE_INVALID_SQRT): Likewise.
32503         (FE_INVALID_INTEGER_CONVERSION): Likewise.
32504         (FE_TONEAREST): Likewise.
32505         (FE_TOWARDZERO): Likewise.
32506         (FE_UPWARD): Likewise.
32507         (FE_DOWNWARD): Likewise.
32508         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32509         (FE_DIVBYZERO): Likewise.
32510         (FE_OVERFLOW): Likewise.
32511         (FE_UNDERFLOW): Likewise.
32512         (FE_INEXACT): Likewise.
32513         (FE_TONEAREST): Likewise.
32514         (FE_DOWNWARD): Likewise.
32515         (FE_UPWARD): Likewise.
32516         (FE_TOWARDZERO): Likewise.
32517         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32518         (FE_UNDERFLOW): Likewise.
32519         (FE_OVERFLOW): Likewise.
32520         (FE_DIVBYZERO): Likewise.
32521         (FE_INVALID): Likewise.
32522         (FE_TONEAREST): Likewise.
32523         (FE_TOWARDZERO): Likewise.
32524         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32525         (FE_OVERFLOW): Likewise.
32526         (FE_UNDERFLOW): Likewise.
32527         (FE_DIVBYZERO): Likewise.
32528         (FE_INEXACT): Likewise.
32529         (FE_TONEAREST): Likewise.
32530         (FE_TOWARDZERO): Likewise.
32531         (FE_UPWARD): Likewise.
32532         (FE_DOWNWARD): Likewise.
32533         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32534         (FE_DIVBYZERO): Likewise.
32535         (FE_OVERFLOW): Likewise.
32536         (FE_UNDERFLOW): Likewise.
32537         (FE_INEXACT): Likewise.
32538         (FE_TONEAREST): Likewise.
32539         (FE_DOWNWARD): Likewise.
32540         (FE_UPWARD): Likewise.
32541         (FE_TOWARDZERO): Likewise.
32542
32543 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
32544
32545         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32546
32547 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
32548
32549         * scripts/cross-test-ssh.sh (command): Use newlines to separate
32550         commands.  Quote $PWD.
32551         (blacklist_exports): Don't use remove_newlines.  Replace "declare
32552         -x" by "export".
32553         (remove_newlines): Remove.
32554
32555 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
32556
32557         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32558         * stdlib/stdlib.h (atof): Moved to ...
32559         * include/bits/stdlib-float.h: Here.  New file.
32560         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32561         * stdlib/bits/stdlib-float.h: New file.
32562         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32563         -mno-sse -mno-mmx.
32564         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32565         <xmmintrin.h>.
32566
32567 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32568
32569         * conform/conformtest.pl (@headers): Add fenv.h.
32570         * conform/data/fenv.h-data: New file.
32571         * include/fenv.h [_ISOMAC]: Disable all contents of file except
32572         include of <math/fenv.h>.
32573
32574         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32575         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32576         && !UNIX98].  Enables tests for XOPEN2K8.
32577         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32578         POSIX2008]: Likewise.
32579
32580         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32581         (struct rusage): Do not expect type or its members.
32582
32583         [BZ #3439]
32584         * math/math.h (FP_NAN): Define macro to integer constant usable in
32585         #if and use that to give value to enum constant.
32586         (FP_INFINITE): Likewise.
32587         (FP_ZERO): Likewise.
32588         (FP_SUBNORMAL): Likewise.
32589         (FP_NORMAL): Likewise.
32590
32591 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
32592
32593         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32594         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32595         arguments.
32596
32597 2012-11-02  Roland McGrath  <roland@hack.frob.com>
32598
32599         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32600         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32601         autoconf-time if not.
32602         * configure.in: Remove AC_PREREQ.
32603
32604 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32605
32606         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32607         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32608         of the internal implementation.
32609
32610 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32611
32612         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32613         except include of <misc/sys/syslog.h>.
32614
32615 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32616
32617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32618         function returns with a NULL context exit with zero.
32619
32620 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32621
32622         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32623
32624 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
32625
32626         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32627         (run_program_cmd): This.
32628         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32629         (tst_langinfo): New variable.  Use it.
32630
32631 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
32632
32633         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32634         floating point opcodes.
32635
32636 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32637
32638         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
32639         variable.
32640
32641         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
32642
32643         * sysdeps/mach/hurd/powerpc: Remove directory.
32644         * sysdeps/mach/powerpc: Likewise.
32645
32646 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32647
32648         * scripts/check-local-headers.sh: Ignore c++ headers.
32649
32650 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32651
32652         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
32653         __libc_cleanup_region_start argument.
32654
32655 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
32656
32657         [BZ #14784]
32658         [BZ #14785]
32659         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
32660         x * y using scaling, not as x * y + z.
32661         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32662         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32663         * math/libm-test.inc (fma_test): Add more tests.
32664         (fma_test_towardzero): Likewise.
32665         (fma_test_downward): Likewise.
32666         (fma_test_upward): Likewise.
32667
32668 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32669
32670         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
32671
32672 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32673
32674         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
32675         New variable.
32676
32677 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
32678
32679         * rt/tst-shm.c (worker): Correct checking for mmap failure.
32680
32681 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32682
32683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32684         Fix sort order.
32685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32686         Likewise.
32687
32688 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32689
32690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32691         Fix the order of the list for glibc 2.17.
32692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32693         Likewise.
32694
32695 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32696
32697         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32698
32699 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32700
32701         [BZ #14610]
32702         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
32703         for low part of x being zero before using __atanl (y).
32704         * math/libm-test.inc (atan2_test): Add another test.
32705
32706         * manual/install.texi (Configuring and compiling): Document
32707         general use of test-wrapper and test-wrapper-env.
32708         * INSTALL: Regenerated.
32709
32710         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
32711         (__fma): Do not extract and scale down low bits on after-rounding
32712         systems when result rounded to normal precision would have normal
32713         exponent.
32714         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
32715         (__fmal): Do not extract and scale down low bits on after-rounding
32716         systems when result rounded to normal precision would have normal
32717         exponent.
32718         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
32719         (__fmal): Do not extract and scale down low bits on after-rounding
32720         systems when result rounded to normal precision would have normal
32721         exponent.
32722         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
32723         macro.
32724         (fma_test): Add more tests.
32725         (fma_test_towardzero): Likewise.
32726         (fma_test_downward): Likewise.
32727         (fma_test_upward): Likewise.
32728
32729 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
32730
32731         * sysdeps/i386/tininess.h: Renamed to ...
32732         * sysdeps/x86/tininess.h: This.
32733         * sysdeps/x86_64/tininess.h: Removed.
32734
32735 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32736
32737         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
32738         input.  Use $(build-program-cmd).
32739         ($(objpfx)tst-array1-static.out): Likewise.
32740         ($(objpfx)tst-array2.out): Likewise.
32741         ($(objpfx)tst-array3.out): Likewise.
32742         ($(objpfx)tst-array4.out): Likewise.
32743         ($(objpfx)tst-array5.out): Likewise.
32744         ($(objpfx)tst-array5-static.out): Likewise.
32745
32746 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
32747
32748         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
32749         if defined.
32750
32751         * nss/nsswitch.h (nss_interface_function): Provide new
32752         macro for use with NSS functions.
32753         * grp/initgroups.c: Use new macro.
32754         * nss/getXXbyYY.c: Likewise.
32755         * nss/getXXbyYY_r.c: Likewise.
32756         * nss/getXXent.c: Likewise.
32757         * nss/getXXent_r.c: Likewise.
32758         * sysdeps/posix/getaddrinfo.c: Likewise.
32759
32760 2012-10-30  Andreas Jaeger  <aj@suse.de>
32761
32762         * po/ru.po: Update Russion translation from translation project.
32763
32764 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32765
32766         [BZ #14152]
32767         [BZ #14783]
32768         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
32769         result and shift together with sticky bit instead of replicating
32770         round-to-nearest rounding.
32771         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32772         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32773         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
32774         missing underflow exceptions.
32775         (fma_test_towardzero): Add more tests.
32776         (fma_test_downward): Likewise.
32777         (fma_test_upward): Likewise.
32778
32779         [BZ #14047]
32780         * sysdeps/generic/tininess.h: New file.
32781         * sysdeps/i386/tininess.h: Likewise.
32782         * sysdeps/sh/tininess.h: Likewise.
32783         * sysdeps/x86_64/tininess.h: Likewise.
32784         * stdlib/tst-strtod-underflow.c: Likewise.
32785         * stdlib/tst-tininess.c: Likewise.
32786         * stdlib/strtod_l.c: Include <tininess.h>.
32787         (round_and_return): Do not set errno for exact underflow cases.
32788         Force an underflow exception when setting errno for underflow.
32789         Determine underflow based on rounding to normal precision if
32790         TININESS_AFTER_ROUNDING.
32791         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
32792         ERANGE for exact underflow cases.
32793         * stdlib/Makefile (tests): Add tst-tininess and
32794         tst-strtod-underflow.
32795         ($(objpfx)tst-tininess): Use $(link-libm).
32796         ($(objpfx)tst-strtod-underflow): Likewise.
32797
32798 2012-10-30  Andreas Jaeger  <aj@suse.de>
32799
32800         [BZ#14767]
32801         * elf/Makefile (tests): Remove conditional for have-initfini-array
32802         since this is now always required and the variable does not exist
32803         anymore.
32804         (tests-static): Likewise.
32805         (modules-names): Likewise.
32806
32807         * po/eo.po: Add Esperanto translation from translation project.
32808
32809         * elf/tst-array1.c (fini_array): Make writeable so that it can be
32810         merged with constructor/destructor.
32811         (init_array): Likewise.
32812         * elf/tst-array2dep.c (fini_array): Likewise.
32813         (init_array): Likewise.
32814
32815 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
32816
32817         * manual/message.texi: Delete @cartouche tags.
32818
32819 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
32820
32821         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
32822         EOPNOTSUPP.
32823         * sysdeps/mach/hurd/fsync.c: Likewise.
32824
32825         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
32826         [_POSIX_REALTIME_SIGNALS]: Change condition to
32827         [_POSIX_REALTIME_SIGNALS > 0].
32828
32829 2012-10-27  Andreas Jaeger  <aj@suse.de>
32830
32831         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
32832         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
32833         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
32834         [__WORDSIZE != 64]: Likewise.
32835
32836 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
32837
32838         *  iconvdata/tst-table.sh: Remove ${SHELL}.
32839         *  iconvdata/tst-tables.sh: Likewise.
32840
32841 2012-10-25  David S. Miller  <davem@davemloft.net>
32842
32843         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32844         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
32845         of strtoull.
32846
32847         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
32848         ifunc-impl-list.c
32849         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
32850         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
32851         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
32852         file.
32853
32854 2012-10-25  Roland McGrath  <roland@hack.frob.com>
32855
32856         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32857         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
32858         __getdirentries.
32859
32860 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
32861             Jim Blandy  <jimb@codesourcery.com>
32862
32863         * scripts/cross-test-ssh.sh: New file.
32864         * manual/install.texi (Configuring and compiling): Document use of
32865         cross-test-ssh.sh.
32866         * INSTALL: Regenerated.
32867
32868 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
32869
32870         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
32871         EOPNOTSUPP.
32872
32873 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
32874
32875         * Makeconfig (run-program-prefix): Fix comment.
32876
32877 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
32878             Jim Blandy  <jimb@codesourcery.com>
32879
32880         * Makeconfig (test-wrapper): New variable,
32881         (test-wrapper-env): Likewise.
32882         [$(cross-compiling) = yes && $(test-wrapper) != ""]
32883         (run-built-tests): Define to yes.
32884         (run-program-prefix): Use $(test-wrapper).
32885         (built-program-cmd): Likewise.
32886         * Rules (make-test-out): Use $(test-wrapper-env) and
32887         $(host-built-program-cmd).
32888         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
32889         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
32890         tst-pathopt.sh.
32891         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
32892         $(test-wrapper-env) to tst-rtld-load-self.sh.
32893         ($(objpfx)order2.out): Use $(test-wrapper).
32894         ($(objpfx)tst-initorder.out): Likewise.
32895         ($(objpfx)tst-initorder2.out): Likewise.
32896         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
32897         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
32898         (test_wrapper_env): New variable.  Use it to run ld.so.
32899         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
32900         Use it to run ld.so.
32901         (test_wrapper_env): Likewise.
32902         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
32903         $(test-wrapper) to run-iconv-test.sh.
32904         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
32905         (ICONV): Use $test_wrapper.
32906         * posix/Makefile ($(objpfx)globtest.out): Pass
32907         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
32908         globtest.sh, not $(run-program-prefix).
32909         * posix/globtest.sh (run_via_rtld_prefix): New variable.
32910         (test_wrapper): Likewise.
32911         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
32912         set together with run_via_rtld_prefix.
32913         (run_program_prefix): Define in terms of test_wrapper and
32914         run_via_rtld_prefix.
32915
32916 2012-10-24  Roland McGrath  <roland@hack.frob.com>
32917
32918         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
32919         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
32920         Targets removed.
32921
32922         [BZ #14743]
32923         * include/time.h: Remove librt_hidden_proto (clock_gettime).
32924         Declare __clock_getres, __clock_gettime, __clock_settime,
32925         __clock_nanosleep, and __clock_getcpuclockid.
32926         * rt/clock_gettime.c: Define __clock_gettime as an alias.
32927         Remove librt_hidden_def (clock_gettime).
32928         * sysdeps/unix/clock_gettime.c: Likewise.
32929         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
32930         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
32931         * rt/clock_getres.c: Define __clock_getres as an alias.
32932         * sysdeps/posix/clock_getres.c: Likewise.
32933         * rt/clock_settime.c: Define __clock_settime as an alias.
32934         * sysdeps/unix/clock_settime.c: Likewise.
32935         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
32936         * sysdeps/unix/clock_nanosleep.c: Likewise.
32937         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
32938         * rt/clock-compat.c: New file.
32939         * rt/Makefile (librt-routines): Add clock-compat and move
32940         $(clock-routines) to ...
32941         (routines): ... here, new variable.
32942         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
32943         Don't add get_clockfreq here.
32944         * rt/Versions (libc: GLIBC_2.17): New version set.
32945         Add clock_* symbols here.
32946         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
32947         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
32948         (GLIBC_2.17): Add clock_* symbols.
32949         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32950         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32951         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32953         Likewise.
32954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32955         Likewise.
32956         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32957         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32958         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32959         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32960         * NEWS: Mention the move.
32961
32962         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
32963         Use __open, __read, __close rather than their public counterparts.
32964         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32965         (__get_clockfreq_via_cpuinfo): Likewise.
32966         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
32967         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
32968
32969         * config.h.in (HAVE_IFUNC): New #undef.
32970         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
32971         was successful.
32972         * configure: Regenerated.
32973
32974 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
32975
32976         * configure.in: Move READELF check to start of file.
32977         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
32978         libc_cv_asm_gnu_indirect_function in the process.
32979         * configure: Regenerated.
32980
32981 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
32982
32983         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
32984         send the output to /dev/null.
32985         (libc_cv_cc_with_libunwind): Likewise.
32986         (libc_cv_as_noexecstack): Likewise.
32987         * configure: Regenerate.
32988
32989 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
32990
32991         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
32992
32993         * posix/globtest.sh (TMPDIR): Do not set.
32994         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
32995         (testout): Likewise.
32996
32997 2012-10-24  Andreas Jaeger  <aj@suse.de>
32998
32999         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33000         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33001         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33002         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33003         posix_fadvise64, posix_fallocate64.
33004
33005         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33006         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33007         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33008         Likewise.
33009         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33010         Likewise.
33011         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33012
33013         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33014         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33015         <bits/fcntl-linux.h>.
33016         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33017
33018         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33019         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33020         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33021         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33022         [__WORDSIZE != 64]: Likewise.
33023
33024 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33025
33026         * Makeconfig (run-built-tests): New variable.
33027         * Rules [$(cross-compiling) = yes]: Change condition to
33028         [$(run-built-tests) = no].
33029         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33030         to [$(run-built-tests) = yes].
33031         * elf/Makefile [$(cross-compiling) = no]: Likewise
33032         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33033         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33034         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33035         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33036         * io/Makefile [$(cross-compiling) = no]: Likewise.
33037         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33038         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33039         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33040         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33041         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33042         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33043         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33044         * string/Makefile [$(cross-compiling) = no]: Likewise.
33045
33046         * posix/Makefile ($(objpfx)globtest.out): Pass
33047         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33048         $(rtld-installed-name).
33049         * posix/globtest.sh (elf_objpfx): Remove variable.
33050         (rtld_installed_name): Likewise.
33051         (library_path): Likewise.
33052         (run_program_prefix): New variable.  Use for running globtest
33053         binary.
33054
33055 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33056             Joseph Myers  <joseph@codesourcery.com>
33057
33058         * Makeconfig (host-built-program-cmd): New variable.
33059         * elf/Makefile (tst-stackguard1-ARGS): Use
33060         $(host-built-program-cmd).
33061         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33062         (tst-spawn-ARGS): Likewise.
33063         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33064
33065 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33066             Jim Blandy  <jimb@codesourcery.com>
33067
33068         * Makeconfig (run-via-rtld-prefix): New variable.
33069         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33070         (built-program-cmd): Likewise.
33071
33072 2012-10-22  Andreas Jaeger  <aj@suse.de>
33073
33074         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33075         __O_RSYNC if it exists, otherwise to O_SYNC.
33076
33077 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33078             Joseph Myers  <joseph@codesourcery.com>
33079
33080         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33081         /dev/null.
33082         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33083         from /dev/null
33084         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33085         /dev/null.
33086
33087 2012-10-22  Andreas Jaeger  <aj@suse.de>
33088
33089         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33090         Define always.
33091         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33092
33093         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33094         bits/fcntl-linux.h.
33095
33096         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33097         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33098
33099         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33100         to __O_LARGEFILE.
33101         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33102         to __O_LARGEFILE.
33103
33104 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33105             Joseph Myers  <joseph@codesourcery.com>
33106
33107         * config.make.in (NM): New variable.
33108
33109 2012-10-21  Andreas Jaeger  <aj@suse.de>
33110
33111         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33112         definitions and declarations that are provided by
33113         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33114
33115 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33116
33117         [BZ #14683]
33118         * elf/Makefile (tests-static): Add tst-leaks1-static.
33119         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33120         ($(objpfx)tst-leaks1-static): New rule.
33121         ($(objpfx)tst-leaks1-static-mem): Likewise.
33122         (tst-leaks1-static-ENV): New macro.
33123         * elf/dl-open.c (dl_open_worker): Check the main application
33124         only if SHARED is defined.
33125         * elf/tst-leaks1-static.c: New file.
33126
33127 2012-10-20  Andreas Jaeger  <aj@suse.de>
33128
33129         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33130         generic values for Linux.
33131         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33132         and declarations that are provided by <bits/fcntl-linux.h> and
33133         include <bits/fcntl-linux.h>.
33134         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33135         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33136
33137 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33138
33139         * io/fcntl.h: Move include of <bits/types.h> to the top and
33140         include it unconditionally.
33141
33142 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33143
33144         * wcsmbs/Makefile (tests-ifunc): New variable.
33145         (tests): Add $(tests-ifunc).
33146         * wcsmbs/test-wcschr-ifunc.c: New file.
33147         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33148         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33149         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33150         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33151         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33152
33153         * string/Makefile (tests-ifunc): New variable.
33154         (tests): Add $(tests-ifunc).
33155         * string/test-memccpy.c (TEST_NAME): New macro.
33156         * string/test-memchr.c (TEST_NAME): Likewise.
33157         * string/test-memcmp.c (TEST_NAME): Likewise.
33158         * string/test-memcpy.c (TEST_NAME): Likewise.
33159         * string/test-memmem.c (TEST_NAME): Likewise.
33160         * string/test-memmove.c (TEST_NAME): Likewise.
33161         * string/test-memset.c (TEST_NAME): Likewise.
33162         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33163         * string/test-stpcpy.c (TEST_NAME): Likewise.
33164         * string/test-stpncpy.c (TEST_NAME): Likewise.
33165         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33166         * string/test-strcasestr.c (TEST_NAME): Likewise.
33167         * string/test-strcat.c (TEST_NAME): Likewise.
33168         * string/test-strchr.c (TEST_NAME): Likewise.
33169         * string/test-strcmp.c(TEST_NAME): Likewise.
33170         * string/test-strcpy.c (TEST_NAME): Likewise.
33171         * string/test-strcspn.c (TEST_NAME): Likewise.
33172         * string/test-strlen.c (TEST_NAME): Likewise.
33173         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33174         * string/test-strncmp.c (TEST_NAME): Likewise.
33175         * string/test-strncpy.c (TEST_NAME): Likewise.
33176         * string/test-strnlen.c (TEST_NAME): Likewise.
33177         * string/test-strpbrk.c (TEST_NAME): Likewise.
33178         * string/test-strrchr.c (TEST_NAME): Likewise.
33179         * string/test-strspn.c (TEST_NAME): Likewise.
33180         * string/test-strstr.c (TEST_NAME): Likewise.
33181         * string/test-bcopy-ifunc.c: New file.
33182         * string/test-bzero-ifunc.c: Likewise.
33183         * string/test-memccpy-ifunc.c: Likewise.
33184         * string/test-memchr-ifunc.c: Likewise.
33185         * string/test-memcmp-ifunc.c: Likewise.
33186         * string/test-memcpy-ifunc.c: Likewise.
33187         * string/test-memmem-ifunc.c: Likewise.
33188         * string/test-memmove-ifunc.c: Likewise.
33189         * string/test-mempcpy-ifunc.c: Likewise.
33190         * string/test-memset-ifunc.c: Likewise.
33191         * string/test-rawmemchr-ifunc.c: Likewise.
33192         * string/test-stpcpy-ifunc.c: Likewise.
33193         * string/test-stpncpy-ifunc.c: Likewise.
33194         * string/test-strcasecmp-ifunc.c: Likewise.
33195         * string/test-strcasestr-ifunc.c: Likewise.
33196         * string/test-strcat-ifunc.c: Likewise.
33197         * string/test-strchr-ifunc.c: Likewise.
33198         * string/test-strchrnul-ifunc.c: Likewise.
33199         * string/test-strcmp-ifunc.c: Likewise.
33200         * string/test-strcpy-ifunc.c: Likewise.
33201         * string/test-strcspn-ifunc.c: Likewise.
33202         * string/test-strlen-ifunc.c: Likewise.
33203         * string/test-strncasecmp-ifunc.c: Likewise.
33204         * string/test-strncat-ifunc.c: Likewise.
33205         * string/test-strncmp-ifunc.c: Likewise.
33206         * string/test-strncpy-ifunc.c: Likewise.
33207         * string/test-strnlen-ifunc.c: Likewise.
33208         * string/test-strpbrk-ifunc.c: Likewise.
33209         * string/test-strrchr-ifunc.c: Likewise.
33210         * string/test-strspn-ifunc.c: Likewise.
33211         * string/test-strstr-ifunc.c: Likewise.
33212
33213         * debug/Makefile (tests-ifunc): New variable.
33214         (tests): Add $(tests-ifunc).
33215         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33216         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33217         * debug/test-stpcpy_chk-ifunc.c: New file.
33218         * debug/test-strcpy_chk-ifunc.c: Likewise.
33219
33220 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33221
33222         [BZ #13601]
33223         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33224         header is not read in.
33225
33226 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33227
33228         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33229         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33230         directly.  Pass built executable to script as
33231         $(built-program-cmd).
33232         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33233         $testprogram without using LD_LIBRARY_PATH and $ldso.
33234
33235         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33236         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33237         $(rtld-installed-name).
33238         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33239         (rtld_installed_name): Likewise.
33240         (library_path): Likewise.
33241         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33242         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33243         $(run-program-prefix) to tst-tables.sh.
33244         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33245         it to run tst-table-from and tst-table-to.
33246         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33247         Pass it to tst-table.sh.
33248         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33249         $(run-program-prefix) to tst-gettext.sh.
33250         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33251         tst-translit.sh.
33252         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33253         tst-gettext2.sh.
33254         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33255         to run tst-gettext.
33256         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33257         to run tst-gettext2.
33258         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33259         to run tst-translit.
33260         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33261         $(run-program-prefix) to tst-mtrace.sh.
33262         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33263         to run tst-mtrace.
33264         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33265         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33266         $(rtld-installed-name).
33267         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33268         (rtld_installed_name): Likewise.
33269         (run_program_prefix): New variable.  Use it to run wordexp-test.
33270
33271         * Makeconfig (ARCH): Remove all definitions.
33272         (machine): Likewise.
33273         [ARCH]: Remove conditional code.
33274         [!objdir]: Give error.
33275         [!objdir] (objpfx): Remove.
33276         [!objdir] (common-objpfx): Likewise.
33277         [!objdir] (common-objdir): Likewise.
33278         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33279         AC_CONFIG_FILES call.
33280         * configure: Regenerated.
33281
33282         [BZ #13888]
33283         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33284         or TMPDIR.
33285         (testout): Likewise.
33286
33287         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33288         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33289         $(rtld-installed-name).
33290         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33291         (rtld_installed_name): Likwise.
33292         (runit): Remove function.
33293         (run_getconf): New variable,  Use it for running getconf binary.
33294
33295 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33296
33297         [BZ #14716]
33298         * string/test-memmem.c (check_result): New function.
33299         (do_one_test): Use it.
33300         (check1): New function.
33301         (test_main): Use it.
33302
33303 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33304
33305         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33306
33307 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33308
33309         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33310         (_G_LSEEK64): Likewise.
33311         (_G_MMAP64): Likewise.
33312         (_G_FSTAT64): Likewise.
33313         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33314         (_G_LSEEK64): Likewise.
33315         (_G_MMAP64): Likewise.
33316         (_G_FSTAT64): Likewise.
33317         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33318         unconditional.  Call __mmap64 directly.
33319         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33320         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33321         __lseek64 directly.
33322         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33323         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33324         __mmap64 directly.
33325         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33326         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33327         __lseek64 directly.
33328         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33329         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33330         __lseek64 directly.
33331         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33332         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33333         __lseek64 directly.
33334         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33335         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33336         __fxstat64 directly.
33337         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33338         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33339         unconditional.
33340         (freopen64) [!_G_OPEN64]: Remove conditional code.
33341         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33342         unconditional.
33343         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33344         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33345         unconditional.
33346         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33347         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33348         unconditional.
33349         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33350         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33351         unconditional.
33352         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33353         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33354         unconditional.
33355         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33356         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33357         unconditional.
33358         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33359         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33360         unconditional.
33361         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33362
33363 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33364
33365         [BZ #12140]
33366         * manual/memory.texi (Malloc Tunable Parameters): Add note
33367         about free list pointers overwriting some perturb bytes.
33368         Wording suggested by Roland McGrath.
33369
33370 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33371
33372         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33373         (lgamma_test): Likewise.
33374         (tgamma_test): Likewise.
33375
33376 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33377
33378         [BZ #14700]
33379         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33380         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33381
33382 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33383
33384         * NEWS: Mention BZ #14716.
33385         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33386         when removing AVAILABLE1_USES_J macro.
33387
33388 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33389
33390         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33391         (__bswap_64): __uint64_t for unsigned 64-bit int.
33392
33393 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33394
33395         * include/string.h (memmem): Declare libc hidden alias.
33396         * string/memmem.c (memmem): Define libc hidden alias.
33397         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33398         __read, __close instead of open, read, close.
33399
33400 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33401
33402         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33403         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33404         global and hidden.
33405         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33406         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33407         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33408         Likewise.
33409         (__rawmemchr_sse2): Likewise.
33410         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33411         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33412         (__strchr_sse2): Likewise.
33413         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33414         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33415         (__strcasecmp_sse2): Likewise.
33416         (__strncasecmp_sse2): Likewise.
33417         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33418         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33419         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33420         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33421         (__strrchr_sse2): Likewise.
33422         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33423         ifunc-impl-list.c.
33424         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33425         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33426         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33427         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33428         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33429         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33430         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33431         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33432         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33433         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33434         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33435         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33436         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33437         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33438         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33439         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33440         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33441         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33442         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33443         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33444         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33445         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33446         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33447         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33448         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33449         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33450         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33451         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33452         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33453         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33454
33455         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33456         global and hidden.
33457         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33458         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33459         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33460         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33461         Likewise.
33462         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33463         Likewise.
33464         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33465         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33466         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33467         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33468         ifunc-impl-list.c.
33469         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33470         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33471         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33472         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33473         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33474         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33475         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33476         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33477         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33478         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33479         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33480         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33481         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33482         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33483         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33484         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33485         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33486         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33487         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33488         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33489         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33490         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33491         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33492         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33493         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33494         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33495         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33496         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33497         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33498         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33499         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33500         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33501         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33502         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33503         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33504         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33505         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33506         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33507         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33508         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33509         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33510
33511         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33512         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33513         * include/ifunc-impl-list.h: New file.
33514         * misc/ifunc-impl-list.c: Likewise.
33515         * misc/Makefile (routines): Add ifunc-impl-list.
33516         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33517         * string/test-string.h: Include <ifunc-impl-list.h>.
33518         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33519         TEST_NAME]: New variables.
33520         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33521         are defined.
33522         (test_init): Call __libc_ifunc_impl_list to initialize
33523         func_list if TEST_IFUNC and TEST_NAME are defined.
33524
33525         * string/Makefile (strop-tests): Add bcopy and bzero.
33526         * string/test-bcopy.c: New file.
33527         * string/test-bzero.c: Likewise.
33528         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33529         defined.
33530         * string/test-memset.c: Support bzero test if TEST_BZERO is
33531         defined.
33532         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33533         __libc_memmove.
33534         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33535         __libc_memset.
33536         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33537         of memset.
33538
33539 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
33540
33541         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33542         * configure: Regenerated.
33543
33544         * Makeconfig (+link-static-before-libc): Don't include
33545         $(link-static-libc).
33546
33547         * libio/libio.h (_IO_pos_t): Remove.
33548
33549 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33550
33551         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
33552         McGrath.
33553
33554 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33555
33556         * crypt/crypt-entry.c: Include fips-private.h.
33557         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33558         * crypt/md5c-test.c (main): Tolerate disabled MD5.
33559         * sysdeps/unix/sysv/linux/fips-private.h: New file.
33560         * sysdeps/generic/fips-private.h: New file, dummy fallback.
33561
33562 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33563
33564         * crypt/crypt-private.h: Include stdbool.h.
33565         (_ufc_setup_salt_r): Return bool.
33566         * crypt/crypt-entry.c: Include errno.h.
33567         (__crypt_r): Return NULL with EINVAL for bad salt.
33568         * crypt/crypt_util.c (bad_for_salt): New.
33569         (_ufc_setup_salt_r): Check that salt is long enough and within
33570         the specified alphabet.
33571         * crypt/badsalttest.c: New file.
33572         * crypt/Makefile (tests): Add it.
33573         ($(objpfx)badsalttest): New.
33574
33575 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
33576
33577         * NEWS: Add entry for BZ #14602.
33578
33579 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33580
33581         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33582         type-generic.
33583         * math/libm-test.inc: Update comment listing what functions and
33584         macros are tested.
33585         (isgreater_test): New function.
33586         (isgreaterequal_test): Likewise.
33587         (isless_test): Likewise.
33588         (islessequal_test): Likewise.
33589         (islessgreater_test): Likewise.
33590         (isunordered_test): Likewise.
33591         (main): Call the new functions.
33592
33593 2012-10-09  Roland McGrath  <roland@hack.frob.com>
33594
33595         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33596         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33597         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33598         * sysdeps/i386/configure: Regenerated.
33599         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33600         * sysdeps/mach/configure: Regenerated.
33601         * sysdeps/mach/hurd/configure: Regenerated.
33602         * sysdeps/powerpc/configure: Regenerated.
33603         * sysdeps/powerpc/powerpc32/configure: Regenerated.
33604         * sysdeps/powerpc/powerpc64/configure: Regenerated.
33605         * sysdeps/s390/s390-32/configure: Regenerated.
33606         * sysdeps/s390/s390-64/configure: Regenerated.
33607         * sysdeps/sh/configure: Regenerated.
33608         * sysdeps/sparc/configure: Regenerated.
33609         * sysdeps/unix/sysv/linux/configure: Regenerated.
33610         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33611         * sysdeps/x86_64/configure: Regenerated.
33612
33613         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33614         defined.  Don't check if MAP is NULL.
33615
33616 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33617
33618         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33619         (_G_stat64): Likewise.
33620         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33621         (_G_stat64): Likewise.
33622         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33623         instead of struct _G_stat64.
33624         * libio/fileops.c (mmap_remap_check): Likewise.
33625         (decide_maybe_mmap): Likewise.
33626         (_IO_new_file_seekoff): Likewise.
33627         (_IO_file_stat): Likewise.
33628         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33629         _G_off64_t.
33630         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33631         instead of struct _G_stat64.
33632         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33633
33634 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
33635
33636         [BZ #14602]
33637         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33638         Replace with ...
33639         (CHECK_EOL): New macro.
33640         (two_way_short_needle): Check beginning of haystack for EOL.  Use
33641         CHECK_EOL.
33642         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33643         Replace with CHECK_EOL.
33644         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33645         Replace with CHECK_EOL.
33646
33647 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
33648
33649         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
33650         type-generic.
33651         * math/libm-test.inc: Update comment listing what functions and
33652         macros are tested.
33653         (finite_test): New function.
33654         (isinf_test): Likewise.
33655         (isnan_test): Likewise.
33656         (fpclassify_test): Test subnormal input.
33657         (isfinite_test): Likewise.
33658         (isnormal_test): Likewise.
33659         (main): Call the new functions.
33660
33661 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
33662
33663         [BZ #14660]
33664         * Makerules (%.dynsym): Force C locale when running
33665         $(OBJDUMP) --dynamic-syms.
33666
33667 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
33668
33669         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
33670         <stdint.h>.
33671
33672 2012-10-06  David S. Miller  <davem@davemloft.net>
33673
33674         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
33675         upper 32-bits of the length value in %o2 since we use branch-on-register
33676         tests which consider the entire 64-bit register.
33677
33678 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
33679
33680         * string/test-strstr.c (check2): Add a test for page boundary.
33681
33682 2012-10-05  David S. Miller  <davem@davemloft.net>
33683
33684         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
33685         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
33686         file.
33687         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33688         sysdep_routines.
33689         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33690         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
33691         and bzero when HWCAP_SPARC_CRYPTO is present.
33692
33693 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
33694
33695         [BZ #14602]
33696         * string/test-strstr.c (check2): New function.
33697         (test_main): Call check2.
33698
33699         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
33700         and bug-strchr1.
33701         * string/bug-strcasestr1.c (do_test): Moved to ...
33702         * string/test-strcasestr.c (check1): Here.  New function.
33703         (do_one_test): Break out result checking code into ...
33704         (check_result): This.  New function.
33705         (do_one_test): Call check_result.
33706         (test_main): Call check1.
33707         * string/bug-strchr1.c (do_test): Moved to ...
33708         * string/test-strchr.c (check1): Here.  New function.
33709         (do_one_test): Break out result checking code into ...
33710         (check_result): This.  New function.
33711         (do_one_test): Call check_result.
33712         (test_main): Call check1.
33713         * string/bug-strstr1.c (main): Moved to ...
33714         * string/test-strstr.c (check1): Here.  New function.
33715         (do_one_test): Break out result checking code into ...
33716         (check_result): This.  New function.
33717         (do_one_test): Call check_result.
33718         (test_main): Call check1.
33719         * string/bug-strcasestr1.c: Removed.
33720         * string/bug-strchr1.c: Likewise.
33721         * string/bug-strstr1.c: Likewise.
33722
33723         * elf/Makefile (dl-routines): Add hwcaps.
33724         * elf/dl-support.c (_dl_important_hwcaps): Removed.
33725         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
33726         (_dl_important_hwcaps): Moved to ...
33727         * elf/dl-hwcaps.c: Here.  New file.
33728         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
33729
33730         [BZ #14557]
33731         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
33732         if IS_IN_rtld isn't defined.
33733
33734         * elf/dl-support.c (_dl_sysinfo_map): New.
33735         Include "get-dynamic-info.h" and "setup-vdso.h".
33736         (_dl_non_dynamic_init): Call setup_vdso.
33737         * elf/dynamic-link.h: Don't include <assert.h>.
33738         (elf_get_dynamic_info): Moved to ...
33739         * elf/get-dynamic-info.h: Here.  New file.
33740         * elf/dynamic-link.h: Include "get-dynamic-info.h".
33741         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
33742         * elf/setup-vdso.h: Here.  New file.
33743         * elf/rtld.c: Include "setup-vdso.h".
33744         (dl_main): Call setup_vdso.
33745
33746 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
33747
33748         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
33749         creal in comment listing functions tested.  List finite, isinf,
33750         isnan, isless, islessequal, isgreater, isgreaterequal,
33751         islessgreater, isunordered, lgamma_r and pow10 as functions and
33752         macros not tested.  Mention which functions not tested are aliases
33753         for other functions.  Fix typo.  Note that signs of NaNs are not
33754         tested.
33755
33756         * scripts/config.guess: Update from config.git.
33757         * scripts/config.sub: Likewise.
33758
33759 2012-10-04  Roland McGrath  <roland@hack.frob.com>
33760
33761         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
33762         * misc/madvise.c (madvise): Renamed to __madvise.
33763         Make madvise a weak alias.
33764         * include/sys/mman.h: Declare __madvise.
33765         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
33766         * sysdeps/unix/syscalls.list
33767         (madvise): Make __madvise the strong name, and madvise a weak alias.
33768         * sysdeps/unix/sysv/linux/syscalls.list
33769         (madvise, mmap): Remove redundant entries.
33770         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
33771         * malloc/malloc.c (mtrim): Likewise.
33772         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
33773
33774 2012-10-03  Roland McGrath  <roland@hack.frob.com>
33775
33776         * sysdeps/mach/hurd/dl-cache.c: File removed.
33777         * config.h.in (USE_LDCONFIG): New #undef.
33778         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
33779         * configure: Regenerated.
33780         * elf/Makefile (dl-routines): Add dl-cache only under
33781         [$(use-ldconfig) = yes].
33782         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
33783         cache on [USE_LDCONFIG].
33784         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
33785         [USE_LDCONFIG].
33786         * elf/rtld.c (dl_main): Likewise.
33787
33788 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
33789
33790         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
33791         _SC_LEVEL4_CACHE_LINESIZE.
33792
33793 2012-10-03  Roland McGrath  <roland@hack.frob.com>
33794
33795         * sysdeps/unix/bsd/confstr.h: File removed.
33796
33797 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
33798
33799         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
33800         sys/sdt-config.h.
33801
33802 2012-10-02  Roland McGrath  <roland@hack.frob.com>
33803
33804         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
33805         Make 'mapoff' field ElfW(Off) rather than off_t.
33806
33807 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
33808
33809         * nscd/Makefile: Remove nscd-cflags and all its users.
33810         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
33811         (CFLAGS-nonlib): Add compiler flags for nscd modules.
33812
33813         [BZ #10631]
33814         * malloc.c (malloc_printerr): Clarify error message.
33815
33816 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
33817
33818         [BZ #14648]
33819         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33820         Set bit_FMA_Usable if FMA is supported.
33821         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
33822         macro.
33823         (bit_FMA4_Usable): Updated.
33824         (index_FMA_Usable): New macro.
33825         (CPUID_FMA): Likewise
33826         (HAS_FMA): Defined with bit_FMA_Usable.
33827
33828 2012-10-01  Roland McGrath  <roland@hack.frob.com>
33829
33830         * bits/types.h (__swblk_t): Type removed.
33831         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
33832         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
33833         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33834         (__SWBLK_T_TYPE): Likewise.
33835         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33836         (__SWBLK_T_TYPE): Likewise.
33837         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33838         (__SWBLK_T_TYPE): Likewise.
33839         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
33840         (__SWBLK_T_TYPE): Likewise.
33841
33842 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
33843             Honza Horak <hhorak@redhat.com>
33844
33845         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
33846         (xdr_mapname): Use YPMAXMAP as maxsize.
33847         (xdr_peername): Use YPMAXPEER as maxsize.
33848         (xdr_keydat): Use YPAXRECORD as maxsize.
33849         (xdr_valdat): Use YPMAXRECORD as maxsize.
33850
33851 2012-10-01  Roland McGrath  <roland@hack.frob.com>
33852
33853         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
33854
33855         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
33856         * csu/init-first.c: ... here.
33857         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
33858         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
33859         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
33860         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
33861         * sysdeps/i386/init-first.c: File removed.
33862         * sysdeps/sh/init-first.c: File removed.
33863
33864 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
33865
33866         [BZ #14645]
33867         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
33868         if x * y might underflow to zero and z is zero.
33869         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33870         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33871         * math/libm-test.inc (min_subnorm_value): New variable.
33872         (fma_test): Add more tests.
33873         (fma_test_towardzero): Likewise.
33874         (fma_test_downward): Likewise
33875         (fma_test_upward): Likewise.
33876         (initialize): Set min_subnorm_value.
33877
33878 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
33879
33880         [BZ #14638]
33881         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
33882         0 + 0.
33883         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
33884         mode for addition resulting in exact zero.
33885         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
33886         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
33887         exact 0 + 0.
33888         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33889         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33890         * math/libm-test.inc (fma_test): Add more tests.
33891         (fma_test_towardzero): New function.
33892         (fma_test_downward): Likewise.
33893         (fma_test_upward): Likewise.
33894         (main): Call the new functions.
33895
33896 2012-09-28  David S. Miller  <davem@davemloft.net>
33897
33898         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
33899
33900 2012-09-28  Roland McGrath  <roland@hack.frob.com>
33901
33902         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
33903         instead of SIGALRM.
33904
33905         * sysdeps/gnu/_G_config.h: Moved to ...
33906         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
33907         * sysdeps/mach/hurd/_G_config.h: Moved to ...
33908         * sysdeps/generic/_G_config.h: ... here.
33909
33910         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
33911
33912         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
33913
33914         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
33915         Conditionalize target on [libnss_test1.so-version].
33916
33917         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
33918
33919         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
33920         (elfobjdir): Move out of conditionals.
33921
33922         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
33923         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
33924         (__nss_lookup_function): Conditionalize label remove_from_tree on
33925         [!DO_STATIC_NSS || SHARED], matching its only use.
33926
33927 2012-09-28  David S. Miller  <davem@davemloft.net>
33928
33929         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
33930         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
33931         file.
33932         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33933         sysdep_routines.
33934         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33935         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
33936         when HWCAP_SPARC_CRYPTO is present.
33937
33938 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
33939
33940         * io/tst-mknodat.c: Create a FIFO instead of a socket.
33941
33942 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
33943
33944         [BZ #6530]
33945         * stdio-common/vfprintf.c (process_string_arg): Revert
33946         2000-07-22 change.
33947
33948 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
33949
33950         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
33951         for testcase.
33952         * stdio-common/tst-sprintf.c: Include <locale.h>
33953         (main): Test sprintf's handling of incomplete multibyte
33954         characters.
33955
33956 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
33957
33958         * elf/dl-runtime.c (VERSYMIDX): Removed.
33959         * elf/dl-version.c (VERSYMIDX): Likewise.
33960         * elf/do-rel.h (VERSYMIDX): Likewise.
33961         (VALIDX): Likewise.
33962         * elf/dynamic-link.h (VERSYMIDX): Likewise.
33963         * elf/rtld.c (VALIDX): Likewise.
33964         (ADDRIDX): Likewise.
33965         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
33966         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
33967         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
33968         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
33969         (VALIDX): Likewise.
33970         (ADDRIDX): Likewise.
33971
33972 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
33973
33974         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
33975
33976 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
33977
33978         [BZ #11438]
33979         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
33980         to global scope.
33981         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
33982         addresses are in the same scope as 192.0.2/24.
33983         * posix/gai.conf: Document new scope table defaults.
33984
33985 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33986
33987         [BZ #5298]
33988         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
33989         for ftell.  Compute offsets from write pointers instead.
33990         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33991
33992 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33993
33994         [BZ #14543]
33995         * libio/Makefile (tests): New test case tst-fseek.
33996         * libio/tst-fseek.c: New test case to verify that fseek/ftell
33997         combination works in wide mode.
33998         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
33999         state when the external buffer state changes.
34000
34001 2012-09-27  David S. Miller  <davem@davemloft.net>
34002
34003         [BZ #14376]
34004         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34005         pass reloc->r_addend in as the 'high' argument to
34006         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34007
34008         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34009
34010 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34011
34012         * rt/tst-aio2.c: Include <pthread.h>.
34013         * rt/tst-aio3.c: Likewise.
34014
34015 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34016
34017         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34018
34019 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34020
34021         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34022         contents on [SHARED].
34023
34024 2012-09-26  Marek Polacek  <polacek@redhat.com>
34025
34026         [BZ #14530]
34027         [BZ #13741]
34028         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34029         for C++ and GCC <4.3 as well as for non GCC compilers.
34030
34031 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34032
34033         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34034
34035 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34036
34037         * Makefile.in (all, install): Declare with .PHONY.
34038         Reported by Michael Hope <michael.hope@linaro.org>.
34039
34040 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34041
34042         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34043         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34044         system header.
34045         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34046         Likewise.
34047         (sydep_routines): Add the new and the internal functions.
34048         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34049         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34051         (GLIBC_2.17): Add the new function.
34052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34053         (GLIBC_2.17): Likewise.
34054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34055         (GLIBC_2.17): Likewise.
34056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34057         (GLIBC_2.17): Likewise.
34058         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34059
34060 2012-09-25  Alan Modra  <amodra@gmail.com>
34061
34062         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34063         Add release barrier before setting once_control to say
34064         initialisation is done.  Add hints on lwarx.  Use macro in
34065         place of isync.
34066         (clear_once_control): Add release barrier.
34067
34068 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34069
34070         [BZ #13629]
34071         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34072         specially.
34073         * math/s_clog10.c (__clog10): Likewise.
34074         * math/s_clog10f.c (__clog10f): Likewise.
34075         * math/s_clog10l.c (__clog10l): Likewise.
34076         * math/s_clogf.c (__clogf): Likewise.
34077         * math/s_clogl.c (__clogl): Likewise.
34078         * math/Makefile (libm-calls): Add x2y2m1.
34079         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34080         (__x2y2m1): Likewise.
34081         (__x2y2m1l): Likewise.
34082         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34083         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34084         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34085         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34086         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34087         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34088         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34089         * sysdeps/i386/fpu/libm-test-ulps: Update.
34090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34091
34092         [BZ #14621]
34093         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34094         int as type of variable DEPTH.
34095         (glob): Use size_t instead of int as type of variables NEWCOUNT
34096         and OLD_PATHC.
34097
34098 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34099
34100         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34101         Add s_sincosf-sse2.
34102         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34103         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34104         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34105         macros for using routine as __sincosf_ia32.
34106         Use macro for function declaration and weak_alias.
34107         * sysdeps/i386/fpu/libm-test-ulps: Update.
34108
34109         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34110         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34111
34112         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34113         subnormal argument.
34114         * math/s_cexpf.c (__cexpf): Likewise.
34115         * math/s_csinf.c (__csinf): Likewise.
34116         * math/s_csinhf.c (__csinhf): Likewise.
34117         * math/s_ctanf.c (__ctanf): Likewise.
34118         * math/s_ctanhf.c (__ctanhf): Likewise.
34119         * math/s_ccosh.c (__ccoshf): Likewise.
34120         * math/s_cexp.c (__cexpl): Likewise.
34121         * math/s_csin.c (__csin): Likewise.
34122         * math/s_csinh.c (__csinh): Likewise.
34123         * math/s_ctan.c (__ctan): Likewise.
34124         * math/s_ctanh.c (ctanh): Likewise.
34125         * math/s_ccoshl.c (__ccoshl): Likewise.
34126         * math/s_cexpl.c (__cexpl): Likewise.
34127         * math/s_csinl.c (__csinl): Likewise.
34128         * math/s_csinhl.c (__csinhl): Likewise.
34129         * math/s_ctanl.c (__ctanl): Likewise.
34130         * math/s_ctanhl.c (__ctanhl): Likewise.
34131
34132 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34133
34134         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34135         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34136         (_IO_off_t): Define to __off_t, not _G_off_t.
34137         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34138         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34139         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34140         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34141         type of __dummy and __dummy2 fields.
34142         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34143         (_G_ssize_t): Likewise.
34144         (_G_off_t): Likewise.
34145         (_G_pid_t): Likewise.
34146         (_G_uid_t): Likewise.
34147         (_G_wchar_t): Likewise.
34148         (_G_wint_t): Likewise.
34149         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34150         (_G_ssize_t): Likewise.
34151         (_G_off_t): Likewise.
34152         (_G_pid_t): Likewise.
34153         (_G_uid_t): Likewise.
34154         (_G_wchar_t): Likewise.
34155         (_G_wint_t): Likewise.
34156         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34157         (_G_ssize_t): Likewise.
34158         (_G_off_t): Likewise.
34159         (_G_pid_t): Likewise.
34160         (_G_uid_t): Likewise.
34161         (_G_wchar_t): Likewise.
34162         (_G_wint_t): Likewise.
34163
34164 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34165
34166         * malloc/arena.c: Include malloc-sysdep.h.
34167         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34168         is sufficient to shrink the heap or an unmap is needed.
34169         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34170         new function check_may_shrink_heap.
34171         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34172         new function check_may_shrink_heap.
34173
34174 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34175
34176         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34177         comments.
34178
34179 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34180
34181         * catgets/test-gencat.sh: Add "set -e".
34182         * elf/tst-pathopt.sh: Likewise.
34183         * grp/tst_fgetgrent.sh: Likewise.
34184         * iconvdata/run-iconv-test.sh: Likewise.
34185         * intl/tst-gettext.sh: Likewise.
34186         * intl/tst-gettext2.sh: Likewise.
34187         * intl/tst-gettext4.sh: Likewise.
34188         * intl/tst-gettext6.sh: Likewise.
34189         * intl/tst-translit.sh: Likewise.
34190         * io/ftwtest-sh: Likewise.
34191         * libio/test-freopen.sh: Likewise.
34192         * malloc/tst-mtrace.sh: Likewise.
34193         * posix/globtest.sh: Likewise.
34194         * posix/tst-getconf.sh: Likewise.
34195         * posix/wordexp-tst.sh: Likewise.
34196         * stdio-common/tst-printf.sh: Likewise.
34197         * stdio-common/tst-unbputc.sh: Likewise.
34198         * stdlib/tst-fmtmsg.sh: Likewise.
34199         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34200         * catgets/Makefile: Do not specify -e option when running
34201         testsuite shell scripts.
34202         * elf/Makefile: Likewise.
34203         * grp/Makefile: Likewise.
34204         * iconvdata/Makefile: Likewise.
34205         * intl/Makefile: Likewise.
34206         * io/Makefile: Likewise.
34207         * libio/Makefile: Likewise.
34208         * malloc/Makefile: Likewise.
34209         * posix/Makefile: Likewise.
34210         * stdio-common/Makefile: Likewise.
34211         * stdlib/Makefile: Likewise.
34212         * sysdeps/x86_64/Makefile: Likewise.
34213
34214         * io/ftwtest-sh: Add copyright header.
34215         * posix/globtest.sh: Likewise.
34216         * posix/tst-getconf.sh: Likewise.
34217         * posix/wordexp-tst.sh: Likewise.
34218         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34219
34220 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34221
34222         [BZ #13679]
34223         * Makeconfig (+link): Defined as $(+link-static) if
34224         $(build-shared) isn't yes.
34225         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34226         isn't yes.
34227         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34228
34229         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34230
34231         [BZ #14562]
34232         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34233         new chunk size with MALLOC_ALIGN_MASK.
34234
34235 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34236
34237         [BZ #5044]
34238         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34239         <rounding-mode.h>.
34240         (__printf_fphex): Determine rounding using get_rounding_mode and
34241         round_away.
34242         * stdio-common/tst-printf-round.c (struct hex_test): New
34243         structure.
34244         (hex_tests): New variable.
34245         (test_hex_in_one_mode): New function.
34246         (do_test): Also run tests for hex float output.
34247
34248 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34249
34250         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34251         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34252         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34253         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34254         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34255         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34256         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34257         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34258
34259 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34260
34261         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34262         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34263         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34264         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34265
34266 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34267
34268         [BZ #14579]
34269         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34270         mode only.
34271         * elf/tst-rtld-load-self.sh: New test.
34272         * elf/Makefile: Run it.
34273
34274 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34275
34276         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34277         (tst-writev-ENV): Remove.
34278         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34279
34280 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34281
34282         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34283
34284 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34285
34286         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34287         unconditional.
34288         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34289         Likewise.
34290         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34291         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34292         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34293         Likewise.
34294
34295 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34296
34297         [BZ #14587]
34298         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34299         * config.make.in (have-cpp-asm-debuginfo): Removed.
34300         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34301         * configure: Regenerated.
34302
34303 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34304
34305         [BZ #5044]
34306         * stdio-common/printf_fp.c: Include <stdbool.h> and
34307         <rounding-mode.h>.
34308         (___printf_fp): Determine rounding using get_rounding_mode and
34309         round_away.
34310         * stdio-common/tst-printf-round.c: New file.
34311         * stdio-common/Makefile (tests): Add tst-printf-round.
34312         (link-libm): New variable.
34313         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34314
34315 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34316
34317         [BZ #14576]
34318         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34319         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34320         Likewise.
34321         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34322         Likewise.
34323
34324 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34325
34326         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34327         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34328         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34329         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34330
34331 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34332
34333         [BZ #14518]
34334         * include/rounding-mode.h: New file.
34335         * sysdeps/generic/get-rounding-mode.h: Likewise.
34336         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34337         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34338         (MAX_VALUE): New macro.
34339         (MIN_VALUE): Likewise.
34340         (overflow_value): New function.
34341         (underflow_value): Likewise.
34342         (round_and_return): Use overflow_value and underflow_value to
34343         determine return values in overflow and underflow cases.  Use
34344         round_away to determine rounding depending on rounding mode.
34345         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34346         determine return values in overflow and underflow cases.
34347         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34348         (struct test_results): New structure.
34349         (struct test): Use struct test_results to store expected results
34350         for all rounding modes.
34351         (TEST): Include expected results for all rounding modes.
34352         (test_in_one_mode): New function.
34353         (do_test): Use test_in_one_mode to compute and check results.
34354         Check results for all rounding modes.
34355         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34356         $(link-libm).
34357
34358 2012-12-09  Allan McRae  <allan@archlinux.org>
34359
34360         * sysdeps/i386/fpu/libm-test-ulps: Update
34361
34362 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34363
34364         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34365         (_G_int32_t): Likewise.
34366         (_G_uint16_t): Likewise.
34367         (_G_uint32_t): Likewise.
34368         (_G_HAVE_BOOL): Likewise.
34369         (_G_HAVE_ATEXIT): Likewise.
34370         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34371         (_G_HAVE_IO_FILE_OPEN): Likewise.
34372         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34373         (_G_int32_t): Likewise.
34374         (_G_uint16_t): Likewise.
34375         (_G_uint32_t): Likewise.
34376         (_G_HAVE_BOOL): Likewise.
34377         (_G_HAVE_ATEXIT): Likewise.
34378         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34379         (_G_HAVE_IO_FILE_OPEN): Likewise.
34380         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34381         (_G_int32_t): Likewise.
34382         (_G_uint16_t): Likewise.
34383         (_G_uint32_t): Likewise.
34384         (_G_HAVE_BOOL): Likewise.
34385         (_G_HAVE_ATEXIT): Likewise.
34386         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34387         (_G_HAVE_IO_FILE_OPEN): Likewise.
34388
34389 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34390
34391         * csu/libc-tls.c: Update copyright years.
34392
34393 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34394
34395         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34396         [!_G_USING_THUNKS]: Remove conditional code.
34397         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34398         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34399
34400         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34401         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34402         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34403         (_G_VTABLE_LABEL_PREFIX): Likewise.
34404         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34405         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34406         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34407         (_G_VTABLE_LABEL_PREFIX): Likewise.
34408         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34409         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34410         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34411         (_G_VTABLE_LABEL_PREFIX): Likewise.
34412         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34413
34414 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34415
34416         * libio/Makefile: Include ../Makeconfig before tests.
34417         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34418         only if $(build-shared) is yes.
34419
34420         * iconv/gconv_db.c: Update copyright years.
34421
34422 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34423
34424         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34425         unwind info if defined PIC. Fix special cases description.
34426         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34427
34428         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34429         DP_HI_MASK entry.
34430         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34431
34432 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34433
34434         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34435
34436         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34437         is NULL.
34438
34439         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34440         (LDLIBS-tst-chk4): This.
34441         (LDFLAGS-tst-chk5): Renamed to ...
34442         (LDLIBS-tst-chk5): This.
34443         (LDFLAGS-tst-chk6): Renamed to ...
34444         (LDLIBS-tst-chk6): This.
34445         (LDFLAGS-tst-lfschk4): Renamed to ...
34446         (LDLIBS-tst-lfschk4): This.
34447         (LDFLAGS-tst-lfschk5): Renamed to ...
34448         (LDLIBS-tst-lfschk5): This.
34449         (LDFLAGS-tst-lfschk6): Renamed to ...
34450         (LDLIBS-tst-lfschk6): This.
34451
34452         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34453         on $(common-objpfx)soversions.mk.
34454
34455 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34456
34457         [BZ #10014]
34458         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34459         example host name.
34460
34461 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34462
34463         * malloc/arena.c (arena_get_retry): New function that gets
34464         another arena for the caller to try its request on.
34465         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34466         current arena cannot fulfill the request.
34467         (__libc_memalign): Likewise.
34468         (__libc_memalign): Likewise.
34469         (__libc_pvalloc): Likewise.
34470         (__libc_calloc): Likewise.
34471
34472 2012-09-05  John Tobey  <john.tobey@gmail.com>
34473
34474         [BZ #13542]
34475         * manual/arith.texi (Operations on Complex): Fix description
34476         of carg branch cut.
34477
34478 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34479
34480         [BZ #10014]
34481         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34482         host name.
34483
34484         [BZ #10038]
34485         * manual/memory.texi (Memory): Make order of menu items match
34486         order of sections.
34487
34488 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34489
34490         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34491         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
34492         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34493
34494 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34495
34496         * csu/libc-tls.c (static_dtv): Renamed to ...
34497         (_dl_static_dtv): This.  Make it global.
34498         (_dl_initial_dtv): Removed.
34499         (__libc_setup_tls): Updated.
34500         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34501         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34502         DL_INITIAL_DTV.
34503
34504 2012-09-06  Petr Machata  <pmachata@redhat.com>
34505
34506         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34507         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34508         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34509         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34510
34511 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34512
34513         [BZ #14545]
34514         * csu/libc-tls.c (_dl_initial_dtv): New variable.
34515         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34516         freeing dtv[-1].
34517
34518 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34519
34520         [BZ #14544]
34521         * Makeconfig (link-static-before-libc): Replace $(+prector)
34522         with $(+prectorT).
34523         (link-static-after-libc): Replace $(+postctor) with
34524         $(+postctorT).
34525         (link-bounded): Replace $(+prector)/$(+postctor) with
34526         $(+prectorT)/$(+postctorT).
34527         (+prectorT): New macro.
34528         (+postctorT): Likewise.
34529
34530 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34531
34532         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34533         (round_str): Handle values above the maximum for IBM long double
34534         as inexact.
34535         * stdlib/tst-strtod-round.c (tests): Regenerated.
34536
34537 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34538
34539         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34540         assembler flag.
34541         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34542         zarch_nohighgprs around the zarch optimized routines.
34543         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34544         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34545         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34546         for zarch.
34547
34548 2012-09-05  David S. Miller  <davem@davemloft.net>
34549
34550         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34551
34552         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34553         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
34554         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34555         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34556         entries.
34557
34558 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34559
34560         * malloc/arena.c: Fold copyright years.
34561         * malloc/mcheck.c, malloc/memusage.c: Likewise.
34562
34563 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34564
34565         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34566
34567 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34568
34569         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
34570
34571 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34572
34573         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34574         change internal state upon failure.
34575
34576 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34577
34578         * malloc/mcheck.c (mcheck_check_all): Fix typo.
34579         * malloc/memusage.c (mmap): Likewise.
34580         (mmap64, mremap): Likewise.  Adjust name in comment.
34581
34582 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34583
34584         * libio/fileops.c: Fix typos in comments.
34585         * libio/oldfileops.c: Likewise.
34586         * libio/wfileops.c: Likewise.
34587
34588 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34589
34590         [BZ #1349]
34591         * malloc/Makefile (tests): Add tst-malloc-usable test case.
34592         (tst-malloc-usable-ENV): Set environment for test case.
34593         * malloc/hooks.c (malloc_check_get_size): New function to get
34594         requested size.
34595         * malloc/malloc.c (musable): Use malloc_check_get_size.
34596         * malloc/tst-malloc-usable.c: New test case.
34597
34598 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34599
34600         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34601
34602 2012-09-05  Allan McRae  <allan@archlinux.org>
34603
34604         [BZ #13966]
34605         * configure.in (CXX_SYSINCLUDES): Use compiler output to
34606         determine header location.
34607         * configure: Regenerated.
34608
34609 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34610
34611         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34612         float format.
34613         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
34614         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34615         format.
34616         (test): Regenerate.
34617
34618 2012-09-04  David S. Miller  <davem@davemloft.net>
34619
34620         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34621         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34622         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34623
34624 2012-09-04  Florian Weimer  <fweimer@redhat.com>
34625
34626         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34627         failures.
34628
34629         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34630
34631 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
34632
34633         [BZ #9914]
34634         * libio/iogetdelim.c: Include <limits.h>.
34635         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34636         + len + 1 would overflow.
34637
34638 2012-09-03  Andreas Jaeger  <aj@suse.de>
34639
34640         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34641         * sysdeps/i386/fpu/libm-test-ulps: Update.
34642
34643 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34644
34645         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34646         Add s_sinf-sse2, s_conf-sse2.
34647
34648         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
34649         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
34650         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
34651         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
34652
34653         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
34654         for using routine as __sinf_ia32.
34655         Use macro for function declaration and weak_alias.
34656         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
34657         for using routine as __cosf_ia32.
34658         Use macro for function declaration and weak_alias.
34659
34660         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
34661         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
34662
34663         * sysdeps/x86_64/fpu/s_sinf.S: New file.
34664         * sysdeps/x86_64/fpu/s_cosf.S: New file.
34665         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34666
34667         * math/libm-test.inc (cos_test): Add more test cases.
34668         (sin_test): Likewise.
34669         (sincos_test): Likewise.
34670
34671 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34672
34673         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
34674         (IFUNC_RESOLVE): Make pointers to the specialized implementations
34675         hidden.
34676         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
34677
34678 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
34679
34680         [BZ #14538]
34681         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
34682         first element of the GOT.
34683         (elf_machine_load_address): Return the difference between
34684         the runtime address of _DYNAMIC and elf_machine_dynamic ().
34685
34686 2012-09-01  Allan McRae  <allan@archlinux.org>
34687
34688         [BZ #13412]
34689         * configure.in (AWK): Require gawk version 3.0 or later.
34690         * configure: Regenerated.
34691
34692 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
34693
34694         * sysdeps/unix/sysv/linux/kernel-features.h
34695         (__ASSUME_POSIX_CPU_TIMERS): Remove.
34696         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
34697         [__NR_clock_getres]: Make code unconditional.
34698         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
34699         (clock_getcpuclockid): Remove code left unreachable by removal of
34700         conditionals.
34701         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
34702         code unconditional.
34703         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34704         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34705         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
34706         Make code unconditional.
34707         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34708         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34709         * sysdeps/unix/sysv/linux/clock_settime.c
34710         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
34711         conditional code.
34712         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
34713         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34714
34715 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
34716
34717         [BZ #14476]
34718         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
34719         scripts/test-installation.pl.
34720
34721         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
34722         and $ld_so_version if it is set.
34723
34724 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34725
34726         [BZ #14516]
34727         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
34728         failure if reading from procfs failed.
34729         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
34730
34731 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34732
34733         * sysdeps/unix/sysv/linux/kernel-features.h
34734         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
34735         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34736         Remove conditional code.
34737         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34738         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
34739         Remove conditional code.
34740         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34741         * sysdeps/unix/sysv/linux/i386/fxstat.c
34742         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34743         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34744         * sysdeps/unix/sysv/linux/i386/fxstatat.c
34745         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34746         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34747         * sysdeps/unix/sysv/linux/i386/lxstat.c
34748         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34749         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34750         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
34751         Remove conditional code.
34752         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34753         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34754         Remove conditional code.
34755         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34756         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
34757         <kernel-features.h>.
34758         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
34759         Remove.
34760         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
34761         Remove conditional code.
34762         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34763         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
34764         Remove conditional.
34765
34766 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
34767
34768         [BZ #5400]
34769         * NEWS: Add fixed bug number.
34770
34771 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34772
34773         [BZ #14519]
34774         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
34775         underflowing exponent in case of negative sign.
34776         * stdlib/tst-strtod-round-data: Add more tests.
34777         * stdlib/tst-strtod-round.c (tests): Regenerated.
34778
34779         [BZ #3479]
34780         * stdlib/strtod_l.c (NDIG): Remove.
34781         (HEXNDIG): Likewise.
34782         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
34783         smallest representable value.
34784         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
34785         lie within an exact representation of 1/2 ulp of the result.
34786         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
34787         unconditionally.
34788         (TENS_P9_IDX): Define unconditionally.
34789         (TENS_P9_SIZE): Likewise.
34790         (TENS_P10_IDX): Likewise.
34791         (TENS_P10_SIZE): Likewise.
34792         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
34793         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
34794         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
34795         entries for 10^2^13 and 10^2^14.
34796         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
34797         (TENS_P13_IDX): Define.
34798         (TENS_P13_SIZE): Likewise.
34799         (TENS_P14_IDX): Likewise.
34800         (TENS_P14_SIZE): Likewise.
34801         (_fpioconst_pow10): Change array size to
34802         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
34803         unconditional.
34804         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
34805         1024]: Add entries for 10^2^13 and 10^2^14.
34806         [LAST_POW10 > _LAST_POW10]: Remove #error.
34807         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
34808         (_fpioconst_pow10): Change array size to
34809         FPIOCONST_POW10_ARRAY_SIZE.
34810         * stdlib/gen-fpioconst.c: New file.
34811         * stdlib/gen-tst-strtod-round.c: Likewise.
34812         * stdlib/tst-strtod-round-data: Likewise.
34813         * stdlib/tst-strtod-round.c: Likewise.
34814         * stdlib/Makefile (tests): Add tst-strtod-round.
34815
34816         [BZ #14459]
34817         * stdlib/strtod_l.c: Include <stdint.h>.
34818         (NDEBUG): Do not define.
34819         (round_and_return): Change EXPONENT parameter to type intmax_t.
34820         Rearrange calculations to avoid internal overflow possibilities.
34821         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
34822         Rearrange calculations to avoid internal overflow possibilities.
34823         Assert that number fits inside MPNSIZE limbs.
34824         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
34825         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
34826         calculations and add assertions to avoid internal overflow
34827         possibilities.  Add casts to avoid signed/unsigned operations.
34828         * stdlib/tst-strtod-overflow.c: New file.
34829         * stdlib/Makefile (tests): Add tst-strtod-overflow.
34830
34831 2012-08-25  Marek Polacek  <polacek@redhat.com>
34832
34833         * time/time.h: Fix some typos in comments.
34834
34835 2012-08-23  Roland McGrath  <roland@hack.frob.com>
34836
34837         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
34838         * posix/tst-rfc3484-2.c: Likewise.
34839         * posix/tst-rfc3484-3.c: Likewise.
34840
34841 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
34842
34843         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
34844         (EF_ARM_ABI_FLOAT_HARD): Likewise.
34845
34846 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
34847
34848         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
34849         #include of fxstatat64.c.
34850
34851 2012-08-22  Roland McGrath  <roland@hack.frob.com>
34852
34853         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
34854         * shadow/getspent_r.c: Likewise.
34855         * shadow/getspnam.c: Likewise.
34856         * shadow/getspnam_r.c: Likewise.
34857         * gshadow/getsgent.c: Likewise.
34858         * gshadow/getsgent_r.c: Likewise.
34859         * gshadow/getsgnam.c: Likewise.
34860         * gshadow/getsgnam_r.c: Likewise.
34861         * inet/getnetbyad.c: Likewise.
34862         * inet/getnetbyad_r.c: Likewise.
34863         * inet/getnetbynm.c: Likewise.
34864         * inet/getnetbynm_r.c: Likewise.
34865         * inet/getnetent.c: Likewise.
34866         * inet/getnetent_r.c: Likewise.
34867         * inet/getproto.c: Likewise.
34868         * inet/getproto_r.c: Likewise.
34869         * inet/getprtent.c: Likewise.
34870         * inet/getprtent_r.c: Likewise.
34871         * inet/getprtname.c: Likewise.
34872         * inet/getprtname_r.c: Likewise.
34873         * inet/getrpcbyname.c: Likewise.
34874         * inet/getrpcbyname_r.c: Likewise.
34875         * inet/getrpcbynumber.c: Likewise.
34876         * inet/getrpcbynumber_r.c: Likewise.
34877         * inet/getrpcent.c: Likewise.
34878         * inet/getrpcent_r.c: Likewise.
34879         * inet/getaliasent.c: Likewise.
34880         * inet/getaliasent_r.c: Likewise.
34881         * inet/getaliasname.c: Likewise.
34882         * inet/getaliasname_r.c: Likewise.
34883         * nscd/getgrgid_r.c: Likewise.
34884         * nscd/getgrnam_r.c: Likewise.
34885         * nscd/gethstbyad_r.c: Likewise.
34886         * nscd/gethstbynm3_r.c: Likewise.
34887         * nscd/getpwnam_r.c: Likewise.
34888         * nscd/getpwuid_r.c: Likewise.
34889         * nscd/getsrvbynm_r.c: Likewise.
34890         * nscd/getsrvbypt_r.c: Likewise.
34891         * nscd/gai.c: Likewise.
34892
34893         * configure.in (build_nscd): New substituted variable, set
34894         by --disable-build-nscd and defaults to $use_nscd.
34895         * configure: Regenerated.
34896         * config.make.in (build-nscd): New substituted variable.
34897         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
34898         Change conditional to require [$(build-nscd) = yes] as well.
34899         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
34900
34901         [BZ# 13696]
34902         * configure.in (use_nscd): New substituted variable, set by
34903         --disable-nscd.  If enabled, define USE_NSCD.
34904         * configure: Regenerated.
34905         * config.h.in: Add USE_NSCD.
34906         * config.make.in (use-nscd): New substituted variable.
34907         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
34908         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
34909         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
34910         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
34911         (CFLAGS-getgrnam_r.c): Likewise.
34912         (CFLAGS-initgroups.c): Likewise.
34913         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
34914         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
34915         Variables removed.
34916         * inet/getnetgrent_r.c
34917         (nscd_setnetgrent): New function, broken out of ...
34918         (setnetgrent): ... here.  Call it.
34919         (innetgr): Conditionalize nscd bits on [USE_NSCD].
34920         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
34921         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
34922         * nscd/Makefile (routines, aux): Move definitions after include of
34923         Makeconfig.  Conditionalize on [$(use-nscd) != no].
34924         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
34925         Conditionalize on [USE_NSCD].
34926         (is_nscd, nscd_init_cb): Likewise.
34927         (nss_load_library): Conditionalize init callback on [USE_NSCD].
34928         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
34929         * nss/nss_db/db-init.c: Likewise.
34930         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
34931         [USE_NSCD].
34932         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
34933         (make_request): Use it.
34934         (cache_valid_p): New function.
34935         (__check_pf): Use it.
34936         * NEWS: Add item for --disable-nscd.
34937
34938 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
34939
34940         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
34941         to support sed >= 4.2.1-20-ga9bf076.
34942         * configure: Regenerated.
34943
34944 2012-08-22  Roland McGrath  <roland@hack.frob.com>
34945
34946         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
34947         Conditionalize whole body on [IREL].
34948
34949 2012-08-22  Jeff Law <law@redhat.com>
34950
34951         [BZ #14505]
34952         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
34953         if the family is PF_UNSPEC.
34954
34955 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
34956
34957         * Makerules (lib-version): Rename from V.
34958         (install-lib-nosubdir): Change V to lib-version.
34959
34960 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
34961
34962         [BZ #14252]
34963         * powerpc32/power6/wcschr.c: New file.
34964         * powerpc32/power6/wcscpy.c: New file.
34965         * powerpc32/power6/wcsrchr.c: New file.
34966         * powerpc64/power6/wcschr.c: New file.
34967         * powerpc64/power6/wcscpy.c: New file.
34968         * powerpc64/power6/wcsrchr.c: New file.
34969
34970 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
34971
34972         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
34973         (two_way_short_needle): Use it.
34974         * string/strstr.c (AVAILABLE1_USES_J): Define.
34975         * string/strcasestr.c: Likewise.
34976
34977         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
34978         array references.
34979         * string/strcasestr.c (TOLOWER): Make side-effect safe.
34980
34981         [BZ #11607]
34982         * NEWS: Add an entry.
34983         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
34984         define their defaults.
34985         (two_way_short_needle): Detect end-of-string on-the-fly.
34986         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
34987         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
34988         * string/bug-strcasestr1.c: New test.
34989         * string/Makefile: Run it.
34990
34991 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
34992
34993         [BZ #11607]
34994         * string/str-two-way.h (two_way_short_needle): Optimize matching of
34995         the first character.
34996
34997 2012-08-21  Roland McGrath  <roland@hack.frob.com>
34998
34999         * csu/elf-init.c (__libc_csu_irel): Function removed.
35000         * csu/libc-start.c (apply_irel): New function.
35001         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35002
35003 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35004
35005         * sysdeps/unix/sysv/linux/kernel-features.h
35006         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35007         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35008         <kernel-features.h>.
35009         [__NR_fadvise64_64]: Make code unconditional.
35010         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35011         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35012         !__NR_fadvise64_64)]: Likewise.
35013         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35014         !__NR_fadvise64_64))]: Likewise.
35015         [__NR_fadvise64]: Make code unconditional.
35016         [!__NR_fadvise64]: Remove conditional code.
35017         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35018         <kernel-features.h>.
35019         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35020         unconditional.
35021         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35022         conditional code.
35023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35024         not include <kernel-features.h>.
35025         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35026         unconditional.
35027         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35028         conditional code.
35029         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35030         include <kernel-features.h>.
35031         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35032         unconditional.
35033         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35034         conditional code.
35035
35036 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35037
35038         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35039         slight instruction rearrangements per scrollpipe analysis.
35040         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35041
35042 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35043
35044         * manual/syslog.texi (syslog; vsyslog, closelog):
35045         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35046         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35047
35048         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35049         DSOCAPS to match condition on defining it.
35050
35051 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35052
35053         * sysdeps/unix/sysv/linux/kernel-features.h
35054         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35056         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35057         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35059         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35060         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35062         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35063         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35064
35065         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35066         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35067
35068         * sysdeps/unix/sysv/linux/kernel-features.h
35069         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35070         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35071         unconditional.
35072         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35073         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35074         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35075         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35076         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35077         Make code unconditional.
35078         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35079         (__mmap64) [!__NR_mmap2]: Likewise.
35080         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35081         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35082         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35083         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35084         [__NR_mmap2]: Make code unconditional.
35085         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35086         (__mmap64) [!__NR_mmap2]: Likewise.
35087
35088 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35089
35090         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35091
35092 2012-08-18  Andreas Jaeger  <aj@suse.de>
35093
35094         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35095
35096 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35097
35098         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35099         * include/unistd.h (__have_sock_cloexec): Likewise.
35100         (__have_pipe2): Likewise.
35101         (__have_dup3): Likewise.
35102
35103 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35104
35105         [BZ #9685]
35106         * include/unistd.h (__have_pipe2): Change define into an extern int.
35107         (__have_dup3): Likewise.
35108         * socket/have_sock_cloexec.c: Include fcntl.h.
35109         (__have_pipe2): New variable.
35110         (__have_dup3): Likewise.
35111
35112 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35113
35114         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35115
35116 2012-08-17  Marek Polacek  <polacek@redhat.com>
35117
35118         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35119         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35120
35121 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35122
35123         * configure.in: Add AC_SUBST for sysheaders.
35124         * configure: Regenerated.
35125         * config.make.in (sysheaders): New substituted variable.
35126
35127         * sysdeps/unix/mkfifo.c: Moved ...
35128         * sysdeps/posix/mkfifo.c: ... here.
35129         * sysdeps/unix/mkfifoat.c: Moved ...
35130         * sysdeps/posix/mkfifoat.c: ... here.
35131
35132         * sysdeps/unix/utime.c: Moved ...
35133         * sysdeps/posix/utime.c: ... here.
35134
35135         * sysdeps/unix/time.c: Moved ...
35136         * sysdeps/posix/time.c: ... here.
35137         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35138         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35139
35140         * sysdeps/unix/nice.c: Moved ...
35141         * sysdeps/posix/nice.c: ... here.
35142
35143         * sysdeps/unix/alarm.c: Moved ...
35144         * sysdeps/posix/alarm.c: ... here.
35145
35146         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35147
35148 2012-08-17  Jeff Law <law@redhat.com>
35149
35150         * intl/Makefile (codeset_mo): New variable.
35151         ($(codeset_mo)): New target.
35152         (tst-codeset.out): Depend on that.  Remove explicit rule.
35153         (tst-gettext3.out, tst-gettext5.out): Likewise.
35154         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35155         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35156         * intl/tst-codeset.sh: Remove.
35157         * intl/tst-gettext3.sh: Likewise.
35158         * intl/tst-gettext5.sh: Likewise.
35159
35160 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35161
35162         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35163         * sysdeps/unix/syscalls.list: ... here.
35164
35165         * sysdeps/posix/getaddrinfo.c
35166         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35167         (gaiconf_init, gaiconf_reload): Use them.
35168         [!_STATBUF_ST_NSEC]
35169         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35170         Define using time_t rather than struct timespec.
35171
35172         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35173         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35174         Macros removed.
35175         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35176         [!NO_THREADS].
35177         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35178         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35179         Likewise.
35180
35181         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35182         __libc_cleanup_push argument.
35183
35184         * bits/param.h: New file.
35185         * misc/sys/param.h: New file.
35186         * include/sys/param.h: New file.
35187         * misc/Makefile (headers): Add bits/param.h.
35188         * sysdeps/generic/sys/param.h: File removed.
35189         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35190         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35191         * sysdeps/mach/hurd/bits/param.h: New file.
35192         * sysdeps/mach/hurd/sys/param.h: File removed.
35193
35194         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35195         last change.
35196
35197         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35198         [_IO_MTSAFE_IO].
35199         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35200         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35201         New macros.
35202
35203         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35204         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35205         rather than -D_IO_MTSAFE_IO conditionally.
35206         * stdio-common/Makefile (CPPFLAGS): Likewise.
35207         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35208         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35209         Use $(libio-mtsafe).
35210         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35211         of -D_IO_MTSAFE_IO.
35212         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35213         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35214         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35215         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35216         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35217         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35218         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35219         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35220         (CFLAGS-fread_u_chk.c): Likewise.
35221         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35222         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35223         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35224         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35225         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35226         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35227         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35228         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35229         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35230
35231         * libio/Makefile: Test [$(libc-reentrant) = yes]
35232         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35233
35234         * Makeconfig
35235         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35236         * sysdeps/pthread/configure: File removed.
35237         * sysdeps/pthread/Makeconfig: New file.
35238         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35239         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35240
35241 2012-08-16  Gary Benson  <gbenson@redhat.com>
35242
35243         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35244         unmapping the first object in a namespace.
35245
35246 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35247
35248         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35249         (__internal_setnetgrent): ... this.  Add internal_function to
35250         definition.  Add libc_hidden_def.
35251         (setnetgrent): Update caller.
35252         (internal_endnetgrent): Renamed to ...
35253         (__internal_endnetgrent): ... this.  Add internal_function to
35254         definition.  Add libc_hidden_def.
35255         (endnetgrent): Update caller.
35256         (internal_getnetgrent_r): Renamed to ...
35257         (__internal_getnetgrent_r): ... this.  Add internal_function to
35258         definition.  Add libc_hidden_def.
35259         (__getnetgrent_r): Update caller.
35260         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35261
35262 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35263
35264         * stdlib/longlong.h: Update from GCC.
35265
35266 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35267
35268         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35269         on _QL, which is set by umul_ppmm but never used.
35270         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35271         variables, which are set by GMP macros but never used.
35272         * stdio-common/_itowa.c (_itowa): Likewise.
35273         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35274         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35275
35276 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35277
35278         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35279         struct La_sh_regs is not constant.
35280         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35281         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35282         and struct La_sparc64_regs are not constant.
35283
35284 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35285
35286         * sysdeps/unix/sysv/linux/kernel-features.h
35287         (__ASSUME_POSIX_TIMERS): Remove.
35288         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35289         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35290         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35291         Make code unconditional.
35292         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35293         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35294         Make code unconditional.
35295         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35296         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35297         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35298         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35299         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35300         Make code unconditional.
35301         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35302         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35303         (__libc_missing_posix_timers): Remove.
35304
35305 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35306
35307         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35308         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35309
35310         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35311
35312         * elf/dl-sym.c: Include <stdlib.h>.
35313
35314         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35315         constants, which avoids warnings in 32-bit builds.
35316
35317         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35318         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35319
35320         * misc/lseek.c: File moved to ...
35321         * io/lseek.c: ... here.
35322
35323         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35324
35325         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35326         shifting LEN more than 31 bits at once.
35327
35328 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35329
35330         [BZ #14195]
35331         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35332         segmentation fault for a case of two empty input strings.
35333         * string/test-strncasecmp.c (check1): Renamed to...
35334         (bz12205): ...this.
35335         (bz14195): Add new testcase for two empty input strings and N > 0.
35336         (test_main): Call new testcase, adapt for renamed function.
35337
35338 2012-08-15  Andreas Jaeger  <aj@suse.de>
35339
35340         [BZ #14090]
35341         * crypt/md5test2.c: New test, based on test supplied by Serge
35342         Belyshev <belyshev@depni.sinp.msu.ru>.
35343         * crypt/Makefile (xtests): Add md5test-giant..
35344         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35345
35346 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35347
35348         [BZ #14090]
35349         * crypt/md5.c (md5_process_block): Don't assume the buffer
35350         length is less than 2**32.
35351         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35352         length is less than 2**64.
35353
35354 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35355
35356         * string/str-two-way.h: Include <sys/param.h>.
35357         (MAX): Macro removed.
35358
35359         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35360         Move #define and #undef of memmove to just before and after
35361         including <string.h>.
35362
35363         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35364         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35365         and after including <string.h>.  Move declarations of
35366         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35367         to before #include "string/memmove.c".
35368
35369         * include/dirent.h: Declare __getdirentries.
35370
35371         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35372         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35373
35374 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35375
35376         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35377         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35378         * sysdeps/i386/configure: Regenerated.
35379         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35380         STABS_CURRENT_FILE, and STABS_FUN.
35381         (END): Remove call to STABS_FUN_END.
35382         (STABS_CURRENT_FILE1): Delete.
35383         (STABS_CURRENT_FILE): Likewise.
35384         (STABS_FUN): Likewise.
35385         (STABS_FUN_END): Likewise.
35386         (STABS_FUN2): Likewise.
35387         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35388         * sysdeps/x86_64/configure: Regenerated.
35389
35390 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35391
35392         * elf/dl-open.c: Include <atomic.h>.
35393         * elf/dl-lookup.c: Likewise.
35394
35395 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35396
35397         * sysdeps/unix/sysv/linux/kernel-features.h
35398         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35399         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35400         unconditionally.
35401         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35402         unconditionally.
35403         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35404         condition on __ASSUME_CLONE_THREAD_FLAGS.
35405
35406 2012-08-14  Andreas Jaeger  <aj@suse.de>
35407
35408         * sysdeps/i386/fpu/libm-test-ulps: Update.
35409
35410 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35411
35412         * include/atomic.h (atomic_exchange_and_add): Split into ...
35413         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35414         New atomic macros.
35415
35416 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35417
35418         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35419
35420 2012-08-13  Jeff Law <law@redhat.com>
35421
35422         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35423         null byte in the output string.
35424
35425 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35426
35427         * sysdeps/unix/sysv/linux/kernel-features.h
35428         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35429         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35430         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35431         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35432         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35433         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35434         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35435
35436 2012-08-09  Jeff Law <law@redhat.com>
35437
35438         [BZ #13939]
35439         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35440         When avoid_arena is set, don't retry in the that arena.  Pick the
35441         next one, whatever it might be.
35442         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35443         (arena_lock): Pass in new parameter to arena_get2.
35444         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35445         arena_get2.
35446         (__libc_malloc): Unify retrying after main arena failure with
35447         __libc_memalign version.
35448         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35449
35450 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35451
35452         [BZ #14166]
35453         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35454         to __redirect_strstr.
35455         (__strstr_sse42): Use typeof __redirect_strstr.
35456         (__strstr_ia32): Likewise.
35457         (__libc_strstr): New prototype.
35458         (strstr): Renamed to ...
35459         (__libc_strstr): This.
35460         (strstr): New strong alias of __libc_strstr.
35461         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35462         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35463         __redirect_time.
35464         Include <time.h>.
35465         (__libc_time): New prototype.
35466         (time_ifunc): Replace time with __libc_time.
35467         (time): New strong alias and hidden definition of __libc_time.
35468         (__GI_time): Remove strong alias.
35469         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35470         Include <stddef.h>.
35471         (memmove): Redefined to __redirect_memmove.
35472         (__memmove_sse2): Use typeof __redirect_memmove.
35473         (__memmove_ssse3): Likewise.
35474         (__memmove_ssse3_back): Likewise.
35475         (__libc_memmove): New prototype.
35476         (memmove): Renamed to ...
35477         (__libc_memmove): This.
35478         (memmove): New strong alias of __libc_memmove.
35479
35480 2012-08-08  Mark Salter  <msalter@redhat.com>
35481
35482         * elf/elf.h
35483         (R_MN10300_TLS_GD): Define.
35484         (R_MN10300_TLS_LD): Likewise.
35485         (R_MN10300_TLS_LDO): Likewise.
35486         (R_MN10300_TLS_GOTIE): Likewise.
35487         (R_MN10300_TLS_IE): Likewise.
35488         (R_MN10300_TLS_LE): Likewise.
35489         (R_MN10300_TLS_DTPMOD): Likewise.
35490         (R_MN10300_TLS_DTPOFF): Likewise.
35491         (R_MN10300_TLS_TPOFF): Likewise.
35492         (R_MN10300_SYM_DIFF): Likewise.
35493         (R_MN10300_ALIGN): Likewise.
35494         (R_MN10300_NUM): Update.
35495
35496 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
35497
35498         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35499         Remove.
35500
35501 2012-08-08  Roland McGrath  <roland@hack.frob.com>
35502
35503         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35504
35505         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35506         sysdeps/unix -> sysdeps/posix move.
35507         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35508
35509 2012-08-07      Allan McRae     <allan@archlinux.org>
35510
35511         [BZ #14303]
35512         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35513         (SUNOS_CPP): Likewise.
35514         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35515         not found.
35516         (open_input): Call CPP using execvp.
35517
35518 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35519
35520         * sysdeps/unix/sysv/linux/kernel-features.h
35521         (__ASSUME_PROT_GROWSUPDOWN): Remove.
35522         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35523         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35524         (__ASSUME_WAITID_SYSCALL): Likewise.
35525         * sysdeps/unix/sysv/linux/dl-execstack.c
35526         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35527         code unconditional.
35528         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35529         conditional code.
35530         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35531         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35532         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35533         code.
35534         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35535         unconditional.
35536         [__ASSUME_WAITID_SYSCALL]: Likewise.
35537         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35538
35539 2012-08-07  Roland McGrath  <roland@hack.frob.com>
35540
35541         * sysdeps/unix/closedir.c: Renamed to ...
35542         * sysdeps/posix/closedir.c: ... here.
35543         * sysdeps/unix/dirfd.c: Renamed to ...
35544         * sysdeps/posix/dirfd.c: ... here.
35545         * sysdeps/unix/dirstream.h: Renamed to ...
35546         * sysdeps/posix/dirstream.h: ... here.
35547         * sysdeps/unix/fdopendir.c: Renamed to ...
35548         * sysdeps/posix/fdopendir.c: ... here.
35549         * sysdeps/unix/opendir.c: Renamed to ...
35550         * sysdeps/posix/opendir.c: ... here.
35551         * sysdeps/unix/readdir.c: Renamed to ...
35552         * sysdeps/posix/readdir.c: ... here.
35553         * sysdeps/unix/readdir_r.c: Renamed to ...
35554         * sysdeps/posix/readdir_r.c: ... here.
35555         * sysdeps/unix/rewinddir.c: Renamed to ...
35556         * sysdeps/posix/rewinddir.c: ... here.
35557         * sysdeps/unix/seekdir.c: Renamed to ...
35558         * sysdeps/posix/seekdir.c: ... here.
35559         * sysdeps/unix/telldir.c: Renamed to ...
35560         * sysdeps/posix/telldir.c: ... here.
35561         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35562         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35563         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35564         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35565
35566         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35567         * bits/fcntl.h: ... here.
35568
35569         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35570         not 0.
35571         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35572         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35573         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35574         (struct flock): Move l_start, l_len to the beginning.
35575         Use __pid_t for l_pid.
35576         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35577         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35578         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35579         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35580         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35581         [__USE_LARGEFILE64] (struct flock64): New type.
35582         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35583
35584         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35585         * bits/dirent.h: ... here.
35586
35587         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35588         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35589
35590 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35591
35592         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35593         Change from 2.6.0 to 2.6.16.
35594         * sysdeps/unix/sysv/linux/configure: Regenerated.
35595         * sysdeps/unix/sysv/linux/kernel-features.h
35596         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35597         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35598         version.
35599         (__ASSUME_UTIMES): Likewise.
35600         (__ASSUME_CLONE_STOPPED): Remove.
35601         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35602         architectures, not kernel version.
35603         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35604         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35605         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35606         (__ASSUME_WAITID_SYSCALL): Likewise.
35607         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35608         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35609         * README: State 2.6.16 as minimum Linux kernel version.  Do not
35610         refer to older versions.
35611
35612 2012-08-06  Roland McGrath  <roland@hack.frob.com>
35613
35614         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35615         Define alphasort64 as an alias.
35616         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35617         Define versionsort64 as an alias.
35618         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35619         Define scandir64 as an alias.
35620         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35621         Define scandirat64 as an alias.
35622         * dirent/alphasort64.c (alphasort64):
35623         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35624         * dirent/versionsort64.c: Likewise.
35625         * dirent/scandir64.c: Likewise.
35626         * dirent/scandirat64.c: Likewise.
35627         * sysdeps/wordsize-64/alphasort.c: File removed.
35628         * sysdeps/wordsize-64/alphasort64.c: File removed.
35629         * sysdeps/wordsize-64/scandir.c: File removed.
35630         * sysdeps/wordsize-64/scandir64.c: File removed.
35631         * sysdeps/wordsize-64/scandirat.c: File removed.
35632         * sysdeps/wordsize-64/scandirat64.c: File removed.
35633         * sysdeps/wordsize-64/versionsort.c: File removed.
35634         * sysdeps/wordsize-64/versionsort64.c: File removed.
35635         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35636         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35637         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35638         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
35639         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
35640         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
35641         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
35642         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
35643
35644         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
35645         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35646         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
35647         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35648         [defined __arch64__ || defined __sparcv9]
35649         (__INO_T_MATCHES_INO64_T): New macro.
35650         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35651         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
35652         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
35653         * sysdeps/unix/sysv/linux/bits/dirent.h
35654         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
35655         (_DIRENT_MATCHES_DIRENT64): New macro.
35656
35657         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
35658         Define lockf64 as an alias.
35659         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
35660         Define fseeko64 as an alias.
35661         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
35662         Define ftello64 as an alias.
35663         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
35664         Define _IO_fgetpos64 and fgetpos64 as aliases.
35665         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
35666         Define _IO_fsetpos64 and fsetpos64 as aliases.
35667         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
35668         Conditionalize body on this.
35669         * libio/fseeko64.c: Likewise.
35670         * libio/ftello64.c: Likewise.
35671         * libio/iofgetpos64.c: Likewise.
35672         * libio/iofsetpos64.c: Likewise.
35673         * sysdeps/wordsize-64/lockf.c: File removed.
35674         * sysdeps/wordsize-64/lockf64.c: File removed.
35675         * sysdeps/wordsize-64/fseeko.c: File removed.
35676         * sysdeps/wordsize-64/fseeko64.c: File removed.
35677         * sysdeps/wordsize-64/ftello.c: File removed.
35678         * sysdeps/wordsize-64/ftello64.c: File removed.
35679         * sysdeps/wordsize-64/iofgetpos.c: File removed.
35680         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
35681         * sysdeps/wordsize-64/iofsetpos.c: File removed.
35682         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
35683         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
35684         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
35685         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
35686         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
35687         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
35688         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
35689         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
35690         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
35691         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
35692         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
35693
35694         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35695         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35696         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
35697         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35698         [defined __arch64__ || defined __sparcv9]
35699         (__OFF_T_MATCHES_OFF64_T): New macro.
35700         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35701         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35702         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35703         (__OFF_T_MATCHES_OFF64_T): New macro.
35704
35705 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35706
35707         * stdlib/secure-getenv.c (__secure_getenv): Replace
35708         GLIBC_2_16 with GLIBC_2_17.
35709
35710 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35711
35712         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
35713         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35714
35715 2012-08-03  David S. Miller  <davem@davemloft.net>
35716
35717         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35718
35719 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35720
35721         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
35722         Remove.
35723         (__ASSUME_CORRECT_SI_PID): Likewise.
35724         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
35725         (__ASSUME_TMPFS_NAME): Likewise.
35726         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
35727         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
35728         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
35729         (HAVE_AUX_SECURE): Make definition unconditional.
35730         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
35731         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
35732
35733 2012-08-03  Roland McGrath  <roland@hack.frob.com>
35734
35735         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
35736         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
35737         * sysdeps/mach/hurd/eloop-threshold.h: New file.
35738         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35739         __eloop_threshold instead of SYMLOOP_MAX.
35740
35741         * sysdeps/generic/eloop-threshold.h: New file.
35742         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
35743         of MAXSYMLINKS.
35744         * elf/chroot_canon.c (chroot_canon): Likewise.
35745
35746 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35747
35748         [BZ #13717]
35749         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35750         Change to 2.6.0 everywhere.
35751         * sysdeps/unix/sysv/linux/configure: Regenerated.
35752         * sysdeps/unix/sysv/linux/kernel-features.h
35753         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
35754         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
35755         kernel versions.
35756         (__ASSUME_POSIX_TIMERS): Define unconditionally.
35757         (__ASSUME_FUTEX_REQUEUE): Remove.
35758         (__ASSUME_STATFS64): Define unconditionally.
35759         (__ASSUME_AT_SECURE): Likewise.
35760         (__ASSUME_CORRECT_SI_PID): Likewise.
35761         (__ASSUME_TGKILL): Define without depending on kernel version for
35762         i386.
35763         (__ASSUME_UTIMES): Likewise.
35764         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
35765         kernel version.
35766         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
35767         (__ASSUME_TMPFS_NAME): Likewise.
35768         * README: Update reference to Linux kernel versions.
35769
35770 2012-08-02  Marek Polacek  <polacek@redhat.com>
35771
35772         [BZ# 14150]
35773         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
35774         libc_cv_asm_type_prefix with %.
35775         * configure: Regenerated.
35776         * include/libc-symbols.h: Remove comment about
35777         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35778         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
35779         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
35780         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
35781         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
35782         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35783         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
35784         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
35785         * elf/tst-unique2mod1.c: Likewise.
35786         * elf/tst-unique1mod2.c: Likewise.
35787         * elf/tst-unique1mod1.c: Likewise.
35788         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
35789         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
35790         Replace ASM_TYPE_DIRECTIVE with .type.
35791         * sysdeps/s390/s390-64/sysdep.h: Likewise.
35792         * sysdeps/i386/sysdep.h: Likewise.
35793         * sysdeps/x86_64/sysdep.h: Likewise.
35794         * sysdeps/sh/sysdep.h: Likewise.
35795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
35796         Do not define ASM_TYPE_DIRECTIVE.
35797         * sysdeps/powerpc/sysdep.h: Likewise.
35798         * sysdeps/powerpc/powerpc32/sysdep.h:
35799         Replace ASM_TYPE_DIRECTIVE with .type.
35800         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
35801         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
35802         * sysdeps/i386/fpu/e_powf.S: Likewise.
35803         * sysdeps/i386/fpu/e_expl.S: Likewise.
35804         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
35805         * sysdeps/i386/fpu/e_acosh.S: Likewise.
35806         * sysdeps/i386/fpu/e_pow.S: Likewise.
35807         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
35808         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
35809         * sysdeps/i386/fpu/s_expm1.S: Likewise.
35810         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
35811         * sysdeps/i386/fpu/e_log2.S: Likewise.
35812         * sysdeps/i386/fpu/e_log2l.S: Likewise.
35813         * sysdeps/i386/fpu/e_scalb.S: Likewise.
35814         * sysdeps/i386/fpu/e_powl.S: Likewise.
35815         * sysdeps/i386/fpu/e_log10f.S: Likewise.
35816         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
35817         * sysdeps/i386/fpu/e_logl.S: Likewise.
35818         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
35819         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
35820         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
35821         * sysdeps/i386/fpu/e_log2f.S: Likewise.
35822         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
35823         * sysdeps/i386/fpu/e_log.S: Likewise.
35824         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
35825         * sysdeps/i386/fpu/e_logf.S: Likewise.
35826         * sysdeps/i386/fpu/e_log10l.S: Likewise.
35827         * sysdeps/i386/fpu/e_atanh.S: Likewise.
35828         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
35829         * sysdeps/i386/fpu/e_log10.S: Likewise.
35830         * sysdeps/i386/fpu/s_frexp.S: Likewise.
35831         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
35832         * sysdeps/i386/fpu/s_asinh.S: Likewise.
35833         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
35834         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
35835         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
35836         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
35837         * sysdeps/i386/i686/strtok.S: Likewise.
35838         * sysdeps/i386/i386-mcount.S: Likewise.
35839         * sysdeps/i386/strtok.S: Likewise.
35840         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
35841         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
35842         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
35843         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
35844         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
35845         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
35846         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
35847         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
35848         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
35849         * sysdeps/x86_64/_mcount.S: Likewise.
35850         * sysdeps/x86_64/strtok.S: Likewise.
35851         * sysdeps/sh/_mcount.S: Likewise.
35852
35853 2012-08-01  Roland McGrath  <roland@hack.frob.com>
35854
35855         * libio/iofopen.c: Include <fcntl.h>.
35856         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
35857         (_IO_fopen64, fopen64): Define as aliases.
35858         * libio/iofopen64.c: Include <fcntl.h>.
35859         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
35860         Conditionalize body on this.
35861         * sysdeps/wordsize-64/iofopen.c: File removed.
35862         * sysdeps/wordsize-64/iofopen64.c: File removed.
35863
35864 2012-08-01  Marek Polacek  <polacek@redhat.com>
35865
35866         * libc/Makeconfig: Use elf in place of binfmt-subdir.
35867         Use dlfcn directly instead of a variable.
35868         (binfmt-subdir): Do not define.
35869         (dlfcn): Likewise.
35870
35871 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
35872
35873         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
35874         Remove all definitions.
35875         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
35876         <kernel-features.h>.
35877         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35878         (miss_F_GETOWN_EX): Remove all definitions.
35879         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
35880         macro definition.
35881         [!__ASSUME_FCNTL64]: Remove conditional code.
35882         [__ASSUME_FCNTL64]: Make code unconditional.
35883         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
35884         <kernel-features.h>.
35885         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35886         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
35887         (lockf64) [__NR_fcntl64]: Make code unconditional.
35888         (lockf64) [__ASSUME_FCNTL64]: Likewise.
35889
35890         * sysdeps/unix/sysv/linux/kernel-features.h
35891         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
35892         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
35893         Make code unconditional.
35894         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35895         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
35897         [__NR_vfork]: Make code unconditional.
35898         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35899         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
35901         [__NR_vfork]: Make code unconditional.
35902         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35903         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35904
35905 2012-08-01  Roland McGrath  <roland@hack.frob.com>
35906
35907         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
35908         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
35909
35910         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35911         Define mkstemp64 as an alias.
35912         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35913         Define mkstemps64 as an alias.
35914         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35915         Define mkostemp64 as an alias.
35916         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35917         Define mkostemps64 as an alias.
35918         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
35919         Conditionalize body on this.
35920         * misc/mkostemp64.c: Likewise.
35921         * misc/mkostemps64.c: Likewise.
35922         * misc/mkstemps64.c: Likewise.
35923         * sysdeps/wordsize-64/mkstemp64.c: File removed.
35924         * sysdeps/wordsize-64/mkostemp64.c: File removed.
35925         * sysdeps/wordsize-64/mkostemp.c: File removed.
35926         * sysdeps/wordsize-64/mkstemp.c: File removed.
35927         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
35928         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
35929         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
35930         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
35931
35932         [BZ #14138]
35933         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
35934         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
35935         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
35936         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
35937
35938         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
35939         compat_symbol macros from <shlib-compat.h> rather than the underlying
35940         default_symbol_version and symbol_version macros, so that DEFAULT
35941         lines in shlib-versions are respected.
35942         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
35943
35944 2012-08-01  Florian Weimer  <fweimer@redhat.com>
35945
35946         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
35947         Declare with warn_unused_result.
35948         (setgid, setregid, setegid, setresgid): Likewise.
35949         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
35950         Likewise.
35951         * WUR-REPORT: Remove set*id functions.
35952
35953 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
35954
35955         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
35956
35957 2012-07-31  Roland McGrath  <roland@hack.frob.com>
35958
35959         [BZ #10191]
35960         * include/sys/socket.h (__libc_accept, __libc_accept4):
35961         Add attribute_hidden.
35962         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
35963
35964         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
35965         use of PTR_MANGLE.
35966         * inet/getnetgrent_r.c (setup): Likewise.
35967
35968         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
35969
35970 2012-07-31  David S. Miller  <davem@davemloft.net>
35971
35972         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35973
35974 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
35975
35976         [BZ #13629]
35977         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
35978         value between 1.0 and 2.0 and smaller part has absolute value less
35979         than 1.0.
35980         * math/s_clog10.c (__clog10): Likewise.
35981         * math/s_clog10f.c (__clog10f): Likewise.
35982         * math/s_clog10l.c (__clog10l): Likewise.
35983         * math/s_clogf.c (__clogf): Likewise.
35984         * math/s_clogl.c (__clogl): Likewise.
35985         * math/libm-test.inc (clog_test): Add more tests.
35986         (clog10_test): Likewise.
35987         * sysdeps/i386/fpu/libm-test-ulps: Update.
35988         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35989
35990 2012-07-31  Florian Weimer  <fweimer@redhat.com>
35991
35992         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
35993         Exit with zero in case no suitable GID is found, and write a
35994         message to standard error.
35995
35996 2012-07-30  Roland McGrath  <roland@hack.frob.com>
35997
35998         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
35999         rather than to 1.
36000         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36001         (MAXPATHLEN): Removed.
36002         (NOGROUP, NODEV): New macros.
36003         (setbit, clrbit, isset, isclr): New macros.
36004         (howmany, roundup, powerof2): New macros.
36005         (DEV_BSIZE): New macro.
36006
36007         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36008         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36009
36010         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36011         definition on [!__NO_LONG_DOUBLE_MATH].
36012
36013         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36014         PTR_MANGLE and PTR_DEMANGLE.
36015
36016         * socket/accept4.c (accept4): Rename to __libc_accept4.
36017         Define accept4 as a weak alias.
36018
36019         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36020         on [_DIRENT_HAVE_D_TYPE].
36021         * io/ftw.c (ftw_dir): Likewise.
36022
36023         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36024
36025         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36026
36027         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36028         Use the BSD numbers rather than the arbitrary ones we had.
36029         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36030         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36031         (SIGXCPU, SIGXFSZ): New macros.
36032         (_NSIG): Now 32.
36033
36034         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36035         initializer on [_LIBC_REENTRANT].
36036
36037         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36038         definitions inside [_POSIX_MAPPED_FILES].
36039
36040         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36041
36042         * dirent/opendir.c: Include <fcntl.h>.
36043
36044         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36045         (__libc_getspecific): Likewise.
36046         (__libc_key_create): Likewise.
36047
36048         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36049         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36050         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36051         (tmpfile64): Define as alias.
36052         * sysdeps/wordsize-64/tmpfile.c: File removed.
36053         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36054         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36055         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36056
36057         * stdio-common/vfscanf.c: Include <stdbool.h>.
36058         * nss/makedb.c: Likewise.
36059         * stdio-common/_i18n_number.h: Likewise.
36060         * argp/argp-help.c: Likewise.
36061         * posix/wordexp.c: Likewise.
36062         * sysdeps/posix/spawni.c: Likewise.
36063         * nss/nss_files/files-initgroups.c: Likewise.
36064         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36065         * nss/nss_files/files-initgroups.c: Likewise.
36066         * nss/nss_db/db-netgrp.c: Likewise.
36067         * nss/nss_db/db-initgroups.c: Likewise.
36068         * io/fchmodat.c: Include <sys/stat.h>.
36069
36070         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36071         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36072
36073         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36074         [HAVE_MMAP].
36075
36076         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36077         Add multiple inclusion protection.
36078
36079 2012-07-27  David S. Miller  <davem@davemloft.net>
36080
36081         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36082
36083 2012-07-27  Gary Benson  <gbenson@redhat.com>
36084
36085         [BZ #14298]
36086         * elf/rtld.c: Include <stap-probe.h>.
36087         (dl_main): Added static probes "init_start" and "init_complete".
36088         * elf/dl-load.c: Include <stap-probe.h>.
36089         (lose): Take new parameter "nsid".
36090         Added static probe "map_failed".
36091         (_dl_map_object_from_fd): Pass namespace id to lose.
36092         Added static probe "map_start".
36093         (open_verify): Pass namespace id to lose.
36094         * elf/dl-open.c: Include <stap-probe.h>.
36095         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36096         and "reloc_complete".
36097         * elf/dl-close.c: Include <stap-probe.h>.
36098         (_dl_close_worker): Added static probes "unmap_start" and
36099         "unmap_complete".
36100         * elf/rtld-debugger-interface.txt: New file documenting the above.
36101
36102 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36103
36104         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36105         rather than a string variable.
36106         * sunrpc/rpc_main.c (h_output): Likewise.
36107         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36108
36109 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36110
36111         * inet/check_native.c: New file.
36112
36113 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36114
36115         [BZ #13629]
36116         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36117         if larger part has absolute value 1.0.
36118         * math/s_clog10.c (__clog10): Likewise.
36119         * math/s_clog10f.c (__clog10f): Likewise.
36120         * math/s_clog10l.c (__clog10l): Likewise.
36121         * math/s_clogf.c (__clogf): Likewise.
36122         * math/s_clogl.c (__clogl): Likewise.
36123         * math/libm-test.inc (clog_test): Add more tests.
36124         (clog10_test): Likewise.
36125         * sysdeps/i386/fpu/libm-test-ulps: Update.
36126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36127
36128         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36129         (pltexit): Likewise.
36130         (La_regs): Likewise.
36131         (La_retval): Likewise.
36132         (int_retval): Likewise.
36133         Update #error for removed macros to refer only to definitions in
36134         tst-audit.h.
36135         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36136         macro.
36137         (pltexit): Likewise.
36138         (La_regs): Likewise.
36139         (La_retval): Likewise.
36140         (int_retval): Likewise.
36141         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36142         macro.
36143         (pltexit): Likewise.
36144         (La_regs): Likewise.
36145         (La_retval): Likewise.
36146         (int_retval): Likewise.
36147         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36148         macro.
36149         (pltexit): Likewise.
36150         (La_regs): Likewise.
36151         (La_retval): Likewise.
36152         (int_retval): Likewise.
36153         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36154         macro.
36155         (pltexit): Likewise.
36156         (La_regs): Likewise.
36157         (La_retval): Likewise.
36158         (int_retval): Likewise.
36159         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36160         macro.
36161         (pltexit): Likewise.
36162         (La_regs): Likewise.
36163         (La_retval): Likewise.
36164         (int_retval): Likewise.
36165         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36166         macro.
36167         (pltexit): Likewise.
36168         (La_regs): Likewise.
36169         (La_retval): Likewise.
36170         (int_retval): Likewise.
36171         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36172         macro definitions in tst-audit.h.
36173         * sysdeps/i386/tst-audit.h: New file.
36174         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36175         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36176         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36177         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36178         * sysdeps/sh/tst-audit.h: Likewise.
36179         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36180         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36181         * sysdeps/x86_64/tst-audit.h: Likewise.
36182
36183 2012-07-26  Andreas Jaeger  <aj@suse.de>
36184
36185         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36186         ptrace.
36187
36188         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36189         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36190         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36191         PTRACE_O_MASK.
36192         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36193         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36194         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36195
36196         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36197         value.
36198
36199         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36200         _sigsys.
36201         (si_call_addr, si_syscall, si_arch): Define new macro.
36202         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36203         _sigsys.
36204         (si_call_addr, si_syscall, si_arch): Define new marcro.
36205         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36206         _sigsys.
36207         (si_call_addr, si_syscall, si_arch): Define new macro.
36208         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36209         _sigsys.
36210         (si_call_addr, si_syscall, si_arch): Define new macro.
36211
36212 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36213
36214         [BZ #13717]
36215         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36216         Change to 2.4.21 where previously 2.4.1.
36217         * sysdeps/unix/sysv/linux/configure: Regenerated.
36218         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36219         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36220         Linux kernel version.
36221         (__ASSUME_STD_AUXV): Remove.
36222         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36223         kernel version.
36224         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36225         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36226         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36227         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36228         (__ASSUME_NETLINK_SUPPORT): Likewise.
36229         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36230         (__no_netlink_support): Remove conditional definition.
36231         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36232         Remove.
36233         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36234         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36235         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36236         (if_nameindex_ioctl): Remove.
36237         (if_nameindex_netlink): Do not handle __no_netlink_support.
36238         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36239         code.
36240         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36241         Remove conditional code.
36242         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36243         code.
36244         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36245         unconditional.
36246         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36247         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36248         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36249         Remove.
36250         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36251         [!__ASSUME_STD_AUXV]: Remove conditional code.
36252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36253         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36254         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36256         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36257         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36258         code.
36259         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36261         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36262         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36263         conditional code.
36264         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36266         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36267         code.
36268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36269         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36270         conditional code.
36271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36272         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36273         code unconditional.
36274         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36275         conditional code.
36276         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36277         unconditional.
36278         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36279         conditional code.
36280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36281         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36282         unconditional.
36283         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36284         conditional code.
36285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36286         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36287         code unconditional.
36288         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36289         conditional code.
36290         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36291         unconditional.
36292         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36293         conditional code.
36294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36295         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36296         code unconditional.
36297         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36298         conditional code.
36299         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36300         unconditional.
36301         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36302         conditional code.
36303
36304 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36305
36306         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36307         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36308         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36309         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36310         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36311         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36312         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36313         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36314         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36315         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36316         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36317         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36318         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36319         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36320         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36321         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36322         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36323         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36324         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36325         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36326         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36327         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36328         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36329
36330 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36331
36332         * Versions.def: Add GLIBC_2.17.
36333         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36334         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36335         Introduce __libc_secure_getenv.
36336         * stdlib/Versions (2.17): Add secure_getenv
36337         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36338         * stdlib/secure-getenv.c: Rename __secure_getenv to
36339         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36340         symbol __secure_getenv for GLIBC_2.0.
36341         * stdlib/tst-secure-getenv.c: New.
36342         * stdlib/Makefile (tests): Add testcase.
36343         * manual/startup.texi (Environment Access): Document
36344         secure_getenv.
36345         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36346         __libc_secure_getenv.
36347         * inet/ruserpass.c (ruserpass): Likewise.
36348         * malloc/mtrace.c (mtrace): Likewise.
36349         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36350         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36351         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36352         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36353         HAVE_SECURE_GETENV.
36354         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36355         __secure_getenv to __libc_secure_getenv.
36356         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36358         Likewise.
36359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36360         Likewise.
36361         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36362         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36363         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36364         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36365         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36366         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36367         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36368
36369 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36370
36371         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36372         (struct La_i86_retval): Likewise.
36373         (struct La_x86_64_regs): Likewise.
36374         (struct La_x86_64_retval): Likewise.
36375         (struct La_x32_regs): Likewise.
36376         (struct La_x32_retval): Likewise.
36377         (struct La_ppc32_regs): Likewise.
36378         (struct La_ppc32_retval): Likewise.
36379         (struct La_ppc64_regs): Likewise.
36380         (struct La_ppc64_retval): Likewise.
36381         (struct La_sh_regs): Likewise.
36382         (struct La_sh_retval): Likewise.
36383         (struct La_s390_32_regs): Likewise.
36384         (struct La_s390_32_retval): Likewise.
36385         (struct La_s390_64_regs): Likewise.
36386         (struct La_s390_64_retval): Likewise.
36387         (struct La_sparc32_regs): Likewise.
36388         (struct La_sparc32_retval): Likewise.
36389         (struct La_sparc64_regs): Likewise.
36390         (struct La_sparc64_retval): Likewise.
36391         (struct audit_ifaces): Remove architecture-specific pltenter and
36392         pltexit members.
36393         * sysdeps/i386/ldsodefs.h: New file.
36394         * sysdeps/powerpc/ldsodefs.h: Likewise.
36395         * sysdeps/s390/ldsodefs.h: Likewise.
36396         * sysdeps/sh/ldsodefs.h: Likewise.
36397         * sysdeps/sparc/ldsodefs.h: Likewise.
36398         * sysdeps/x86_64/ldsodefs.h: Likewise.
36399
36400 2012-07-25  Marek Polacek  <polacek@redhat.com>
36401
36402         [BZ #6808]
36403         * math/libm-test.inc (yn_test): Add another test.
36404         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36405         to ERANGE when the result is +-Inf.
36406         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36407         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36408         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36409         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36410
36411 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36412
36413         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36414         equal to 0.
36415         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36416         clock_t.
36417         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36418
36419 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36420
36421         * configure.in <sysdeps resolving>: Correct printing
36422         Implies_before.
36423         * configure: Regenerate.
36424
36425 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36426
36427         * math/w_ilogb.c: Include <limits.h>.
36428         * math/w_ilogbl.c: Likewise.
36429
36430 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36431
36432         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36433         va_copy.  Document allowing for unavailable va_copy only as
36434         pre-C99 compatibility.
36435         * manual/string.texi (Copying and Concatenation): Use va_copy
36436         instead of __va_copy in concat example.
36437
36438 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36439
36440         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36441         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36442         it if not null.
36443
36444         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36445         with O_NOLINK passed to __file_name_lookup.
36446
36447         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36448         with O_NOLINK passed to __file_name_lookup.
36449
36450         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36451         negative N or less than NGIDS.
36452
36453         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36454         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36455         enough.  Use memcpy instead of strncpy.
36456
36457 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36458
36459         * elf/Makefile (check-data): Remove.
36460         (localplt.data): New vpath directive.
36461         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36462         instead of $(check-data).
36463         * scripts/data/localplt-generic.data: Move to ...
36464         * sysdeps/generic/localplt.data: ... here.
36465         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36466         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36467         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36469         ... here.
36470         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36472         ... here.
36473         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36474         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36475         ... here.
36476         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36477         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36478         ... here.
36479         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36480         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36481         ... here.
36482         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36483         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36484         ... here.
36485
36486 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36487
36488         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36489         PPC32 and PPC64 files.
36490         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36491         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36492
36493 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36494
36495         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36496         __makecontext_ret to ...
36497         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36498         ... here and call exit if uc_link is NULL.  New file.
36499         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36500         __makecontext_ret.S.
36501         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36502         __makecontext_ret to ...
36503         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36504         ... here and call exit if uc_link is NULL.  New file.
36505         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36506         __makecontext_ret.S.
36507
36508 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36509
36510         * elf/elf.h (R_390_IRELATIVE): New definition.
36511         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36512         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
36513         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36514         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36515         (elf_machine_lazy_rel): Likewise.
36516         * sysdeps/s390/dl-irel.h: New file.
36517         * sysdeps/s390/s390-64/memcpy.S: New asm code.
36518         * sysdeps/s390/s390-64/memset.S: New asm code.
36519         * sysdeps/s390/s390-64/memcmp.S: New asm code.
36520         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36521         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36522         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36523         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36524         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36525         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36526         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36527         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36528         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36529         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36530         * sysdeps/s390/s390-32/memcpy.S: New asm code.
36531         * sysdeps/s390/s390-32/memset.S: New asm code.
36532         * sysdeps/s390/s390-32/memcmp.S: New asm code.
36533
36534 2012-07-17  Marek Polacek  <polacek@redhat.com>
36535
36536         [BZ #14349]
36537         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36538         * sysdeps/s390/s390-64/configure.in: Likewise.
36539         * sysdeps/sparc/configure.in: Likewise.
36540         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36541         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36542         * sysdeps/i386/configure.in: Likewise.
36543         * sysdeps/x86_64/configure.in: Likewise.
36544         * sysdeps/sh/configure.in: Likewise.
36545         * sysdeps/s390/s390-32/configure: Regenerated.
36546         * sysdeps/s390/s390-64/configure: Likewise.
36547         * sysdeps/x86_64/configure: Likewise.
36548         * sysdeps/sh/configure: Likewise.
36549         * sysdeps/powerpc/powerpc64/configure: Likewise.
36550         * sysdeps/powerpc/powerpc32/configure: Likewise.
36551         * sysdeps/sparc/configure: Likwise.
36552         * sysdeps/i386/configure: Likewise.
36553
36554         * elf/dl-open.c: Comment fixes.
36555
36556 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
36557
36558         * Makefile [CXX] (check-data): Remove.
36559         [CXX] (c++-types.data): New vpath directive.
36560         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36561         vpath.  Do not allow for C++ type data being missing.
36562         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36563         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36564         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36565         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36566         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36567         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36568         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36570         ... here.
36571         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36573         ... here.
36574         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36575         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36576         ... here.
36577         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36578         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36579         ... here.
36580         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36581         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36582         ... here.
36583         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36584         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36585         ... here.
36586         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36587         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36588         ... here.
36589         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36590         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36591
36592         * elf/tls-macros.h (TLS_LE): Move architecture-specific
36593         definitions to architecture-specific files.
36594         (TLS_IE): Likewise.
36595         (TLS_LD): Likewise.
36596         (TLS_GD): Likewise.
36597         * sysdeps/i386/tls-macros.h: New file.
36598         * sysdeps/powerpc/tls-macros.h: Likewise.
36599         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36600         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36601         * sysdeps/sh/tls-macros.h: Likewise.
36602         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36603         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36604         * sysdeps/x86_64/tls-macros.h: Likewise.
36605
36606 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36607
36608         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36609         zero value for regular exit case.
36610
36611         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36612         (__start_context): Preserve zero value for regular exit case.
36613
36614 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36615             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36616
36617         * manual/setjmp.texi (setcontext): Clarify normal process
36618         termination when uc_link is the null pointer.
36619         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36620         exit call.
36621
36622 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
36623
36624         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36625         preprocessor.  Test for each exception mask separately.
36626
36627 2012-07-16  Andreas Jaeger  <aj@suse.de>
36628
36629         * po/ru.po: Update from translation team.
36630
36631 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
36632
36633         * conform/data/string.h-data (NULL): Use macro-constant.  Require
36634         equal to 0.
36635         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36636         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36637         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36638         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
36639         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36640
36641 2012-07-13  Andreas Jaeger  <aj@suse.de>
36642
36643         * po/fr.po: Update from translation team.
36644
36645 2012-07-12  Marek Polacek  <polacek@redhat.com>
36646
36647         [BZ #14173]
36648         * math/libm-test.inc (yn_test): Add test for BZ #14173.
36649         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
36650         loop condition.
36651
36652 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
36653
36654         [BZ #13717]
36655         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36656         Change to 2.4.1 where previously 2.4.0.
36657         * sysdeps/unix/sysv/linux/configure: Regenerated.
36658         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
36659         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
36660         version.
36661         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
36662         (__ASSUME_AT_CLKTCK): Remove.
36663         (__ASSUME_AT_PAGESIZE): Likewise.
36664         (__ASSUME_AT_XID): Likewise.
36665         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
36666         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
36667         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
36668         unconditionally.
36669         (HAVE_AUX_PAGESIZE): Likewise.
36670         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
36671         [__ASSUME_AT_CLKTCK]: Make code unconditional.
36672         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
36673
36674 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
36675
36676         [BZ #14307]
36677         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
36678         the temporary buffer used to invoke __gethostbyname2_r,
36679         __gethostbyaddr_r and gethostbyname4_r to make room for struct
36680         host_data / struct gaih_addrtuple.
36681         * resolv/nss_dns/dns-host.c (global scope): Move definition of
36682         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
36683         header file nss/nsswitch.h.
36684         * nss/nsswitch.h (global scope): Add definition of implementation
36685         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
36686         resolv/nss_dns/dns-host.c).
36687
36688 2012-07-11  Andreas Jaeger  <aj@suse.de>
36689
36690         * po/fr.po: Update from translation team.
36691
36692         * po/sv.po: Update from translation team
36693         * po/fr.po: Another update from translation team.
36694
36695 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36696
36697         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
36698         for subnormals or multiply small sinh result by itself.
36699         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
36700         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36701
36702 2012-07-11  David S. Miller  <davem@davemloft.net>
36703
36704         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36705
36706 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
36707
36708         [BZ #14347]
36709         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
36710         (INTERNAL_MARK): Shift it here.
36711
36712 2012-07-10  Marek Polacek  <polacek@redhat.com>
36713
36714         [BZ #14151]
36715         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
36716         libc_cv_asm_global_directive with .globl.
36717         * configure: Regenerated.
36718         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
36719         with .globl.
36720         * sysdeps/i386/configure: Regenerated.
36721         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
36722         with .globl.
36723         * sysdeps/x86_64/configure: Regenerated.
36724         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
36725         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
36726         * elf/tst-unique2mod2.c: Likewise.
36727         * elf/tst-unique2mod1.c: Likewise.
36728         * elf/tst-unique1mod2.c: Likewise.
36729         * elf/tst-unique1mod1.c: Likewise.
36730         * sysdeps/s390/s390-32/sysdep.h: Likewise.
36731         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36732         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36733         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36734         * sysdeps/mach/sysdep.h: Likewise.
36735         * sysdeps/i386/sysdep.h: Likewise.
36736         * sysdeps/i386/i386-mcount.S: Likewise.
36737         * sysdeps/x86_64/_mcount.S: Likewise.
36738         * sysdeps/x86_64/sysdep.h: Likewise.
36739         * sysdeps/sh/_mcount.S: Likewise.
36740         * sysdeps/sh/sysdep.h: Likewise.
36741         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
36742         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
36743         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
36744         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
36745         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
36746         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
36747         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
36748         * locale/localeinfo.h: Likewise.
36749         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
36750         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
36751
36752 2012-07-09  Roland McGrath  <roland@hack.frob.com>
36753
36754         [BZ #14336]
36755         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
36756         system".
36757         * manual/message.texi (The Uniforum approach): Likewise.
36758         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
36759         (glibc iconv Implementation): Likewise.
36760
36761 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
36762
36763         [BZ #14337]
36764         * math/s_clog.c (__clog): Avoid scaling a value down where that
36765         could result in underflow.
36766         * math/s_clog10.c (__clog10): Likewise.
36767         * math/s_clog10f.c (__clog10f): Likewise.
36768         * math/s_clog10l.c (__clog10l): Likewise.
36769         * math/s_clogf.c (__clogf): Likewise.
36770         * math/s_clogl.c (__clogl): Likewise.
36771         * math/libm-test.inc (clog_test): Add more tests.
36772         (clog10_test): Likewise.
36773         * sysdeps/i386/fpu/libm-test-ulps: Update.
36774         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36775
36776 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
36777
36778         [BZ #14283]
36779         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
36780         by 7 not 8 to examine high bit of fractional part.
36781
36782         [BZ #14042]
36783         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
36784         for call to __mcount_internal.
36785         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
36786         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
36787         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
36788
36789 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
36790
36791         [BZ #14154]
36792         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
36793         approximation for values within 0x1p-13f of an odd multiple of
36794         pi/4.
36795         * math/libm-test.inc (tan_test): Do not allow spurious underflow
36796         exception.  Add more tests.
36797         * sysdeps/i386/fpu/libm-test-ulps: Update.
36798
36799         [BZ #6778]
36800         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
36801         inputs and return -1 for them.  Do not check for +Inf in case not
36802         reachable for +Inf.
36803         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
36804         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
36805         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36806         and return -1 for them.  Do not check for +Inf in case not
36807         reachable for +Inf.
36808         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
36809         define.
36810         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36811         and return -1 for them.  Do not check for +Inf in case not
36812         reachable for +Inf.
36813         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
36814         spurious underflow.
36815         * sysdeps/i386/fpu/libm-test-ulps: Update.
36816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36817
36818 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
36819
36820         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
36821
36822 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
36823
36824         [BZ #14157]
36825         [BZ #14331]
36826         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
36827         could result in spurious underflow.  Scale down values above
36828         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
36829         * math/s_csqrtf.c (__csqrtf): Likewise.
36830         * math/s_csqrtl.c (__csqrtl): Likewise.
36831         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
36832         spurious underflow.
36833         * sysdeps/i386/fpu/libm-test-ulps: Update.
36834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36835
36836 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
36837
36838         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
36839         xopen-msg.sed.
36840         * catgets/xopen-msg.awk: New file.
36841         * catgets/xopen-msg.sed: Removed.
36842
36843         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
36844         po2text.sed.
36845         * intl/po2test.awk: New file.
36846         * intl/po2test.sed: Removed.
36847
36848 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
36849
36850         [BZ #14328]
36851         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
36852         or multiply small sinh result by itself.
36853         * math/s_ctanf.c (__ctanf): Likewise.
36854         * math/s_ctanh.c (__ctanh): Likewise.
36855         * math/s_ctanhf.c (__ctanhf): Likewise.
36856         * math/s_ctanhl.c (__ctanhl): Likewise.
36857         * math/s_ctanl.c (__ctanl): Likewise.
36858         * math/libm-test.inc (ctan_test_tonearest): New function.
36859         (ctan_test_towardzero): Likewise.
36860         (ctan_test_downward): Likewise.
36861         (ctan_test_upward): Likewise.
36862         (ctanh_test_tonearest): Likewise.
36863         (ctanh_test_towardzero): Likewise.
36864         (ctanh_test_downward): Likewise.
36865         (ctanh_test_upward): Likewise.
36866         (main): Call these new functions.
36867         * sysdeps/i386/fpu/libm-test-ulps: Update.
36868         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36869
36870 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
36871
36872         * .gitignore: Delete /ports entry.
36873
36874 2012-07-03  Andreas Jaeger  <aj@suse.de>
36875
36876         * po/bg.po: Update from translation team.
36877         * po/cs.po: Likewise.
36878         * po/de.po: Likewise.
36879         * po/hr.po: Likewise.
36880         * po/nl.pl: Likewise.
36881         * po/pl.po: Likewise.
36882         * po/vi.po: Likewise.
36883
36884 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
36885
36886         * Makeconfig [!+link] (+link-before-libc): New variable.
36887         [!+link] (+link-after-libc): Likewise.
36888         [!+link] (+link-tests): Likewise.
36889         [!+link] (+link): Define in terms of $(+link-before-libc) and
36890         $(+link-after-libc).
36891         [!+link-static] (+link-static-before-libc): New variable.
36892         [!+link-static] (+link-static-after-libc): Likewise.
36893         [!+link-static] (+link-static-tests): Likewise.
36894         [!+link-static] (+link-static): Define in terms of
36895         $(+link-static-before-libc) and $(+link-static-after-libc).
36896         [build-shared] (link-libc-before-gnulib): New variable.
36897         [build-shared] (link-libc-tests): Likewise.
36898         [build-shared] (link-libc): Define in terms of
36899         $(link-libc-before-gnulib).
36900         [!build-shared] (link-libc-tests): New variable.
36901         (link-libc-static-tests): New variable.
36902         [!gnulib] (gnulib-arch): New variable.
36903         [!gnulib] (gnulib-tests): Likewise.
36904         [!gnulib] (static-gnulib-arch): Likewise.
36905         [!gnulib] (static-gnulib-tests): Likewise.
36906         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
36907         Define with "=" instead of ":=".
36908         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
36909         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
36910         * Rules (binaries-all-notests): New variable.
36911         (binaries-all-tests): Likewise.
36912         (binaries-static-notests): Likewise.
36913         (binaries-static-tests): Likewise.
36914         (binaries-all): Define using $(binaries-all-notests) and
36915         $(binaries-all-tests).
36916         (binaries-static): Define using $(binaries-static-notests) and
36917         $(binaries-static-tests).
36918         (binaries-shared-tests): New variable.
36919         (binaries-shared-notests): Likewise.
36920         (binaries-shared): Remove variable.
36921         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
36922         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
36923         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
36924         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
36925         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
36926         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
36927         * elf/Makefile (sln-modules): New variable.
36928         (extra-objs): Add $(sln-modules:=.o).
36929         (ldconfig-modules): Add static-stubs.
36930         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
36931         * elf/static-stubs.c: New file.
36932
36933         [BZ #14283]
36934         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
36935         by 7 not 8 to examine high bit of fractional part.  Use volatile
36936         variables when splitting into final array of floats if
36937         __FLT_EVAL_METHOD__ != 0.
36938         * math/libm-test.inc (cos_test): Add another test.
36939         (sin_test): Likewise.
36940         * sysdeps/i386/fpu/libm-test-ulps: Update.
36941
36942         [BZ #14273]
36943         * math/libm-test.inc (cosh_test): Add more tests.
36944
36945         * version.h (RELEASE): Set to "development".
36946         (VERSION): Set to "2.16.90".
36947
36948 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
36949
36950         * NEWS: Update copyright. Remove last-updated date.
36951         Mention math library bug fixes and timezone data changes.
36952         * README: Mention GNU/Hurd, x32, and HPPA support status.
36953
36954 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
36955
36956         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
36957
36958 2012-06-27  Andreas Jaeger  <aj@suse.de>
36959
36960         * manual/contrib.texi (Contributors): Add Samuel Thibault.
36961
36962 2012-06-25  Andreas Jaeger  <aj@suse.de>
36963
36964         * sysdeps/s390/fpu/libm-test-ulps: Update.
36965
36966 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
36967             Thomas Schwinge  <thomas@codesourcery.com>
36968
36969         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
36970         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
36971         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
36972         fanotify_mark.
36973
36974 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
36975
36976         * sysdeps/mach/start.c: Remove file.
36977         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
36978         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
36979         * sysdeps/sh/init-first.c: Likewise.
36980
36981         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
36982         registers for frame unwinding purposes, add CFI directives.
36983         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
36984         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
36985         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
36986         Likewise.
36987
36988         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
36989         __fortify_fail returning.
36990         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
36991
36992         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
36993         sysdeps/sh/____longjmp_chk.S.
36994         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
36995         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
36996         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
36997         (gen-as-const-headers): Append sigaltstack-offsets.sym.
36998
36999         * sysdeps/sh/abort-instr.h: New file.
37000         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37001         process in case exit returns.
37002
37003         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37004         initialize the GOT register before use.
37005
37006         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37007         calculation of ARGC > 4.
37008
37009         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37010         meaningful names to some local labels.
37011
37012 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37013             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37014
37015         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37016         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37017         (__arch_compare_and_exchange_val_16_acq): Likewise.
37018         (__arch_compare_and_exchange_val_32_acq): Likewise.
37019         (atomic_exchange_and_add): Fix gUSA sequence.
37020         (atomic_add): Likewise.
37021         (atomic_add_negative): Likewise.
37022         (atomic_add_zero): Likewise.
37023         (atomic_bit_test_set): Likewise.
37024
37025 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37026
37027         [BZ #13579]
37028         * include/link.h (struct link_map): Add l_free_initfini.
37029         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37030         l_initfini.
37031         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37032         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37033         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37034         set.
37035
37036 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37037
37038         * configure.in: Use AC_LANG_SOURCE.
37039         * configure: Regenerate.
37040
37041 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37042
37043         * configure.in (libc_cv_localstatedir): New substituted variable.
37044         * configure: Regenerated.
37045         * config.make.in (localstatedir): New variable, substituted from
37046         libc_cv_localstatedir.
37047         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37048         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37049         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37050         * sysdeps/gnu/configure: Regenerated.
37051
37052 2012-06-21  Jeff Law  <law@redhat.com>
37053
37054         [BZ #14277]
37055         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37056         free.  Simplify list management for _LIBC case.
37057
37058 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37059
37060         [BZ #14273]
37061         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37062         Clear sign bit of 64-bit integer value before comparing against
37063         overflow value.
37064
37065         * sysdeps/mach/configure: Regenerated.
37066
37067 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37068
37069         [BZ #14278]
37070         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37071
37072 2012-06-21  Jeff Law  <law@redhat.com>
37073
37074         [BZ #13882]
37075         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37076         uint16_t for elements in the "seen" array to avoid char overflows.
37077         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37078         * elf/dl-open.c (dl_open_worker): Likewise.
37079
37080 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37081
37082         * scripts/list-sources.sh: Scan PORTS for translations.
37083         * po/libc.pot: Regenerated.
37084
37085 2012-06-21  Andreas Jaeger  <aj@suse.de>
37086
37087         [BZ #12194]
37088         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37089         warning.
37090         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37091         * bits/byteswap-16.h (__bswap_16): Likewise.
37092         * bits/byteswap.h (__bswap_constant_16): Likewise.
37093
37094 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37095
37096         [BZ #14117]
37097         * sysdeps/i386/fpu_control.h: Removed.
37098         * sysdeps/x86_64/fpu_control.h: Moved to ...
37099         * sysdeps/x86/fpu_control.h: Here.
37100
37101         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37102         (_FPU_SETCW): Likewise.
37103
37104 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37105
37106         [BZ #14117]
37107         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37108         * sysdeps/x86/fpu/bits/mathinline.h: This.
37109         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37110
37111         [BZ #14050]
37112         [BZ #14117]
37113         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37114         functions if __x86_64__ is defined.
37115
37116 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37117
37118         * string/endian.h: Add !__ASSEMBLER__ condition for including
37119         conversion interfaces.
37120
37121 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37122
37123         [BZ #14241]
37124         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37125         of ABS(x) in calculating zero to negative powers other than odd
37126         integers.
37127         * math/libm-test.inc (pow_test): Add more tests.
37128
37129 2012-06-15  Andreas Jaeger  <aj@suse.de>
37130
37131         * manual/contrib.texi (Contributors): Update entry of Liubov
37132         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37133         Machado Filho.
37134
37135 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37136
37137         * string/string.h: Add __wur to GNU version of strerror_r.
37138
37139 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37140
37141         [BZ #14229]
37142         * string/Makefile (tests): Add tst-strtok_r.
37143         * string/tst-strtok_r.c: New file.
37144         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37145         RAX_LP/RDX_LP on SAVE_PTR.
37146
37147 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37148
37149         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37150
37151 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37152
37153         * libm_test.inc (csqrt_test): Allow more spurious underflow
37154         exceptions.
37155         (j0_test): Likewise.
37156         (j1_test): Likewise.
37157         (y0_test): Likewise.
37158         (y1_test): Likewise.
37159
37160 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37161
37162         * po/Makefile (libc.pot): Use UTF-8 charset.
37163
37164 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37165
37166         [BZ #14210]
37167         Suppress sign-conversion warning from FD_SET.
37168         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37169         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37170         not unsigned long int.
37171         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37172
37173 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37174
37175         [BZ #14050]
37176         [BZ #14117]
37177         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37178         __extern_always_inline instead of __extern_inline.
37179         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37180         (__signbit): Likewise.
37181         (__signbitl): Support C++ namespace.
37182         (lrintf): New inline function.
37183         (lrint): Likewise.
37184         (llrintf): Likewise.
37185         (llrint): Likewise.
37186         (fmaxf): Likewise.
37187         (fmax): Likewise.
37188         (fminf): Likewise.
37189         (fmin): Likewise.
37190         (rint): Likewise.
37191         (rintf): Likewise.
37192         (ceil): Likewise.
37193         (ceilf): Likewise.
37194         (floor): Likewise.
37195         (floorf): Likewise.
37196         (nearbyint): Likewise.
37197         (nearbyintf): Likewise.
37198
37199 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37200
37201         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37202         non-default versions.
37203
37204 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37205
37206         [BZ #14218]
37207         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37208
37209 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37210
37211         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37212         (FE_UPWARD, FE_DOWNWARD): Don't define.
37213         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37214         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37215
37216         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37217         reading it.
37218         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37219         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37220
37221 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37222
37223         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37224         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37225         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37226         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37227
37228 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37229
37230         [BZ #14117]
37231         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37232         * sysdeps/i386/fpu/Implies: New file.
37233         * sysdeps/x86_64/fpu/Implies: Likewise.
37234         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37235         * sysdeps/x86/fpu/bits/fenv.h: This.
37236
37237         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37238         __SSE_MATH__.
37239
37240 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37241
37242         [BZ #14134]
37243         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37244         character 0xffff that matches the last element of the
37245         conversion table.
37246
37247 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37248
37249         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37250         fmodl commit.
37251
37252 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37253
37254         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37255         values higher than 25.6283.
37256
37257 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37258
37259         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37260         subnormal exponent extraction and add some __builtin_expect.
37261         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37262         Fix for subnormal mantissa calculation.
37263
37264 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37265
37266         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37267         cpu2 is -1 and errno is not ENOSYS.
37268
37269 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37270
37271         [BZ #14117]
37272         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37273         * sysdeps/x86/bits/string.h: This.
37274         * sysdeps/x86_64/bits/string.h: Removed.
37275
37276         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37277         if not compiling for x86-64, but compiling for >= i486.
37278
37279         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37280         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37281
37282         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37283         New macro from Linux kernel 3.4.0.
37284         (FP_XSTATE_MAGIC2): Likewise.
37285         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37286         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37287         (struct _fpx_sw_bytes): New struct.
37288         (struct _xsave_hdr): Likewise.
37289         (struct _ymmh_state): Likewise.
37290         (struct _xstate): Likewise.
37291
37292         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37293         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37294         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37295         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37296         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37297         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37298
37299         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37300         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37301         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37302         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37303         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37304         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37305
37306 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37307
37308         [BZ #13743]
37309         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37310         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37311         (sysdep_headers): Include sys/platform/ppc.h.
37312         * sysdeps/powerpc/test-gettimebase.c: Test for
37313         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37314         * manual/Makefile (appendices): Include platform.texi.
37315         * manual/contrib.texi (Contributors): Update @node pointers.
37316         * manual/maint.texi (Maintenance): Likewise.
37317         (Platform): New node.
37318         * manual/platform.texi: New file.  Document the new features.
37319
37320 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37321             Jakub Jelinek  <jakub@redhat.com>
37322
37323         [BZ #14188]
37324         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37325         where __builtin_expect is unavailable.
37326
37327 2012-06-03  David S. Miller  <davem@davemloft.net>
37328
37329         * stdlib/longlong.h: Updated from GCC.
37330
37331 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37332
37333         [BZ #14042]
37334         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37335         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37336         __mcount_internal.
37337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37338         (GLIBC_2.16): Likewise.
37339
37340 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37341
37342         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37343
37344 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37345
37346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37347         (default-abi): New variable.
37348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37349         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37350         variable.
37351         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37352         Likewise.
37353         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37354         Likewise.
37355         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37356         Likewise.
37357
37358         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37359         definition.  Document in comment.
37360
37361 2012-06-01  David S. Miller  <davem@davemloft.net>
37362
37363         * stdlib/longlong.h: Updated from GCC.
37364
37365 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37366
37367         [BZ #14117]
37368         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37369         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37370         sys/debugreg.h sys/io.h here.
37371         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37372         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37373         sys/io.h.
37374         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37375         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37376         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37377         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37378         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37379         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37380
37381         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37382         Define only if __x86_64__ is defined.
37383
37384 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37385
37386         [BZ #14048]
37387         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37388         Use int64_t for variable i.
37389         * math/libm-test.inc (fmod_test): Add more tests.
37390
37391         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37392         z computation is not scheduled after fetestexcept.
37393         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37394         Use math_force_eval instead of asm to ensure calculation scheduled
37395         before exception test.
37396         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37397         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37398
37399 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37400
37401         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37402         computation is not scheduled after fetestexcept.
37403
37404 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37405
37406         [BZ #14117]
37407         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37408         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37409
37410 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37411
37412         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37413         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37414
37415 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37416
37417         [BZ #14117]
37418         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37419         <bits/wordsize.h>.
37420         (__WCHAR_MIN): Support __WORDSIZE == 64.
37421         (__WCHAR_MAX): Likewise.
37422
37423         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37424         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37425
37426         [BZ #14183]
37427         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37428         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37429
37430         [BZ #14117]
37431         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37432         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37433
37434         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37435         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37436
37437         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37438         Defined to 1 if __x86_64__ isn't defined.
37439         (_STAT_VER_LINUX_OLD): New.
37440         (st_atime): Remove duplicate.
37441         (st_mtime): Likewise.
37442         (st_ctime): Likewise.
37443
37444 2012-05-31  David S. Miller  <davem@davemloft.net>
37445
37446         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37447         entries.
37448
37449 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37450
37451         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37452         gen-libm-test.pl.
37453
37454         [BZ #14132]
37455         * elf/dl-reloc.c: Include <_itoa.h>.
37456         (_dl_reloc_bad_type): Remove use of INTUSE.
37457         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37458         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37459         * stdio-common/psiginfo.c (psiginfo): Likewise.
37460         * stdio-common/psignal.c (psignal): Likewise.
37461         * string/strsignal.c (strsignal): Likewise.
37462         * include/signal.h (_sys_siglist): Declare hidden proto.
37463         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37464         INTVARDEF with libc_hidden_data_def.
37465         * stdio-common/itoa-udigits.c: Likewise.
37466         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37467         (_itoa_lower_digits_internal): Remove declaration.
37468         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37469         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37470         (_sys_sigabbrev_internal): Remove aliases.
37471         (_sys_siglist): Define hidden alias.
37472
37473 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37474
37475         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37476         bits/sysctl.h.
37477
37478 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37479
37480         [BZ #14117]
37481         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37482         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37483
37484         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37485         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37486         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37487         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37488         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37489         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37490
37491         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37492         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37493         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37494
37495         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37496         with __addr.
37497         (insw): Likewise.
37498         (insl): Likewise.
37499         (outsb): Likewise.
37500         (outsw): Likewise.
37501         (outsl): Likewise.
37502
37503         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37504         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37505         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37506
37507         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37508         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37509         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37510         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37511         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37512         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37513
37514         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37515         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37516
37517         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37518         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37519
37520         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37521         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37522         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37523
37524         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37525         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37526         to ...
37527         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37528
37529         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37530         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37531         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37532
37533         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37534         for x86-64.
37535         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37536
37537 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
37538
37539         * math/math.h (M_El): Use two more decimal places.
37540         (M_LOG2El): Likewise.
37541         (M_LOG10El): Likewise.
37542         (M_LN2l): Likewise.
37543         (M_LN10l): Likewise.
37544         (M_PIl): Likewise.
37545         (M_PI_2l): Likewise.
37546         (M_PI_4l): Likewise.
37547         (M_1_PIl): Likewise.
37548         (M_2_PIl): Likewise.
37549         (M_2_SQRTPIl): Likewise.
37550         (M_SQRT2l): Likewise.
37551         (M_SQRT1_2l): Likewise.
37552
37553 2012-05-31  David S. Miller  <davem@davemloft.net>
37554
37555         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37556         values between float registers.
37557         * sysdeps/sparc/sparc64/memset.S: Likewise.
37558         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37559
37560 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
37561
37562         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37563         -D_FORTIFY_SOURCE=1.
37564         (CPPFLAGS-tst-longjmp_chk.c): Define.
37565         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37566         (CPPFLAGS-tst-longjmp_chk2.c): Define.
37567         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37568         CFLAGS-tst-wchar-h.c.
37569
37570 2012-05-31  Marek Polacek  <polacek@redhat.com>
37571
37572         [BZ #14132]
37573         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37574         __endmntent_internal): Remove declaration.
37575         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37576         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37577         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37578
37579 2012-05-30  David S. Miller  <davem@davemloft.net>
37580
37581         * sysdeps/sparc/sparc32/soft-fp/q_util.c
37582         (___Q_simulate_exceptions): Use real FP ops rather than writing
37583         into the %fsr.
37584         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37585         Likewise.
37586
37587 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37588
37589         [BZ #14117]
37590         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37591         * sysdeps/x86/bits/xtitypes.h: This.
37592
37593         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37594         * sysdeps/x86/bits/wordsize.h: This.
37595
37596         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37597         * sysdeps/x86/bits/huge_vall.h: This.
37598
37599         * sysdeps/i386/bits/select.h: Removed.
37600         * sysdeps/x86_64/bits/select.h: Renamed to ...
37601         * sysdeps/x86/bits/select.h: This.
37602
37603         * sysdeps/i386/bits/setjmp.h: Removed.
37604         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37605         * sysdeps/x86/bits/setjmp.h: This.
37606
37607         * sysdeps/i386/bits/mathdef.h: Removed.
37608         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37609         * sysdeps/x86/bits/mathdef.h: This.
37610
37611 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
37612
37613         [BZ #14132]
37614         * include/sys/socket.h (__connect_internal)
37615         (__libc_sa_len_internal): Remove declaration.
37616         (__connect, __libc_sa_len): Declare hidden_proto.
37617         (SA_LEN): Remove use of INTUSE.
37618         * socket/connect.c: Add libc_hidden_def.
37619         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37620         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37621         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37622         alias.
37623         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37624         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37625         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37626         of adding _internal alias.
37627
37628 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37629
37630         [BZ #14117]
37631         * sysdeps/i386/bits/link.h: Removed.
37632         * sysdeps/i386/bits/linkmap.h: Likewise.
37633         * sysdeps/x86_64/bits/link.h: Renamed to ...
37634         * sysdeps/x86/bits/link.h: This.
37635         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37636         * sysdeps/x86/bits/linkmap.h: This.
37637
37638         * sysdeps/i386/bits/endian.h: Removed.
37639         * sysdeps/x86_64/bits/endian.h: Renamed to ...
37640         * sysdeps/x86/bits/endian.h: This.
37641
37642         * sysdeps/i386/bits/byteswap.h: Removed.
37643         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37644         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
37645         * sysdeps/x86/bits/byteswap.h: This.
37646         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
37647         * sysdeps/x86/bits/byteswap-16.h: This.
37648         * sysdeps/i386/Implies: Add x86.
37649         * sysdeps/x86_64/Implies: Likewise.
37650
37651 2012-05-30  David S. Miller  <davem@davemloft.net>
37652
37653         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
37654         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
37655         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
37656         (FP_TRAPPING_EXCEPTIONS): Define.
37657         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
37658         (FP_TRAPPING_EXCEPTIONS): Define.
37659         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
37660         subnormals only when inexact has been signalled or underflow
37661         exceptions are enabled.
37662         (_FP_PACK_CANONICAL): Likewise.
37663
37664 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37665
37666         [BZ #14183]
37667         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
37668         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
37669
37670 2012-05-30  Richard Henderson  <rth@twiddle.net>
37671
37672         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
37673         with #ifndef NOT_IN_libc.
37674
37675         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
37676         marked to avoid plt entry.
37677
37678 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37679
37680         [BZ #14112]
37681         * Makeconfig (default-abi): New macro.
37682         (abi-includes): Likewise.
37683         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
37684         $(abi-$(default-abi)-lib-soname) for soname if defined.
37685         ($(common-objpfx)gnu/lib-names.stmp): Generate from
37686         abi-variants.
37687         * Makefile (installed-stubs): Likewise.
37688         * include/stubs-biarch.h: Removed.
37689         * scripts/lib-names.awk: Only handle one library at a time.
37690         * scripts/soversions.awk: Remove WORDSIZE support.
37691         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
37692         entries.
37693         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
37694         Removed.
37695         (syscall-list-default-condition): Likewise.
37696         (syscall-list-default-condition): Likewise.
37697         (syscall-list-includes): Likewise.
37698         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
37699         syscall-list-* with abi-*.  Handle undefined abi-variants.
37700         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
37701         * sysdeps/unix/sysv/linux/i386/Implies: New file.
37702         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
37703         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
37704         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
37705         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
37706         Removed.
37707         (syscall-list-32-options): Likewise.
37708         (syscall-list-32-condition): Likewise.
37709         (syscall-list-64-options): Likewise.
37710         (syscall-list-64-condition): Likewise.
37711         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
37712         macro.
37713         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
37714         Renamed to ...
37715         (abi-*): This.
37716         (abi-64-ld-soname): New macro.
37717         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
37718         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
37719         Renamed to ...
37720         (abi-*): This.
37721         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
37722         * sysdeps/x86_64/x32/shlib-versions: Likewise.
37723
37724 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
37725
37726         * sysdeps/unix/sysv/linux/kernel-features.h
37727         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
37728         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
37729         include <kernel-features.h>.
37730         [!__NR_ftruncate64]: Remove conditional code.
37731         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37732         [__NR_ftruncate64]: Make code unconditional.
37733         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37734         * sysdeps/unix/sysv/linux/truncate64.c: Do not
37735         include <kernel-features.h>.
37736         [!__NR_ftruncate64]: Remove conditional code.
37737         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37738         [__NR_ftruncate64]: Make code unconditional.
37739         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
37741         include <kernel-features.h>.
37742         [!__NR_ftruncate64]: Remove conditional code.
37743         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37744         [__NR_ftruncate64]: Make code unconditional.
37745         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
37747         include <kernel-features.h>.
37748         [!__NR_ftruncate64]: Remove conditional code.
37749         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37750         [__NR_ftruncate64]: Make code unconditional.
37751         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37752
37753         * configure.in (libc_cv_fpie): Weaken to a compile test using
37754         LIBC_TRY_CC_OPTION.
37755         * configure: Regenerated.
37756
37757 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37758
37759         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
37760         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
37761         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
37762         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37763         Refreshed.
37764         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
37765         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
37766         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
37767         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
37768         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
37769         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37770         Refreshed.
37771
37772 2012-05-27  David S. Miller  <davem@davemloft.net>
37773
37774         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
37775         (___Q_zero): New.
37776         (__Q_simulate_exceptions): Return void.  Change to simulate
37777         exceptions by writing into the %fsr.
37778         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
37779         (__Qp_handle_exceptions): Likewise.
37780         (numbers): Delete.
37781         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
37782         __Qp_handle_exceptions.
37783         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
37784         __Qp_handle_exceptions.
37785         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37786         as unused and give dummy FP_RND_NEAREST initializer.
37787         (FP_INHIBIT_RESULTS): Define.
37788         (___Q_simulate_exceptions): Update declaration.
37789         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
37790         formatting.
37791         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37792         as unused and give dummy FP_RND_NEAREST initializer.
37793         (__Qp_handle_exceptions): Update declaration.
37794         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
37795         formatting.
37796
37797 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
37798
37799         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
37800         the temporary FPU control word.
37801         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
37802         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
37803         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
37804         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37805         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
37806         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
37807         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
37808         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37809         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
37810         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
37811         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37812
37813 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37814
37815         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
37816         fields.
37817
37818 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
37819
37820         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
37821         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
37822         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
37823         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
37824         Likewise.
37825         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
37826         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
37827         Likewise.
37828
37829 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
37830
37831         * po/h.po: Update from translation team.
37832
37833 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
37834
37835         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
37836
37837         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
37838         handling of denormals.
37839         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37840         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
37841         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37842         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37843         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37844         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
37845         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
37846         Likewise.
37847
37848 2012-05-26  Marek Polacek  <polacek@redhat.com>
37849
37850         [BZ #14152]
37851         * math/libm-test.inc (fma_test): Don't always expect underflow
37852         exception.
37853
37854 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37855
37856         [BZ #12416]
37857         * elf/tst-execstack.c: Include stackinfo.h.
37858         (do_test): Adjust test case to ensure that pthread_getattr_np
37859         behaviour remains the same after marking stack executable.
37860
37861 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
37862
37863         * sysdeps/unix/sysv/linux/kernel-features.h
37864         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
37865         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
37866         kernel-features.h.
37867         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37868         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37869         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
37870         kernel-features.h.
37871         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37872         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37873
37874 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
37875
37876         * configure.in: Define the default includes to being none.
37877         * configure: Regenerated.
37878
37879 2012-05-25  Roland McGrath  <roland@hack.frob.com>
37880
37881         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
37882         * sysdeps/x86_64/setjmp.S: Likewise.
37883         * sysdeps/i386/bsd-setjmp.S: Likewise.
37884         * sysdeps/i386/bsd-_setjmp.S: Likewise.
37885         * sysdeps/i386/setjmp.S: Likewise.
37886         * sysdeps/i386/__longjmp.S: Likewise.
37887         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
37888         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
37889
37890         * include/stap-probe.h: New file.
37891         * configure.in: Handle --enable-systemtap.
37892         * configure: Regenerated.
37893         * config.h.in (USE_STAP_PROBE): New #undef.
37894         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
37895         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
37896         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
37897
37898 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
37899
37900         [BZ #13717]
37901         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37902         to 2.4.0 where earlier.
37903         * sysdeps/unix/sysv/linux/configure: Regenerated.
37904         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
37905         <kernel-features.h>.
37906         [__ASSUME_32BITUIDS]: Make code unconditional.
37907         [!__ASSUME_32BITUIDS]: Remove conditional code.
37908         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
37909         <kernel-features.h>.
37910         [__ASSUME_32BITUIDS]: Make code unconditional.
37911         [!__ASSUME_32BITUIDS]: Remove conditional code.
37912         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
37913         [__ASSUME_32BITUIDS]: Make code unconditional.
37914         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
37915         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
37916         <kernel-features.h>.
37917         [__ASSUME_32BITUIDS]: Make code unconditional.
37918         [!__ASSUME_32BITUIDS]: Remove conditional code.
37919         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
37920         <kernel-features.h>.
37921         [__ASSUME_32BITUIDS]: Make code unconditional.
37922         [!__ASSUME_32BITUIDS]: Remove conditional code.
37923         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
37924         <kernel-features.h>.
37925         [__ASSUME_32BITUIDS]: Make code unconditional.
37926         [!__ASSUME_32BITUIDS]: Remove conditional code.
37927         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
37928         <kernel-features.h>.
37929         [__ASSUME_32BITUIDS]: Make code unconditional.
37930         [!__ASSUME_32BITUIDS]: Remove conditional code.
37931         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
37932         <kernel-features.h>.
37933         [__ASSUME_32BITUIDS]: Make code unconditional.
37934         [!__ASSUME_32BITUIDS]: Remove conditional code.
37935         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
37936         <kernel-features.h>.
37937         [__ASSUME_32BITUIDS]: Make code unconditional.
37938         [!__ASSUME_32BITUIDS]: Remove conditional code.
37939         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
37940         <kernel-features.h>.
37941         [__ASSUME_32BITUIDS]: Make code unconditional.
37942         [!__ASSUME_32BITUIDS]: Remove conditional code.
37943         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
37944         <kernel-features.h>.
37945         [__ASSUME_32BITUIDS]: Make code unconditional.
37946         [!__ASSUME_32BITUIDS]: Remove conditional code.
37947         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
37948         <kernel-features.h>.
37949         [__ASSUME_32BITUIDS]: Make code unconditional.
37950         [!__ASSUME_32BITUIDS]: Remove conditional code.
37951         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
37952         <kernel-features.h>.
37953         [__ASSUME_32BITUIDS]: Make code unconditional.
37954         [!__ASSUME_32BITUIDS]: Remove conditional code.
37955         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
37956         <kernel-features.h>.
37957         [__NR_setresgid] (__setresgid): Do not declare.
37958         [__ASSUME_32BITUIDS]: Make code unconditional.
37959         [!__ASSUME_32BITUIDS]: Remove conditional code.
37960         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
37961         <kernel-features.h>.
37962         [__NR_setresuid] (__setresuid): Do not declare.
37963         [__ASSUME_32BITUIDS]: Make code unconditional.
37964         [!__ASSUME_32BITUIDS]: Remove conditional code.
37965         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
37966         <kernel-features.h>.
37967         [__ASSUME_32BITUIDS]: Make code unconditional.
37968         [!__ASSUME_32BITUIDS]: Remove conditional code.
37969         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
37970         <kernel-features.h>.
37971         [__ASSUME_32BITUIDS]: Make code unconditional.
37972         [!__ASSUME_32BITUIDS]: Remove conditional code.
37973         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
37974         <kernel-features.h>.
37975         [__ASSUME_32BITUIDS]: Make code unconditional.
37976         [!__ASSUME_32BITUIDS]: Remove conditional code.
37977         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
37978         <kernel-features.h>.
37979         [__ASSUME_32BITUIDS]: Make code unconditional.
37980         [!__ASSUME_32BITUIDS]: Remove conditional code.
37981         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
37982         <kernel-features.h>.
37983         [__ASSUME_32BITUIDS]: Make code unconditional.
37984         [!__ASSUME_32BITUIDS]: Remove conditional code.
37985         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
37986         <kernel-features.h>.
37987         [__ASSUME_32BITUIDS]: Make code unconditional.
37988         [!__ASSUME_32BITUIDS]: Remove conditional code.
37989         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
37990         <kernel-features.h>.
37991         [__ASSUME_32BITUIDS]: Make code unconditional.
37992         [!__ASSUME_32BITUIDS]: Remove conditional code.
37993         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
37994         <kernel-features.h>.
37995         [__ASSUME_32BITUIDS]: Make code unconditional.
37996         [!__ASSUME_32BITUIDS]: Remove conditional code.
37997         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
37998         <kernel-features.h>.
37999         [__ASSUME_32BITUIDS]: Make code unconditional.
38000         [!__ASSUME_32BITUIDS]: Remove conditional code.
38001         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38002         <kernel-features.h>.
38003         [__ASSUME_32BITUIDS]: Make code unconditional.
38004         [!__ASSUME_32BITUIDS]: Remove conditional code.
38005         * sysdeps/unix/sysv/linux/kernel-features.h
38006         (__ASSUME_SETRESUID_SYSCALL): Remove.
38007         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38008         (__ASSUME_32BITUIDS): Likewise.
38009         (__ASSUME_LDT_WORKS): Likewise.
38010         (__ASSUME_O_DIRECTORY): Likewise.
38011         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38012         architecture but not kernel version.
38013         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38014         (__ASSUME_MMAP2_SYSCALL): Likewise.
38015         (__ASSUME_STAT64_SYSCALL): Likewise.
38016         (__ASSUME_IPC64): Likewise.
38017         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38018         <kernel-features.h>.
38019         [__ASSUME_32BITUIDS]: Make code unconditional.
38020         [!__ASSUME_32BITUIDS]: Remove conditional code.
38021         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38022         <kernel-features.h>.
38023         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38024         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38025         132096]: Remove conditional code.
38026         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38027         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38028         <kernel-features.h>.
38029         [__ASSUME_32BITUIDS]: Make code unconditional.
38030         [!__ASSUME_32BITUIDS]: Remove conditional code.
38031         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38032         <kernel-features.h>.
38033         [__ASSUME_32BITUIDS]: Make code unconditional.
38034         [!__ASSUME_32BITUIDS]: Remove conditional code.
38035         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38036         <kernel-features.h>.
38037         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38038         unconditional.
38039         (__setresgid): Do not declare.
38040         [__ASSUME_32BITUIDS]: Make code unconditional.
38041         [!__ASSUME_32BITUIDS]: Remove conditional code.
38042         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38043         <kernel-features.h>.
38044         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38045         unconditional.
38046         (__setresuid): Do not declare.
38047         [__ASSUME_32BITUIDS]: Make code unconditional.
38048         [!__ASSUME_32BITUIDS]: Remove conditional code.
38049         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38050         <kernel-features.h>.
38051         [__ASSUME_32BITUIDS]: Make code unconditional.
38052         [!__ASSUME_32BITUIDS]: Remove conditional code.
38053         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38054         <kernel-features.h>.
38055         [__ASSUME_32BITUIDS]: Make code unconditional.
38056         [!__ASSUME_32BITUIDS]: Remove conditional code.
38057
38058 2012-05-25  Richard Henderson  <rth@twiddle.net>
38059
38060         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38061         dl_hwcap to ifunc resolver.
38062         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38063         elf_ifunc_invoke.
38064         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38065         dl_hwcap to ifunc resolver.
38066         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38067
38068 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38069
38070         [BZ #14153]
38071         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38072         for |x| <= 2**-26, not 2**-57.
38073         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38074         exception.
38075
38076 2012-05-24  Jeff Law  <law@redhat.com>
38077
38078         * stdio-common/Makefile (tests): Add bug25.
38079         * stdio-common/bug25.c: New test.
38080
38081 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38082
38083         [BZ #13576]
38084         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38085         multiple of MALLOC_ALIGNMENT in size.
38086         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38087
38088 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38089
38090         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38091         Require >= 256.
38092         (FILENAME_MAX): Use macro-int-constant.
38093         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38094         (_IOFBF): Use macro-int-constant.
38095         (_IOLBF): Likewise.
38096         (_IONBF): Likewise.
38097         (SEEK_CUR): Likewise.
38098         (SEEK_END): Likewise.
38099         (SEEK_SET): Likewise.
38100         (TMP_MAX): Likewise.
38101         (EOF): Use macro-int-constant.  Require < 0.
38102         (NULL): Use macro-constant.  Require == 0.
38103         (stdin): Require type to be FILE *.
38104         (stdout): Likewise.
38105         (stderr): Likewise.
38106         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38107         macro-int-constant.
38108         (EXIT_SUCCESS): Likewise.
38109         (NULL): Use macro-constant.  Require == 0.
38110         (RAND_MAX): Use macro-int-constant.
38111         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38112         [C99-based standards] (strtof): Require function.
38113         [C99-based standards] (strtold): Likewise.
38114         [C99-based standards] (strtoll): Likewise.
38115         [C99-based standards] (strtoull): Likewise.
38116         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38117         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38118         [ISO || ISO99 || ISO11] (math.h): Likewise.
38119         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38120         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38121         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38122
38123 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38124
38125         [BZ #14132]
38126         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38127         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38128         * intl/dgettext.c (DCGETTEXT): Likewise.
38129         * intl/gettext.c (DCGETTEXT): Likewise.
38130         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38131         * posix/regex_internal.h (gettext): Likewise.
38132         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38133         Remove declaration.
38134         * include/argz.h (__argz_count_internal)
38135         (__argz_stringify_internal): Remove declaration.
38136         (__argz_count, __argz_stringify): Declare hidden proto.
38137         * intl/dcgettext.c: Remove use of INTDEF.
38138         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38139         * string/argz-stringify.c: Likewise.
38140         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38141         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38142         Declare hidden proto.
38143         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38144         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38145         Declare hidden proto.
38146         * include/stdio.h (__asprintf_internal): Don't declare.
38147         (__asprintf): Don't define as macro.  Declare hidden proto.
38148         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38149         (__fsetlocking): Declare hidden proto.
38150         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38151         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38152         hidden proto.
38153         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38154         (_IO_setlinebuf): Remove use of INTUSE.
38155         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38156         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38157         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38158         Remove declaration.
38159         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38160         (_IO_do_flush): Remove use of INTUSE.
38161         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38162         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38163         (_IO_adjust_column, _IO_least_wmarker)
38164         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38165         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38166         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38167         (_IO_default_doallocate, _IO_wdefault_doallocate)
38168         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38169         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38170         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38171         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38172         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38173         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38174         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38175         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38176         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38177         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38178         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38179         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38180         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38181         proto.
38182         (_IO_flush_all_internal, _IO_adjust_column_internal)
38183         (_IO_default_uflow_internal, _IO_default_finish_internal)
38184         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38185         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38186         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38187         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38188         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38189         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38190         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38191         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38192         (_IO_file_close_internal, _IO_file_close_it_internal)
38193         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38194         (_IO_file_init_internal, _IO_file_attach_internal)
38195         (_IO_file_fopen_internal, _IO_file_read_internal)
38196         (_IO_file_sync_internal, _IO_file_seek_internal)
38197         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38198         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38199         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38200         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38201         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38202         (_IO_list_all_internal, _IO_link_in_internal)
38203         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38204         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38205         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38206         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38207         (_IO_do_write_internal, _IO_padn_internal)
38208         (_IO_getline_info_internal, _IO_getline_internal)
38209         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38210         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38211         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38212         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38213         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38214         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38215         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38216         with libc_hidden_ver, remove use of INTUSE.
38217         * libio/genops.c: Likewise.
38218         * libio/freopen.c: Likewise.
38219         * libio/freopen64.c: Likewise.
38220         * libio/iofclose.c: Likewise.
38221         * libio/iofdopen.c: Likewise.
38222         * libio/iofflush.c: Likewise.
38223         * libio/iofflush_u.c: Likewise.
38224         * libio/iofgets.c: Likewise.
38225         * libio/iofgets_u.c: Likewise.
38226         * libio/iofopen.c: Likewise.
38227         * libio/iofopncook.c: Likewise.
38228         * libio/iofread.c: Likewise.
38229         * libio/iofread_u.c: Likewise.
38230         * libio/ioftell.c: Likewise.
38231         * libio/iofwrite.c: Likewise.
38232         * libio/iogetline.c: Likewise.
38233         * libio/iogets.c: Likewise.
38234         * libio/iogetwline.c: Likewise.
38235         * libio/iopadn.c: Likewise.
38236         * libio/iopopen.c: Likewise.
38237         * libio/ioseekoff.c: Likewise.
38238         * libio/ioseekpos.c: Likewise.
38239         * libio/iosetbuffer.c: Likewise.
38240         * libio/iosetvbuf.c: Likewise.
38241         * libio/ioungetc.c: Likewise.
38242         * libio/ioungetwc.c: Likewise.
38243         * libio/iovdprintf.c: Likewise.
38244         * libio/iovsprintf.c: Likewise.
38245         * libio/iovsscanf.c: Likewise.
38246         * libio/memstream.c: Likewise.
38247         * libio/obprintf.c: Likewise.
38248         * libio/oldfileops.c: Likewise.
38249         * libio/oldiofclose.c: Likewise.
38250         * libio/oldiofdopen.c: Likewise.
38251         * libio/oldiofopen.c: Likewise.
38252         * libio/oldiopopen.c: Likewise.
38253         * libio/oldstdfiles.c: Likewise.
38254         * libio/putc.c: Likewise.
38255         * libio/setbuf.c: Likewise.
38256         * libio/setlinebuf.c: Likewise.
38257         * libio/stdfiles.c: Likewise.
38258         * libio/strops.c: Likewise.
38259         * libio/vasprintf.c: Likewise.
38260         * libio/vscanf.c: Likewise.
38261         * libio/vsnprintf.c: Likewise.
38262         * libio/vswprintf.c: Likewise.
38263         * libio/wfiledoalloc.c: Likewise.
38264         * libio/wfileops.c: Likewise.
38265         * libio/wgenops.c: Likewise.
38266         * libio/wmemstream.c: Likewise.
38267         * libio/wstrops.c: Likewise.
38268         * libio/__fpurge.c: Likewise.
38269         * libio/__fsetlocking.c: Likewise.
38270         * assert/assert.c: Likewise.
38271         * debug/fgets_chk.c: Likewise.
38272         * debug/fgets_u_chk.c: Likewise.
38273         * debug/fread_chk.c: Likewise.
38274         * debug/fread_u_chk.c: Likewise.
38275         * debug/gets_chk.c: Likewise.
38276         * debug/obprintf_chk.c: Likewise.
38277         * debug/vasprintf_chk.c: Likewise.
38278         * debug/vdprintf_chk.c: Likewise.
38279         * debug/vsnprintf_chk.c: Likewise.
38280         * debug/vsprintf_chk.c: Likewise.
38281         * malloc/mtrace.c: Likewise.
38282         * misc/error.c: Likewise.
38283         * misc/syslog.c: Likewise.
38284         * stdio-common/asprintf.c: Likewise.
38285         * stdio-common/fxprintf.c: Likewise.
38286         * stdio-common/getw.c: Likewise.
38287         * stdio-common/isoc99_fscanf.c: Likewise.
38288         * stdio-common/isoc99_scanf.c: Likewise.
38289         * stdio-common/isoc99_vfscanf.c: Likewise.
38290         * stdio-common/isoc99_vscanf.c: Likewise.
38291         * stdio-common/isoc99_vsscanf.c: Likewise.
38292         * stdio-common/printf-prs.c: Likewise.
38293         * stdio-common/printf_fp.c: Likewise.
38294         * stdio-common/printf_fphex.c: Likewise.
38295         * stdio-common/printf_size.c: Likewise.
38296         * stdio-common/putw.c: Likewise.
38297         * stdio-common/scanf.c: Likewise.
38298         * stdio-common/sprintf.c: Likewise.
38299         * stdio-common/tmpfile.c: Likewise.
38300         * stdio-common/vfprintf.c: Likewise.
38301         * stdio-common/vfscanf.c: Likewise.
38302         * stdlib/strfmon_l.c: Likewise.
38303         * sunrpc/openchild.c: Likewise.
38304         * sunrpc/xdr_stdio.c: Likewise.
38305         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38306         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38307
38308 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38309
38310         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38311
38312         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38313         in the third column, to generate for the shared library an IFUNC
38314         that uses _dl_vdso_vsym.
38315         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38316         * Makeconfig (object-suffixes-noshared): New variable.
38317
38318         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38319         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38320         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38321         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38322
38323         [BZ #14132]
38324         * include/sys/time.h (__gettimeofday): Remove macro.
38325         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38326         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38327         Remove INTDEF.
38328         (__gettimeofday): Add libc_hidden_def.
38329         (gettimeofday): Add libc_hidden_weak.
38330         * sysdeps/mach/gettimeofday.c: Likewise.
38331         * sysdeps/posix/gettimeofday.c: Likewise.
38332         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38333         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38334         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38335         (__gettimeofday_internal): Remove strong_alias.
38336         (__gettimeofday): Add libc_hidden_def.
38337         (gettimeofday): Add libc_hidden_weak.
38338         * sysdeps/unix/syscalls.list (gettimeofday):
38339         Remove __gettimeofday_internal alias.
38340
38341 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38342             H.J. Lu  <hongjiu.lu@intel.com>
38343
38344         [BZ #12495]
38345         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38346         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38347         (largebin_index_32_big): New.
38348         (largebin_index): Use it for 16-byte alignment.
38349         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38350         correction with front_misalign.
38351
38352 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38353
38354         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38355         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38356         Likewise.
38357         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38358         Likewise.
38359         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38360         Likewise.
38361         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38362         Likewise.
38363         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38364         Likewise.
38365         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38366         Likewise.
38367         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38368         Likewise.
38369         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38370         Likewise.
38371         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38372         Likewise.
38373         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38374         Likewise.
38375         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38376         Likewise.
38377         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38378         Likewise.
38379
38380         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38381         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38382
38383 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38384
38385         [BZ #10846]
38386         [BZ #14036]
38387         * math/libm-test.inc (exp_test): Add test from bug 14036.
38388         (pow_test): Add test from bug 10846.
38389
38390         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38391         and other flags.
38392         (special_function): Do not include flags in test name.
38393         (parse_args): Likewise.
38394         * sysdeps/i386/fpu/libm-test-ulps: Update.
38395         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38396         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38397         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38398         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38399
38400         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38401         exceptions.
38402         * math/libm-test.inc ("Philosophy"): Update comment about
38403         exception testing.
38404         (UNDERFLOW_EXCEPTION): New macro.
38405         (UNDERFLOW_EXCEPTION_OK): Likewise.
38406         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38407         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38408         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38409         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38410         (INVALID_EXCEPTION_OK): Update value.
38411         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38412         (OVERFLOW_EXCEPTION_OK): Likewise.
38413         (IGNORE_ZERO_INF_SIGN): Likewise.
38414         (test_exceptions): Handle underflow exceptions.
38415         (acos_test): Update for underflow exception expectations.
38416         (cexp_test): Likewise.
38417         (clog_test): Likewise.
38418         (clog10_test): Likewise.
38419         (csqrt_test): Likewise.
38420         (ctan_test): Likewise.
38421         (ctanh_test): Likewise.
38422         (exp_test): Likewise.
38423         (exp10_test): Likewise.
38424         (exp2_test): Likewise.
38425         (expm1_test): Likewise.
38426         (fma_test): Likewise.
38427         (j0_test): Likewise.
38428         (jn_test): Likewise.
38429         (nexttoward_test): Likewise.
38430         (pow_test): Likewise.
38431         (scalbn_test): Likewise.
38432         (scalbln_test): Likewise.
38433         (tan_test): Likewise.
38434         (y1_test): Likewise.
38435         * sysdeps/i386/fpu/libm-test-ulps: Update.
38436         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38437
38438 2012-05-23  David S. Miller  <davem@davemloft.net>
38439
38440         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38441         (__libc_sigaction): Remove unused local variables.
38442
38443 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38444
38445         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38446
38447 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38448
38449         mktime: avoid signed integer overflow
38450         * time/mktime.c (__mktime_internal): Do not mishandle the case
38451         where diff == INT_MIN.
38452
38453         mktime: simplify computation of average
38454         * time/mktime.c (ranged_convert): Use new time_t_avg function
38455         instead of rolling our own (probably-slower) code.
38456
38457         mktime: do not assume signed right shift propagates sign bit
38458         * time/mktime.c (isdst_differ): New static function.
38459         (__mktime_internal): No need to normalize tm_isdst now.
38460         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38461         tm_isdst values.
38462
38463         mktime: merge another wrapv change from gnulib
38464         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38465         from some compilers.
38466
38467         mktime: remove incorrect attempt at unusual arithmetics
38468         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38469         The code didn't really work on such machines anyway.
38470         (TYPE_MINIMUM): Assume two's complement.
38471         (twos_complement_arithmetic): Verify that long_int and time_t
38472         are two's complement (or unsigned, in the latter case).
38473
38474         mktime: check signed shifts on long_int and time_t, too
38475         * time/mktime.c (SHR): Check that shifts work as desired
38476         on the types long_int and time_t too, as SHR is used on
38477         such types.
38478
38479         mktime: do not assume 'long' is wide enough
38480         * time/mktime.c (verify): Move decl up.
38481         (long_int): New type.
38482         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38483         to remove assumption in the code that 'long' is wide enough to
38484         store year values.  This assumption is not true on x32 and on
38485         some non-glibc platforms.
38486
38487         mktime: merge wrapv change from gnulib
38488         * time/mktime.c (WRAPV): New macro.
38489         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38490         (guess_time_tm, __mktime_internal): Do not assume that signed
38491         integer overflow wraps around; modern compilers generate code
38492         where this assumption is no longer valid.
38493
38494 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38495
38496         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38497         Replace "jmp L(pseudo_end)" with "ret".
38498         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38499         Likewise.
38500
38501 2012-05-23  Andreas Jaeger  <aj@suse.de>
38502
38503         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38504         * sysdeps/unix/sysv/linux/poll.c: Remove file.
38505
38506 2012-05-23  Andreas Jaeger  <aj@suse.de>
38507             Maximilian Attems  <max@stro.at>
38508
38509         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38510         New macros.
38511
38512 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38513
38514         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38515         code so that pseudo_end is just ret and the stack pointer is
38516         correct also for static library in error case.
38517
38518 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
38519
38520         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38521         move to syscalls.list.
38522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38526
38527         * manual/install.texi (Running make install): Do not mention Linux
38528         kernel version for which pt_chown is not needed.
38529         (Linux): Do not mention problems with nscd with 2.0 kernels.
38530         * INSTALL: Regenerated.
38531
38532 2012-05-23  Andreas Jaeger  <aj@suse.de>
38533
38534         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38535         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38536         macro.
38537         * sysdeps/unix/sysv/linux/s390/bits/mman.h
38538         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38539         * sysdeps/unix/sysv/linux/sh/bits/mman.h
38540         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38541         * sysdeps/unix/sysv/linux/i386/bits/mman.h
38542         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38543         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38544         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38545         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38546         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38547         * sysdeps/unix/sysv/linux/bits/in.h
38548         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38549
38550 2012-05-22  Roland McGrath  <roland@hack.frob.com>
38551
38552         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38553         (PREPARE_VERSION): Just use assert instead, it will be elided
38554         under [NDEBUG] anyway.
38555
38556 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38557
38558         * sysdeps/unix/sysv/linux/Makefile: Include
38559         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
38560         (sysdep_routines): Remove sysctl.
38561         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38562         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38563         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38564         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38565         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38566
38567 2012-05-22  Andreas Jaeger  <aj@suse.de>
38568
38569         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38570         that pseudo_end is just ret and the stack pointer is correct also
38571         for static library in error case.
38572
38573 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
38574
38575         [BZ #14122]
38576         * nss/nsswitch.c (defconfig_entries): New variable.
38577         (__nss_database_lookup): Don't leak defconfig entries.
38578         (nss_parse_service_list): Don't leak on error paths.
38579         (free_database_entries): New function.
38580         (free_defconfig): New function.
38581         (free_mem): Move common code to free_database_entries.
38582
38583 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38584
38585         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38586         Add arch_prctl.
38587         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38588
38589         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38590         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38591         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38592         New macro.
38593         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38594         (INTERNAL_SYSCALL_TYPES): Likewise.
38595         (LOAD_ARGS_TYPES_[1-6]): Likewise.
38596         (LOAD_REGS_TYPES_[1-6]): Likewise.
38597         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38598         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38599
38600 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38601
38602         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38603         copysignl for GLIBC_2_0.
38604         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38605         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38606         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38607         logbl for GLIBC_2_0.
38608         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38609         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38610
38611 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38612
38613         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38614         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
38615
38616         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38617         Use "neg %eax".
38618
38619         * time/mktime.c: Update copyright years.
38620
38621 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
38622
38623         mktime: merge comment-quoting-style change from gnulib
38624         * time/mktime.c: Quote 'like this' in comments.
38625         The GNU coding standards suggest that we no longer quote `like this',
38626         as "`" and "'" are typically rendered asymmetrically nowadays.
38627         The typical gnulib style is to quote 'like this' when quoting
38628         code, and "like this" when quoting English.
38629
38630         * time/mktime.c (compile-command): Add "-I.".
38631
38632         mktime: merge mktime-internal.h change from gnulib
38633         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38634
38635         mktime: merge time_r change from gnulib
38636         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38637
38638         mktime: merge DEBUG change from gnulib
38639         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
38640         case system <time.h> has a #define.
38641
38642         mktime: merge <sys/types.h> change from gnulib
38643         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
38644         since <time.t> is now guaranteed to define time_t.
38645
38646         mktime: merge HAVE_CONFIG_H change from gnulib
38647         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
38648
38649 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38650
38651         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38652         Use "neg %eax".
38653
38654         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
38655         __rlim_t cast.
38656         (struct rusage): Use anonymous union to pad each field to
38657         __syscall_slong_t.
38658
38659 2012-05-21  David S. Miller  <davem@davemloft.net>
38660
38661         * Makefules (o-iterator): Remove .s cases.
38662         (compile-command.s): Delete.
38663         (COMPILE.s): Delete.
38664         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
38665
38666 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
38667
38668         * configure.in (libc_cv_predef_stack_protector): Only consider
38669         "foobar" and "__stack_chk_fail" lines in libc_undefs.
38670         * configure: Regenerated.
38671
38672 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38673
38674         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38675         New macro.  Use R*LP on int and pointer.
38676         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
38677         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
38678         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
38679         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
38680
38681         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
38682         [__WORDSIZE_TIME64_COMPAT32] instead of
38683         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
38684         (struct utmp): Likewise.
38685         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
38686         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
38687         Renamed to ...
38688         (__WORDSIZE_TIME64_COMPAT32): This.
38689         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
38690         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
38691         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
38692         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
38693         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
38694         (__WORDSIZE_TIME64_COMPAT32): New macro.
38695
38696 2012-05-21  Andreas Jaeger  <aj@suse.de>
38697
38698         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
38699         only if [SHARED]. Add prototype for __wcschr_ia32.
38700
38701 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38702
38703         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
38704         of %rbp unmolested in the jmp_buf while mangling the low bits.
38705         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
38706         unmolested high bits of %rbp while demangling the low bits.
38707         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38708
38709 2012-05-21  Andreas Jaeger  <aj@suse.de>
38710
38711         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
38712         * sunrpc/svc_simple.c: Use it for registerrpc.
38713         * sunrpc/xcrypt.c: Use it for passwd2des.
38714
38715         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
38716
38717 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38718
38719         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
38720         Don't define if [__SYSCALL_WORDSIZE != 32].
38721         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
38722         New macro.
38723
38724 2012-05-21  Bruno Haible  <bruno@clisp.org>
38725             Andreas Jaeger  <aj@suse.de>
38726
38727         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
38728         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
38729         inptr and inend for must_buffer_ch.
38730         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
38731         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
38732         * stdio-common/Makefile (tests): Remove bug15.
38733         (bug15-ENV): Remove macro.
38734         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
38735         anymore.
38736
38737 2012-05-19  Andreas Jaeger  <aj@suse.de>
38738             Roland McGrath  <roland@hack.frob.com>
38739
38740         * manual/contrib.texi: Completely rewritten. It contains now an
38741         alphabetical list of contributors and their contributions.
38742
38743 2012-05-21  Richard Henderson  <rth@twiddle.net>
38744
38745         * misc/getauxval.c (__getauxval): Use unsigned long int.
38746         * misc/sys/auxv.h: Include <sys/cdefs.h>.
38747         (getauxval): Use unsigned long int.
38748
38749 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38750
38751         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38752
38753 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38754
38755         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
38756         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
38757         __alignof__ (long double).
38758
38759 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38760
38761         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38762
38763 2012-05-20  Richard Henderson  <rth@twiddle.net>
38764
38765         * misc/getauxval.c: New file.
38766         * misc/sys/auxv.h: New file.
38767         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
38768         (routines): Add getauxval.
38769         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
38770         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
38771         * elf/dl-sysdep.c (_dl_auxv): Remove.
38772         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
38773         * elf/dl-support.c (_dl_auxv): New variable.
38774         (_dl_aux_init): Initialize it.
38775         * manual/startup.texi (Auxiliary Vector): New node.
38776         * sysdeps/generic/bits/hwcap.h: New file.
38777         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
38778         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
38779         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
38780         * sysdeps/sparc/sysdep.h: ... here.  Include it.
38781         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
38782         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
38783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38784         Update.
38785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
38786         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
38787         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
38788         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
38789         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38790         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38791         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
38792         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
38793
38794 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38795
38796         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38797
38798 2012-05-19  David S. Miller  <davem@davemloft.net>
38799
38800         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38801
38802 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
38803
38804         [BZ #14123]
38805         * math/s_ccosh.c: Include <float.h>
38806         (__ccosh): Avoid internal overflow calculating sinh and cosh
38807         values before multiplying by sin and cos values.
38808         * math/s_ccoshf.c: Likewise.
38809         * math/s_ccoshl.c: Likewise.
38810         * math/s_csin.c: Likewise.
38811         * math/s_csinf.c: Likewise.
38812         * math/s_csinl.c: Likewise.
38813         * math/s_csinh.c: Likewise.
38814         * math/s_csinhf.c: Likewise.
38815         * math/s_csinhl.c: Likewise.
38816         * math/libm-test.inc (ccos_test): Add more tests.
38817         (ccosh_test): Likewise.
38818         (csin_test): Likewise.
38819         (csinh_test): Likewise.
38820         * sysdeps/i386/fpu/libm-test-ulps: Update.
38821         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38822
38823 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
38824
38825         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
38826         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
38827
38828         * sysdeps/x86_64/x32/_itoa.h: Add comment.
38829
38830 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
38831
38832         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
38833         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
38834         * sysdeps/powerpc/soft-fp/Versions: Likewise.
38835         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
38836         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
38837         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
38838         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
38839         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
38840         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
38841         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
38842         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
38843         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
38844         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
38845         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
38846         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
38847         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
38848         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
38849         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
38850         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
38851         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
38852         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
38853         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
38854         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
38855         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
38856         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
38857         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
38858         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
38859         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
38860         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
38861         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
38862         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
38863
38864 2012-05-18  Andreas Jaeger  <aj@suse.de>
38865
38866         * csu/.gitignore: Delete.
38867
38868 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38869
38870         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
38871         (timex): Use __syscall_slong_t.
38872
38873 2012-05-18  Andreas Jaeger  <aj@suse.de>
38874             Carlos O'Donell  <carlos_odonell@mentor.com>
38875
38876         * manual/install.texi (Configuring and compiling): Update
38877         description about files modified in the source directory.
38878         * INSTALL: Regenerated.
38879
38880 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38881
38882         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
38883         value.  Use "or" to set return value to -1.
38884         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
38885         negate return value.
38886
38887 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38888
38889         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
38890         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
38891         failure if the compiler has Graphite support disabled.
38892         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
38893         Likewise.
38894         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
38895         (CFLAGS-memmove.c): Likewise.
38896         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
38897         Likewise.
38898
38899 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38900
38901         * sysdeps/x86_64/x32/_itoa.h: New file.
38902
38903         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
38904         getdents system call only if kernel and user dirents have the
38905         same d_ino and d_off.
38906
38907         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
38908         LLONG_MAX != LONG_MAX.
38909         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38910         (_fitoa_word): Likewise.
38911
38912         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
38913         years.
38914         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
38915         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
38916         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
38917
38918         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
38919         include <bits/wordsize.h>.  Check __x86_64__ instead of
38920         __WORDSIZE.
38921         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
38922         if __x86_64__ is defined.  Use anonymous union on fpstate.
38923
38924         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
38925         anonymous union.
38926
38927 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
38928
38929         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
38930         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
38931         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
38932         Refer to _rtld_local_ro instead of _rtld_global_ro.
38933         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
38934         Likewise.
38935         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
38936         Likewise.
38937         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
38938         Likewise.
38939         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
38940         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
38941         of _rtld_global, and rtld_progname instead of _dl_argv[0].
38942
38943         * sysdeps/powerpc/powerpc32/dl-machine.c
38944         (__elf_machine_runtime_setup) [PROF]: Don't reference
38945         _dl_prof_resolve.
38946
38947 2012-05-18  Andreas Jaeger  <aj@suse.de>
38948
38949         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
38950         function only available for GCCs before 3.4 since GCC 3.4
38951         introduced a builtin.
38952         (lrint): Likewise.
38953         (llrintf): Likewise.
38954         (llrint): Likewise.
38955         (fmaxf): Likewise.
38956         (fmax): Likewise.
38957         (fminf): Likewise.
38958         (fmin): Likewise.
38959         (rint): Likewise.
38960         (rintf): Likewise.
38961         (nearbyint): Likewise.
38962         (nearbyintf): Likewise.
38963         (ceil): Likewise.
38964         (ceilf): Likewise.
38965         (floor): Likewise.
38966         (floorf): Likewise.
38967
38968 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
38969
38970         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
38971         on both fields and cast pointer to __syscall_ulong_t.
38972
38973         * bits/types.h (__fsword_t): New type.
38974         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
38975         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
38976         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38977         (__FSWORD_T_TYPE): Likewise.
38978         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38979         (__FSWORD_T_TYPE): Likewise.
38980         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38981         (__FSWORD_T_TYPE): Likewise.
38982         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
38983         (__FSWORD_T_TYPE): Likewise.
38984         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
38985         __SWORD_TYPE with __fsword_t.
38986         (statfs64): Likewise.
38987
38988 2012-05-17  David S. Miller  <davem@davemloft.net>
38989
38990         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
38991
38992 2012-05-17  Andreas Jaeger  <aj@suse.de>
38993
38994         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
38995         warning.
38996
38997 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
38998
38999         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39000
39001 2012-05-17  Andreas Jaeger  <aj@suse.de>
39002
39003         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39004         when it is used.
39005
39006 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39007
39008         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39009
39010 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39011
39012         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39013         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39014
39015 2012-05-17  Andreas Jaeger  <aj@suse.de>
39016             Carlos O'Donell  <carlos_odonell@mentor.com>
39017
39018         [BZ #14059]
39019         * sysdeps/x86_64/multiarch/init-arch.h
39020         (bit_YMM_Usable): Rename to...
39021         (bit_AVX_Usable): ... this.
39022         (bit_FMA4_Usable): New macro.
39023         (bit_XMM_state): New macro.
39024         (bit_YMM_state): New macro.
39025         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39026         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39027         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39028         (CPUID_OSXSAVE): New macro.
39029         (CPUID_AVX): New macro.
39030         (CPUID_FMA4): New macro.
39031         (index_YMM_Usable): Rename to...
39032         (index_AVX_Usable): ... this.
39033         (HAS_AVX): Use HAS_ARCH_FEATURE.
39034         (HAS_FMA4): Likewise.
39035         (HAS_YMM_USABLE): Remove.
39036         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39037         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39038         are present.
39039         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39040         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39041         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39042         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39043         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39044
39045 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39046
39047         * math/libm-test.c: Support platforms without multiple rounding modes.
39048         * math/bug-nextafter.c: Support platforms without FP exceptions.
39049         * math/bug-nexttoward.c: Likewise.
39050         * math/test-fenv.c: Likewise.
39051         * math/test-misc.c: Likewise.
39052         * stdlib/bug-getcontext.c: Likewise.
39053
39054 2012-05-17  Andreas Jaeger  <aj@suse.de>
39055
39056         * manual/examples/search.c (critter_cmp): Change signature to
39057         avoid warnings.
39058         * manual/string.texi (Collation Functions): Likewise.
39059
39060 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39061
39062         * bits/types.h: Fold copyright years.
39063         * bits/typesizes.h: Likewise.
39064         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39065         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39066         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39067         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39068         * time/time.h: Likewise.
39069
39070 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39071
39072         [BZ #208]
39073         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39074         in instead of returning them.  Return void.
39075         (__libc_mallinfo): Accumulate over all arenas.
39076         (__malloc_stats): Adjust for change in int_mallinfo interface.
39077
39078 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39079
39080         [BZ #10375]
39081         * configure.in (NM): Add AC_CHECK_TOOL for it.
39082         (libc_extra_cflags): New substituted variable.
39083         Check for -fstack-protector being used implicitly.
39084         * configure: Regenerated.
39085         * config.make.in (config-extra-cflags): New variable,
39086         gets @libc_extra_cflags@.
39087         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39088
39089         [BZ #10375]
39090         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39091         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39092         * configure: Regenerated.
39093         * config.make.in (CPPUNDEFS): New substituted variable.
39094         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39095         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39096         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39097
39098 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39099
39100         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39101         (mq_attr): Use __syscall_slong_t.
39102
39103 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39104
39105         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39106         Check __x86_64__ instead of __WORDSIZE.
39107         (_STAT_VER_LINUX): Likewise.
39108         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39109         __syscall_ulong_t and __syscall_slong_t.
39110         (stat64): Likewise.
39111
39112 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39113
39114         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39115
39116 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39117
39118         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39119
39120 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39121
39122         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39123         __syscall_ulong_t.
39124
39125         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39126         include <bits/wordsize.h>.  Check __x86_64__ instead of
39127         __WORDSIZE.
39128         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39129         defined.
39130         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39131
39132         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39133         include <bits/wordsize.h>.  Check __x86_64__ instead of
39134         __WORDSIZE.
39135         (user_regs_struct): Use "__extension__ unsigned long long"
39136         instead of "unsigned long" if __x86_64__ is defined.
39137         (user): Likewise.  Pad after pointer field if __ILP32__ is
39138         defined.
39139
39140 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39141
39142         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39143         versions 5 to 9.
39144         * configure: Regenerated.
39145         * manual/install.texi (texinfo): Increase version requirement to
39146         4.5 or later.
39147         * INSTALL: Regenerated.
39148
39149         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39150
39151 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39152
39153         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39154
39155         * sysdeps/x86_64/x32/ffs.c: New file.
39156
39157         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39158         __syscall_ulong_t.
39159         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39160         defined.  Use __syscall_ulong_t.
39161         (shminfo): Use __syscall_ulong_t.
39162         (shm_info): Likewise.
39163
39164         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39165         __syscall_ulong_t.
39166
39167         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39168         <bits/wordsize.h>.
39169         (msgqnum_t): Use __syscall_ulong_t.
39170         (msglen_t): Likewise.
39171         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39172         __syscall_ulong_t.
39173
39174         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39175         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39176
39177         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39178
39179         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39180         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39181
39182         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39183         __syscall_slong_t.
39184
39185         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39186         include <bits/wordsize.h>.  Check __x86_64__ instead of
39187         __WORDSIZE.
39188
39189         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39190         "unsigned long long int" if __x86_64__ is defined.
39191         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39192
39193         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39194         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39195         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39196
39197         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39198         <stdint.h>.
39199         (GET_PC): Cast to uintptr_t first.
39200         (GET_FRAME): Likewise.
39201         (GET_STACK): Likewise.
39202
39203         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39204         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39205         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39206         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39207         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39208         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39209         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39210         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39211         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39212         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39213         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39214         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39215         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39216         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39217         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39218         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39219         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39220         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39221         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39222         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39223         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39224         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39225         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39226         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39227         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39228         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39229         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39230         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39231         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39232
39233 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39234
39235         * Makerules (+depfiles): Also collect depfiles from .oS in
39236         $(extra-objs).
39237         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39238         .oS, $(libnldbl-routines)).
39239
39240         * Makerules (native-compile-mkdep-flags): Define.
39241         * sunrpc/Makefile (extra-objs): Add $(addprefix
39242         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39243         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39244         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39245         calling $(make-target-directory).
39246
39247 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39248
39249         * bits/types.h (__snseconds_t): Removed.
39250         * time/time.h (struct timespec): Replace __snseconds_t with
39251         __syscall_slong_t.
39252         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39253         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39254         Likewise.
39255         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39256         (__SNSECONDS_T_TYPE): Likewise.
39257         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39258         (__SNSECONDS_T_TYPE): Likewise.
39259         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39260         (__SNSECONDS_T_TYPE): Likewise.
39261
39262 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39263
39264         * sysdeps/mach/hurd/bits/typesizes.h
39265         (__SYSCALL_SLONG_TYPE): New macro.
39266         (__SYSCALL_ULONG_TYPE): Likewise.
39267
39268 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39269
39270         * bits/types.h (__syscall_slong_t): New type.
39271         (__syscall_ulong_t): Likewise.
39272
39273         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39274         (__SYSCALL_ULONG_TYPE): Likewise.
39275         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39276         (__SYSCALL_SLONG_TYPE): Likewise.
39277         (__SYSCALL_ULONG_TYPE): Likewise.
39278         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39279         (__SYSCALL_SLONG_TYPE): Likewise.
39280         (__SYSCALL_ULONG_TYPE): Likewise.
39281         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39282         (__SYSCALL_SLONG_TYPE): Likewise.
39283         (__SYSCALL_ULONG_TYPE): Likewise.
39284
39285 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39286
39287         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39288         Add sigaltstack-offsets.sym.
39289         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39290         <sigaltstack-offsets.h>.
39291         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39292         longjmp_msg pointer.
39293         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39294         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39295         signal stack.
39296         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39297
39298 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39299
39300         * elf/stackguard-macros.h: Remove file.
39301         * sysdeps/generic/stackguard-macros.h: New file.
39302         * sysdeps/i386/stackguard-macros.h: Likewise.
39303         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39304         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39305         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39306         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39307         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39308         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39309         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39310         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39311         <elf/stackguard-macros.h>.
39312
39313         [BZ #14109]
39314         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39315         __aligned__ in attribute.
39316         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39317         (gregset_t): Likewise.
39318
39319 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39320
39321         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39322         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39323         * sysdeps/x86_64/x32/Implies-after: New file.
39324
39325 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39326
39327         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39328         and access return value for _dl_profile_fixup.  Use R10_LP to
39329         load frame size.
39330
39331 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39332
39333         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39334
39335 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39336
39337         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39338         * sysdeps/x86_64/x32/sysdep.h: New file.
39339
39340 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39341
39342         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39343         * sysdeps/x86_64/setjmp.S: Likewise.
39344
39345 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39346
39347         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39348         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39349         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39350         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39351         remove unused global constant.
39352
39353 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39354
39355         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39356         include of <not-cancel.h>.
39357
39358 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39359
39360         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39361
39362 2012-05-15  Jeff Law  <law@redhat.com>
39363             Andreas Jaeger  <aj@suse.de>
39364
39365         [BZ #13594]
39366         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39367         out from...
39368         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39369         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39370         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39371         code changing __hst_map_handle.map.
39372
39373 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39374
39375         * configure.in (sysnames): Look for Implies-before and Implies-after
39376         files.
39377         * configure: Regenerated.
39378
39379 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39380
39381         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39382         8-byte data alignment with LP_SIZE alignment.
39383
39384 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39385
39386         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39387         into R10_LP.
39388
39389 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39390
39391         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39392
39393 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39394
39395         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39396         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39397         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39398         Likewise.
39399         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39400
39401 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39402
39403         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39404         (stackinfo_sub_sp): Likewise.
39405
39406 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39407
39408         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39409         RAX_LP.
39410
39411 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39412
39413         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39414         into R*_LP.
39415
39416 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39417
39418         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39419         sizes into R*_LP.
39420
39421 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39422
39423         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39424
39425 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39426
39427         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39428         into R11_LP and load __x86_64_shared_cache_size_half into
39429         R8_LP.
39430
39431 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39432
39433         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39434         R8_LP.
39435
39436 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39437
39438         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39439         logb for POWER7.
39440         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39441         logbf for POWER7.
39442         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39443         logbl for POWER7.
39444         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39445         powerpc32/power7/fpu/s_logb.c via #include.
39446         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39447         powerpc32/power7/fpu/s_logbf.c via #include.
39448         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39449         powerpc32/power7/fpu/s_logbl.c via #include.
39450
39451 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39452
39453         * README.libm: Remove file.
39454
39455 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39456
39457         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39458         count for x32.  Use R*_LP and omit operand-size suffix.
39459
39460 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39461
39462         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39463         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39464         * sysdeps/x86_64/x32/shlib-versions: New file.
39465
39466 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39467
39468         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39469         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39470         Use _dl_fatal_printf instead.
39471
39472 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39473
39474         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39475         set if not set by the user.  Do not allow for being unset.
39476         * sysdeps/unix/sysv/linux/configure: Regenerated.
39477
39478 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39479
39480         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39481         the `q' suffix from lea and replace .quad with ASM_ADDR.
39482
39483 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39484
39485         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39486         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
39487         instead of $17.
39488         (PTR_DEMANGLE): Likewise.
39489
39490 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39491
39492         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39493         (LP_OP): Likewise.
39494         (ASM_ADDR): Likewise.
39495         (RAX_LP): Likewise.
39496         (RBP_LP): Likewise.
39497         (RBX_LP): Likewise.
39498         (RCX_LP): Likewise.
39499         (RDI_LP): Likewise.
39500         (RSI_LP): Likewise.
39501         (RSP_LP): Likewise.
39502         (R8_LP): Likewise.
39503         (R9_LP): Likewise.
39504         (R10_LP): Likewise.
39505         (R10_LP): Likewise.
39506         (R11_LP): Likewise.
39507         (R12_LP): Likewise.
39508         (R13_LP): Likewise.
39509         (R14_LP): Likewise.
39510         (R15_LP): Likewise.
39511
39512 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39513
39514         * sysdeps/x86_64/x32/dl-machine.h: New file.
39515
39516 2012-05-14  Andreas Jaeger  <aj@suse.de>
39517
39518         * manual/Makefile (subdir): Remove export of subdir.
39519         (all): Remove target.
39520         (.PHONY): Remove all from list.
39521         (mkinstalldirs): Remove.
39522         (.PHONY): Remove installdirs from list.
39523         ($(inst_infodir)/libc.info): Use make-target-directory.
39524         (installdirs): Remove.
39525         (subdir_%): Remove.
39526         (glibc-targets): Remove.
39527         (lib): Remove.
39528         (stubs): Remove.
39529         ($(objpfx)stubs ../po/manual.pot): Remove.
39530         ($(objpfx)stamp%): Remove.
39531         (make-target-directory): Remove.
39532         (subdir_install): Remove.
39533         (routines): Remove.
39534         (aux): Remove.
39535         (sources): Remove.
39536         (objects): Remove.
39537         (headers): Remove.
39538
39539         [BZ #13750]
39540         * manual/.gitignore: Remove, it's not needed anymore.
39541         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39542         all files in it.
39543         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39544         directory.
39545         (texis): Renamed to $(objpfx)texis.
39546         (texis-path): New, contains path to generated files.
39547         (chapters.%): Use texis-path for complete path, add extra argument
39548         libc-texinfo.sh.
39549         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39550         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39551         (summary,texi, stamp-summary): Use complete path of
39552         files. Generate files in build dir.
39553         (dir-add.texi): Build in build dir.
39554         (libm-err.texi,stamp-libm-err): Likewise.
39555         (version.texi, stamp-version): Likewise.
39556         (.%c.texi): Likewise.
39557         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39558         (mostlyclean): Remove target.
39559         (realclean): Remove target.
39560         (generated): Add new variable with contents from mostlyclean and
39561         realclean, remove entries duplicated in common-mostlyclean, add
39562         stamp-libm-err and stamp-version.
39563         (generated-dirs): Add libc directory.
39564         ($(inst_infodir)/libc.info): Install files from build dir.
39565
39566         * manual/install.texi (Configuring and compiling): Adjust since
39567         the info files are not part of the tar ball anymore.
39568
39569 2012-05-14  Andreas Jaeger  <aj@suse.de>
39570
39571         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39572         variable.
39573
39574 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39575
39576         [BZ #13717]
39577         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39578         to 2.2.0 where earlier.
39579         * sysdeps/unix/sysv/linux/configure: Regenerated.
39580         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39581         Remove conditional code.
39582         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39583         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39584         Remove conditional code.
39585         [!__NR_lchown]: Likewise.
39586         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39587         [__NR_lchown]: Likewise.
39588         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39589         comment referencing __ASSUME_LCHOWN_SYSCALL.
39590         * sysdeps/unix/sysv/linux/i386/sigaction.c
39591         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39592         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39593         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39594         Remove conditional code.
39595         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39596         (__protocol_available): Remove #if 0 code.
39597         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39598         conditional code.
39599         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39600         * sysdeps/unix/sysv/linux/kernel-features.h
39601         (__ASSUME_GETCWD_SYSCALL): Don't define.
39602         (__ASSUME_REALTIME_SIGNALS): Likewise.
39603         (__ASSUME_PREAD_SYSCALL): Likewise.
39604         (__ASSUME_PWRITE_SYSCALL): Likewise.
39605         (__ASSUME_POLL_SYSCALL): Likewise.
39606         (__ASSUME_LCHOWN_SYSCALL): Likewise.
39607         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39608         non-SPARC.
39609         (__ASSUME_SIOCGIFNAME): Don't define.
39610         (__ASSUME_MSG_NOSIGNAL): Likewise.
39611         (__ASSUME_SENDFILE): Define unconditionally.
39612         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39613         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39614         conditional code.
39615         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39616         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39617         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39618         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39619         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39620         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39621         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39623         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39624         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39626         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39627         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39629         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39630         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39632         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39633         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39635         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39636         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39638         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39639         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
39641         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39642         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
39644         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39645         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39646         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
39647         Remove conditional code.
39648         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39649         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39650         Remove conditional code.
39651         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39652         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
39653         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
39654         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39655         Remove conditional code.
39656         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39657         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
39658         Remove conditional code.
39659         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39660         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
39661         Remove conditional code.
39662         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39663         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39664         Remove conditional code.
39665         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39666         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39667         Remove conditional code.
39668         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39669         * sysdeps/unix/sysv/linux/sh/pwrite64.c
39670         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39671         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39672         * sysdeps/unix/sysv/linux/sigaction.c
39673         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39674         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39675         * sysdeps/unix/sysv/linux/sigpending.c
39676         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39677         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39678         * sysdeps/unix/sysv/linux/sigprocmask.c
39679         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39680         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39681         * sysdeps/unix/sysv/linux/sigsuspend.c
39682         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39683         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39684         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39685         (__libc_missing_rt_sigs): Remove.
39686         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
39687         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
39688         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
39689         Remove conditional code.
39690         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
39691         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
39692         return 1.
39693         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
39694         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
39695         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
39696         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
39697
39698 2012-05-14  Andreas Jaeger  <aj@suse.de>
39699
39700         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
39701         it's not used in glibc.
39702         (__coshm1): Likewise.
39703         (__acosh1p): Likewise.
39704         (__sgn): Likewise.
39705
39706         * manual/string.texi (Copying and Concatenation): Add missing
39707         variable in concat example.
39708         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
39709
39710 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39711
39712         [BZ #14103]
39713         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
39714         __builtin_clzl with __builtin_clzll.
39715
39716 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39717
39718         [BZ #14104]
39719         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
39720         libc_freeres_ptr.
39721
39722 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39723
39724         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
39725         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
39726         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
39727         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
39728
39729 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
39730
39731         * NEWS: Update ia64 info.
39732
39733 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
39734
39735         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
39736         used as bcopy.
39737
39738 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
39739
39740         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
39741         * sysdeps/unix/syscalls.list (dup3): Likewise.
39742         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
39743         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
39744
39745 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39746
39747         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
39748         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
39749
39750 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39751
39752         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
39753         thread pointer.
39754         (TLS_IE): Use mov/add instead of movq/addq to load thread
39755         pointer.
39756         (TLS_GD_PREFIX): New.
39757         (TLS_GD): Use it.
39758
39759 2012-05-11  David S. Miller  <davem@davemloft.net>
39760
39761         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
39762         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
39763         (_FPU_SETCW): Likewise.
39764
39765 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39766
39767         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
39768         is 32-byte aligned.
39769
39770 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
39771
39772         [BZ #11837]
39773         * iconvdata/gb18030.c: Update tables.
39774         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
39775         characters specially.
39776         (BODY for TO_LOOP): Add encoding of missing ranges.
39777
39778 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
39779
39780         [BZ #13673]
39781         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
39782         * sysdeps/mach/hurd/dup3.c: Likewise.
39783         * sysdeps/mach/hurd/readlinkat.c: Likewise.
39784         * sysdeps/powerpc/memmove.c:: Likewise.
39785
39786 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39787
39788         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
39789         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
39790
39791 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39792
39793         * elf/elf.h (R_X86_64_RELATIVE64): New.
39794         (R_X86_64_NUM): Updated.
39795         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
39796         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
39797         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
39798         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
39799         tst-quad1pie tst-quad2pie
39800         (modules-names): Add tst-quadmod1 tst-quadmod2.
39801         ($(objpfx)tst-quad1): New dependency.
39802         ($(objpfx)tst-quad2): Likewise.
39803         ($(objpfx)tst-quad1pie): Likewise.
39804         ($(objpfx)tst-quad2pie): Likewise.
39805         * sysdeps/x86_64/tst-quad1.c: New file.
39806         * sysdeps/x86_64/tst-quad1pie.c: New file.
39807         * sysdeps/x86_64/tst-quad2.c: Likewise.
39808         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
39809         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
39810         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
39811         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
39812         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
39813
39814 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39815
39816         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
39817         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
39818         * streams/stropts.h (t_scalar_t): Define type.
39819
39820         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
39821         (_PATH_PRESERVE): Set to "/var/lib".
39822         (_PATH_RWHODIR): Set to "/var/spool/rwho".
39823
39824         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
39825         instead of int.
39826
39827         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
39828         if __dir_mkfile succeeded.
39829
39830         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
39831         checking for _hurd_dtablesize.  Unlock it right after having
39832         finished _hurd_dtable allocation.
39833
39834 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39835
39836         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
39837         * sysdeps/mach/hurd/configure: Regenerated.
39838         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
39839         special-casing to...
39840         * sysdeps/gnu/configure.in: ... this new file.
39841         * sysdeps/unix/sysv/linux/configure: Regenerated.
39842         * sysdeps/gnu/configure: New generated file.
39843
39844         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
39845         for Linux: use nsec instead of usec, as well as:
39846         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
39847         members of type struct timespec.
39848         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
39849         New macros.
39850         (struct stat64): Likewise.
39851         (_STATBUF_ST_NSEC): New macro.
39852         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
39853
39854         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39855         __strtoul_internal rather than strtoul.
39856
39857 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39858
39859         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
39860         and reject them.
39861
39862 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39863
39864         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
39865         which preserves existing values.
39866         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
39867
39868 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39869
39870         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
39871         TIMEOUT values.  Return EINVAL for NFDS values either negative or
39872         greater than FD_SETSIZE.
39873
39874 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39875
39876         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
39877         allocated, call __vm_protect to finish enabling the existing space, and
39878         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
39879         allocate the remainder.
39880
39881 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39882
39883         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
39884         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
39885
39886 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39887
39888         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
39889         sysdeps/mach/hurd/readlink.c.
39890
39891         * posix/tst-sysconf.c (posix_options): Only use
39892         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
39893         _POSIX_SYNCHRONIZED_IO when they are defined
39894         * sysdeps/mach/hurd/bits/posix_opt.h:
39895         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
39896         (_XOPEN_REALTIME): Undefine macro.
39897         (_XOPEN_REALTIME_THREADS): Undefine macro.
39898         (_XOPEN_SHM): Undefine macro.
39899         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
39900         macro to -1.
39901         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
39902         macro to -1.
39903         (_POSIX_ASYNC_IO): Undefine macro.
39904         (_POSIX_PRIORITIZED_IO): Undefine macro.
39905         (_POSIX_SPIN_LOCKS): Define macro to -1.
39906
39907         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
39908         SA_NODEFER, SA_RESETHAND.
39909         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
39910         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
39911         F_DUPFD_CLOEXEC.
39912
39913 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39914
39915         * elf/Makefile (pldd-modules): Define unconditionally.
39916
39917 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39918
39919         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
39920
39921 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39922
39923         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
39924         Return ENOENT when name is empty.
39925         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
39926
39927 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39928
39929         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
39930
39931         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
39932
39933 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39934
39935         Fix mlock in all cases except non-readable pages.
39936         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
39937         instead of VM_PROT_ALL as parameter to __vm_wire function.
39938
39939         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
39940         (__mkdir): When path is `/', just fail with EEXIST.
39941         * sysdeps/mach/hurd/mkdirat.c: Likewise.
39942
39943 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39944
39945         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
39946         <sys/uio.h> (for writev).
39947         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
39948         and <sys/param.h> (for MIN).
39949
39950 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39951
39952         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
39953         REQUESTED_TIME.  Properly set the remaining time and return EINTR
39954         if interrupted.
39955
39956 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39957
39958         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
39959         Depend on against $(link-rpcuserlibs).
39960
39961 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39962
39963         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
39964         (__libc_stack_end): Do not use attribute_relro.
39965         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
39966         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
39967         to libthread-provided value.
39968         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
39969         attribute_relro.
39970
39971 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39972
39973         [BZ #3748]
39974         * bits/libc-lock.h (__libc_once_get): New macro.
39975         * sysdeps/mach/bits/libc-lock.h: Likewise.
39976         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
39977         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
39978         instead of using implementation details.
39979
39980         * libio/fileops.c: Unconditionally include <kernel-features.h>.
39981         * libio/freopen.c: Likewise.
39982         * libio/freopen64.c: Likewise.
39983         * misc/syslog.c: Likewise.
39984         * nscd/connections.c: Likewise.
39985         * nscd/netgroupcache.c: Likewise.
39986         * sysdeps/posix/getcwd.c: Likewise.
39987
39988 2012-05-10  Roland McGrath  <roland@hack.frob.com>
39989
39990         * math/w_ilogbf.c: Add #include <limits.h>.
39991
39992 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39993
39994         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
39995         path instead of returning without unlocking.
39996
39997         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
39998         immediate-write ioctls.
39999         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40000
40001 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40002
40003         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40004         __builtin_frame_address instead of making assumptions about the
40005         location of the return address relative to DATA.  Force early load of
40006         the return address.
40007         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40008         __builtin_frame_address.
40009
40010         dup3 for GNU Hurd.
40011         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40012         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40013         implement dup3 and do some further code clean-ups.
40014         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40015         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40016
40017 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40018
40019         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40020
40021         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40022         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40023         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40024         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40025         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40026         d->port.lock.
40027
40028         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40029         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40030         when handler == SIG_ERR, not when handler != SIG_ERR.
40031
40032 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40033
40034         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40035         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40036         definitions.
40037
40038         accept4 for GNU Hurd.
40039         * include/sys/socket.h (__libc_accept4): New prototype.
40040         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40041         to implement __libc_accept4.
40042         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40043         __libc_accept4.
40044         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40045
40046         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40047         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40048         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40049         signal-defines.sym.
40050
40051 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40052
40053         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40054
40055 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40056
40057         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40058         assertion on O_CLOEXEC flag.
40059         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40060         * hurd/intern-fd.c: Likewise.
40061         * hurd/port2fd.c: Likewise.
40062
40063 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40064
40065         [BZ #3906]
40066         * bits/in.h (IPV6_PKTINFO): Define new macro.
40067         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40068
40069 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40070
40071         [BZ #13954]
40072         [BZ #13955]
40073         [BZ #13956]
40074         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40075         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40076         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40077         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40078         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40079         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40080         * math/libm-test.inc (logb_test) : Additional logb tests.
40081
40082 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40083             Andreas Jaeger  <aj@suse.de>
40084
40085         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40086         * configure: Regenerated.
40087         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40088         * config.make.in (link-obsolete-rpc): New substituted variable.
40089         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40090         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40091         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40092         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40093         so that libc.a contains the symbols.
40094         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40095         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40096         * sunrpc/auth_none.c: Likewise.
40097         * sunrpc/auth_unix.c: Likewise.
40098         * sunrpc/authdes_prot.c: Likewise.
40099         * sunrpc/authuxprot.c: Likewise.
40100         * sunrpc/clnt_gen.c: Likewise.
40101         * sunrpc/clnt_perr.c: Likewise.
40102         * sunrpc/clnt_raw.c: Likewise.
40103         * sunrpc/clnt_simp.c: Likewise.
40104         * sunrpc/clnt_tcp.c: Likewise.
40105         * sunrpc/clnt_udp.c: Likewise.
40106         * sunrpc/clnt_unix.c: Likewise.
40107         * sunrpc/des_crypt.c: Likewise.
40108         * sunrpc/des_soft.c: Likewise.
40109         * sunrpc/get_myaddr.c: Likewise.
40110         * sunrpc/key_call.c: Likewise.
40111         * sunrpc/key_prot.c: Likewise.
40112         * sunrpc/netname.c: Likewise.
40113         * sunrpc/pm_getmaps.c: Likewise.
40114         * sunrpc/pm_getport.c: Likewise.
40115         * sunrpc/pmap_clnt.c: Likewise.
40116         * sunrpc/pmap_prot.c: Likewise.
40117         * sunrpc/pmap_prot2.c: Likewise.
40118         * sunrpc/pmap_rmt.c: Likewise.
40119         * sunrpc/publickey.c: Likewise.
40120         * sunrpc/rpc_cmsg.c: Likewise.
40121         * sunrpc/rpc_common.c: Likewise.
40122         * sunrpc/rpc_dtable.c: Likewise.
40123         * sunrpc/rpc_prot.c: Likewise.
40124         * sunrpc/rpc_thread.c: Likewise.
40125         * sunrpc/rtime.c: Likewise.
40126         * sunrpc/svc.c: Likewise.
40127         * sunrpc/svc_auth.c: Likewise.
40128         * sunrpc/svc_raw.c: Likewise.
40129         * sunrpc/svc_run.c: Likewise.
40130         * sunrpc/svc_tcp.c: Likewise.
40131         * sunrpc/svc_udp.c: Likewise.
40132         * sunrpc/svc_unix.c: Likewise.
40133         * sunrpc/svcauth_des.c: Likewise.
40134         * sunrpc/xcrypt.c: Likewise.
40135         * sunrpc/xdr.c: Likewise.
40136         * sunrpc/xdr_array.c: Likewise.
40137         * sunrpc/xdr_float.c: Likewise.
40138         * sunrpc/xdr_intXX_t.c: Likewise.
40139         * sunrpc/xdr_mem.c: Likewise.
40140         * sunrpc/xdr_rec.c: Likewise.
40141         * sunrpc/xdr_ref.c: Likewise.
40142         * sunrpc/xdr_sizeof.c: Likewise.
40143         * sunrpc/xdr_stdio.c: Likewise.
40144
40145 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40146
40147         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40148         change.  Update copyright years.
40149
40150 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40151
40152         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40153
40154 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40155             Joseph Myers  <joseph@codesourcery.com>
40156             Paul Pluzhnikov  <ppluzhnikov@google.com>
40157
40158         [BZ #14012]
40159         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40160         requiring rpcgen.
40161         [cross-compiling] (extra-libs): Likewise.
40162         [cross-compiling] (extra-libs-others): Likewise.
40163         [cross-compiling] (librpcsvc-routines): Likewise.
40164         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40165         [cross-compiling] (omit-deps): Likewise.
40166         (sunrpc-CPPFLAGS): New variable.
40167         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40168         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40169         (cross-rpcgen-objs): New variable.
40170         (extra-objs): Append $(cross-rpcgen-objs).
40171         ($(cross-rpcgen-objs)): New rule.
40172         ($(objpfx)cross-rpcgen): Likewise.
40173         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40174         comment.
40175         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40176         ($(objpfx)x%.stmp): Likewise.
40177         * sunrpc/proto.h [IS_IN_build] (_): Define.
40178         [IS_IN_build] (_libc_intl_domainname): Likewise.
40179
40180 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40181
40182         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40183         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40184         and R_X86_64_TPOFF64.
40185
40186 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40187
40188         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40189         sysdeps/unix/sysv/syscalls.list.
40190         (stime): Likewise.
40191         (utime): Likewise.
40192         * sysdeps/unix/sysv/syscalls.list: Remove file.
40193
40194 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40195
40196         [BZ #3440]
40197         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40198         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40199         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40200         (__LC_IDENTIFICATION): Make these macros useful in #if
40201         expressions, as required by C99.
40202
40203 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40204
40205         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40206         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40207         after this.
40208
40209 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40210
40211         * stdlib/longlong.h: Updated from GCC.
40212
40213 2012-05-09  Andreas Jaeger  <aj@suse.de>
40214
40215         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40216         default is first entry.
40217         (run_mode): Set type.
40218         (main): Remove informal message about syslog.
40219         (options): Fix typo.
40220
40221         [BZ #14053]
40222         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40223         to asm.
40224         (lrint): Likewise.
40225         (llrintf): Likewise.
40226         (llrint): Likewise.
40227         (rint): Likewise.
40228         (rintf): Likewise.
40229         (nearbyint): Likewise.
40230         (nearbyintf): Likewise.
40231
40232 2012-05-09  Andreas Jaeger  <aj@suse.de>
40233             Pedro Alves  <palves@redhat.com>
40234
40235         * nscd/nscd.c (run_mode): Use enum.
40236         (main): Cleanup coding style issue.
40237
40238 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40239             Andreas Jaeger  <aj@suse.de>
40240
40241         * nscd/nscd.c (go_background): Replaced with...
40242         (run_mode): ... this.
40243         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40244         (options): Add -F --foreground.
40245         (main): Implement it.
40246         (parse_opt): Parse it.
40247
40248 2012-05-09  Andreas Jaeger  <aj@suse.de>
40249
40250         [BZ #14083]
40251         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40252         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40253         -Wconversion warning.
40254         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40255         Likewise.
40256
40257 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40258
40259         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40260         == 0.
40261         (LC_ALL): Use macro-int-constant.
40262         (LC_COLLATE): Likewise.
40263         (LC_CTYPE): Likewise.
40264         (LC_MESSAGES): Likewise.
40265         (LC_MONETARY): Likewise.
40266         (LC_NUMERIC): Likewise.
40267         (LC_TIME): Likewise.
40268         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40269         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40270         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40271         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40272         Specify type.
40273         [C99-based standards] (float_t): Expect type.
40274         [C99-based standards] (double_t): Expect type.
40275         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40276         type.
40277         [C99-based standards] (HUGE_VALL): Likewise.
40278         [C99-based standards] (INFINITY): Likewise.
40279         [C99-based standards] (NAN): Likewise.
40280         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40281         [C99-based standards] (FP_NAN): Likewise.
40282         [C99-based standards] (FP_NORMAL): Likewise.
40283         [C99-based standards] (FP_SUBNORMAL): Likewise.
40284         [C99-based standards] (FP_ZERO): Likewise.
40285         [C99-based standards] (FP_FAST_FMA): Use
40286         optional-macro-int-constant.  Specify type.  Require == 1.
40287         [C99-based standards] (FP_FAST_FMAF): Likewise.
40288         [C99-based standards] (FP_FAST_FMAL): Likewise.
40289         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40290         [C99-based standards] (FP_ILOGBNAN): Likewise.
40291         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40292         Specify type.
40293         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40294         [C99-based standards] (math_errhandling): Specify type.
40295         [ISO99 || ISO11] (signgam): Do not allow.
40296         [non-C99-based standards] (copysignf): Do not allow.
40297         [non-C99-based standards] (exp2f): Likewise.
40298         [non-C99-based standards] (log2f): Likewise.
40299         [non-C99-based standards] (modff): Allow.
40300         [non-C99-based standards] (erff): Do not allow.
40301         [non-C99-based standards] (erfcf): Likewise.
40302         [non-C99-based standards] (gammaf): Likewise.
40303         [non-C99-based standards] (hypotf): Likewise.
40304         [non-C99-based standards] (j0f): Likewise.
40305         [non-C99-based standards] (j1f): Likewise.
40306         [non-C99-based standards] (jnf): Likewise.
40307         [non-C99-based standards] (lgammaf): Likewise.
40308         [non-C99-based standards] (tgammaf): Likewise.
40309         [non-C99-based standards] (y0f): Likewise.
40310         [non-C99-based standards] (y1f): Likewise.
40311         [non-C99-based standards] (ynf): Likewise.
40312         [non-C99-based standards] (isnanf): Likewise.
40313         [non-C99-based standards] (acoshf): Likewise.
40314         [non-C99-based standards] (asinhf): Likewise.
40315         [non-C99-based standards] (atanhf): Likewise.
40316         [non-C99-based standards] (cbrtf): Likewise.
40317         [non-C99-based standards] (expm1f): Likewise.
40318         [non-C99-based standards] (ilogbf): Likewise.
40319         [non-C99-based standards] (log1pf): Likewise.
40320         [non-C99-based standards] (logbf): Likewise.
40321         [non-C99-based standards] (nextafterf): Likewise.
40322         [non-C99-based standards] (remainderf): Likewise.
40323         [non-C99-based standards] (rintf): Likewise.
40324         [non-C99-based standards] (scalbf): Likewise.
40325         [non-C99-based standards] (copysignl): Likewise.
40326         [non-C99-based standards] (exp2l): Likewise.
40327         [non-C99-based standards] (log2l): Likewise.
40328         [non-C99-based standards] (modfl): Allow.
40329         [non-C99-based standards] (erfl): Do not allow.
40330         [non-C99-based standards] (erfcl): Likewise.
40331         [non-C99-based standards] (gammal): Likewise.
40332         [non-C99-based standards] (hypotl): Likewise.
40333         [non-C99-based standards] (j0l): Likewise.
40334         [non-C99-based standards] (j1l): Likewise.
40335         [non-C99-based standards] (jnl): Likewise.
40336         [non-C99-based standards] (lgammal): Likewise.
40337         [non-C99-based standards] (tgammal): Likewise.
40338         [non-C99-based standards] (y0l): Likewise.
40339         [non-C99-based standards] (y1l): Likewise.
40340         [non-C99-based standards] (ynl): Likewise.
40341         [non-C99-based standards] (isnanl): Likewise.
40342         [non-C99-based standards] (acoshl): Likewise.
40343         [non-C99-based standards] (asinhl): Likewise.
40344         [non-C99-based standards] (atanhl): Likewise.
40345         [non-C99-based standards] (cbrtl): Likewise.
40346         [non-C99-based standards] (expm1l): Likewise.
40347         [non-C99-based standards] (ilogbl): Likewise.
40348         [non-C99-based standards] (log1pl): Likewise.
40349         [non-C99-based standards] (logbl): Likewise.
40350         [non-C99-based standards] (nextafterl): Likewise.
40351         [non-C99-based standards] (remainderl): Likewise.
40352         [non-C99-based standards] (rintl): Likewise.
40353         [non-C99-based standards] (scalbl): Likewise.
40354         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40355         [non-C99-based standards] (FP_*): Do not allow.
40356         [C99-based standards] (FP_*): Change to
40357         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40358         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40359         allow.
40360         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40361         (SIG_ERR): Likewise.
40362         [X/Open-based standards] (SIG_HOLD): Likewise.
40363         (SIG_IGN): Likewise.
40364         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40365         positive value.
40366         (SIGFPE): Likewise.
40367         (SIGILL): Likewise.
40368         (SIGINT): Likewise.
40369         (SIGSEGV): Likewise.
40370         (SIGTER): Likewise.
40371         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40372         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40373         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40374         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40375         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40376         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40377         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40378         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40379         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40380         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40381         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40382         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40383         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40384         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40385         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40386         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40387         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40388         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40389         [X/Open-based standards] (SIGTRAP): Likewise.
40390         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40391         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40392         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40393         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40394         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40395         allow.
40396
40397 2012-05-08  Ian Wienand  <ianw@vmware.com>
40398
40399         [BZ #14080]
40400         * time/tzset.c (__tzset_parse_tz): Update default rules for
40401         daylight time changes in the Energy Policy Act of 2005.
40402
40403 2012-05-09  Andreas Jaeger  <aj@suse.de>
40404
40405         [BZ #13983]
40406         * elf/ldconfig.c (parse_conf): Change string to make clear that
40407         ldconfig only issued a warning if ld.so.conf does not exist.
40408
40409 2012-05-08  David S. Miller  <davem@davemloft.net>
40410
40411         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40412         movxtod instead of popping the value on the stack.
40413
40414         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40415
40416 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40417
40418         * config.h.in: Add HAVE_ARM_PCS_VFP.
40419
40420 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40421
40422         [BZ #13979]
40423         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40424         checking but the checks are disabled for any reason.
40425
40426 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40427
40428         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40429         and ELF64_R_TYPE with ELFW(R_TYPE).
40430
40431 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40432
40433         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40434         (ulimit): Likewise.
40435
40436         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40437         (settimeofday): Likewise.
40438
40439 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40440
40441         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40442         a struct th_u2 inside the union, and move tu_block/tu_code into
40443         a new th_u3 union of tu_block/tu_code inside of that.  Move
40444         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40445         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40446         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40447         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40448         (th_stuff): Change to th_u1.tu_stuff.
40449         (th_data): Define.
40450         (th_msg): Change to th_u1.th_u2.tu_data.
40451
40452 2012-05-07  David S. Miller  <davem@davemloft.net>
40453
40454         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40455
40456         [BZ #14074]
40457         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40458         (SETUP_PIC_REG): Use it.
40459         (SETUP_PIC_REG_LEAF): Use it.
40460
40461 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40462
40463         [BZ #13885]
40464         [BZ #13923]
40465         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40466         USE_AS_EXPM1L.
40467         (EXPL_FINITE): Likewise.
40468         (FLDLOG): Likewise.
40469         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40470         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40471         e_expl.S.
40472         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40473         USE_AS_EXPM1L.
40474         (EXPL_FINITE): Likewise.
40475         (FLDLOG): Likewise.
40476         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40477         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40478         e_expl.S.
40479         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40480         test of -max_value argument for long double.
40481         * sysdeps/i386/fpu/libm-test-ulps: Update.
40482         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40483
40484 2012-05-06  David S. Miller  <davem@davemloft.net>
40485
40486         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40487         quad soft-float symbols whose references which are compiler
40488         generated.
40489         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40490
40491 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
40492
40493         [BZ #13884]
40494         [BZ #13914]
40495         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40496         USE_AS_EXP10L.
40497         (EXPL_FINITE): Likewise.
40498         (FLDLOG): Likewise.
40499         (c0): Likewise.
40500         (c1): Likewise.
40501         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40502         Adjust comments for base varying.
40503         (__expl_finite): Change alias to EXPL_FINITE.
40504         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40505         e_expl.S.
40506         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40507         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40508         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40509         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40510         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40511         USE_AS_EXP10L.
40512         (EXPL_FINITE): Likewise.
40513         (FLDLOG): Likewise.
40514         (c0): Likewise.
40515         (c1): Likewise.
40516         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40517         Adjust comments for base varying.
40518         (__expl_finite): Change alias to EXPL_FINITE.
40519         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
40520         tests for bugs.
40521         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40522
40523         [BZ #14064]
40524         * math/libm-test.inc (check_float_internal): Correct ulp
40525         calculation for subnormal expected results.
40526
40527 2012-05-06  Andreas Jaeger  <aj@suse.de>
40528
40529         * Makeconfig (+math-flags): New, set to -frounding-math.
40530         (+cflags): Add +math-flags so that all of glibc gets compiled with
40531         it.
40532
40533         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40534
40535 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
40536
40537         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40538         Disable one test.
40539
40540         [BZ #13787]
40541         [BZ #13922]
40542         [BZ #14036]
40543         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40544         (__ieee754_expl): Allow for and saturate large arguments.
40545         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40546         (u_threshold): Likewise.
40547         (__exp): Call __ieee754_exp before checking for overflow and
40548         underflow.
40549         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40550         (u_threshold): Likewise.
40551         (__expf): Call __ieee754_expf before checking for overflow and
40552         underflow.
40553         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40554         (u_threshold): Likewise.
40555         (__expl): Call __ieee754_expl before checking for overflow and
40556         underflow.
40557         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40558         (__ieee754_expl): Allow for and saturate large arguments.
40559         * math/libm-test.inc (exp_test): Add another test.  Do not allow
40560         missing overflow exception on overflow.
40561         (expm1_test): Do not allow missing overflow exception on overflow.
40562
40563         * sysdeps/i386/fpu/e_expl.c: Move to ...
40564         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
40565         rather than using inline asm.
40566         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40567         * sysdeps/x86_64/fpu/e_expl.S: Copy from
40568         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40569
40570         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40571         (nice): Likewise.
40572         (poll): Likewise.
40573         (signal): Likewise.
40574         (time): Likewise.
40575         (times): Likewise.
40576
40577 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40578
40579         * sysdeps/unix/syscalls.list (adjtime): Add entry from
40580         sysdeps/unix/common/syscalls.list.
40581         (fchmod): Likewise.
40582         (fchown): Likewise.
40583         (ftruncate): Likewise.
40584         (getrusage): Likewise.
40585         (gettimeofday): Likewise.
40586         (setpgid): Likewise.
40587         (setregid): Likewise.
40588         (setreuid): Likewise.
40589         (sigaction): Likewise.
40590         (truncate): Likewise.
40591         (vhangup): Likewise.
40592         * sysdeps/unix/common/syscalls.list: Remove file.
40593         * sysdeps/unix/bsd/Implies: Don't include unix/common.
40594         * sysdeps/unix/sysv/linux/Implies: Likewise.
40595
40596 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
40597
40598         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40599         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40600         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40601         Moved to ...
40602         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40603         Here.
40604         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40605         to ...
40606         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40607         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40608         to ...
40609         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40610         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40611         to ...
40612         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40613         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40614         to ...
40615         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40616         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40617         to ...
40618         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40619         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40620         to ...
40621         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40622         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40623         to ...
40624         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40625         Here.
40626         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40627         to ...
40628         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40629         Here.
40630         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40631         to ...
40632         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40633         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40634         Moved to ...
40635         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40636         Here.
40637         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40638         to ...
40639         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
40640
40641 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40642
40643         * sysdeps/unix/common/bits/dirent.h: Remove file.
40644         * sysdeps/unix/common/bits/fcntl.h: Likewise.
40645
40646         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
40647         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
40648         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
40649         * sysdeps/unix/bsd/isatty.c: Likewise.
40650         * sysdeps/unix/bsd/tcdrain.c: Likewise.
40651         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
40652         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
40653
40654 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40655
40656         [BZ #13563]
40657         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
40658         long double comparison inaccuracies.
40659         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
40660         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40661
40662 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
40663
40664         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
40665         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
40666
40667 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40668
40669         [BZ #14049]
40670         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
40671         nonzero digits before rounding a hex value.
40672         * stdlib/tst-strtod.c (tests): Add another test.
40673
40674 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40675
40676         * sysdeps/s390/fpu/libm-test-ulps: Update.
40677
40678 2012-05-03  Andreas Jaeger  <aj@suse.de>
40679
40680         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
40681         does not get optimized out.
40682         (malloc_opt_barrier): New.
40683
40684 2012-05-03  Andreas Jaeger  <aj@suse.de>
40685             Roland McGrath  <roland@hack.frob.com>
40686
40687         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
40688         intermediate file deletion.
40689         (generated): Add .symlist files.
40690
40691 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
40692
40693         [BZ #13775]
40694         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
40695         Redirect under this condition.
40696         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40697         [__USE_GNU] (__dprintf_chk): Not under this condition.
40698         [__USE_GNU] (__vdprintf_chk): Likewise.
40699         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
40700         under this condition.
40701         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40702         [__USE_XOPEN2K8] (dprintf): Define under this condition.
40703         [__USE_XOPEN2K8] (vdprintf): Likewise.
40704         [__USE_GNU] (__dprintf_chk): Not under this condition.
40705         [__USE_GNU] (__vdprintf_chk): Likewise.
40706         [__USE_GNU] (dprintf): Likewise.
40707         [__USE_GNU] (vdprintf): Likewise.
40708
40709 2012-05-03  Roland McGrath  <roland@hack.frob.com>
40710
40711         * elf/Makefile (common-generated): Set this instead of generated for
40712         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
40713         $(all-built-dso)-derived lists.
40714
40715 2012-05-03  Andreas Jaeger  <aj@suse.de>
40716
40717         * sysdeps/i386/fpu/libm-test-ulps: Update.
40718
40719         * FAQ: Removed.
40720         * FAQ.in: Likewise.
40721         * scripts/gen-FAQ.pl: Likewise.
40722         * manual/install.texi (Installation): Point to online location of
40723         FAQ.
40724         * Makefile (files-for-dist): Remove FAQ.
40725         (FAQ): Remove.
40726
40727 2012-05-02  Allan McRae  <allan@archlinux.org>
40728
40729         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
40730         (LDFLAGS-reldepmod5.so): Likewise.
40731         (LDFLAGS-reldep6mod1.so): Likewise.
40732         (LDFLAGS-reldep6mod4.so): Likewise.
40733         (LDFLAGS-reldep8mod3.so): Likewise.
40734         (LDFLAGS-unload4mod1.so): Likewise.
40735         (LDFLAGS-unload4mod2.so): Likewise.
40736         (LDFLAGS-tst-initorder): Likewise.
40737         (LDFLAGS-tst-initordera2.so): Likewise.
40738         (LDFLAGS-tst-initordera3.so): Likewise.
40739         (LDFLAGS-tst-initordera4.so): Likewise.
40740         (LDFLAGS-tst-initorderb2.so): Likewise.
40741         (LDFLAGS-noload): Likewise.
40742         (LDFLAGS-next): Likewise.
40743         (LDFLAGS-order2mod1.so): Likewise.
40744         (LDFLAGS-order2mod2.so): Likewise.
40745         (LDFLAGS-tst-initorder2): Likewise.
40746         (LDFLAGS-tst-initorder2a.so): Likewise.
40747         (LDFLAGS-tst-initorder2b.so): Likewise.
40748         (LDFLAGS-tst-initorder2c.so): Likewise.
40749         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
40750
40751 2012-05-02  David S. Miller  <davem@davemloft.net>
40752
40753         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40754
40755 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
40756
40757         [BZ #14055]
40758         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
40759
40760 2012-05-02  Andreas Jaeger  <aj@suse.de>
40761
40762         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
40763         since we manipulate rounding mode.
40764         (CPPFLAGS-test-idouble.c): Likewise.
40765         (CPPFLAGS-test-ifloat.c): Likewise.
40766         (CFLAGS-test-ldouble.c): Likewise.
40767         (CFLAGS-test-double.c): Likewise.
40768         (CFLAGS-test-float.c): Likewise.
40769         (CFLAGS-test-misc.c): Likewise.
40770         (CFLAGS-test-test-fenv.c): Likewise.
40771
40772 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40773
40774         [BZ #2550]
40775         [BZ #2570]
40776         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
40777         comparisons to determine direction to adjust input.
40778
40779 2012-05-01  Roland McGrath  <roland@hack.frob.com>
40780
40781         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
40782         output to the target.
40783
40784         * scripts/localplt.awk: New file.
40785         * elf/Makefile ($(objpfx)check-localplt): Target removed.
40786         (check-localplt-CFLAGS): Variable removed.
40787         ($(all-built-dso:=.jmprel)): New static pattern rule.
40788         (generated): Add those targets.
40789         (localplt-built-dso): New variable.
40790         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
40791
40792         * elf/check-localplt.c: File removed.
40793
40794         * scripts/check-execstack.awk: New file.
40795         * elf/Makefile ($(objpfx)check-execstack): Target removed.
40796         (check-execstack-CFLAGS): Variable removed.
40797         ($(objpfx)check-execstack.h): Target removed.
40798         ($(objpfx)execstack-default): New target.
40799         (generated): Add that instead of check-execstack.h.
40800         ($(all-built-dso:=.phdr)): New static pattern rule.
40801         (generated): Add those targets.
40802         * elf/check-execstack.c: File removed.
40803
40804         * scripts/check-textrel.awk: New file.
40805         * elf/Makefile ($(objpfx)check-textrel): Target removed.
40806         (check-textrel-CFLAGS): Variable removed.
40807         (all-built-dso): Use := to define.o
40808         ($(all-built-dso:=.dyn)): New static pattern rule.
40809         (generated): Add those targets.
40810         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
40811         * config.make.in (READELF): New substituted variable.
40812         * elf/check-textrel.c: File removed.
40813
40814 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
40815
40816         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40817         allow.
40818         * conform/data/ctype.h-data [C99-based standards] (isblank):
40819         Expect function.
40820         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
40821         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
40822         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40823         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
40824         Specify type.  Require positive value.
40825         (EILSEQ): Likewise.
40826         (ERANGE): Likewise.
40827         [ISO || POSIX] (EILSEQ): Do not expect.
40828         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
40829         Specify type.  Require positive value.
40830         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
40831         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
40832         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
40833         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
40834         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
40835         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
40836         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
40837         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
40838         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
40839         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
40840         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
40841         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
40842         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
40843         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
40844         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
40845         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
40846         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
40847         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
40848         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
40849         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
40850         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
40851         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
40852         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
40853         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
40854         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
40855         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
40856         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
40857         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
40858         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
40859         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
40860         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
40861         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
40862         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
40863         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
40864         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
40865         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
40866         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
40867         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
40868         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
40869         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
40870         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
40871         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
40872         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
40873         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
40874         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
40875         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
40876         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
40877         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
40878         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
40879         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
40880         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
40881         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
40882         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
40883         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
40884         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
40885         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
40886         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
40887         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
40888         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
40889         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
40890         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
40891         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
40892         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
40893         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
40894         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
40895         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
40896         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
40897         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
40898         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
40899         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
40900         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
40901         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
40902         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
40903         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
40904         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
40905         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
40906         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
40907         Require >= 2.
40908         (FLT_ROUNDS): Expect as macro, not constant.
40909         (FLT_MANT_DIG): Use macro-int-constant.
40910         (DBL_MANT_DIG): Likewise.
40911         (LDBL_MANT_DIG): Likewise.
40912         (FLT_DIG): Likewise.
40913         (DBL_DIG): Likewise.
40914         (LDBL_DIG): Likewise.
40915         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
40916         (DBL_MIN_EXP): Likewise.
40917         (LDBL_MIN_EXP): Likewise.
40918         (FLT_MAX_EXP): Use macro-int-constant.
40919         (DBL_MAX_EXP): Likewise.
40920         (LDBL_MAX_EXP): Likewise.
40921         (FLT_MAX_10_EXP): Likewise.
40922         (DBL_MAX_10_EXP): Likewise.
40923         (LDBL_MAX_10_EXP): Likewise.
40924         (FLT_MAX): Use macro-constant.
40925         (DBL_MAX): Likewise.
40926         (LDBL_MAX): Likewise.
40927         (FLT_EPSILON): Use macro-constant.  Give upper bound.
40928         (DBL_EPSILON): Likewise.
40929         (LDBL_EPSILON): Likewise.
40930         (FLT_MIN): Likewise.
40931         (DBL_MIN): Likewise.
40932         (LDBL_MIN): Likewise.
40933         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
40934         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
40935         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
40936         [ISO11] (FLT_HAS_SUBNORM): Likewise.
40937         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
40938         [ISO11] (DBL_DECIMAL_DIG): Likewise.
40939         [ISO11] (FLT_DECIMAL_DIG): Likewise.
40940         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
40941         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
40942         [ISO11] (FLT_TRUE_MIN): Likewise.
40943         [ISO11] (LDBL_TRUE_MIN): Likewise.
40944         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40945         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
40946         (SCHAR_MIN): Use macro-int-constant.  Specify type.
40947         (SCHAR_MAX): Likewise.
40948         (UCHAR_MAX): Likewise.
40949         (CHAR_MIN): Likewise.
40950         (CHAR_MAX): Likewise.
40951         (MB_LEN_MAX): Use macro-int-constant.
40952         (SHRT_MIN): Use macro-int-constant.  Specify type.
40953         (SHRT_MAX): Likewise.
40954         (USHRT_MAX): Likewise.
40955         (INT_MAX): Likewise.
40956         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
40957         bound negative.
40958         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
40959         bound with "U".
40960         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
40961         bound with "L".
40962         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
40963         bound negative.  Suffix upper bound with "L".
40964         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
40965         bound with "UL".
40966         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
40967         Specify type.
40968         [C99-based standards] (LLONG_MAX): Likewise.
40969         [C99-based standards] (ULLONG_MAX): Likewise.
40970         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
40971         == 0.
40972         [ISO11] (max_align_t): Require type.
40973         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40974
40975         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
40976         from $CFLAGS, without defining away __attribute__ calls.
40977         (checknamespace): Use $CFLAGS_namespace.
40978
40979         * conform/conformtest.pl (@keywords): Only include C99 keywords
40980         for standards based on C99 or C11.
40981
40982         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
40983         Disable tests.
40984         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
40985         UNIX98]: Likewise.
40986
40987         * conform/conformtest.pl: Handle "macro-int-constant" and test for
40988         usability of symbols in #if.
40989
40990         * conform/conformtest.pl: If macro or constant types start
40991         "promoted:", expect the symbol to be of the following type
40992         promoted by the integer promotions.
40993
40994         * conform/conformtest.pl: Parse all "constant" and "macro" lines
40995         in one place.  Also handle "macro-constant".
40996
40997         * conform/conformtest.pl: Only accept expected macro values with
40998         "==".  Parse all "macro" lines in one place.
40999         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41000
41001         * conform/conformtest.pl: Handle braced types on "constant" lines
41002         instead of handling "typed-constant".
41003         * conform/data/signal.h-data: Use "constant" instead of
41004         "typed-constant".
41005
41006         * conform/conformtest.pl: Handle "optional-" at start of lines in
41007         one place rather than duplicating several cases.  Handle each
41008         format of "macro" line with initial "optional-".
41009
41010         * conform/conformtest.pl: Only accept expected constant or
41011         optional-constant values with "==".  Parse all "constant" lines in
41012         one place.  Parse all "optional-constant" lines in one place.
41013         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41014         * conform/data/fmtmsg.h-data: Likewise.
41015         * conform/data/netinet/in.h-data: Likewise.
41016         * conform/data/tar.h-data: Likewise.
41017         * conform/data/limits.h-data: Use "==" form on "constant" and
41018         "optional-constant" lines.
41019
41020         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41021         Use -std=c99 for XOPEN2K.
41022         (@knownproblems): Remove.
41023         (newtoken): Don't check %isknown.
41024
41025         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41026         Do not expect macro.
41027         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41028         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41029         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41030         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41031         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41032         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41033         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41034         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41035         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41036         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41037         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41038         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41039         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41040         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41041         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41042         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41043         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41044         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41045         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41046         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41047         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41048         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41049         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41050         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41051         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41052         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41053         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41054         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41055         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41056         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41057         [XPG3] (acosh): Likewise.
41058         [XPG3] (asinh): Likewise.
41059         [XPG3] (atanh): Likewise.
41060         [XPG3] (cbrt): Likewise.
41061         [XPG3] (expm1): Likewise.
41062         [XPG3] (ilogb): Likewise.
41063         [XPG3] (log1p): Likewise.
41064         [XPG3] (logb): Likewise.
41065         [XPG3] (nextafter): Likewise.
41066         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41067         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41068         [XPG3] (remainder): Likewise.
41069         [XPG3] (rint): Likewise.
41070         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41071         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41072         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41073         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41074         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41075         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41076         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41077         [UNIX98 || XOPEN2K] (scalb): Expect.
41078         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41079         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41080         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41081         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41082         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41083         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41084         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41085         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41086         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41087         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41088         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41089         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41090         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41091         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41092         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41093         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41094         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41095         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41096         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41097         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41098         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41099         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41100         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41101         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41102         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41103         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41104         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41105         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41106         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41107         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41108         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41109         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41110         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41111         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41112         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41113         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41114         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41115         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41116         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41117         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41118         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41119         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41120         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41121         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41122         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41123         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41124         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41125         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41126         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41127         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41128         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41129         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41130         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41131         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41132         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41133         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41134         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41135         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41136         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41137         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41138         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41139         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41140         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41141         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41142         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41143         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41144         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41145         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41146         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41147         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41148         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41149         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41150         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41151         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41152         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41153         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41154         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41155         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41156         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41157         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41158         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41159         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41160         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41161         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41162         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41163         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41164         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41165         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41166         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41167         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41168         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41169         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41170         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41171         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41172         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41173         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41174         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41175         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41176         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41177         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41178         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41179         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41180         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41181         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41182         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41183         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41184         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41185         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41186         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41187         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41188         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41189         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41190         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41191         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41192         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41193         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41194         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41195         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41196         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41197         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41198         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41199         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41200         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41201         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41202         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41203         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41204         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41205         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41206         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41207         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41208         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41209         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41210         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41211         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41212         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41213         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41214         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41215
41216         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41217         _XOPEN_SOURCE_EXTENDED for XPG4.
41218
41219         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41220
41221         * Makeconfig (localtime): Remove variable.
41222         (inst_localtime-file): Likewise.
41223
41224 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41225
41226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41227         Update.
41228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41229         Update.
41230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41231         Update.
41232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41233         Update.
41234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41235         Update.
41236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41237         Update.
41238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41239         Update.
41240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41241         Update.
41242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41243         Update.
41244
41245 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41246
41247         [BZ #2550]
41248         [BZ #2570]
41249         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41250         comparisons to determine direction to adjust input.
41251         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41252         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41253         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41254         Likewise.
41255         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41256         Likewise.
41257         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41258         Likewise.
41259         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41260         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41261         Likewise.
41262         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41263         Likewise.
41264         * math/libm-test.inc (nexttoward_test): Add more tests.
41265
41266 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41267
41268         [BZ #14040]
41269         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41270         in version GLIBC_2.1, not GLIBC_2.0.
41271         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41272         Likewise.
41273
41274 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41275
41276         [BZ #13942]
41277         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41278         (1 - x) * (1 + x).
41279         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41280         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41281         * math/libm-test.inc (acos_test): Add more tests.
41282         (asin_test): Likewise.
41283         * sysdeps/i386/fpu/libm-test-ulps: Update.
41284         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41285
41286         [BZ #14034]
41287         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41288         of square root.
41289         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41290         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41291         * math/libm-test.inc (acos_test_tonearest): New function.
41292         (acos_test_towardzero): Likewise.
41293         (acos_test_downward): Likewise.
41294         (acos_test_upward): Likewise.
41295         (asin_test_tonearest): Likewise.
41296         (asin_test_towardzero): Likewise.
41297         (asin_test_downward): Likewise.
41298         (asin_test_upward): Likewise.
41299         (main): Call the new functions.
41300         * sysdeps/i386/fpu/libm-test-ulps: Update.
41301         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41302
41303         [BZ #13884]
41304         [BZ #13924]
41305         * math/e_exp10.c: Include <float.h>.
41306         (__ieee754_exp10): Handle underflow here rather than multiplying
41307         large negative argument by M_LN10.
41308         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41309         of __ieee754_expf.
41310         * math/e_exp10l.c: Include <float.h>.
41311         (__ieee754_exp10l): Handle underflow here rather than multiplying
41312         large negative argument by M_LN10l.
41313         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41314         spurious overflow exception on underflow.
41315
41316 2012-04-29  Marek Polacek  <polacek@redhat.com>
41317
41318         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41319         (__fortify_function): New macro.
41320         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41321         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41322         __extern_always_inline.
41323         * libio/bits/stdio2.h: Likewise.
41324         * libio/bits/stdio.h: Likewise.
41325         * string/string.h: Likewise.
41326         * string/bits/string3.h: Likewise.
41327         * include/stdio.h: Likewise.
41328         * stdlib/bits/stdlib.h: Likewise.
41329         * stdlib/stdlib.h: Likewise.
41330         * rt/bits/mqueue2.h: Likewise.
41331         * rt/mqueue.h: Likewise.
41332         * posix/bits/unistd.h: Likewise.
41333         * posix/unistd.h: Likewise.
41334         * io/bits/poll2.h: Likewise.
41335         * io/bits/fcntl2.h: Likewise.
41336         * io/fcntl.h: Likewise.
41337         * io/sys/poll.h: Likewise.
41338         * misc/bits/syslog.h: Likewise.
41339         * misc/bits/syslog-ldbl.h: Likewise.
41340         * misc/sys/syslog.h: Likewise.
41341         * socket/bits/socket2.h: Likewise.
41342         * socket/sys/socket.h: Likewise.
41343         * debug/tst-chk1.c: Likewise.
41344         * wcsmbs/bits/wchar2.h: Likewise.
41345         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41346         * wcsmbs/wchar.h: Likewise.
41347
41348 2012-04-29  Andreas Jaeger  <aj@suse.de>
41349
41350         * Makerules (tests): Remove enable-check-abi protection.
41351         (check-abi-warn): Remove.
41352         (check-abi-%): Remove check-abi-warn usage.
41353
41354         * configure.in: Remove check-abi configure option.
41355         * configure: Regenerated.
41356         * config.make.in (enable-check-abi): Remove.
41357
41358 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41359
41360         [BZ #14033]
41361         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41362         double functions to double *_finite functions.
41363
41364         [BZ #13941]
41365         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41366         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41367         LDBL_MIN_EXP.
41368         * stdio-common/Makefile (tests): Add tst-sprintf3.
41369         * stdio-common/tst-sprintf3.c: New file.
41370
41371         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41372         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41373
41374 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41375
41376         * conform/conformtest.pl: Remove duplicate typed-constant
41377         handling.
41378
41379 2012-04-28  David S. Miller  <davem@davemloft.net>
41380
41381         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41382         (check-abi-%): Remove AWK script prerequisite and explicit
41383         abilist directory.
41384         (check-abi): Rewrite to just diff the symlist with the abilist.
41385         (config-tls, config-abi-config): Delete, no longer used.
41386         (update-abi-%): Remove AWK script and explicit abilist directory.
41387         (update-abi): Rewrite to simply compare and conditionally copy the
41388         symlist and the sysdep abilist file.  Remove update-abi-config
41389         checks.
41390         * abilist/ld.abilist: Remove.
41391         * abilist/libBrokenLocale.abilist: Remove.
41392         * abilist/libanl.abilist: Remove.
41393         * abilist/libcrypt.abilist: Remove.
41394         * abilist/libdl.abilist: Remove.
41395         * abilist/librt.abilist: Remove.
41396         * abilist/libthread_db.abilist: Remove.
41397         * abilist/libutil.abilist: Remove.
41398         * scripts/extract-abilist.awk: Remove.
41399         * scripts/merge-abilist.awk: Remove.
41400         * sysdeps/generic/libcidn.abilist: New file.
41401         * sysdeps/generic/libnss_compat.abilist: New file.
41402         * sysdeps/generic/libnss_db.abilist: New file.
41403         * sysdeps/generic/libnss_dns.abilist: New file.
41404         * sysdeps/generic/libnss_files.abilist: New file.
41405         * sysdeps/generic/libnss_hesiod.abilist: New file.
41406         * sysdeps/generic/libnss_nis.abilist: New file.
41407         * sysdeps/generic/libnss_nisplus.abilist: New file.
41408         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41409         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41410         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41411         file.
41412         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41413         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41414         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41415         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41416         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41417         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41418         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41419         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41420         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41421         file.
41422         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41423         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41424         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41425         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41426         file.
41427         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41428         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41429         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41430         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41431         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41432         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41433         file.
41434         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41435         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41436         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41437         file.
41438         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41439         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41440         New file.
41441         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41442         New file.
41443         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41444         New file.
41445         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41446         New file.
41447         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41448         New file.
41449         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41450         New file.
41451         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41452         New file.
41453         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41454         New file.
41455         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41456         New file.
41457         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41458         New file.
41459         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41460         New file.
41461         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41462         New file.
41463         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41464         New file.
41465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41466         file.
41467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41468         New file.
41469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41470         New file.
41471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41472         file.
41473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41474         New file.
41475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41476         New file.
41477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41478         file.
41479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41480         New file.
41481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41482         New file.
41483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41484         New file.
41485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41486         New file.
41487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41488         New file.
41489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41490         New file.
41491         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41492         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41493         file.
41494         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41495         New file.
41496         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41497         file.
41498         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41499         file.
41500         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41501         file.
41502         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41503         file.
41504         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41505         file.
41506         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41507         New file.
41508         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41509         file.
41510         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41511         file.
41512         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41513         New file.
41514         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41515         file.
41516         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41517         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41518         file.
41519         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41520         New file.
41521         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41522         file.
41523         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41524         file.
41525         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41526         file.
41527         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41528         file.
41529         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41530         file.
41531         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41532         New file.
41533         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41534         file.
41535         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41536         file.
41537         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41538         New file.
41539         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41540         file.
41541         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41542         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41543         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41544         file.
41545         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41546         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41547         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41548         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41549         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41550         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41551         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41552         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41553         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41554         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41555         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41556         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41557         file.
41558         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41559         New file.
41560         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41561         file.
41562         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41563         file.
41564         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41565         file.
41566         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41567         file.
41568         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41569         file.
41570         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41571         New file.
41572         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41573         New file.
41574         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41575         file.
41576         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41577         New file.
41578         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41579         file.
41580         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41581         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41582         file.
41583         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41584         New file.
41585         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41586         file.
41587         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41588         file.
41589         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41590         file.
41591         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41592         file.
41593         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41594         file.
41595         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41596         New file.
41597         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41598         New file.
41599         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41600         file.
41601         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41602         New file.
41603         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41604         file.
41605
41606 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41607
41608         * conform/conformtest.pl: Fix typo in handling typed-constant from
41609         allow-header.
41610
41611 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41612
41613         * README: Cut down references to pre-2.6 Linux kernels and
41614         Linuxthreads.  Update lists of configurations in libc and ports
41615         and sort alphabetically.  Say "or newer" with Linux kernel version
41616         requirements.
41617
41618         * config.h.in [IS_IN_build]: Allow compiling without optimization.
41619
41620 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
41621
41622         [BZ #887]
41623         * math/libm-test.inc (logb_test_downward): New test to expose
41624         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41625         rounding mode.
41626
41627 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41628
41629         [BZ #14027]
41630         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41631         to be done.
41632         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41633         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41634
41635 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
41636
41637         * sysdeps/unix/i386/brk.S: Remove file.
41638         * sysdeps/unix/i386/dl-brk.S: Likewise.
41639         * sysdeps/unix/i386/pipe.S: Likewise.
41640         * sysdeps/unix/i386/sigreturn.S: Likewise.
41641         * sysdeps/unix/i386/syscall.S: Likewise.
41642         * sysdeps/unix/i386/vfork.S: Likewise.
41643         * sysdeps/unix/i386/wait.S: Likewise.
41644
41645         * sysdeps/unix/common/tcsendbrk.c: Move to ...
41646         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
41647
41648         * configure.in (arm*-none*): Do not allow without
41649         --enable-hacker-mode.
41650         (netbsd*): Remove case setting base_os.
41651         (386bsd*): Likewise.
41652         (freebsd*): Likewise.
41653         (bsdi*): Likewise.
41654         (osf*): Likewise.
41655         (sunos*): Likewise.
41656         (ultrix*): Likewise.
41657         (newsos*): Likewise.
41658         (dynix*): Likewise.
41659         (*bsd*): Likewise.
41660         (sysv*): Likewise.
41661         (isc*): Likewise.
41662         (esix*): Likewise.
41663         (sco*): Likewise.
41664         (minix*): Likewise.
41665         (irix4*): Likewise.
41666         (irix6*): Likewise.
41667         (solaris[2-9]*): Likewise.
41668         (none): Likewise.
41669         * configure: Regenerated.
41670
41671 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41672
41673         [BZ #11521]
41674         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
41675         overflow or cancellation in calculating denominator.
41676         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
41677         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
41678         down expression to avoid unexpected rounding in newer GCCs.
41679         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
41680
41681 2012-04-26  David S. Miller  <davem@davemloft.net>
41682
41683         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
41684         long-double compat symbols.
41685         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41687         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41688         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
41689         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41690         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
41691         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
41692         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
41693         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
41694         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
41695         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
41696         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
41697         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41698
41699 2012-04-25  David S. Miller  <davem@davemloft.net>
41700
41701         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
41702         HWCAP_* values only after the memory barriers have been defined.
41703         (atomic_full_barrier): Define.
41704         (atomic_read_barrier): Define.
41705         (atomic_write_barrier): Define.
41706
41707 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41708
41709         * shlib-versions: Add libgcc_s version information.
41710         * sysdeps/generic/libgcc_s.h: Remove.
41711         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
41712         libgcc_s.h.
41713         * sysdeps/gnu/unwind-resume.c: Likewise.
41714         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
41715
41716 2012-04-25  David S. Miller  <davem@davemloft.net>
41717
41718         * sysdeps/unix/sparc/brk.S: Delete.
41719         * sysdeps/unix/sparc/dl-brk.S: Delete.
41720         * sysdeps/unix/sparc/pipe.S: Delete.
41721         * sysdeps/unix/sparc/sysdep.S: Delete.
41722         * sysdeps/unix/sparc/sysdep.h: Delete.
41723         * sysdeps/unix/sparc/vfork.S: Delete.
41724         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
41725         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
41726         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
41727         (ret_ERRVAL, r0, r1, MOVE): Define.
41728         (JUMPTARGET): Remove.
41729         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
41730         sysdeps/unix/sparc/sysdep.h
41731         (ENTRY, END): Remove.
41732         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41733
41734 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
41735
41736         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
41737         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
41738         -DIS_IN_build.
41739
41740         * timezone/README: Update upstream location and email address for
41741         tzcode and tzdata.
41742         * timezone/zdump.c: Update from tzcode 2012b.
41743         * timezone/zic.c: Likewise.
41744
41745         * configure.in (libc_cv_as_needed): Remove test.
41746         * configure: Regenerated.
41747         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
41748         conditional definition.
41749         [$(have-as-needed) != yes] (no-as-needed): Likewise.
41750         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
41751         * config.make.in (have-as-needed): Remove variable.
41752
41753 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
41754             Paul Pluzhnikov  <ppluzhnikov@google.com>
41755
41756         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
41757         strings correctly.
41758
41759 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
41760
41761         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
41762         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
41763         * sysdeps/sh/strlen.S: Likewise.
41764
41765 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41766
41767         * sysdeps/unix/fork.S: Remove file.
41768         * sysdeps/unix/i386/fork.S: Likewise.
41769         * sysdeps/unix/sparc/fork.S: Likewise.
41770
41771         * sysdeps/unix/system.c: Remove file.
41772         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
41773
41774         * sysdeps/unix/getegid.S: Remove file.
41775         * sysdeps/unix/geteuid.S: Likewise.
41776
41777 2012-04-24  Roland McGrath  <roland@hack.frob.com>
41778
41779         * scripts/check-localplt.awk: New file.
41780         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
41781         of diff.
41782         * scripts/data/localplt-generic.data: Add a comment.
41783
41784         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
41785         NODE when __dir_mkfile failed.
41786         * sysdeps/mach/hurd/symlinkat.c: Likewise.
41787         Reported by Ludovic Courtès <ludo@gnu.org>.
41788
41789 2012-04-24  Andreas Jaeger  <aj@suse.de>
41790
41791         * Makerules (common-clean): Also remove gen-as-const-headers
41792         files.
41793
41794 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41795
41796         * Makerules (native-compile): Do not change working directory for
41797         build.  Use $(OUTPUT_OPTION) in command.
41798         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
41799
41800 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41801
41802         [BZ #13886]
41803         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
41804         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
41805         * math/libm-test.inc (floor_test): Add more tests.
41806         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
41807
41808 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41809
41810         * sysdeps/unix/getdents.c: Remove file.
41811         * sysdeps/unix/sysv/getdents.c: Likewise.
41812         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
41813
41814         * sysdeps/unix/syscalls.list (madvise): Add syscall from
41815         sysdeps/unix/mman/syscalls.list.
41816         (mmap): Likewise.
41817         (mprotect): Likewise.
41818         (msync): Likewise.
41819         (munmap): Likewise.
41820         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
41821         * sysdeps/unix/mman/syscalls.list: Remove.
41822         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
41823
41824         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
41825         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
41826         * configure: Regenerated.
41827         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
41828         $(libgcc_s_suffix).
41829         * config.make.in (libgcc_s_suffix): Remove variable.
41830
41831 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
41832
41833         * sysdeps/unix/sysv/gethostname.c: Move to ...
41834         * sysdeps/posix/gethostname.c: ... here.
41835
41836         * sysdeps/unix/execve.S: Remove file.
41837
41838         * sysdeps/unix/_exit.S: Remove file.
41839
41840 2012-04-23  Andreas Jaeger  <aj@suse.de>
41841
41842         [BZ #13739]
41843         * manual/Makefile: Remove make dist support, there's no
41844         need for a stand-alone documentation tar ball.
41845         (TEXI2DVI): Define always, it's not in Makeconfig.
41846         (dist): Removed.
41847         (tar-it): Removed.
41848         (edition): Removed.
41849         (glibc-doc-$(edition).tar): Removed
41850         (%.Z): Removed.
41851         (%.gz): Removed.
41852         (%.uu): Removed.
41853         (ETAGS): Remove, it's in Makeconfig.
41854         (move-if-change): Remove, it's in Makeconfig.
41855
41856 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
41857
41858         [BZ #13970]
41859         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
41860         (strtod, strtof, strtold, strtol, strtoul, strtoq)
41861         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
41862         (strtod_l, strtof_l, strtold_l): Remove __wur.
41863         It is not necessarily an error to ignore strtol's return value.
41864         One can reliably look at the stored endptr to decide whether
41865         the number had valid syntax.
41866
41867 2012-04-21  Andreas Jaeger  <aj@suse.de>
41868
41869         [BZ #13739]
41870         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
41871
41872 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
41873
41874         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
41875         * sysdeps/unix/sysv/Versions: Remove file.
41876
41877 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
41878
41879         [BZ #13927]
41880         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41881
41882 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
41883
41884         [BZ #7064]
41885         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
41886         version from __vm86.
41887
41888 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
41889
41890         * sysdeps/unix/common/lxstat.c: Remove file.
41891         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
41892
41893         * sysdeps/unix/sysv/Makefile: Remove file.
41894
41895         * sysdeps/unix/sysv/direct.h: Remove file.
41896
41897         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
41898         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
41899         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
41900         * sysdeps/unix/sysv/bits/signum.h: Likewise.
41901         * sysdeps/unix/sysv/bits/stat.h: Likewise.
41902         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
41903         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
41904
41905         * sysdeps/unix/sysv/setrlimit.c: Remove file.
41906
41907         * sysdeps/unix/xmknod.c: Remove file.
41908         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
41909
41910         * sysdeps/unix/sysv/settimeofday.c: Remove file.
41911
41912         * sysdeps/unix/sysv/i386/time.S: Remove file.
41913
41914         * sysdeps/unix/fxstat.c: Remove file.
41915         * sysdeps/unix/xstat.c: Likewise.
41916         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
41917
41918         * sysdeps/unix/sysv/sigaction.c: Remove file.
41919
41920         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
41921         (sysdep_headers): Remove variable.
41922         [termio.h not in sysdep_headers] (generated): Likewise.
41923         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
41924         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
41925         * sysdeps/unix/sysv/tcdrain.c: Likewise.
41926         * sysdeps/unix/sysv/tcflow.c: Likewise.
41927         * sysdeps/unix/sysv/tcflush.c: Likewise.
41928         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
41929         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
41930         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
41931         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
41932         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
41933
41934         * sysdeps/unix/siglist.c: Remove file.
41935
41936         * sysdeps/unix/getppid.S: Remove file.
41937
41938         * sysdeps/unix/mkdir.c: Remove file.
41939         * sysdeps/unix/rmdir.c: Likewise.
41940
41941 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
41942
41943         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
41944         ERR_MAX value.
41945         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
41946         errlist-compat value.
41947
41948 2012-04-18  David S. Miller  <davem@davemloft.net>
41949
41950         * sysdeps/generic/memcopy.h (reg_char): Delete.
41951         * debug/strcat_chk.c: Use char, not reg_char.
41952         * debug/strcpy_chk.c: Likewise.
41953         * debug/strncat_chk.c: Likewise.
41954         * debug/strncpy_chk.c: Likewise.
41955         * string/memchr.c: Likewise.
41956         * string/memrchr.c: Likewise.
41957         * string/rawmemchr.c: Likewise.
41958         * string/strcat.c: Likewise.
41959         * string/strchr.c: Likewise.
41960         * string/strchrnul.c: Likewise.
41961         * string/strcmp.c: Likewise.
41962         * string/strcpy.c: Likewise.
41963         * string/strncat.c: Likewise.
41964         * string/strncmp.c: Likewise.
41965         * string/strncpy.c: Likewise.
41966
41967 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
41968
41969         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
41970         __builtin_memcopy is called when src and dest ranges are known to not
41971         overlap.
41972
41973 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
41974
41975         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
41976         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
41977         fwd_align_merge macro call.
41978         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
41979         bwd_align_merge macro call.
41980         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
41981
41982 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
41983
41984         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
41985         bwd_align_merge macros.
41986         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
41987         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
41988         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
41989
41990 2012-04-18  David S. Miller  <davem@davemloft.net>
41991
41992         * sysdeps/sparc/sparc64/memcopy.h: Delete.
41993
41994 2012-04-18  Andreas Jaeger  <aj@suse.de>
41995
41996         [BZ# 6794]
41997         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
41998         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
41999         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42000
42001         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42002         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42003         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42004
42005         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42006         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42007         Adjust for changed ldbl-128 files.
42008
42009         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42010         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42011         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42012
42013 2012-04-17  David S. Miller  <davem@davemloft.net>
42014
42015         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42016
42017 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42018
42019         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42020         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42021         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42022         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42023         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42024         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42025
42026 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42027
42028         [BZ #6794]
42029         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42030         * math/libm-test.inc: Add ilogb errno and exception tests.
42031         * math/w_ilogb.c: New file: ilogb wrapper.
42032         * math/w_ilogbf.c: New file: ilogbf wrapper.
42033         * math/w_ilogbl.c: New file: ilogbl wrapper.
42034         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42035         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42036         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42037         exception being thrown with 0.0 as argument.
42038         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42039         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42040         exception being thrown with 0.0 as argument.
42041         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42042         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42043         exception being thrown with 0.0 as argument.
42044         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42045         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42046         exception being thrown with 0.0 as argument.
42047         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42048         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42049         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42050         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42051         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42052         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42053         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42054         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42055         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42056
42057 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42058
42059         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42060         with altivec.
42061
42062 2012-04-16  Marek Polacek  <polacek@redhat.com>
42063
42064         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42065
42066 2012-04-16  Marek Polacek  <polacek@redhat.com>
42067
42068         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42069         operands of fdivp instruction.
42070
42071 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42072
42073         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42074         * elf/tst-auditmod3b.c: Likewise.
42075         * elf/tst-auditmod4b.c: Likewise.
42076         * elf/tst-auditmod5b.c: Likewise.
42077         * elf/tst-auditmod6b.c: Likewise.
42078         * elf/tst-auditmod6c.c: Likewise.
42079         * elf/tst-auditmod7b.c: Likewise.
42080         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42081         * sysdeps/x86_64/preconfigure.in: Likewise.
42082         * sysdeps/x86_64/preconfigure: Regenerated.
42083
42084 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42085
42086         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42087         __ILP32__.
42088
42089 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42090
42091         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42092         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42093
42094 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42095
42096         [BZ #13973]
42097         * locale/iso-639.def: Fix gl language name. Spotted by
42098         Yaron Shahrabani.
42099
42100 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42101
42102         [BZ #2074]
42103         * libio/libio.h (__io_write_fn): Update comment.
42104
42105 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42106
42107         [BZ #2074]
42108         * stdio.texi (Hook Functions): The user provided writer function
42109         is not allowed to return -1.
42110
42111 2012-04-11  David S. Miller  <davem@davemloft.net>
42112
42113         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42114
42115 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42116
42117         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42118         Add a leading slash to rtkaio.
42119
42120 2012-04-11  Jim Meyering  <meyering@redhat.com>
42121
42122         [BZ #11959]
42123         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42124         It is not necessarily an error to ignore fwrite's return
42125         value.  One can reliably use ferror to test for errors after
42126         the fact.
42127
42128 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42129
42130         * bits/types.h (__snseconds_t): New type.
42131         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42132
42133         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42134         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42135         (__SNSECONDS_T_TYPE): Likewise.
42136         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42137         (__SNSECONDS_T_TYPE): Likewise.
42138         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42139         (__SNSECONDS_T_TYPE): Likewise.
42140
42141 2012-04-10  Andreas Jaeger  <aj@suse.de>
42142
42143         [BZ #2636]
42144         * manual/time.texi (Processor Time): Return type of times is
42145         elapsed real time since an arbitrary point in the past.
42146         (CPU Time): Move CLK_TCK from here...
42147         (Processor Time): ...to here.  Correct description.
42148         * manual/conf.texi (Constants for Sysconf): Correct description of
42149         _SC_CLK_TCK.
42150
42151 2012-04-10  David S. Miller  <davem@davemloft.net>
42152
42153         [BZ #13967]
42154         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42155         where the is a gap between DT_REL(A) and DT_JMPREL.
42156
42157 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42158
42159         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42160         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42161         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42162
42163 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42164
42165         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42166         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42167         (dl_main): Handle --inhibit-cache.
42168         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42169         _dl_inhibit_cache.
42170         * elf/dl-load.c (_dl_map_object): Use it.
42171         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42172
42173 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42174
42175         [BZ #13872]
42176         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42177         (__ieee754_powl): Saturate large exponents rather than testing for
42178         overflow of y*log2(x).
42179         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42180         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42181         exceptions.
42182
42183         [BZ #11521]
42184         * math/s_ctan.c: Include <float.h>.
42185         (__ctan): Avoid internal overflow or cancellation in calculating
42186         denominator.
42187         * math/s_ctanf.c: Likewise.
42188         * math/s_ctanl.c: Likewise.
42189         * math/s_ctanh.c: Likewise.
42190         * math/s_ctanhf.c: Likewise.
42191         * math/s_ctanhl.c: Likewise.
42192         * math/libm-test.inc (ctan_test): Add more tests.
42193         (ctanh_test): Likewise.
42194         * sysdeps/i386/fpu/libm-test-ulps: Update.
42195         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42196
42197 2012-04-09  Andreas Jaeger  <aj@suse.de>
42198
42199         [BZ #6894]
42200         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42201         is an optional BSD extension.
42202
42203         [BZ #10254]
42204         * manual/stdio.texi (Opening Streams): Document additional fopen
42205         parameters.
42206
42207 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42208
42209         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42210         %eax without telling the compiler.
42211
42212 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42213
42214         [BZ # 13963]
42215         * manual/install.texi: Use sourceware.org.
42216
42217 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42218
42219         [BZ #13873]
42220         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42221         (__ieee754_pow): Generate overflow and underflow using huge*huge
42222         and tiny*tiny rather than just returning constant infinity or zero
42223         for large exponents.
42224         * math/libm-test.inc (pow_test): Require overflow exceptions for
42225         applicable cases of large exponents.
42226
42227         [BZ #706]
42228         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42229         (__ieee754_pow): Use iterative multiplication algorithm only for
42230         integer exponents with absolute value below 1024.  Check for odd
42231         integer exponents when using algorithm for real exponents.
42232         * math/libm-test.inc (pow_test): Add more tests.
42233         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42234
42235 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42236
42237         [BZ #13705]
42238         * math/libm-test.inc (exp_test): Do not allow overflow exception
42239         on underflow test.
42240
42241 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42242
42243         [BZ #13705]
42244         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42245         instead of __kernel_standard_f.
42246
42247 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42248
42249         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42250         * sysdeps/x86_64/memset_chk.S: Likewise.
42251
42252 2012-04-08  Andreas Jaeger  <aj@suse.de>
42253
42254         [BZ #10153]
42255         * manual/startup.texi (Environment Access): Describe return value
42256         for putenv and setenv.
42257
42258         [BZ #6895]
42259         * manual/filesys.texi (Directory Entries): Add description for
42260         DT_LNK.
42261
42262         [BZ #6890]
42263         * manual/filesys.texi (Directory Entries): Clarify that it's file
42264         system not operating system in the description of DT_UNKNOWN.
42265
42266         [BZ #6578]
42267         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42268
42269 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42270
42271         [BZ #6649]
42272         * manual/llio.texi (Opening and Closing Files): Add cross
42273         reference to explain mode argument.
42274
42275 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42276
42277         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42278         * sysdeps/x86_64/memset_chk.S: Likewise.
42279
42280 2012-04-07  David S. Miller  <davem@davemloft.net>
42281
42282         * elf/elf.h (R_SPARC_WDISP10): Define.
42283         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42284         R_SPARC_SIZE32.
42285         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42286         R_SPARC_SIZE64 and R_SPARC_H34.
42287
42288 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42289
42290         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42291         conditions and remove no longer applicable assertion.
42292
42293 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42294
42295         * bits/byteswap.h: Include <features.h>.
42296         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42297         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42298
42299 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42300
42301         * bits/byteswap.h (__bswap_16): Removed.
42302         Include <bits/byteswap-16.h> to get __bswap_16.
42303         * sysdeps/i386/bits/byteswap.h: Likewise.
42304         * sysdeps/s390/bits/byteswap.h: Likewise.
42305         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42306         * bits/byteswap-16.h: New file.
42307         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42308         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42309         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42310         * string/Makefile (headers): Add bits/byteswap-16.h.
42311
42312 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42313
42314         [BZ #13895]
42315         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42316         extra indirection.
42317         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42318         * nss/tst-nss-static.c: New.
42319
42320 2012-04-06  Robert Millan  <rmh@gnu.org>
42321
42322         [BZ #6486]
42323         * manual/llio.texi (File Position Primitive): lseek
42324         refers to WHENCE when it really means OFFSET.
42325
42326 2012-04-06  Andreas Jaeger  <aj@suse.de>
42327
42328         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42329         strncmp declarations.
42330
42331         * abilist/libc.abilist: Add __poll and __ppoll.
42332
42333 2012-04-05  David S. Miller  <davem@davemloft.net>
42334
42335         * scripts/check-local-headers.sh: Accept a host triplet in the
42336         path matched by the exclude regexp.
42337
42338         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42339         definition.
42340         * sysdeps/powerpc/powerpc32/dl-machine.h
42341         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42342         * sysdeps/s390/s390-32/dl-machine.h
42343         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42344         * sysdeps/sparc/sparc32/dl-machine.h
42345         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42346         * sysdeps/sparc/sparc64/dl-machine.h
42347         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42348
42349         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42350         lazy binding.
42351         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42352         undefined symbol errors.
42353
42354         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42355         DT_NEEDED entries.
42356
42357 2012-04-05  Michael Matz  <matz@suse.de>
42358
42359         [BZ #13592]
42360         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42361
42362 2012-04-05  Andreas Jaeger  <aj@suse.de>
42363
42364         [BZ #13908]
42365         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42366         comment.
42367
42368 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42369
42370         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42371         which ROUND is no valid rounding mode.
42372
42373 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42374
42375         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42376         read again.
42377         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42378
42379 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42380
42381         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42382         an exception using FPU order intentionally.
42383
42384 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42385
42386         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42387         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42388         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42389         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42390
42391 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42392
42393         [BZ #12340]
42394         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42395         EINVAL when BUFLEN is too smal.
42396
42397 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42398
42399         [BZ #13553]
42400         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42401         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42402
42403 2012-04-03  Andreas Jaeger  <aj@suse.de>
42404
42405         [BZ #13938]
42406         * manual/setjmp.texi (System V contexts): Fix sentence.
42407
42408         [BZ #13926]
42409         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42410         New macro for this case.
42411         [!__GNUC__] (__bswap_64): New inline function for this case.
42412         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42413         * bits/byteswap.h: Likewise.
42414         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42415         ull, guard with __GLIBC_HAVE_LONG_LONG.
42416
42417         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42418         __GLIBC_HAVE_LONG_LONG.
42419
42420         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42421         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42422
42423 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42424
42425         [BZ #13691]
42426         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42427         inptr and inend, rather than using last_ch.
42428
42429 2012-04-02  David S. Miller  <davem@davemloft.net>
42430
42431         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42432         * stdio-common/printf-parse.h (read_int): Change return type to
42433         'int', return -1 on INT_MAX overflow.
42434         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42435         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42436         overflows INT_MAX.  Check for overflow of in-format-string precision
42437         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42438         SIZE_MAX not INT_MAX for integer overflow test.
42439         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42440         skip the construct in the format string but do not record anything.
42441         * stdio-common/bug22.c: Adjust to test both width/prevision
42442         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42443         explicitly for proper errno values.
42444
42445 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42446
42447         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42448         CHAR_MAX.
42449         * string/test-strcmp.c [! WIDE]: Likewise.
42450         * time/tst-mktime2.c: Likewise for INT_MAX.
42451         * string/test-string.h: #include <sys/param.h> for MIN.
42452
42453         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42454         * sysdeps/i386/init-first.c (init): Likewise.
42455         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42456         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42457         * sysdeps/sh/init-first.c (init): Likewise.
42458
42459 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42460
42461         * po/ru.po: Update from translation team.
42462         * po/vi.po: Likewise.
42463
42464 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42465
42466         * resolv/nss_dns/dns-host.c: Merge copyright years.
42467
42468 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42469
42470         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42471         Optimize memcpy with prefetch if
42472         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42473         src, dst pointers have unequal 16 byte alignments.
42474
42475 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42476
42477         [BZ #13928]
42478         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42479         from a CNAME entry and return the minimum ttl for the query.
42480         (gaih_getanswer_slice): Likewise.
42481
42482 2012-03-30  Jeff Law  <law@redhat.com>
42483
42484         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42485         due to long keys.
42486         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42487         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42488
42489         * resolv/nss_dns/dns-host.c: Update copyright year.
42490
42491 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
42492
42493         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
42494         requests to save a system call.  Fix check that all bytes are sent.
42495
42496         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42497         comments for sendmmsg.
42498
42499 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42500
42501         [BZ #13691]
42502         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42503         with only 1 character between 0x0041 and 0x01b0.
42504         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42505         * wcsmbs/tst-mbsnrtowcs.c: New file.
42506
42507 2012-03-29  David S. Miller  <davem@davemloft.net>
42508
42509         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42510         small copies by hand.
42511
42512 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42513
42514         [BZ #13761]
42515         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42516         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42517         group memberships.
42518
42519 2012-03-28  David S. Miller  <davem@davemloft.net>
42520
42521         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42522         that branches into memcpy.
42523         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42524         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42525         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42526         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42527         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42528         bits.
42529         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42530         implementation too.
42531         * sysdeps/sparc/mempcpy.S: New file.
42532
42533         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42534         the IFUNC routine in the libc case.
42535         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42536
42537         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42538         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42539         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42540         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42541         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42542         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42543         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42544         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42545
42546         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42547         loop to 256 bytes instead of 64 bytes and fix test signedness.
42548
42549         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42550         * sysdeps/sparc/sparc32/Makefile: rather than here...
42551         * sysdeps/sparc/sparc64/Makefile: and here.
42552
42553 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
42554
42555         * malloc/mallocbug.c: Avoid warnings about unused variables.
42556
42557 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
42558
42559         [BZ #13760]
42560         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42561         in the right place. Discard and retry query if response is
42562         larger than input buffer size.
42563
42564 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
42565
42566         [BZ #369]
42567         [BZ #2678]
42568         [BZ #3866]
42569         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42570         x for large integer exponent.
42571         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42572         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
42573         sign of result as needed afterwards.
42574         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42575         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42576         result for underflowing pow the same as for overflow.
42577         (__kernel_standard_l): Handle powl overflow and underflow here
42578         rather than calling __kernel_standard.
42579         * math/libm-test.inc (pow_test): Add more tests.
42580
42581         [BZ #3868]
42582         [BZ #13879]
42583         [BZ #13910]
42584         [BZ #13911]
42585         [BZ #13912]
42586         [BZ #13913]
42587         [BZ #13915]
42588         [BZ #13916]
42589         [BZ #13917]
42590         [BZ #13918]
42591         [BZ #13919]
42592         [BZ #13920]
42593         [BZ #13921]
42594         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42595         * sysdeps/ieee754/k_standard.c: Include <float.h>.
42596         (__kernel_standard_l): New function.
42597         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42598         __kernel_standard.
42599         * math/w_acosl.c (__acosl): Likewise.
42600         * math/w_asinl.c (__asinl): Likewise.
42601         * math/w_atan2l.c (__atan2l): Likewise.
42602         * math/w_atanhl.c (__atanhl): Likewise.
42603         * math/w_coshl.c (__coshl): Likewise.
42604         * math/w_exp10l.c (__exp10l): Likewise.
42605         * math/w_exp2l.c (__exp2l): Likewise.
42606         * math/w_fmodl.c (__fmodl): Likewise.
42607         * math/w_hypotl.c (__hypotl): Likewise.
42608         * math/w_j0l.c (__j0l, __y0l): Likewise.
42609         * math/w_j1l.c (__j1l, __y1l): Likewise.
42610         * math/w_jnl.c (__jnl, __ynl): Likewise.
42611         * math/w_lgammal.c (__lgammal): Likewise.
42612         * math/w_log10l.c (__log10l): Likewise.
42613         * math/w_log2l.c (__log2l): Likewise.
42614         * math/w_logl.c (__logl): Likewise.
42615         * math/w_powl.c (__powl): Likewise.
42616         * math/w_remainderl.c (__remainderl): Likewise.
42617         * math/w_scalbl.c (sysv_scalbl): Likewise.
42618         * math/w_sinhl.c (__sinhl): Likewise.
42619         * math/w_sqrtl.c (__sqrtl): Likewise.
42620         * math/w_tgammal.c (__tgammal): Likewise.
42621         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42622         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42623         * math/libm-test.inc (acos_test): Add more tests.
42624         (acosh_test): Likewise.
42625         (asin_test): Likewise.
42626         (atanh_test): Likewise.
42627         (exp_test): Likewise.
42628         (exp10_test): Likewise.
42629         (exp2_test): Likewise.
42630         (expm1_test): Likewise.
42631         (lgamma_test): Likewise.
42632         (log_test): Likewise.
42633         (log10_test): Likewise.
42634         (log1p_test): Likewise.
42635         (log2_test): Likewise.
42636         (pow_test): Do not allow some spurious overflow exceptions.
42637         (sqrt_test): Add more tests.
42638         (tgamma_test): Likewise.
42639         (y0_test): Likewise.
42640         (y1_test): Likewise.
42641         (yn_test): Likewise.
42642
42643 2012-03-27  Anton Blanchard  <anton@samba.org>
42644
42645         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
42646         MAP_HUGETLB.
42647         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
42648         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
42649         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
42650
42651 2012-03-27  David S. Miller  <davem@davemloft.net>
42652
42653         * conform/Makefile: Run run-conformtest.sh using $(BASH).
42654
42655         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
42656         have-as-vis3 check.
42657
42658 2012-03-27  Andreas Jaeger  <aj@suse.de>
42659
42660         * sysdeps/x86_64/elf/configure.in: Moved to ...
42661         * sysdeps/x86_64/configure.in: ... here.
42662         * sysdeps/x86_64/elf/start.S: Moved to ...
42663         * sysdeps/x86_64/start.S: ... here.
42664         * sysdeps/x86_64/elf/configure: Delete.
42665
42666         * sysdeps/x86_64/configure.in: Merge contents from
42667         sysdeps/i386/configure.in (without i686 check).
42668
42669         * sysdeps/i386/elf/Versions: Merge into ...
42670         * sysdeps/i386/Versions: ... this.
42671         * sysdeps/i386/elf/Versions: Delete file.
42672         * sysdeps/i386/elf/start.S: Moved to ...
42673         * sysdeps/i386/start.S: ...here.
42674         * sysdeps/i386/elf/configure.in: Merge into...
42675         * sysdeps/i386/configure.in: ...here.
42676         * sysdeps/i386/elf/configure.in: Delete file.
42677         * sysdeps/i386/elf/configure: Delete file.
42678
42679         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
42680         * debug/backtracesyms.c: ... here.
42681         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
42682         * debug/backtracesymsfd.c: ... here.
42683         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
42684         * sysdeps/generic/ifunc-sel.h: ... here.
42685
42686         * sysdeps/unix/i386/start.c: Delete file.
42687         * sysdeps/unix/sparc/start.c: Delete file.
42688         * sysdeps/unix/start.c: Delete file.
42689
42690         * sysdeps/sh/elf/configure.in: Moved to ...
42691         * sysdeps/sh/configure.in: ... here.
42692         * sysdeps/sh/elf/start.S: Moved to ...
42693         * sysdeps/sh/start.S: ... here.
42694         * sysdeps/sh/elf/configure: Delete file.
42695
42696         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
42697         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
42698         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
42699         * sysdeps/powerpc/powerpc64/entry.h: ... here.
42700         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
42701         * sysdeps/powerpc/powerpc64/start.S: here.
42702         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
42703         * sysdeps/powerpc/powerpc64/Makefile: ... this.
42704         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
42705         * sysdeps/powerpc/powerpc64/configure.in: ... this.
42706         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
42707
42708         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
42709         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
42710         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
42711         * sysdeps/powerpc/powerpc32/start.S: ... here.
42712         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
42713         * sysdeps/powerpc/powerpc32/configure.in: ... this.
42714         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
42715
42716         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
42717         * sysdeps/powerpc/ifunc-sel.h: ... here.
42718         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
42719         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
42720
42721         * sysdeps/sparc/elf/configure.in: Moved to ...
42722         * sysdeps/sparc/configure.in: ... here.
42723         * sysdeps/sparc/elf/configure: Delete file.
42724         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
42725         * sysdeps/sparc/sparc32/start.S: ... here.
42726         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
42727         * sysdeps/sparc/sparc64/start.S: ... here.
42728         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
42729         * sysdeps/sparc/sparc32/Makefile: ... this.
42730         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
42731         * sysdeps/sparc/sparc64/Makefile: ... this.
42732
42733         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
42734         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
42735         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
42736         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
42737         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
42738         * sysdeps/s390/s390-32/setjmp.S: ... here.
42739         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
42740         * sysdeps/s390/s390-32/configure.in: ... here.
42741         * sysdeps/s390/s390-32/elf/configure: Delete file.
42742         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
42743         * sysdeps/s390/s390-32/start.S: ... here.
42744
42745         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
42746         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
42747         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
42748         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
42749         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
42750         * sysdeps/s390/s390-64/setjmp.S: ... here.
42751         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
42752         * sysdeps/s390/s390-64/configure.in: ... here
42753         * sysdeps/s390/s390-64/elf/configure: Delete file.
42754         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
42755         * sysdeps/s390/s390-64/start.S: ... here.
42756         * sysdeps/s390/s390-64/elf/configure: Delete.
42757
42758         * configure.in: Remove support for elf directories in sysdeps.
42759
42760         * configure: Regenerated.
42761         * sysdeps/i386/configure: Regenerated.
42762         * sysdeps/powerpc/powerpc32/configure: Regenerated.
42763         * sysdeps/powerpc/powerpc64/configure: Regenerated.
42764         * sysdeps/s390/s390-32/configure: Regenerated.
42765         * sysdeps/s390/s390-64/configure: Regenerated.
42766         * sysdeps/sh/configure: Regenerated.
42767         * sysdeps/sparc/configure: Regenerated.
42768         * sysdeps/x86_64/configure: Regenerated.
42769
42770 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
42771
42772         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42773
42774         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
42775         denormal result into account.
42776
42777 2012-03-25  Roland McGrath  <roland@hack.frob.com>
42778
42779         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
42780         Reported by Allan McRae <allan@archlinux.org>.
42781
42782 2012-03-23  Jeff Law  <law@redhat.com>
42783
42784         * nss/getnssent.c (__nss_getent): Fix typo.
42785
42786 2012-03-23  David S. Miller  <davem@davemloft.net>
42787
42788         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42789
42790 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
42791
42792         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
42793         to pad to uint64_t for each field.
42794         (dl_tls_index): Replace unsigned long with uint64_t.
42795
42796 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
42797         Paul Pluzhnikov  <ppluzhnikov@google.com>
42798
42799         [BZ #6528]
42800         * grp/Makefile (otherlibs): Don't set it.
42801         * inet/Makefile (otherlibs): Likewise.
42802         * login/Makefile (otherlibs): Likewise.
42803         * nscd/Makefile (otherlibs): Likewise.
42804         * posix/Makefile (otherlibs): Likewise.
42805         * pwd/Makefile (otherlibs): Likewise.
42806         * rt/Makefile (otherlibs): Likewise.
42807         * sunrpc/Makefile (otherlibs): Likewise.
42808         * nss/Makefile (otherlibs): Likewise.
42809         Add libnss_files to routines and static-only-routines.
42810         ($(objpfx)getent): Remove rule.
42811         * resolv/Makefile: Add libnss_dns and libresolv to routines and
42812         static-only-routines.
42813
42814 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
42815
42816         [BZ #13892]
42817         * math/s_cexp.c: Include <float.h>.
42818         (__cexp): Handle exp result overflowing not necessarily
42819         overflowing both real and imaginary parts of result.
42820         * math/s_cexpf.c: Likewise.
42821         * math/s_cexpl.c: Likewise.
42822         * math/libm-test.inc (cexp_test): Add more tests.
42823         * sysdeps/i386/fpu/libm-test-ulps: Update.
42824         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42825
42826 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42827
42828         * include/link.h (ELFW): New macro.
42829         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
42830         Replace ELF64_R_TYPE with ELFW(R_TYPE).
42831
42832 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42833
42834         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
42835         with uint64_t.
42836
42837 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42838
42839         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
42840         declaration.
42841         (struct La_x32_retval): Likewise.
42842
42843 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42844
42845         * sysdeps/x86_64/preconfigure.in: New file.
42846         * sysdeps/x86_64/preconfigure: New generated file.
42847
42848 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
42849
42850         [BZ #13824]
42851         * math/e_exp2l.c: Include <float.h>.
42852         (__ieee754_exp2l): Handle overflow and underflow cases
42853         separately.  Only pass fractional part of argument to
42854         __ieee754_expl.
42855         * math/libm-test.inc (exp2_test): Add more tests.
42856
42857         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
42858         negating x to take absolute value.
42859         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
42860         Likewise.
42861         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
42862         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
42863         Likewise.
42864         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
42865         computing low part if x was negated.
42866         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
42867
42868 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42869
42870         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
42871         la_x32_gnu_pltexit.
42872         (pltexit): Cast int_retval to ptrdiff_t.
42873         * elf/tst-auditmod3b.c: Likewise.
42874         * elf/tst-auditmod4b.c: Likewise.
42875         * elf/tst-auditmod5b.c: Likewise.
42876         * elf/tst-auditmod6b.c: Likewise.
42877         * elf/tst-auditmod6c.c: Likewise.
42878         * elf/tst-auditmod7b.c: Likewise.
42879
42880         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
42881         and x32_gnu_pltexit.
42882
42883         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
42884         __ELF_NATIVE_CLASS.
42885         (La_x32_regs): New macro.
42886         (La_x32_retval): Likewise.
42887         (la_x32_gnu_pltenter): New function prototype.
42888         (la_x32_gnu_pltexit): Likewise.
42889
42890 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
42891
42892         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
42893         exponent.
42894
42895         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42896
42897         * configure.in (libc_cv_cc_nofma): Check for option to disable
42898         generation of FMA instructions.
42899         * configure: Regenerate.
42900         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
42901         * sysdeps/ieee754/dbl-64/Makefile: New file.
42902         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
42903         Remove brandred-fma4.
42904         (CFLAGS-brandred-fma4.c): Remove.
42905         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
42906         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
42907         define.
42908         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
42909         define.
42910
42911 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42912
42913         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42914         LLONG_MAX != LONG_MAX.
42915         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42916         (_fitoa_word): Likewise.
42917         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
42918         LLONG_MAX != LONG_MAX.
42919         * stdio-common/_itowa.h: Include <_itoa.h>.
42920         (_itowa_word): Use _ITOA_WORD_TYPE on value.
42921         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
42922         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
42923         only if not defined.
42924         (_ITOA_WORD_TYPE): Likewise.
42925         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42926         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
42927
42928 2012-03-21  David S. Miller  <davem@davemloft.net>
42929
42930         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42931
42932 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42933
42934         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
42935         of x86_64 when setting libc_cv_slibdir, libdir and
42936         libc_cv_localedir.
42937         * sysdeps/unix/sysv/linux/configure: Regenerated.
42938
42939 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
42940
42941         * manual/lang.texi (Old Varargs): Remove section.
42942         (How Variadic): Update menu.
42943         (va_start): Do not mention varargs.h.
42944
42945 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
42946             Joseph Myers  <joseph@codesourcery.com>
42947
42948         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
42949         link test.
42950         * configure: Regenerated.
42951
42952 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
42953
42954         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
42955         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
42956         conformtest.pl
42957
42958 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
42959
42960         * NOTES: Remove.
42961         * Makefile (files-for-dist): Remove NOTES.
42962         (NOTES): Remove rule.
42963         * README: Don't refer to NOTES.
42964         * manual/creature.texi: Don't include macros.texi.
42965         * manual/intro.texi (creature.texi): Remove comment referring to
42966         NOTES.
42967
42968         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
42969         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
42970         * configure: Regenerated.
42971         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
42972         LIBC_TRY_CC_OPTION.
42973         (libc_cv_as_i686): Likewise.
42974         (libc_cv_cc_avx): Likewise.
42975         (libc_cv_cc_sse2avx): Likewise.
42976         (libc_cv_cc_fma4): Likewise.
42977         (libc_cv_cc_novzeroupper): Likewise.
42978         * sysdeps/i386/configure: Regenerated.
42979
42980         [BZ #13883]
42981         * sysdeps/i386/fpu/s_cexp.S: Remove.
42982         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42983         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42984         * math/libm-test.inc (cexp_test): Add more tests.
42985         * sysdeps/i386/fpu/libm-test-ulps: Update.
42986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42987
42988 2012-03-21  Allan McRae  <allan@archlinux.org>
42989
42990         * timezone/Makefile: Do not install iso3166.tab and zone.tab
42991
42992 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
42993
42994         [BZ #13871]
42995         * math/w_exp2.c: Do not include <float.h>.
42996         (o_threshold, u_threshold): Remove.
42997         (__exp2): Calculate result before checking finiteness and calling
42998         __kernel_standard.
42999         * math/w_exp2f.c: Likewise.
43000         * math/w_exp2l.c: Likewise.
43001         * math/libm-test.inc (exp2_test): Require overflow exception for
43002         1e6 input.
43003
43004         [BZ #3866]
43005         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43006         range of signed 64-bit integers before using fistpll.  Remove
43007         checks for whether integers fit in mantissa bits.
43008         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43009         the range of signed 32-bit integers before using fistpl.  Remove
43010         checks for whether integers fit in mantissa bits.
43011         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43012         (__ieee754_powl): Test for y outside the range of signed 64-bit
43013         integers before using fistpll.  Reduce 64-bit values to 63-bit
43014         ones as needed.
43015         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43016         divide-by-zero is raised for zero to large negative powers.
43017         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43018         (__ieee754_powl): Test for y outside the range of signed 64-bit
43019         integers before using fistpll.  Reduce 64-bit values to 63-bit
43020         ones as needed.
43021         * math/libm-test.inc (pow_test): Add more tests.
43022
43023 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43024
43025         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43026         <stdio-common/_itoa.h>.
43027         * debug/segfault.c: Likewise.
43028         * elf/dl-cache.c: Likewise.
43029         * elf/dl-minimal.c: Likewise.
43030         * elf/dl-misc.c: Likewise.
43031         * elf/dl-sysdep.c: Likewise.
43032         * elf/dl-version.c: Likewise.
43033         * elf/rtld.c: Likewise.
43034         * hurd/hurdsock.c: Likewise.
43035         * hurd/lookup-retry.c: Likewise.
43036         * malloc/malloc.c: Likewise.
43037         * malloc/mtrace.c: Likewise.
43038         * nscd/nscd_getgr_r.c: Likewise.
43039         * nscd/nscd_getpw_r.c: Likewise.
43040         * nscd/nscd_getserv_r.c: Likewise.
43041         * posix/getopt_init.c: Likewise.
43042         * posix/wordexp.c: Likewise.
43043         * stdio-common/_itoa.c: Likewise.
43044         * stdio-common/printf_fphex.c: Likewise.
43045         * stdio-common/vfprintf.c: Likewise.
43046         * string/_strerror.c: Likewise.
43047         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43048         * sysdeps/i386/i686/hp-timing.h: Likewise.
43049         * sysdeps/mach/_strerror.c: Likewise.
43050         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43051         * sysdeps/mach/hurd/sethostid.c: Likewise.
43052         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43053         * sysdeps/mach/xpg-strerror.c: Likewise.
43054         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43055         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43056         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43057         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43058         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43059         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43060         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43061         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43062         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43063         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43064         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43065         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43066         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43067         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43068         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43069         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43070         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43071         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43072         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43073         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43074         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43075
43076         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43077
43078         * stdio-common/_itoa.h: Moved to ...
43079         * sysdeps/generic/_itoa.h: Here.
43080
43081         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43082
43083         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43084         instead of "_itoa.h" and "_itowa.h".
43085         * stdio-common/vfprintf.: Likewise.
43086
43087 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43088
43089         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43090         <bits/wordsize.h>.
43091         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43092         (__signbit): Likwise.
43093         (llrintf): Likwise.
43094         (llrint): Likwise.
43095
43096 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43097
43098         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43099         __WORDSIZE != 64.
43100
43101 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43102
43103         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43104         OVERFLOW_EXCEPTION_OK.
43105         * math/libm-test.inc ("Philosophy"): Update comment about
43106         exception testing.
43107         (OVERFLOW_EXCEPTION): Define.
43108         (OVERFLOW_EXCEPTION_OK): Likewise.
43109         (INVALID_EXCEPTION_OK): Renumber.
43110         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43111         (IGNORE_ZERO_INF_SIGN): Likewise.
43112         (test_exceptions): Handle FE_OVERFLOW.
43113         (exp10_test): Expect overflow exceptions.
43114         (exp2_test): Likewise.
43115         (expm1_test): Likewise.
43116         (nextafter_test): Likewise.
43117         (pow_test): Likewise.
43118         (scalbn_test): Likewise.
43119         (scalbln_test): Likewise.
43120
43121 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43122
43123         * sysdeps/x86_64/bits/atomic.h
43124         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43125         64bit integer.
43126         (atomic_exchange_acq): Likewise.
43127         (__arch_exchange_and_add_body): Likewise.
43128         (__arch_add_body): Likewise.
43129         (atomic_add_negative): Likewise.
43130         (atomic_add_zero): Likewise.
43131
43132 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43133
43134         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43135         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43136
43137 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43138
43139         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43140         Check __x86_64__ instead of __WORDSIZE.
43141
43142 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43143
43144         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43145
43146 2012-03-19  David S. Miller  <davem@davemloft.net>
43147
43148         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43149
43150         * sysdeps/sparc/fpu/fenv_private.h: New file.
43151         * sysdeps/sparc/fpu/math_private.h: Use it.
43152         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43153         Remove.
43154         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43155         (libc_feholdexcept_setroundl): Remove.
43156         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43157         Remove.
43158         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43159         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43160
43161 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43162
43163         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43164         int64_t instead of long int.
43165         (INSERT_WORDS64): Likwise.
43166
43167 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43168
43169         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43170         _Unwind_GetCFA return to _Unwind_Ptr first.
43171
43172 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43173
43174         [BZ #13629]
43175         * math/s_clog.c: Include <float.h>.
43176         (__clog): Scale large or subnormal inputs.
43177         * math/s_clogf.c: Likewise.
43178         * math/s_clogl.c: Likewise.
43179         * math/s_clog10.c: Include <float.h>.
43180         (M_LOG10_2): Define.
43181         (__clog10): Scale large or subnormal inputs.
43182         * math/s_clog10f.c: Likewise.
43183         * math/s_clog10l.c: Likewise.
43184         * math/libm-test.inc (clog_test): Add more tests.
43185         (clog10_test): Likewise.
43186         * sysdeps/i386/fpu/libm-test-ulps: Update.
43187         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43188
43189         [BZ #11451]
43190         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43191         x and y.
43192         * math/libm-test.inc (atan2_test): Add another test.
43193
43194         * Makerules (common-objdir-compile): Remove.
43195         * sysdeps/unix/Makefile (config-generated): Do not add
43196         $(unix-generated) to variable.
43197         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43198         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43199         Remove rule.
43200         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43201         Likewise.
43202         [generic bits/local_lim.h] (before-compile): Do not append to
43203         variable.
43204         [generic bits/local_lim.h] (common-generated): Likewise.
43205         [generic sys/param.h] (before-compile): Do not append to variable.
43206         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43207         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43208         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43209         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43210         include.
43211         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43212         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43213         [generic sys/param.h] ($(addprefix
43214         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43215         [generic sys/param.h] (common-generated): Do not append to
43216         variable.
43217         [generic sys/param.h] (sysdep_headers): Likewise.
43218         [generic bits/errno.h] (before-compile): Do not append to
43219         variable.
43220         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43221         rule.
43222         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43223         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43224         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43225         [generic bits/errno.h] (common-generated): Do not append to
43226         variable.
43227         [generic bits/ioctls.h] (before-compile): Do not append to
43228         variable.
43229         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43230         rule.
43231         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43232         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43233         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43234         rule.
43235         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43236         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43237         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43238         [generic bits/ioctls.h] (common-generated): Do not append to
43239         variable.
43240         [generic sys/syscall.h] (syscall.h): Remove variable.
43241         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43242         rule.
43243         [generic sys/syscall.h] (before-compile): Do not append to
43244         variable.
43245         [generic sys/syscall.h] (common-generated): Likewise.
43246         * sysdeps/unix/errnos-tmpl.c: Remove file.
43247         * sysdeps/unix/errnos.awk: Likewise.
43248         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43249         * sysdeps/unix/ioctls.awk: Likewise.
43250         * sysdeps/unix/mk-local_lim.c: Likewise.
43251         * sysdeps/unix/snarf-ioctls: Likewise.
43252
43253 2012-03-19  Richard Henderson  <rth@twiddle.net>
43254
43255         * sysdeps/i386/fpu/fenv_private.h: New file.
43256         * sysdeps/i386/fpu/math_private.h: Use it.
43257         (math_opt_barrier, math_force_eval): Remove.
43258         (libc_feholdexcept_setround_53bit): Remove.
43259         (libc_feupdateenv_53bit): Remove.
43260         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43261         (math_opt_barrier, math_force_eval): Remove.
43262         (libc_feholdexcept): Remove.
43263         (libc_feholdexcept_setround): Remove.
43264         (libc_fetestexcept, libc_fesetenv): Remove.
43265         (libc_feupdateenv_test): Remove.
43266         (libc_feupdateenv, libc_feholdsetround): Remove.
43267         (libc_feresetround): Remove.
43268
43269         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43270         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43271
43272         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43273         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43274         (libc_feupdateenv_testl): New.
43275         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43276         (libc_feupdateenv_testf): New.
43277         (libc_feupdateenv): Use libc_feupdateenv_test.
43278         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43279         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43280
43281         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43282         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43283         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43284         (libc_feresetround_noex): New.
43285         (libc_feresetround_noexf): New.
43286         (libc_feresetround_noexl): New.
43287         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43288         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43289         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43290         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43291         SET_RESTORE_ROUND.
43292         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43293         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43294         (__cos): Likewise.
43295         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43296         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43297         SET_RESTORE_ROUND_NOEX.
43298         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43299         SET_RESTORE_ROUND_NOEXF.
43300         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43301         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43302         (libc_feholdsetroundf): New.
43303         (libc_feresetround, libc_feresetroundf): New.
43304
43305         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43306         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43307         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43308
43309         * sysdeps/generic/math_private.h: Include <fenv.h>.
43310         (default_libc_feholdexcept): New.
43311         (default_libc_feholdexcept_setround): New.
43312         (default_libc_fesetenv, default_libc_feupdateenv): New.
43313         (libc_feholdexcept): Only define if undefined.
43314         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43315         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43316         (libc_feholdexcept_setroundl): Likewise.
43317         (libc_feholdexcept_setround_53bit): Likewise.
43318         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43319         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43320         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43321         (libc_feupdateenv_53bit): Likewise.
43322         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43323         (libc_feholdexcept): Convert from macro to inline function.
43324         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43325         (libc_fesetenv, libc_feupdateenv): Likewise.
43326
43327         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43328         not previously defined.
43329         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43330         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43331         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43332         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43333         * sysdeps/ieee754/flt-32/math_private.h: New file.
43334         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43335         math_private.h below SET_FLOAT_WORD.
43336         (__isnan, __isinf_ns, __finite): Remove.
43337         (__isnanf, __isinf_nsf, __finitef): Remove.
43338
43339 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43340
43341         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43342
43343 2012-03-17  David S. Miller  <davem@davemloft.net>
43344
43345         [BZ #6471]
43346         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43347         for 2.16.
43348
43349 2012-03-16  David S. Miller  <davem@davemloft.net>
43350
43351         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43352         warnings.
43353
43354         [BZ #6471]
43355         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43356         properly.
43357         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43358         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43359         sysdep_routines when subdir is sysvipc.
43360         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43361         __getshmlba helper.
43362
43363         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43364
43365 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43366
43367         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43368         [__LP64__].
43369
43370 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43371
43372         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43373         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43374         (__lround): Renamed to ...
43375         (__llround): This.  Replace long int with long long int.
43376         Define lround functions as aliases of llround functions.
43377         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43378
43379 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43380
43381         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43382         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43383         adresses to uintptr_t.  Replace "long int" and "unsigned long
43384         int" with "greg_t" on va_arg.
43385
43386 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43387
43388         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43389         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43390
43391         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43392         Move e_machine check before EI_CLASS check.  Handle x32
43393         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43394         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43395         SKIP_EM_IA_64 and include
43396         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43397
43398         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43399         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43400         (add_system_dir): New macro.
43401
43402         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43403         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43404
43405 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43406
43407         [BZ #2551]
43408         [BZ #2552]
43409         [BZ #2553]
43410         [BZ #2554]
43411         [BZ #2562]
43412         [BZ #2563]
43413         [BZ #2565]
43414         [BZ #2566]
43415         [BZ #2576]
43416         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43417         (y0): Likewise.
43418         * math/w_j0f.c (j0f): Likewise.
43419         (y0f): Likewise.
43420         * math/w_j0l.c (__j0l): Likewise.
43421         (__y0l): Likewise.
43422         * math/w_j1.c (j1): Likewise.
43423         (y1): Likewise.
43424         * math/w_j1f.c (j1f): Likewise.
43425         (y1f): Likewise.
43426         * math/w_j1l.c (__j1l): Likewise.
43427         (__y1l): Likewise.
43428         * math/w_jn.c (jn): Likewise.
43429         (yn): Likewise.
43430         * math/w_jnf.c (jnf): Likewise.
43431         (ynf): Likewise.
43432         * math/w_jnl.c (__jnl): Likewise.
43433         (__ynl): Likewise.
43434         * math/libm-test.inc (j0_test): Add more tests.
43435         (j1_test): Likewise.
43436         (jn_test): Likewise.  Add trailing semicolon to existing test.
43437         (y0_test): Likewise.
43438         (y1_test): Likewise.
43439         * sysdeps/i386/fpu/libm-test-ulps: Update.
43440         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43441
43442         [BZ #13851]
43443         [BZ #13854]
43444         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43445         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43446         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43447         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43448         (__tanl): Set errno for infinite argument.
43449         * sysdeps/i386/fpu/mptan.c: Remove.
43450         * sysdeps/i386/fpu/s_tan.S: Likewise.
43451         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43452         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43453         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43454         * math/libm-test.inc (tan_test): Add more tests and enable more
43455         tests for double and long double.
43456         * sysdeps/i386/fpu/libm-test-ulps: Update.
43457         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43458
43459 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43460
43461         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43462         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43463
43464 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43465
43466         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43467         * configure.in: Use it for both main tree and add-ons.
43468         * configure: Regenerated.
43469
43470 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43471
43472         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43473
43474 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43475
43476         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43477         in comment.
43478
43479         [BZ #13851]
43480         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43481         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43482         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43483         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43484         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43485         infinite argument.
43486         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43487         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43488         != 0 for prec == 2.
43489         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43490         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43491         * sysdeps/i386/fpu/s_cosl.S: Likewise.
43492         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43493         * sysdeps/i386/fpu/s_sinl.S: Likewise.
43494         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43495         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43496         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43497         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43498         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43499         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43500         * math/libm-test.inc (cos_test): Add more tests and enable more
43501         tests for long double.
43502         (sin_test): Likewise.
43503         (sincos_test): Likewise.
43504         * sysdeps/i386/fpu/libm-test-ulps: Update.
43505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43506
43507 2012-03-16  David S. Miller  <davem@davemloft.net>
43508
43509         * sysdeps/sparc/fpu/math_private.h: New file.
43510
43511 2012-03-15  David S. Miller  <davem@davemloft.net>
43512
43513         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43514         file.
43515         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
43516         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43517         file.
43518         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43519         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43520         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43521         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43522         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43523         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43524         sysdep routines.
43525         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43526
43527         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43528         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43529
43530         * sysdeps/sparc/sparc-ifunc.h: New file.
43531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43532         sparc-ifunc.h
43533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
43534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43535         Likewise.
43536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43537         Likewise.
43538         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43539         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43540         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
43541         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43542         Likewise.
43543         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43544         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43546         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
43547         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43548         Likewise.
43549         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43550         Likewise.
43551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43552         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43553         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43554         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43555         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43556         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43557         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43558         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43559         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43560         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43561         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43562         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43563         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43564         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43565         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43566         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43567         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43568         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43569         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43570         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43571         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43572         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43573         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43574         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43575
43576 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43577
43578         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43579         scaling.
43580         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43581
43582 2012-03-15  Andreas Jaeger  <aj@suse.de>
43583
43584         [BZ #13852]
43585         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43586         ieee754/flt-32 implementation for sin, cos and sincos.
43587         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43588         * sysdeps/i386/fpu/s_cosf.S: Likewise.
43589         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43590         * sysdeps/i386/fpu/s_sinf.S: Likewise.
43591         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43592         ieee754/flt-32 implementation for tan.
43593
43594         * math/libm-test.inc (cos_test): Enable some large input tests for
43595         float as well
43596         (sin_test): Likewise.
43597         (sincos_test): Likewise.
43598         (tan_test): Add tests for large input.
43599
43600         * sysdeps/i386/fpu/libm-test-ulps: Update.
43601
43602 2012-03-15  Andreas Jaeger  <aj@suse.de>
43603
43604         [BZ #13658]
43605         * math/libm-test.inc (cos_test): Add more test cases.
43606         (sin_test): Likewise.
43607         (sincos_test): Likewise.
43608
43609 2012-03-15  Andreas Jaeger  <aj@suse.de>
43610
43611         [BZ #13837]
43612         * math/libm-test.inc (cos_test): Add a test case for large input
43613         value.
43614         (sin_test): Likewise.
43615         (sincos_test): Likewise.
43616
43617 2012-03-15  Andreas Jaeger  <aj@suse.de>
43618             Joseph Myers  <joseph@codesourcery.com>
43619
43620         [BZ #13658]
43621         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
43622         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43623         * sysdeps/i386/fpu/branred.c: Likewise.
43624         * sysdeps/i386/fpu/dosincos.c: Likewise.
43625         * sysdeps/i386/fpu/mpa.c: Likewise.
43626         * sysdeps/i386/fpu/s_cos.S: Likewise.
43627         * sysdeps/i386/fpu/s_sin.S: Likewise.
43628         * sysdeps/i386/fpu/s_sincos.S: Likewise.
43629         * sysdeps/i386/fpu/sincos32.c: Likewise.
43630
43631         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43632         Define.
43633         (libc_feupdateenv_53bit): Define.
43634         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43635         Define.
43636         (libc_feupdateenv_53bit): Define.
43637
43638         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
43639         53 bit (without extend i386 double precision).
43640
43641         * math/libm-test.inc (sincos_test): Add tests for large input.
43642         (sin): Likewise.
43643         (cos): Likewise.
43644
43645         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43646
43647 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43648
43649         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43650
43651 2012-03-15  David S. Miller  <davem@davemloft.net>
43652
43653         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
43654         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
43655         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
43656         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
43657         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
43658         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
43659         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
43660         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
43661         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
43662         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
43663         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
43664         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
43665         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
43666         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
43667         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
43668         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
43669         file.
43670         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
43671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
43672         file.
43673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
43674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
43675         file.
43676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
43677         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
43678         file.
43679         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
43680         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
43681         fmin/fmax sysdep routines.
43682         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43683
43684 2012-03-14  David S. Miller  <davem@davemloft.net>
43685
43686         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
43687         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
43688         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
43689         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
43690         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
43691         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
43692         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
43693         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
43694         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
43695         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
43696         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
43697         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
43698         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
43699         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
43700         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
43701         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
43702         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
43703         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
43704         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
43705         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
43706         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
43707         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
43708         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
43709         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
43710         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
43711         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
43712         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
43713         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
43714         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
43715         routines.
43716         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
43717         file.
43718         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
43719         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
43720         file.
43721         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
43722         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
43723         file.
43724         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
43725         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
43726         file.
43727         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
43728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
43729         file.
43730         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
43731         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
43732         file.
43733         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
43734         file.
43735         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
43736         file.
43737         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
43738         file.
43739         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
43740         New file.
43741         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
43742         file.
43743         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
43744         file.
43745         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
43746         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
43747         file.
43748         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
43749         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
43750         file.
43751         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
43752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
43753         file.
43754         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
43755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
43756         VIS3 routines.
43757
43758         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
43759         New file.
43760
43761         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43762
43763         * sysdeps/sparc/configure.in: New file.
43764         * sysdeps/sparc/configure: Generate.
43765         * configure.in (libc_cv_sparc_as_vis3): Substitute.
43766         * configure: Regenerate.
43767         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
43768         * config.make.in (have-as-vis3): New.
43769         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
43770         available use -Av9d instead of -Av9a.
43771         * sysdeps/sparc/sparc64/Makefile: Likewise.
43772         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
43773         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
43774         New file.
43775         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
43776         file.
43777         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
43778         New file.
43779         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
43780         file.
43781         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
43782         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
43783         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
43784         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
43785         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
43786
43787         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
43788         fzeros/fnegs to load 0x80000000 into a float register instead of
43789         using the stack.
43790         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
43791
43792 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
43793
43794         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43795         bits/syscall.h.
43796         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
43797         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
43798         ($(inst_includedir)/bits/syscall.h): Remove rule.
43799         ($(objpfx)bits/syscall.d): Include instead of
43800         $(objpfx)syscall-list.d.
43801         (generated): Change syscall-list.h and syscall-list.d to
43802         bits/syscall.h and bits/syscall.d.
43803
43804 2012-03-14  Roland McGrath  <roland@hack.frob.com>
43805
43806         [BZ #13846]
43807         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
43808
43809 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
43810
43811         [BZ #13841]
43812         * math/s_csqrt.c: Include <float.h>.
43813         (__csqrt): Scale large or subnormal inputs.
43814         * math/s_csqrtf.c: Likewise.
43815         * math/s_csqrtl.c: Likewise.
43816         * math/libm-test.inc (csqrt_test): Add more tests.
43817         * sysdeps/i386/fpu/libm-test-ulps: Update.
43818         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43819
43820         [BZ #13840]
43821         * math/libm-test.inc (hypot_test): Add more tests.
43822
43823 2012-03-13  David S. Miller  <davem@davemloft.net>
43824
43825         [BZ #13840]
43826         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
43827         double-precision for the calculation instead of scaling.
43828
43829 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
43830
43831         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
43832         manipulate bits before adding and subtracting TWO52[sx].
43833         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
43834         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
43835         Likewise.
43836         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
43837
43838 2012-03-13  David S. Miller  <davem@davemloft.net>
43839
43840         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
43841         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
43842         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
43843         rtld-global-offsets.h
43844         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43845
43846         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
43847         large parameters.
43848
43849         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
43850
43851         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
43852         'err' in the ifdef scope in which it is actually used.
43853
43854         * nss/nss_db/db-init.c: Include string.h
43855
43856 2012-03-12  David S. Miller  <davem@davemloft.net>
43857
43858         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
43859         masking out of the most significant byte of random value used.
43860         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43861         Fix coding style in previous change.
43862
43863         * sysdeps/unix/sysv/linux/kernel-features.h
43864         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
43865         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
43866         expression.
43867         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
43868         later.
43869
43870 2012-03-11  David S. Miller  <davem@davemloft.net>
43871
43872         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
43873         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
43874         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
43875         for 'resultvar' otherwise things get truncated on 64-bit.
43876
43877         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43878         Fix masking out of the most significant byte of random value used.
43879
43880         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43881
43882 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
43883
43884         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43885
43886 2012-03-09  David S. Miller  <davem@davemloft.net>
43887
43888         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
43889         variables with appropriate CPP guards.
43890         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
43891         from the frame pointer, not the stack pointer.  Correct layout
43892         comments.  Fix test on resulting framesize and the management of
43893         the outregs buffer for pltexit.  Preserve floating point return
43894         values across _dl_call_pltexit call.
43895         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
43896         framesize and the management of the outregs buffer for pltexit.
43897         Preserve floating point return values across _dl_call_pltexit
43898         call.
43899         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
43900         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
43901         (la_sparc64_gnu_pltexit): New functions.
43902         (print_exit): Fix format string for return register value.
43903
43904 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
43905
43906         * sunrpc/Makefile (others): Add rpcgen.
43907         ($(objpfx)rpcgen): Remove special build rule and dependency on
43908         libc.
43909         * sunrpc/rpcgen.c: New file.
43910
43911 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
43912
43913         [BZ #13673]
43914         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
43915         * stdio-common/bug-vfprintf-nargs.c: Likewise.
43916         * sysdeps/i386/crti.S: Likewise.
43917         * sysdeps/i386/crtn.S: Likewise.
43918         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
43919         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
43920         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
43921         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
43922         * sysdeps/sh/crti.S: Likewise.
43923         * sysdeps/sh/crtn.S: Likewise.
43924         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
43925
43926         [BZ #13673]
43927         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
43928         with URL.
43929         * locale/programs/locfile-kw.gperf: Likewise.
43930         * locale/programs/charmap-kw.h: Regenerated.
43931         * locale/programs/locfile-kw.h: Likewise.
43932
43933         [BZ #13673]
43934         * intl/plural.y: Replace FSF snail mail address with URL.
43935         * intl/plural.c: Regenerated.
43936
43937 2012-03-09  Richard Henderson  <rth@twiddle.net>
43938
43939         * include/math_private.h: Remove file.
43940         * math/math_private.h: Move file ...
43941         * sysdeps/generic/math_private.h: ... here.
43942
43943         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
43944         * sysdeps/powerpc/fpu/math_private.h: Likewise.
43945         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43946
43947         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
43948         and <math_private.h>.
43949         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43950         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43951         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43952         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43953         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43954         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
43955         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
43956         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43957         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
43958         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43959         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43960         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43961         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
43962         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43963         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
43964         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
43965         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43966         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
43967         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
43968         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
43969         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43970         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
43971         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
43972         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43973         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
43974         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
43975         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
43976         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43977         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43978         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43979         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
43980         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43981         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
43982         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
43983         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43984         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43985         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
43986         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43987         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43988         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43989         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
43990         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43991         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43992         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
43993         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
43994         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43995         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
43996         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
43997         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
43998         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43999         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44000         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44001         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44002         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44003         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44004         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44005         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44006         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44007         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44008         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44009         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44010         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44011         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44012         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44013         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44014         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44015         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44016         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44017         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44018         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44019         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44020         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44021         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44022         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44023         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44024         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44025         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44026         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44027         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44028         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44029         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44030         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44031         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44032         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44033         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44034         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44035         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44036         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44037         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44038         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44039         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44040         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44041         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44042         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44043         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44044         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44045         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44046         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44047         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44048         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44049         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44050         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44051         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44052         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44053         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44054         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44055         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44056         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44057         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44058         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44059         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44060         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44061         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44062         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44063         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44064         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44065         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44066         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44067         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44068         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44069         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44070         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44071         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44072         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44073         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44074         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44075         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44076         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44077         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44078         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44079         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44080         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44081         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44082         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44083         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44084         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44085         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44086         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44087         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44088         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44089         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44090         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44091         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44092         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44093         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44094         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44095         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44096         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44097         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44098         * sysdeps/ieee754/k_standard.c: Likewise.
44099         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44100         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44101         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44102         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44103         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44104         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44105         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44106         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44107         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44108         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44109         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44110         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44111         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44112         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44113         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44114         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44115         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44116         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44117         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44118         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44119         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44120         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44121         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44122         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44123         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44124         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44125         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44126         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44127         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44128         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44129         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44130         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44131         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44132         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44133         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44134         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44135         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44136         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44137         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44138         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44139         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44140         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44141         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44142         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44143         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44144         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44145         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44146         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44147         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44148         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44149         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44150         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44151         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44152         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44153         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44154         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44155         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44156         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44157         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44158         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44159         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44160         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44161         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44162         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44163         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44164         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44165         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44166         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44167         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44168         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44169         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44170         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44171         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44172         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44173         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44174         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44175         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44176         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44177         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44178         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44179         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44180         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44181         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44182         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44183         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44184         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44185         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44186         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44187         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44188         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44189         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44190         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44191         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44192         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44193         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44194         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44195         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44196         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44197         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44198         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44199         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44200         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44201         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44202         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44203         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44204         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44205         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44206         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44207         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44208         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44209         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44210         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44211         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44212         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44213         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44214         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44215         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44216         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44217         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44218         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44219         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44220         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44221         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44222         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44223         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44224         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44225         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44226         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44227         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44228         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44229         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44230         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44231         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44232         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44233         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44234         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44235         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44236         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44237         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44238         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44239         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44240         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44241         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44242         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44243         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44244         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44245         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44246         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44247         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44248         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44249         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44250         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44251         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44252         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44253         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44254         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44255         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44256         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44257         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44258         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44259         * sysdeps/ieee754/s_lib_version.c: Likewise.
44260         * sysdeps/ieee754/s_matherr.c: Likewise.
44261         * sysdeps/ieee754/s_signgam.c: Likewise.
44262         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44263         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44264         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44265         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44266         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44267         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44268         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44269         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44270         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44271         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44272         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44273         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44274         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44275         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44276         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44277         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44278         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44279         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44280         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44281         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44282         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44283
44284 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44285
44286         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44287         * sunrpc/rpc_main.c: Likewise.
44288         * sunrpc/rpc_svcout.c: Likewise.
44289
44290 2012-03-09  David S. Miller  <davem@davemloft.net>
44291
44292         * include/math_private.h: New file.
44293
44294 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44295
44296         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44297         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44298         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44299         from <bits/socket_type.h>.
44300         (enum __socket_type): Don't define here.
44301         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44302         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44303         bits/socket_type.h.
44304
44305         [BZ #13566]
44306         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44307         checking __USE_GNU.
44308
44309         * Makerules ($(inst_includedir)/%.h): New rule.
44310         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44311         (install-others): Remove variable setting.
44312         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44313
44314 2012-03-08  Richard Henderson  <rth@twiddle.net>
44315
44316         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44317         from macro to inline function; merge with the
44318         !__LIBC_INTERNAL_MATH_INLINES version.
44319         (__ieee754_sqrtf): Likewise.
44320
44321         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44322         to inline function.
44323         (__rintf, __floor, __floorf): Likewise.
44324
44325         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44326         macro to inline function.
44327         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44328
44329         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44330         not <math/math_private.h>.
44331
44332 2012-03-08  David S. Miller  <davem@davemloft.net>
44333
44334         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44335         copyright year.
44336         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44337
44338 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44339
44340         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44341         normalization.
44342         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44343         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44344
44345 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44346
44347         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44348         be defined individually, they must be defined as a block.  Define
44349         S for printing a string instead of hidint the different by using a
44350         macro for adding the 'l'.
44351         * stdio-common/tst-fphex-wide.c: Adjust.
44352
44353 2012-03-07  Marek Polacek  <polacek@redhat.com>
44354
44355         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44356
44357 2012-03-08  Marek Polacek  <polacek@redhat.com>
44358
44359         [BZ #13806]
44360         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44361         * stdio-common/tst-fphex.c: Define a few macros to make the
44362         test reusable.  Use them.
44363         * stdio-common/tst-fphex-wide.c: New file.
44364
44365 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44366
44367         [BZ #6911]
44368         * manual/macros.texi (gnusystems): New macro.
44369         (nongnusystems): Likewise.
44370         (gnulinuxhurdsystems): Likewise.
44371         (gnuhurdsystems): Likewise..
44372         (gnulinuxsystems): Likewise.
44373         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44374         variants of the GNU system, not "GNU system".
44375         * manual/conf.texi: Likewise.
44376         * manual/errno.texi: Likewise.  Update example of errno macro
44377         expansion.
44378         * manual/filesys.texi: Likewise.
44379         (getumask): Document as specific to GNU/Hurd.
44380         * manual/install.texi: Likewise.  Reword some references to
44381         GNU/Linux.
44382         * manual/intro.texi: Likewise.
44383         * manual/io.texi: Likewise.
44384         (File Name Portability): Detail which constraints are inapplicable
44385         to all GNU systems and which are only inapplicable to GNU/Hurd.
44386         * manual/job.texi: Likewise.
44387         * manual/llio.texi: Likewise.
44388         (O_NOCTTY): Document as present on GNU/Linux.
44389         * manual/maint.texi: Likewise.
44390         * manual/memory.texi: Likewise.
44391         * manual/pattern.texi: Likewise.
44392         * manual/pipe.texi: Likewise.
44393         * manual/process.texi: Likewise.
44394         * manual/resource.texi: Likewise.
44395         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44396         child on GNU/Hurd.
44397         * manual/setjmp.texi: Likewise.
44398         * manual/signal.texi: Likewise.
44399         * manual/startup.texi: Likewise.
44400         * manual/stdio.texi: Likewise.
44401         * manual/terminal.texi: Likewise.
44402         (ONLCR): Document as POSIX.
44403         (OXTABS): Document availability on GNU/Linux as XTABS.
44404         (ONOEOT): Document availability separately from other bits.
44405         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44406         * manual/time.texi: Likewise.
44407         * manual/users.texi: Likewise.
44408         * INSTALL: Regenerated.
44409         * sysdeps/gnu/errlist.c: Regenerated.
44410
44411         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44412         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44413         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44414         puts.
44415         * configure: Regenerated.
44416
44417 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44418
44419         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44420         default includes instead of AC_HEADER_CHECK.
44421         * sysdeps/i386/configure: Regenerated.
44422
44423         [BZ #10716]
44424         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44425         * math/s_cacoshf.c (__cacoshf): Likewise.
44426         * math/s_cacoshl.c (__cacoshl): Likewise.
44427         * math/s_casinh.c (__casinh): Set signs of result from argument.
44428         * math/s_casinhf.c (__casinhf): Likewise.
44429         * math/s_casinhl.c (__casinhl): Likewise.
44430         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44431         (casinh_test): Add more tests.
44432         * sysdeps/i386/fpu/libm-test-ulps: Update.
44433         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44434
44435 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44436
44437         * po/zh_TW.po: Update from translation team.
44438
44439         * login/Makefile (distribute): Remove variable.
44440         * catgets/Makefile: Likewise.
44441         * mach/Makefile: Likewise.
44442         * malloc/Makefile: Likewise.
44443         * misc/Makefile: Likewise.
44444         * iconv/Makefile: Likewise.
44445         * nscd/Makefile: Likewise.
44446         * hurd/Makefile: Likewise.
44447         * manual/Makefile: Likewise.
44448         * locale/Makefile: Likewise.
44449         * intl/Makefile: Likewise.
44450         * conform/Makefile: Likewise.
44451         * nss/Makefile: Likewise.
44452         * time/Makefile: Likewise.
44453         * soft-fp/Makefile: Likewise.
44454         * dirent/Makefile: Likewise.
44455         * gmon/Makefile: Likewise.
44456         * po/Makefile: Likewise.
44457         * rt/Makefile: Likewise.
44458         * socket/Makefile: Likewise.
44459         * math/Makefile: Likewise.
44460         * signal/Makefile: Likewise.
44461         * debug/Makefile: Likewise.
44462         * elf/Makefile: Likewise.
44463         * timezone/Makefile: Likewise.
44464         * stdlib/Makefile: Likewise.
44465         * iconvdata/Makefile: Likewise.
44466         * sunrpc/Makefile: Likewise.
44467         * io/Makefile: Likewise.
44468         * argp/Makefile: Likewise.
44469         * inet/Makefile: Likewise.
44470         * hesiod/Makefile: Likewise.
44471         * grp/Makefile: Likewise.
44472         * csu/Makefile: Likewise.
44473         * wctype/Makefile: Likewise.
44474         * crypt/Makefile: Likewise.
44475         * libio/Makefile: Likewise.
44476         * string/Makefile: Likewise.
44477         * nis/Makefile: Likewise.
44478         * resolv/Makefile: Likewise.
44479         * stdio-common/Makefile: Likewise.
44480         * wcsmbs/Makefile: Likewise.
44481         * dlfcn/Makefile: Likewise.
44482         * posix/Makefile: Likewise.
44483
44484         [BZ #6959]
44485         * timezone/Makefile: Don't install timezone files, just the programs
44486         and scripts.
44487
44488 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
44489
44490         * nss/databases.def: Add missing gshadow entry.
44491
44492         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
44493
44494 2012-03-06  Marek Polacek  <polacek@redhat.com>
44495
44496         [BZ #13726]
44497         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44498         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44499         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44500         * stdio-common/tst-long-dbl-fphex.c: New file.
44501
44502 2012-03-06  David S. Miller  <davem@davemloft.net>
44503
44504         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44505         (set_obp_int): New function.
44506         (get_obp_int): New function.
44507         (__get_clockfreq_via_dev_openprom): Likewise.
44508         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44509         Avoid unused variable warnings on 'val' and use builtin_expect.
44510         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44511         __builtin_expect.
44512         (INLINE_CLONE_SYSCALL): Likewise.
44513
44514 2012-03-05  David S. Miller  <davem@davemloft.net>
44515
44516         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44517
44518 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
44519
44520         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44521
44522         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44523         only for |x| >= 40.
44524         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44525
44526 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
44527
44528         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44529         Replace gettimeofday with __vdso_gettimeofday.
44530
44531         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44532         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44533         __vdso_clock_gettime and __vdso_getcpu.
44534
44535         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44536         time with __vdso_time.
44537
44538 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44539
44540         * manual/lang.texi (size_t): Note types to which size_t may be
44541         equivalent with the GNU C Library, but do not describe when
44542         differences between them are significant.
44543
44544 2012-03-05  Andreas Jaeger  <aj@suse.de>
44545
44546         * sysdeps/i386/fpu/libm-test-ulps: Update.
44547
44548 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44549
44550         [BZ #3976]
44551         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44552         (__ieee754_pow): Save and restore rounding mode and use
44553         round-to-nearest for main computations.
44554         * math/libm-test.inc (pow_test_tonearest): New function.
44555         (pow_test_towardzero): Likewise.
44556         (pow_test_downward): Likewise.
44557         (pow_test_upward): Likewise.
44558         (main): Call the new functions.
44559         * sysdeps/i386/fpu/libm-test-ulps: Update.
44560         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44561
44562         [BZ #3976]
44563         * math/libm-test.inc (cosh_test_tonearest): New function.
44564         (cosh_test_towardzero): Likewise.
44565         (cosh_test_downward): Likewise.
44566         (cosh_test_upward): Likewise.
44567         (sinh_test_tonearest): Likewise.
44568         (sinh_test_towardzero): Likewise.
44569         (sinh_test_downward): Likewise.
44570         (sinh_test_upward): Likewise.
44571         (main): Call the new functions.
44572         * sysdeps/i386/fpu/libm-test-ulps: Update.
44573         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44574
44575 2012-03-05  Tom de Vries  <tom@codesourcery.com>
44576
44577         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44578         default stack guard is set in last bytes.
44579         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44580
44581 2012-03-05  Kees Cook  <keescook@chromium.org>
44582
44583         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
44584
44585         [BZ #13656]
44586         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44587         possibly allocate from heap instead of stack.
44588         * stdio-common/bug-vfprintf-nargs.c: New file.
44589         * stdio-common/Makefile (tests): Add nargs overflow test.
44590
44591 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
44592
44593         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44594
44595 2012-03-03  Marek Polacek  <polacek@redhat.com>
44596
44597         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44598         * math/math_private.h: Likewise.
44599         * stdlib/tst-strtod.c: Likewise.
44600         * sysdeps/i386/i486/bits/atomic.h: Likewise.
44601         * sysdeps/x86_64/bits/atomic.h: Likewise.
44602
44603 2012-03-02  David S. Miller  <davem@davemloft.net>
44604
44605         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44606         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44607         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44608         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44609         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44610         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44611         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44612         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44613
44614 2012-03-02  Roland McGrath  <roland@hack.frob.com>
44615
44616         [BZ #13792]
44617         * manual/examples/README: New file, says the example source files
44618         can be used under GPL>=2.
44619         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44620         line containing just "*/".
44621         * manual/examples/add.c: Add copyright header (GPL>=2).
44622         * manual/examples/argp-ex1.c: Likewise.
44623         * manual/examples/argp-ex2.c: Likewise.
44624         * manual/examples/argp-ex3.c: Likewise.
44625         * manual/examples/argp-ex4.c: Likewise.
44626         * manual/examples/atexit.c: Likewise.
44627         * manual/examples/db.c: Likewise.
44628         * manual/examples/dir.c: Likewise.
44629         * manual/examples/dir2.c: Likewise.
44630         * manual/examples/execinfo.c: Likewise.
44631         * manual/examples/filecli.c: Likewise.
44632         * manual/examples/filesrv.c: Likewise.
44633         * manual/examples/fmtmsgexpl.c: Likewise.
44634         * manual/examples/genpass.c: Likewise.
44635         * manual/examples/inetcli.c: Likewise.
44636         * manual/examples/inetsrv.c: Likewise.
44637         * manual/examples/isockad.c: Likewise.
44638         * manual/examples/longopt.c: Likewise.
44639         * manual/examples/memopen.c: Likewise.
44640         * manual/examples/memstrm.c: Likewise.
44641         * manual/examples/mkfsock.c: Likewise.
44642         * manual/examples/mkisock.c: Likewise.
44643         * manual/examples/mygetpass.c: Likewise.
44644         * manual/examples/pipe.c: Likewise.
44645         * manual/examples/popen.c: Likewise.
44646         * manual/examples/rprintf.c: Likewise.
44647         * manual/examples/search.c: Likewise.
44648         * manual/examples/select.c: Likewise.
44649         * manual/examples/setjmp.c: Likewise.
44650         * manual/examples/sigh1.c: Likewise.
44651         * manual/examples/sigusr.c: Likewise.
44652         * manual/examples/stpcpy.c: Likewise.
44653         * manual/examples/strdupa.c: Likewise.
44654         * manual/examples/strftim.c: Likewise.
44655         * manual/examples/strncat.c: Likewise.
44656         * manual/examples/subopt.c: Likewise.
44657         * manual/examples/swapcontext.c: Likewise.
44658         * manual/examples/termios.c: Likewise.
44659         * manual/examples/testopt.c: Likewise.
44660         * manual/examples/testpass.c: Likewise.
44661         * manual/examples/timeval_subtract.c: Likewise.
44662
44663         [BZ #13792]
44664         * manual/time.texi (Elapsed Time): Move timeval_subtract example
44665         function to ...
44666         * manual/timeval_subtract.c.texi: ... here, new file.
44667
44668 2012-03-02  David S. Miller  <davem@davemloft.net>
44669
44670         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
44671
44672 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
44673
44674         [BZ #3976]
44675         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
44676         (__sin): Save and restore rounding mode and use round-to-nearest
44677         for all computations.
44678         (__cos): Save and restore rounding mode and use round-to-nearest
44679         for all computations.
44680         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
44681         <fenv.h>.
44682         (tan): Save and restore rounding mode and use round-to-nearest for
44683         all computations.
44684         * math/libm-test.inc (cos_test_tonearest): New function.
44685         (cos_test_towardzero): Likewise.
44686         (cos_test_downward): Likewise.
44687         (cos_test_upward): Likewise.
44688         (sin_test_tonearest): Likewise.
44689         (sin_test_towardzero): Likewise.
44690         (sin_test_downward): Likewise.
44691         (sin_test_upward): Likewise.
44692         (tan_test_tonearest): Likewise.
44693         (tan_test_towardzero): Likewise.
44694         (tan_test_downward): Likewise.
44695         (tan_test_upward): Likewise.
44696         (main): Call the new functions.
44697         * sysdeps/i386/fpu/libm-test-ulps: Update.
44698         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44699
44700         [BZ #10135]
44701         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
44702         small n, then large n, before computing and testing k+n.
44703         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
44704         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
44705         Likewise.
44706         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
44707         Likewise.
44708         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
44709         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
44710         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
44711         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
44712         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
44713         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
44714         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
44715         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
44716         * math/libm-test.inc (scalbn_test): Add more tests.
44717         (scalbln_test): Likewise.
44718
44719         * manual/filesys.texi (mode_t): Describe constraints on size and
44720         signedness, not exact equivalence to a particular type.
44721         (ino_t): Likewise.
44722         (ino64_t): Likewise.
44723         (dev_t): Likewise.
44724         (nlink_t): Likewise.
44725         (blkcnt_t): Likewise.
44726         (blkcnt64_t): Likewise.
44727         * manual/llio.texi (off_t): Likewise.
44728
44729         [BZ #3976]
44730         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
44731         (__ieee754_exp): Save and restore rounding mode and use
44732         round-to-nearest for all computations.
44733         * math/libm-test.inc (exp_test_tonearest): New function.
44734         (exp_test_towardzero): Likewise.
44735         (exp_test_downward): Likewise.
44736         (exp_test_upward): Likewise.
44737         (main): Call the new functions.
44738         * sysdeps/i386/fpu/libm-test-ulps: Update.
44739         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44740
44741 2012-03-01  Chris Demetriou  <cgd@google.com>
44742
44743         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
44744         have predictable order.
44745
44746 2012-03-01  David S. Miller  <davem@davemloft.net>
44747
44748         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
44749
44750         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
44751         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
44752         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
44753         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
44754
44755         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
44756         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
44757         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
44758         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
44759         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
44760         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
44761         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
44762         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
44763         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
44764
44765         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44766
44767         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
44768         * sysdeps/sparc/fpu/libm-test-ulps: to here.
44769         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
44770
44771         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
44772         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
44773         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
44774         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
44775         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
44776         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
44777         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
44778         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
44779         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
44780         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
44781         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
44782         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
44783         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
44784         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
44785         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
44786         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44787         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
44788         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
44789         * sysdeps/sparc/elf/configure: Regenerated.
44790
44791 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
44792
44793         * configure.in (AS, LD): Require binutils 2.20 or later.
44794         * configure: Regenerated.
44795         * manual/install.texi (Tools for Compilation): Give binutils 2.20
44796         as required minimum version.
44797         * INSTALL: Regenerated.
44798
44799         [BZ #2541]
44800         [BZ #4108]
44801         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
44802         before squaring exponent.
44803         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
44804         bottom long double and 27 bits of top long double before squaring
44805         exponent.
44806         * math/libm-test.inc (erfc_test): Add more tests.
44807         * sysdeps/i386/fpu/libm-test-ulps: Update.
44808         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
44809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44810
44811 2012-03-01  Kai Tietz  <ktietz@redhat.com>
44812
44813         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
44814         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
44815         containing bit-fields.
44816         * soft-fp/extended.h (_FP_UNION_E): Likewise.
44817         * soft-fp/single.h (_FP_UNION_S): Likewise.
44818         * soft-fp/double.h (_FP_UNION_D): Likewise.
44819
44820 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
44821
44822         [BZ #13786]
44823         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
44824         not include ../strcmp.S.
44825         [USE_AS_STRNCASECMP_L]: Likewise.
44826         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
44827         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
44828         * sysdeps/i386/i686/multiarch/strncase_l-c.c
44829         (__strncasecmp_l_ia32): Define as alias to
44830         __strncasecmp_l_nonascii.
44831
44832         [BZ #5794]
44833         * math/libm-test.inc (expm1_test): Add test for bug 5794.
44834         * sysdeps/i386/fpu/libm-test-ulps: Update.
44835         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44836
44837         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
44838         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44839
44840 2012-02-29  Jeff Law  <law@redhat.com>
44841
44842         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
44843         out of bounds read.
44844
44845 2012-02-29  Marek Polacek  <polacek@redhat.com>
44846
44847         [BZ #13706]
44848         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
44849         * elf/Makefile: Add rules to run tst-unused-dep.out.
44850
44851 2012-02-28  David S. Miller  <davem@davemloft.net>
44852
44853         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
44854         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
44855         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
44856         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
44857         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
44858         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
44859
44860 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
44861
44862         * math/libm-test.inc (llround_test): Move one test from
44863         lround_test.  Use TEST_f_L in moved test.
44864         (lround_test): Move misplaced test to llround_test.  Add testcase
44865         from bug 2561.
44866
44867 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
44868
44869         * sysdeps/x86_64/fpu/e_expf.S: New file.
44870         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
44871
44872 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
44873
44874         [BZ #13637]
44875         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
44876         of remain_len that may cause incomplete multi-byte character and
44877         false match.
44878         * posix/bug-regex33.c: New file.
44879         * posix/Makefile (tests): Add bug-regex33.
44880
44881 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
44882
44883         * manual/macros.texi: New file.
44884         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
44885         * manual/libc.texinfo: Include macros.texi.
44886         * manual/creatute.texi: Likewise.
44887         * manual/install.texi: Likewise.
44888         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
44889         @glibcadj{} in references to the GNU C Library.
44890         * manual/charset.texi: Likewise.
44891         * manual/conf.texi: Likewise.
44892         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
44893         when not using those macros.
44894         * manual/creature.texi: Likewise.
44895         * manual/crypt.texi: Likewise.
44896         * manual/errno.texi: Likewise.
44897         * manual/filesys.texi: Likewise.
44898         * manual/header.texi: Likewise.
44899         * manual/install.texi: Likewise.
44900         * manual/intro.texi: Likewise.
44901         * manual/io.texi: Likewise.
44902         * manual/job.texi: Likewise.
44903         * manual/lang.texi: Likewise.
44904         * manual/libc.texiinfo: Likewise.
44905         * manual/llio.texi: Likewise.
44906         * manual/locale.texi: Likewise.
44907         * manual/maint.texi: Likewise.
44908         * manual/math.texi: Likewise.
44909         * manual/memory.texi: Likewise.
44910         * manual/message.texi: Likewise.
44911         * manual/nss.texi: Likewise.
44912         * manual/pattern.texi: Likewise.
44913         * manual/process.texi: Likewise.
44914         * manual/resource.texi: Likewise.
44915         * manual/search.texi: Likewise.
44916         * manual/setjmp.texi: Likewise.
44917         * manual/signal.texi: Likewise.
44918         * manual/socket.texi: Likewise.
44919         * manual/startup.texi: Likewise.
44920         * manual/stdio.texi: Likewise.
44921         * manual/string.texi: Likewise.
44922         * manual/sysinfo.texi: Likewise.
44923         * manual/syslog.texi: Likewise.
44924         * manual/terminal.texi: Likewise.
44925         * manual/time.texi: Likewise.
44926         * manual/users.texi: Likewise.
44927         * INSTALL: Regenerated.
44928         * NOTES: Regenerated.
44929         * sysdeps/gnu/errlist.c: Regenerated.
44930
44931 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
44932
44933         * include/dirent.h: Include <dirstream.h> before
44934         <dirent/dirent.h>.
44935
44936 2012-02-28  David S. Miller  <davem@davemloft.net>
44937
44938         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
44939         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
44940         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
44941         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
44942
44943 2012-02-27  David S. Miller  <davem@davemloft.net>
44944
44945         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
44946         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
44947         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
44948         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
44949
44950         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
44951         frame pointer instead of stack pointer relative arg slot.
44952         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
44953         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
44954         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
44955
44956 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
44957
44958         [BZ #3992]
44959         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
44960
44961 2012-02-27  David S. Miller  <davem@davemloft.net>
44962
44963         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
44964         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
44965         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44966         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
44967         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
44968         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
44969         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
44970         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
44971
44972 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
44973
44974         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
44975         later.  Allow versions 5-9.
44976         * configure: Regenerated.
44977         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
44978         required minimum version and 4.6 as recommended version.  Do not
44979         mention bugs in GCC 2.7 and 2.8.
44980         * INSTALL: Regenerated.
44981
44982 2012-02-27  David S. Miller  <davem@davemloft.net>
44983
44984         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
44985         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
44986         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
44987         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
44988         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
44989         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
44990         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
44991         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
44992
44993         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
44994         manipulate bits before adding and subtracting TWO112[sx].
44995         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
44996
44997 2012-02-27  Roland McGrath  <roland@hack.frob.com>
44998
44999         [BZ #13775]
45000         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45001         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45002         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45003         being in POSIX, because they are in 1003.1-2008.
45004
45005         * rt/tst-aio.c: Include <fcntl.h>.
45006         * rt/tst-aio7.c: Likewise.
45007         * rt/tst-aio64.c: Likewise.
45008
45009         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45010
45011 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45012
45013         * manual/install.texi (--with-headers): Describe headers as
45014         interface headers, not private headers.
45015         (Specific advice for GNU/Linux systems): Describe use of headers
45016         from "make headers_install", not private headers from older
45017         kernels.
45018         * INSTALL: Regenerated.
45019         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45020         Change to 2.6.19.
45021         * sysdeps/unix/sysv/linux/configure: Regenerated.
45022
45023         * manual/llio.texi (fclean): Remove documentation.
45024
45025         * manual/Makefile (libc-texi-generated): New variable.  Include
45026         version.texi.
45027         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45028         $(libc-texi-generated), not duplicated list of files.
45029         (version.texi, stamp-version): New rules.
45030         (realclean): Remove $(libc-texi-generated), not individual files
45031         from that list.  Do not remove dir-add.texinfo.
45032         * manual/libc.texinfo: Comment out uses of edition numbers and
45033         references to printed manual.  Remove last-updated dates.
45034         (EDITION): Comment out.
45035         (ISBN): Likewise.
45036         (VERSION, UPDATED): Remove.
45037         (version.texi): Include.
45038
45039 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45040
45041         * sysdeps/posix/spawni.c: Include <signal.h>.
45042         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45043         * sysdeps/pthread/aio_fsync.c: Likewise.
45044
45045 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45046
45047         * conform/Makefile (tests): Run only when not cross-compiling and
45048         when fast-check is not defined.
45049
45050         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45051         * conform/data/limits.h-data: Fixes for POSIX2008.
45052         * conform/run-conformtest.sh: Run all tests.
45053         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45054         headers.
45055         * include/bits/dlfcn.h: Likewise.
45056         * include/langinfo.h: Likewise.
45057         * include/monetary.h: Likewise.
45058         * include/sys/poll.h: Likewise.
45059
45060         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45061         for __USE_GNU.
45062         * posix/spawn.h: Define __need_sigset_t.
45063         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45064         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45065         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45066         to get sigevent_t only.
45067         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45068         only for __USE_GNU.
45069         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45070         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45071         process_vm_writev only for __USE_GNU.
45072         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45073
45074         * conform/Makefile: For now ignore errors from run-conformtest.
45075         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45076         POSIX to avoid namespace pollution.  Don't prepend headers.
45077         * conform/data/aio.h-data: Fixes for POSIX testing.
45078         * conform/data/fcntl.h-data: Likewise.
45079         * conform/data/glob.h-data: Likewise.
45080         * conform/data/grp.h-data: Likewise.
45081         * conform/data/pthread.h-data: Likewise.
45082         * conform/data/pwd.h-data: Likewise.
45083         * conform/data/signal.h-data: Likewise.
45084         * conform/data/spawn.h-data: Likewise.
45085         * conform/data/stdio.h-data: Likewise.
45086         * conform/data/stdlib.h-data: Likewise.
45087         * conform/data/stropts.h-data: Likewise.
45088         * conform/data/sys/mman.h-data: Likewise.
45089         * conform/data/sys/stat.h-data: Likewise.
45090         * conform/data/sys/types.h-data: Likewise.
45091         * conform/data/sys/wait.h-data: Likewise.
45092         * conform/data/time.h-data: Likewise.
45093         * conform/data/unistd.h-data: Likewise.
45094         * conform/data/utime.h-data: Likewise.
45095
45096         * io/sys/stat.h: fchmod was always in POSIX.
45097         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45098         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45099         * rt/aio.h: Define __need_timespec before including <time.h>.
45100         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45101         struct.  Add forward declaration of pthread_attr_t and use it in
45102         sigevent.
45103         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45104         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45105         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45106         always remove CLK_TCK definition.
45107
45108 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45109
45110         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45111
45112 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45113
45114         * conform/run-conformtest.sh: New file.
45115         * conform/Makefile: Run run-conformtest for tests.
45116         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45117         support.
45118
45119         * conform/data/uchar.h-data: New file.
45120         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45121         * conform/data/arpa/inet.h-data: Likewise.
45122         * conform/data/assert.h-data: Likewise.
45123         * conform/data/complex.h-data: Likewise.
45124         * conform/data/cpio.h-data: Likewise.
45125         * conform/data/ctype.h-data: Likewise.
45126         * conform/data/dirent.h-data: Likewise.
45127         * conform/data/dlfcn.h-data: Likewise.
45128         * conform/data/errno.h-data: Likewise.
45129         * conform/data/fcntl.h-data: Likewise.
45130         * conform/data/float.h-data: Likewise.
45131         * conform/data/fmtmsg.h-data: Likewise.
45132         * conform/data/fnmatch.h-data: Likewise.
45133         * conform/data/ftw.h-data: Likewise.
45134         * conform/data/glob.h-data: Likewise.
45135         * conform/data/grp.h-data: Likewise.
45136         * conform/data/iconv.h-data: Likewise.
45137         * conform/data/inttypes.h-data: Likewise.
45138         * conform/data/langinfo.h-data: Likewise.
45139         * conform/data/libgen.h-data: Likewise.
45140         * conform/data/limits.h-data: Likewise.
45141         * conform/data/locale.h-data: Likewise.
45142         * conform/data/math.h-data: Likewise.
45143         * conform/data/monetary.h-data: Likewise.
45144         * conform/data/mqueue.h-data: Likewise.
45145         * conform/data/ndbm.h-data: Likewise.
45146         * conform/data/net/if.h-data: Likewise.
45147         * conform/data/netdb.h-data: Likewise.
45148         * conform/data/netinet/in.h-data: Likewise.
45149         * conform/data/nl_types.h-data: Likewise.
45150         * conform/data/poll.h-data: Likewise.
45151         * conform/data/pthread.h-data: Likewise.
45152         * conform/data/pwd.h-data: Likewise.
45153         * conform/data/regex.h-data: Likewise.
45154         * conform/data/sched.h-data: Likewise.
45155         * conform/data/search.h-data: Likewise.
45156         * conform/data/semaphore.h-data: Likewise.
45157         * conform/data/setjmp.h-data: Likewise.
45158         * conform/data/signal.h-data: Likewise.
45159         * conform/data/spawn.h-data: Likewise.
45160         * conform/data/stdarg.h-data: Likewise.
45161         * conform/data/stdio.h-data: Likewise.
45162         * conform/data/stdlib.h-data: Likewise.
45163         * conform/data/string.h-data: Likewise.
45164         * conform/data/strings.h-data: Likewise.
45165         * conform/data/stropts.h-data: Likewise.
45166         * conform/data/sys/ipc.h-data: Likewise.
45167         * conform/data/sys/mman.h-data: Likewise.
45168         * conform/data/sys/msg.h-data: Likewise.
45169         * conform/data/sys/resource.h-data: Likewise.
45170         * conform/data/sys/select.h-data: Likewise.
45171         * conform/data/sys/sem.h-data: Likewise.
45172         * conform/data/sys/shm.h-data: Likewise.
45173         * conform/data/sys/socket.h-data: Likewise.
45174         * conform/data/sys/stat.h-data: Likewise.
45175         * conform/data/sys/statvfs.h-data: Likewise.
45176         * conform/data/sys/time.h-data: Likewise.
45177         * conform/data/sys/timeb.h-data: Likewise.
45178         * conform/data/sys/times.h-data: Likewise.
45179         * conform/data/sys/types.h-data: Likewise.
45180         * conform/data/sys/uio.h-data: Likewise.
45181         * conform/data/sys/un.h-data: Likewise.
45182         * conform/data/sys/utsname.h-data: Likewise.
45183         * conform/data/sys/wait.h-data: Likewise.
45184         * conform/data/syslog.h-data: Likewise.
45185         * conform/data/tar.h-data: Likewise.
45186         * conform/data/termios.h-data: Likewise.
45187         * conform/data/utime.h-data: Likewise.
45188         * conform/data/utmpx.h-data: Likewise.
45189         * conform/data/varargs.h-data: Likewise.
45190         * conform/data/wchar.h-data: Likewise.
45191         * conform/data/wctype.h-data: Likewise.
45192         * conform/data/wordexp.h-data: Likewise.
45193
45194         * include/stropts.h: New file.
45195         * include/uchar.h: New file.
45196         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45197         * include/assert.h: Likewise.
45198         * include/ctype.h: Likewise.
45199         * include/dirent.h: Likewise.
45200         * include/dlfcn.h: Likewise.
45201         * include/fcntl.h: Likewise.
45202         * include/fnmatch.h: Likewise.
45203         * include/glob.h: Likewise.
45204         * include/grp.h: Likewise.
45205         * include/libio.h: Likewise.
45206         * include/locale.h: Likewise.
45207         * include/math.h: Likewise.
45208         * include/net/if.h: Likewise.
45209         * include/netdb.h: Likewise.
45210         * include/netinet/in.h: Likewise.
45211         * include/pthread.h: Likewise.
45212         * include/pwd.h: Likewise.
45213         * include/regex.h: Likewise.
45214         * include/sched.h: Likewise.
45215         * include/search.h: Likewise.
45216         * include/setjmp.h: Likewise.
45217         * include/signal.h: Likewise.
45218         * include/stdio.h: Likewise.
45219         * include/stdlib.h: Likewise.
45220         * include/string.h: Likewise.
45221         * include/sys/cdefs.h: Likewise.
45222         * include/sys/mman.h: Likewise.
45223         * include/sys/msg.h: Likewise.
45224         * include/sys/resource.h: Likewise.
45225         * include/sys/select.h: Likewise.
45226         * include/sys/socket.h: Likewise.
45227         * include/sys/stat.h: Likewise.
45228         * include/sys/statvfs.h: Likewise.
45229         * include/sys/time.h: Likewise.
45230         * include/sys/times.h: Likewise.
45231         * include/sys/uio.h: Likewise.
45232         * include/sys/utsname.h: Likewise.
45233         * include/sys/wait.h: Likewise.
45234         * include/termios.h: Likewise.
45235         * include/time.h: Likewise.
45236         * include/ulimit.h: Likewise.
45237         * include/unistd.h: Likewise.
45238         * include/utime.h: Likewise.
45239         * include/wchar.h: Likewise.
45240         * include/wctype.h: Likewise.
45241         * include/wordexp.h: Likewise.
45242
45243         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45244
45245         * time/time.h: TIME_UTC must be a macro.
45246         Make timespec_get available for ISO C11 only as well.
45247
45248 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45249
45250         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45251         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45252
45253 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45254
45255         * configure.in: Use -o not -a in test for unsupported multi-arch.
45256
45257 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45258
45259         * manual/texinfo.tex: Update to version 2012-01-19.16.
45260
45261 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45262
45263         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45264
45265 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45266
45267         [BZ #13738]
45268         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45269         * manual/fdl-1.3.texi: New file.
45270         * manual/fdl-1.1.texi: File removed.
45271
45272         [BZ #13738]
45273         * manual/libc.texinfo (FDL_VERSION): New @set.
45274         Use it for mention of FDL in cover text.
45275         (Documentation License): Use it in @include file name.
45276
45277 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45278             Roland McGrath  <roland@hack.frob.com>
45279
45280         [BZ #5461]
45281         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45282         (not LONG_LONG_MAX and LONG_LONG_MIN.
45283         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45284         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45285         name.
45286         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45287
45288 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45289
45290         [BZ #2547]
45291         [BZ #11365]
45292         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45293         manipulate bits before adding and subtracting TWO23[sx].
45294         * math/libm-test.inc (nearbyint_test): Add more tests.
45295
45296 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45297
45298         [BZ #2548]
45299         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45300         bits before adding and subtracting TWO23[sx].
45301         * math/libm-test.inc (rint_test): Add more tests.
45302         (rint_test_tonearest): Likewise.
45303         (rint_test_towardzero): Likewise.
45304         (rint_test_downward): Likewise.
45305         (rint_test_upward: Likewise.
45306
45307 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45308
45309         [BZ #10110]
45310         * include/stdc-predef.h: New file.  Extracted from features.h.
45311         * include/features.h: Include stdc-predef.h.
45312         * Makefile (headers): Add stdc-predef.h.
45313         * CONFORMANCE (Compiler limitations): Update.
45314
45315 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45316
45317         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45318
45319 2012-02-21  David S. Miller  <davem@davemloft.net>
45320
45321         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45322         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45323
45324 2012-02-20  David S. Miller  <davem@davemloft.net>
45325
45326         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45327         using a normal save/restore sequence, rather than allocating a
45328         dummy stack frame just to store a frame pointer and restore.
45329         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45330
45331 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45332
45333         * manual/install.texi: Fix stray word in line-wrapped comment.
45334
45335 2012-02-20  David S. Miller  <davem@davemloft.net>
45336
45337         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45338         both binutils and gcc support GOTDATA.
45339
45340         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45341         "rd %pc" in the PIC register setup sequences.
45342
45343         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45344         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45345         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45346         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45347         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45348         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45349         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45350         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45351         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45352         (SYSCALL_ERROR_HANDLER): Likewise.
45353         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45354         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45355         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45356         (SYSCALL_ERROR_HANDLER): Likewise.
45357
45358         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45359         (HAVE_GCC_GOTDATA): New.
45360         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45361         relocation support in both binutils and gcc.
45362         * sysdeps/sparc/elf/configure: Regenerate.
45363
45364         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45365         * sysdeps/sparc/sparc32/elf/configure: Delete.
45366         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45367         * sysdeps/sparc/sparc64/elf/configure: Delete.
45368         * sysdeps/sparc/elf/configure.in: New file.
45369         * sysdeps/sparc/elf/configure: Generate.
45370
45371         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45372         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45373         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45374         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45375         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45376
45377 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45378
45379         * manual/install.texi: Do not mention specific glibc version
45380         numbers.
45381         * manual/libc.texinfo (VERSION, UPDATED): Update.
45382         (@copying): Use @copyright{} and range of years.
45383
45384 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45385
45386         [BZ #13695]
45387         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45388         [crti.S not in sysdirs] (generated): Do not append.
45389         [crti.S not in sysdirs] (omit-deps): Likewise.
45390         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45391         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45392         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45393         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45394         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45395         Likewise.
45396         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45397         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45398         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45399         * csu/defs.awk: Remove file.
45400         * sysdeps/generic/initfini.c: Likewise.
45401         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45402         variable.
45403         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45404         Likewise.
45405
45406 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45407
45408         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45409         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45410         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45411         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45412         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45413         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45414         <bits/epoll.h>.
45415         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45416         (__EPOLL_PACKED): Define to empty if not defined by
45417         <bits/epoll.h>.
45418         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45419         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45420         bits/epoll.h.
45421
45422 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45423
45424         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45425         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45426         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45427         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45428         <bits/timerfd.h>.
45429         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45430         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45431         bits/timerfd.h.
45432
45433 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45434
45435         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45436         in C locale.
45437         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45438         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45439         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45440         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45441
45442 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45443
45444         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45445         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45446
45447 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45448
45449         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45450         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45451         defined.
45452         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45453         Likewise.
45454         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45455         entry for 2.16.
45456
45457 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45458
45459         * math/w_acos.c: Use non-signaling floating-point comparisons.
45460         * math/w_acosf.c: Likewise.
45461         * math/w_acosh.c: Likewise.
45462         * math/w_acoshf.c: Likewise.
45463         * math/w_acoshl.c: Likewise.
45464         * math/w_acosl.c: Likewise.
45465         * math/w_asin.c: Likewise.
45466         * math/w_asinf.c: Likewise.
45467         * math/w_asinl.c: Likewise.
45468         * math/w_atanh.c: Likewise.
45469         * math/w_atanhf.c: Likewise.
45470         * math/w_atanhl.c: Likewise.
45471         * math/w_exp2.c: Likewise.
45472         * math/w_exp2f.c: Likewise.
45473         * math/w_exp2l.c: Likewise.
45474         * math/w_j0.c: Likewise.
45475         * math/w_j0f.c: Likewise.
45476         * math/w_j0l.c: Likewise.
45477         * math/w_j1.c: Likewise.
45478         * math/w_j1f.c: Likewise.
45479         * math/w_j1l.c: Likewise.
45480         * math/w_jn.c: Likewise.
45481         * math/w_jnf.c: Likewise.
45482         * math/w_log.c: Likewise.
45483         * math/w_log10.c: Likewise.
45484         * math/w_log10f.c: Likewise.
45485         * math/w_log10l.c: Likewise.
45486         * math/w_log2.c: Likewise.
45487         * math/w_log2f.c: Likewise.
45488         * math/w_log2l.c: Likewise.
45489         * math/w_logf.c: Likewise.
45490         * math/w_logl.c: Likewise.
45491         * math/w_sqrt.c: Likewise.
45492         * math/w_sqrtf.c: Likewise.
45493         * math/w_sqrtl.c: Likewise.
45494         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45495         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45496         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45497         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45498         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45499
45500 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45501
45502         [BZ #9739]
45503         * manual/string.texi (strnlen): Use correct parameter name in
45504         equivalent expression.
45505
45506 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45507
45508         [BZ #11174]
45509         * manual/users.texi (seteuid): Consistently use neweuid for
45510         argument name.
45511
45512 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45513
45514         [BZ #13704]
45515         * manual/nss.texi (Services in the NSS configuration): Correct
45516         list of services in example configuration file.
45517
45518 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
45519
45520         [BZ #11322]
45521         * manual/arith.texi: Remove statements about negative zero
45522         behaving identically to zero.
45523
45524 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45525
45526         [BZ #5993]
45527         * manual/install.texi: Do not document upgrading from libc5.
45528
45529 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45530
45531         [BZ #4596]
45532         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45533
45534 2012-02-18  David S. Miller  <davem@davemloft.net>
45535
45536         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45537         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45538         %o7 across the call.
45539         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45540         instead.
45541         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45542         SETUP_PIC_REG_LEAF.
45543         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45544         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45545         * sysdeps/sparc/crtn.S: Likewise.
45546
45547 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
45548
45549         * aout/Makefile: Remove.
45550
45551 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
45552
45553         [BZ #13058]
45554         * manual/examples/argp-ex1.c (main): Format definition in GNU
45555         style.
45556         * manual/examples/argp-ex2.c (main): Likewise.
45557         * manual/examples/argp-ex3.c (main): Likewise.
45558         * manual/examples/argp-ex4.c (main): Likewise.
45559         * manual/examples/longopt.c (main): Use new-style prototype
45560         definition.
45561         * manual/examples/strncat.c (main): Specify return type and use
45562         (void) for arguments.
45563         * manual/examples/subopt.c (main): Use char **argv argument.
45564
45565 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45566
45567         [BZ #5077]
45568         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45569         rounding modes.
45570
45571 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
45572
45573         [BZ #6907]
45574         * manual/string.texi (strchr): Change when strchrnul is
45575         recommended.
45576
45577 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
45578
45579         [BZ #174]
45580         * manual/locale.texi (setlocale): Document LOCPATH.
45581
45582 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45583
45584         [BZ #10210]
45585         * manual/process.texi (execle): Move @dots{} before last argument.
45586
45587 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
45588
45589         [BZ #12047]
45590         * manual/charset.texi (Generic Charset Conversion): Fix typo
45591         (LC_TYPE -> LC_CTYPE).
45592
45593 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
45594
45595         [BZ #5805]
45596         * manual/arith.texi (scalbn): Use @var{} on parameter names.
45597         (scalbnf): Likewise.
45598         (scalbnl): Likewise.
45599         (scalbln): Likewise.
45600         (scalblnf): Likewise.
45601         (scalblnl): Likewise.
45602         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45603         (vwarnx): Likewise.
45604         (verr): Likewise.
45605         (verrx): Likewise.
45606         * manual/filesys.texi (telldir): Use braces around return type.
45607         * manual/llio.texi (mmap): Add space after comma.
45608         (mmap64): Likewise.
45609         * manual/math.texi (jn): Use @var{} on parameter names.
45610         (jnf): Likewise.
45611         (jnl): Likewise.
45612         (yn): Likewise.
45613         (ynf): Likewise.
45614         (ynl): Likewise.
45615         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45616         line.
45617         * manual/resource.texi (ulimit): Use @dots{} instead of literal
45618         "...".
45619         (sched_get_priority_min): Remove semicolon on @deftypefun line.
45620         (sched_get_priority_max): Likewise.
45621         * manual/signal.texi (sigvec): Add space after comma.
45622         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45623         names.
45624         (if_indextoname): Likewise.
45625         (if_freenameindex): Likewise.
45626         (sendto): Use ',' instead of '.' in prototype.
45627         * manual/startup.texi (syscall): Use @dots{} instead of literal
45628         "...".
45629         * manual/stdio.texi (__fpending): Separate initial words of
45630         paragraph from @deftypefun line.
45631         * manual/syslog.texi (syslog): Use @dots{} instead of literal
45632         "...".
45633         (vsyslog): Use @var{} on parameter names.
45634         * manual/terminal.texi (stty): Use @var{} on parameter names.
45635         * manual/users.texi (getutmp): Use @var{} on parameter names.
45636         (getutmpx): Likewise.
45637
45638 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45639
45640         [BZ #6884]
45641         * manual/stdio.texi (fopen): Fix typos in description of
45642         ",ccs=STRING".
45643
45644 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
45645
45646         [BZ #4026]
45647         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
45648         get clock_id definition.
45649
45650 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
45651
45652         [BZ #4822]
45653         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
45654         (madvise): Cast every argument to void on its own.
45655
45656 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45657
45658         [BZ #9902]
45659         * manual/startup.texi (Exit Status): Fix typo.
45660
45661 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45662
45663         [BZ #10140]
45664         * manual/examples/argp-ex1.c: Include <stdlib.h>.
45665         * manual/examples/argp-ex2.c: Likewise.
45666         * manual/examples/argp-ex3.c: Likewise.
45667
45668 2012-02-16  Richard Henderson  <rth@redhat.com>
45669
45670         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
45671         * sysdeps/s390/s390-32/initfini.c: Remove.
45672         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
45673         * sysdeps/s390/s390-64/initfini.c: Remove.
45674
45675 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45676
45677         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
45678         compiler output for sysdeps/generic/initfini.c.
45679         * sysdeps/sh/elf/initfini.c: Remove file.
45680
45681 2012-02-16  David S. Miller  <davem@davemloft.net>
45682
45683         [BZ #11494]
45684         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
45685
45686         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
45687         * sysdeps/sparc/crti.S: New file.
45688         * sysdeps/sparc/crtn.S: New file.
45689         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
45690         * sysdeps/sparc/sparc64/Makefile: Likewise.
45691
45692 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
45693
45694         [BZ #3335]
45695         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
45696
45697 2012-02-15  Roland McGrath  <roland@hack.frob.com>
45698
45699         [BZ #4822]
45700         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
45701
45702         * mach/devstream.c (cookie_io_functions_t): Macro removed.
45703         (write, read, close): Likewise.
45704         Patch by Aurelien Jarno <aurelien@aurel32.net>.
45705
45706 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
45707
45708         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
45709         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
45710         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
45711         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
45712         <bits/signalfd.h>.
45713         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
45714         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45715         bits/signalfd.h.
45716
45717 2012-02-14  Marek Polacek  <polacek@redhat.com>
45718
45719         * sysdeps/x86_64/crti.S: New file.
45720         * sysdeps/x86_64/crtn.S: New file.
45721         * sysdeps/x86_64/elf/initfini.c: Remove file.
45722
45723 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45724
45725         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
45726         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
45727         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
45728         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
45729         <bits/inotify.h>.
45730         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
45731         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45732         bits/inotify.h.
45733
45734 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45735
45736         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
45737         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
45738         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
45739         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
45740         <bits/eventfd.h>.
45741         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
45742         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45743         bits/eventfd.h.
45744
45745 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
45746
45747         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
45748         __feraiseexcept instead of feraiseexcept.
45749
45750         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
45751         nanosleep invocations.
45752         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
45753         strings, and add error checking for a nanosleep invocations.
45754
45755 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
45756
45757         Replace FSF snail mail address with URLs, as per GNU coding standards.
45758         Most of the snail mail addresses were wrong anyway, and omitting
45759         them makes the source code easier to maintain.  Almost all of the
45760         changes are to license notices and to locale LC_IDENTIFICATION
45761         addresses, except for this one:
45762         * manual/libc.texinfo: In "Published by", give the FSF's URL,
45763         not its snail mail address.
45764
45765 2012-02-09  Richard Henderson  <rth@twiddle.net>
45766
45767         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
45768         of kernel-features.h.
45769
45770         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
45771
45772 2012-02-08  Marek Polacek  <polacek@redhat.com>
45773
45774         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
45775         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
45776         * sysdeps/gnu/_G_config.h: Likewise.
45777         * sysdeps/generic/_G_config.h: Likewise.
45778
45779 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
45780
45781         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
45782         tests.
45783         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45784
45785         * sysdeps/powerpc/powerpc32/crti.S: New file.
45786         * sysdeps/powerpc/powerpc32/crtn.S: New file.
45787         * sysdeps/powerpc/powerpc64/crti.S: New file.
45788         * sysdeps/powerpc/powerpc64/crtn.S: New file.
45789
45790         * Makeconfig (have-initfini): Don't set.
45791         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
45792         * configure.in (nopic_initfini): Don't substitute.
45793         * config.h.in (HAVE_INITFINI): Don't #undef.
45794         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
45795         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
45796
45797 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
45798
45799         Support crti.S and crtn.S provided directly by architectures.
45800         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
45801         [crti.S in sysdirs] (omit-deps): Likewise.
45802         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
45803         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
45804         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
45805         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
45806         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
45807         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
45808         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
45809         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
45810         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
45811         compiler output for sysdeps/generic/initfini.c.
45812         * sysdeps/i386/elf/Makefile: Remove file.
45813         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
45814
45815 2012-02-07  Marek Polacek  <polacek@redhat.com>
45816
45817         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
45818         * sysdeps/gnu/_G_config.h: Likewise.
45819         * sysdeps/mach/hurd/_G_config.h: Likewise.
45820
45821 2012-02-07  Marek Polacek  <polacek@redhat.com>
45822
45823         * math/Makefile (tests): Add tst-CMPLX2.
45824         * math/tst-CMPLX2.c: New file.
45825
45826 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
45827
45828         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45829
45830         * math/libm-test.inc (jn_test): Add missing L suffix.
45831
45832 2012-02-06  Marek Polacek  <polacek@redhat.com>
45833
45834         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
45835         * sysdeps/i386/fpu/e_powf.S: Likewise.
45836         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45837         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45838         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45839         * sysdeps/i386/fpu/e_pow.S: Likewise.
45840         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
45841         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45842         * sysdeps/i386/fpu/s_expm1.S: Likewise.
45843         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
45844         * sysdeps/i386/fpu/e_log2.S: Likewise.
45845         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45846         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45847         * sysdeps/i386/fpu/e_powl.S: Likewise.
45848         * sysdeps/i386/fpu/s_log1p.S: Likewise.
45849         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45850         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
45851         * sysdeps/i386/fpu/e_logl.S: Likewise.
45852         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
45853         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
45854         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
45855         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
45856         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45857         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45858         * sysdeps/i386/fpu/e_log.S: Likewise.
45859         * sysdeps/i386/fpu/s_cexp.S: Likewise.
45860         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45861         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
45862         * sysdeps/i386/fpu/e_logf.S: Likewise.
45863         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45864         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45865         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
45866         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
45867         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45868         * sysdeps/i386/fpu/e_log10.S: Likewise.
45869         * sysdeps/i386/fpu/s_frexp.S: Likewise.
45870         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45871         * sysdeps/i386/fpu/s_asinh.S: Likewise.
45872         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
45873         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45874         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
45875         * sysdeps/i386/asm-syntax.h: Likewise.
45876         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45877         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45878         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45879         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
45880         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
45881         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45882         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
45883         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
45884         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45885         * sysdeps/powerpc/sysdep.h: Likewise.
45886         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
45887         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
45888
45889 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
45890
45891         [BZ #411]
45892         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
45893
45894 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
45895
45896         * sysdeps/i386/sysdep.h: Include <features.h>.
45897         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
45898         version.
45899
45900 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
45901
45902         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
45903         Define.
45904         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
45905         LOAD_PIC_REG_STR.
45906
45907 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45908
45909         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
45910         (SETUP_PIC_REG): Use GET_PC_THUNK.
45911         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
45912         macro.
45913
45914 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45915
45916         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
45917         for non-PIC compilation.
45918         (SETUP_PIC_REG): Add .p2align directive.
45919         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
45920         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
45921         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
45922         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
45923         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
45924         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
45925         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
45926         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
45927         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
45928         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
45929         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
45930         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
45931         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
45932         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
45933         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
45934         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
45935         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
45936         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
45937         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
45938         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
45939         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
45940         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
45941         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
45942         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
45943         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
45944         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
45945         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
45946         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
45947         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
45948         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
45949         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
45950         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
45951         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
45952         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
45953         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
45954         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
45955         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
45956         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
45957         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
45958         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
45959         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
45960
45961 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45962
45963         * math/tst-CMPLX.c: Include <stdio.h>.
45964
45965 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
45966
45967         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
45968         float.
45969         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
45970         * sysdeps/sparc/bits/mathdef.h: Likewise.
45971
45972 2012-01-31  Marek Polacek  <polacek@redhat.com>
45973
45974         * libio/libio.h: Don't define _PARAMS.
45975         * locale/programs/config.h: Don't define PARAMS.
45976         * stdlib/strtol_l.c: Likewise.
45977         (__strtol_l): Remove PARAMS from the prototype.
45978
45979 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
45980
45981         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
45982         names.  Just use the correct names.  Remove unnecessary wrapper
45983         functions.
45984         * malloc/arena.c: Likewise.
45985         * malloc/hooks.c: Likewise.
45986
45987         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
45988         ARENA_TEST says not to.  Simplify test for creation of a new arena.
45989         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
45990
45991 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
45992
45993         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
45994         into tail calls.
45995         (update_get_addr): New function.
45996         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
45997         GET_ADDR_MODULE parameter.
45998
45999 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46000
46001         * crypt/cert.c: Remove __STDC__ conditionals.
46002         * crypt/crypt-entry.c: Likewise.
46003         * crypt/crypt_util.c: Likewise.
46004         * libio/filedoalloc.c: Likewise.
46005         * libio/fileops.c: Likewise.
46006         * libio/genops.c: Likewise.
46007         * libio/iofclose.c: Likewise.
46008         * libio/iofdopen.c: Likewise.
46009         * libio/iofopen.c: Likewise.
46010         * libio/iofopen64.c: Likewise.
46011         * libio/iogetdelim.c: Likewise.
46012         * libio/iopopen.c: Likewise.
46013         * libio/obprintf.c: Likewise.
46014         * libio/oldfileops.c: Likewise.
46015         * libio/oldiofclose.c: Likewise.
46016         * libio/oldiofdopen.c: Likewise.
46017         * libio/oldiofopen.c: Likewise.
46018         * libio/oldiopopen.c: Likewise.
46019         * libio/wfiledoalloc.c: Likewise.
46020         * libio/wgenops.c: Likewise.
46021         * locale/programs/xmalloc.c: Likewise.
46022         * misc/syslog.c: Likewise.
46023         * stdio-common/xbug.c: Likewise.
46024         * string/memchr.c: Likewise.
46025         * string/memcmp.c: Likewise.
46026         * string/memrchr.c: Likewise.
46027         * string/rawmemchr.c: Likewise.
46028         * sysdeps/posix/getcwd.c: Likewise.
46029         * time/strftime_l.c: Likewise.
46030
46031 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46032
46033         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46034         * config.make.in (config-cflags-sse2avx): Define.
46035         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46036         Fix typo.
46037
46038 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46039
46040         * scripts/config.guess: Update from upstream config git repository.
46041         * scripts/config.sub: Likewise.
46042
46043 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46044
46045         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46046         (EM_NUM): Update.
46047         (R_TILEPRO_*, R_TILEGX_*): New macros.
46048
46049         * scripts/firstversions.awk: Fix bug in version range handling.
46050
46051         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46052
46053         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46054
46055         * include/sys/epoll.h: New file.
46056         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46057         libc_hidden_def.
46058
46059 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46060
46061         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46062         Avoid unnecessary __WORDSIZE == 64 test.
46063         (fmaxf): Use VEX format if possible.
46064         (fmax): Likewise.
46065         (fminf): Likewise.
46066         (fmin): Likewise.
46067
46068         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46069         * math/math_private.h: Remove libc_fegetround* and
46070         libc_fesetround*.
46071         * sysdeps/i386/configure.in: Check for -msse2avx.
46072         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46073         also if SSE2AVX is defined.
46074         Remove libc_fegetround* and libc_fesetround*.
46075         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46076         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46077         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46078         of HAS_YMM_USABLE.
46079         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46080         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46081         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46082         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46083         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46084
46085         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46086
46087 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46088
46089         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46090         size is not set.
46091         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46092
46093 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46094
46095         [BZ #13618]
46096         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46097         relocation.
46098         * Makeconfig (libm): Define.
46099         * elf/Makefile: Add rules to build and run tst-relsort1.
46100         * elf/tst-relsort1.c: New file.
46101         * elf/tst-relsort1mod1.c: New file.
46102         * elf/tst-relsort1mod2.c: New file.
46103
46104 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46105
46106         * math/s_ldexp.c: Remove __STDC__ conditionals.
46107         * math/s_ldexpf.c: Likewise.
46108         * math/s_ldexpl.c: Likewise.
46109         * math/s_nextafter.c: Likewise.
46110         * math/s_nexttowardf.c: Likewise.
46111         * math/s_significand.c: Likewise.
46112         * math/s_significandf.c: Likewise.
46113         * math/s_significandl.c: Likewise.
46114         * math/w_jnl.c: Likewise.
46115         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46116         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46117         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46118         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46119         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46120         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46121         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46122         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46123         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46124         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46125         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46126         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46127         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46128         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46129         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46130         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46131         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46132         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46133         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46134         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46135         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46136         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46137         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46138         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46139         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46140         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46141         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46142         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46143         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46144         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46145         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46146         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46147         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46148         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46149         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46150         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46151         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46152         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46153         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46154         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46155         * sysdeps/ieee754/k_standard.c: Likewise.
46156         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46157         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46158         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46159         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46160         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46161         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46162         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46163         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46164         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46165         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46166         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46167         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46168         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46169         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46170         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46171         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46172         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46173         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46174         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46175         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46176         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46177         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46178         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46179         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46180         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46181         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46182         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46183         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46184         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46185         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46186         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46187         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46188         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46189         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46190         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46191         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46192         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46193         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46194         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46195         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46196         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46197         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46198         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46199         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46200         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46201         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46202         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46203         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46204         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46205         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46206         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46207         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46208         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46209         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46210         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46211         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46212         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46213         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46214         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46215         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46216         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46217         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46218         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46219         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46220         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46221         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46222         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46223         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46224         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46225         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46226         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46227         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46228         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46229         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46230         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46231         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46232         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46233         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46234         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46235         * sysdeps/ieee754/s_matherr.c: Likewise.
46236         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46237         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46238         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46239         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46240
46241 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46242
46243         * crypt/md5.h: Remove __STDC__ conditionals.
46244         * libio/libioP.h: Likewise.
46245         * locale/programs/config.h: Likewise.
46246         * sysdeps/generic/sysdep.h: Likewise.
46247         * sysdeps/i386/asm-syntax.h: Likewise.
46248         * sysdeps/s390/asm-syntax.h: Likewise.
46249         * sysdeps/unix/sysdep.h: Likewise.
46250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46252
46253 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46254
46255         * libio/libio.h: Remove __STDC__ conditionals.
46256         * malloc/obstack.h: Likewise.
46257         * math/complex.h: Likewise.
46258         * math/math.h: Likewise.
46259         * sysdeps/generic/_G_config.h: Likewise.
46260         * sysdeps/gnu/_G_config.h: Likewise.
46261         * sysdeps/mach/hurd/_G_config.h: Likewise.
46262         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46263         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46264         * sysdeps/sparc/bits/mathdef.h: Likewise.
46265
46266 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46267
46268         [BZ #13583]
46269         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46270         Clean up HAS_* macros.
46271         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46272         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46273         possible.
46274         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46275         HAS_AVX.
46276         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46277         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46278         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46279         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46280         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46281
46282 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46283
46284         * elf/tst-unique3.cc (gets): Remove declaration.
46285         * elf/tst-unique3lib.cc (gets): Likewise.
46286         * elf/tst-unique3lib2.cc (gets): Likewise.
46287         * elf/tst-unique4.cc (gets): Likewise.
46288
46289 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46290
46291         * include/stdio.h: Add C++ protection.  Add gets declarations and
46292         definitions.
46293         * debug/tst-chk1.c: Don't declare gets here.
46294         * stdio-common/tst-gets.c: Likewise.
46295
46296 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46297
46298         * posix/glob: Remove directory.
46299
46300 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46301
46302         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46303
46304 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46305
46306         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46307         of the non-standard EPFNOSUPPORT.
46308
46309 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46310
46311         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46312         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46313         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46314
46315 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46316
46317         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46318
46319 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46320
46321         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46322         transient errors.
46323         * nscd/grpcache.c (cache_addgr): Likewise.
46324         * nscd/hstcache.c (cache_addhst): Likewise.
46325         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46326         * nscd/pwdcache.c (cache_addpw): Likewise.
46327         * nscd/servicescache.c (cache_addserv): Likewise.
46328
46329 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46330
46331         * malloc/malloc.c: Various cleanups.
46332         * malloc/hooks.c: Likewise.
46333
46334         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46335         * stdlib/bug-fmtmsg1.c: New file.
46336
46337         * stdlib/fmtmsg.c (init): Add missing unlock.
46338         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46339
46340 2012-01-12  Marek Polacek  <polacek@redhat.com>
46341
46342         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46343         and _GNU_SOURCE.
46344
46345 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46346
46347         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46348         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46349         macro to ensure uniqueness of label name.
46350         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46351         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46352
46353 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46354
46355         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46356
46357         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46358         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46359         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46360         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46361
46362 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46363
46364         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46365
46366         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46367         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46368         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46369
46370         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46371
46372         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46373         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46374         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46375         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46376
46377         * math/bits/math-finite.h: Add ldexp support.
46378
46379 2012-01-10  Marek Polacek  <polacek@redhat.com>
46380
46381         * locale/programs/localedef.h (show_archive_content): Add noreturn
46382         attribute.
46383
46384 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46385
46386         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46387
46388 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46389
46390         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46391
46392         * io/Makefile (headers): Add bits/poll2.h.
46393
46394 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46395
46396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46397         typo #include statement.
46398
46399 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46400
46401         * include/sys/cdefs.h: Define __attribute_alloc_size.
46402         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46403         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46404         * elf/pldd.c: Likewise.
46405         * iconv/iconv_charmap.c: Likewise.
46406         * iconv/iconvconfig.c: Likewise.
46407         * iconv/strtab.c: Likewise.
46408         * locale/programs/locale.c: Likewise.
46409         * locale/programs/localedef.h: Likewise.
46410         * locale/programs/simple-hash.c: Likewise.
46411         * nscd/nscd.h: Likewise.
46412         * nss/makedb.c: Likewise.
46413         * sysdeps/generic/ldconfig.h: Likewise.
46414         * locale/programs/localedef.c: Remove xmalloc prototype.
46415         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46416
46417 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46418
46419         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46420         appropriate.
46421
46422 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46423
46424         * math/Makefile (tests): Add tst-CMPLX.
46425         * math/tst-CMPLX.c: New file.
46426
46427         * math/complex.h (CMPLXL): Fix typo.
46428
46429         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46430         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46431         GLIBC_2.16.
46432         * debug/tst-chk1.c: Add poll and ppoll tests.
46433         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46434         * include/sys/poll.h: Add hidden proto for ppoll.
46435         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46436         * sysdeps/mach/hurd/ppoll.c: Likewise.
46437         * io/ppoll.c: Likewise.
46438         * debug/poll_chk.c: New file.
46439         * debug/ppoll_chk.c: New file.
46440         * include/bits/poll2.h: New file.
46441         * io/bits/poll2.h: New file.
46442
46443         [BZ #1350]
46444         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46445
46446         * configure.in: static is always set to yes.  Remove.
46447         * config.make.in: Don't set build-static.
46448         * Makeconfig: Remove use of build-static.
46449         * dlfcn/Makefile: Likewise.
46450         * elf/Makefile: Likewise.
46451         * math/Makefile: Likewise.
46452         * misc/Makefile: Likewise.
46453         * nptl/Makefile: Likewise.
46454         * sysdeps/mach/hurd/Makefile: Likewise.
46455
46456         * configure.in: PWD_P is not used anymore.
46457         * config.make.in: Remove PWD_P entry.
46458
46459         * configure.in: Remove last remnants of RANLIB.
46460         No need to check for signed size_t anymore.
46461         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46462         and IA-64.
46463         Remove __builtin_expect test because we require at least gcc 3.4.
46464         * aclocal.m4: Likewise.
46465
46466         * wcsmbs/mbrtoc16.c: Implement using towc function.
46467         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46468         * wcsmbs/wcsmbsload.c: Likewise.
46469         * iconv/gconv_simple.c: Likewise.
46470         * iconv/gconv_int.h: Likewise.
46471         * iconv/gconv_builtin.h: Likewise.
46472         * iconv/iconv_prog.c: Remove CHAR16 handling.
46473
46474         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46475
46476         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46477
46478         * configure.in: Remove --with-elf and --enable-bounded options.
46479         Dont set base_machine for ia64.  More non-ELF conditions removed.
46480         Remove testing and setting of leading underscore information.
46481         * config.make.in (build-bounded): Set to no.
46482         * config.h.in: Remove NO_UNDERSCORES entry.
46483         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
46484         them.
46485         * csu/start.c: Remove !NO_UNDERSCORE code.
46486         * locale/localeinfo.h: Likewise.
46487         * sysdeps/generic/machine-gmon.h: Likewise.
46488         * sysdeps/generic/sysdep.h: Likewise.
46489         * sysdeps/i386/sysdep.h: Likewise.
46490         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46491         * sysdeps/mach/sysdep.h: Likewise.
46492         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46493         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46494         * sysdeps/sh/sysdep.h: Likewise.
46495         * sysdeps/sparc/sparc32/alloca.S: Likewise.
46496         * sysdeps/unix/i386/sysdep.S: Likewise.
46497         * sysdeps/unix/sparc/start.c: Likewise.
46498         * sysdeps/unix/sparc/sysdep.S: Likewise.
46499         * sysdeps/unix/sparc/sysdep.h: Likewise.
46500         * sysdeps/unix/start.c: Likewise.
46501         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46502         * sysdeps/x86_64/sysdep.h: Likewise.
46503
46504 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
46505
46506         [BZ #13553]
46507         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46508         for non-gcc.
46509         * argp/argp-fmtstream.h: Use const instead __const.
46510         * argp/argp.h: Likewise.
46511         * assert/assert.h: Likewise.
46512         * bits/fenv.h: Likewise.
46513         * bits/sched.h: Likewise.
46514         * bits/sigset.h: Likewise.
46515         * bits/sigthread.h: Likewise.
46516         * catgets/nl_types.h: Likewise.
46517         * conform/data/pthread.h-data: Likewise.
46518         * crypt/crypt-private.h: Likewise.
46519         * crypt/crypt.h: Likewise.
46520         * crypt/crypt_util.c: Likewise.
46521         * ctype/ctype.h: Likewise.
46522         * debug/execinfo.h: Likewise.
46523         * debug/mbsnrtowcs_chk.c: Likewise.
46524         * debug/mbsrtowcs_chk.c: Likewise.
46525         * debug/wcsnrtombs_chk.c: Likewise.
46526         * debug/wcsrtombs_chk.c: Likewise.
46527         * debug/wcstombs_chk.c: Likewise.
46528         * dirent/dirent.h: Likewise.
46529         * dlfcn/dlfcn.h: Likewise.
46530         * elf/neededtest4.c: Likewise.
46531         * grp/grp.h: Likewise.
46532         * gshadow/gshadow.h: Likewise.
46533         * iconv/gconv.h: Likewise.
46534         * iconv/gconv_int.h: Likewise.
46535         * iconv/gconv_simple.c: Likewise.
46536         * iconv/iconv.h: Likewise.
46537         * iconv/loop.c: Likewise.
46538         * iconv/skeleton.c: Likewise.
46539         * include/aio.h: Likewise.
46540         * include/aliases.h: Likewise.
46541         * include/argz.h: Likewise.
46542         * include/arpa/inet.h: Likewise.
46543         * include/assert.h: Likewise.
46544         * include/dirent.h: Likewise.
46545         * include/dlfcn.h: Likewise.
46546         * include/execinfo.h: Likewise.
46547         * include/fcntl.h: Likewise.
46548         * include/fenv.h: Likewise.
46549         * include/glob.h: Likewise.
46550         * include/grp.h: Likewise.
46551         * include/libintl.h: Likewise.
46552         * include/mntent.h: Likewise.
46553         * include/netdb.h: Likewise.
46554         * include/pwd.h: Likewise.
46555         * include/rpc/netdb.h: Likewise.
46556         * include/sched.h: Likewise.
46557         * include/search.h: Likewise.
46558         * include/shadow.h: Likewise.
46559         * include/signal.h: Likewise.
46560         * include/stdio.h: Likewise.
46561         * include/stdlib.h: Likewise.
46562         * include/string.h: Likewise.
46563         * include/sys/socket.h: Likewise.
46564         * include/sys/stat.h: Likewise.
46565         * include/sys/statfs.h: Likewise.
46566         * include/sys/statvfs.h: Likewise.
46567         * include/sys/syslog.h: Likewise.
46568         * include/sys/time.h: Likewise.
46569         * include/sys/uio.h: Likewise.
46570         * include/time.h: Likewise.
46571         * include/unistd.h: Likewise.
46572         * include/utmp.h: Likewise.
46573         * include/wchar.h: Likewise.
46574         * include/wctype.h: Likewise.
46575         * inet/aliases.h: Likewise.
46576         * inet/arpa/inet.h: Likewise.
46577         * inet/netinet/ether.h: Likewise.
46578         * inet/netinet/in.h: Likewise.
46579         * intl/libintl.h: Likewise.
46580         * io/bits/fcntl2.h: Likewise.
46581         * io/fcntl.h: Likewise.
46582         * io/ftw.h: Likewise.
46583         * io/sys/poll.h: Likewise.
46584         * io/sys/stat.h: Likewise.
46585         * io/sys/statfs.h: Likewise.
46586         * io/sys/statvfs.h: Likewise.
46587         * io/utime.h: Likewise.
46588         * libio/bits/stdio.h: Likewise.
46589         * libio/bits/stdio2.h: Likewise.
46590         * libio/libio.h: Likewise.
46591         * libio/libioP.h: Likewise.
46592         * libio/stdio.h: Likewise.
46593         * locale/lc-ctype.c: Likewise.
46594         * locale/locale.h: Likewise.
46595         * login/utmp.h: Likewise.
46596         * malloc/arena.c: Likewise.
46597         * malloc/malloc.c: Likewise.
46598         * malloc/malloc.h: Likewise.
46599         * malloc/mcheck.c: Likewise.
46600         * malloc/mtrace.c: Likewise.
46601         * math/bits/mathcalls.h: Likewise.
46602         * math/fenv.h: Likewise.
46603         * math/math_private.h: Likewise.
46604         * misc/bits/error.h: Likewise.
46605         * misc/bits/syslog.h: Likewise.
46606         * misc/err.h: Likewise.
46607         * misc/error.h: Likewise.
46608         * misc/fstab.h: Likewise.
46609         * misc/mntent.h: Likewise.
46610         * misc/regexp.h: Likewise.
46611         * misc/search.h: Likewise.
46612         * misc/sgtty.h: Likewise.
46613         * misc/sys/mman.h: Likewise.
46614         * misc/sys/syslog.h: Likewise.
46615         * misc/sys/uio.h: Likewise.
46616         * misc/sys/xattr.h: Likewise.
46617         * misc/ttyent.h: Likewise.
46618         * nis/rpcsvc/ypclnt.h: Likewise.
46619         * nss/nss.h: Likewise.
46620         * posix/bits/unistd.h: Likewise.
46621         * posix/fnmatch.h: Likewise.
46622         * posix/glob.h: Likewise.
46623         * posix/sched.h: Likewise.
46624         * posix/spawn.h: Likewise.
46625         * posix/sys/wait.h: Likewise.
46626         * posix/unistd.h: Likewise.
46627         * posix/wordexp.h: Likewise.
46628         * pwd/pwd.h: Likewise.
46629         * resolv/netdb.h: Likewise.
46630         * resource/sys/resource.h: Likewise.
46631         * rt/aio.h: Likewise.
46632         * rt/bits/mqueue2.h: Likewise.
46633         * rt/mqueue.h: Likewise.
46634         * shadow/shadow.h: Likewise.
46635         * signal/signal.h: Likewise.
46636         * socket/send.c: Likewise.
46637         * socket/sendto.c: Likewise.
46638         * socket/sys/socket.h: Likewise.
46639         * stdio-common/printf.h: Likewise.
46640         * stdlib/bits/stdlib.h: Likewise.
46641         * stdlib/fmtmsg.h: Likewise.
46642         * stdlib/monetary.h: Likewise.
46643         * stdlib/stdlib.h: Likewise.
46644         * stdlib/ucontext.h: Likewise.
46645         * streams/stropts.h: Likewise.
46646         * string/argz.h: Likewise.
46647         * string/bits/string2.h: Likewise.
46648         * string/string.h: Likewise.
46649         * string/strings.h: Likewise.
46650         * sunrpc/rpc/auth.h: Likewise.
46651         * sunrpc/rpc/auth_des.h: Likewise.
46652         * sunrpc/rpc/clnt.h: Likewise.
46653         * sunrpc/rpc/netdb.h: Likewise.
46654         * sunrpc/rpc/pmap_clnt.h: Likewise.
46655         * sunrpc/rpc/xdr.h: Likewise.
46656         * sysdeps/generic/inttypes.h: Likewise.
46657         * sysdeps/generic/net/if.h: Likewise.
46658         * sysdeps/generic/sys/swap.h: Likewise.
46659         * sysdeps/gnu/net/if.h: Likewise.
46660         * sysdeps/gnu/utmpx.h: Likewise.
46661         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
46662         * sysdeps/i386/i486/bits/string.h: Likewise.
46663         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
46664         * sysdeps/s390/bits/string.h: Likewise.
46665         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
46666         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
46667         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
46668         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
46669         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
46670         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
46671         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
46672         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
46673         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
46674         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
46675         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
46676         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
46677         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
46678         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
46679         * sysdeps/unix/sysv/linux/readv.c: Likewise.
46680         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
46681         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
46682         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46683         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
46684         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
46685         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46686         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
46687         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
46688         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
46689         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
46690         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
46691         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
46692         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46693         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
46694         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
46695         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
46696         * sysvipc/sys/ipc.h: Likewise.
46697         * sysvipc/sys/msg.h: Likewise.
46698         * sysvipc/sys/sem.h: Likewise.
46699         * sysvipc/sys/shm.h: Likewise.
46700         * termios/termios.h: Likewise.
46701         * time/sys/time.h: Likewise.
46702         * time/time.h: Likewise.
46703         * wcsmbs/bits/wchar2.h: Likewise.
46704         * wcsmbs/uchar.h: Likewise.
46705         * wcsmbs/wchar.h: Likewise.
46706         * wctype/wctype.h: Likewise.
46707
46708         [BZ #13551]
46709         * Makeconfig: Remove all but ELF support including AIX support.
46710         * Makerules: Likewise.
46711         * config.h.in: Likewise.
46712         * config.make.in: Likewise.
46713         * configure: Likewise.
46714         * configure.in: Likewise.
46715         * csu/Makefile: Likewise.
46716         * csu/version.c: Likewise.
46717         * debug/Makefile: Likewise.
46718         * dlfcn/Makefile: Likewise.
46719         * elf/Makefile: Likewise.
46720         * extra-lib.mk: Likewise.
46721         * iconv/Makefile: Likewise.
46722         * include/libc-symbols.h: Likewise.
46723         * include/shlib-compat.h: Likewise.
46724         * resolv/Makefile: Likewise.
46725         * resolv/res_libc.c: Likewise.
46726         * rt/Makefile: Likewise.
46727         * sysdeps/i386/asm-syntax.h: Likewise.
46728         * sysdeps/i386/sysdep.h: Likewise.
46729         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46730         * sysdeps/mach/sysdep.h: Likewise.
46731         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
46732         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
46733         * sysdeps/s390/asm-syntax.h: Likewise.
46734         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46735         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46736         * sysdeps/sh/sysdep.h: Likewise.
46737         * sysdeps/unix/sparc/sysdep.h: Likewise.
46738         * sysdeps/wordsize-32/divdi3.c: Likewise.
46739         * sysdeps/x86_64/sysdep.h: Likewise.
46740
46741         * argp/Versions: Remove _argp_unlock_xxx.
46742
46743         [BZ #13559]
46744         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
46745         * abilist/libBrokenLocale.abilist: Likewise.
46746         * abilist/libanl.abilist: Likewise.
46747         * abilist/libc.abilist: Likewise.
46748         * abilist/libcrypt.abilist: Likewise.
46749         * abilist/libdl.abilist: Likewise.
46750         * abilist/libm.abilist: Likewise.
46751         * abilist/libnsl.abilist: Likewise.
46752         * abilist/libpthread.abilist: Likewise.
46753         * abilist/libresolv.abilist: Likewise.
46754         * abilist/librt.abilist: Likewise.
46755         * abilist/libthread_db.abilist: Likewise.
46756         * abilist/libutil.abilist: Likewise.
46757         * abilist/libnss_db.abilist: New file.
46758
46759         * scripts/abilist.awk: Add support for indirect functions.
46760
46761         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
46762
46763         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
46764
46765         * shlib-versions: Remove entries for ports architectures.
46766
46767         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
46768         files in ports.
46769         * elf/stackguard-macros.h: Remove support for IA-64.
46770         * elf/tst-auditmod1.c: Likewise.
46771         * sysdeps/generic/ldsodefs.h: Likewise.
46772
46773         * sysdeps/unix/sysv/linux/configure.in: Ports should define
46774         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
46775         configure files.
46776
46777         [BZ #13552]
46778         * configure.in: Remove --enable-omitfp support.
46779         * FAQ.in: Adjust.
46780         * config.make.in: Likewise.
46781         * Makeconfig: Likewise.
46782         * manual/install.texi: Likewise.
46783
46784         In case anyone cares, the IA-64 architecture could move to ports.
46785         * sysdeps/ia64/*: Removed.
46786         * sysdeps/unix/sysv/linux/ia64/*: Removed.
46787         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
46788
46789         [BZ #13555]
46790         * configure.in: Remove entries for unsupported architectures.
46791
46792         [BZ #13533]
46793         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
46794         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
46795         routines.
46796         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
46797         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
46798         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
46799         fall back to using wcrtomb.
46800         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
46801         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
46802         renaming.
46803         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
46804         * wcsmbs/tst-c16c32-1.c: New file.
46805
46806         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
46807         local variable.
46808
46809         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
46810
46811         * elf/tst-unique3.cc: Add explicit declaration of gets.
46812         * elf/tst-unique3lib.cc: Likewise.
46813         * elf/tst-unique3lib2.cc: Likewise.
46814         * elf/tst-unique4.cc: Likewise.
46815
46816         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
46817
46818 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
46819
46820         [BZ #13566]
46821         * assert/assert.h (static_assert): Don't define for C++.
46822         * libio/stdio.h (gets): Do declare for C++ <= C++11.
46823         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
46824
46825 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
46826
46827         * iconv/loop.c (single loop): Fix assertion in storing of
46828         remaining bytes.
46829
46830         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
46831
46832 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
46833
46834         * posix/getconf.c: Update copyright year.
46835         * nss/getent.c: Likewise.
46836         * nss/makedb.c: Likewise.
46837         * iconv/iconvconfig.c: Likewise.
46838         * iconv/iconv_prog.c: Likewise.
46839         * elf/ldconfig.c: Likewise.
46840         * elf/pldd.c: Likewise.
46841         * elf/sotruss.ksh: Likewise.
46842         * catgets/gencat.c: Likewise.
46843         * csu/version.c: Likewise.
46844         * elf/ldd.bash.in: Likewise.
46845         * elf/sprof.c (print_version): Likewise.
46846         * locale/programs/locale.c: Likewise.
46847         * locale/programs/localedef.c: Likewise.
46848         * login/programs/pt_chown.c: Likewise.
46849         * nscd/nscd.c (print_version): Likewise.
46850         * debug/xtrace.sh: Likewise.
46851         * malloc/memusage.sh: Likewise.
46852         * malloc/mtrace.pl: Likewise.
46853         * debug/catchsegv.sh: Likewise.
46854
46855 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
46856
46857         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
46858         pure attribute.
46859
46860 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
46861
46862         [BZ #13533]
46863         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
46864         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
46865         transformations.
46866         * iconv/gconv_int.h: Likewise.
46867         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
46868         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
46869         from libc for GLIBC_2.16.
46870         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
46871         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
46872         * wcsmbs/uchar.h: Really define mbstate_t.
46873         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
46874         * wcsmbs/c16rtomb.c: New file.
46875         * wcsmbs/mbrtoc16.c: New file.
46876         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
46877         for C/POSIX locale.
46878         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
46879         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
46880
46881         * wcsmbs/wchar.h: Add missing __restrict.
46882
46883 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
46884
46885         [BZ #13532]
46886         * time/Makefile (routines): Add timespec_get.
46887         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
46888         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
46889         timespec for ISO C11.
46890         * time/timespec_get.c: New file.
46891         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
46892         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
46893
46894         [BZ #13531]
46895         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
46896         * stdlib/stdlib.h: Declare aligned_alloc.
46897         * Versions.def: Add GLIBC_2.16 for libc.
46898         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
46899
46900         [BZ 13527]
46901         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
46902         ISO C11.
46903
46904         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
46905         code.
46906
46907         [BZ #13528]
46908         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
46909
46910         [BZ #13529]
46911         * assert/assert.h (static_assert): Define.
46912
46913         * version.h: Update for 2.16 development version.
46914
46915         [BZ #13526]
46916         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
46917         _ISOC11_SOURCE.
46918
46919         * version.h (RELEASE): Bump for 2.15 release.
46920         * include/features.h (__GLIBC_MINOR__): Bump to 15.
46921
46922         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
46923         Patch by Marek Polacek <mpolacek@redhat.com>.
46924
46925         * bits/byteswap.h: Protect long long constants with __extension__.
46926         * sysdeps/i386/bits/byteswap.h: Likewise.
46927         * sysdeps/ia64/bits/byteswap.h: Likewise.
46928         * sysdeps/s390/bits/byteswap.h: Likewise.
46929         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46930
46931 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46932
46933         [BZ #13540]
46934         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
46935         destination buffer.
46936         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
46937
46938 2011-12-23  Marek Polacek  <polacek@redhat.com>
46939
46940         * elf/dl-addr.c (determine_info): Add inline keyword.
46941         * elf/tst-auditmod4b.c (check_avx): Likewise.
46942         * elf/tst-auditmod6b.c (check_avx): Likewise.
46943         * elf/tst-auditmod6c.c (check_avx): Likewise.
46944         * elf/tst-auditmod7b.c (check_avx): Likewise.
46945
46946 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
46947
46948         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
46949         !__SSE_MATH__.
46950
46951 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46952
46953         [BZ #13540]
46954         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
46955         processing for last bytes.
46956
46957 2011-08-06  Bruno Haible  <bruno@clisp.org>
46958
46959         [BZ #13061]
46960         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
46961         U+0385, not to U+1FEE.
46962
46963         [BZ #13062]
46964         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
46965         entry for U+00A5 U+0301.
46966
46967 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
46968
46969         [BZ #13166]
46970         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
46971         buffer for the output is too small.
46972
46973         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
46974         optimization.
46975
46976         [BZ #13185]
46977         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
46978         SSE flags if possible.
46979
46980 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46981
46982         [BZ #13540]
46983         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
46984         processing for last bytes.
46985
46986 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
46987
46988         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
46989         (syscall-list-default-options, syscall-list-default-condition)
46990         (syscall-list-includes): Define.
46991         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
46992         list of ABIs and options and #if conditions for each ABI.  Do not
46993         handle common syscalls between ABIs specially.
46994         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
46995         Remove.
46996         (syscall-list-variants, syscall-list-32bit-options)
46997         (syscall-list-32bit-condition, syscall-list-64bit-options)
46998         (syscall-list-64bit-condition): Define.
46999         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47000         (syscall-list-variants, syscall-list-32bit-options)
47001         (syscall-list-32bit-condition, syscall-list-64bit-options)
47002         (syscall-list-64bit-condition): Define.
47003         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47004         Remove.
47005         (syscall-list-variants, syscall-list-32bit-options)
47006         (syscall-list-32bit-condition, syscall-list-64bit-options)
47007         (syscall-list-64bit-condition): Define.
47008         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47009         Remove.
47010         (syscall-list-variants, syscall-list-32bit-options)
47011         (syscall-list-32bit-condition, syscall-list-64bit-options)
47012         (syscall-list-64bit-condition): Define.
47013
47014 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47015
47016         * locale/iso-639.def: Add brx entry.
47017
47018         [BZ #13328]
47019         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47020         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47021
47022         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47023         __feraiseexcept_renamed.
47024
47025 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47026
47027         [BZ #13538]
47028         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47029         EPOLLET with unsigned values.
47030         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47031         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47032
47033         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47034         to large cancellation.
47035         * math/s_cacoshf.c: Likewise.
47036         * math/s_cacoshl.c: Likewise.
47037
47038 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47039
47040         [BZ #13305]
47041         [BZ #12786]
47042         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47043         * math/s_cacoshf.c: Likewise.
47044         * math/s_cacoshl.c: Likewise.
47045
47046 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47047
47048         [BZ #13439]
47049         * iconv/gconv.h: Define __GCONV_SWAP.
47050         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47051         * iconvdata/utf-16.c: Likewise.
47052         * iconvdata/utf-32.c: Likewise.
47053
47054 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47055
47056         [BZ #13524]
47057         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47058         numerator after shifting it by one limb.
47059
47060 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47061
47062         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47063         under [__USE_EXTERN_INLINES].
47064
47065 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47066
47067         [BZ #13446]
47068         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47069
47070 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47071
47072         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47073         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47074         optimized code.
47075         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47076         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47077         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47078         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47079         for strncasecmp/strncasecmp_l compilation.
47080         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47081         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47082
47083 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47084
47085         [BZ #13484]
47086         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47087         of __asm__.
47088
47089 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47090
47091         [BZ #13506]
47092         * time/tzfile.c (__tzfile_read): Check values from file header.
47093
47094 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47095
47096         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47097         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47098         * powerpc/powerpc32/dl-start.S: Likewise.
47099         * powerpc/powerpc32/elf/start.S: Likewise.
47100         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47101         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47102         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47103         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47104         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47105         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47106         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47107         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47108         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47109         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47110         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47111         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47112         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47113         * powerpc/powerpc32/memset.S: Likewise.
47114         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47115         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47116         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47117         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47118         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47119         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47120         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47121         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47122         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47123         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47124         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47125         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47126         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47127
47128 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47129
47130         * math/libm-test.inc: Added more nearbyint tests.
47131         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47132         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47133         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47134         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47135
47136 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47137
47138         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47139         FD_CLOEXEC.
47140
47141 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47142
47143         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47144         Add wcscpy-ssse3 wcscpy-c.
47145         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47146         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47147         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47148         * sysdeps/x86_64/wcschr.S: New file.
47149         * sysdeps/x86_64/wcsrchr.S: New file.
47150         * string/test-strcmp.c: Remove checking of wcscmp function for
47151         wrong alignments.
47152         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47153         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47154         wcsrchr-sse2 wcsrchr-c.
47155         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47156         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47157         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47158         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47159         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47160         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47161         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47162         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47163         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47164         * wcsmbc/wcschr.c (WCSCHR): New macro.
47165
47166 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47167
47168         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47169         * wcsmbs/test-wcsrchr.c: New file.
47170         * string/test-strrchr.c: Add wcsrchr support.
47171         (WIDE): New macro.
47172         * wcsmbs/test-wcscpy.c: New file.
47173         * string/test-strcpy.c: Add wcscpy support.
47174         (WIDE): New macro.
47175
47176 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47177
47178         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47179         the inner loop.
47180
47181 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47182
47183         [BZ #13472]
47184         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47185
47186 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47187
47188         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47189         Minor optimizations.
47190
47191         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47192         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47193         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47194
47195 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47196
47197         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47198         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47199         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47200         for gcc to avoid warnings.
47201         * inet/Makefile (tests): Add tst-checks.
47202         * inet/tst-checks.c: New file.
47203
47204         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47205         warning.
47206
47207         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47208         __wmemcmp_sse2.
47209
47210         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47211         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47212
47213         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47214
47215 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47216
47217         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47218         problem.
47219
47220         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47221
47222 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47223
47224         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47225         conditional on GCC version.
47226         (__arch_compare_and_exchange_val_8_acq)
47227         (__arch_compare_and_exchange_val_16_acq)
47228         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47229         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47230         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47231
47232 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47233
47234         * sysdeps/sh/backtrace.c: New file.
47235
47236 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47237
47238         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47239         parenthesis.
47240
47241 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47242
47243         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47244         falling back to utime.
47245
47246 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47247
47248         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47249         expectations for float.
47250
47251 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47252
47253         * locale/weight.h (findidx): Add parameter len.
47254         * locale/weightwc.h (findidx): Likewise.
47255         * posix/fnmatch_loop.c (FCT): Adjust caller.
47256         * posix/regcomp.c (build_equiv_class): Likewise.
47257         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47258         * posix/regexec.c (check_node_accept_bytes): Likewise.
47259         * string/strcoll_l.c (STRCOLL): Likewise.
47260         * string/strxfrm_l.c (STRXFRM): Likewise.
47261
47262 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47263
47264         * Makefile.in: Remove CVSOPT handling.
47265         * configure.in: Remove use of AC_REVISION.
47266         * iconvdata/Makefile (distribute): No need to filter out CVS.
47267         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47268         handling.
47269
47270 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47271
47272         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47273         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47274         [USE_AS_STRNCASECMP_L]: Likewise.
47275         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47276         NO_TLS_DIRECT_SEG_REFS.
47277         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47278         Fix argument offsets for non-PIC.
47279         [USE_AS_STRNCASECMP_L]: Likewise.
47280         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47281         NO_TLS_DIRECT_SEG_REFS.
47282
47283 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47284
47285         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47286         O_CLOEXEC.
47287         * locale/loadlocale.c (_nl_load_locale): Likewise.
47288
47289 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47290
47291         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47292         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47293         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47294         (SYSCALL_GETTIME): Set errno on error.
47295
47296         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47297         count references to noai6ai_cached.
47298
47299 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47300
47301         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47302
47303         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47304         FD_CLOEXEC for /proc/self/maps.
47305
47306         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47307         FD_CLOEXEC for /proc/meminfo.
47308
47309         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47310         gai.conf.
47311
47312         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47313         FD_CLOEXEC for given file.
47314
47315         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47316
47317         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47318         FD_CLOEXEC for /etc/hosts.
47319         (_gethtent): Likewise.
47320
47321         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47322
47323         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47324         cancellation and set FD_CLOEXEC for /etc/netgroup.
47325
47326         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47327         reading /etc/publickey.
47328
47329         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47330         allow cancellation when reading /etc/group.
47331
47332         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47333         cancellation.
47334         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47335
47336         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47337         when using data file.
47338
47339         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47340
47341         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47342         (write_nis_obj): Use "c" and "e" in fopen.
47343
47344         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47345
47346         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47347
47348         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47349
47350         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47351
47352         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47353         locale.alias.
47354
47355         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47356
47357         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47358
47359         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47360
47361         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47362         file parsing and set FD_CLOEXEC.
47363
47364 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47365
47366         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47367
47368 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47369
47370         * malloc/arena.c (arena_get2): Don't call reused_arena when
47371         _int_new_arena failed.
47372
47373 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47374
47375         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47376         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47377         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47378         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47379         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47380         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47381         to compile strcasecmp and strncasecmp.
47382         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47383         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47384
47385         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47386
47387 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47388
47389         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47390         locale-defines.sym to gen-as-const-headers.
47391         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47392         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47393         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47394         to compile strcasecmp and strncasecmp.
47395         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47396         strcasecmp_l and strncasecmp_l.
47397         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47398         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47399         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47400         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47401         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47402         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47403         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47404         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47405         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47406         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47407         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47408
47409 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47410
47411         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47412         result of SYSDEP_GETTIME_CPU to retval.
47413         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47414         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47415
47416         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47417         variable.
47418
47419         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47420         mantissa words.
47421         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47422
47423         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47424         from unused variable.
47425
47426         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47427         DWARF definitions.
47428         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47429         for assembling.
47430
47431         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47432         over namespaces.
47433
47434         * sunrpc/rpc_prot.c (rejected): Fix case value.
47435
47436         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47437         unsigned long long int to avoid warnings in shift.
47438
47439         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47440         of use of trans.
47441         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47442         variable tmp.
47443
47444         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47445         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47446         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47447
47448         * nis/nis_table.c (nis_list): Use variable of correct type for
47449         result of __follow_path call.
47450
47451 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47452
47453         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47454         of math functions ceil, trunc, floor, round, and sqrt, when
47455         avaliable on the platform.
47456         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47457         name clash.
47458         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47459         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47460         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47461
47462 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47463
47464         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47465         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47466
47467 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47468
47469         * include/unistd.h: Fix __readlink return type.
47470         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47471
47472 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47473
47474         * stdlib/ucontext.h: Undo last change for makecontext.
47475
47476 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47477
47478         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47479
47480         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47481         * setjmp/setjmp.h: Mark functions as non-leaf.
47482         * setjmp/bits/setjmp2.h: Likewise.
47483         * stdlib/ucontext.h: Likewise.
47484
47485 2011-11-10  Andreas Schwab  <schwab@redhat.com>
47486
47487         * malloc/arena.c (_int_new_arena): Don't increment narenas.
47488         (reused_arena): Don't check arena limit.
47489         (arena_get2): Atomically check arena limit.
47490
47491 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
47492
47493         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47494         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47495
47496         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47497         instructions.
47498
47499 2011-11-07  Andreas Schwab  <schwab@redhat.com>
47500
47501         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47502         handler when locking.
47503
47504         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47505         Fix size of allocated buffer.
47506
47507 2011-11-04  Andreas Schwab  <schwab@redhat.com>
47508
47509         [BZ #10103]
47510         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47511         declarations for long double functions.
47512         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47513
47514         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47515
47516 2011-11-03  Andreas Schwab  <schwab@redhat.com>
47517
47518         * nscd/nscd.c (main): Don't start AVC thread until credentials are
47519         installed.
47520
47521         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47522         is disabled.
47523
47524 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47525
47526         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47527
47528 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
47529
47530         * include/alloca.h (stackinfo_alloca_round): Define.
47531         (extend_alloca): Use it.
47532         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47533         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47534         here.
47535
47536         * scripts/check-local-headers.sh: Ignore libaudit.h.
47537
47538         * nscd/Makefile (extra-objs): Make recursively expanded.
47539
47540 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
47541
47542         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47543         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47544
47545         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47546         * posix/tst-rfc3484-2.c: Likewise.
47547         * posix/tst-rfc3484-3.c: Likewise.
47548
47549         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47550         process_vm_writev.
47551         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47552         process_vm_writev.
47553         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47554         process_vm_writev from libc using GLIBC_2.15 version.
47555
47556         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47557
47558 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
47559
47560         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47561         stack usage.
47562
47563 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
47564
47565         [BZ #13367]
47566         * nss/getent.c (initgroups_keys): Show error message in case no group
47567         names are given.
47568
47569         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47570         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47571         __bump_nl_timestamp.
47572         * nscd/connections (nscd_init): When host database is served open
47573         netlink socket and request notification about configuration changes.
47574         (main_loop_poll): Track netlink file descriptor and bump timestamp
47575         in case data becomes available.
47576         (main_loop_epoll): Likewise.
47577         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47578         (database_pers_head): Add extra_data fileds.
47579         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47580         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47581         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47582         Adjust caller.
47583         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47584         in6ai data, call __free_in6ai.
47585         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47586         Add -DHAVE_NETLINK.
47587         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
47588         interface information.  Reuse previous data if netlink timestamp
47589         is not changed.
47590         (__bump_nl_timestamp): New function.
47591         (__free_in6ai): New function.
47592
47593 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
47594
47595         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47596         close_not_cancel_no_status here.
47597         (__check_pf): Reorganize code a bit to not call close twice if OOM.
47598
47599 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47600
47601         [BZ #13276]
47602         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47603         return value.
47604
47605         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
47606         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47607         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47608
47609 2011-07-03  Andreas Jaeger  <aj@suse.de>
47610
47611         [BZ #10709]
47612         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47613         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47614         * math/libm-test.inc (sin_test): Add test case.
47615
47616 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47617
47618         [BZ #13337]
47619         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47620         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47621
47622         * elf/chroot_canon.c (chroot_canon): Cleanups.
47623
47624         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47625
47626         [BZ #13335]
47627         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47628         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47629
47630         * string/test-strchr.c: Make usable for strchrnul testing.
47631         * string/test-strchrnul.c: New file.
47632         * string/Makefile (strop-tests): Add strchrnul.
47633
47634         * po/it.po: Update from translation team.
47635         * po/es.po: Likewise.
47636
47637 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
47638
47639         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
47640         the three constants needed as parameters.  Drop the others.
47641         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
47642         __m128i_strloadu_tolower.
47643         Create and initialize variable zero and use it in all the places
47644         where _mm_setzero_si128 was used.
47645
47646         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
47647         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
47648         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
47649         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
47650         anymore.
47651         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
47652         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
47653         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
47654         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
47655         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
47656         __mpranred, __mptan.
47657         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
47658         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
47659         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
47660         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
47661         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
47662         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
47663         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
47664         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
47665         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
47666
47667 2011-10-28  Andreas Schwab  <schwab@redhat.com>
47668
47669         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
47670         redefine if SHARED.
47671         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
47672
47673         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
47674         wide char related routines to wcsmbs subdir.
47675
47676 2011-10-27  Andreas Schwab  <schwab@redhat.com>
47677
47678         [BZ #13344]
47679         * misc/sys/cdefs.h (__THROWNL): Define.
47680         * posix/unistd.h: Use __THREADNL instead of __THREAD
47681         for memory synchronization functions.
47682
47683 2011-10-26  Roland McGrath  <roland@hack.frob.com>
47684
47685         [BZ #13349]
47686         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
47687         doesn't exist.
47688         * manual/stdio.texi (Obstack Streams): Node removed.
47689
47690 2011-10-26  Andreas Schwab  <schwab@redhat.com>
47691
47692         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
47693         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47694         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47695
47696         * math/math_private.h (math_force_eval): Allow non-addressable
47697         arguments.
47698         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
47699
47700 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47701
47702         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
47703         file is not needed.
47704
47705         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
47706         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
47707         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47708         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47709         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47710         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47711         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47712         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
47713         Add AVX variants.
47714         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
47715         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
47716         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
47717         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
47718         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
47719         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
47720         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
47721         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
47722         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
47723         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
47724         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
47725         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
47726         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
47727         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
47728         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
47729         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
47730         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
47731         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
47732         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
47733
47734         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
47735         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
47736
47737         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
47738         place.  Use VEX encoding when compiling for AVX.
47739
47740 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47741
47742         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
47743         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
47744
47745         * string/test-strchr.c (do_test): Don't generate NUL bytes.
47746
47747 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47748
47749         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
47750         useless if() expression.
47751         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47752         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47753         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47754         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47755         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47756         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47757         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47758         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47759         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47760         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47761         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47762         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47763         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47764         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47765         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47766         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47767         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47768         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47769         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47770
47771         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
47772
47773 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47774
47775         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
47776         condition.
47777         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47778
47779 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47780
47781         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
47782         .text section.  Avoid duplicate constants.
47783         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47784         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47785         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47786         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47787         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47788         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47789         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47790         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47791         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
47792         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
47793         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
47794         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
47795         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
47796         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
47797         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
47798         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
47799         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
47800         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
47801         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47802         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47803         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47804         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47805         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47806         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
47807         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
47808         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
47809         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
47810         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
47811         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
47812         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
47813         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
47814         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
47815         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
47816         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
47817         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
47818         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
47819         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
47820         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
47821         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
47822         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
47823         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
47824         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
47825         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
47826         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
47827         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
47828
47829 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
47830
47831         * sysdeps/x86_64/dla.h: Move to ...
47832         * sysdeps/x86_64/fpu/dla.h: ...here.
47833         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
47834         situations.  Use __builtin_fma only for gcc 4.6 and up.
47835
47836         * config.make.in: Add have-mfma4 entry.
47837         * configure.in: Substitute libc_cv_cc_fma4.
47838         * math/Makefile (dbl-only-routines): Add sincostab.
47839         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
47840         Use __sincostab not sincos.
47841         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
47842         name is a macro.
47843         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47844         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47845         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47846         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
47847         using __copysign.
47848         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
47849         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
47850         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
47851         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
47852         and __inv.
47853         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
47854         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
47855         __copysign.
47856         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
47857         define aliases when function name is a macro.
47858         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
47859         sysdeps/ieee754/dbl-64/sincos.tbl.
47860         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
47861         fma4-enabled routines.
47862         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
47863         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
47864         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
47865         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
47866         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
47867         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
47868         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
47869         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
47870         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
47871         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
47872         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
47873         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
47874         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
47875         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
47876         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
47877         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
47878         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
47879         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
47880         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
47881         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
47882         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
47883         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
47884         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
47885         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
47886         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
47887         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
47888         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
47889         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
47890         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
47891         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
47892
47893         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
47894         rename.
47895         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47896         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47897         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47898         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47899         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47900         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47901         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47902         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47903
47904 2011-10-24  Andreas Schwab  <schwab@redhat.com>
47905
47906         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
47907
47908 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
47909
47910         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
47911
47912         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
47913         prediction.
47914         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
47915
47916         * string/strnlen.c: Don't define STRNLEN, reverse logic.
47917         Remove unused variable magic_bits.
47918         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
47919
47920         * string/strnlen.c: Define and use STRNLEN macro.
47921         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
47922         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
47923         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
47924         * wcsmbs/wcslen.c: Define and use WCSLEN.
47925         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
47926         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
47927         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
47928         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
47929         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
47930         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
47931         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
47932
47933 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47934
47935         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47936         strnlen-sse2-no-bsf.
47937         Rename strlen-no-bsf to strlen-sse2-no-bsf.
47938         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
47939         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
47940         Add strnlen support.
47941         (USE_AS_STRNLEN): New macro.
47942         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
47943         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
47944         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
47945         * sysdeps/x86_64/wcslen.S: New file.
47946
47947 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
47948
47949         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47950         XMM-moves are used for copying on small sizes.
47951
47952 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47953
47954         * wcsmbs/Makefile (strop-tests): Add wcschr.
47955         * wcsmbs/test-wcschr.c: New file.
47956         * string/test-strchr.c: Update.
47957         Add wcschr support.
47958         (WIDE): New macro.
47959
47960 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47961
47962         * wcsmbs/Makefile (strop-tests): Add wcslen.
47963         * wcsmbs/test-wcslen.c: New file.
47964         * string/test-strlen.c: Update.
47965         Add wcslen support.
47966         (WIDE): New macro.
47967
47968 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
47969
47970         * po/it.po: Update from translation team.
47971
47972 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47973
47974         * sysdeps/x86_64/wcscmp.S: Update.
47975         Fix wrong comparison semantics.
47976         wcscmp shall use signed comparison not unsigned.
47977         Don't use substraction to avoid overflow bug.
47978         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
47979         * wcsmbc/wcscmp.c: Likewise.
47980         * string/test-strcmp.c: Likewise.
47981         Add new tests to check cases with negative values.
47982
47983 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
47984
47985         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
47986         * sysdeps/x86_64/dla.h: ...here.  New file.
47987         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
47988         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47989         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47990         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47991         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47992         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47993         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47994         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47995         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47996
47997 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
47998
47999         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48000         __ynl_finite aliases.
48001
48002 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48003
48004         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48005
48006         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48007         define DLA_FMA.
48008         [DLA_FMA] (EMULV): Use DLA_FMA.
48009         [DLA_FMA] (MUL12): Use EMULV.
48010         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48011         that are not needed.
48012         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48013         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48014         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48015         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48016         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48017         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48018         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48019
48020 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48021
48022         * math/s_nan.c: Undef __nan.
48023         * math/s_nanf.c: Undef __nanf.
48024         * math/s_nanl.c: Undef __nanl.
48025         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48026         "math_private.h".
48027
48028 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48029
48030         * math/s_catan.c: Add branch predictions.
48031         * math/s_catanf.c: Likewise.
48032         * math/s_catanh.c: Likewise.
48033         * math/s_catanhf.c: Likewise.
48034         * math/s_catanhl.c: Likewise.
48035         * math/s_catanl.c: Likewise.
48036         * math/s_cexp.c: Likewise.
48037         * math/s_cexpf.c: Likewise.
48038         * math/s_cexpl.c: Likewise.
48039         * math/s_clog.c: Likewise.
48040         * math/s_clog10.c: Likewise.
48041         * math/s_clog10f.c: Likewise.
48042         * math/s_clog10l.c: Likewise.
48043         * math/s_clogf.c: Likewise.
48044         * math/s_clogl.c: Likewise.
48045         * math/s_csqrt.c: Likewise.
48046         * math/s_csqrtf.c: Likewise.
48047         * math/s_csqrtl.c: Likewise.
48048         * math/s_ctanf.c: Likewise.
48049         * math/s_ctanh.c: Likewise.
48050         * math/s_ctanhf.c: Likewise.
48051         * math/s_ctanhl.c: Likewise.
48052         * math/s_ctanl.c: Likewise.
48053
48054         * math/math_private.h: Define __nan, __nanf, __nanl.
48055         * math/s_cacosh.c: Include <math_private.h>.
48056         * math/s_cacoshl.c: Likewise.
48057         * math/s_casinh.c: Likewise.
48058         * math/s_casinhf.c: Likewise.
48059         * math/s_casinhl.c: Likewise.
48060         * math/s_ccos.c: Rely entire on ccosh.
48061         * math/s_ccosf.c: Rely entire on ccoshf.
48062         * math/s_ccosl.c: Rely entirely on ccoshl.
48063         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48064         Remove tests for FE_INVALID.
48065         * math/s_ccoshf.c: Likewise.
48066         * math/s_ccoshl.c: Likewise.
48067         * math/s_csin.c: Likewise.
48068         * math/s_csinf.c: Likewise.
48069         * math/s_csinh.c Likewise.
48070         * math/s_csinhf.c: Likewise.
48071         * math/s_csinhl.c: Likewise.
48072         * math/s_csinl.c: Likewise.
48073         * math/s_ctan.c: Likewise.
48074         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48075         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48076         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48077
48078 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48079
48080         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48081         compilation problems.
48082
48083         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48084         __builtin_expect.
48085
48086 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48087
48088         * sysdeps/i386/configure.in: Test for -mfma4 option.
48089         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48090         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48091         COMMON_CPUID_INDEX_80000001.
48092         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48093         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48094         use it if FMA3 is not supported.
48095         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48096
48097         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48098         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48099
48100 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48101
48102         [BZ #12892]
48103         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48104         it would create a cycle with a link time dependency.
48105
48106 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48107
48108         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48109         instruction.
48110         * string/Makefile (strop-tests): Add rawmemchr.
48111         * string/test-rawmemchr.c: New file.
48112
48113         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48114         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48115         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48116         when compiling str{,n}casecmp and when AVX is available.  Hook up
48117         new optimized code in initializers.
48118
48119 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48120
48121         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48122         __feraiseexcept instead of feraiseexcept.
48123
48124 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48125
48126         * math/math_private.h: Define defaults for libc_fetestexcept and
48127         libc_feupdateenv.
48128         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48129         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48130         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48131         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48132         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48133         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48134         libc_fetestexcept and libc_feupdateenv.
48135
48136         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48137         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48138         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48139         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48140         libc_feholdexcept_setround.
48141
48142         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48143         Add s_nearbyint-c and s_nearbyintf-c.
48144         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48145         nearbyintf inlines.
48146         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48147         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48148         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48149         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48150
48151         * math/math_private.h: Define defaults for libc_fegetround,
48152         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48153         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48154         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48155         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48156         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48157         standard functions.
48158         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48159         Remove comments and hacks for old compiler versions.
48160         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48161         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48162         libc_feholdexceptl.
48163
48164 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48165
48166         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48167         (__feraiseexcept_renamed): Add __NTH.
48168         (feraiseexcept): Add __NTH.  Rename local variables to fix
48169         namespace violations.
48170
48171 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48172
48173         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48174
48175         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48176
48177         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48178         recently added interfaces.
48179         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48180
48181         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48182         about macro parameter expansion.
48183
48184         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48185         __NO_MATH_INLINES is defined.  Cleanups.
48186
48187         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48188         and __floorf is target has SSE4.1.
48189         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48190         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48191         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48192         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48193
48194         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48195         name.
48196         (floorf): Likewise.
48197
48198         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48199
48200 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48201
48202         * misc/sys/cdefs.h: Fix last change.
48203
48204         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48205         database lookup.
48206
48207 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48208
48209         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48210
48211         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48212         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48213         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48214         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48215         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48216         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48217         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48218         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48219         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48220         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48221         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48222         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48223         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48224         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48225         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48226         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48227         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48228         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48229         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48230         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48231         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48232         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48233
48234         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48235         ceil, ceilf, floor, floorf.
48236
48237         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48238         Perform IRELATIVE relocations last.
48239
48240         * elf/do-rel.h: Add another parameter nrelative, replacing the
48241         local variable with the same name.  Change name of the function
48242         to end in Rel or Rela (uppercase).
48243         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48244         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48245         elf_dynamic_do_##reloc function.
48246
48247 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48248
48249         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48250         is sufficient, at least on modern CPUs.
48251
48252         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48253
48254         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48255         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48256
48257         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48258         __expl_finite.
48259         * math/bits/math-finite.h: Add entries for exp.
48260         * math/e_expl.c: Add __*_finite alias.
48261         * sysdeps/i386/fpu/e_exp.S: Likewise.
48262         * sysdeps/i386/fpu/e_expf.S: Likewise.
48263         * sysdeps/i386/fpu/e_expl.c: Likewise.
48264         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48265         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48266         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48267         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48268         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48269         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48270         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48271
48272         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48273         is sufficient, at least on modern CPUs.
48274
48275         * ctype/ctype-info.c (__ctype_init): Define.
48276         * include/ctype.h (__ctype_init): Declare.
48277         (__ctype_b_loc): The variable is always initialized.
48278         (__ctype_toupper_loc): Likewise.
48279         (__ctype_tolower_loc): Likewise.
48280         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48281         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48282
48283 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48284
48285         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48286
48287         * configure.in: Also look in $cxxmachine/include for C++ system
48288         headers.
48289
48290 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48291
48292         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48293         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48294         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48295         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48296         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48297         (USE_AS_WMEMCMP): New macro.
48298         Fixing indents.
48299         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48300         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48301         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48302         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48303         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48304         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48305         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48306         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48307         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48308         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48309         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48310         (USE_AS_WMEMCMP): New macro.
48311         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48312         * sysdeps/string/test-memcmp.c: Update.
48313         Fix simple_wmemcmp.
48314         Add new tests.
48315         * wcsmbs/wmemcmp.c: Update.
48316         (WMEMCMP): New macro.
48317         Fix overflow bug.
48318
48319 2011-10-12  Andreas Jaeger  <aj@suse.de>
48320
48321         [BZ #13268]
48322         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48323
48324 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48325
48326         * libio/iofwide.c (do_length): Avoid warning.
48327
48328         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48329
48330 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48331
48332         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48333
48334         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48335         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48336         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48337         * sysdeps/i386/i686/fpu/e_log.S: New file.
48338         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48339         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48340
48341         * ctype/ctype.h: Add support for inlined isXXX functions when
48342         compiling C++ code.
48343
48344 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48345
48346         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48347
48348         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48349
48350 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48351
48352         [BZ #13291]
48353         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48354
48355 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48356
48357         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48358         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48359         feraiseexcept.
48360
48361         * sysdeps/x86_64/memrchr.S: Check for zero size.
48362
48363         * string/stratcliff.c: Add memrchr tests.
48364
48365 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48366
48367         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48368         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48369         rawmemchr-sse2 rawmemchr-sse2-bsf.
48370         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48371         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48372         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48373         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48374         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48375         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48376         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48377         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48378         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48379         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48380         * string/memrchr.c (MEMRCHR): New macro.
48381
48382 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48383
48384         Add integration with gcc's -ffinite-math-only and optimize wrapper
48385         functions in libm.
48386         * Versions.def: Define GLIBC_2.15 version for libm.
48387         * math/Makefile (headers): Add bits/math-finite.h.
48388         * math/bits/math-finite.h: New file.
48389         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48390         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48391         * math/e_acoshl.c: Add __*_finite alias.
48392         * math/e_acosl.c: Likewise.
48393         * math/e_asinl.c: Likewise.
48394         * math/e_atan2l.c: Likewise.
48395         * math/e_atanhl.c: Likewise.
48396         * math/e_coshl.c: Likewise.
48397         * math/e_exp10.c: Likewise.
48398         * math/e_exp10f.c: Likewise.
48399         * math/e_exp10l.c: Likewise.
48400         * math/e_exp2l.c: Likewise.
48401         * math/e_fmodl.c: Likewise.
48402         * math/e_gammal_r.c: Likewise.
48403         * math/e_hypotl.c: Likewise.
48404         * math/e_j0l.c: Likewise.
48405         * math/e_j1l.c: Likewise.
48406         * math/e_jnl.c: Likewise.
48407         * math/e_lgammal_r.c: Likewise.
48408         * math/e_log10l.c: Likewise.
48409         * math/e_log2l.c: Likewise.
48410         * math/e_logl.c: Likewise.
48411         * math/e_powl.c: Likewise.
48412         * math/e_sinhl.c: Likewise.
48413         * math/e_sqrtl.c: Likewise.
48414         * math/e_scalb.c: Completely rewritten and optimized.
48415         * math/e_scalbf.c: Likewise.
48416         * math/e_scalbl.c: Likewise.
48417         * math/w_acos.c: Likewise.
48418         * math/w_acosf.c: Likewise.
48419         * math/w_acosl.c: Likewise.
48420         * math/w_acosh.c: Likewise.
48421         * math/w_acoshf.c: Likewise.
48422         * math/w_acoshl.c: Likewise.
48423         * math/w_asin.c: Likewise.
48424         * math/w_asinf.c: Likewise.
48425         * math/w_asinl.c: Likewise.
48426         * math/w_atan2.c: Likewise.
48427         * math/w_atan2f.c: Likewise.
48428         * math/w_atan2l.c: Likewise.
48429         * math/w_atanh.c: Likewise.
48430         * math/w_atanhf.c: Likewise.
48431         * math/w_atanhl.c: Likewise.
48432         * math/w_exp10.c: Likewise.
48433         * math/w_exp10f.c: Likewise.
48434         * math/w_exp10l.c: Likewise.
48435         * math/w_fmod.c: Likewise.
48436         * math/w_fmodf.c: Likewise.
48437         * math/w_fmodl.c: Likewise.
48438         * math/w_j0.c: Likewise.
48439         * math/w_j0f.c: Likewise.
48440         * math/w_j0l.c: Likewise.
48441         * math/w_j1.c: Likewise.
48442         * math/w_j1f.c: Likewise.
48443         * math/w_j1l.c: Likewise.
48444         * math/w_jn.c: Likewise.
48445         * math/w_jnf.c: Likewise.
48446         * math/w_log.c: Likewise.
48447         * math/w_logf.c: Likewise.
48448         * math/w_logl.c: Likewise.
48449         * math/w_log10.c: Likewise.
48450         * math/w_log10f.c: Likewise.
48451         * math/w_log10l.c: Likewise.
48452         * math/w_log2.c: Likewise.
48453         * math/w_log2f.c: Likewise.
48454         * math/w_log2l.c: Likewise.
48455         * math/w_pow.c: Likewise.
48456         * math/w_powf.c: Likewise.
48457         * math/w_powl.c: Likewise.
48458         * math/w_remainder.c: Likewise.
48459         * math/w_remainderf.c: Likewise.
48460         * math/w_remainderl.c: Likewise.
48461         * math/w_scalb.c: Likewise.
48462         * math/w_scalbf.c: Likewise.
48463         * math/w_scalbl.c: Likewise.
48464         * math/w_sqrt.c: Likewise.
48465         * math/w_sqrtf.c: Likewise.
48466         * math/w_sqrtl.c: Likewise.
48467         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48468         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48469         used.
48470         * math/math_private.h: Declare __kernel_standard_f.
48471         * math/w_cosh.c: Remove cruft and optimize a bit.
48472         * math/w_coshf.c: Likewise.
48473         * math/w_coshl.c: Likewise.
48474         * math/w_exp2.c: Likewise.
48475         * math/w_exp2f.c: Likewise.
48476         * math/w_exp2l.c: Likewise.
48477         * math/w_hypot.c: Likewise.
48478         * math/w_hypotf.c: Likewise.
48479         * math/w_hypotl.c: Likewise.
48480         * math/w_lgamma.c: Likewise.
48481         * math/w_lgamma_r.c: Likewise.
48482         * math/w_lgammaf.c: Likewise.
48483         * math/w_lgammaf_r.c: Likewise.
48484         * math/w_lgammal.c: Likewise.
48485         * math/w_lgammal_r.c: Likewise.
48486         * math/w_sinh.c: Likewise.
48487         * math/w_sinhf.c: Likewise.
48488         * math/w_sinhl.c: Likewise.
48489         * math/w_tgamma.c: Likewise.
48490         * math/w_tgammaf.c: Likewise.
48491         * math/w_tgammal.c: Likewise.
48492         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48493         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48494         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48495         Minor optimizations.  Pretty printing.  Remove cruft.
48496         * sysdeps/i386/fpu/e_acosf.S: Likewise.
48497         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48498         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48499         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48500         * sysdeps/i386/fpu/e_acosl.c: Likewise.
48501         * sysdeps/i386/fpu/e_asin.S: Likewise.
48502         * sysdeps/i386/fpu/e_asinf.S: Likewise.
48503         * sysdeps/i386/fpu/e_atan2.S: Likewise.
48504         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48505         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48506         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48507         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48508         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48509         * sysdeps/i386/fpu/e_exp10.S: Likewise.
48510         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48511         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48512         * sysdeps/i386/fpu/e_exp2.S: Likewise.
48513         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48514         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48515         * sysdeps/i386/fpu/e_fmod.S: Likewise.
48516         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48517         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48518         * sysdeps/i386/fpu/e_hypot.S: Likewise.
48519         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48520         * sysdeps/i386/fpu/e_log.S: Likewise.
48521         * sysdeps/i386/fpu/e_log10.S: Likewise.
48522         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48523         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48524         * sysdeps/i386/fpu/e_log2.S: Likewise.
48525         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48526         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48527         * sysdeps/i386/fpu/e_logf.S: Likewise.
48528         * sysdeps/i386/fpu/e_logl.S: Likewise.
48529         * sysdeps/i386/fpu/e_pow.S: Likewise.
48530         * sysdeps/i386/fpu/e_powf.S: Likewise.
48531         * sysdeps/i386/fpu/e_powl.S: Likewise.
48532         * sysdeps/i386/fpu/e_remainder.S: Likewise.
48533         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48534         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48535         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48536         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48537         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48538         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48539         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48540         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48541         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48542         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48543         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48544         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48545         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48546         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48547         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48548         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48549         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48550         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48551         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48552         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48553         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48554         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48555         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48556         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48557         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48558         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48559         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48560         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48561         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48562         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48563         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48564         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48565         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48566         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48567         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48568         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48569         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48570         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48571         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48572         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48573         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48574         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48575         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48576         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48577         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48578         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48579         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48580         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48581         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48582         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48583         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48584         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48585         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48586         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48587         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48588         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48589         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48590         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48591         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48592         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48593         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48594         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48595         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48596         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48597         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48598         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48599         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48600         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48601         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48602         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48603         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48604         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48605         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48606         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48607         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48608         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48609         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48610         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48611         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48612         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48613         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48614         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48615         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48616         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48617         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48618         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48619         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48620         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48621         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48622         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48623         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48624         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48625         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48626         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48627         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48628         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48629         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48630         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48631         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48632         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48633         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48634         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48635         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48636         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48637         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48638         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
48639         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
48640         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
48641         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
48642         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
48643         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
48644         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
48645         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48646         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48647         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48648         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48649         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
48650         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48651         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
48652         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
48653         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
48654         (__isnanf): Likewise.
48655         (__isinf_ns): Likewise.
48656         (__isinf_nsf): Likewise.
48657         (__finite): Likewise.
48658         (__finitef): Likewise.
48659         (__ieee754_sqrt): Define as macro.
48660         (__ieee754_sqrtf): Define as macro.
48661         (__ieee754_sqrtl): Define as macro.
48662         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
48663         inlined copy.
48664         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
48665         __FINITE_MATH_ONLY__ consistent.
48666         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
48667
48668 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
48669
48670         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
48671         of rawmemchr.
48672
48673         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
48674
48675 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
48676
48677         * po/ja.po: Update from translation team.
48678
48679 2011-10-08  Roland McGrath  <roland@hack.frob.com>
48680
48681         * locale/programs/locarchive.c (prepare_address_space): New function.
48682         (create_archive, enlarge_archive, open_archive): Use it.
48683
48684         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
48685         inside [SHARED], where it is used.
48686
48687         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
48688
48689         * nss/getent.c (netgroup_keys): Remove unused variable.
48690         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48691
48692 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
48693
48694         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
48695         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
48696         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
48697         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
48698         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
48699         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
48700         * math/Makefile (libm-calls): Add s_isinf_ns.
48701         * math/divtc3.c: Use __isinf_nsl instead of isinf.
48702         * math/multc3.c: Likewise.
48703         * math/s_casin.c: Likewise.
48704         * math/s_casinf.c: Likewise.
48705         * math/s_casinl.c: Likewise.
48706         * math/s_ccos.c: Likewise.
48707         * math/s_ccosf.c: Likewise.
48708         * math/s_ccosl.c: Likewise.
48709         * math/s_ctan.c: Likewise.
48710         * math/s_ctanf.c: Likewise.
48711         * math/s_ctanh.c: Likewise.
48712         * math/s_ctanhf.c: Likewise.
48713         * math/s_ctanhl.c: Likewise.
48714         * math/s_ctanl.c: Likewise.
48715         * math/w_fmod.c: Likewise.
48716         * math/w_fmodf.c: Likewise.
48717         * math/w_fmodl.c: Likewise.
48718         * math/w_remainder.c: Likewise.
48719         * math/w_remainderf.c: Likewise.
48720         * math/w_remainderl.c: Likewise.
48721         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
48722         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
48723         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
48724         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
48725         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
48726         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
48727         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
48728         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
48729
48730         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
48731         of the number.
48732         * stdio-common/printf_fphex.c: Likewise.
48733         * stdio-common/printf_size.c: Likewise.
48734
48735         * math/e_exp10.c: Include math_private.h using <...> not "...".
48736         * math/e_exp10f.c: Likewise.
48737         * math/e_exp10l.c: Likewise.
48738         * math/e_exp2l.c: Likewise.
48739         * math/e_j0l.c: Likewise.
48740         * math/e_j1l.c: Likewise.
48741         * math/e_jnl.c: Likewise.
48742         * math/e_lgammal_r.c: Likewise.
48743         * math/e_rem_pio2l.c: Likewise.
48744         * math/e_scalb.c: Likewise.
48745         * math/e_scalbf.c: Likewise.
48746         * math/e_scalbl.c: Likewise.
48747         * math/k_cosl.c: Likewise.
48748         * math/k_sinl.c: Likewise.
48749         * math/k_tanl.c: Likewise.
48750         * math/s_cacoshf.c: Likewise.
48751         * math/s_catan.c: Likewise.
48752         * math/s_catanf.c: Likewise.
48753         * math/s_catanh.c: Likewise.
48754         * math/s_catanhf.c: Likewise.
48755         * math/s_catanhl.c: Likewise.
48756         * math/s_catanl.c: Likewise.
48757         * math/s_ccosh.c: Likewise.
48758         * math/s_ccoshf.c: Likewise.
48759         * math/s_ccoshl.c: Likewise.
48760         * math/s_cexp.c: Likewise.
48761         * math/s_cexpf.c: Likewise.
48762         * math/s_cexpl.c: Likewise.
48763         * math/s_clog.c: Likewise.
48764         * math/s_clog10.c: Likewise.
48765         * math/s_clog10f.c: Likewise.
48766         * math/s_clog10l.c: Likewise.
48767         * math/s_clogf.c: Likewise.
48768         * math/s_clogl.c: Likewise.
48769         * math/s_csin.c: Likewise.
48770         * math/s_csinf.c: Likewise.
48771         * math/s_csinh.c: Likewise.
48772         * math/s_csinhf.c: Likewise.
48773         * math/s_csinhl.c: Likewise.
48774         * math/s_csinl.c: Likewise.
48775         * math/s_csqrt.c: Likewise.
48776         * math/s_csqrtf.c: Likewise.
48777         * math/s_csqrtl.c: Likewise.
48778         * math/s_ctan.c: Likewise.
48779         * math/s_ctanf.c: Likewise.
48780         * math/s_ctanh.c: Likewise.
48781         * math/s_ctanhf.c: Likewise.
48782         * math/s_ctanhl.c: Likewise.
48783         * math/s_ctanl.c: Likewise.
48784         * math/s_ldexp.c: Likewise.
48785         * math/s_ldexpf.c: Likewise.
48786         * math/s_ldexpl.c: Likewise.
48787         * math/s_significand.c: Likewise.
48788         * math/s_significandf.c: Likewise.
48789         * math/s_significandl.c: Likewise.
48790         * math/w_acos.c: Likewise.
48791         * math/w_acosf.c: Likewise.
48792         * math/w_acosh.c: Likewise.
48793         * math/w_acoshf.c: Likewise.
48794         * math/w_acoshl.c: Likewise.
48795         * math/w_acosl.c: Likewise.
48796         * math/w_asin.c: Likewise.
48797         * math/w_asinf.c: Likewise.
48798         * math/w_asinl.c: Likewise.
48799         * math/w_atan2.c: Likewise.
48800         * math/w_atan2f.c: Likewise.
48801         * math/w_atan2l.c: Likewise.
48802         * math/w_atanh.c: Likewise.
48803         * math/w_atanhf.c: Likewise.
48804         * math/w_atanhl.c: Likewise.
48805         * math/w_cosh.c: Likewise.
48806         * math/w_coshf.c: Likewise.
48807         * math/w_coshl.c: Likewise.
48808         * math/w_dremf.c: Likewise.
48809         * math/w_exp10.c: Likewise.
48810         * math/w_exp10f.c: Likewise.
48811         * math/w_exp10l.c: Likewise.
48812         * math/w_exp2.c: Likewise.
48813         * math/w_exp2f.c: Likewise.
48814         * math/w_fmod.c: Likewise.
48815         * math/w_fmodf.c: Likewise.
48816         * math/w_fmodl.c: Likewise.
48817         * math/w_hypot.c: Likewise.
48818         * math/w_hypotf.c: Likewise.
48819         * math/w_hypotl.c: Likewise.
48820         * math/w_j0.c: Likewise.
48821         * math/w_j0f.c: Likewise.
48822         * math/w_j0l.c: Likewise.
48823         * math/w_j1.c: Likewise.
48824         * math/w_j1f.c: Likewise.
48825         * math/w_j1l.c: Likewise.
48826         * math/w_jn.c: Likewise.
48827         * math/w_jnf.c: Likewise.
48828         * math/w_jnl.c: Likewise.
48829         * math/w_lgamma.c: Likewise.
48830         * math/w_lgamma_r.c: Likewise.
48831         * math/w_lgammaf.c: Likewise.
48832         * math/w_lgammaf_r.c: Likewise.
48833         * math/w_lgammal.c: Likewise.
48834         * math/w_lgammal_r.c: Likewise.
48835         * math/w_log.c: Likewise.
48836         * math/w_log10.c: Likewise.
48837         * math/w_log10f.c: Likewise.
48838         * math/w_log10l.c: Likewise.
48839         * math/w_log2.c: Likewise.
48840         * math/w_log2f.c: Likewise.
48841         * math/w_log2l.c: Likewise.
48842         * math/w_logf.c: Likewise.
48843         * math/w_logl.c: Likewise.
48844         * math/w_pow.c: Likewise.
48845         * math/w_powf.c: Likewise.
48846         * math/w_powl.c: Likewise.
48847         * math/w_remainder.c: Likewise.
48848         * math/w_remainderf.c: Likewise.
48849         * math/w_remainderl.c: Likewise.
48850         * math/w_scalb.c: Likewise.
48851         * math/w_scalbf.c: Likewise.
48852         * math/w_scalbl.c: Likewise.
48853         * math/w_sinh.c: Likewise.
48854         * math/w_sinhf.c: Likewise.
48855         * math/w_sinhl.c: Likewise.
48856         * math/w_sqrt.c: Likewise.
48857         * math/w_sqrtf.c: Likewise.
48858         * math/w_sqrtl.c: Likewise.
48859         * math/w_tgamma.c: Likewise.
48860         * math/w_tgammaf.c: Likewise.
48861         * math/w_tgammal.c: Likewise.
48862
48863         * po/ja.po: Update from translation team.
48864
48865 2011-09-29  Andreas Jaeger  <aj@suse.de>
48866
48867         [BZ #13179]
48868         * sunrpc/netname.c (netname2host): Fix logic.
48869
48870         [BZ #6779]
48871         [BZ #6783]
48872         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
48873         correctly.
48874         * math/w_remainder.c (__remainder): Likewise.
48875         * math/w_remainderf.c (__remainderf): Likewise.
48876         * math/libm-test.inc (remainder_test): Add test cases.
48877
48878 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48879
48880         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
48881         sdiv_qrnnd.
48882
48883 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
48884
48885         * string/test-memcmp.c: Avoid unncessary #defines.
48886         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48887
48888 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48889
48890         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
48891         Use new sse2 version for core i3 - i7 as it's faster
48892         than sse42 version.
48893         (bit_Prefer_PMINUB_for_stringop): New.
48894         * sysdeps/x86_64/rawmemchr.S: Update.
48895         Replace with faster SSE2 version.
48896         * sysdeps/x86_64/memrchr.S: New file.
48897         * sysdeps/x86_64/memchr.S: Update.
48898         Replace with faster SSE2 version.
48899
48900 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
48901
48902         * elf/dl-load.c (lose): Add cast to avoid warning.
48903
48904 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
48905
48906         * po/ca.po: Update from translation team.
48907
48908         * inet/getnetgrent_r.c: Hook up nscd.
48909         * nscd/Makefile (routines): Add nscd_netgroup.
48910         (nscd-modules): Add netgroupcache.
48911         (CFLAGS-netgroupcache.c): Define.
48912         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
48913         (cache_search): Add const to second parameter.
48914         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
48915         INNETGR.
48916         (dbs): Add netgrdb entry.
48917         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
48918         (verify_persistent_db): Handle netgrdb.
48919         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
48920         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
48921         GETFDNETGR.
48922         (netgroup_response_header): Define.
48923         (innetgroup_response_header): Define.
48924         (datahead): Add netgroup_response_header and innetgroup_response_header
48925         elements.
48926         * nscd/nscd.conf: Add entries for netgroup cache.
48927         * nscd/nscd.h (dbtype): Add netgrdb.
48928         (_PATH_NSCD_NETGROUP_DB): Define.
48929         (netgroup_iov_disabled): Declare.
48930         (xmalloc, xcalloc, xrealloc): Move declarations here.
48931         (cache_search): Adjust prototype.
48932         Add netgroup-related prototypes.
48933         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
48934         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
48935         (__nscd_innetgr): Declare.
48936         * nscd/selinux.c (perms): Use access_vector_t as element type and
48937         add netgroup-related initializers.
48938         * nscd/netgroupcache.c: New file.
48939         * nscd/nscd_netgroup.c: New file.
48940         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
48941         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
48942         For four parameters use innetgr.
48943         * nss/nss_files/files-init.c: Add definition and callback for netgr.
48944         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
48945         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
48946         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
48947
48948         * nscd/connections.c (register_traced_file): Don't register file
48949         for disabled databases.
48950
48951 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
48952
48953         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
48954
48955         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
48956         from tree and freeing node.
48957
48958 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
48959
48960         * nss/nsswitch.c (__nss_database_lookup): Handle
48961         nss_parse_service_list out of memory case.
48962
48963 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
48964
48965         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
48966         out of memory case.
48967
48968 2011-10-04  Andreas Schwab  <schwab@redhat.com>
48969
48970         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
48971         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
48972         pass it down.
48973         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
48974         elf_machine_rela, elf_machine_lazy_rel.
48975         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
48976         (ELF_DYNAMIC_DO_REL): Likewise.
48977         (ELF_DYNAMIC_DO_RELA): Likewise.
48978         (ELF_DYNAMIC_RELOCATE): Likewise.
48979         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
48980         to ELF_DYNAMIC_DO_REL.
48981         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
48982         (dl_main): In trace mode always set __RTLD_NOIFUNC.
48983         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
48984         elf_machine_rela.
48985         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
48986         skip_ifunc, don't call ifunc function if non-zero.
48987         (elf_machine_rela): Likewise.
48988         (elf_machine_lazy_rel): Likewise.
48989         (elf_machine_lazy_rela): Likewise.
48990         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
48991         (elf_machine_lazy_rel): Likewise.
48992         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
48993         Likewise.
48994         (elf_machine_lazy_rel): Likewise.
48995         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48996         Likewise.
48997         (elf_machine_lazy_rel): Likewise.
48998         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
48999         (elf_machine_lazy_rel): Likewise.
49000         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49001         (elf_machine_lazy_rel): Likewise.
49002         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49003         (elf_machine_lazy_rel): Likewise.
49004         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49005         (elf_machine_lazy_rel): Likewise.
49006         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49007         (elf_machine_lazy_rel): Likewise.
49008         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49009         (elf_machine_lazy_rel): Likewise.
49010
49011 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49012
49013         * nss/nss_files/files-init.c (_nss_files_init): Use static
49014         initialization for all the *_traced_file variables.
49015
49016 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49017
49018         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49019
49020 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49021
49022         [BZ #13226]
49023         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49024
49025 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49026
49027         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49028         Reread the line before reparsing it.
49029
49030 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49031
49032         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49033
49034 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49035             Maxim Kuvyrkov  <maxim@codesourcery.com>
49036             Joseph Myers  <joseph@codesourcery.com>
49037
49038         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49039         if needed for __stack_chk_guard.
49040
49041 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49042
49043         * sysdeps/posix/spawni.c (script_execute): Always define it.
49044         It will be optimized away if unused.
49045         (maybe_script_execute): New function.
49046         (__spawni): Call it.
49047
49048         * Makerules: Don't include tls.make.
49049         (config-tls): Always set to thread.
49050         * tls.make.c: File removed.
49051
49052 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49053
49054         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49055         * config.make.in (CPPFLAGS-config): New substituted variable.
49056
49057 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49058
49059         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49060
49061         [BZ #13192]
49062         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49063         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49064
49065 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49066
49067         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49068         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49069         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49070         (CALL_FAIL): Likewise.
49071         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49072         (CALL_FAIL): Macro removed.
49073         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49074
49075 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49076
49077         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49078         for __FINITE_MATH_ONLY__ == 1.
49079
49080 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49081
49082         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49083         __ieee754_sqrt instead of sqrt.
49084         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49085         __ieee754_sqrtf instead of sqrtf.
49086         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49087         __floorf instead of floorf.
49088         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49089         __floorf, __truncf instead of floorf, truncf.
49090
49091 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49092
49093         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49094
49095         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49096         __extern_always_inline.
49097         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49098         32-bit.
49099
49100 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49101
49102         * elf/rtld.c (dl_main): Also relocate in dependency order when
49103         doing symbol dependency testing.
49104
49105 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49106
49107         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49108         Always define `refsym'.
49109
49110 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49111
49112         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49113         (__FD_ELT): Renamed from __FDELT.
49114         * misc/bits/select2.h (__FD_ELT): Likewise.
49115         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49116         __FD_MASK instead of __FDELT, __FDMASK.
49117         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49118         Likewise.
49119         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49120         Likewise.
49121
49122         * elf/Makefile (gen-ldd): Fix pattern.
49123
49124         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49125         (init_tls): Likewise.
49126
49127 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49128
49129         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49130
49131 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49132
49133         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49134         `struct cmsghdr *' instead of `void *'.
49135         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49136         Likewise.
49137
49138 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49139
49140         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49141         if non-absolute.
49142         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49143         ldd_rewrite_script.
49144
49145 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49146
49147         * configure.in: Remove --with-tls option.
49148         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49149         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49150         out in case it is missing.
49151         * sysdeps/ia64/elf/configure.in: Likewise.
49152         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49153         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49154         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49155         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49156         * sysdeps/sh/elf/configure.in: Likewise.
49157         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49158         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49159         * sysdeps/x86_64/elf/configure.in: Likewise.
49160         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49161         * sysdeps/mach/hurd/tls.h: Likewise.
49162
49163         [BZ #13067]
49164         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49165
49166         [BZ #13090]
49167         * configure.in: Fix use of AC_INIT.
49168
49169         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49170
49171 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49172
49173         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49174         __set_errno.
49175         * malloc/hooks.c: Likewise.
49176
49177         [BZ #11929]
49178         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49179         variables statically.
49180         (narenas): Initialize.
49181         (list_lock): Initialize.
49182         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49183         initializtion of main_arena and list_lock.  Small cleanups.
49184         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49185         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49186         Add initializers to main_arena and mp_.
49187         (malloc_state): Remove pagesize member.  Change all users to use
49188         GLRO(dl_pagesize).
49189
49190         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49191         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49192         is always initialized.
49193
49194         * malloc/malloc.c: Removed unused configurations and dead code.
49195         * malloc/arena.c: Likewise.
49196         * malloc/hooks.c: Likewise.
49197         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49198
49199         * include/tls.h: Removed.  USE___THREAD must always be defined.
49200         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49201         * elf/dl-libc.c: Likewise.
49202         * elf/dl-tsd.c: Likewise.
49203         * include/errno.h: Likewise.
49204         * include/netdb.h: Likewise.
49205         * include/resolv.h: Likewise.
49206         * inet/herrno-loc.c: Likewise.
49207         * inet/herrno.c: Likewise.
49208         * malloc/arena.c: Likewise.
49209         * malloc/hooks.c: Likewise.
49210         * malloc/malloc.c: Likewise.
49211         * resolv/res-state.c: Likewise.
49212         * resolv/res_libc.c: Likewise.
49213         * sysdeps/i386/dl-machine.h: Likewise.
49214         * sysdeps/ia64/dl-machine.h: Likewise.
49215         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49216         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49217         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49218         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49219         * sysdeps/sh/dl-machine.h: Likewise.
49220         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49221         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49222         * sysdeps/unix/i386/sysdep.S: Likewise.
49223         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49224         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49225         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49226         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49227         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49228         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49229         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49230         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49231         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49232         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49233         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49234         * sysdeps/x86_64/dl-machine.h: Likewise.
49235         * tls.make.c: Likewise.
49236
49237         * configure.in: Remove --with-__thread option.  Make tests for
49238         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49239         tls_model attribute fail if no support is available.  Remove
49240         USE_IN_LIBIO.
49241         * Makeconfig: Adjust for dropped configure option.  All features are
49242         now mandatory.
49243         * Makerules: Likewise.
49244         * Versions.def: Likewise.
49245         * argp/argp-fmtstream.c: Likewise.
49246         * argp/argp-fmtstream.h: Likewise.
49247         * argp/argp-help.c: Likewise.
49248         * assert/assert.c: Likewise.
49249         * config.h.in: Likewise.
49250         * config.make.in: Likewise.
49251         * configure: Likewise.
49252         * configure.in: Likewise.
49253         * csu/Versions: Likewise.
49254         * csu/init.c: Likewise.
49255         * elf/tst-audit2.c: Likewise.
49256         * elf/tst-tls10.c: Likewise.
49257         * elf/tst-tls10.h: Likewise.
49258         * elf/tst-tls11.c: Likewise.
49259         * elf/tst-tls12.c: Likewise.
49260         * elf/tst-tls14.c: Likewise.
49261         * elf/tst-tlsmod11.c: Likewise.
49262         * elf/tst-tlsmod12.c: Likewise.
49263         * elf/tst-tlsmod13.c: Likewise.
49264         * elf/tst-tlsmod13a.c: Likewise.
49265         * elf/tst-tlsmod14a.c: Likewise.
49266         * elf/tst-tlsmod15b.c: Likewise.
49267         * elf/tst-tlsmod16a.c: Likewise.
49268         * elf/tst-tlsmod16b.c: Likewise.
49269         * elf/tst-tlsmod7.c: Likewise.
49270         * elf/tst-tlsmod8.c: Likewise.
49271         * elf/tst-tlsmod9.c: Likewise.
49272         * gmon/gmon.c: Likewise.
49273         * grp/fgetgrent_r.c: Likewise.
49274         * grp/putgrent.c: Likewise.
49275         * hurd/fopenport.c: Likewise.
49276         * include/libc-symbols.h: Likewise.
49277         * include/tls.h: Likewise.
49278         * intl/gettextP.h: Likewise.
49279         * intl/loadinfo.h: Likewise.
49280         * locale/global-locale.c: Likewise.
49281         * locale/localeinfo.h: Likewise.
49282         * mach/devstream.c: Likewise.
49283         * malloc/arena.c: Likewise.
49284         * malloc/set-freeres.c: Likewise.
49285         * misc/err.c: Likewise.
49286         * misc/getttyent.c: Likewise.
49287         * misc/mntent_r.c: Likewise.
49288         * posix/getopt.c: Likewise.
49289         * posix/wordexp.c: Likewise.
49290         * pwd/fgetpwent_r.c: Likewise.
49291         * resolv/Versions: Likewise.
49292         * resolv/res_hconf.c: Likewise.
49293         * shadow/fgetspent_r.c: Likewise.
49294         * shadow/putspent.c: Likewise.
49295         * stdio-common/printf_fphex.c: Likewise.
49296         * stdio-common/tmpfile.c: Likewise.
49297         * stdlib/abort.c: Likewise.
49298         * stdlib/fmtmsg.c: Likewise.
49299         * sunrpc/auth_unix.c: Likewise.
49300         * sunrpc/clnt_perr.c: Likewise.
49301         * sunrpc/clnt_tcp.c: Likewise.
49302         * sunrpc/clnt_udp.c: Likewise.
49303         * sunrpc/clnt_unix.c: Likewise.
49304         * sunrpc/openchild.c: Likewise.
49305         * sunrpc/svc_simple.c: Likewise.
49306         * sunrpc/svc_tcp.c: Likewise.
49307         * sunrpc/svc_udp.c: Likewise.
49308         * sunrpc/svc_unix.c: Likewise.
49309         * sunrpc/xdr.c: Likewise.
49310         * sunrpc/xdr_array.c: Likewise.
49311         * sunrpc/xdr_rec.c: Likewise.
49312         * sunrpc/xdr_ref.c: Likewise.
49313         * sunrpc/xdr_stdio.c: Likewise.
49314
49315 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49316
49317         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49318
49319 2011-07-03  Andreas Jaeger  <aj@suse.de>
49320
49321         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49322         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49323         regenerate with gen-libm-tests.pl.
49324
49325 2010-05-12  Petr Baudis  <pasky@suse.cz>
49326
49327         [BZ #11589]
49328         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49329         around j0() zero points by switching to j1().
49330         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49331         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49332         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49333         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49334
49335 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49336
49337         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49338         instead of 0.
49339         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49340         instead of 0.
49341         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49342         Patch in part by Pavel Roskin <proski@gnu.org>.
49343
49344         [BZ #13138]
49345         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49346         realloc.
49347         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49348         Free memory block if necessary.
49349
49350         [BZ #12847]
49351         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49352         be NULL.  Don't lock in this case.
49353
49354 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49355
49356         * elf/elf.h (ELFOSABI_GNU): New macro.
49357         (ELFOSABI_LINUX): Define to that.
49358
49359 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49360
49361         * string/strncat.c (strncat): Undef the symbol in case it has been
49362         defined in bits/string.h.
49363
49364 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49365
49366         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49367
49368         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49369         link map.
49370
49371 2011-08-17  Andreas Jaeger  <aj@suse.de>
49372
49373         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49374
49375 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49376             Ian Lance Taylor  <iant@google.com>
49377
49378         * math/libm-test.inc (lround_test): New testcase.
49379         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49380
49381 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49382
49383         * Makefile: Remove support for automatic cvs check-ins.
49384         * Makerules: Likewise.
49385         * config.make.in: Likewise.
49386         * configure.in: Likewise.
49387         * intl/Makefile: Likewise.
49388         * locale/Makefile: Likewise.
49389         * po/Makefile: Likewise.
49390         * posix/Makefile: Likewise.
49391         * sysdeps/gnu/Makefile: Likewise.
49392         * sysdeps/mach/hurd/Makefile: Likewise.
49393         * sysdeps/sparc/sparc32/Makefile: Likewise.
49394
49395         [BZ #13118]
49396         * posix/Makefile (bug-regex32-ENV): Define.
49397         Patch by John Stanley <jpsinthemix@verizon.net>.
49398
49399         * misc/Makefile (headers): Add bits/select2.h.
49400         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49401         * misc/bits/select2.h: New file.
49402         * include/bits/select2.h: New file.
49403         * debug/Makefile (routines): Add fdelt_chk.
49404         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49405         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49406         FD_ISSET.
49407         * debug/fdelt_chk.c: New file.
49408
49409         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49410         * wcsmbs/test-wmemcmp.c: Likewise.
49411         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49412         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49413
49414 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49415
49416         * string/Makefile (strop-tests): Add memcmp.
49417         * string/test-wmemcmp.c: New file.
49418         * string/test-memcmp.c: Add wmemcmp support.
49419
49420 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49421
49422         [BZ #13153]
49423         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49424         2011-07-19 change.
49425
49426         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49427         garbage value in a __mach_port_mod_refs call in the cases of the
49428         task-self and thread-self ports.
49429
49430 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49431
49432         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49433
49434 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49435
49436         * elf/dl-load.c (lose): Check for non-null L.
49437
49438 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49439
49440         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49441
49442         * elf/dl-libc.c (dlerror_run): Pass back error code from
49443         dl_catch_error.
49444
49445         [BZ #13123]
49446         * elf/dl-load.c (lose): Free l_origin if it is valid.
49447
49448         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49449         names.
49450         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49451         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49452         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49453         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49454         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49455         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49456
49457 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49458
49459         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49460         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49461         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49462         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49463         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49464         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49465         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49466         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49467         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49468         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49469
49470 2011-08-15  Alan Modra  <amodra@gmail.com>
49471
49472         [BZ #13092]
49473         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49474         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49475         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49476         ppc_mcount to static-only-routines.
49477         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49478         __mcount_internal.
49479         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49480         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49481
49482 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
49483
49484         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49485         for finite and infinity parameters.
49486
49487 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49488
49489         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49490         and add nop instructions for throughput optimization.
49491         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49492
49493 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
49494
49495         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49496         aligned copy for power7 with vector-scalar instructions.
49497         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49498
49499 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
49500
49501         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49502         AVX check.
49503
49504 2011-09-07  Andreas Schwab  <schwab@redhat.com>
49505
49506         [BZ #13144]
49507         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49508         last change.
49509
49510 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49511
49512         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49513         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49514         syscall wrapper around clock_gettime in __vdso_clock_gettime.
49515         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49516         clock_gettime.
49517
49518 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49519
49520         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49521         Forgot to demangle the pointer.
49522
49523         * sysdeps/i386/sysdep.h: Define atom_text_section.
49524         * sysdeps/x86_64/sysdep.h: Likewise.
49525         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49526         section with atom_text_section.
49527         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49528         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49529         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49530         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49531         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49532
49533         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49534         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49535         already be defined.  Change to take two parameters and don't assign
49536         result to variable.  Adjust all users.
49537         Define INTERNAL_GETTIME if not already defined.
49538         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49539         call.
49540         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49541         HAVE_CLOCK_GETTIME_VSYSCALL.
49542         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49543
49544         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49545         gettimeofday vsyscall, just use time.
49546
49547 2011-09-06  Andreas Schwab  <schwab@redhat.com>
49548
49549         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49550         <errno.h>.
49551
49552 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49553
49554         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49555         syscall on x86-64.
49556         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49557         syscall.
49558         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49559         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49560         syscall if possible.
49561
49562 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49563
49564         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49565         e_ident.  Don't pass to find_mapsXX.
49566         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49567
49568 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49569
49570         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49571         strchr-sse2-no-bsf strrchr-sse2-no-bsf
49572         * sysdeps/x86_64/multiarch/strchr.S: Update.
49573         Check bit_slow_BSF bit.
49574         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49575         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49576         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49577
49578 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49579
49580         [BZ #13134]
49581         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49582         before glibc 2.15.
49583         (tryshell): Define.
49584         (__spawni): Change last parameter to be flag.  Test
49585         SPAWN_XFLAGS_USE_PATH flag to use path or not.
49586         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49587         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49588         * posix/spawni.c: Likewise.
49589         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49590         * posix/spawnp.c: Likewise.  Change normal version to use
49591         SPAWN_XFLAGS_USE_PATH.
49592         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49593         SPAWN_XFLAGS_TRY_SHELL.
49594
49595         [BZ #13150]
49596         * posix/glob.h: Remove gcc 1.x support.
49597
49598         [BZ #13068]
49599         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49600
49601 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49602
49603         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49604         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49605         strrchr-sse2-bsf
49606         * sysdeps/i386/i686/multiarch/strchr.S: New file.
49607         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49608         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49609         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49610         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49611         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49612
49613 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49614
49615         * sysdeps/x86_64/wcscmp.S: New file.
49616
49617         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49618         wcscmp-c wcscmp-sse2
49619         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49620         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49621         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49622         * wcsmbs/wcscmp.c: Allow renaming.
49623
49624 2011-09-05  David S. Miller  <davem@davemloft.net>
49625
49626         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49627         stack slot, rather than the struct return pointer slot.
49628         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49629         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49630         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49631         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49632
49633 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49634
49635         * po/ja.po: Update from translation team.
49636
49637         [BZ #13144]
49638         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
49639         kernel in 64-bit binaries.
49640
49641 2011-09-01  David S. Miller  <davem@davemloft.net>
49642
49643         * elf/elf.h (HWCAP_SPARC_*): Move to..
49644         * sysdeps/sparc/sysdep.h: this new file and add new values.
49645         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
49646         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
49647         _DL_HWCAP_COUNT to 24.
49648         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
49649         entries.
49650         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
49651         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
49652         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
49653         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
49654         instead of magic constants.
49655         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49656
49657 2011-08-31  David S. Miller  <davem@davemloft.net>
49658
49659         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
49660         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
49661         Reimplement to do errno handling inline.
49662         (SYSCALL_ERROR_HANDLER): New macro.
49663         (__SYSCALL_STRING): Do not do errno handling in asm.
49664         (__CLONE_SYSCALL_STRING): Delete.
49665         (__INTERNAL_SYSCALL_STRING): Delete.
49666         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
49667         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
49668         (PSEUDO): Reimplement to do errno handling inline.
49669         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
49670         (SYSCALL_ERROR_HANDLER): New macro.
49671         (__SYSCALL_STRING): Do not do errno handling in asm.
49672         (__CLONE_SYSCALL_STRING): Delete.
49673         (__INTERNAL_SYSCALL_STRING): Delete.
49674         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
49675         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
49676         i386.
49677         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
49678         (inline_syscall*): Add 'err' argument.
49679         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
49680         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
49681         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
49682         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
49683
49684         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
49685         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
49686
49687 2011-08-30  Andreas Schwab  <schwab@redhat.com>
49688
49689         * elf/rtld.c (dl_main): Relocate objects in dependency order.
49690
49691 2011-08-29  Jiri Olsa <jolsa@redhat.com>
49692
49693         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
49694         directive.
49695
49696 2011-08-24  David S. Miller  <davem@davemloft.net>
49697
49698         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
49699
49700 2011-08-24  Andreas Schwab  <schwab@redhat.com>
49701
49702         * elf/Makefile: Add rules to build and run unload8 test.
49703         * elf/unload8.c: New file.
49704         * elf/unload8mod1.c: New file.
49705         * elf/unload8mod1x.c: New file.
49706         * elf/unload8mod2.c: New file.
49707         * elf/unload8mod3.c: New file.
49708
49709         * elf/dl-close.c (_dl_close_worker): Reset private search list if
49710         it wasn't used.
49711
49712 2011-08-23  David S. Miller  <davem@davemloft.net>
49713
49714         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
49715         subtract stack bias.
49716         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
49717         %sp not %fp in calculations.
49718         (_JMPBUF_UNWINDS_ADJ): Likewise.
49719
49720         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
49721         (aio_suspend): Call it to force an exception region around the
49722         AIO_MISC_WAIT() invocation.
49723
49724 2011-08-23  Andreas Schwab  <schwab@redhat.com>
49725
49726         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
49727         backslash.
49728
49729 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
49730
49731         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
49732         protection macro.
49733         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
49734         and <dl-machine.h>.
49735         (Elf64_FuncDesc): Remove.
49736
49737 2011-08-22  David S. Miller  <davem@davemloft.net>
49738
49739         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
49740         sigaltstack check, add missing cfi directives.
49741         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
49742         missing cfi directives, and sigaltstack handling.
49743
49744 2011-08-16  Andreas Schwab  <schwab@redhat.com>
49745
49746         [BZ #11724]
49747         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
49748         object is seen twice.
49749         * elf/dl-fini.c (_dl_sort_fini): Likewise.
49750
49751         * elf/Makefile (distribute): Add tst-initorder2.c.
49752         (tests): Add tst-initorder2.
49753         (modules-names): Add tst-initorder2a tst-initorder2b
49754         tst-initorder2c tst-initorder2d.  Add rules to build them.
49755         ($(objpfx)tst-initorder2.out): New rule.
49756         * elf/tst-initorder2.c: New file.
49757         * elf/tst-initorder2.exp: New file.
49758
49759 2011-08-22  Andreas Schwab  <schwab@redhat.com>
49760
49761         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
49762
49763         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
49764         dependencies back to end of function.
49765
49766         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49767         $(elfobjdir)/ld.so.
49768
49769 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
49770
49771         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
49772         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
49773         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
49774         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
49775         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
49776         of __vdso_gettimeofday.
49777         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
49778         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
49779         attribute_hidden.
49780         (_libc_vdso_platform_setup): Remove initialization of
49781         __vdso_gettimeofday and __vdso_time.
49782
49783 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
49784
49785         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
49786         and fgetc_unlocked.
49787         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
49788         getc_unlocked.
49789
49790         * elf/dl-open.c (add_to_global): Report additions to the global scope
49791         for LD_DEBUG=scopes.
49792         (dl_open_worker): Also print scope of newly loaded dependencies.
49793         (_dl_show_scope): Indicate if there is no scope.
49794
49795         [BZ #13114]
49796         * stdio-common/Makefile (tests): Add bug24.
49797         * stdio-common/bug24.c: New file.
49798
49799 2011-08-19  Andreas Jaeger  <aj@suse.de>
49800
49801         [BZ #13114]
49802         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
49803         non-existant file when using close-on-exec mode.
49804
49805 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
49806
49807         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
49808         the very first instruction.
49809
49810         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
49811         the CFI state in the end.
49812         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
49813         inclusion of dl-trampoline.h.
49814         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
49815
49816 2011-08-19  Andreas Schwab  <schwab@redhat.com>
49817
49818         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
49819         expectations for long double.
49820
49821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
49822         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
49823
49824 2011-08-14  David S. Miller  <davem@davemloft.net>
49825
49826         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
49827         artificual limit depends upon the system page size.
49828
49829 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
49830
49831         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
49832         * resolv/Makefile: Define CFLAGS-libresolv.
49833
49834 2011-08-17  Andreas Schwab  <schwab@redhat.com>
49835
49836         * nss/makedb.c (compute_tables): Make variables used in nested
49837         function static.
49838
49839 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
49840
49841         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
49842         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
49843         if buffer was too small.
49844
49845         * elf/pldd.c (main): Attach to all threads in the process.
49846         Rewrite /proc handling to use *at functions.
49847
49848 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
49849
49850         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
49851         specifies first scope to show.
49852         (dl_open_worker): Update callers.  Move printing scope of new
49853         object to before the relocation.
49854         * elf/rtld.c (dl_main): Update _dl_show_scope call.
49855         * sysdeps/generic/ldsodefs.h: Update declaration.
49856
49857         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
49858         string for the scope number.
49859
49860 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
49861
49862         * nscd/servicescache.c (cache_addserv): Make sure written is always
49863         initialized.
49864
49865 2011-08-14  Roland McGrath  <roland@hack.frob.com>
49866
49867         * sysdeps/i386/i486/bits/atomic.h
49868         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
49869         statement expression, so as to suppress "set but not used" warning.
49870         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
49871
49872         * string/strncat.c (STRNCAT): Use prototype definition.
49873
49874         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
49875         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
49876         -Iprograms here.
49877         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
49878         (localedef-modules): Add localedef.
49879         (locale-modules): Add locale.
49880
49881         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
49882         * elf/rtld.c (dl_main): Invert order of assignment in last change,
49883         to avoid a warning.
49884
49885 2011-08-14  David S. Miller  <davem@davemloft.net>
49886
49887         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
49888         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
49889
49890 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
49891
49892         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
49893         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
49894         * elf/rtld.c (dl_main): Set l_name of vDSO.
49895         Call _dl_show_scope when DL_DEBUG_SCOPES.
49896         (process_dl_debug): Recognize scopes flag and also set it for all.
49897         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
49898         Declare _dl_show_scope.
49899
49900         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
49901         (do_dlopen): Pass caller_dlopen to dl_open.
49902         (__libc_dlopen_mode): Initialize caller_dlopen.
49903
49904         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
49905         of libc.  Make tolower call locale-independent.  Optimize a bit by
49906         using isdigit instead of isalnum.
49907         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
49908
49909 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
49910
49911         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
49912         was a dependency or dynamically loaded.
49913
49914 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
49915
49916         * intl/l10nflist.c: Allow architecture-specific pop function.
49917         * sysdeps/x86_64/l10nflist.c: New file.
49918
49919         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
49920         classification.
49921
49922 2011-08-10  Andreas Schwab  <schwab@redhat.com>
49923
49924         * include/dirent.h: Add libc_hidden_proto for scandirat and
49925         scandirat64.  Don't declare __scandirat64.
49926         * dirent/scandirat.c: Add libc_hidden_def.
49927         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
49928         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
49929
49930 2011-08-10  David S. Miller  <davem@davemloft.net>
49931
49932         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
49933         enum.
49934         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
49935         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
49936         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
49937
49938 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
49939
49940         * Versions.def [libc]: Add GLIBC_2.15.
49941         * dirent/Makefile (routines): Add scandirat and scandirat64.
49942         * dirent/Versions [libc]: Export scandirat and scandirat64 for
49943         GLIBC_2.15.
49944         * dirent/dirent.h: Declare scandirat and scandirat64.
49945         * dirent/scandirat.c: New file.
49946         * dirent/scandirat64.c: New file.
49947         * sysdeps/wordsize-64/scandirat.c: New file.
49948         * sysdeps/wordsize-64/scandirat64.c: New file.
49949         * dirent/opendir.c: Define opendirat.
49950         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
49951         using scandirat.
49952         * dirent/scandir64.c: Adjust for scandir.c change.
49953         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
49954         __scandirat64, and __scandir_cancel_handler.
49955         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
49956         additional parameter and use openat instead of open (outside of ld.so).
49957         Add new __opendir as wrapper around __opendirat.
49958         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
49959         here without requiring old scandirat implementation.
49960
49961 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
49962
49963         * dirent/scandir.c (cancel_handler): Renamed to
49964         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
49965         defined.  Adjust users.
49966         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
49967         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
49968
49969 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
49970
49971         * string/test-string.h (IMPL): Use __STRING to expand name and then
49972         stringify it.
49973
49974         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
49975         of cleanups.
49976
49977 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49978
49979         * string/Makefile: Update.
49980         (strop-tests): Append strncat.
49981         * string/test-wcscmp.c: New file.
49982         New comprehensive test for wcscmp.
49983         * string/test-strcmp.c: Update.
49984         (WIDE): New define.
49985
49986 2011-07-22  Andreas Schwab  <schwab@redhat.com>
49987
49988         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
49989         line.
49990
49991 2011-07-26  Andreas Schwab  <schwab@redhat.com>
49992
49993         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49994         encoding to ACE if AI_IDN.
49995
49996 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
49997
49998         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
49999         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50000
50001 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50002
50003         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50004         Fix overflow bug in strncat.
50005         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50006
50007         * string/test-strncat.c: Update.
50008         Add new tests for checking overflow bugs.
50009
50010 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50011
50012         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50013         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50014         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50015         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50016         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50017         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50018         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50019         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50020         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50021
50022         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50023         (USE_AS_STRCAT): Define.
50024         Add strcat and strncat support.
50025         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50026
50027 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50028
50029         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50030         __n bigger than INT_MAX+1.
50031         (__strncmp_g): Likewise.
50032
50033 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50034
50035         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50036         * libio/stido.h: Likewise.
50037
50038         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50039         (AF_NFC): Define.
50040         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50041         (AF_NFC): Define.
50042
50043         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50044         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50045         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50046         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50047         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50048
50049         [BZ #13021]
50050         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50051         installed.
50052
50053         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50054         typo.
50055         (_dl_x86_64_save_sse): Likewise.
50056
50057 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50058
50059         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50060         OSXSAVE.
50061         (_dl_x86_64_save_sse): Likewise.
50062
50063         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50064
50065         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50066
50067 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50068
50069         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50070         change.
50071         (_dl_x86_64_save_sse): Use correct AVX check.
50072
50073 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50074
50075         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50076         bug in strncpy/strncat.
50077         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50078
50079 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50080
50081         * string/tester.c (test_strcat): Add tests for different alignments
50082         of source and destination.
50083         (test_strncat): Likewise.
50084
50085 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50086
50087         [BZ #12852]
50088         * posix/glob.c (glob): Check passed in values before using them in
50089         expressions to avoid some overflows.
50090         (glob_in_dir): Likewise.
50091
50092         [BZ #13007]
50093         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50094         check for AVX enablement so that we don't crash with old kernels and
50095         new hardware.
50096         * elf/tst-audit4.c: Add same checks here.
50097         * elf/tst-audit6.c: Likewise.
50098
50099         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50100
50101 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50102
50103         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50104
50105 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50106
50107         * po/cs.po: Update from translation team.
50108         * po/bg.po: Likewise.
50109
50110 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50111
50112         * misc/sys/cdefs.h: Add support for const attribute.
50113         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50114         to gnu_dev_{major,minor,makedev} functions.
50115
50116 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50117
50118         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50119
50120 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50121
50122         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50123         strlen results.
50124
50125 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50126
50127         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50128         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50129         register in order to avoid conflicts with the soft frame pointer
50130         being held in r11 when necessary.
50131         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50132         (INTERNAL_VSYSCALL_NCS): Likewise.
50133
50134 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50135
50136         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50137         * elf/dl-fini.c (_dl_fini): Adjust caller.
50138         * elf/dl-close.c (_dl_close_worker): Likewise.
50139         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50140
50141 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50142
50143         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50144         "aux_cache->nlibs < 0".
50145
50146         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50147         in the reload-count case.
50148
50149 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50150
50151         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50152         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50153         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50154         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50155         * sysdeps/x86_64/multiarch/strcat.S: New file.
50156         * sysdeps/x86_64/multiarch/strncat.S: New file.
50157         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50158         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50159         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50160         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50161         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50162         (USE_AS_STRCAT): Define.
50163         Add strcat and strncat support.
50164         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50165         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50166         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50167         * string/strncat.c: Update.
50168         (USE_AS_STRNCAT): Define.
50169         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50170         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50171         and i7.
50172         * sysdeps/x86_64/multiarch/init-arch.h
50173         (bit_Prefer_PMINUB_for_stringop): New.
50174         (index_Prefer_PMINUB_for_stringop): Likewise.
50175         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50176         bit_Prefer_PMINUB_for_stringop.
50177
50178 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50179
50180         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50181         buffer64.
50182         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50183         of casting of buffer.
50184         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50185         buffer32 and buffer64.
50186         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50187         writes instead of casting of buffer.
50188         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50189         buffer32.
50190         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50191         casting of buffer.
50192
50193 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50194
50195         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50196
50197 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50198
50199         * nscd/nscd.c (termination_handler): Don't do anything for a database
50200         if it has not yet been initialized.
50201
50202 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50203
50204         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50205
50206 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50207
50208         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50209
50210 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50211
50212         * po/nl.po: Update from translation team.
50213         * po/sv.po: Likewise.
50214
50215 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50216
50217         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50218         now disallowed by GCC.
50219
50220         * configure.in (use-default-link): Default to yes if a test -shared
50221         link meets our qualifications.
50222         * configure: Regenerated.
50223
50224         * config.make.in (output-format): New variable.
50225         * configure.in: Check for ld --print-output-format support.
50226         * configure: Regenerated.
50227         * Makerules ($(common-objpfx)format.lds)
50228         [$(output-format) != unknown]: Just use $(output-format),
50229         instead of the linker-script munging.
50230
50231 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50232
50233         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50234         of $(common-objpfx)shlib.lds.
50235         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50236
50237         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50238         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50239
50240         * configure.in (-z relro check): Adjust test code to add a large
50241         writable data section after it.
50242         * configure: Regenerated.
50243
50244 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50245
50246         * configure.in (-z relro check): Fix test code to make the variable
50247         truly const.
50248         * configure: Regenerated.
50249
50250 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50251
50252         * nscd/nscd.h (struct traced_file): Define.
50253         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50254         elements.  Add traced_files.
50255         (inotify_fd): Declare.
50256         (register_traced_file): Declare.
50257         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50258         (inotify_fd): Export.
50259         (resolv_conf_descr): Remove.
50260         (nscd_init): Move inotify descriptor creation to main.
50261         Don't register files for notification here.
50262         (register_traced_file): New function.
50263         (invalidate_cache): Don't use reset_res to determine whether to call
50264         res_init, go through the list of registered files.
50265         (main_loop_poll): The inotify descriptors are now stored in the
50266         structures for the traced files.
50267         (main_loop_epoll): Likewise
50268         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50269         to __nss_disable_nscd.
50270         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50271         for a database anymore.  Check the records for all the registered
50272         files instead.
50273         * nss/Makefile (libnss_files-routines): Add files-init.
50274         (libnss_db-routines): Add db-init.
50275         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50276         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50277         * nss/nss_db/db-init.c: New file.
50278         * nss/nss_files/files-init.c: New file.
50279         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50280         __nss_lookup_function.
50281         (__nss_lookup_function): Call nss_load_library.
50282         (nss_load_all_libraries): New function.
50283         (__nss_disable_nscd): Take parameter with callback function for files
50284         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50285         used for the cached services.
50286         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50287         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50288         options for features to all the files in nscd.
50289
50290         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50291
50292 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50293
50294         * csu/elf-init.c (__libc_csu_init): Comment typo.
50295
50296 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50297
50298         * po/pl.po: Update from translation team.
50299         * po/ja.po: Likewise.
50300         * po/ru.po: Likewise.
50301         * po/ko.po: Likewise.
50302         * po/fr.po: Likewise.
50303
50304 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50305
50306         * configure.in (.ctors/.dtors header and trailer check):
50307         Use an empirical test on a built program.
50308         * configure: Regenerated.
50309
50310         * configure.in (-z relro check): Use an empirical test on a built DSO.
50311         Detect, but do not require, on ia64.
50312         * configure: Regenerated.
50313
50314         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50315         Update tests that use readelf to use $READELF instead.
50316         * configure: Regenerated.
50317
50318 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50319
50320         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50321         if the result is not used.
50322
50323 2011-07-05  Andreas Jaeger  <aj@suse.de>
50324
50325         [BZ#9696]
50326         * stdlib/tst-strtod.c: Add testcase.
50327
50328 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50329
50330         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50331         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50332         The latter has a higher limit.  Take additional parameter to pass to
50333         the new function.
50334         (__pathconf): Pass file to __statfs_link_max.
50335         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50336         __statfs_link_max.
50337         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50338         __statfs_link_max.
50339
50340         [BZ #12868]
50341         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50342         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50343         Handle Lustre.
50344         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50345         (__statfs_filesize_max): Likewise.
50346         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50347
50348 2011-07-05  Andreas Jaeger  <aj@suse.de>
50349
50350         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50351
50352 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50353
50354         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50355         `status' variable.
50356         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50357         Likewise.
50358
50359 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50360
50361         * Makefile (strop-tests): Add strncat.
50362         * string/test-strncat.c: New file.
50363
50364 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50365
50366         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50367
50368 2011-06-21  Andreas Jaeger  <aj@suse.de>
50369
50370         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50371         Copy rule from iconvdata/Makefile.
50372
50373 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50374
50375         [BZ #12922]
50376         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50377         but no long options are defined, just return 'W'.
50378
50379 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50380
50381         [BZ #9696]
50382         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50383
50384 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50385
50386         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50387         netgroups to read.
50388         (innetgr): Likewise.
50389
50390 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50391
50392         * config.make.in (install_root): Default to $(DESTDIR).
50393
50394 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50395
50396         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50397
50398 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50399
50400         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50401
50402         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50403         containing directory rather than embedding absolute directory names.
50404
50405         * scripts/check-local-headers.sh: Rewritten using awk.
50406         Match by word, not by line.  Print error messages for matches.
50407         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50408
50409         * Makerules [shlib-lds-flags empty]:
50410         ($(common-objpfx)libc_pic.opts): New target.
50411         ($(common-objpfx)libc_pic.os.clean): New target.
50412         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50413
50414         * config.make.in (OBJCOPY): New variable.
50415         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50416         * configure: Regenerated.
50417
50418         * config.make.in (use-default-link): New variable.
50419         * configure.in (use_default_link): Grok --with-default-link to set it.
50420         * configure: Regenerated.
50421         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50422         (shlib-lds, shlib-lds-flags): Define to empty.
50423
50424         * Makerules (shlib-lds): New variable.
50425         (shlib-lds-flags): New variable.
50426         (build-shlib, build-moduile, build-module-asneeded): Use it.
50427         ($(common-objpfx)libc.so): Use $(shlib-lds).
50428         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50429         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50430
50431         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50432         DT_FLAGS/DT_FLAGS_1 with zero flags.
50433
50434         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50435         linker script munging.
50436
50437 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50438
50439         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50440         as 128-bit value.
50441         * crypt/sha512.c (sha512_process_block): Perform total addition using
50442         128-bit if possible.
50443         (__sha512_finish_ctx): Likewise.
50444         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50445         as 64-bit value.
50446         * crypt/sha256.c (SWAP64): Define.
50447         (sha256_process_block): Perform total addition using 64-bit if
50448         possible.
50449         (__sha256_finish_ctx): Likewise.
50450
50451 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50452
50453         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50454         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50455         * nscd/hstcache.c (cache_addhst): Likewise.
50456         * nscd/grpcache.c (cache_addgr): Likewise.
50457         * nscd/aicache.c (addhstaiX): Likewise
50458         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50459
50460 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50461
50462         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50463         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50464         * nscd/hstcache.c (cache_addhst): Likewise.
50465         * nscd/grpcache.c (cache_addgr): Likewise.
50466         * nscd/aicache.c (addhstaiX): Likewise
50467
50468 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50469
50470         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50471         domain only when needed.
50472
50473 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50474
50475         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50476         is always restored.
50477
50478 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50479
50480         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50481         are re-adding the entry.
50482         * nscd/servicescache.c (cache_addserv): Likewise.
50483
50484 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
50485
50486         * sysdeps/generic/dl-irel.h: fix protection against multiple
50487         inclusions.
50488         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50489
50490 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
50491
50492         [BZ #12935]
50493         * malloc/memusage.sh: Fix quoting in message.
50494         * debug/xtrace.sh: Likewise.
50495
50496         * configure.in: Remove support for --experimental-malloc option, make
50497         it the default.
50498         * config.make.in: Likewise.
50499         * malloc/Makefile: Likewise.
50500
50501 2011-06-27  Andreas Schwab  <schwab@redhat.com>
50502
50503         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50504         two-byte characters.
50505
50506 2011-06-27  Roland McGrath  <roland@hack.frob.com>
50507
50508         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50509         AC_CACHE_CHECK invocation.
50510         * configure: Regenerated.
50511
50512         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50513
50514 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
50515
50516         [BZ #12350]
50517         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
50518         bit from old_res_options.
50519
50520         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50521
50522         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50523         value type for setfct.
50524
50525 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
50526
50527         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50528         __gettimeofday instead of gettimeofday.
50529
50530 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
50531
50532         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50533
50534 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
50535
50536         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50537
50538         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50539         info.
50540
50541 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50542
50543         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50544         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50545         strcpy-sse2-unaligned strncpy-sse2-unaligned
50546         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50547         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50548         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50549         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50550         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50551         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50552         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50553         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50554         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50555         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50556         (STRCPY): Support SSE2 and SSSE3 versions.
50557
50558 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
50559
50560         [BZ #12874]
50561         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50562         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50563         kernels which artificially limit size of requests.
50564
50565 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50566
50567         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50568         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50569         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50570         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50571         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50572         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50573         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50574         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50575         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50576         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50577         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50578         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50579         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50580         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50581         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50582         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50583         Enable unaligned load optimization for Intel Core i3, i5 and i7
50584         processors.
50585         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50586         Define.
50587         (index_Fast_Unaligned_Load): Define.
50588         (HAS_FAST_UNALIGNED_LOAD): Define.
50589
50590 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
50591
50592         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50593
50594 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50595
50596         [BZ #12907]
50597         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50598         until it is clear that the information is realy needed.
50599         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50600
50601 2011-06-22  Andreas Schwab  <schwab@redhat.com>
50602
50603         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50604
50605 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50606
50607         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50608         /sys/devices/system/cpu/online if it is usable.
50609
50610         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50611         reading the information from the /proc filesystem to once a second.
50612
50613 2011-06-21  Andreas Jaeger  <aj@suse.de>
50614
50615         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50616         NULL after inclusion of kernel headers.
50617
50618 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
50619
50620         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50621         calls to internal_setent.
50622
50623         [BZ #12885]
50624         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50625         addresses using gethostbyname4_r ignore IPv4 addresses.
50626
50627         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50628         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
50629
50630         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50631
50632 2011-06-20  David S. Miller  <davem@davemloft.net>
50633
50634         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50635         inclusions.
50636         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50637
50638         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
50639         (elf_irel): Use it.
50640         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
50641         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
50642         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
50643         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
50644         * sysdeps/x86_64/dl-irel.h: Likewise.
50645
50646         * elf/dl-runtime.c: Use elf_ifunc_invoke.
50647         * elf/dl-sym.c: Likewise.
50648
50649 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50650
50651         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
50652         need to dereference resplen2.
50653
50654 2011-06-14  Andreas Schwab  <schwab@redhat.com>
50655
50656         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
50657
50658 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50659
50660         * Makeconfig: Define vardbdir and inst_vardbdir.
50661         * nss/Makefile: Add rules to install db-Makefile.
50662
50663         * nss/nss_db/db-XXX.c: Cleanup.
50664
50665         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
50666         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
50667         GLIBC_PRIVATE.
50668         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
50669         * nss/makedb.c: Implement -g option to specify that value strings
50670         are generated and should not be added to table iterated over for
50671         get*ent calls.
50672         * nss/nss_db/db-initgroups.c: New file.
50673
50674         * nss/getent.c: Add support for initgroups lookups through getgrouplist
50675         interface.
50676
50677         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
50678         (internal_getgrouplist): Adjust to name change.
50679         Update use_initgroups_entry if this is not the first call.
50680         * nss/databases.def: Add initgroups entry.
50681
50682         * nss/makedb.c (compute_tables): Check result of multiple hash table
50683         sizes to minimize maximum chain length.
50684
50685 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
50686
50687         * Versions.def: Add entry for libnss_db.
50688         * shlib-versions: Likewise.
50689         * nss/Makefile: Add rules to build libnss_db.
50690         * nss/Versions: Add libnss_db information.  Organize libnss_files
50691         entries better.
50692         * nss/db-Makefile: Add gshadow support.  Change rules for the new
50693         makedb progra.  Some minor improvements to generate smaller files.
50694         * nss/nss_db/nss_db.h: Move NSS database header data structures to
50695         here from...
50696         * nss/makedb.c: ...here.
50697         Improve database format to be smaller and require less memory at
50698         runtime.
50699         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
50700         db anymore.
50701         * nss/nss_db/db-netgrp.c: Likewise.
50702         * nss/nss_db/db-open.c: Likewise.
50703         * nss/nss_files/flies-XXX.x: Adjust comments.
50704         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
50705         * nss/nss_files/files-grp.c: Likewise.
50706         * nss/nss_files/files-hosts.c: Likewise.
50707         * nss/nss_files/files-network.c: Likewise.
50708         * nss/nss_files/files-proto.c: Likewise.
50709         * nss/nss_files/files-pwd.c: Likewise.
50710         * nss/nss_files/files-rpc.c: Likewise.
50711         * nss/nss_files/files-service.c: Likewise.
50712         * nss/nss_files/files-sgrp.c: Likewise.
50713         * nss/nss_files/files-spwd.c: Likewise.
50714         * nss/nss_db/db-alias.c: Removed.
50715         * nss/nss_db/dummy-db.h: Removed.
50716
50717 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
50718
50719         * nss/makedb.c: Rewritten to not use database library.
50720         * nss/Makefile: Update to build new makedb program.
50721
50722 2011-06-14  Andreas Jaeger  <aj@suse.de>
50723
50724         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
50725         memset declaration.
50726
50727 2011-06-10  Andreas Schwab  <schwab@redhat.com>
50728
50729         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
50730         tmpbuf.
50731
50732 2011-06-10  Roland McGrath  <roland@hack.frob.com>
50733
50734         * Makerules (shlib.lds): Fail if the linker script comes out empty.
50735         * elf/Makefile ($(objpfx)ld.so): Likewise.
50736
50737         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
50738         Don't list ld.so twice in dependencies.
50739
50740         * posix/bug-regex31.c: Include <stdlib.h>.
50741
50742         * nscd/hstcache.c (cache_addhst): Remove unused variable.
50743
50744         * nis/nss_compat/compat-spwd.c
50745         (getspent_next_nss_netgr): Remove unused variable.
50746         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
50747
50748         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
50749         nonmembers" output to use the right array.
50750
50751         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
50752
50753         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
50754
50755         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
50756         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
50757         * catgets/gencat.c (read_input_file): Likewise.
50758         * locale/programs/locarchive.c (enlarge_archive): Likewise.
50759
50760         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
50761         variable definition inside #if's controlling its use.
50762
50763         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
50764
50765         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
50766
50767         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
50768
50769         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
50770         unreachable code.
50771
50772         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
50773
50774         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
50775         * configure: Regenerated.
50776
50777         * Makerules: Revert last change.
50778         * elf/Makefile: Likewise.
50779
50780 2011-06-09  Roland McGrath  <roland@hack.frob.com>
50781
50782         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
50783         * elf/Makefile ($(objpfx)librtld.os): Likewise.
50784         (reloc-link): Likewise.
50785
50786 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
50787
50788         * elf/Makefile: Add rules to build pldd.
50789         * elf/pldd.c: New file.
50790         * elf/pldd-xx.c: New file.
50791
50792 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
50793
50794         * version.h: Update for 2.15 development version.
50795
50796 2011-06-07  David S. Miller  <davem@davemloft.net>
50797
50798         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
50799         ifuncs.
50800         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
50801         elf_machine_lazy_rel): Likewise.
50802         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
50803         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
50804         elf_machine_lazy_rel): Likewise.
50805         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
50806         dl_hwcap via passed in argument.
50807         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
50808         Likewise.
50809
50810 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50811
50812         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
50813
50814 2011-06-06  Roland McGrath  <roland@hack.frob.com>
50815
50816         [BZ #12849]
50817         * manual/fdl-1.1.texi: New file, verbatim from:
50818         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
50819         * manual/lgpl-2.1.texi: New file, verbatim from:
50820         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
50821         * manual/Makefile (licenses): New variable, list those new file names.
50822         (texis): Use it.
50823         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
50824
50825         * manual/fdl.texi: File removed.
50826         * manual/lesser.texi: File removed.
50827         * manual/libc.texinfo (Copying, Documentation License):
50828         Use new @include file names, put @appendix directive before @include.
50829
50830 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
50831
50832         [BZ #12841]
50833         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
50834         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
50835         (mq_open): Add __NTH.
50836
50837 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
50838
50839         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50840         Assume Intel Core i3/i5/i7 processor if AVX is available.
50841
50842 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
50843
50844         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
50845         typo.
50846
50847 2011-05-31  Andreas Schwab  <schwab@redhat.com>
50848
50849         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
50850         memory.  Use alloca_account.  Fix memory leak when retrying.
50851
50852 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
50853
50854         * version.h (RELEASE): Bump for 2.14 release.
50855         * include/features.h (__GLIBC_MINOR__): Bump to 14.
50856
50857         * config.make.in (RANLIB): Remove entry.
50858
50859 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
50860
50861         * po/Makefile (po-sed-cmd): Add ksh to extensions.
50862         (libc.pot): Work around missing support for .ksh extension in xgettext.
50863
50864         [BZ #12684]
50865         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
50866         if both request failed.
50867         (send_dg): In case of server errors clear resplen or *resplen2.
50868
50869         [BZ #12454]
50870         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
50871         when there are multiple maps.
50872         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
50873         (_dl_fini): Remove test here.
50874
50875         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
50876
50877 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
50878
50879         [BZ #12350]
50880         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
50881         bit from old_res_options.
50882         (gaih_inet): Likewise.
50883
50884         [BZ #11099]
50885         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
50886         as signed.
50887
50888         * resolv/res_init.c (res_setoptions): Make the code more compact.
50889
50890         [BZ #11558]
50891         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
50892         set RES_USEVC.
50893
50894         [BZ #11634]
50895         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
50896
50897         * malloc/malloc.h: Mark malloc hook variables as deprecated.
50898
50899         [BZ #11781]
50900         * malloc/malloc.h: Declare malloc hook variables as volatile.
50901
50902         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
50903         in last patch.
50904
50905         [BZ #11799]
50906         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
50907         raise in the comment.
50908         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50909         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50910         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
50911
50912 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
50913
50914         [BZ #12811]
50915         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
50916         grow the buffers more if it already has to be sufficient.
50917         (build_wcs_upper_buffer): Likewise.
50918         * posix/regexec.c (check_matching): Likewise.
50919         (clean_state_log_if_needed): Likewise.
50920         (extend_buffers): Don't enlarge buffers beyond size of the input
50921         buffer.
50922         Patches mostly by Emil Wojak <emil@wojak.eu>.
50923         * posix/bug-regex32.c: New file.
50924         * posix/Makefile (tests): Add bug-regex32.
50925
50926         * locale/findlocale.c (_nl_find_locale): Return right away if
50927         _nl_explode_name failed.
50928         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
50929
50930         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
50931
50932         * debug/xtrace.sh: Unify messages.
50933         * malloc/memusage.sh: Likewise.
50934
50935         [BZ #12813]
50936         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
50937         time symbol from vDSO.  Substitute with vsyscall if not available.
50938         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
50939         __vdso_time.
50940
50941         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
50942         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
50943         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
50944         Add sendmmsg and internal_sendmmsg.
50945         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
50946         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
50947         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
50948
50949         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
50950         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
50951         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
50952
50953 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
50954
50955         [BZ #12813]
50956         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
50957         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
50958         available.
50959         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
50960         __vdso_getcpu.
50961
50962         [BZ #12814]
50963         * iconvdata/Makefile (tests): Add bug-iconv9.
50964         * iconvdata/bug-iconv9.c: New file.
50965
50966 2011-05-27  Andreas Schwab  <schwab@redhat.com>
50967
50968         [BZ #12814]
50969         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
50970
50971 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
50972
50973         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
50974         (struct user_regs_struct): Change intcs field back to cs.
50975
50976 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
50977
50978         * po/ja.po: Update from translation team.
50979
50980 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
50981
50982         [BZ #12795]
50983         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
50984         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
50985
50986 2011-05-20  Andreas Schwab  <schwab@redhat.com>
50987
50988         * stdlib/longlong.h: Update from GCC.
50989
50990 2011-05-23  Andreas Schwab  <schwab@redhat.com>
50991
50992         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
50993         parameter name.
50994         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
50995         Add parameter name.
50996         (__sysconf): Pass it down.
50997
50998 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
50999
51000         [BZ #12671]
51001         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51002         some situations.
51003         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51004         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51005         add in in __libc_use_alloca calls.  Adjust callers.
51006         (glob): Use malloc in some situations.
51007
51008         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51009         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51010         pltexit.
51011
51012 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51013
51014         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51015         and CLOCK_BOOTTIME_ALARM.
51016
51017         [BZ #12782]
51018         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51019         is returned.
51020
51021         * string/_strerror.c (__strerror_r): Print negative errors as signed
51022         numbers.
51023
51024         [BZ #12777]
51025         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51026         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51027         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51028
51029         * configure.in: Fix typo in redirection and correct removal of test
51030         files in two cases.
51031
51032         [BZ #12788]
51033         * locale/setlocale.c (new_composite_name): Fix test to check for
51034         identical name of all categories.
51035
51036         [BZ #12792]
51037         * libio/filedoalloc.c (local_isatty): New function.
51038         (_IO_file_doallocate): Use local_isatty.
51039         * stdio-common/perror.c (perror): In case a new stream is used
51040         forward the stream error.
51041         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51042         error flag.
51043
51044 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51045
51046         [BZ #11869]
51047         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51048         alloca.
51049         * include/alloca.h (extend_alloca_account): Define.
51050
51051         [BZ #11857]
51052         * posix/regex.h: Fix comments with documentation of user-accessible
51053         fields after compilation and describe correct free'ing of pattern
51054         after re_compile_pattern.
51055         Patch by Reuben Thomas <rrt@sc3d.org>.
51056
51057 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51058
51059         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51060         and -mno-altivec to prevent the compiler from using Altivec and/or
51061         VSX instructions when the corresponding registers are not available.
51062
51063 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51064
51065         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51066
51067 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51068
51069         * libio/freopen.c (freopen): Use __dup2, not dup2.
51070         * libio/freopen64.c (freopen64): Likewise.
51071
51072 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51073
51074         [BZ #12775]
51075         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51076         * math/Makefile (tests): Add test-powl.
51077         (CFLAGS-test-powl.c): Define.
51078         * math/test-powl.c: New file.
51079
51080 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51081
51082         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51083
51084 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51085
51086         [BZ #11837]
51087         * iconvdata/gb18030.c: Update to GB18020-2005.
51088
51089 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51090
51091         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51092         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51093         Patch by Aharon Robbins <arnold@skeeve.com>.
51094
51095         [BZ #11892]
51096         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51097         on the stack.
51098
51099         [BZ #11895]
51100         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51101         through underflows.
51102
51103         [BZ #12766]
51104         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51105         point to strings before performing equality test for error_one_per_line
51106         mode.
51107
51108         [BZ #11697]
51109         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51110
51111         [BZ #11820]
51112         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51113         (struct user_fpregs_struct): Avoid __uint*_t types.
51114
51115         [BZ #6420]
51116         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51117         symbol info.  Use it instead of calling _dl_addr locally.
51118         (lock_and_info): New function.
51119         (tr_freehook): Call lock_and_info and pass symbol info as additional
51120         parameter to tr_where.
51121         (tr_mallochook): Likewise.
51122         (tr_reallochook): Likewise.
51123         (tr_memalignhook): Likewise.
51124
51125         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51126         used and couldn't be at all thread-safe.
51127
51128 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51129
51130         * libio/freopen.c (freopen): Don't close old file descriptor
51131         before the new one is opened.  Instead dup the new file descriptor
51132         to the old one after the new stream is created.
51133         * libio/freopen64.c (freopen64): Likewise.
51134         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51135         * libio/fileops.c (_IO_new_file_close_it): Handle new
51136         _IO_FLAGS2_NOCLOSE flag.
51137         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51138         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51139         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51140         _IO_FLAGS2_NOCLOSE flag.
51141         * include/unistd.h: Add hidden_proto for dup3.
51142         Define __have_dup3.
51143         * io/dup3.c: Define hidden symbol.
51144         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51145
51146         [BZ #7101]
51147         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51148         when an incomplete long option is used.
51149         * posix/tst-getopt_long1.c: New file.
51150         * posix/Makefile (tests): Add tst-getopt_long1.
51151
51152         [BZ #10138]
51153         * scripts/config.guess: Update from autoconf-2.68.
51154         * scripts/config.sub: Likewise.
51155
51156         [BZ #10157]
51157         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51158         tests into ...
51159         (has_cpuclock): ...this.  New function.
51160         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51161         macro here based on has_cpuclock code.
51162
51163         [BZ #10149]
51164         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51165         First byte (not low byte) is now always NUL.
51166         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51167
51168         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51169         Use non-cancelable interfaces.
51170
51171         [BZ #9809]
51172         * locale/iso-639.def: Add entry for Sorani.
51173
51174         [BZ #11901]
51175         * include/stdlib.h: Move include protection to the right place.
51176         Define abort_msg_s.  Declare __abort_msg with it.
51177         * stdlib/abort.c (__abort_msg): Adjust type.
51178         * assert/assert.c (__assert_fail_base): New function.  Majority
51179         of code from __assert_fail.  Allocate memory for __abort_msg with
51180         mmap.
51181         (__assert_fail): Now call __assert_fail_base.
51182         * assert/assert-perr.c: Remove bulk of implementation.  Use
51183         __assert_fail_base.
51184         * include/assert.hL Declare __assert_fail_base.
51185         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51186         mmap.
51187         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51188
51189 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51190
51191         [BZ #11952]
51192         [BZ #12453]
51193         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51194         until all modules are registered in the DTV.
51195         * elf/Makefile: Add rules to build and run tst-tls19.
51196         * elf/tst-tls19.c: New file.
51197         * elf/tst-tls19mod1.c: New file.
51198         * elf/tst-tls19mod2.c: New file.
51199         * elf/tst-tls19mod3.c: New file.
51200         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51201
51202         [BZ #12083]
51203         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51204         correctly.
51205
51206         [BZ #12601]
51207         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51208         two-byte sequence errors.
51209         * iconvdata/Makefile (tests): Add bug-iconv8.
51210         * iconvdata/bug-iconv8.c: New file.
51211
51212         [BZ #12626]
51213         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51214         buf2 definition.
51215
51216         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51217
51218         [BZ #12432]
51219         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51220         (dummy_getcfa): New function.
51221         (init): Get _Unwind_GetCFA address, use dummy if not found.
51222         (backtrace_helper): In recursion check, also check whether CFA changes.
51223         (__backtrace): Completely initialize arg.
51224
51225         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51226         storing incomplete byte sequence in state object.  Avoid testing for
51227         guaranteed too small input if we know there is enough data available.
51228
51229 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51230
51231         * Makeconfig (+link-pie): Indent.
51232         * Rules (binaries-pie): Define if $(have-fpie) and
51233         $(build-shared).
51234         (binaries-shared): Also filter out $(binaries-pie).
51235         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51236         * nscd/Makefile (others-pie): Add nscd.
51237         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51238         ($(objpfx)nscd): Remove command override.
51239         * login/Makefile (others-pie): Add pt_chown.
51240         ($(objpfx)pt_chown): Remove command override.
51241         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51242         remove command overrides.
51243
51244 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51245
51246         * libio/tst_putwc.c: Fix error messages.
51247
51248         [BZ #12724]
51249         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51250         currently writing and seek to current position when not.
51251         * libio/Makefile (tests): Add bug-fclose1.
51252         * libio/bug-fclose1.c: New file.
51253
51254 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51255
51256         [BZ #12511]
51257         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51258         don't set DF_1_NODELETE here.
51259         (do_lookup_x): When entering new entry test for copy relocation
51260         and if necessary set DF_1_NODELETE flag.
51261         * elf/tst-unique4.cc: New file.
51262         * elf/tst-unique4.h: New file.
51263         * elf/tst-unique4lib.cc: New file.
51264         * elf/Makefile: Add rules to build and run tst-unique4.
51265         Patch by Piotr Bury <pbury@goahead.com>.
51266
51267 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51268
51269         [BZ #12052]
51270         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51271
51272         [BZ #12625]
51273         * misc/mntent_r.c (addmntent): Flush the stream after the output
51274
51275         [BZ #12393]
51276         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51277         (is_trusted_path_normalize): Skip initial colon.  Append slash
51278         to empty buffer.  Duplicate is_trusted_path code but allow
51279         constructed patch to be prefix.
51280         (is_dst): Allow $ORIGIN followed by /.
51281         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51282         Correct testing of result of is_trusted_path_normalize
51283         (decompose_rpath): Fix warning.
51284
51285 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51286
51287         [BZ #11257]
51288         * grp/initgroups.c (internal_getgrouplist): When we found the service
51289         list through the initgroups entry in nsswitch.conf do not always
51290         continue on a successful lookup.  Don't always use the
51291         __nss_group_database value if it is set.
51292         * nss/nsswitch.conf (initgroups): Change action for successful db
51293         lookup to continue for compatibility.
51294
51295 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51296
51297         [BZ #11532]
51298         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51299         and CP774 modules.
51300         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51301         and CP774 modules.
51302         * iconvdata/tst-tables.sh: Likewise.
51303         * iconvdata/cp770.c: New file.
51304         * iconvdata/cp771.c: New file.
51305         * iconvdata/cp772.c: New file.
51306         * iconvdata/cp773.c: New file.
51307         * iconvdata/cp774.c: New file.
51308         * iconvdata/testdata/CP770: New file.
51309         * iconvdata/testdata/CP770..UTF8: New file.
51310         * iconvdata/testdata/CP771: New file.
51311         * iconvdata/testdata/CP771..UTF8: New file.
51312         * iconvdata/testdata/CP772: New file.
51313         * iconvdata/testdata/CP772..UTF8: New file.
51314         * iconvdata/testdata/CP773: New file.
51315         * iconvdata/testdata/CP773..UTF8: New file.
51316         * iconvdata/testdata/CP774: New file.
51317         * iconvdata/testdata/CP774..UTF8: New file.
51318
51319         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51320         END CHARMAP line.
51321         * iconvdata/gen-8bit-gap.sh: Likewise.
51322         * iconvdata/gen-8bit.sh: Likewise.
51323
51324         * locale/iso-639.def: Add ary entry.
51325
51326         [BZ #11258]
51327         * locale/C-translit.h.in: Add U20A1 transliteration.
51328
51329         [BZ #12178]
51330         * locale/iso-639.def: Add wae entry.
51331         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51332
51333         [BZ #12545]
51334         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51335         for n.
51336
51337         [BZ #12711]
51338         * locale/C-translit.h.in: Add entry for U20B9.
51339         Patch by pravin.d.s@gmail.com.
51340
51341 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51342
51343         [BZ #12713]
51344         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51345         ENAMETOOLONG use generic getcwd.
51346         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51347         in rtld.  Use *stat64.
51348         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51349         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51350         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51351         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51352         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51353         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51354         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51355         __fstatat64 macros.
51356         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51357         * dirent/rewinddir.c: Add libc_hidden_def.
51358         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51359         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51360
51361         * include/dirent.h (__alloc_dir): Add flags parameter.
51362         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51363         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51364         __alloc_dir.
51365         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51366         from fdopendir if O_CLOEXEC is already set.
51367
51368 2011-03-15  Alan Modra  <amodra@gmail.com>
51369
51370         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51371         l_tls_firstbyte_offset non-zero.  Save padding offset in
51372         l_tls_firstbyte_offset for later use.
51373         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51374         freeing static tls block.
51375
51376 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51377
51378         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51379         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51380         being defined by the kernel headers.
51381
51382 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51383
51384         [BZ #12734]
51385         * resolv/resolv.h: Define RES_NOTLDQUERY.
51386         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51387         no-tld-query and set RES_NOTLDQUERY.
51388         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51389         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51390         modern BIND to search name as TLD unless forbidden.
51391
51392 2011-05-07  Petr Baudis  <pasky@suse.cz>
51393             Ulrich Drepper  <drepper@gmail.com>
51394
51395         [BZ #12393]
51396         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51397         (is_trusted_path): ...to here.
51398         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51399         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51400         using is_trusted_path_normalize() in setuid scripts.
51401
51402 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51403
51404         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51405         __BEGIN/__END_DECLS.
51406
51407 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51408
51409         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51410         NSS_STATUS_NOTFOUND if no record was found.
51411
51412 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51413
51414         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51415         (headers-not-in-tirpc): Remove rpc/netdb.h
51416         * resolv/netdb.h: Revert last change.
51417
51418 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51419
51420         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51421         circular dependency between libgcc.a and libc.a.
51422
51423 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51424
51425         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51426         * nis/Makefile: Don't install rpcsvc/*.
51427         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51428         instead of <rpc/types.h>.
51429         (MAXHOSTNAMELEN): Define.
51430
51431 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51432
51433         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51434
51435 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51436
51437         [BZ #12714]
51438         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51439         gethostbyname4_r when IPv6 results are possible.
51440
51441 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51442
51443         [BZ #12723]
51444         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51445         _PC_PIPE_BUF handling.
51446
51447 2011-04-30  Bruno Haible  <bruno@clisp.org>
51448
51449         [BZ #12717]
51450         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51451         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51452         to 'int'.
51453         * inet/getnameinfo.c (getnameinfo): Likewise.
51454
51455 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51456
51457         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51458         to groups setting in database lookup.
51459         * nss/nsswitch.conf: Add initgroups entry.
51460
51461 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51462
51463         [BZ #12685]
51464         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51465         mode string.
51466         Patch by Eric Blake <eblake@redhat.com>.
51467
51468 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51469
51470         * sunrpc/Makefile (need-export-routines): Add svc_run.
51471         (routines): Remove svc_run.
51472         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51473         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51474         * sunrpc/svc_run.c (svc_run): Likewise.
51475         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51476
51477 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51478
51479         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51480         problem in reallocation in last patch.
51481
51482 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
51483
51484         * sunrpc/Makefile: Move inclusion of Rules.
51485
51486 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51487
51488         * nss/nss_files/files-initgroups.c: New file.
51489         * nss/Makefile (libnss_files-routines): Add files-initgroups.
51490         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51491         _nss_files_initgroups_dyn.
51492
51493 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
51494
51495         * elf/elf.h (R_ARM_IRELATIVE): Define.
51496
51497 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51498
51499         * po/ru.po: Update from translation team.
51500
51501 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51502
51503         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51504         dependencies.
51505
51506 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
51507
51508         [BZ #12653]
51509         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51510         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51511         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51512         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51513         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51514
51515 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
51516
51517         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51518         differing bytes.
51519         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51520         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51521         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51522
51523 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51524
51525         [BZ #12420]
51526         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51527         storing it.
51528         * stdlib/bug-getcontext.c: New file.
51529         * stdlib/Makefile: Add rules to build and run bug-getcontext.
51530
51531 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51532
51533         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51534         instructions into .machine "z9-109".
51535         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51536         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51537
51538 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51539
51540         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51541         between environment variables and auxiliary vector.
51542
51543 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
51544
51545         * Makefile: Add rules to build linkobj/libc.so.
51546         * include/libc-symbols.h: Define libc_hidden_nolink.
51547         * include/rpc/auth.h: Mark functions which are to be hidden.
51548         * include/rpc/auth_des.h: Likewise.
51549         * include/rpc/auth_unix.h: Likewise.
51550         * include/rpc/clnt.h: Likewise.
51551         * include/rpc/des_crypt.h: Likewise.
51552         * include/rpc/key_prot.h: Likewise.
51553         * include/rpc/pmap_clnt.h: Likewise.
51554         * include/rpc/pmap_prot.h: Likewise.
51555         * include/rpc/pmap_rmt.h: Likewise.
51556         * include/rpc/rpc_msg.h: Likewise.
51557         * include/rpc/svc.h: Likewise.
51558         * include/rpc/svc_auth.h: Likewise.
51559         * include/rpc/xdr.h: Likewise.
51560         * nis/Makefile: Link all DSOs against linkobj/libc.so.
51561         * nss/Makefile: Likewise.
51562         * sunrpc/Makefile: Don't install headers.  Build library with normal
51563         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
51564         * sunrpc/auth_des.c: Hide exported symbols by default, export some
51565         for the compat linking library.  Remove use of INTDEF/INTUSE.
51566         * sunrpc/auth_none.c: Likewise.
51567         * sunrpc/auth_unix.c: Likewise.
51568         * sunrpc/authdes_prot.c: Likewise.
51569         * sunrpc/authuxprot.c: Likewise.
51570         * sunrpc/clnt_gen.c: Likewise.
51571         * sunrpc/clnt_perr.c: Likewise.
51572         * sunrpc/clnt_raw.c: Likewise.
51573         * sunrpc/clnt_simp.c: Likewise.
51574         * sunrpc/clnt_tcp.c: Likewise.
51575         * sunrpc/clnt_udp.c: Likewise.
51576         * sunrpc/clnt_unix.c: Likewise.
51577         * sunrpc/des_crypt.c: Likewise.
51578         * sunrpc/des_soft.c: Likewise.
51579         * sunrpc/get_myaddr.c: Likewise.
51580         * sunrpc/key_call.c: Likewise.
51581         * sunrpc/key_prot.c: Likewise.
51582         * sunrpc/netname.c: Likewise.
51583         * sunrpc/pm_getmaps.c: Likewise.
51584         * sunrpc/pm_getport.c: Likewise.
51585         * sunrpc/pmap_clnt.c: Likewise.
51586         * sunrpc/pmap_prot.c: Likewise.
51587         * sunrpc/pmap_prot2.c: Likewise.
51588         * sunrpc/pmap_rmt.c: Likewise.
51589         * sunrpc/publickey.c: Likewise.
51590         * sunrpc/rpc_cmsg.c: Likewise.
51591         * sunrpc/rpc_common.c: Likewise.
51592         * sunrpc/rpc_dtable.c: Likewise.
51593         * sunrpc/rpc_prot.c: Likewise.
51594         * sunrpc/rpc_thread.c: Likewise.
51595         * sunrpc/rtime.c: Likewise.
51596         * sunrpc/svc.c: Likewise.
51597         * sunrpc/svc_auth.c: Likewise.
51598         * sunrpc/svc_authux.c: Likewise.
51599         * sunrpc/svc_raw.c: Likewise.
51600         * sunrpc/svc_run.c: Likewise.
51601         * sunrpc/svc_simple.c: Likewise.
51602         * sunrpc/svc_tcp.c: Likewise.
51603         * sunrpc/svc_udp.c: Likewise.
51604         * sunrpc/svc_unix.c: Likewise.
51605         * sunrpc/svcauth_des.c: Likewise.
51606         * sunrpc/xcrypt.c: Likewise.
51607         * sunrpc/xdr.c: Likewise.
51608         * sunrpc/xdr_array.c: Likewise.
51609         * sunrpc/xdr_float.c: Likewise.
51610         * sunrpc/xdr_intXX_t.c: Likewise.
51611         * sunrpc/xdr_mem.c: Likewise.
51612         * sunrpc/xdr_rec.c: Likewise.
51613         * sunrpc/xdr_ref.c: Likewise.
51614         * sunrpc/xdr_sizeof.c: Likewise.
51615         * sunrpc/xdr_stdio.c: Likewise.
51616
51617 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
51618
51619         [BZ #12650]
51620         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51621         * sysdeps/ia64/dl-tls.h: Likewise.
51622         * sysdeps/powerpc/dl-tls.h: Likewise.
51623         * sysdeps/s390/dl-tls.h: Likewise.
51624         * sysdeps/sh/dl-tls.h: Likewise.
51625         * sysdeps/sparc/dl-tls.h: Likewise.
51626         * sysdeps/x86_64/dl-tls.h: Likewise.
51627         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51628
51629 2011-03-14  Andreas Schwab  <schwab@redhat.com>
51630
51631         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51632         rpath element also skip the following colon.
51633         (expand_dynamic_string_token): Add is_path parameter and pass
51634         down to DL_DST_REQUIRED and _dl_dst_substitute.
51635         (decompose_rpath): Call expand_dynamic_string_token with
51636         non-zero is_path.  Ignore empty rpaths.
51637         (_dl_map_object_from_fd): Call expand_dynamic_string_token
51638         with zero is_path.
51639
51640 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
51641
51642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
51643         Make cancelable.
51644
51645 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
51646
51647         [BZ #12655]
51648         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
51649         Patch by Filipe David Manana <fdmanana@apache.org>.
51650
51651 2011-04-07  Andreas Schwab  <schwab@redhat.com>
51652
51653         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
51654         Maintain aligned stack.
51655         (CHECK_RSP): Remove unused macro.
51656
51657 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
51658
51659         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
51660         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
51661
51662 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
51663
51664         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
51665
51666         * include/features.h: Mention __USE_XOPEN2K8 in comment.
51667
51668 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
51669
51670         [BZ #12518]
51671         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
51672         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
51673         * sysdeps/x86_64/memmove.c: New file.
51674         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
51675         (memcpy): Renamed to ...
51676         (__new_memcpy): This.
51677         (memcpy): Provide GLIBC_2_14 memcpy.
51678         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
51679         (memcpy): Provide GLIBC_2_2_5 memcpy.
51680
51681 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51682
51683         [BZ #12631]
51684         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
51685
51686 2011-03-30  Andreas Schwab  <schwab@redhat.com>
51687
51688         * misc/syncfs.c: New file.
51689         * misc/Makefile (routines): Add syncfs.
51690         * posix/unistd.h: Declare syncfs.
51691         * sysdeps/unix/syscalls.list: Add syncfs.
51692
51693 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51694
51695         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
51696         open_by_handle_at.
51697         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51698         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51699         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51700         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51701         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51702         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
51703         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51704
51705 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51706
51707         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
51708         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51709         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
51710         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51711         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51712         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51713         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51714
51715         * io/Makefile: Compile fallocate.c, fallocate64.c, and
51716         sync_file_range.c with -fexceptions.
51717         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
51718         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
51719         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
51720         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
51721         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
51722         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
51723         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
51724         sync_file_range as cancellation point
51725         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
51726         now a wrapper around __call_sync_file_range with cancellation handling.
51727         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
51728         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
51729         function name to __call_sync_file_range.
51730         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
51731         Add call_sync_file_range.
51732
51733 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51734
51735         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51736         bits/timex.h.
51737
51738 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51739
51740         * iconv/iconv.h: Fix typo in comment.
51741         * io/fcntl.h: Likewise.
51742         * libio/stdio.h: Likewise.
51743         * posix/spawn.h: Likewise.
51744         * posix/unistd.h: Likewise.
51745         * stdlib/stdlib.h: Likewise.
51746         * time/time.h: Likewise.
51747         * wcsmbs/wchar.h: Likewise.
51748
51749         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
51750         open_by_handle): Add.
51751         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
51752         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
51753         Augment a few comments.
51754         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51755         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51756         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51757         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51758         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51759         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
51760         open_by_handle.
51761
51762         * io/fcntl.h (AT_EMPTY_PATH): Define.
51763
51764 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
51765
51766         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
51767         * sysdeps/unix/sysv/linux/bits/time.h: New file.
51768         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
51769         to...
51770         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
51771         * Versions.def: Add GLIBC_2.14.
51772         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
51773         Export.
51774
51775 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
51776
51777         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
51778         round counter.
51779         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51780
51781 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
51782
51783         [BZ #12597]
51784         * string/test-strncmp.c (do_page_test): New function.
51785         (check2): Likewise.
51786         (test_main): Call check2.
51787         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
51788
51789 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
51790
51791         [BZ #12587]
51792         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
51793         Handle cache information in CPU leaf 4.
51794         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51795
51796 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
51797
51798         [BZ #12583]
51799         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
51800         character representation.
51801         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
51802
51803 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
51804
51805         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
51806         END(__isnan) to END(__isnanf) to match function entry point/label
51807         EALIGN(__isnanf,...).
51808
51809 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
51810
51811         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
51812
51813 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
51814
51815         [BZ #12510]
51816         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
51817         copy from the symbol referenced in the relocation to initialize the
51818         used variable.
51819         Patch by Piotr Bury <pbury@goahead.com>.
51820         * elf/Makefile: Add rules to build and tst-unique3.
51821         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
51822         * elf/tst-unique3.cc: New file.
51823         * elf/tst-unique3.h: New file.
51824         * elf/tst-unique3lib.cc: New file.
51825         * elf/tst-unique3lib2.cc: New file.
51826
51827         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
51828
51829 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
51830
51831         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
51832         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
51833         to _start.
51834
51835 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
51836
51837         * elf/dl-load.c (_dl_map_object): If we are looking for the first
51838         to-be-loaded object along a path to loader is ld.so.
51839
51840 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
51841             Ulrich Drepper  <drepper@gmail.com>
51842
51843         * sysdeps/x86_64/memset.S: After aligning destination, code
51844         branches to different locations depending on the value of
51845         misalignment, when multiarch is enabled. Fix this.
51846
51847 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
51848
51849         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
51850         Set _x86_64_preferred_memory_instruction for AMD processsors.
51851         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51852         Set bit_Prefer_SSE_for_memop for AMD processors.
51853
51854 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
51855
51856         * libio/fmemopen.c (fmemopen): Optimize a bit.
51857
51858 2011-03-03  Andreas Schwab  <schwab@redhat.com>
51859
51860         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
51861
51862 2011-03-03  Roland McGrath  <roland@redhat.com>
51863
51864         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
51865
51866 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
51867
51868         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
51869         __bzero_ultra1 instead of __memset_ultra1.
51870
51871 2011-02-23  Andreas Schwab  <schwab@redhat.com>
51872             Ulrich Drepper  <drepper@gmail.com>
51873
51874         [BZ #12509]
51875         * include/link.h (struct link_map): Add l_orig_initfini.
51876         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
51877         returning unsuccessfully.
51878         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
51879         close of a file loaded at startup, restore the original l_initfini
51880         list.
51881         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
51882         list, store the pointer.
51883         * elf/Makefile ($(objpfx)noload-mem): New rule.
51884         (noload-ENV): Define.
51885         (tests): Add $(objpfx)noload-mem.
51886         * elf/noload.c: Include <memcheck.h>.
51887         (main): Call mtrace.  Close all opened handles.
51888
51889 2011-02-17  Andreas Schwab  <schwab@redhat.com>
51890
51891         [BZ #12454]
51892         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
51893         dependencies are missing.
51894
51895 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51896
51897         Fix __if_freereq crash: Unlike the generic version which uses free,
51898         Hurd needs munmap.
51899         * sysdeps/mach/hurd/ifreq.h: New file.
51900
51901 2011-01-27  Petr Baudis  <pasky@suse.cz>
51902             Ulrich Drepper  <drepper@gmail.com>
51903
51904         [BZ 12445]#
51905         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
51906         to extend_alloca().
51907         * stdio-common/bug23.c: New file.
51908         * stdio-common/Makefile (tests): Add bug23.
51909
51910 2010-09-28  Andreas Schwab  <schwab@redhat.com>
51911             Ulrich Drepper  <drepper@gmail.com>
51912
51913         [BZ #12489]
51914         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
51915         before performing relro protection.  At old place add assertion
51916         to make sure nothing changed.
51917
51918 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
51919             Glauber de Oliveira Costa  <glommer@gmail.com>
51920
51921         * elf/elf.h: Add new ARM TLS relocs.
51922
51923 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
51924
51925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
51926         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
51927         cast from r3.
51928         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
51929         'tests' variable.
51930         * sysdeps/wordsize-64/tst-writev.c: New file.
51931
51932 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
51933
51934         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
51935         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
51936         insns in _dl_start to prevent a TOC reference before relocs are
51937         resolved.
51938
51939 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
51940
51941         [BZ #12469]
51942         * Makeconfig: Remove RANLIB definition.
51943         * Makerules: Don't use RANLIB.
51944         * aclocal.m4: Remove ranlib test.
51945         * configure.in: No need to check for ranlib.
51946         * elf/rtld-Rules: Don't use RANLIB.
51947
51948 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51949
51950         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
51951         protection macro.
51952         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
51953         inclusion protection macro.
51954
51955         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
51956         SIGRTMIN and SIGRTMAX and print information in that case only when
51957         SIGRTMIN is defined.
51958
51959 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
51960
51961         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
51962         arginfo fn returning -1.
51963
51964         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
51965         and thousands string is zero terminated.
51966
51967 2011-02-03  Andreas Schwab  <schwab@redhat.com>
51968
51969         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
51970         sysdeps/unix/sysv/linux/bits/socket.h.
51971
51972 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51973
51974         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
51975         (__CPU_COUNT): Remove old macros.
51976         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
51977         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
51978         (__CPU_ALLOC, __CPU_FREE): Add macros.
51979         (__sched_cpualloc, __sched_cpufree): Add declarations.
51980
51981 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
51982
51983         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
51984         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
51985         * nscd/aicache.c (addhstaiX): Return timeout of added value.
51986         (readdhstai): Return value of addhstaiX call.
51987         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
51988         (addgrbyX): Return value returned by cache_addgr.
51989         (readdgrbyname): Return value returned by addgrbyX.
51990         (readdgrbygid): Likewise.
51991         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
51992         (addpwbyX): Return value returned by cache_addpw.
51993         (readdpwbyname): Return value returned by addhstbyX.
51994         (readdpwbyuid): Likewise.
51995         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
51996         (addservbyX): Return value returned by cache_addserv.
51997         (readdservbyname): Return value returned by addservbyX:
51998         (readdservbyport): Likewise.
51999         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52000         (addhstbyX): Return value returned by cache_addhst.
52001         (readdhstbyname): Return value returned by addhstbyX.
52002         (readdhstbyaddr): Likewise.
52003         (readdhstbynamev6): Likewise.
52004         (readdhstbyaddrv6): Likewise.
52005         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52006         (readdinitgroups): Return value returned by addinitgroupsX.
52007         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52008         (prune_cache): Keep track of timeout value of re-added entries.
52009         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52010         * nscd/nscd.h: Adjust prototypes of readd* functions.
52011
52012 2011-02-04  Roland McGrath  <roland@redhat.com>
52013
52014         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52015         (nis_stats): Likewise.
52016         * nis/nis_modify.c (nis_modify): Likewise.
52017         * nis/nis_remove.c (nis_remove): Likewise.
52018         * nis/nis_add.c (nis_add): Likewise.
52019
52020         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52021
52022         * posix/fnmatch_loop.c: Add some consts.
52023
52024         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52025
52026 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52027
52028         [BZ #12460]
52029         * config.make.in (config-cflags-novzeroupper): Define.
52030         * configure.in: Substitute libc_cv_cc_novzeroupper.
52031         * elf/Makefile (AVX-CFLAGS): Define.
52032         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52033         (CFLAGS-tst-auditmod4a.c): Likewise.
52034         (CFLAGS-tst-auditmod4b.c): Likewise.
52035         (CFLAGS-tst-auditmod6b.c): Likewise.
52036         (CFLAGS-tst-auditmod6c.c): Likewise.
52037         (CFLAGS-tst-auditmod7b.c): Likewise.
52038         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52039
52040 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52041
52042         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52043         function to the callback.
52044         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52045
52046 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52047
52048         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52049         of errno.
52050
52051 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52052
52053         [BZ #11724]
52054         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52055         of constructors.
52056         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52057         of destructors.
52058         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52059
52060         [BZ #11724]
52061         * elf/Makefile: Add rules to build and run new test.
52062         * elf/tst-initorder.c: New file.
52063         * elf/tst-initorder.exp: New file.
52064         * elf/tst-initordera1.c: New file.
52065         * elf/tst-initordera2.c: New file.
52066         * elf/tst-initordera3.c: New file.
52067         * elf/tst-initordera4.c: New file.
52068         * elf/tst-initorderb1.c: New file.
52069         * elf/tst-initorderb2.c: New file.
52070         * elf/tst-order-a1.c: New file.
52071         * elf/tst-order-a2.c: New file.
52072         * elf/tst-order-a3.c: New file.
52073         * elf/tst-order-a4.c: New file.
52074         * elf/tst-order-b1.c: New file.
52075         * elf/tst-order-b2.c: New file.
52076         * elf/tst-order-main.c: New file.
52077         New test case by George Gensure <werkt0@gmail.com>.
52078
52079 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52080
52081         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52082         decoding ACE if AI_CANONIDN.
52083
52084 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52085
52086         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52087
52088 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52089
52090         * version.h (RELEASE): Bump for 2.13 release.
52091         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52092
52093         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52094
52095         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52096         MADV_NOHUGEPAGE.
52097         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52098         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52099         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52100         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52101         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52102         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52103
52104         * posix/getconf.c: Update copyright year.
52105         * catgets/gencat.c: Likewise.
52106         * csu/version.c: Likewise.
52107         * debug/catchsegv.sh: Likewise.
52108         * debug/xtrace.sh: Likewise.
52109         * elf/ldconfig.c: Likewise.
52110         * elf/ldd.bash.in: Likewise.
52111         * elf/sprof.c (print_version): Likewise.
52112         * iconv/iconv_prog.c: Likewise.
52113         * iconv/iconvconfig.c: Likewise.
52114         * locale/programs/locale.c: Likewise.
52115         * locale/programs/localedef.c: Likewise.
52116         * malloc/memusage.sh: Likewise.
52117         * malloc/mtrace.pl: Likewise.
52118         * nscd/nscd.c (print_version): Likewise.
52119         * nss/getent.c: Likewise.
52120
52121         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52122         PF_CAIF, and PF_ALG.
52123         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52124
52125 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52126
52127         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52128         (modules-names): Use them.
52129         (ifunc-test-modules, ifunc-pie-tests): Define.
52130         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52131         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52132         (test-extras): Likewise.
52133         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52134         $(compile-command.c).
52135         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52136         (all-built-dso): Define.
52137         (check-textrel.out, check-execstack.out): Depend on it.
52138
52139         * configure.in: Don't override --enable-multi-arch.
52140
52141 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52142
52143         [BZ #6812]
52144         * nscd/hstcache.c (tryagain): Define.
52145         (cache_addhst): Return tryagain not notfound for temporary errors.
52146         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52147         failed.
52148
52149 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52150
52151         [BZ #10563]
52152         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52153         to make the syscall.
52154         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52155
52156         [BZ #12378]
52157         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52158         and fall back to matching as normal character if the string ends before
52159         the matching ']' is found.  This is what POSIX requires.
52160         * posix/testfnm.c: Adjust test result.
52161         * posix/globtest.sh: Adjust test result.  Add new test.
52162         * posix/tst-fnmatch.input: Likewise.
52163         * posix/tst-fnmatch2.c: Add new test.
52164
52165 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52166
52167         * elf/Makefile (check-execstack): Revert last change.  Depend on
52168         check-execstack.h.
52169         (check-execstack.h): New target.
52170         (generated): Add check-execstack.h.
52171         * elf/check-execstack.c: Include "check-execstack.h".
52172         (main): Revert last change.
52173         (handle_file): Return zero if GNU_STACK is absent and
52174         DEFAULT_STACK_PERMS doesn't include PF_X.
52175
52176 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52177
52178         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52179         in child fails because the descriptor is already closed.
52180         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52181         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52182         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52183
52184         [BZ #12397]
52185         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52186         syscall.
52187
52188         [BZ #10484]
52189         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52190         temporary buffer used to handle multi lookups locally.
52191         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52192
52193 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52194
52195         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52196         loader is ld.so.
52197
52198 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52199
52200         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52201         alignment for SSE2.
52202
52203 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52204
52205         [BZ #12394]
52206         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52207         characters.  When rounding increased number of integer digits recompute
52208         number of groups.
52209         * stdio-common/tst-grouping.c: New file.
52210         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52211
52212 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52213
52214         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52215         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52216
52217         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52218         void.
52219         * bits/select.h: Likewise.
52220
52221 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52222
52223         * po/ja.po: Update from translation team.
52224
52225 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52226
52227         [BZ #11155]
52228         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52229         implementation just like for lxstat, fxstatat, et al.
52230
52231 2010-12-27  Jim Meyering  <meyering@redhat.com>
52232
52233         [BZ #12348]
52234         * posix/regexec.c (build_trtable): Return failure indication upon
52235         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52236
52237 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52238
52239         [BZ #12201]
52240         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52241         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52242         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52243         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52244
52245         [BZ #12207]
52246         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52247
52248         [BZ #12204]
52249         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52250         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52251
52252 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52253
52254         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52255         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52256         script has SORT_BY_INIT_PRIORITY.
52257         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52258         NO_CTORS_DTORS_SECTIONS is defined.
52259         * elf/soinit.c: Likewise.
52260         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52261         NO_CTORS_DTORS_SECTIONS is defined.
52262         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52263         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52264         * sysdeps/sh/init-first.c: Likewise.
52265         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52266
52267 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52268
52269         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52270         always use the slow path.
52271
52272 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52273
52274         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52275         similar rule which adds the sysdep directories to the header search in
52276         order to pick up the correct platform stackinfo.h.
52277         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52278         perform test if it is, otherwise return successfully without testing.
52279         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52280         DEFAULT_STACK_PERMS define in stackinfo.h.
52281         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52282         defined in stackinfo.h.
52283         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52284         DEFAULT_STACK_PERMS defined in stackinfo.h.
52285         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52286         * sysdeps/ia64/stackinfo.h: Likewise.
52287         * sysdeps/s390/stackinfo.h: Likewise.
52288         * sysdeps/sh/stackinfo.h: Likewise.
52289         * sysdeps/sparc/stackinfo.h: Likewise.
52290         * sysdeps/x86_64/stackinfo.h: Likewise.
52291         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52292         PF_X for powerpc64.  Retain PF_X for powerpc32.
52293
52294 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52295
52296         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52297         accurately.
52298         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52299         GETDENTS_64BIT_ALIGNED.
52300
52301 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52302
52303         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52304
52305 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52306
52307         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52308         _GNU_SOURCE.
52309
52310         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52311         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52312         Remove __restrict.
52313         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52314         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52315
52316 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52317
52318         [BZ #11655]
52319         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52320         are initialized.
52321
52322 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52323
52324         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52325
52326 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52327
52328         * po/it.po: Update from translation team.
52329
52330 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52331
52332         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52333         unused codes.
52334
52335 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52336
52337         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52338
52339 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52340
52341         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52342         specially.
52343         (gaih_getanswer_slice): Likewise.
52344
52345 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52346
52347         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52348
52349 2010-05-31  Petr Baudis  <pasky@suse.cz>
52350
52351         [BZ #11149]
52352         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52353         silently even in the chroot mode.
52354
52355 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52356
52357         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52358         last patch a bit.  Pretty printing
52359
52360 2010-05-31  Petr Baudis <pasky@suse.cz>
52361
52362         [BZ #10085]
52363         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52364         initialization of skip_initgroups_dyn.
52365
52366 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52367
52368         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52369         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52370
52371 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52372
52373         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52374
52375 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52376
52377         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52378         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52379         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52380         ($(objpfx)tst-fnmatch-mem): New rule.
52381         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52382         * posix/tst-fnmatch.c (main): Call mtrace.
52383
52384 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52385
52386         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52387         Support Intel processor model 6 and model 0x2c.
52388
52389 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52390
52391         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52392           signed comparison.
52393
52394 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52395
52396         [BZ #12205]
52397         * string/test-strncasecmp.c (check_result): New function.
52398         (do_one_test): Use it.
52399         (check1): New function.
52400         (test_main): Use it.
52401         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52402         Support strcasecmp and strncasecmp.
52403
52404 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52405
52406         [BZ #12194]
52407         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52408         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52409
52410 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52411
52412         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52413         IFUNC support.
52414         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52415         memset-x86-64.
52416         * sysdeps/x86_64/multiarch/bzero.S: New file.
52417         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52418         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52419         * sysdeps/x86_64/multiarch/memset.S: New file.
52420         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52421         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52422         Set bit_Prefer_SSE_for_memop for Intel processors.
52423         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52424         Define.
52425         (index_Prefer_SSE_for_memop): Define.
52426         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52427
52428 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52429
52430         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52431         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52432
52433 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52434
52435         [BZ #12191]
52436         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52437         (__x86_64_raw_data_cache_size_half): Likewise.
52438         (__x86_64_raw_shared_cache_size): Likewise.
52439         (__x86_64_raw_shared_cache_size_half): Likewise.
52440
52441         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52442         (__x86_64_raw_data_cache_size_half): Likewise.
52443         (__x86_64_raw_shared_cache_size): Likewise.
52444         (__x86_64_raw_shared_cache_size_half): Likewise.
52445         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52446         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52447         and __x86_64_raw_shared_cache_size_half.  Round
52448         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52449         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52450         to multiple of 256 bytes.
52451
52452 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52453
52454         [BZ #12167]
52455         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52456         of inacessible symlinks.  Verify result of symlink before returning it.
52457         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52458         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52459
52460 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52461
52462         * math/math.h (isinf): Fix typo in comment.
52463
52464 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52465
52466         * po/da.po: Update from translation team.
52467
52468 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52469
52470         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52471         is added to the list.
52472
52473 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52474             Ulrich Drepper  <drepper@gmail.com>
52475
52476         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52477         the global list here.  Move code to...
52478         (_dl_add_to_namespace_list): ...here.  New function.
52479         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52480         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52481         * elf/dl-load.c (lose): Don't remove the element from the list.
52482         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52483         (_dl_map_object): Likewise.
52484
52485 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
52486
52487         [BZ #12159]
52488         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52489         into all bytes of SSE register.
52490         Patch by Richard Li <richardpku@gmail.com>.
52491
52492 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
52493
52494         [BZ #12140]
52495         * malloc/malloc.c (_int_free): Fill correct number of bytes when
52496         perturbing.
52497
52498 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
52499
52500         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52501         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52502         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52503         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52505         submachine.
52506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52507
52508 2010-10-22  Andreas Schwab  <schwab@redhat.com>
52509
52510         * include/dlfcn.h (__RTLD_SECURE): Define.
52511         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
52512         mode & __RTLD_SECURE instead.
52513         (open_path): Rename preloaded parameter to secure.
52514         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52515         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52516         * elf/dl-deps.c (openaux): Likewise.
52517         * elf/rtld.c (struct map_args): Remove is_preloaded.
52518         (map_doit): Don't use it.
52519         (dl_main): Likewise.
52520         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52521         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52522
52523 2010-09-09  Andreas Schwab  <schwab@redhat.com>
52524
52525         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52526         (sysd-rules-targets): Remove duplicates.
52527         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52528         rtld-%.$o dependency.
52529
52530 2010-10-18  Andreas Schwab  <schwab@redhat.com>
52531
52532         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52533         _dl_map_object do it.
52534
52535 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
52536
52537         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52538         fast fma builtins, define the macros in the C99 standard.
52539         (FP_FAST_FMAF): Likewise.
52540         (FP_FAST_FMAL): Likewise.
52541         * sysdeps/x86_64/bits/mathdef.h: Likewise.
52542
52543         * bits/mathdef.h: Update copyright year.
52544         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52545
52546 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
52547
52548         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52549         builtins, define the macros in the C99 standard.
52550         (FP_FAST_FMAF): Likewise.
52551         (FP_FAST_FMAL): Likewise.
52552         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52553         multiply/add.
52554         (FP_FAST_FMAF): Likewise.
52555
52556 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
52557
52558         [BZ #3268]
52559         * math/libm-test.inc (fma_test): Some new testcases.
52560         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52561         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52562         y and infinite z.  Do multiplication by C already in long double.
52563         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52564         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52565         y and infinite z.  Do bitwise or of inexact bit into u.d.
52566         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52567         * sysdeps/i386/fpu/s_fmaf.S: Removed.
52568         * sysdeps/i386/fpu/s_fma.S: Removed.
52569         * sysdeps/i386/fpu/s_fmal.S: Removed.
52570
52571 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
52572
52573         [BZ #3268]
52574         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52575         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52576         computation is not scheduled after fetestexcept.  Fix value
52577         of minimum denormal long double.
52578
52579 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
52580
52581         [BZ #3268]
52582         * math/libm-test.inc (fma_test): Add some more tests.
52583         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52584         correctly.
52585
52586 2010-10-15  Andreas Schwab  <schwab@redhat.com>
52587
52588         * scripts/data/localplt-s390-linux-gnu.data: New file.
52589         * scripts/data/localplt-s390x-linux-gnu.data: New file.
52590
52591 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
52592
52593         [BZ #3268]
52594         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52595         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52596         instead of dbl-64.
52597         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52598         inlines.
52599         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52600         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52601         if one of x and y is very large and the other is subnormal.
52602         * sysdeps/s390/fpu/s_fmaf.c: New file.
52603         * sysdeps/s390/fpu/s_fma.c: New file.
52604         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52605         * sysdeps/powerpc/fpu/s_fma.S: New file.
52606         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52607         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52608         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52609
52610 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
52611
52612         [BZ #3268]
52613         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52614         fma tests.
52615         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52616         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52617         * sysdeps/i386/i686/multiarch/s_fma.c: Include
52618         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52619         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52620         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52621         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52622
52623 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
52624
52625         [BZ #12078]
52626         * posix/regcomp.c (parse_branch): One more memory leak plugged.
52627         * posix/bug-regex31.input: Add test case.
52628
52629 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52630
52631         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52632         * posix/bug-regex31.input: New file.
52633
52634         [BZ #12078]
52635         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52636         (parse_sub_exp): Fix last change, use postorder.
52637
52638         * posix/bug-regex31.c: New file.
52639         * posix/Makefile: Add rules to build and run bug-regex31.
52640
52641         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
52642
52643         [BZ #12078]
52644         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
52645
52646         [BZ #12108]
52647         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
52648         to have entries in sys_siglist.
52649
52650         [BZ #12093]
52651         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
52652         be NULL.
52653
52654 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
52655
52656         [BZ #3268]
52657         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
52658         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
52659         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
52660         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
52661         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52662         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
52663         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
52664         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
52665         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
52666         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
52667         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
52668         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
52669         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
52670         * math/ftestexcept.c (fetestexcept): Likewise.
52671         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
52672         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
52673         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
52674         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
52675         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
52676         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
52677         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
52678
52679 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52680
52681         [BZ #12107]
52682         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
52683         newline.
52684
52685 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
52686
52687         * string/bug-strstr1.c: New file.
52688         * string/Makefile: Add rules to build and run bug-strstr1.
52689
52690 2010-10-05  Eric Blake  <eblake@redhat.com>
52691
52692         [BZ #12092]
52693         * string/str-two-way.h (two_way_long_needle): Always clear memory
52694         when skipping input due to the shift table.
52695
52696 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
52697
52698         [BZ #12005]
52699         * malloc/mcheck.c: Handle large requests.
52700
52701         [BZ #12077]
52702         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
52703         for strncmp and strncasecmp.
52704         * string/stratcliff.c: Add tests for strcmp and strncmp.
52705         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
52706
52707 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52708
52709         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
52710         __set_fpscr.
52711
52712 2010-09-30  Andreas Jaeger  <aj@suse.de>
52713
52714         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
52715         (CGROUP_SUPER_MAGIC): Define.
52716         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52717         Handle btrfs and cgroup file systems.
52718         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
52719         Likewise.
52720
52721 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
52722
52723         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
52724         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
52725
52726 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52727
52728         [BZ #12067]
52729         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
52730         trying to locate the ELF header.
52731
52732 2010-09-27  Andreas Schwab  <schwab@redhat.com>
52733
52734         [BZ #11611]
52735         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
52736         Mask out sign-bit copies when constructing f_fsid.
52737
52738 2010-09-24  Petr Baudis <pasky@suse.cz>
52739
52740         * debug/stack_chk_fail_local.c: Add missing licence exception.
52741         * debug/warning-nop.c: Likewise.
52742
52743 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
52744
52745         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
52746         implementing getdents64 using getdents syscall, set d_type if
52747         __ASSUME_GETDENTS32_D_TYPE.
52748
52749 2010-09-16  Andreas Schwab  <schwab@redhat.com>
52750
52751         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
52752         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
52753
52754 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
52755
52756         [BZ #12037]
52757         * posix/unistd.h: Undo change of feature selection for ftruncate from
52758         2010-01-11.
52759
52760 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
52761
52762         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
52763         detection.
52764
52765 2010-09-20  Andreas Schwab  <schwab@redhat.com>
52766
52767         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
52768         fanotify_mark.
52769         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
52770
52771 2010-09-14  Andreas Schwab  <schwab@redhat.com>
52772
52773         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
52774         variables after CHECK_SP call.
52775         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
52776
52777 2010-09-13  Andreas Schwab  <schwab@redhat.com>
52778             Ulrich Drepper  <drepper@redhat.com>
52779
52780         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
52781         re-relocationg ld.so.
52782         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
52783         _dl_init_paths call.
52784         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
52785         here anymore.
52786
52787 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
52788
52789         * resolv/res_init.c (__res_vinit): Count the default server we added.
52790
52791 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
52792             Ulrich Drepper  <drepper@redhat.com>
52793
52794         [BZ #11968]
52795         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52796         (____longjmp_chk): Use %ebx for saving value across system call.
52797         Add unwind info.
52798
52799 2010-09-06  Andreas Schwab  <schwab@redhat.com>
52800
52801         * manual/Makefile: Don't mix pattern rules with normal rules.
52802
52803 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
52804
52805         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
52806         operation.
52807         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
52808         * libio/iofopncook.c (_IO_cookie_init): Likewise.
52809         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
52810         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
52811         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52812         Likewise.
52813
52814 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
52815
52816         [BZ #11979]
52817         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
52818         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
52819
52820 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
52821
52822         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
52823         * sysdeps/x86_64/addmul_1.S: Likewise.
52824         * sysdeps/x86_64/lshift.S: Likewise.
52825         * sysdeps/x86_64/mul_1.S: Likewise.
52826         * sysdeps/x86_64/rshift.S: Likewise.
52827         * sysdeps/x86_64/sub_n.S: Likewise.
52828         * sysdeps/x86_64/submul_1.S: Likewise.
52829
52830 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52831
52832         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
52833         Define __sched_param instead of SCHED_* and sched_param when
52834         <bits/sched.h> is included with __need_schedparam defined.
52835         * bits/sched.h [__need_schedparam]
52836         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
52837         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
52838         (__defined_schedparam): Define to 1.
52839         (__sched_param): New structure, identical to sched_param.
52840         (__need_schedparam): Undefine.
52841
52842 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
52843
52844         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
52845         (epoll_create1): Declare.
52846
52847         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
52848
52849 2010-08-31  Andreas Schwab  <schwab@redhat.com>
52850
52851         [BZ #7066]
52852         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
52853         shifting retval into place.
52854
52855 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
52856
52857         * nis/rpcsvc/nis.h: Update copyright notice.
52858         * nis/rpcsvc/nis.x: Likewise.
52859         * nis/rpcsvc/nis_callback.h: Likewise.
52860         * nis/rpcsvc/nis_callback.x: Likewise.
52861         * nis/rpcsvc/nis_object.x: Likewise.
52862         * nis/rpcsvc/nis_tags.h: Likewise.
52863         * nis/rpcsvc/yp.h: Likewise.
52864         * nis/rpcsvc/yp.x: Likewise.
52865         * nis/rpcsvc/ypupd.h: Likewise.
52866         * nis/yp_xdr.c: Likewise.
52867         * nis/ypupdate_xdr.c: Likewise.
52868
52869         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
52870         mainly the body of pmap_getport.  Add parameters to specify timeouts.
52871         (pmap_getport): Use __libc_rpc_getport.
52872         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
52873         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
52874         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
52875
52876 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
52877
52878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
52879         fanotify_mark.
52880
52881 2010-08-27  Roland McGrath  <roland@redhat.com>
52882
52883         * sysdeps/i386/i686/multiarch/Makefile
52884         (CFLAGS-varshift.c): New variable.
52885
52886 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
52887
52888         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
52889         * sysdeps/i386/i686/multiarch/varshift.c: New file.
52890
52891         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
52892
52893         * sysdeps/x86_64/strlen.S: Minimal code improvement.
52894
52895 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
52896
52897         * sysdeps/x86_64/strlen.S: Unroll the loop.
52898         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52899         strlen-sse2 strlen-sse2-bsf.
52900         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
52901         __strlen_no_bsf if bit_Slow_BSF is set.
52902         (__strlen_sse42): Removed.
52903         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
52904         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
52905
52906 2010-08-25  Roland McGrath  <roland@redhat.com>
52907
52908         * sysdeps/x86_64/multiarch/varshift.S: File removed.
52909         * sysdeps/x86_64/multiarch/varshift.c: New file.
52910         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
52911         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
52912         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
52913         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
52914
52915 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
52916
52917         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52918         strlen-sse2 strlen-sse2-bsf.
52919         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
52920         __strlen_sse2_bsf if bit_Slow_BSF is unset.
52921         (__strlen_sse2): Removed.
52922         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
52923         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
52924         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
52925         bit_Slow_BSF for Atom.
52926         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
52927         (index_Slow_BSF): Define.
52928         (HAS_SLOW_BSF): Define.
52929
52930 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
52931
52932         [BZ #10851]
52933         * resolv/res_init.c (__res_vinit): When no server address at all
52934         is given default to loopback.
52935
52936 2010-08-24  Roland McGrath  <roland@redhat.com>
52937
52938         * configure.in: Remove config-name.h generation.
52939         * configure: Regenerated.
52940         * config-name.in: File removed.
52941         * scripts/config-uname.sh: New file.
52942         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
52943         ($(objdir)config-name.h): New target.
52944
52945         * sunrpc/rpc_parse.h: Avoid nested comment.
52946
52947 2010-08-24  Richard Henderson  <rth@redhat.com>
52948             Ulrich Drepper  <drepper@redhat.com>
52949             H.J. Lu  <hongjiu.lu@intel.com>
52950
52951         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
52952         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
52953         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
52954         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
52955         _mm_alignr_epi8 with _mm_loadu_si128.
52956         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
52957         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
52958         (__m128i_shift_right): Removed.
52959         * sysdeps/i386/i686/multiarch/varshift.h: New file.
52960         * sysdeps/i386/i686/multiarch/varshift.S: New file.
52961         * sysdeps/x86_64/multiarch/varshift.h: New file.
52962         * sysdeps/x86_64/multiarch/varshift.S: New file.
52963
52964 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
52965
52966         * configure.in: Move assembler checks to before sysdep dir checking.
52967
52968 2010-08-20  Petr Baudis  <pasky@suse.cz>
52969
52970         * LICENSES: Sync the sunrpc license.
52971
52972 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
52973
52974         * sunrpc/auth_des.c: Update copyright notice once again.
52975         * sunrpc/auth_none.c: Likewise.
52976         * sunrpc/auth_unix.c: Likewise.
52977         * sunrpc/authdes_prot.c: Likewise.
52978         * sunrpc/authuxprot.c: Likewise.
52979         * sunrpc/bindrsvprt.c: Likewise.
52980         * sunrpc/clnt_gen.c: Likewise.
52981         * sunrpc/clnt_perr.c: Likewise.
52982         * sunrpc/clnt_raw.c: Likewise.
52983         * sunrpc/clnt_simp.c: Likewise.
52984         * sunrpc/clnt_tcp.c: Likewise.
52985         * sunrpc/clnt_udp.c: Likewise.
52986         * sunrpc/clnt_unix.c: Likewise.
52987         * sunrpc/des_crypt.c: Likewise.
52988         * sunrpc/des_soft.c: Likewise.
52989         * sunrpc/get_myaddr.c: Likewise.
52990         * sunrpc/getrpcport.c: Likewise.
52991         * sunrpc/key_call.c: Likewise.
52992         * sunrpc/key_prot.c: Likewise.
52993         * sunrpc/openchild.c: Likewise.
52994         * sunrpc/pm_getmaps.c: Likewise.
52995         * sunrpc/pm_getport.c: Likewise.
52996         * sunrpc/pmap_clnt.c: Likewise.
52997         * sunrpc/pmap_prot.c: Likewise.
52998         * sunrpc/pmap_prot2.c: Likewise.
52999         * sunrpc/pmap_rmt.c: Likewise.
53000         * sunrpc/rpc/auth.h: Likewise.
53001         * sunrpc/rpc/auth_unix.h: Likewise.
53002         * sunrpc/rpc/clnt.h: Likewise.
53003         * sunrpc/rpc/des_crypt.h: Likewise.
53004         * sunrpc/rpc/key_prot.h: Likewise.
53005         * sunrpc/rpc/netdb.h: Likewise.
53006         * sunrpc/rpc/pmap_clnt.h: Likewise.
53007         * sunrpc/rpc/pmap_prot.h: Likewise.
53008         * sunrpc/rpc/pmap_rmt.h: Likewise.
53009         * sunrpc/rpc/rpc.h: Likewise.
53010         * sunrpc/rpc/rpc_des.h: Likewise.
53011         * sunrpc/rpc/rpc_msg.h: Likewise.
53012         * sunrpc/rpc/svc.h: Likewise.
53013         * sunrpc/rpc/svc_auth.h: Likewise.
53014         * sunrpc/rpc/types.h: Likewise.
53015         * sunrpc/rpc/xdr.h: Likewise.
53016         * sunrpc/rpc_clntout.c: Likewise.
53017         * sunrpc/rpc_cmsg.c: Likewise.
53018         * sunrpc/rpc_common.c: Likewise.
53019         * sunrpc/rpc_cout.c: Likewise.
53020         * sunrpc/rpc_dtable.c: Likewise.
53021         * sunrpc/rpc_hout.c: Likewise.
53022         * sunrpc/rpc_main.c: Likewise.
53023         * sunrpc/rpc_parse.c: Likewise.
53024         * sunrpc/rpc_parse.h: Likewise.
53025         * sunrpc/rpc_prot.c: Likewise.
53026         * sunrpc/rpc_sample.c: Likewise.
53027         * sunrpc/rpc_scan.c: Likewise.
53028         * sunrpc/rpc_scan.h: Likewise.
53029         * sunrpc/rpc_svcout.c: Likewise.
53030         * sunrpc/rpc_tblout.c: Likewise.
53031         * sunrpc/rpc_util.c: Likewise.
53032         * sunrpc/rpc_util.h: Likewise.
53033         * sunrpc/rpcinfo.c: Likewise.
53034         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53035         * sunrpc/rpcsvc/key_prot.x: Likewise.
53036         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53037         * sunrpc/rpcsvc/mount.x: Likewise.
53038         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53039         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53040         * sunrpc/rpcsvc/rex.x: Likewise.
53041         * sunrpc/rpcsvc/rstat.x: Likewise.
53042         * sunrpc/rpcsvc/rusers.x: Likewise.
53043         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53044         * sunrpc/rpcsvc/spray.x: Likewise.
53045         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53046         * sunrpc/rtime.c: Likewise.
53047         * sunrpc/svc.c: Likewise.
53048         * sunrpc/svc_auth.c: Likewise.
53049         * sunrpc/svc_authux.c: Likewise.
53050         * sunrpc/svc_raw.c: Likewise.
53051         * sunrpc/svc_run.c: Likewise.
53052         * sunrpc/svc_simple.c: Likewise.
53053         * sunrpc/svc_tcp.c: Likewise.
53054         * sunrpc/svc_udp.c: Likewise.
53055         * sunrpc/svc_unix.c: Likewise.
53056         * sunrpc/svcauth_des.c: Likewise.
53057         * sunrpc/xcrypt.c: Likewise.
53058         * sunrpc/xdr.c: Likewise.
53059         * sunrpc/xdr_array.c: Likewise.
53060         * sunrpc/xdr_float.c: Likewise.
53061         * sunrpc/xdr_mem.c: Likewise.
53062         * sunrpc/xdr_rec.c: Likewise.
53063         * sunrpc/xdr_ref.c: Likewise.
53064         * sunrpc/xdr_sizeof.c: Likewise.
53065         * sunrpc/xdr_stdio.c: Likewise.
53066
53067         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53068         handling.
53069
53070 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53071
53072         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53073
53074 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53075
53076         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53077         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53078         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53079         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53080         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53081         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53082         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53083         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53084         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53085         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53086         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53087         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53088         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53089         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53090
53091 2010-07-26  Anton Blanchard  <anton@samba.org>
53092
53093         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53094         * malloc/arena.c (heap_trim): Likewise.
53095
53096 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53097
53098         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53099         here.  Not...
53100         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53101         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53102
53103 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53104
53105         * sysdeps/i386/elf/Makefile: New file.
53106
53107 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53108
53109         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53110         from fanotify_init.
53111         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53112         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53113
53114 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53115
53116         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53117         of strncasecmp_l.
53118         * sysdeps/multiarch/strcmp.S: Likewise.
53119
53120 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53121
53122         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53123         strncase_l-nonascii.
53124         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53125         Add strncase_l-ssse3.
53126         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53127         * sysdeps/x86_64/strcmp.S: Likewise.
53128         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53129         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53130         * sysdeps/x86_64/strncase.S: New file.
53131         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53132         * sysdeps/x86_64/strncase_l.S: New file.
53133         * string/Makefile (strop-tests): Add strncasecmp.
53134         * string/test-strncasecmp.c: New file.
53135
53136         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53137         warning.
53138
53139         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53140         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53141
53142 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53143
53144         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53145
53146 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53147
53148         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53149         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53150         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53151
53152 2010-05-01  Alan Modra  <amodra@gmail.com>
53153
53154         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53155         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53156         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53157         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53158         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53159         tidying.  Don't tail-call __sigjmp_save for static lib.
53160         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53161         save location.
53162         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53163         (CALL_MCOUNT): Add eh info, and nop after bl.
53164         (TAIL_CALL_SYSCALL_ERROR): New macro.
53165         (PSEUDO_RET): Use it.
53166         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53167         Correct save location of integer regs and cr.
53168         (_dl_profile_resolve): Correct cr save location.  Delete nops
53169         after bl when SHARED.  Reduce cfi size a little by better
53170         placement of cfi directives.
53171         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53172         make a stack frame.  Instead use parm save area as a temp.
53173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53174         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53176         Don't make a stack frame for parent, use parm save area.
53177         Increase child stack frame to 112 bytes.  Don't save unused reg,
53178         and adjust reg usage.  Set up cfi on error recovery and
53179         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53181         (__makecontext): Add dummy nop after jump to exit.
53182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53183         Use correct parm save area and cr save, reduce stack frame.
53184         Correct cfi for possible PSEUDO_RET frame setup.
53185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53186         Branch to local label emitted by PSEUDO_RET rather than
53187         __syscall_error.
53188
53189 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53190
53191         [BZ #11904]
53192         * locale/programs/locale.c (print_assignment): New function.
53193         (show_locale_vars): Use it.
53194
53195 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53196
53197         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53198         field.
53199         (struct statfs64): Likewise.
53200         (_STATFS_F_FLAGS): Define.
53201         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53202         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53203         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53204         (ST_VALID): Define locally.
53205         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53206         __statvfs_getflags, use the provided value.
53207         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53208         __ASSUME_STATFS_F_FLAGS.
53209
53210         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53211
53212         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53213         Add sys/fanotify.h.
53214         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53215         fanotify_mask for GLIBC_2.13.
53216         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53217         fanotify_init and fanotify_mark.
53218         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53219         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53220
53221         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53222         Add prlimit.
53223         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53224         prlimit64 for GLIBC_2.13.
53225         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53226         prlimit64.
53227         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53228         syscall.
53229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53230         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53231         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53232         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53233         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53234         add prlimit alias.
53235         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53236
53237         [BZ #11903]
53238         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53239         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53240
53241         * nss/Makefile: Add rules to build and run tst-nss-test1.
53242         * shlib-versions: Add entry for libnss_test1.
53243         * nss/nss_test1.c: New file.
53244         * nss/tst-nss-test1.c: New file.
53245
53246         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53247         (__nss_configure_lookup): Set appropriate entry in
53248         __nss_configure_lookup to true.
53249         * nss/nsswitch.h: Define enum with indeces of databases in
53250         databases and __nss_database_custom arrays.  Declare
53251         __nss_database_custom.
53252         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53253         to avoid using nscd when custom rules are installed.
53254         * nss/getXXbyYY_r.c: Likewise.
53255         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53256
53257         * nss/nss_files/files-parse.c: Whitespace fixes.
53258
53259 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53260
53261         [BZ #11883]
53262         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53263         * posix/fnmatch_loop.c: Likewise.
53264
53265 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53266
53267         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53268         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53269         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53270         * Versions.def [GLIBC_2.13]: Add.
53271
53272 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53273
53274         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53275         Also fail if tpwd after pwuid call is NULL.
53276
53277 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53278
53279         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53280         when converting to ms.
53281
53282 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53283
53284         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53285         EOPNOTSUPP errors with ENOTTY.
53286         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53287         EOPNOTSUPP errors with ENOTTY.
53288
53289 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53290
53291         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53292         Add strcasecmp_l-ssse3.
53293         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53294         strcasecmp.
53295         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53296         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53297         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53298
53299 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53300
53301         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53302
53303         * string/Makefile (strop-tests): Add strcasecmp.
53304         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53305         strcasecmp_l-nonascii.
53306         (gen-as-const-headers): Add locale-defines.sym.
53307         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53308         * sysdeps/x86_64/strcasecmp.S: New file.
53309         * sysdeps/x86_64/strcasecmp_l.S: New file.
53310         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53311         * sysdeps/x86_64/locale-defines.sym: New file.
53312         * string/test-strcasecmp.c: New file.
53313
53314         * string/test-strcasestr.c: Test both ends of the range of characters.
53315         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53316
53317 2010-07-29  Roland McGrath  <roland@redhat.com>
53318
53319         [BZ #11856]
53320         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53321
53322 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53323
53324         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53325         for ld.so.
53326
53327 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53328
53329         * manual/memory.texi (Malloc Tunable Parameters): Document
53330         M_PERTURB.
53331
53332 2010-07-26  Roland McGrath  <roland@redhat.com>
53333
53334         [BZ #11840]
53335         * configure.in (-fgnu89-inline check): Set and substitute
53336         gnu89_inline, not libc_cv_gnu89_inline.
53337         * configure: Regenerated.
53338         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53339
53340 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53341
53342         * string/test-strnlen.c: New file.
53343         * string/Makefile (strop-tests): Add strnlen.
53344         * string/tester.c (test_strnlen): Add a few more test cases.
53345         * string/tst-strlen.c: Better error reporting.
53346
53347         * sysdeps/x86_64/strnlen.S: New file.
53348
53349 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53350
53351         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53352         lower-latency instructions.
53353
53354 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53355
53356         * string/test-strcasestr.c: New file.
53357         * string/test-strstr.c: New file.
53358         * string/Makefile (strop-tests): Add strstr and strcasestr.
53359         * string/str-two-way.h: Don't undefine MAX.
53360         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53361
53362 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53363
53364         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53365         strcasestr-nonascii.
53366         (CFLAGS-strcasestr-nonascii.c): Define.
53367         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53368         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53369         Remove unused attribute.
53370
53371 2010-07-20  Roland McGrath  <roland@redhat.com>
53372
53373         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53374         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53375         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53376         like LD_HWCAP_MASK can disable hwcaps.
53377
53378 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53379
53380         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53381
53382 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53383
53384         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53385         call in strcasestr.
53386         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53387         __strcasestr_sse42_nonascii.
53388         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53389         strcasestr-nonascii.c.
53390         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53391
53392 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53393
53394         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53395         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53396         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53397         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53398
53399 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53400
53401         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53402         fcntl.
53403
53404 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53405
53406         [BZ #11577]
53407         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53408         dl_signal_cerror.
53409
53410 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53411
53412         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53413         _PC_PIPE_BUF using F_GETPIPE_SZ.
53414
53415 2010-07-05  Roland McGrath  <roland@redhat.com>
53416
53417         * manual/arith.texi (Rounding Functions): Fix rint description
53418         implicit in round description.
53419
53420 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53421
53422         * elf/Makefile: Fix linking for a few tests to make recent linker
53423         happy.
53424
53425 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53426
53427         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53428         $(common-objpfx)libc_nonshared.a.
53429
53430 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53431
53432         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53433         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53434         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53435         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53436         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53437         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53438         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53439         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53454         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53455         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53456         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53457         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53458         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53459         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53460         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53461         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53462         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53463         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53464         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53465         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53480
53481 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
53482
53483         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53484         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
53485         * string/memmove.c (memmove): Renamed to ...
53486         (MEMMOVE): ...this.  Default to memmove.
53487         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53488         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53489         (END_CHK): Define.
53490         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53491         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53492         mempcpy-ssse3-back memmove-ssse3-back.
53493         * sysdeps/x86_64/multiarch/bcopy.S: New file .
53494         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53495         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53496         * sysdeps/x86_64/multiarch/memcpy.S: New file.
53497         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53498         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53499         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53500         * sysdeps/x86_64/multiarch/memmove.c: New file.
53501         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53502         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53503         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53504         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53505         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53506         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53507         Define.
53508         (index_Fast_Copy_Backward): Define.
53509         (HAS_ARCH_FEATURE): Define.
53510         (HAS_FAST_REP_STRING): Define.
53511         (HAS_FAST_COPY_BACKWARD): Define.
53512
53513 2010-06-21  Andreas Schwab  <schwab@redhat.com>
53514
53515         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53516         Restore proper fallback handling.
53517
53518 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
53519
53520         [BZ #11701]
53521         * posix/group_member.c (__group_member): Correct checking loop.
53522
53523         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53524         OOM in getpwuid_r correctly.  Return error number when the caller
53525         should return, otherwise -1.
53526         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53527         call returning > 0 value.
53528         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53529
53530 2010-06-07  Andreas Schwab  <schwab@redhat.com>
53531
53532         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53533         libc_nonshared.a from targets in modules-names.
53534
53535 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
53536
53537         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53538         requires it.
53539
53540 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
53541
53542         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53543         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53544         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53545         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53546
53547 2010-06-02  Andreas Schwab  <schwab@redhat.com>
53548
53549         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53550
53551 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
53552
53553         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53554         and F_GETPIPE_SZ.
53555         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53556         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53557         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53558         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53559         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53560         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53561
53562 2010-06-14  Roland McGrath  <roland@redhat.com>
53563
53564         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53565
53566 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
53567
53568         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53569         __REDIRECT followed by __THROW.
53570         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53571         * posix/getopt.h (getopt): Likewise.
53572
53573 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53574
53575         * hurd/lookup-at.c (__file_name_lookup_at): Accept
53576         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
53577         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53578         in AT_FLAGS.
53579         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53580         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53581
53582 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
53583
53584         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53585
53586 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
53587
53588         [BZ #11640]
53589         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53590         Properly check family and model.
53591
53592 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
53593
53594         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53595
53596 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
53597
53598         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53599
53600 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
53601
53602         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53603         symbol reference.
53604
53605 2010-05-19  Andreas Schwab  <schwab@redhat.com>
53606
53607         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53608         symbol reference.
53609
53610 2010-05-21  Andreas Schwab  <schwab@redhat.com>
53611
53612         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53613         and internal_recvmmsg.
53614         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53615         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53616         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53617         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53618
53619         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53620         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53621         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53622
53623 2010-05-20  Andreas Schwab  <schwab@redhat.com>
53624
53625         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53626
53627 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
53628
53629         POWER7 optimizations.
53630         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53631         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53632
53633 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
53634
53635         * version.h: Update for 2.13 development version.
53636
53637 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
53638
53639         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
53640         exceptions.  Return 0.
53641
53642 2010-05-07  Roland McGrath  <roland@redhat.com>
53643
53644         * elf/ldconfig.c (main): Add a const.
53645
53646 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
53647
53648         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
53649         (args_options): Add no-idn option.
53650         (ahosts_keys_int): Add idn_flags to ai_flags.
53651         (parse_option): Handle 'i' option to clear idn_flags.
53652
53653         * malloc/malloc.c (_int_free): Possible race in the most recently
53654         added check.  Only act on the data if no current modification
53655         happened.
53656
53657 See ChangeLog.17 for earlier changes.