Fix dlfcn/failtestmod.c warning.
[glibc.git] / ChangeLog
blob9090877c86d8244b9136167547d45754a181a994
1 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4         variable.
6 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
8         * nscd/connections.c: Include libc-internal.h because of macro
9         usage ignore_value.
11 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13         * string/bits/string3.h (__warn_memset_zero_len): Don't
14         declare for gcc newer than 5.0.
15         (memset): Don't test for zero-length __LEN for gcc newer than
16         5.0.
18 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
20         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
21         size_t for %zu format.
23         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
24         difference, not %ju.
26 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
28         * include/libc-internal.h (ignore_value): New macro.
29         * nscd/connections.c (restart): Wrap calls to setuid and setgid
30         with ignore_value.
32         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
33         definition.
35         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
36         pthread_cleanup_push to void *.
38         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
39         Undefine.
41         [BZ #16619]
42         [BZ #16740]
43         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
44         instead of 1L << 52.
46         * libio/bug-rewind.c (do_test): Check fwscanf return values.
47         * libio/bug-rewind2.c (do_test): Likewise.
49         * debug/test-stpcpy_chk-ifunc.c: Remove file.
50         * debug/test-strcpy_chk-ifunc.c: Likewise.
51         * wcsmbs/test-wcschr-ifunc.c: Likewise.
52         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
53         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
54         * wcsmbs/test-wcslen-ifunc.c: Likewise.
55         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
56         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
57         * Rules [$(multi-arch) = no] (tests): Do not filter out
58         $(tests-ifunc).
59         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
60         * debug/Makefile (tests-ifunc): Remove variable.
61         (tests): Do not add $(tests-ifunc).
62         * wcsmbs/Makefile (tests-ifunc): Remove variable.
63         (tests): Do not add $(tests-ifunc).
64         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
65         [TEST_IFUNC]: Remove conditionals.
66         * string/test-string.h (TEST_IFUNC): Remove macro.
67         [TEST_IFUNC]: Remove conditionals.
69         * string/test-strchr.c [!WIDE] (L): New macro.
70         [WIDE] (L): Likewise.
71         (check1): Use CHAR instead of char.  Use L on string and character
72         constants.
74 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
76         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
77         tests.
78         * sysdeps/powerpc/bits/atomic.h
79         (__arch_atomic_exchange_and_add_32_acq): Add definition.
80         (__arch_atomic_exchange_and_add_32_rel): Likewise.
81         (atomic_exchange_and_add_acq): Likewise.
82         (atomic_exchange_and_add_rel): Likewise.
83         * sysdeps/powerpc/powerpc32/bits/atomic.h
84         (__arch_atomic_exchange_and_add_64_acq): Add definition.
85         (__arch_atomic_exchange_and_add_64_rel): Likewise.
86         * sysdeps/powerpc/powerpc64/bits/atomic.h
87         (__arch_atomic_exchange_and_add_64_acq): Add definition.
88         (__arch_atomic_exchange_and_add_64_rel): Likewise.
90 2014-11-26  Torvald Riegel  <triegel@redhat.com>
92         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
93         Change synchronization of __sched_fifo_min_prio and
94         __sched_fifo_max_prio.
95         * nptl/pthread_mutexattr_getprioceiling.c
96         (pthread_mutexattr_getprioceiling): Likewise.
97         * nptl/pthread_mutexattr_setprioceiling.c
98         (pthread_mutexattr_setprioceiling): Likewise.
99         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
100         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
101         Likewise.
103 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
105         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
106         void.
108 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
110         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
111         third argument const.
113 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
115         fnmatch: work around GCC compiler warning bug with uninit var
116         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
117         This works around a bug with x86-64 GCC 4.9.2 and earlier
118         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
119         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
120         used uninitialized in this function [-Wmaybe-uninitialized]".
122 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
124         * posix/bug-regex31.c (main): Return RES not 0.
126 2014-11-25  Anton Blanchard <anton@samba.org>
128         * sysdeps/powerpc/bits/atomic.h
129         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
131 2014-11-24  Sterling Augustine  <saugustine@google.com>
133         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
135 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
137         [BZ #17608]
138         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
140 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
142         [BZ #17633]
143         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
144         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
145         variable.
146         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
147         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
149 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
151         * string/strncpy.c (strncpy): Improve performance by using memset.
153 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
155         * string/strcpy.c (strcpy):
156         Improve performance by using strlen and memcpy.
158 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
160         * string/strcoll_l.c (get_next_seq): __always_inline.
161         * string/strcoll_l.c (do_compare): __always_inline.
163 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
165         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
166         defined.
167         * include/mqueue.h: Likewise.
168         * include/stdlib.h: Likewise.
170         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
171         (get_null_defines): Adjust.
172         * sunrpc/Makefile: Adjust comment.
173         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
174         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
175         (CFLAGS-interp.c): Likewise.
176         (CFLAGS-ldconfig.c): Likewise.
177         (CPPFLAGS-.os): Likewise.
178         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
179         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
180         * extra-modules.mk (extra-modules.mk): Likewise.
181         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
182         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
183         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
184         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
185         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
186         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
187         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
188         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
189         * iconvdata/Makefile (CPPFLAGS): Likewise.
190         (cpp-srcs-left): Add libof for all iconvdata routines.
191         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
192         * include/assert.h: Likewise.
193         * include/ctype.h: Likewise.
194         * include/errno.h: Likewise.
195         * include/libc-symbols.h: Likewise.
196         * include/math.h: Likewise.
197         * include/netdb.h: Likewise.
198         * include/resolv.h: Likewise.
199         * include/stdio.h: Likewise.
200         * include/stdlib.h: Likewise.
201         * include/string.h: Likewise.
202         * include/sys/stat.h: Likewise.
203         * include/wctype.h: Likewise.
204         * intl/l10nflist.c: Likewise.
205         * libidn/idn-stub.c: Likewise.
206         * libio/libioP.h: Likewise.
207         * nptl/libc_multiple_threads.c: Likewise.
208         * nptl/pthreadP.h: Likewise.
209         * posix/regex_internal.h: Likewise.
210         * resolv/res_hconf.c: Likewise.
211         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
212         * sysdeps/arm/memmove.S: Likewise.
213         * sysdeps/arm/sysdep.h: Likewise.
214         * sysdeps/generic/_itoa.h: Likewise.
215         * sysdeps/generic/symbol-hacks.h: Likewise.
216         * sysdeps/gnu/errlist.awk: Likewise.
217         * sysdeps/gnu/errlist.c: Likewise.
218         * sysdeps/i386/i586/memcpy.S: Likewise.
219         * sysdeps/i386/i586/memset.S: Likewise.
220         * sysdeps/i386/i686/memcpy.S: Likewise.
221         * sysdeps/i386/i686/memmove.S: Likewise.
222         * sysdeps/i386/i686/mempcpy.S: Likewise.
223         * sysdeps/i386/i686/memset.S: Likewise.
224         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
225         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
226         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
227         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
228         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
229         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
230         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
231         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
232         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
233         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
234         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
235         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
236         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
237         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
238         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
239         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
240         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
241         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
242         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
243         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
244         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
245         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
246         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
247         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
248         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
249         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
250         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
251         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
252         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
253         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
254         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
255         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
256         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
257         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
258         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
259         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
260         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
261         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
262         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
263         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
264         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
265         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
266         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
267         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
268         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
269         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
270         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
271         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
272         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
273         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
274         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
275         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
276         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
277         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
278         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
279         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
280         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
281         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
282         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
283         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
284         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
285         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
286         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
287         * sysdeps/nptl/bits/libc-lock.h: Likewise.
288         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
289         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
290         * sysdeps/posix/closedir.c: Likewise.
291         * sysdeps/posix/opendir.c: Likewise.
292         * sysdeps/posix/readdir.c: Likewise.
293         * sysdeps/posix/rewinddir.c: Likewise.
294         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
295         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
296         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
297         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
298         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
299         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
300         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
301         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
302         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
303         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
304         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
305         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
306         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
307         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
308         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
309         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
310         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
311         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
312         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
313         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
314         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
315         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
316         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
317         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
318         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
319         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
320         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
321         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
322         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
323         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
324         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
325         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
326         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
327         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
328         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
329         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
330         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
331         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
332         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
333         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
334         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
335         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
336         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
337         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
338         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
339         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
340         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
341         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
342         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
343         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
344         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
345         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
346         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
347         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
348         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
349         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
350         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
351         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
352         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
353         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
354         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
355         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
356         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
357         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
358         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
359         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
360         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
361         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
362         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
363         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
364         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
365         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
366         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
367         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
368         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
369         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
370         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
371         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
372         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
373         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
374         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
375         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
376         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
377         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
378         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
379         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
380         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
381         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
382         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
383         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
384         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
385         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
386         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
387         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
388         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
389         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
390         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
391         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
392         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
393         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
394         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
395         * sysdeps/unix/alpha/sysdep.S: Likewise.
396         * sysdeps/unix/alpha/sysdep.h: Likewise.
397         * sysdeps/unix/make-syscalls.sh: Likewise.
398         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
399         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
400         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
401         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
402         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
403         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
404         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
405         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
406         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
407         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
408         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
409         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
410         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
411         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
412         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
413         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
414         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
415         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
416         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
417         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
418         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
419         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
420         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
421         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
422         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
423         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
424         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
427         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
428         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
429         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
430         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
431         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
432         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
433         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
434         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
435         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
436         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
437         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
438         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
439         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
440         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
441         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
442         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
443         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
444         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
445         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
446         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
447         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
448         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
449         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
450         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
451         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
452         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
453         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
454         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
455         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
456         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
457         * sysdeps/x86_64/memcpy.S: Likewise.
458         * sysdeps/x86_64/memmove.c: Likewise.
459         * sysdeps/x86_64/memset.S: Likewise.
460         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
461         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
462         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
463         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
464         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
465         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
466         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
467         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
468         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
469         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
470         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
471         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
472         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
473         * sysdeps/x86_64/multiarch/memset.S: Likewise.
474         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
475         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
476         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
477         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
478         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
479         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
480         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
481         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
482         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
483         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
484         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
485         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
486         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
487         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
488         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
489         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
490         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
491         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
492         * sysdeps/x86_64/strcmp.S: Likewise.
494         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
496         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
497         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
498         * elf/rtld-Rules: Likewise.
499         * elf/setup-vdso.h: Likewise.
500         * include/assert.h: Likewise.
501         * include/bits/stdlib-float.h: Likewise.
502         * include/errno.h: Likewise.
503         * include/sys/stat.h: Likewise.
504         * include/unistd.h: Likewise.
505         * sysdeps/aarch64/setjmp.S: Likewise.
506         * sysdeps/alpha/setjmp.S: Likewise.
507         * sysdeps/arm/__longjmp.S: Likewise.
508         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
509         * sysdeps/arm/setjmp.S: Likewise.
510         * sysdeps/arm/sysdep.h: Likewise.
511         * sysdeps/generic/_itoa.h: Likewise.
512         * sysdeps/generic/dl-sysdep.h: Likewise.
513         * sysdeps/generic/ldsodefs.h: Likewise.
514         * sysdeps/i386/dl-tls.h: Likewise.
515         * sysdeps/i386/setjmp.S: Likewise.
516         * sysdeps/m68k/setjmp.c: Likewise.
517         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
518         * sysdeps/mach/hurd/opendir.c: Likewise.
519         * sysdeps/posix/getcwd.c: Likewise.
520         * sysdeps/posix/opendir.c: Likewise.
521         * sysdeps/posix/profil.c: Likewise.
522         * sysdeps/powerpc/dl-procinfo.h: Likewise.
523         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
524         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
525         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
526         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
527         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
528         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
529         * sysdeps/s390/dl-tls.h: Likewise.
530         * sysdeps/s390/s390-32/setjmp.S: Likewise.
531         * sysdeps/s390/s390-64/setjmp.S: Likewise.
532         * sysdeps/sh/sh3/setjmp.S: Likewise.
533         * sysdeps/sh/sh4/setjmp.S: Likewise.
534         * sysdeps/unix/alpha/sysdep.h: Likewise.
535         * sysdeps/unix/arm/sysdep.S: Likewise.
536         * sysdeps/unix/i386/sysdep.S: Likewise.
537         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
538         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
539         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
540         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
541         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
542         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
543         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
544         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
545         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
546         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
547         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
548         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
549         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
552         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
553         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
554         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
555         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
556         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
557         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
558         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
559         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
560         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
561         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
562         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
563         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
564         * sysdeps/unix/x86_64/sysdep.S: Likewise.
565         * sysdeps/x86_64/setjmp.S: Likewise.
567         * include/math.h: Use IS_IN instead of IS_IN_libm.
568         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
569         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
570         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
571         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
572         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
573         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
574         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
575         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
576         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
577         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
578         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
579         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
580         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
581         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
582         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
583         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
584         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
585         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
586         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
587         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
588         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
589         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
590         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
591         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
592         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
593         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
594         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
595         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
596         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
597         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
598         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
599         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
600         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
602         Likewise.
603         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
604         Likewise.
605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
606         Likewise.
607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
608         Likewise.
609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
610         Likewise.
611         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
612         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
613         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
614         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
615         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
616         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
617         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
618         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
619         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
620         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
621         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
622         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
623         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
624         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
625         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
626         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
627         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
628         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
629         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
630         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
631         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
632         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
633         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
634         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
635         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
636         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
637         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
639         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
640         * nptl/pthreadP.h: Likewise.
641         * nptl_db/structs.def: Likewise.
642         * sysdeps/arm/sysdep.h: Likewise.
643         * sysdeps/nptl/bits/libc-lock.h: Likewise.
644         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
645         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
646         * sysdeps/unix/alpha/sysdep.h: Likewise.
647         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
648         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
649         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
650         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
651         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
652         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
653         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
654         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
655         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
656         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
657         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
658         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
659         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
660         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
663         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
664         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
665         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
666         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
667         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
668         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
669         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
670         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
671         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
672         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
674         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
675         * nptl/pthreadP.h: Likewise.
676         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
677         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
678         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
679         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
680         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
681         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
682         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
683         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
684         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
685         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
686         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
687         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
689         Likewise.
690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
691         Likewise.
692         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
693         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
694         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
695         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
696         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
697         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
698         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
699         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
701         * dlfcn/dladdr.c: Use IS_IN.
702         * dlfcn/dladdr1.c: Likewise.
703         * dlfcn/dlclose.c: Likewise.
704         * dlfcn/dlerror.c: Likewise.
705         * dlfcn/dlinfo.c: Likewise.
706         * dlfcn/dlmopen.c: Likewise.
707         * dlfcn/dlopen.c: Likewise.
708         * dlfcn/dlsym.c: Likewise.
709         * dlfcn/dlvsym.c: Likewise.
711         * include/ifaddrs.h: Use IS_IN.
712         * inet/check_pf.c: Likewise.
713         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
714         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
716         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
717         IS_IN_ldconfig.
718         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
719         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
721         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
722         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
723         IS_IN (libc).
725         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
727         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
728         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
729         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
730         * include/libc-symbols.h (IS_IN_LIB): New macro.
731         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
732         * include/netdb.h: Likewise.
733         * include/stap-probe.h: Remove all uses of IN_LIB.
735         * Makeconfig (module-cppflags-real): Define MODULE_NAME
736         instead of IN_MODULE.
737         * include/libc-symbols.h (IN_MODULE): Define using
738         MODULE_NAME.
739         (PASTE_NAME, PASTE_NAME1): New macros.
740         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
741         of IN_LIB.
742         (STAP_PROBE_ASM): Likewise.
744 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
746         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
747         __mach_init in dlopened libc.
749 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
751         * sysdeps/arm/preconfigure.ac: Delete EABI check.
752         * sysdeps/arm/preconfigure: Regenerate.
754 2014-11-21  Roland McGrath  <roland@hack.frob.com>
756         * nptl/pthread_create.c (__pthread_create_2_1): Set
757         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
758         when copying values from IATTR into PD.
760 2014-11-21  Will Newton  <will.newton@linaro.org>
761             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
763         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
764         Refactor inline-asm.  Also add comment.
766         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
767         ElfW macro instead of hardcoded Elf64 types.
768         (la_aarch64_gnu_pltenter): Likewise.
769         * sysdeps/aarch64/dl-machine.h
770         (elf_machine_runtime_setup): Use ElfW(Addr).
772         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
773         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
774         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
775         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
776         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
777         (R_AARCH64_TLS_DTPMOD64): Rename to ..
778         (R_AARCH64_TLS_DTPMOD): This.
779         (R_AARCH64_TLS_DTPREL64): Rename to ...
780         (R_AARCH64_TLS_DTPREL): This.
781         (R_AARCH64_TLS_TPREL64): Rename to ...
782         (R_AARCH64_TLS_TPREL): This.
783         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
784         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
785         R_AARCH64_TLS_TPREL64.
786         (elf_machine_rela): Likewise.
788 2014-11-21  Torvald Riegel  <triegel@redhat.com>
790         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
791         by setting it to 0.  64b atomics are not supported currently.
793 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
795         [BZ #16469]
796         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
797         search domain names.
799 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
801         [BZ #16469]
802         * NEWS: Update.
803         * resolv/res_query.c (__libc_res_nquerydomain): Retain
804         trailing dot.
805         * posix/tst-getaddrinfo5.c: New.
806         * posix/Makefile (tests): Add it.
808 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
810         [BZ #14498]
811         * NEWS: Fixed.
812         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
813         after parsing line but before break_if_match.
814         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
815         if there is a protocol mismatch.
817 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
819         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
820         because the potential race is on the user-supplied stream.
822 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
824         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
825         string literal if not passed a buffer.
826         * manual/job.texi (ctermid): Update reasoning, note deviation
827         from posix, suggest mtasurace when not passed a buffer, for
828         future non-preliminary safety notes.
830 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
832         * manual/users.texi (cuserid): Fix MT-Safety note for the case
833         of not passing it a buffer.
834         Reported by Peng Haitao.
836 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
838         * manual/Makefile ($(objpfx)stamp-summary): Require
839         check-safety.sh to pass.
840         * manual/check-safety.sh: Wish for verification that every
841         @deftypefn and @deftypefun is followed by a @safety remark.
843 2014-11-20  Roland McGrath  <roland@hack.frob.com>
845         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
847         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
848         PTHREAD_CANCEL_ASYNCHRONOUS.
849         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
850         send SIGCANCEL.
852         * nptl/default-sched.h: New file.
853         * sysdeps/unix/sysv/linux/default-sched.h: New file.
854         * nptl/pthread_create.c: Include it.
855         (__pthread_create_2_1): Use collect_default_sched instead of making
856         Linux syscalls here directly.
858 2014-11-20  Torvald Riegel  <triegel@redhat.com>
860         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
861         __pthread_once): Use C11 atomics.
863 2014-11-20  Torvald Riegel  <triegel@redhat.com>
865         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
867 2014-11-20  Torvald Riegel  <triegel@redhat.com>
869         * include/atomic.h (__atomic_link_error, __atomic_check_size,
870         atomic_thread_fence_acquire, atomic_thread_fence_release,
871         atomic_thread_fence_seq_cst, atomic_load_relaxed,
872         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
873         atomic_compare_exchange_weak_relaxed,
874         atomic_compare_exchange_weak_acquire,
875         atomic_compare_exchange_weak_release,
876         atomic_exchange_acquire, atomic_exchange_release,
877         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
878         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
879         atomic_fetch_and_acquire,
880         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
882 2014-11-20  Torvald Riegel  <triegel@redhat.com>
884         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
885         USE_ATOMIC_COMPILER_BUILTINS): Define.
886         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
887         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
888         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
889         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
890         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
891         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
892         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
893         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
894         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
895         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
896         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
897         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
898         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
899         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
900         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
901         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
902         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
903         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
904         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
905         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
906         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
907         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
908         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
909         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
910         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
911         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
912         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
913         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
914         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
915         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
916         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
917         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
918         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
919         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
920         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
921         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
922         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
923         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
924         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
925         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
927 2014-11-19  Roland McGrath  <roland@hack.frob.com>
929         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
930         the sched_priority value here.  It was already checked when the user
931         called pthread_attr_setschedparam.
933         * nptl/tst-bad-schedattr.c: New file.
934         * nptl/Makefile (tests): Add it.
936 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
937             Florian Weimer  <fweimer@redhat.com>
938             Joseph Myers  <joseph@codesourcery.com>
939             Adam Conrad  <adconrad@0c3.net>
940             Andreas Schwab  <schwab@suse.de>
941             Brooks  <bmoses@google.com>
943         [BZ #17625]
944         * wordexp-test.c (__dso_handle): Add prototype.
945         (__register_atfork): Likewise.
946         (__app_register_atfork): New function.
947         (registered_forks): New global.
948         (register_fork): New function.
949         (test_case): Add 3 new tests for WRDE_CMDSUB.
950         (main): Call __app_register_atfork.
951         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
952         fork count is non-zero fail the test.
953         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
954         is set.
955         (parse_dollars): Remove check for WRDE_NOCMD.
956         (parse_dquote): Likewise.
958 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
960         * Makeconfig (built-modules): List non-library modules to be
961         built.
962         (module-cppflags): Include libc-modules.h for
963         everything except shlib-versions.v.i.
964         (CPPFLAGS): Use it.
965         (before-compile): Add libc-modules.h.
966         ($(common-objpfx)libc-modules.h,
967         $(common-objpfx)libc-modules.stmp): New targets.
968         (common-generated): Add libc-modules.h and libc-modules.stmp.
969         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
970         * include/libc-symbols.h: Don't include libc-modules.h.
971         * include/libc-modules.h: Remove file.
972         * scripts/gen-libc-modules.awk: New script to generate
973         libc-modules.h.
974         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
975         Depend on libc-modules.stmp.
977         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
979         * Makeconfig (in-module): Get value of libof set for the
980         translation unit.
981         (CPPFLAGS): Use $(in-module).
982         * Makerules: Don't suffix routine names for nonlib.
983         * include/libc-modules.h: New file.
984         * include/libc-symbols.h: Include libc-modules.h
985         (IS_IN): New macro to replace IS_IN_* macros.
986         * elf/Makefile: Set libof-* for each routine.
987         * elf/rtld-Rules: Likewise.
988         * extra-modules.mk: Likewise.
989         * iconv/Makefile: Likewise.
990         * iconvdata/Makefile: Likewise.
991         * locale/Makefile: Likewise.
992         * malloc/Makefile: Likewise.
993         * nss/Makefile: Likewise.
994         * sysdeps/gnu/Makefile: Likewise.
995         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
996         * sysdeps/unix/sysv/linux/Makefile: Likewise.
997         * sysdeps/s390/s390-64/Makefile: Likewise.
998         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
999         CPPFLAGS for nscd instead of nonlib.
1001 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1003         * nptl/createthread.c: New file.
1005         * nptl/createthread.c: Moved ...
1006         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1008         * nptl/createthread.c: Add proper top-line comment.
1009         (do_clone): Folded into ...
1010         (create_thread): ... here.  Take new arguments STOPPED_START and
1011         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1012         increment __nptl_threads, do event-reporting logic, do
1013         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1014         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1015         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1016         just send SIGCANCEL.
1017         * nptl/pthread_create.c: Forward-declare create_thread before
1018         including createthread.c.
1019         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1020         declaration, and new macro START_THREAD_SELF to replace argument.
1021         Remove return statement.
1022         (report_thread_creation): New function.
1023         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1024         synchronization logic, and __nptl_nthreads increment here, around
1025         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1026         PD->parent_cancelhandling here, before create_thread.  When
1027         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1028         __deallocate_stack, and ENOMEM translation here.
1030 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1032         [BZ #17616]
1033         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1034         (mptwo): Rename to __mptwo.
1035         (__inv): Use __mptwo instead of mptwo.
1036         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1037         (mptwo): Rename to __mptwo.
1038         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1039         of mpone and __mptwo instead of mptwo.
1040         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1041         instead of mpone.
1042         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1043         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1044         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1045         of mpone and __mptwo instead of mptwo.
1046         (__mpranred): Use __mpone instead of mpone.
1047         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1048         variable.
1049         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1050         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1051         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1052         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1053         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1054         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1055         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1056         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1057         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1058         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1059         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1060         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1061         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1062         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1063         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1064         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1065         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1066         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1067         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1069 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1071         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1072         replace BSD Handler xref with BSD Signal Handling.
1074 2014-11-17  Richard Henderson  <rth@redhat.com>
1076         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1077         (_FP_PACK_RAW_2): Remove.
1078         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1079         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1080         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1081         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1082         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1083         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1084         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1085         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1086         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1087         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1088         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1089         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1090         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1091         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1092         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1093         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1095 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1097         * signal/signal.h [__USE_MISC]
1098         (struct sigvec): Remove type.
1099         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1100         (sigvec): Remove declaration.
1101         * sysdeps/posix/sigvec.c: Moved ...
1102         * signal/sigvec.c: ... here, replacing old file.
1103         (struct sigvec): New type, copied from old signal.h definition.
1104         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1105         (__sigvec): Convert definition to prototype.
1106         (sigvec): Replace weak_alias with compat_symbol.
1107         * signal/Versions (libc: GLIBC_2.21): New version set.
1108         * include/signal.h: Remove __sigvec declaration.
1109         * sysdeps/unix/bsd/sigvec.c: Remove file.
1110         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1111         * manual/signal.texi (BSD Handler): Remove subsection.
1112         Move siginterrupt up to ...
1113         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1114         (Blocking in BSD): Fold subsection into its parent.
1115         * NEWS: Mention sigvec removal.
1117 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1119         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1120         (DLA_FMS): Make definition conditional only on [__FMA4__].
1121         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1122         definition.
1124         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1125         Make definition conditional only on [PROF].
1126         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1127         definition.
1128         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1129         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1131         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1132         !__GNUC__].
1133         * include/signal.h (__sigpause): Move declaration above call to
1134         libc_hidden_proto.
1135         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1136         variable.
1137         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1138         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1140 2014-11-14  David S. Miller  <davem@davemloft.net>
1142         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1143         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1145 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1147         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1148         * configure: Regenerated.
1149         * manual/install.texi (Tools for Compilation): Document a
1150         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1151         compiler verified to work.
1152         * INSTALL: Regenerated.
1154         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1155         redeclare with asm name.
1156         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1157         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1158         including <string.h>.
1159         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1160         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1161         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1162         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1163         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1164         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1165         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1167 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1169         * stdlib/strtol.c (__strtol): Use prototype definition.
1171         [BZ #17594]
1172         * stdlib/strtol.c (SYM__): New macro.
1173         (SYM__1): Likewise.
1174         (__strtol): Likewise.
1175         (strtol): Rename to __strtol and define as weak alias of
1176         __strtol.  Use libc_hidden_weak.
1178 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1180         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1181         Use numbered labels in inline assembly.
1183 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1185         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1186         Add setjmp LIBC_PROBE.
1187         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1188         Likewise.
1189         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1190         Add longjmp, longjmp_target LIBC_PROBE.
1191         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1192         Likewise.
1194 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1196         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1197         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1198         to get rid of unused variable warning.
1200 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1202         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1203         Check for unwind_backtrace ==  NULL only in SHARED case.
1204         (__backchain_backtrace): Compile only in SHARED case.
1205         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1206         Likewise.
1207         (__backchain_backtrace): Declare as static.
1209 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1211         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1212         (__libc_multiple_threads_ptr): Variable moved ...
1213         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1215 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1217         * conform/GlibcConform.pm: New file.
1218         * conform/conformtest.pl: Use GlibcConform module.
1219         * conform/linknamespace.pl: New file.
1220         * conform/list-header-symbols.pl: Likewise.
1221         * conform/Makefile (linknamespace-symlists-base): New variable.
1222         (linknamespace-symlists-tests): Likewise.
1223         (linknamespace-header-base): Likewise.
1224         (linknamespace-header-tests): Likewise.
1225         (tests-special): Add new tests.
1226         ($(linknamespace-symlists-tests)): New rule.
1227         (linknamespace-libs): New variable.
1228         ($(objpfx)symlist-stdlibs): New rule.
1229         ($(linknamespace-header-tests)): Likewise.
1230         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1231         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1232         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1233         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1234         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1235         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1236         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1237         (test-xfail-ISO/math.h/linknamespace): Likewise.
1238         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1239         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1240         (test-xfail-ISO/time.h/linknamespace): Likewise.
1241         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1242         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1243         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1244         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1245         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1246         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1247         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1248         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1249         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1250         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1251         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1252         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1253         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1254         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1255         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1256         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1257         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1258         (test-xfail-XPG3/search.h/linknamespace): Likewise.
1259         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1260         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1261         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1262         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1263         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1264         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1265         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1266         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1267         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1268         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1269         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1270         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1271         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1272         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1273         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1274         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1275         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1276         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1277         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1278         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1279         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1280         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1281         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1282         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1283         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1284         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1285         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1286         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1287         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1288         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1289         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1290         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1291         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1292         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1293         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1294         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1295         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1296         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1297         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1298         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1299         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1300         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1301         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1302         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1303         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1304         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1305         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1306         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1307         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1308         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1309         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1310         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1311         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1312         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1313         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1314         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1315         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1316         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1317         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1318         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1319         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1320         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1321         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1322         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1323         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1324         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1325         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1326         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1327         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1328         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1329         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1330         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1331         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1332         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1333         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1334         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1335         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1336         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1337         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1338         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1339         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1340         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1341         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1342         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1343         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1344         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1345         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1346         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1347         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1348         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1349         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1350         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1351         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1352         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1353         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1354         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1355         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1356         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1357         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1358         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1359         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1360         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1361         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1362         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1363         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1364         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1365         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1366         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1367         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1368         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1369         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1370         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1371         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1372         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1373         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1374         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1375         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1376         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1377         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1378         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1379         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1380         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1381         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1382         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1383         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1384         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1385         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1386         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1387         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1388         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1389         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1390         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1392         [BZ #17589]
1393         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1394         of fgets_unlocked.
1396         [BZ #17585]
1397         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
1398         (memmem): Rename to __memmem and define as weak alias of
1399         __memmem.  Use libc_hidden_weak.
1400         (__memmem): Use libc_hidden_def.
1401         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
1402         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
1403         memmem.
1405         [BZ #17582]
1406         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
1407         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
1408         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
1409         and define as weak alias of __fgets_unlocked.  Use
1410         libc_hidden_weak.
1411         (__fgets_unlocked): Use libc_hidden_def.
1412         * include/stdio.h (__fgets_unlocked): Declare.  Use
1413         libc_hidden_proto.
1414         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
1415         __fgets_unlocked instead of fgets_unlocked.
1416         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
1417         (GET_NPROCS_CONF_PARSER): Likewise.
1418         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
1419         (GET_NPROCS_CONF_PARSER): Likewise.
1421         [BZ #17574]
1422         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
1423         weak alias of __wmemset.  Use libc_hidden_weak.
1424         (__wmemset): Use libc_hidden_def.
1425         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
1426         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
1427         of wmemset.
1429         [BZ #17573]
1430         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
1431         with asm name __mempcpy.
1432         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
1434         [BZ #17572]
1435         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
1436         and define as weak alias of __rawmemchr.
1437         (__rawmemchr): Do not define as strong alias of rawmemchr.
1439         [BZ #17571]
1440         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
1441         alias of __qsort_r.
1442         (qsort): Call __qsort_r instead of qsort_r.
1443         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
1444         (__qsort_r): Declare.  Call libc_hidden_proto.
1445         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
1446         instead of qsort_r.
1447         * nscd/gai.c (__qsort_r): Define to qsort_r.
1448         * posix/tst-rfc3484.c (__qsort_r): Likewise.
1449         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
1450         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
1452         [BZ #17570]
1453         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
1454         define as weak alias of __malloc_info.
1456         [BZ #17584]
1457         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
1458         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1459         (__rewinddir): Use libc_hidden_def.
1460         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
1461         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1462         (__rewinddir): Use libc_hidden_def.
1463         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
1464         weak alias of __rewinddir.  Don't use libc_hidden_def.
1465         (__rewinddir): Use libc_hidden_def.
1466         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
1467         (__rewinddir): Use libc_hidden_proto.
1468         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
1469         rewinddir.
1470         (__getcwd): Use __rewinddir instead of rewinddir.
1472         [BZ #17583]
1473         * libio/fileno.c (fileno): Rename to __fileno and define as weak
1474         alias of __fileno.  Use libc_hidden_weak.
1475         (__fileno): Use libc_hidden_def.
1476         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
1477         * libio/ftello.c (ftello): Rename to __ftello and define as weak
1478         alias of __ftello.
1479         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
1480         __ftello.
1481         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
1482         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
1483         libc_hidden_def.
1484         (fread_unlocked): Don't use libc_hidden_ver.
1485         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
1486         and define as weak alias of __fread_unlocked.  Don't use
1487         libc_hidden_def.
1488         (__fread_unlocked): Use libc_hidden_def.
1489         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
1490         (ftello): Don't use libc_hidden_proto.
1491         (__ftello): Declare.  Use libc_hidden_proto.
1492         (fread_unlocked): Don't use libc_hidden_proto.
1493         (__fread_unlocked): Declare.  Use libc_hidden_proto.
1494         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
1495         and __ftello instead of fileno, fread_unlocked and ftello.
1497 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1499         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
1500         GOT12.
1501         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1502         Likewise.
1503         (_dl_start_user): Likewise.
1504         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
1506 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
1507             Siddhesh Poyarekar  <siddhesh@redhat.com>
1509         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
1510         Move argv and envp down instead of moving argc up.
1511         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
1513 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
1515         [BZ #17506]
1516         * test-skeleton.c (main): Return successful if one of
1517         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
1518         * string/tst-strcoll-overflow.c: Define expected status.
1520 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
1522         [BZ #17475]
1523         * locale/iso-639.def: Define Bhili and Tulu language codes.
1525 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
1527         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
1529 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
1531         [BZ #17555]
1532         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
1534 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1536         * configure.ac: Updated check of minimal required version to
1537         2.22.
1538         * manual/install.texi (Tools for Compilation): Updated version
1539         number.
1540         * configure: Regenerated.
1541         * INSTALL: Likewise.
1543 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
1545         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
1546         __tls_get_addr.
1548 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
1550         * include/sys/wait.h (__libc_waitpid): Remove declaration.
1551         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
1552         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1553         libc_hidden_weak.
1554         (waitpid): Define as alias of __waitpid.
1555         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
1556         __waitpid.
1557         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1558         libc_hidden_weak.
1559         (waitpid): Define as alias of __waitpid.
1560         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
1561         __libc_waitpid alias.
1562         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
1563         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
1564         Likewise.
1565         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
1566         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
1567         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
1568         alias.
1569         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
1570         __waitpid.
1571         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1572         libc_hidden_weak.
1573         (waitpid): Define as alias of __waitpid.
1575 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
1577         * manual/llio.texi: Add comment that write safety has been
1578         fixed in Linux.
1580         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
1581         (localplt-build-dso): Add elf/ld.so.
1582         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
1583         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
1584         and free for ld.so.
1585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
1586         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
1587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
1588         Likewise.
1589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
1590         Likewise.
1591         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
1592         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
1593         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
1594         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
1595         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
1596         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
1597         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
1598         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
1599         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
1600         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
1601         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
1603 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
1605         [BZ #14132]
1606         * include/libc-symbols.h (INTUSE): Remove macro.
1607         (INTDEF): Likewise.
1608         (INTVARDEF): Likewise.
1609         (_INTVARDEF): Likewise.
1610         (INTDEF2): Likewise.
1611         (INTVARDEF2): Likewise.
1612         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
1613         rtld_hidden_def instead of INTVARDEF.
1614         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
1615         (_dl_starting_up_internal): Remove declaration.
1616         (_dl_starting_up): Use rtld_hidden_proto.
1617         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
1618         declaration.
1619         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
1620         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
1621         _dl_starting_up.
1622         * elf/dl-writev.h (_dl_writev): Likewise.
1623         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
1624         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
1625         _dl_starting_up_internal.
1627 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1629         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
1630         test-skeleton.c.
1632 2014-11-05  Will Newton  <will.newton@linaro.org>
1634         * benchtests/Makefile: (bench-malloc): Add malloc thread
1635         scalability benchmark.
1636         * benchtests/bench-malloc-threads.c: New file.
1638 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
1640         * sysdeps/aarch64/strchrnul.S: New file.
1642 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1644         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
1645         definition.
1646         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
1647         Likwise.
1648         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
1649         Likewise.
1650         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
1651         Likewise.
1652         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
1653         Likewise.
1654         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
1655         Likewise.
1657 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
1659         * catgets/test-gencat.c: Use test-skeleton.c.
1660         * catgets/tst-catgets.c: Likewise.
1661         * csu/tst-empty.c: Likewise.
1662         * elf/tst-audit2.c: Likewise.
1663         * elf/tst-global1.c: Likewise.
1664         * elf/tst-pathopt.c: Likewise.
1665         * elf/tst-piemod1.c: Likewise.
1666         * elf/tst-tls10.c: Likewise.
1667         * elf/tst-tls11.c: Likewise.
1668         * elf/tst-tls12.c: Likewise.
1669         * gnulib/tst-gcc.c: Likewise.
1670         * iconvdata/tst-e2big.c: Likewise.
1671         * iconvdata/tst-loading.c: Likewise.
1672         * iconv/tst-iconv1.c: Likewise.
1673         * iconv/tst-iconv2.c: Likewise.
1674         * inet/test-inet6_opt.c: Likewise.
1675         * inet/tst-gethnm.c: Likewise.
1676         * inet/tst-network.c: Likewise.
1677         * inet/tst-ntoa.c: Likewise.
1678         * intl/tst-codeset.c: Likewise.
1679         * intl/tst-gettext2.c: Likewise.
1680         * intl/tst-gettext3.c: Likewise.
1681         * intl/tst-ngettext.c: Likewise.
1682         * intl/tst-translit.c: Likewise.
1683         * io/test-stat.c: Likewise.
1684         * libio/test-fmemopen.c: Likewise.
1685         * libio/tst-freopen.c: Likewise.
1686         * libio/tst-sscanf.c: Likewise.
1687         * libio/tst-ungetwc1.c: Likewise.
1688         * libio/tst-ungetwc2.c: Likewise.
1689         * libio/tst-widetext.c: Likewise.
1690         * localedata/tst-ctype.c: Likewise.
1691         * localedata/tst-digits.c: Likewise.
1692         * localedata/tst-leaks.c: Likewise.
1693         * localedata/tst-mbswcs1.c: Likewise.
1694         * localedata/tst-mbswcs2.c: Likewise.
1695         * localedata/tst-mbswcs3.c: Likewise.
1696         * localedata/tst-mbswcs4.c: Likewise.
1697         * localedata/tst-mbswcs5.c: Likewise.
1698         * localedata/tst-setlocale.c: Likewise.
1699         * localedata/tst-trans.c: Likewise.
1700         * localedata/tst-wctype.c: Likewise.
1701         * localedata/tst-xlocale1.c: Likewise.
1702         * login/tst-grantpt.c: Likewise.
1703         * malloc/tst-calloc.c: Likewise.
1704         * malloc/tst-malloc.c: Likewise.
1705         * malloc/tst-mallocstate.c: Likewise.
1706         * malloc/tst-mcheck.c: Likewise.
1707         * malloc/tst-mtrace.c: Likewise.
1708         * malloc/tst-obstack.c: Likewise.
1709         * math/atest-exp2.c: Likewise.
1710         * math/atest-exp.c: Likewise.
1711         * math/atest-sincos.c: Likewise.
1712         * math/test-matherr.c: Likewise.
1713         * math/test-misc.c: Likewise.
1714         * math/test-powl.c: Likewise.
1715         * math/tst-definitions.c: Likewise.
1716         * misc/tst-dirname.c: Likewise.
1717         * misc/tst-efgcvt.c: Likewise.
1718         * misc/tst-fdset.c: Likewise.
1719         * misc/tst-hsearch.c: Likewise.
1720         * misc/tst-mntent2.c: Likewise.
1721         * nptl/tst-sem7.c: Likewise.
1722         * nptl/tst-sem8.c: Likewise.
1723         * nptl/tst-sem9.c: Likewise.
1724         * nss/test-netdb.c: Likewise.
1725         * posix/tst-fnmatch.c: Likewise.
1726         * posix/tst-getlogin.c: Likewise.
1727         * posix/tst-gnuglob.c: Likewise.
1728         * posix/tst-mmap.c: Likewise.
1729         * pwd/tst-getpw.c: Likewise.
1730         * resolv/tst-inet_ntop.c: Likewise.
1731         * rt/tst-timer.c: Likewise.
1732         * stdio-common/test-fseek.c: Likewise.
1733         * stdio-common/test-popen.c: Likewise.
1734         * stdio-common/test-vfprintf.c: Likewise.
1735         * stdio-common/tst-cookie.c: Likewise.
1736         * stdio-common/tst-fileno.c: Likewise.
1737         * stdio-common/tst-gets.c: Likewise.
1738         * stdio-common/tst-obprintf.c: Likewise.
1739         * stdio-common/tst-perror.c: Likewise.
1740         * stdio-common/tst-sprintf2.c: Likewise.
1741         * stdio-common/tst-sprintf3.c: Likewise.
1742         * stdio-common/tst-sprintf.c: Likewise.
1743         * stdio-common/tst-swprintf.c: Likewise.
1744         * stdio-common/tst-tmpnam.c: Likewise.
1745         * stdio-common/tst-unbputc.c: Likewise.
1746         * stdio-common/tst-wc-printf.c: Likewise.
1747         * stdlib/tst-environ.c: Likewise.
1748         * stdlib/tst-fmtmsg.c: Likewise.
1749         * stdlib/tst-limits.c: Likewise.
1750         * stdlib/tst-rand48-2.c: Likewise.
1751         * stdlib/tst-rand48.c: Likewise.
1752         * stdlib/tst-random2.c: Likewise.
1753         * stdlib/tst-random.c: Likewise.
1754         * stdlib/tst-strtol.c: Likewise.
1755         * stdlib/tst-strtoll.c: Likewise.
1756         * stdlib/tst-tls-atexit.c: Likewise.
1757         * stdlib/tst-xpg-basename.c: Likewise.
1758         * string/test-ffs.c: Likewise.
1759         * string/tst-bswap.c: Likewise.
1760         * string/tst-inlcall.c: Likewise.
1761         * string/tst-strtok.c: Likewise.
1762         * string/tst-strxfrm.c: Likewise.
1763         * sysdeps/x86_64/tst-audit10.c: Likewise.
1764         * sysdeps/x86_64/tst-audit3.c: Likewise.
1765         * sysdeps/x86_64/tst-audit4.c: Likewise.
1766         * sysdeps/x86_64/tst-audit5.c: Likewise.
1767         * time/tst-ftime_l.c: Likewise.
1768         * time/tst-getdate.c: Likewise.
1769         * time/tst-mktime3.c: Likewise.
1770         * time/tst-mktime.c: Likewise.
1771         * time/tst-posixtz.c: Likewise.
1772         * time/tst-strptime2.c: Likewise.
1773         * time/tst-strptime3.c: Likewise.
1774         * wcsmbs/tst-btowc.c: Likewise.
1775         * wcsmbs/tst-mbrtowc.c: Likewise.
1776         * wcsmbs/tst-mbsrtowcs.c: Likewise.
1777         * wcsmbs/tst-wchar-h.c: Likewise.
1778         * wcsmbs/tst-wcpncpy.c: Likewise.
1779         * wcsmbs/tst-wcrtomb.c: Likewise.
1780         * wcsmbs/tst-wcsnlen.c: Likewise.
1781         * wcsmbs/tst-wcstof.c: Likewise.
1783 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
1785         [BZ #14132]
1786         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
1787         INTDEF.
1788         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
1789         declaration.
1790         (_dl_mcount): Use rtld_hidden_proto.
1791         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
1792         _dl_mcount.
1793         * elf/rtld.c (_rtld_global_ro): Likewise.
1795         [BZ #14132]
1796         * elf/dl-init.c (_dl_init): Don't use INTDEF.
1797         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
1798         of _dl_init_internal.
1799         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
1800         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
1801         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
1802         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
1803         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
1804         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
1805         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
1806         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
1807         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
1808         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
1809         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
1810         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
1811         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
1812         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
1813         * sysdeps/tile/dl-start.S (_start): Likewise.
1814         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
1815         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
1817         [BZ #14132]
1818         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
1819         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
1820         (rtld_progname): Make macro definition unconditional.
1821         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
1822         INTDEF.
1823         (dlmopen_doit): Do not use INTUSE with _dl_argv.
1824         (dl_main): Likewise.
1825         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
1826         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
1827         instead of _dl_argv_internal.
1828         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
1829         __GI__dl_argv instead of INTUSE(_dl_argv).
1830         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
1831         __GI__dl_argv instead of _dl_argv_internal.
1833         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
1834         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
1835         macro.
1836         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
1837         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
1838         New macro.
1839         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
1840         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
1841         macro.
1842         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
1843         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
1845 2014-11-04  Andreas Schwab  <schwab@suse.de>
1847         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
1849 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1851         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
1852         mtvsrd instruction in binary form.
1854 2014-11-03  Andreas Schwab  <schwab@suse.de>
1856         [BZ #17522]
1857         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
1858         for less than MB_LEN_MAX use a local buffer of that size.
1859         * libio/tst-fputws.c: New file.
1860         * libio/Makefile (tests): Add tst-fputws.
1862 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
1864         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
1865         the size of the fpu_fr.fpu_dregs[] array.
1867 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
1869         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
1870         (__nanosleep): Do not define as alias.
1871         (nanosleep): Define as alias of __nanosleep.
1872         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
1873         __libc_nanosleep name.
1875 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
1877         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
1878         install.texi in comment.
1880 2014-10-31  Torvald Riegel  <triegel@redhat.com>
1882         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
1883         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
1884         ... add here and use lwsync or sync ...
1885         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
1886         ... and add here using lwsync.
1888 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
1890         * elf/dl-machine-reject-phdr.h: New file.
1891         * elf/dl-load.c: #include that.
1892         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
1893         if that returned true.
1895 2014-10-31  Roland McGrath  <roland@hack.frob.com>
1897         [BZ #17496]
1898         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
1899         gen-as-const-headers chunk.  Add a big scare comment after the last
1900         safe place to touch before-compile.
1902 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
1904         * manual/install.texi (Tools for Compilation): Update autoconf
1905         version requirements.
1906         * INSTALL: Regenerated.
1908         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
1909         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
1910         (__libc_pselect): Likewise.
1912         [BZ #14138]
1913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
1914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
1915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
1916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
1918 2014-10-31  Torvald Riegel  <triegel@redhat.com>
1920         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
1921         correct barrier instruction.
1922         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
1923         Likewise.
1924         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
1925         Likewise.
1927 2014-10-30  Roland McGrath  <roland@hack.frob.com>
1929         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
1930         after defining inlines.  Instead, just use parens to defeat macro
1931         expansion of __isctype in its declaration.
1933 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
1935         * include/sys/uio.h (__libc_readv): Remove declaration.
1936         (__libc_writev): Likewise.
1937         * misc/readv.c (__libc_readv): Rename to __readv.
1938         (__readv): Do not define as alias.
1939         (readv): Define as alias of __readv.
1940         * misc/writev.c (__libc_writev): Rename to __writev.
1941         (__writev): Do not define as alias.
1942         (writev): Define as alias of __writev.
1943         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
1944         (__readv): Do not define as alias.
1945         (readv): Define unconditionally as alias of __readv.
1946         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
1947         (__writev): Do not define as alias.
1948         (writev): Define unconditionally as alias of __writev.
1949         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
1950         name.
1951         (writev): Do not define __libc_writev name.
1953 2014-10-30  Roland McGrath  <roland@hack.frob.com>
1955         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
1956         (convert_charseq): New function, broken out of ...
1957         (use_from_charmap): ... here.  Call it.
1958         (use_to_charmap): Use convert_charseq and free instead of duplicating
1959         its code with a variable-length stack struct.
1961 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
1963         * include/fcntl.h (__libc_creat): Remove declaration.
1964         * io/creat.c (__libc_creat): Rename to creat.
1965         (creat): Do not define as alias.
1966         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
1967         of creat instead of __libc_creat.
1968         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
1969         to creat.
1970         (creat): Do not define as alias.
1971         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
1972         __libc_creat.
1973         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
1974         __libc_creat name.
1975         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
1976         Likewise.
1978 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
1980         * manual/llio.texi: Add comments discussing why write() may be
1981         considered MT-unsafe on Linux.
1983 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
1985         * dl-load.c (local_strdup): Remove.
1986         (expand_dynamic_string_token): Use __strdup.
1987         (decompose_rpath): Likewise.
1988         (_dl_map_object): Likewise.
1990 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
1992         [BZ #14132]
1993         * sysdeps/generic/unwind-dw2-fde.c
1994         (__register_frame_info_bases_internal): Do not declare.
1995         (__register_frame_info_table_bases_internal): Likewise.
1996         (__deregister_frame_info_bases_internal): Likewise.
1997         (__register_frame_info_bases): Declare and use hidden_proto before
1998         definition.  Use hidden_def instead of INTDEF.
1999         (__register_frame_info_table_bases): Likewise.
2000         (__deregister_frame_info_bases): Likewise.
2001         (__register_frame_info): Do not use INTUSE.
2002         (__register_frame): Likewise.
2003         (__register_frame_info_table): Likewise.
2004         (__register_frame_table): Likewise.
2005         (__deregister_frame_info): Likewise.
2006         (__deregister_frame): Likewise.
2008 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2010         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2011         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2012         not undefine.
2013         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2014         Likewise.
2015         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2016         Likewise.
2018 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2020         [BZ #14138]
2021         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2022         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2023         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2024         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2025         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2026         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2027         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2028         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2029         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2030         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2031         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2032         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2033         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2034         syscall.
2035         (setfsuid): Likewise.
2036         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2037         (setfsuid): Likewise.
2038         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2039         (setfsuid): Likewise.
2040         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2041         Likewise.
2042         (setfsuid): Likewise.
2043         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2044         (setfsuid): Likewise.
2045         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2046         Likewise.
2047         (setfsuid): Likewise.
2049 2014-10-27  Andreas Schwab  <schwab@suse.de>
2051         [BZ #17501]
2052         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2053         check for Slow_SSE4_2 feature bit.
2054         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2055         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2056         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2057         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2059 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2061         * configure.ac: Validate compiler version with a empirical test of
2062         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2063         $CC -v output.
2064         * configure: Regenerated.
2066         * inet/htons.c (htons): Prototypify.
2067         * inet/htonl.c (htonl): Likewise.
2069 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2071         * string/strncat.c (strncat): Improve performance by using strlen.
2073 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2075         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2077 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2079         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2080         Call libc_fetestexcept_aarch64.
2082 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2084         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2085         Call libc_feholdexcept_aarch64.
2087 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2089         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2090         Call get_rounding_mode.
2092 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2094         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2095         Simplify logic.
2097 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2099         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2100         Simplify logic.
2102 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2104         [BZ #14138]
2105         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2106         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2107         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2108         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2109         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2110         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2111         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2112         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2113         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2114         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2115         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2116         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2117         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2118         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2119         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2120         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2121         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2122         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2123         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2124         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2125         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2126         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2127         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2128         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2129         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2130         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2131         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2132         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2133         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2134         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2135         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2136         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2137         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2138         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2139         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2140         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2141         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2142         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2143         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2144         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2145         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2146         syscall.
2147         (geteuid): Likewise.
2148         (getgid): Likewise.
2149         (getuid): Likewise.
2150         (getresgid): Likewise.
2151         (getresuid): Likewise.
2152         (getgroups): Likewise.
2153         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2154         (geteuid): Likewise.
2155         (getgid): Likewise.
2156         (getuid): Likewise.
2157         (getresgid): Likewise.
2158         (getresuid): Likewise.
2159         (getgroups): Likewise.
2160         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2161         (geteuid): Likewise.
2162         (getgid): Likewise.
2163         (getuid): Likewise.
2164         (getresgid): Likewise.
2165         (getresuid): Likewise.
2166         (getgroups): Likewise.
2167         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2168         Likewise.
2169         (geteuid): Likewise.
2170         (getgid): Likewise.
2171         (getuid): Likewise.
2172         (getresgid): Likewise.
2173         (getresuid): Likewise.
2174         (getgroups): Likewise.
2175         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2176         (geteuid): Likewise.
2177         (getgid): Likewise.
2178         (getuid): Likewise.
2179         (getresgid): Likewise.
2180         (getresuid): Likewise.
2181         (getgroups): Likewise.
2182         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2183         Likewise.
2184         (geteuid): Likewise.
2185         (getgid): Likewise.
2186         (getuid): Likewise.
2187         (getgroups): Likewise.
2189         [BZ #14138]
2190         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2191         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2192         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2193         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2194         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2195         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2196         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2197         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2198         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2199         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2200         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2201         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2202         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2203         __chown.
2204         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2205         (lchown): Likewise.
2206         (fchown): Likewise.
2207         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2208         Likewise.
2209         (lchown): Likewise.
2210         (fchown): Likewise.
2211         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2212         (lchown): Likewise.
2213         (fchown): Likewise.
2214         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2215         Likewise.
2216         (lchown): Likewise.
2217         (fchown): Likewise.
2219 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2221         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2222         Simplify logic.
2224 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2226         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2227         Cleanup logic.
2229 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2231         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2232         Remove unused include.
2234 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2236         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2237         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2238         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2239         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2241 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
2242             Helge Deller <deller@gmx.de>
2244         [BZ #17508]
2245         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2246         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2247         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2249 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
2251         [BZ #14132]
2252         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2253         Remove macro definition.
2254         (__ashrdi3_v_glibc20): Likewise.
2255         (__lshrdi3_v_glibc20): Likewise.
2256         (__cmpdi2_v_glibc20): Likewise.
2257         (__ucmpdi2_v_glibc20): Likewise.
2258         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2259         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2260         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2261         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2262         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2263         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2265 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2267         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2268         old GNU extension [0] syntax.
2269         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2270         alloca rather than an array member with variable length.
2271         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2272         * nscd/nscd.c (invalidate_db): New function, broken out of ...
2273         (parse_opt): ... here.  Likewise use alloca there.
2274         Validate the -i argument before checking for rootness.
2275         (send_shutdown): New function, broken out of ...
2276         (parse_opt): ... here.
2278 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2280         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2281         macro to get at the _rt_local_ro field.
2282         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2283         ([PIC] case) or _dl_hwcap ([!PIC] case).
2284         * sysdeps/arm/setjmp.S: Likewise.
2286         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2287         * sysdeps/arm/configure.ac: New check to define it.
2288         * sysdeps/arm/configure: Regenerated.
2289         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2290         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2291         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2292         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2293         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2294         Use move/movt pair instead of a load.
2295         (LDST_GLOBAL): Macro removed.
2296         (LDR_GLOBAL): New macro replaces it.
2297         (LDR_HIDDEN): New macro.
2298         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2299         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2301         * setjmp/tst-setjmp-static.c: New file.
2302         * setjmp/Makefile (tests): Add it.
2303         (tests-static): New variable.
2305 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
2307         [BZ #17485]
2308         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2310 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
2312         [BZ #14132]
2313         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2315 2014-10-21  Roland McGrath  <roland@hack.frob.com>
2317         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2319 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2321         * io/fts.c (dirent_not_directory): New function.
2322         (fts_build): Call it.
2324 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2326         * nptl/version.c (__nptl_main): Use normal __write rather than
2327         INTERNAL_SYSCALL.
2328         (banner): Update copyright years.
2330         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2331         gettimeofday.
2332         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2333         * nptl/pthread_cond_timedwait.c: Likewise.
2334         * nptl/pthread_mutex_timedlock.c: Likewise.
2335         * nptl/sem_timedwait.c: Likewise.
2337         * sysdeps/nptl/bits/libc-lock.h
2338         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2339         (__libc_lock_init_recursive): Return void, not 0.
2340         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2341         (__libc_rwlock_init): Likewise.
2342         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2344 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2346         [BZ #15215]
2347         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2348         (__pthread_once_slow): ... here.
2349         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2350         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2352 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2354         [BZ #15215]
2355         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2356         __PTHREAD_ONCE_FORK_GEN_INCR): New.
2357         * sysdeps/nptl/fork.c (__libc_fork): Use them.
2358         * nptl/pthread_once.c (__pthread_once): Likewise.
2359         Update comments.
2361 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
2363         [BZ #14138]
2364         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2365         name.
2366         (writev): Use __libc_writev as strong name.
2367         * sysdeps/unix/sysv/linux/readv.c: Remove file.
2368         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2370 2014-10-17  Roland McGrath  <roland@hack.frob.com>
2372         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2374         * sysdeps/i386/nptl/tls.h
2375         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2376         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2377         New macros.
2378         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2379         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2380         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2381         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2382         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2383         Call CHECK_THREAD_SYSINFO instead of doing an assert.
2385         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2386         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2387         on [__NR_futex].
2388         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2389         broken out of ...
2390         (__pthread_mutex_init): ... here.  Call it.
2391         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2392         Conditionalize PI cases on [__NR_futex].
2393         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2394         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2395         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2397         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
2398         conditional on [SIGSETXID].
2399         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
2400         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
2401         is defined.  Likewise for SIGSETXID.
2402         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
2403         Conditionalize definitions on [SIGSETXID].
2404         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
2405         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
2406         unblocking on [SIGCANCEL].
2408         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
2409         [__NR_set_robust_list].
2411 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2413         * string/strcoll_l.c (get_next_seq): Fix up formatting.
2414         (do_compare): Likewise.
2416 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
2418         [BZ #15884]
2419         * string/strcoll_l.c: Don't include stdio.h.
2420         (coll_seq): Remove members idxarr and rulearr.
2421         (get_next_seq_cached): Remove function.
2422         (get_next_seq): Likewise.
2423         (get_next_seq_nocache): Rename to get_next_seq.
2424         (do_compare): Remove function.
2425         (do_compare_nocache): Rename to do_compare.
2426         (STRCOLL): Remove weight and rules cache.
2428 2014-10-16  Roland McGrath  <roland@hack.frob.com>
2430         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
2431         * sysdeps/arm/sfp-machine.h: ... to here.
2432         * sysdeps/arm/Implies: Remove arm/soft-fp.
2434 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
2436         * conform/data/sys/utsname.h-data (*_t): Allow.
2437         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
2438         [POSIX] (WEXITED): Do not expect constant.
2439         [POSIX] (WSTOPPED): Likewise.
2440         [POSIX] (WNOHANG): Likewise.
2441         [POSIX] (WNOWAIT): Likewise.
2442         [POSIX] (siginfo_t): Do not expect type or elements.
2443         [POSIX] (pid_t): Do not expect type.
2444         [POSIX] (signal.h): Do not allow header.
2445         [POSIX] (sys/resource.h): Likewise.
2446         [POSIX] (si_*): Do not allow pattern.
2447         [POSIX] (W*): Likewise.
2448         [POSIX] (P_*): Likewise.
2449         [POSIX] (BUS_*): Likewise.
2450         [POSIX] (CLD_*): Likewise.
2451         [POSIX] (FPE_*): Likewise.
2452         [POSIX] (ILL_*): Likewise.
2453         [POSIX] (POLL_*): Likewise.
2454         [POSIX] (SEGV_*): Likewise.
2455         [POSIX] (SI_*): Likewise.
2456         [POSIX] (TRAP_*): Likewise.
2457         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
2458         variable.
2460 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2462         [BZ #12926]
2463         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
2464         infinite loop when __recvmsg returns 0.
2466 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
2468         * CANCEL-FCT-WAIVE: Remove file.
2469         * CANCEL-FILE-WAIVE: Likewise.
2471         [BZ #14132]
2472         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
2473         instead of INTVARDEF.
2474         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2475         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
2476         rtld_hidden_data_def instead of INTVARDEF.
2477         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2478         * elf/dl-deps.c (expand_dst): Likewise.
2479         * elf/dl-load.c (_dl_dst_count): Likewise.
2480         (_dl_dst_substitute): Likewise.
2481         (decompose_rpath): Likewise.
2482         (_dl_init_paths): Likewise.
2483         (open_path): Likewise.
2484         (_dl_map_object): Likewise.
2485         * elf/rtld.c (dl_main): Likewise.
2486         (process_dl_audit): Likewise.
2487         (process_envvars): Likewise.
2488         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
2489         Remove declaration.
2490         (__libc_enable_secure): Use rtld_hidden_proto.
2492 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
2494         * elf/dl-load.c
2495         (add_path): New function broken out of _dl_rtld_di_serinfo.
2496         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
2498 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
2500         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
2501         parentheses around macro arguments.
2502         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
2503         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
2504         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
2505         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
2506         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
2507         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2508         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2509         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
2510         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
2511         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
2512         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
2513         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
2514         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
2515         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
2516         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
2517         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
2518         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
2519         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
2520         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
2521         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
2522         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
2523         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
2524         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
2525         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2526         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2527         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
2528         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
2529         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
2530         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
2531         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
2532         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
2533         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
2534         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
2535         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
2536         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
2537         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
2538         Likewise.
2539         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
2540         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2541         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2542         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
2543         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
2544         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
2545         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
2546         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
2547         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
2548         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
2549         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
2550         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
2551         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
2552         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
2553         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
2554         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2555         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2556         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
2557         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
2558         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
2559         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
2560         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
2561         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
2562         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
2563         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
2564         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
2565         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
2566         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
2567         (_FP_FRAC_SRS_1): Likewise.
2568         (_FP_FRAC_CLZ_1): Likewise.
2569         (_FP_MUL_MEAT_1_imm): Likewise.
2570         (_FP_MUL_MEAT_1_wide): Likewise.
2571         (_FP_MUL_MEAT_1_hard): Likewise.
2572         (_FP_SQRT_MEAT_1): Likewise.
2573         (_FP_FRAC_ASSEMBLE_1): Likewise.
2574         (_FP_FRAC_DISASSEMBLE_1): Likewise.
2575         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
2576         (__FP_CLZ_2): Likewise.
2577         (_FP_MUL_MEAT_2_wide): Likewise.
2578         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2579         (_FP_MUL_MEAT_2_gmp): Likewise.
2580         (_FP_MUL_MEAT_2_120_240_double): Likewise.
2581         (_FP_SQRT_MEAT_2): Likewise.
2582         (_FP_FRAC_ASSEMBLE_2): Likewise.
2583         (_FP_FRAC_DISASSEMBLE_2): Likewise.
2584         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
2585         (_FP_FRAC_CLZ_4): Likewise.
2586         (_FP_MUL_MEAT_4_wide): Likewise.
2587         (_FP_MUL_MEAT_4_gmp): Likewise.
2588         (_FP_SQRT_MEAT_4): Likewise.
2589         (_FP_FRAC_ASSEMBLE_4): Likewise.
2590         (_FP_FRAC_DISASSEMBLE_4): Likewise.
2591         * soft-fp/op-common.h (_FP_CMP): Likewise.
2592         (_FP_CMP_EQ): Likewise.
2593         (_FP_CMP_UNORD): Likewise.
2594         (_FP_TO_INT): Likewise.
2595         (_FP_FROM_INT): Likewise.
2596         [!__FP_CLZ] (__FP_CLZ): Likewise.
2597         (_FP_DIV_HELP_imm): Likewise.
2598         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
2599         Likewise.
2600         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
2601         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
2602         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
2603         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
2604         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
2605         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2606         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2607         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
2608         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
2609         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
2610         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
2611         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
2612         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
2613         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
2614         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
2615         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
2616         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
2617         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
2618         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
2619         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
2620         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
2621         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
2622         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
2623         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2624         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2625         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
2626         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
2627         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
2628         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
2629         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
2630         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
2631         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
2632         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
2633         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
2634         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
2635         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
2636         (FP_UNPACK_RAW_SP): Likewise.
2637         (FP_PACK_RAW_S): Likewise.
2638         (FP_PACK_RAW_SP): Likewise.
2639         (FP_UNPACK_S): Likewise.
2640         (FP_UNPACK_SP): Likewise.
2641         (FP_UNPACK_SEMIRAW_S): Likewise.
2642         (FP_UNPACK_SEMIRAW_SP): Likewise.
2643         (FP_PACK_S): Likewise.
2644         (FP_PACK_SP): Likewise.
2645         (FP_PACK_SEMIRAW_S): Likewise.
2646         (FP_PACK_SEMIRAW_SP): Likewise.
2647         (_FP_SQRT_MEAT_S): Likewise.
2648         (FP_CMP_S): Likewise.
2649         (FP_CMP_EQ_S): Likewise.
2650         (FP_CMP_UNORD_S): Likewise.
2651         (FP_TO_INT_S): Likewise.
2652         (FP_FROM_INT_S): Likewise.
2654         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
2656         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
2657         (FP_EX_INVALID_IMZ): Likewise.
2658         (FP_EX_INVALID_IMZ_FMA): Likewise.
2659         (FP_EX_INVALID_ISI): Likewise.
2660         (FP_EX_INVALID_ZDZ): Likewise.
2661         (FP_EX_INVALID_IDI): Likewise.
2662         (FP_EX_INVALID_SQRT): Likewise.
2663         (FP_EX_INVALID_CVI): Likewise.
2664         (FP_EX_INVALID_VC): Likewise.
2665         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
2666         "invalid" exceptions.
2667         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
2668         (_FP_ADD_INTERNAL): Likewise.
2669         (_FP_MUL): Likewise.
2670         (_FP_FMA): Likewise.
2671         (_FP_DIV): Likewise.
2672         (_FP_CMP_CHECK_NAN): Likewise.
2673         (_FP_SQRT): Likewise.
2674         (_FP_TO_INT): Likewise.
2675         (FP_EXTEND): Likewise.
2677 2014-10-09  Allan McRae  <allan@archlinux.org>
2679         * po/fr.po: Update French translation from translation project.
2681 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
2683         [BZ #14132]
2684         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
2685         of INTDEF.
2686         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
2687         (__cxa_atexit): Use libc_hidden_proto.
2688         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
2690         [BZ #14132]
2691         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
2692         declaration.
2693         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
2694         [!_ISOMAC] (__iswspace_l_internal): Likewise.
2695         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
2696         [!_ISOMAC] (__iswctype_internal): Likewise.
2697         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
2698         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
2699         alias.
2700         (fcntl): Remove __fcntl_internal alias.
2701         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
2702         __connect_internal alias.
2703         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
2704         Likewise.
2706         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
2707         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
2708         FP_DENORM_ZERO.
2709         (_FP_CHECK_FLUSH_ZERO): New macro.
2710         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
2711         (_FP_CMP): Likewise.
2712         (_FP_CMP_EQ): Likewise.
2713         (_FP_TO_INT): Do not set inexact for subnormal arguments if
2714         FP_DENORM_ZERO.
2715         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
2716         (FP_TRUNC): Likewise.
2718         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
2719         treated as invalid conversion, not as normal exponent.
2721         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
2722         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
2723         (_FP_CMP_EQ): Likewise.
2724         (_FP_CMP_UNORD): Likewise.
2725         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
2726         (FP_CMP_EQ_D): Likewise.
2727         (FP_CMP_UNORD_D): Likewise.
2728         * soft-fp/extended.h (FP_CMP_E): Likewise.
2729         (FP_CMP_EQ_E): Likewise.
2730         (FP_CMP_UNORD_E): Likewise.
2731         * soft-fp/quad.h (FP_CMP_Q): Likewise.
2732         (FP_CMP_EQ_Q): Likewise.
2733         (FP_CMP_UNORD_Q): Likewise.
2734         * soft-fp/single.h (FP_CMP_S): Likewise.
2735         (FP_CMP_EQ_S): Likewise.
2736         (FP_CMP_UNORD_S): Likewise.
2737         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
2738         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
2739         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
2740         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
2741         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
2742         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
2743         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
2744         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
2745         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
2746         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
2747         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
2748         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
2749         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
2750         to FP_CMP_Q.
2751         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
2752         FP_CMP_Q.
2753         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
2754         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
2755         FP_CMP_EQ_Q.
2756         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
2757         FP_CMP_Q.
2758         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
2759         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
2760         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
2761         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
2762         FP_CMP_EQ_Q.
2763         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
2764         FP_CMP_Q.
2765         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
2766         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
2767         FP_CMP_EQ_Q.
2768         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
2769         FP_CMP_Q.
2770         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
2771         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
2772         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
2773         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
2774         FP_CMP_EQ_Q.
2776         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
2777         a subnormal result, set the underflow exception if trapping on
2778         underflow is enabled.
2779         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
2780         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
2781         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
2782         redefine to 0.
2783         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
2784         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
2785         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
2786         * soft-fp/extendxftf2.c (__extendxftf2): Use
2787         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
2789         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
2790         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
2791         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
2792         FP_HANDLE_EXCEPTIONS.
2793         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
2794         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
2795         FP_HANDLE_EXCEPTIONS.
2796         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
2797         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
2798         FP_HANDLE_EXCEPTIONS.
2799         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
2800         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
2801         FP_HANDLE_EXCEPTIONS.
2803 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
2805         [BZ #14132]
2806         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
2807         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
2808         use INTUSE.
2809         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
2810         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
2811         Remove alias.
2812         (__adjtimex): Define using libc_hidden_ver.
2813         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
2814         Remove declaration.
2815         (ntp_gettime): Call __adjtimex directly.
2816         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
2817         Remove declaration.
2818         (ntp_gettimex): Call __adjtimex directly.
2819         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
2820         __adjtimex_internal alias.
2822 2014-10-08  Roland McGrath  <roland@hack.frob.com>
2824         [BZ #17460]
2825         * nscd/nscd.c (more_help): Rewrite list of tables collection
2826         using xstrdup and asprintf.
2828         * nscd/nscd_conf.c: Remove local xstrdup declaration.
2830 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
2831             Roland McGrath  <roland@hack.frob.com>
2833         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
2834         (do_lookup_unique): ... local function 'enter' here; update callers.
2836 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
2838         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
2839         compat_symbol calls on [SHARED].
2840         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
2841         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
2842         Remove.
2843         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
2844         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
2845         (oldsetrlimit): Remove.
2846         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
2847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
2848         (lchown): New syscall entry.
2849         (oldsetrlimit): Remove.
2850         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
2851         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
2852         (oldsetrlimit): Remove.
2853         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
2855         [BZ #14138]
2856         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
2857         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
2858         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
2859         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
2860         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2861         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
2862         (fchown): Likewise.
2863         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
2864         (fchown): Likewise.
2865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
2866         Likewise.
2868 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2870         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
2871         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
2872         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
2873         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
2874         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
2875         Likewise.
2876         (__old_sem_post): Likewise.
2878 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
2880         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
2881         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
2882         HAVE_CLOCK_GETTIME_VSYSCALL macros.
2883         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
2884         Use INLINE_VSYSCALL macro.
2885         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
2886         __vdso_clock_gettime.
2887         * sysdeps/unix/sysv/linux/tile/init-first.c
2888         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
2889         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
2890         __vdso_clock_gettime.
2892         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
2893         to set up frame more cleanly.
2895         * sysdeps/tile/memcmp.c: New file.
2897         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
2899         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
2900         * sysdeps/tile/tilegx/strcasestr.c: New file.
2901         * sysdeps/tile/tilegx/strnlen.c: New file.
2902         * sysdeps/tile/tilegx/strstr.c: New file.
2904         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
2906 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
2908         * nptl/tst-setuid3.c: Write errors to stdout.
2910 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
2912         * elf/dl-deps.c
2913         (preload): New functions broken out of _dl_map_object_deps.
2914         (_dl_map_object_deps):  Remove a nested function. Update call sites.
2916 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
2918         [BZ #14138]
2919         * sysdeps/unix/sysv/linux/execve.c: Remove file.
2920         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
2922 2014-10-01  Steve Ellcey  <sellcey@mips.com>
2924         * sysdeps/mips/strcmp.S: New.
2926 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
2928         [BZ #14138]
2929         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
2930         (linkat): Likewise.
2931         (mkdirat): Likewise.
2932         (readlinkat): Likewise.
2933         (renameat): Likewise.
2934         (symlinkat): Likewise.
2935         (unlinkat): Likewise.
2936         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
2937         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
2938         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
2939         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
2940         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
2941         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
2942         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
2944 2014-09-30  Will Newton  <will.newton@linaro.org>
2946         * math/math.h: Define long double math functions if
2947         _LIBC_TEST is defined.
2948         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
2950         * localedata/Makefile: Move assignment to tests-special
2951         into an ifdef testing run-built-tests.
2952         * timezone/Makefile: Likewise.
2954 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
2956         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
2957         with $(BASH) not $(SHELL).
2959 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
2960             Matthew LeGendre  <legendre1@llnl.gov>
2962         [BZ #17411]
2963         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
2964         l_reloc_result.
2966 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
2968         * stdio-common/printf_fp.c
2969         (hack_digit): New function, broken out of ...
2970         (__printf_fp): ... local function here.  Update call sites.
2971         hack_digit now takes an additional parameter that is a pointer
2972         to a struct of the referenced locals.  Those locals moved inside
2973         the struct and references updated.
2975 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
2977         * aclocal.m4: Require autoconf 2.69.
2978         * configure: Regenerated.
2979         * sysdeps/aarch64/configure: Likewise.
2980         * sysdeps/alpha/configure: Likewise.
2981         * sysdeps/arm/armv7/configure: Likewise.
2982         * sysdeps/arm/configure: Likewise.
2983         * sysdeps/ia64/configure: Likewise.
2984         * sysdeps/mach/configure: Likewise.
2985         * sysdeps/mips/configure: Likewise.
2986         * sysdeps/s390/configure: Likewise.
2987         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
2988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
2990         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
2991         file.
2992         * sysdeps/ia64/configure.ac: Likewise.
2994 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
2996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
2997         specify symbol version for ld.so.  Do not include entry for
2998         libpthread.
2999         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3000         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3001         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3003         [BZ #14171]
3004         * Makeconfig [$(build-shared) = yes]
3005         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3006         makefiles.
3007         [$(build-shared) = yes && $(soversions.mk-done) = t]
3008         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3009         [$(build-shared) = yes && $(soversions.mk-done) = t]
3010         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3011         to Makerules.
3012         [$(build-shared) = yes && $(soversions.mk-done) = t]
3013         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3014         here.
3015         [$(build-shared) = yes && $(soversions.mk-done) = t]
3016         (common-generated): Don't append gnu/lib-names.h and
3017         gnu/lib-names.stmp here.
3018         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3019         (lib-names-h-abi): New variable.
3020         [$(build-shared) = yes && $(soversions.mk-done) = t]
3021         (lib-names-stmp-abi): Likewise.
3022         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3023         abi-variants] (before-compile): Append
3024         $(common-objpfx)$(lib-names-h-abi).
3025         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3026         abi-variants] (common-generated): Append gnu/lib-names.h.
3027         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3028         abi-variants] (install-others-nosubdir): Depend on
3029         $(inst_includedir)/$(lib-names-h-abi).
3030         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3031         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3032         [$(build-shared) = yes && $(soversions.mk-done) = t]
3033         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3034         [$(build-shared) = yes && $(soversions.mk-done) = t]
3035         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3036         [$(build-shared) = yes && $(soversions.mk-done) = t]
3037         (common-generated): Append $(lib-names-h-abi) and
3038         $(lib-names-stmp-abi).
3039         * scripts/lib-names.awk: Do not handle multi being set.
3040         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3041         Remove variable.
3042         (abi-lp64_be-ld-soname): Likewise.
3043         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3044         Likewise.
3045         (abi-hard-ld-soname): Likewise.
3046         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3047         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3048         Remove variable.
3049         (abi-o32_hard-ld-soname): Likewise.
3050         (abi-o32_soft_2008-ld-soname): Likewise.
3051         (abi-o32_hard_2008-ld-soname): Likewise.
3052         (abi-n32_soft-ld-soname): Likewise.
3053         (abi-n32_hard-ld-soname): Likewise.
3054         (abi-n32_soft_2008-ld-soname): Likewise.
3055         (abi-n32_hard_2008-ld-soname): Likewise.
3056         (abi-n64_soft-ld-soname): Likewise.
3057         (abi-n64_hard-ld-soname): Likewise.
3058         (abi-n64_soft_2008-ld-soname): Likewise.
3059         (abi-n64_hard_2008-ld-soname): Likewise.
3060         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3061         Likewise.
3062         (abi-64-v2-ld-soname): Likewise.
3063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3064         ld.so entries.
3065         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3066         variable.
3067         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3068         entry.
3069         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3070         variable.
3071         (abi-64-ld-soname): Likewise.
3072         (abi-x32-ld-soname): Likewise.
3073         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3074         entry.
3075         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3077 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3079         [BZ #14138]
3080         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3081         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3082         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3083         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3084         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3085         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3086         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3087         syscall entry for GLIBC_2.2 symbol version.
3088         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3089         Likewise.
3090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3091         (setrlimit): Likewise.
3092         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3093         Likewise.
3095 2014-09-23  Will Newton  <will.newton@linaro.org>
3097         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3098         _LINUX_ARM_SYSDEP_H include guard too.
3099         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3100         define.
3102 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3104         * sysdeps/unix/sysv/linux/eventfd.c:
3105         Make first argument unsigned.
3106         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3107         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3109 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3111         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3112         * socket/sys/socket.h: Likewise
3113         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3115 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3117         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3119 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3121         * time/tst-ftime.c: New test.
3122         * time/Makefile (tests): Add tst-ftime.
3124 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3126         * soft-fp/extended.h: Fix comment formatting.
3127         * soft-fp/op-1.h: Likewise.
3128         * soft-fp/op-2.h: Likewise.
3129         * soft-fp/op-4.h: Likewise.
3130         * soft-fp/op-8.h: Likewise.
3131         * soft-fp/op-common.h: Likewise.
3132         * soft-fp/soft-fp.h: Likewise.
3134         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3136 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3138         [BZ #6652]
3139         * Makeconfig (soversions-default-setname): Remove variable.
3140         ($(common-objpfx)soversions.i): Don't pass default_setname to
3141         soversions.awk.
3142         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3143         oldest_abi to abi-versions.awk.
3144         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3145         * config.make.in (oldest-abi): Remove variable.
3146         * configure.ac (--enable-oldest-abi): Remove configure option.
3147         * configure: Regenerated.
3148         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3149         text.
3150         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3151         * scripts/soversions.awk: Do not handle default_setname variable.
3152         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3153         variable.
3154         * sysdeps/mach/hurd/configure: Regenerated.
3155         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3156         variable.
3157         * sysdeps/unix/sysv/linux/configure: Regenerated.
3159 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3161         * elf/Makefile (CFLAGS-interp.c): Remove.
3162         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3163         path string.
3164         * elf/interp.c: Include generated runtime-linker.h
3166         * Makerules (lib%.so): Don't include $(+interp) in
3167         prerequisites.
3168         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3169         * dlfcn/eval.c: Remove file.
3171         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3172         macros.
3174         [BZ #17266]
3175         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3176         4.2 and newer.
3178         [BZ #17370]
3179         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3181 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3182             Jakub Jelinek  <jakub@redhat.com>
3184         [BZ #17266]
3185         * libio/stdio.h: Check definition of __fortify_function
3186         instead of __extern_always_inline to include bits/stdio2.h.
3187         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3188         check if __extern_always_inline is defined.
3189         [__USE_MISC || __USE_XOPEN]: Likewise.
3190         [__USE_ISOC99] Likewise.
3191         * misc/sys/cdefs.h (__fortify_function): Define only if
3192         __extern_always_inline is defined.
3193         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3194         __extern_always_inline and __extern_inline only for g++-4.3
3195         and newer or a compatible gcc.
3197 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3199         [BZ #17371]
3200         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3201         last change to handle zero prefix length.
3203 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3205         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3206         _SC_REGEX_VERSION.
3208         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3209         _POSIX_RAW_SOCKETS.
3211 2014-09-13  Allan McRae  <allan@archlinux.org>
3213         * po/ru.po: Update Russian translation from translation project.
3215 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3217         * locale/programs/locale.c (show_locale_vars): Inline local function
3218         into its sole call site.  Clean up some style nits.
3219         (print_item): New function, broken out of ...
3220         (show_info): ... local function here.  Clean up style nits.
3222         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3223         out of ...
3224         (set_class_defaults): ... local function set_default here.
3225         Define set_default as a macro locally to pass constant parameters.
3226         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3227         rather than a shared local.
3229         * stdlib/rpmatch.c (try): New function, broken out of ...
3230         (rpmatch): ... local function here.  Also, prototypify definition.
3232 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3234         * scripts/soversions.awk: Do not handle configuration names.
3235         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3236         vendor and os variables to soversions.awk.
3237         * configure.ac: Do not modify gnu-* host_os.
3238         * configure: Regenerated
3239         * shlib-versions: Remove first column with configuration names.
3240         * nptl/shlib-versions: Likewise.
3241         * nptl_db/shlib-versions: Likewise.
3242         * sysdeps/hppa/shlib-versions: Likewise.
3243         * sysdeps/m68k/shlib-versions: Likewise.
3244         * sysdeps/mach/hurd/shlib-versions: Likewise.
3245         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3246         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3247         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3248         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3249         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3250         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3251         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3252         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3254         Likewise.
3255         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3256         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3257         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3258         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3259         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3260         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3261         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3262         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3265         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3267         Regenerated.
3268         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3270         Condition symbol version definitions on [HAVE_ELFV2_ABI].
3272         * shlib-versions: Remove OS-specific entries.  Moved to files in
3273         sysdeps.
3274         * sysdeps/mach/hurd/shlib-versions: New file.
3275         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3277         * nptl/shlib-versions: Remove architecture-specific entries.
3278         Moved to files in sysdeps.
3279         * shlib-versions: Likewise.
3280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3281         file.
3282         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3283         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3284         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3285         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3287         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3288         (UDP_NO_CHECK6_RX): Likewise.
3290 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3292         * sysdeps/posix/sysconf.c (__sysconf): Spell
3293         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3295 2014-08-12  Florian Weimer  <fweimer@redhat.com>
3297         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3298         loading.
3299         * iconv/Versions (__gconv_transliterate): Export for use from
3300         gconv modules.
3301         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3302         (struct __gconv_trans_data, __gconv_trans_fct,
3303         __gconv_trans_context_fct, __gconv_trans_query_fct,
3304         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3305         definitions.
3306         (struct __gconv_step_data): Remove __trans member.
3307         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
3308         longer hidden.  Remove unused trans_data argument.
3309         * iconv/gconv_int.h (struct trans_struct): Remove definition.
3310         (__gconv_translit_find): Remove declaration.
3311         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
3312         prototype.
3313         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3314         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3315         trans_data argument.  Add hidden definition.
3316         (__gconv_translit_find): Remove.
3317         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3318         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3319         * iconv/skeleton.c: Remove transliteration initialization.
3320         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3321         __gconv_step_data initialization.
3322         * libio/iofwide.c (__libio_translit_): Remove.
3323         (_IO_fwide): Adjust struct __gconv_step_data initialization.
3324         * wcsmbs/btowc.c (__btowc): Likewise.
3325         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3326         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3327         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3328         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3329         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3330         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3331         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3332         * wcsmbs/wctob.c (wctob): Likewise.
3334 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3336         [BZ #16194]
3337         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3338         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
3339         register usage.
3340         * sysdeps/x86/Makefile: Adjust.
3342 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3343             Roland McGrath  <roland@hack.frob.com>
3345         * locale/weight.h: Add include guard.
3346         (findidx): Make static rather than auto; take new parameters
3347         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3348         * locale/weightwc.h: Likewise.
3349         * posix/fnmatch_loop.c
3350         (FCT): Change type of EXTRA from int32_t to wint_t.
3351         Don't include either header inside the function.
3352         Call FINDIDX rather than findidx, and pass new arguments.
3353         #undef FINDIDX at the end of the file.
3354         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3355         FINDIDX before including fnmatch_loop.c for the non-wide version.
3356         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3357         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3358         for the wide version.
3359         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3360         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3361         Pass new arguments to findidx.
3362         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3363         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3364         Don't #include it inside the function.  Pass new arguments to findidx.
3365         * posix/regex_internal.h
3366         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3367         (re_string_elem_size_at): Don't #include it inside the function.
3368         Pass new arguments to findidx.
3369         * string/strcoll_l.c: #include WEIGHT_H at top level.
3370         (get_next_seq): Don't #include it inside the function.
3371         Pass new arguments to findidx.
3372         (get_next_seq_nocache): Likewise.
3373         * string/strxfrm_l.c: #include WEIGHT_H at top level.
3374         (STRXFRM): Don't #include it inside the function.
3375         Pass new arguments to findidx.
3377 2014-09-11  Florian Weimer  <fweimer@redhat.com>
3379         [BZ #17344]
3380         * malloc/malloc.c (unlink): Turn asserts into a call to
3381         malloc_printerr.
3383 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
3385         [BZ #17370]
3386         * libio/wfileops (do_ftell_wide): Free OUT.
3388 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
3390         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3392 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3394         [BZ #17363]
3395         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3396         group if the current group is empty.
3398 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3400         * benchtests/bench-memset.c (test_main): Add more test from size
3401         from 32 to 512 bytes.
3402         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3403         Add POWER8 memset object.
3404         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3405         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
3406         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
3407         implementation.
3408         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
3409         Likewise.
3410         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
3411         multiarch POWER8 memset optimization.
3412         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
3413         POWER8 memset optimization.
3415         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3416         Remove bzero multiarch objects.
3417         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
3418         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
3419         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
3420         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
3421         Remove define.
3422         [__bzero]: Redefine to specific name.
3423         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
3424         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
3425         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
3426         define.
3427         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3428         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3430 2014-09-10  Florian Weimer  <fweimer@redhat.com>
3432         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
3433         warnings into errors.
3435         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
3436         __cxa_thread_atexit_impl prototype.
3438 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3440         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
3441         Fix capitalization of error message.
3443 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3445         * sysdeps/mips/preconfigure: Modify ABI tests.
3447 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
3449         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
3451 2014-09-07  Roland McGrath  <roland@hack.frob.com>
3452             Carlos O'Donell  <carlos@systemhalted.org>
3454         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
3455         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
3456         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
3457         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
3458         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
3459         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
3460         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
3461         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
3462         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
3463         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
3464         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
3465         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
3466         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
3467         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
3468         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
3469         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
3470         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
3471         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
3472         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
3473         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
3474         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
3475         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
3476         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
3477         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
3478         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
3479         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
3480         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
3481         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
3482         Deconditionalize the code that was previously under [RESET_PID].
3483         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
3484         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
3485         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
3486         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
3487         include sysdep.h.
3489 2014-09-08  Allan McRae  <allan@archlinux.org>
3491         * version.h (RELEASE): Set to "development".
3492         (VERSION): Set to "2.20.90"
3494 2014-09-07  Allan McRae  <allan@archlinux.org
3496         * version.h (RELEASE): Set to "stable".
3497         (VERSION): Set to "2.20"
3498         * include/features.h (__GLIBC_MINOR__): Set to 20.
3500         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
3501         Liebler.
3503         * po/ko.po: Update Korean translation from translation project.
3505 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
3507         [BZ #17354]
3508         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
3509         macro for handling signed relocations.
3511 2014-09-03  Florian Weimer  <fweimer@redhat.com>
3513         [BZ #17325]
3514         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
3515         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
3516         assert.
3517         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
3518         * iconvdata/ibm935.c (BODY): Likewise.
3519         * iconvdata/ibm937.c (BODY): Likewise.
3520         * iconvdata/ibm939.c (BODY): Likewise.
3521         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
3522         assert.
3523         * iconvdata/Makefile (iconv-test.out): Pass module list to test
3524         script.
3525         * iconvdata/run-iconv-test.sh: New test loop for checking for
3526         decoder crashers.
3528 2014-09-02  Khem Raj  <raj.khem@gmail.com>
3530         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
3531         libm_hidden_ver.
3533 2014-09-01  Allan McRae  <allan@archlinux.org>
3535         * po/eo.po: Update Esperanto translation from translation project.
3537         * po/ca.po: Update Catalan translation from translation project.
3539 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3541         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
3542         __proc_dostop call.
3544 2014-08-27  Mark Wielaard  <mjw@redhat.com>
3546         [BZ #17319]
3547         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
3548         to call set_thread_area instead of hand written asm.
3549         (__NR_set_thread_area): Removed define.
3550         (TLS_FLAG_WRITABLE): Likewise.
3551         (__ASSUME_SET_THREAD_AREA): Remove check.
3552         (TLS_EBX_ARG): Remove define.
3553         (TLS_LOAD_EBX): Likewise.
3555 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3557         Simplify atomicity of socket creation in bind.
3559         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
3560         looking up the name after linking the file.
3562 2014-08-27  Allan McRae  <allan@archlinux.org>
3564         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
3566 2014-08-26  Florian Weimer  <fweimer@redhat.com>
3568         [BZ #17187]
3569         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
3570         trans_compare, open_translit, __gconv_translit_find):
3571         Remove module loading code.
3573 2014-08-26  Allan McRae  <allan@archlinux.org>
3575         * po/vi.po: Update Vietnamese translation from translation project.
3577         * po/uk.po: Update Ukrainian translation from translation project.
3579         * po/fr.po: Update French translation from translation project.
3581         * po/ru.po: Update Russian translation from translation project.
3583         * po/pl.po: Update Polish translation from translation project.
3585         * po/cs.po: Update Czech translation from translation project.
3587         * po/de.po: Update German translation from translation project.
3589         * po/bg.po: Update Bulgarian translation from translation project.
3591         * po/sv.po: Update Sweedish translation from translation project.
3593         * po/nl.po: Update Dutch translation from translation project.
3595         * po/es.po: Update Spanish translation from translation project.
3597 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
3599         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
3601         * catgets/Makefile (CPPFLAGS-gencat): Remove.
3602         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
3603         (CPPFLAGS-iconvconfig): Likewise.
3604         * timezone/Makefile (CPPFLAGS-zic): Likewise.
3606         * include/libc-symbols.h: Remove unnecessary check for
3607         NOT_IN_libc.
3608         * nptl/pthreadP.h: Likewise.
3609         * sysdeps/aarch64/setjmp.S: Likewise.
3610         * sysdeps/alpha/setjmp.S: Likewise.
3611         * sysdeps/arm/sysdep.h: Likewise.
3612         * sysdeps/i386/setjmp.S: Likewise.
3613         * sysdeps/m68k/setjmp.c: Likewise.
3614         * sysdeps/posix/getcwd.c: Likewise.
3615         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3616         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3617         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3618         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3619         * sysdeps/sh/sh3/setjmp.S: Likewise.
3620         * sysdeps/sh/sh4/setjmp.S: Likewise.
3621         * sysdeps/unix/alpha/sysdep.h: Likewise.
3622         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3623         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3624         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3625         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3628         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3629         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3630         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3631         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3632         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3633         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3634         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3635         * sysdeps/x86_64/setjmp.S: Likewise.
3637 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
3639         [BZ #17263]
3640         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
3641         <stdint.h>.
3642         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
3643         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
3645 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
3647         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
3649         [BZ #17262]
3650         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
3651         and __x86_64__ when disabling x87 inline functions.
3653 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
3655         [BZ #17259]
3656         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
3657         asm statement with __cpuid_count.
3659 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
3661         * configure.ac: Change __ehdr_start code to dereference the struct.
3662         Run readelf on the output to look for relocations.
3663         * configure: Regenerated.
3665 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
3667         [BZ #17261]
3668         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
3669         value to 0.
3670         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
3672 2014-08-12  Roland McGrath  <roland@hack.frob.com>
3674         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
3676 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
3678         [BZ #16892]
3679         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
3680         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
3682 2014-08-12  Sean Anderson  <seanga2@gmail.com>
3684         * malloc/malloc.c: Fix typo in comment.
3686 2014-08-09  Allan McRae  <allan@archlinux.org>
3688         * Regenerate libc.po.
3690 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
3692         * intl/tst-gettext2.sh: Check every lang file for creation.
3694 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
3696         * sysdeps/aarch64/fpu/math_private.h
3697         (libc_feholdsetround_noex_aarch64_ctx): New function.
3699 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
3701         * sysdeps/arm/armv6/strcpy.S (strcpy):
3702         Fix performance issue in misaligned cases.
3704 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3706         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
3707         Move definition from termios.h.
3708         (struct termio): Likewise.
3709         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
3710         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
3711         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
3712         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
3713         Likewise.
3714         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
3715         Move definition to ioctl-types.h
3716         (struct termio): Likewise.
3717         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
3718         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
3719         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
3720         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
3721         Likewise.
3723 2014-08-05  Richard Henderson  <rth@redhat.com>
3725         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
3726         exceptions.
3727         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
3728         Add fraiseexcpt.
3729         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
3730         Use __feraiseexcept.
3731         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
3732         Protect libm symbols with IS_IN_libm.
3734         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
3736 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
3738         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
3740 2014-08-04  Will Newton  <will.newton@linaro.org>
3742         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
3743         file.
3745 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
3747         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
3748         variants for each function.
3750 2014-08-04  Roland McGrath  <roland@hack.frob.com>
3752         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
3753         appended ...
3754         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
3755         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
3756         appended ...
3757         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
3758         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
3759         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
3760         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
3761         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
3762         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
3763         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
3764         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
3765         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
3766         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
3767         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
3768         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
3769         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
3770         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
3771         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
3772         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
3773         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
3774         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
3775         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
3776         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
3777         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
3778         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
3779         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
3780         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
3781         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
3782         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
3783         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
3784         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
3785         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
3786         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
3787         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
3788         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
3789         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
3790         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
3791         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
3792         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
3793         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
3794         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
3795         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
3796         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
3797         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
3798         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
3799         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
3800         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
3801         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
3802         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
3803         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
3804         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
3805         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
3806         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
3807         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
3808         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
3809         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
3810         Update #include.
3811         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
3812         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
3814 2014-08-04  Roland McGrath  <roland@hack.frob.com>
3816         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
3817         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
3818         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
3819         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
3820         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
3821         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
3823 2014-08-04  Roland McGrath  <roland@hack.frob.com>
3825         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
3826         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
3827         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3828         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
3830 2014-08-04  Roland McGrath  <roland@hack.frob.com>
3832         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
3833         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
3834         (__libc_vfork): Define function under this name.
3835         (__vfork): Define as an alias.
3836         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
3837         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
3839 2014-08-04  Roland McGrath  <roland@hack.frob.com>
3841         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
3842         that was previously under [RESET_PID].
3843         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
3845 2014-08-04  Andreas Schwab  <schwab@suse.de>
3847         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
3849 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
3851         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
3852         (main): Likewise.
3854 2014-08-01  Roland McGrath  <roland@hack.frob.com>
3856         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
3858 2014-08-01  Richard Henderon  <rth@redhat.com>
3860         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
3861         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
3862         typo in exact zero test.
3863         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
3864         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
3865         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
3867 2014-08-01  Roland McGrath  <roland@hack.frob.com>
3869         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
3870         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
3871         * sysdeps/arm/sysdep.h: ... here.
3872         [!__ASSEMBLER__]: Include <stdint.h>.
3874 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
3876         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
3877         (HAVE_WCTYPE_H): Likewise.
3878         (HAVE_ISWCTYPE): Likewise.
3879         (ENABLE_NLS): Likewise.
3880         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
3881         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
3883         * posix/regex_internal.c: Check if DEBUG is defined and is
3884         set.
3886         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
3887         (HAVE_MBSRTOWCS): Likewise.
3888         * posix/fnmatch.c: Include string.h unconditionally.
3890 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
3892         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
3893         reversal.
3895 2014-07-31  Roland McGrath  <roland@hack.frob.com>
3897         * sysdeps/generic/safe-fatal.h: New file.
3898         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
3899         * nptl/forward.c: Include it.
3900         (__pthread_unwind): Use __safe_fatal as default action, rather
3901         than a bogus use of INTERNAL_SYSCALL that could never work.
3903         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
3904         * configure.ac (libc_cv_builtin_trap): New test.
3905         * configure: Regenerated.
3906         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
3907         (ABORT_INSTRUCTION): Define using __builtin_trap.
3909         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
3910         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
3911         * sysdeps/nptl/nptl-signals.h: New file.
3912         * nptl/pthreadP.h: Include <nptl-signals.h>.
3914 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
3916         * sysdeps/s390/s390-64/utf16-utf32-z9.c
3917         (ONE_DIRECTION): Define.
3918         * sysdeps/s390/s390-64/utf8-utf16-z9.c
3919         (ONE_DIRECTION): Define.
3920         * sysdeps/s390/s390-64/utf8-utf32-z9.c
3921         (ONE_DIRECTION): Define.
3923 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
3925         * sysdeps/s390/Makefile: Delete file.
3926         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
3927         * sysdeps/s390/__longjmp.c: Delete file.
3928         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
3929         Remove fields __flags and __reserved.
3930         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
3931         and add versioning.
3932         * sysdeps/s390/rtld-__longjmp.c: Delete file.
3933         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
3934         * sysdeps/s390/rtld-setjmp.S: Likewise.
3935         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
3936         * sysdeps/s390/s390-32/__longjmp.c: ... here.
3937         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
3938         * sysdeps/s390/s390-32/setjmp.S: ... here.
3939         Add versioning.
3940         (__sigsetjmp): Remove setting __flags field.
3941         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
3942         * sysdeps/s390/s390-64/__longjmp.c: ... here.
3943         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
3944         * sysdeps/s390/s390-64/setjmp.S: ... here.
3945         Add versioning.
3946         (__sigsetjmp): Remove setting __flags field.
3947         * sysdeps/s390/setjmp.S: Delete file.
3948         * sysdeps/s390/sigjmp.c: Likewise.
3949         * sysdeps/s390/v1-longjmp.c: Likewise.
3950         * sysdeps/s390/v1-setjmp.h: Likewise.
3951         * sysdeps/s390/v1-sigjmp.c: Likewise.
3952         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
3953         Remove v1-longjmp_chk.
3954         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
3955         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
3956         Include debug/longjmp_chk.c and add versioning.
3957         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
3958         Include nptl/pt-longjmp.c and add versioning.
3959         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
3960         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
3961         Include __longjmp.c.
3962         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
3963         Move to ...
3964         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
3965         (__getcontext): Remove setting __flags field.
3966         Add versioning.
3967         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
3968         Don't restore upper high grps.
3969         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
3970         Likewise.
3971         (__swapcontext): Remove setting uc_flags field.
3972         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
3973         Delete file.
3974         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
3975         Include __longjmp.c.
3976         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
3977         Move to ...
3978         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
3979         (__getcontext): Remove setting __flags field.
3980         Add versioning.
3981         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
3982         (__swapcontext): Remove setting uc_flags field.
3983         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
3984         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
3985         Remove fields uc_high_gprs and __reserved.
3986         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
3987         New file with reverted content.
3988         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
3989         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
3990         Regenerated.
3991         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
3992         Regenerated.
3994 2014-07-31  Andreas Schwab  <schwab@suse.de>
3996         * config.h.in (HAVE_IFUNC): Define to 0.
3997         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
3998         definedness.
4000 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4002         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4003         memmove-avx-unaligned, memcpy-avx-unaligned and
4004         mempcpy-avx-unaligned.
4005         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4006         Add tests for AVX memcpy functions.
4007         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4008         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4009         memcpy_chk.
4010         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4011         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4012         memmove_chk.
4013         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4014         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4015         mempcpy_chk.
4016         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4017         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4018         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4020 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4022         [BZ #17213]
4023         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4024         powerpc64le.
4026 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4028         [BZ #16839]
4029         * manual/llio.texi: Add section about open file description locks.
4030         * manual/examples/ofdlocks.c: Example of open file description
4031         lock usage.
4032         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4033         F_OFD_SETLK, and F_OFD_SETLKW.
4035 2014-07-23  Allan McRae  <allan@archlinux.org>
4037         * po/es.po: Update Spanish translation from translation project.
4039 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4041         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4043 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4045         [BZ #17078]
4046         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4047         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4048         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4050 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4052         [BZ #17088]
4053         * math/fesetenv.c (__fesetenv)
4054         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4055         * math/feupdateenv.c (__feupdateenv)
4056         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4058         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4059         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4060         (__ASSUME_SOCKETCALL): Do not define.
4062         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4063         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4064         (__ASSUME_SOCKETCALL): Do not define.
4065         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4066         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4067         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4068         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4069         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4070         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4071         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4072         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4074         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4075         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4076         (__ASSUME_SOCKETCALL): Do not define.
4077         (__ASSUME_IPC64): Define unconditionally.
4078         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4079         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4080         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4081         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4082         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4083         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4084         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4085         Likewise.
4087         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4088         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4089         (__ASSUME_SOCKETCALL): Do not define.
4090         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4091         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4092         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4093         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4094         (__ASSUME_REQUEUE_PI): Define unconditionally.
4095         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4096         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4097         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4098         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4099         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4100         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4102         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4103         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4104         (__ASSUME_SOCKETCALL): Do not define.
4105         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4106         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4107         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4108         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4109         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4110         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4112         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4113         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4114         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4115         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4116         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4117         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4118         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4119         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4120         (__ASSUME_GETCPU_SYSCALL): Likewise.
4122         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4123         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4124         cases for individual architectures.
4125         * sysdeps/gnu/configure: Regenerated.
4126         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4127         LIBC_SLIBDIR_RTLDDIR.
4128         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4129         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4130         LIBC_SLIBDIR_RTLDDIR.
4131         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4133         LIBC_SLIBDIR_RTLDDIR.
4134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4135         Regenerated.
4136         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4137         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4138         file.
4139         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4140         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4141         file.
4142         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4143         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4144         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4145         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4147         * sysdeps/aarch64/shlib-versions: Move to ...
4148         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4149         * sysdeps/alpha/shlib-versions: Move to ...
4150         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4151         * sysdeps/arm/shlib-versions: Move to ...
4152         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4153         * sysdeps/hppa/shlib-versions: Move all contents except for
4154         libgcc_s entry to ...
4155         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4156         entry from ...
4157         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4158         * sysdeps/ia64/shlib-versions: Move to ...
4159         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4160         entry from ...
4161         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4162         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4163         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4164         * sysdeps/microblaze/shlib-versions: Move to ...
4165         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4166         * sysdeps/mips/shlib-versions: Move to ...
4167         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4168         entry from ...
4169         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4170         * sysdeps/tile/shlib-versions: Move to ...
4171         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4172         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4173         from ...
4174         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4175         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4176         entry from ...
4177         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4179 2014-07-17  Will Newton  <will.newton@linaro.org>
4181         * sysdeps/arm/bits/atomic.h
4182         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4183         (__arch_compare_and_exchange_bool_16_int): Likewise.
4184         (__arch_compare_and_exchange_bool_64_int): Likewise.
4186         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4187         into an #else block.
4189 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4191         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4192         just Linux configurations.  Test empirically that the compiler sets
4193         __ARM_EABI__, rather than using the tuple to decide.
4194         * sysdeps/arm/preconfigure: Regenerated.
4195         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4196         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4197         contents appended ...
4198         * sysdeps/arm/configure.ac: ... here.
4199         * sysdeps/arm/configure: Regenerated.
4201 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4203         * nptl/pthread_kill.c: New file.
4204         * nptl/pthread_sigmask.c: New file.
4205         * nptl/pthread_sigqueue.c: New file.
4207         * sysdeps/nptl/lowlevellock.h: New file.
4208         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4209         * sysdeps/nptl/lowlevellock-futex.h: New file.
4211         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4212         Remove dead declarations.
4214 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4216         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4217         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4218         config-cflags-avx2.
4219         * sysdeps/x86_64/configure.ac: Likewise.
4220         * sysdeps/i386/configure: Regenerated.
4221         * sysdeps/x86_64/configure: Likewise.
4222         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4223         memset-avx2 only if config-cflags-avx2 is yes.
4224         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4225         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4226         defined.
4227         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4228         only if HAVE_AVX2_SUPPORT is defined.
4229         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4231 2014-07-14  Alan Modra  <amodra@gmail.com>
4233         [BZ #17153]
4234         * elf/elf.h (DT_PPC64_NUM): Correct value.
4235         * NEWS: Add to fixed bug list.
4237 2014-07-13  Jim Meyering  <meyering@fb.com>
4239         [BZ 17150]
4240         regex: don't deref NULL upon heap allocation failure
4241         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4242         failure in one more place.
4243         To trigger the segfault, configure grep -with-included-regex,
4244         build it, and run these commands:
4245         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4247 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4249         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4251 2014-07-11  Richard Henderson  <rth@redhat.com>
4253         * sysdeps/aarch64/libm-test-ulps: Update.
4255 2014-07-10  Florian Weimer  <fweimer@redhat.com>
4257         [BZ #17135]
4258         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4259         * nptl/allocatestack.c (__nptl_setxid_error): New function.
4260         (__nptl_setxid): Initialize error member.  Call
4261         __nptl_setxid_error.
4262         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4263         * nptl/descr.h (struct xid_command): Add error member.
4264         * nptl/tst-setuid3.c: New file.
4265         * nptl/Makefile (tests): Add it.
4267 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4269         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4270         New define.
4271         (__lll_trylock): Use __lll_base_trylock.
4272         (__lll_cond_trylock): Likewise.
4274 2014-07-10  Roland McGrath  <roland@hack.frob.com>
4276         * nptl/pthread_create.c (start_thread): Use atomic_or and
4277         lll_futex_wake directly rather than lll_robust_dead.
4278         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4279         (lll_robust_dead): Macro removed.
4280         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
4281         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4282         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4283         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4284         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4285         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4286         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4287         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4288         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4289         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4290         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4291         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4292         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4293         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4294         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4296         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4297         Use atomic_compare_and_exchange_val_acq directly rather than
4298         lll_robust_trylock.
4299         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4300         (__lll_robust_trylock, lll_robust_trylock): Removed.
4301         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4302         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4303         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4304         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4305         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4306         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4307         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4308         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4309         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4310         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4311         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4312         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4313         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4314         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4316 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4318         * manual/locale.texi (Locale Names): New section documenting
4319         locale name syntax.  Adjust menu and node chaining accordingly.
4320         (Choosing Locale): Reference Locale Names, Locale Categories.
4321         Mention setting LC_ALL=C.  Reflect that name syntax is now
4322         documented.
4323         (Locale Categories): New section title.  Reference Locale Names.
4324         LC_ALL is an environment variable, but not a category.
4325         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4326         description, now in Locale Name.  Reference that section.  Locale
4327         name syntax is now documented.
4329 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4331         [BZ #17137]
4332         * locale/findlocale.c (name_present, valid_locale_name): New
4333         functions.
4334         (_nl_find_locale): Use the loc_name variable to store name
4335         candidates.  Call name_present and valid_locale_name to check and
4336         validate locale names.  Return an error if the locale is invalid.
4338 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4340         * locale/setlocale.c (setlocale): Use strdup for allocating
4341         composite name copy.
4343 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4345         Sync up with gnulib.
4346         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4347         [!_LIBC && ENABLE_NLS]: Include gettext.h.
4348         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4349         and _GL_ARG_NONNULL.
4350         [USE_UNLOCKED_IO]: Include unlocked-io.h.
4351         [!_LIBC]: Include code for Windows and Cygwin.
4352         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4353         Include prototype for int strerror_r.
4354         [!_LIBC] (is_open): New function.
4355         (flush_stdout): New function.
4356         (print_errno_message): Use it.
4357         (error): Likewise.
4358         (error_at_line): Likewise.
4359         (error_tail) Add function attribute macros.  Use
4360         __builtin_expect.
4362         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4364         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4366         * io/ftw.c: Include sys/param.h unconditionally.
4368         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4370         [BZ #17125]
4371         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4372         libc_freeres_ptr.
4373         (freecache): New function to free CACHE on exit.
4375         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4376         initialization.
4378 2014-07-09  David S. Miller  <davem@davemloft.net>
4380         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4382         * sysdeps/sparc/nptl/internaltypes.h: Delete.
4383         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4384         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4385         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4386         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4387         * sysdeps/sparc/nptl/sem_init.c: Likewise.
4388         * sysdeps/sparc/nptl/sem_post.c: Likewise.
4389         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4390         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4391         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4392         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4393         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4394         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4396 2014-07-09  Andreas Schwab  <schwab@suse.de>
4398         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4399         output.
4400         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
4401         (do_test): Likewise.
4403         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4405 2014-07-09  Will Newton  <will.newton@linaro.org>
4407         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
4408         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
4409         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4410         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4411         * sysdeps/hppa/start.S (_start): Likewise.
4413 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
4415         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
4417         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
4418         defined.
4420 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4422         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
4423         after checking that it is non-NULL.
4425         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
4427 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4429         * sysdeps/powerpc/memmove.c: Remove file.
4430         * sysdeps/powerpc/powerpc32/power4/memcopy.h
4431         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
4432         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
4433         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
4434         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
4435         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
4436         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
4437         string memmove instead of removed powerpc one.
4439         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
4440         [weak_alias]: Fix compiler warning due trailing data.
4441         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
4442         [weak_alias]: Likewise.
4443         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
4444         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
4446         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
4447         (__libc_ifunc_impl_list): Add memmove functions.
4449 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4451         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
4452         Remove code.
4453         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
4454         Likewise
4455         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
4456         Likewise
4457         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
4458         Likewise
4459         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
4460         Likewise
4461         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
4462         Likewise
4463         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
4464         Likewise
4465         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
4466         Likewise
4467         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
4468         Likewise
4469         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
4470         Likewise
4471         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
4472         Likewise
4473         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
4474         Likewise
4475         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
4476         Likewise
4477         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
4478         Likewise
4479         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
4480         Likewise
4481         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
4482         Likewise
4483         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
4484         Likewise
4486 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4488         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
4489         to avoid alignment traps in non-cacheable memory.
4490         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
4492         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
4493         multiarch objects.
4494         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
4495         file: multiarch power7 memmove.
4496         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
4497         multiarch default memmove.
4498         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
4499         multiarch memove for powerpc32/power4.
4501         * string/bcopy.c: Use full path to include memmove.c.
4502         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
4503         multiarch objects.
4504         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
4505         bcopy for powerpc64.
4506         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
4507         bcopy for powerpc64.
4508         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
4509         and memmove implementations.
4510         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
4511         optimized multiarch memmove for POWER7/powerpc64.
4512         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
4513         default multiarch memmove for powerpc64.
4514         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
4515         multiarch for powerpc64.
4516         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
4517         for POWER7/powerpc64.
4518         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
4519         memmove for POWER7/powerpc64.
4521         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
4522         glibc default one.
4524         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
4525         __ELF_NATIVE_CLASS equal to 64.
4527 2014-07-07  Roland McGrath  <roland@hack.frob.com>
4529         * sysdeps/nptl/lowlevellock.h: File removed.
4531         * NEWS: NPTL is no longer an add-on!
4532         * nptl/internaltypes.h: Moved ...
4533         * sysdeps/nptl/internaltypes.h: ... here.
4534         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
4535         * sysdeps/nptl/fork.c: Likewise.
4536         * sysdeps/nptl/gai_misc.h: Likewise.
4537         * sysdeps/nptl/librt-cancellation.c: Likewise.
4538         * sysdeps/nptl/jmp-unwind.c: Likewise.
4539         * sysdeps/nptl/setxid.h: Likewise.
4540         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
4541         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
4542         * sysdeps/unix/sysv/linux/arm/Implies: New file.
4543         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
4544         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
4545         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
4546         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
4547         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
4548         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
4549         * sysdeps/unix/sysv/linux/mips/Implies: New file.
4550         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
4551         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
4552         * sysdeps/unix/sysv/linux/sh/Implies: New file.
4553         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
4554         * sysdeps/unix/sysv/linux/tile/Implies: New file.
4555         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
4556         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
4557         * nptl/Makeconfig: Moved ...
4558         * sysdeps/nptl/Makeconfig: ... here.
4559         * nptl/configure: File removed.
4560         * nptl/ANNOUNCE: File removed.
4561         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
4562         * sysdeps/unix/sysv/linux/configure: Regenerated.
4564         * nptl/Makefile (routines): Add libc_pthread_init,
4565         libc_multiple_threads, register-atfork and unregister-atfork.
4566         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
4567         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
4568         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
4569         pthread-pi-defines.sym, structsem.sym.
4570         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
4571         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
4572         [$(subdir) = nptl] (tests): Add tst-setgetname.
4573         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
4574         * sysdeps/unix/sysv/linux/sigaction.c: Just include
4575         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
4576         [!LIBC_SIGACTION]: Remove aliases.
4577         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
4578         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4579         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4580         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4581         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
4582         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
4583         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
4584         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4585         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
4586         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
4587         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
4588         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
4589         __libc_allocate_rtsig_private.
4590         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
4591         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
4592         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
4593         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4594         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
4595         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
4596         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
4597         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
4598         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
4599         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
4600         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
4601         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
4602         * nptl/internaltypes.h: ... here.
4603         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
4604         * sysdeps/nptl/jmp-unwind.c: ... here.
4605         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
4606         * nptl/libc-lowlevellock.c: ... here.
4607         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
4608         * nptl/libc_multiple_threads.c: ... here.
4609         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
4610         * nptl/libc_pthread_init.c: ... here.
4611         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
4612         * nptl/lowlevelbarrier.sym: ... here.
4613         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
4614         * nptl/lowlevelcond.sym: ... here.
4615         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
4616         * nptl/lowlevellock.c: ... here.
4617         * nptl/lowlevellock.h: Moved ...
4618         * sysdeps/nptl/lowlevellock.h: ... here.
4619         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
4620         * nptl/lowlevelrobustlock.c: ... here.
4621         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
4622         * nptl/lowlevelrobustlock.sym: ... here.
4623         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
4624         * nptl/lowlevelrwlock.sym: ... here.
4625         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
4626         * nptl/pt-fork.c: ... here.
4627         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
4628         * nptl/pthread-pi-defines.sym: ... here.
4629         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
4630         * nptl/pthread_attr_getaffinity.c: ... here.
4631         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
4632         * nptl/pthread_attr_setaffinity.c: ... here.
4633         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
4634         * nptl/pthread_mutex_cond_lock.c: ... here.
4635         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
4636         Update #include.
4637         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
4638         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
4639         * nptl/pthread_once.c: ... here, replacing old file.
4640         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
4641         * nptl/pthread_yield.c: ... here.
4642         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
4643         * nptl/register-atfork.c: ... here.
4644         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
4645         * nptl/sem_post.c: ... here.
4646         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
4647         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
4648         * nptl/sem_timedwait.c: ... here.
4649         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
4650         * nptl/sem_trywait.c: ... here.
4651         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
4652         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
4653         * nptl/sem_wait.c: ... here.
4654         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
4655         * nptl/structsem.sym: ... here.
4656         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
4657         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
4658         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
4659         * nptl/unregister-atfork.c: ... here.
4660         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
4661         * nptl/unwindbuf.sym: ... here.
4662         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
4663         * sysdeps/nptl/fork.c: ... here.
4664         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
4665         * sysdeps/nptl/fork.h: ... here.
4666         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
4667         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
4668         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
4669         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
4670         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
4671         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
4672         * sysdeps/unix/sysv/linux/getpid.c: ... here.
4673         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
4674         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
4675         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
4676         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
4677         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
4678         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
4679         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
4680         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
4681         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
4682         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
4683         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
4684         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
4685         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
4686         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
4687         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
4688         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
4689         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
4690         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
4691         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
4692         * sysdeps/unix/sysv/linux/raise.c: ... here.
4693         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
4694         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
4695         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
4696         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
4697         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
4698         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
4699         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
4700         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
4701         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
4702         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
4703         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
4704         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
4705         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
4706         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
4707         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
4709 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4711         * sysdeps/generic/memcopy.h: Add comment for
4712         MEMCPY_OK_FOR_FWD_MEMMOVE.
4714 2014-07-04  Will Newton  <will.newton@linaro.org>
4716         * string/memchr.c: Merge from gnulib.
4717         [_LIBC]: Remove conditionals.
4718         (__ptr_t): Remove define.
4719         (LONG_MAX_32_BITS): Likewise.
4720         (LONG_MAX): Likewise.
4721         (MEMCHR): Use ANSI prototype and optimize algorithm.
4723         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
4725 2014-07-03  Roland McGrath  <roland@hack.frob.com>
4727         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
4728         (lll_futex_timed_wait_bitset): Fix syscall argument count.
4730         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
4731         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
4732         in a bare environment with no <stdlib.h> installed.
4733         * sysdeps/nptl/configure: Regenerated.
4735         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
4737         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
4738         AC_EGREP_CPP for kernel header checks, so they only succeed if
4739         including <linux/version.h> actually works right.
4740         * sysdeps/unix/sysv/linux/configure: Regenerated.
4742         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
4743         value so it's not diagnosed as unused.
4745         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
4746         thing) with "ifeq ($(subdir),rt)".
4748 2014-07-03  Richard Henderson  <rth@redhat.com>
4750         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
4751         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
4752         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
4754         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
4755         (math_force_eval): New.
4757         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
4758         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
4760         * sysdeps/alpha/fpu/s_round.c: Remove file.
4761         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
4763         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
4764         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
4765         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
4766         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
4767         (_dl_start, print_statistics): Likewise.
4768         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
4769         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
4771         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4772         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4773         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4774         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4775         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
4776         (HP_SMALL_TIMING_AVAIL): Define.
4777         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4778         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
4779         (HP_SMALL_TIMING_AVAIL): Define.
4780         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4781         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4783         * sysdeps/aarch64/hp-timing.h: New file.
4785         * sysdeps/generic/hp-timing.h: Remove dead comment.
4786         * sysdeps/generic/hp-timing-common.h: New file.
4787         * sysdeps/alpha/hp-timing.h: Include it.
4788         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
4789         * sysdeps/i386/i686/hp-timing.h: Likewise.
4790         * sysdeps/ia64/hp-timing.h: Likewise.
4791         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
4792         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
4793         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
4794         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
4795         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
4796         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
4797         (hp_timing_t): New.
4799         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
4800         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
4801         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
4802         * elf/rtld.c (_dl_start_final): Likewise.
4803         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
4804         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4805         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4806         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4807         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4808         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
4809         (HP_TIMING_DIFF_INIT): Remove.
4810         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4811         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
4812         (HP_TIMING_DIFF_INIT): Remove.
4813         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4814         * sysdeps/i386/i686/hp-timing.c: Remove file.
4815         * sysdeps/x86_64/hp-timing.c: Remove file.
4816         * sysdeps/ia64/hp-timing.c: Remove file.
4817         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
4818         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
4819         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
4820         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
4822         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
4823         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
4824         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
4825         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
4826         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
4827         (HP_TIMING_ACCUM): Remove.
4828         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
4829         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
4830         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
4832         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
4833         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
4834         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
4835         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
4836         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
4837         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
4838         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
4839         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
4841         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
4843 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
4845         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
4847 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4849         Sync up with gettext.
4850         * intl/loadmsgcat.c: Define O_BINARY if not defined.
4851         [_MSC_VER]: Include malloc.h
4852         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
4853         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
4854         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
4855         TEMP_FAILURE_RETRY.  Cast return of alloca.
4856         [!_LIBC] Call gl_rwlock_init.
4857         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
4859 2014-07-02  Roland McGrath  <roland@hack.frob.com>
4861         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
4862         before checking its value.
4864 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4866         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
4868         * debug/memcpy_chk.c: Don't include pagecopy.h.
4869         * debug/mempcpy_chk.c: Likewise.
4870         * string/memcpy.c: Likewise.
4871         * string/memmove.c: Likewise.
4872         * sysdeps/powerpc/memmove.c: Likewise.
4873         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
4874         definition of PAGE_COPY_FWD_MAYBE here...
4875         * sysdeps/generic/pagecopy.h: ... from here.
4876         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
4878 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
4879             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4881         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
4882         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
4883         optimizations.
4884         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4885         (__libc_ifunc_impl_list): Likewise.
4886         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
4887         multiarch strcat for PPC64.
4888         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
4889         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
4891 2014-07-02  Roland McGrath  <roland@hack.frob.com>
4893         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
4895 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4897         * intl/loadmsgcat.c: Remove declaration of
4898         get_sysdep_segment_value.
4899         (get_sysdep_segment_value): Use ISO C style.
4900         (_nl_load_domain): Use ISO C style.  Get rid of redundant
4901         semicolon.  Fix typo and formatting in comment.
4902         (_nl_unload_domain): Use ISO C style.
4904         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
4906 2014-07-02  Will Newton  <will.newton@linaro.org>
4908         * malloc/obstack.c: Merge from gnulib master.
4909         [HAVE_CONFIG_H]: Remove conditional code.
4910         [!_LIBC]: Include config.h.
4911         [!ELIDE_CODE]: Don't include inttypes.h, include
4912         stdint.h unconditionally.
4913         (print_and_abort): Mark as _Noreturn.
4914         (_obstack_allocated_p): Mark as __attribute_pure__.
4915         (obstack_free): Rename to __obstack_free.
4916         [!__attribute__]: Remove conditional code.
4917         * malloc/obstack.h: Merge from gnulib master.
4918         [__cplusplus]: Move conditional down.
4919         [!__attribute_pure__]: Define __attribute_pure__ here
4920         if it is not already defined.
4921         (_obstack_memory_used): Mark as __attribute_pure__.
4922         [!__obstack_free]: Define as obstack_free.
4923         [__GNUC__]: Remove check for ancient NeXT gcc.
4925 2014-07-02  Will Newton  <will.newton@linaro.org>
4926             Paul Eggert  <eggert@cs.ucla.edu>
4928         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
4930 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4932         * resolv/gethnamaddr.c: Add comment warning that the file is
4933         not maintained.
4935 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
4937         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
4938         entries.
4940         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
4941         entry for aio_cancel and aio_cancel64.
4942         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
4943         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
4944         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
4945         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
4946         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
4947         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
4948         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
4949         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
4950         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
4951         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
4952         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
4953         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
4954         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
4956 2014-07-01  Roland McGrath  <roland@hack.frob.com>
4958         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
4959         * nptl/pthread_mutex_lock.c: Likewise.
4960         * nptl/pthread_mutex_timedlock.c: Likewise.
4961         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
4963 2014-07-01  Richard henderson  <rth@redhat.com>
4965         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
4966         (__isnan, __isnanl): Remove.
4967         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
4969         * sysdeps/alpha/fpu/libm-test-ulps: Update.
4971 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4973         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4975 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4977         * resolv/nss_dns/dns-host.c (getanswer_r)
4978         [MULTI_PTRS_ARE_ALIASES]: Remove code.
4980 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
4982         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
4983         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
4984         undefine.
4985         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
4986         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
4988 2014-07-01  Roland McGrath <roland@hack.frob.com>
4990         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
4991         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
4993         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
4994         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
4996         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
4997         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
4998         ... here.
4999         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5000         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5002         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5003         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5004         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5005         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5007         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5008         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5009         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5010         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5011         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5012         Moved ...
5013         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5014         ... here.
5015         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5016         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5017         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5018         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5019         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5020         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5021         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5022         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5023         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5024         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5025         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5026         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5027         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5028         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5029         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5030         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5031         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5032         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5033         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5034         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5035         ... here.
5036         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5037         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5038         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5039         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5040         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5041         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5042         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5043         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5045 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5047         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5048         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5049         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5050         Add sysdep.
5052 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5054         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5056 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5058         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5059         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5061         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5063         * sysdeps/arm/libm-test-ulps: Regenerated.
5065 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5066             Roland McGrath <roland@hack.frob.com>
5068         * test-skeleton.c (signal_handler): Kill the whole process group
5069         before killing the child individually.
5070         (main): Report any failure on `setpgid'.
5072 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5074         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5075         from _TLS_H to _ARM_NPTL_TLS_H.
5076         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5077         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5079 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5081         [BZ #16539]
5082         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5083         (__expm1l): Return argument unchanged when small but not
5084         subnormal.
5086         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5087         include macro name.
5088         (_FP_UNPACK_RAW_1_P): Likewise.
5089         (_FP_PACK_RAW_1): Likewise.
5090         (_FP_PACK_RAW_1_P): Likewise.
5091         (_FP_MUL_MEAT_1_wide): Likewise.
5092         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5093         (_FP_MUL_MEAT_1_hard): Likewise.
5094         (_FP_DIV_MEAT_1_imm): Likewise.
5095         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5096         (_FP_DIV_MEAT_1_udiv): Likewise.
5097         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5098         (_FP_UNPACK_RAW_2): Likewise.
5099         (_FP_UNPACK_RAW_2_P): Likewise.
5100         (_FP_PACK_RAW_2): Likewise.
5101         (_FP_PACK_RAW_2_P): Likewise.
5102         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5103         (_FP_MUL_MEAT_2_wide): Likewise.
5104         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5105         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5106         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5107         (_FP_MUL_MEAT_2_gmp): Likewise.
5108         (_FP_DIV_MEAT_2_udiv): Likewise.
5109         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5110         (_FP_FRAC_SRL_4): Likewise.
5111         (_FP_FRAC_SRST_4): Likewise.
5112         (_FP_FRAC_SRS_4): Likewise.
5113         (_FP_UNPACK_RAW_4): Likewise.
5114         (_FP_UNPACK_RAW_4_P): Likewise.
5115         (_FP_PACK_RAW_4): Likewise.
5116         (_FP_PACK_RAW_4_P): Likewise.
5117         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5118         (_FP_MUL_MEAT_4_wide): Likewise.
5119         (_FP_MUL_MEAT_4_gmp): Likewise.
5120         (umul_ppppmnnn): Likewise.
5121         (_FP_DIV_MEAT_4_udiv): Likewise.
5122         (__FP_FRAC_ADD_4): Likewise.
5123         (__FP_FRAC_SUB_3): Likewise.
5124         (__FP_FRAC_SUB_4): Likewise.
5125         (__FP_FRAC_DEC_3): Likewise.
5126         (__FP_FRAC_DEC_4): Likewise.
5127         (__FP_FRAC_ADDI_4): Likewise.
5128         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5129         (_FP_FRAC_SRL_8): Likewise.
5130         (_FP_FRAC_SRS_8): Likewise.
5132         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5133         include macro name.
5134         (FP_UNPACK_RAW_EP): Likewise.
5135         (FP_PACK_RAW_E): Likewise.
5136         (FP_PACK_RAW_EP): Likewise.
5137         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5138         (_FP_ISSIGNAN): Likewise.
5139         (_FP_ADD_INTERNAL): Likewise.
5140         (_FP_FMA): Likewise.
5141         (_FP_CMP): Likewise.
5142         (_FP_SQRT): Likewise.
5143         (_FP_TO_INT): Likewise.
5144         (_FP_FROM_INT): Likewise.
5145         (FP_EXTEND): Likewise.
5146         (_FP_DIV_MEAT_N_loop): Likewise.
5148 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5150         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5151         throughout.
5153 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5155         [BZ #17097]
5156         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5157         result with correct sign in case of exponents that produce
5158         overflow except for X very close to 1.
5160 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5162         mktime: merge #if/#ifdef usage from glibc
5163         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5164         as that works with both Glibc's and Gnulib's style.
5165         See thread starting at Siddhesh Poyarekar's bug report at:
5166         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5168 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5170         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5171         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5172         * sysdeps/tile/tilegx/memmove.c: Remove file.
5174 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5176         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5177         abi-name definition.
5178         * scripts/soversions.awk: Do not handle or generate ABI lines.
5179         * shlib-versions: Remove ABI entries.
5180         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5181         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5183 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5185         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5186         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5187         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5188         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5189         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5190         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5191         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5192         Moved ...
5193         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5194         ... here.
5195         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5196         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5197         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5198         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5199         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5200         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5201         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5202         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5203         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5204         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5205         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5206         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5207         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5208         Moved ...
5209         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5210         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5211         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5212         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5213         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5214         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5215         Moved ...
5216         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5217         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5218         Moved ...
5219         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5220         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5221         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5222         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5223         Moved ...
5224         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5225         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5226         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5227         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5228         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5229         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5230         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5231         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5232         Moved ...
5233         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5234         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5235         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5236         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5237         Moved ...
5238         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5239         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5240         Moved ...
5241         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5242         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5243         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5244         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5245         Moved ...
5246         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5247         ... here.
5248         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5249         Identical file removed.
5250         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5251         Moved ...
5252         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5253         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5254         Identical file removed.
5255         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5256         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5257         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5258         Moved ...
5259         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5260         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5261         Identical file removed.
5262         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5263         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5264         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5265         Identical file removed.
5266         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5267         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5268         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5269         Identical file removed.
5270         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5271         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5272         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5273         Identical file removed.
5274         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5275         Moved ...
5276         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5277         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5278         Identical file removed.
5279         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5280         Moved ...
5281         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5282         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5283         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5284         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5285         Identical file removed.
5286         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5287         Moved ...
5288         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5289         ... here.
5290         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5291         Identical file removed.
5292         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5293         Moved ...
5294         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5295         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5296         Identical file removed.
5297         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5298         Moved ...
5299         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5300         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5301         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5302         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5303         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5304         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5305         Moved ...
5306         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5307         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5308         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5310         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5311         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5312         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5313         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5314         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5316 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
5318         [BZ #17092]
5319         * nscd/nscd.c (monitor_child): Return exit status of child
5320         instead of return value from wait syscall.
5322 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5324         * configure.ac (libc_commonpagesize): Remove variable.
5325         (libc_relro_required): Likewise.
5326         (libc_cv_z_relro): Remove configure test.
5327         * configure: Regenerated.
5328         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5329         variable.
5330         (libc_relro_required): Likewise.
5331         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5332         (libc_relro_required): Likewise.
5333         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5334         (libc_relro_required): Likewise.
5335         * sysdeps/arm/preconfigure: Regenerated.
5336         * sysdeps/ia64/preconfigure: Remove file.
5337         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5338         variable.
5339         (libc_relro_required): Likewise.
5341         [BZ #16561]
5342         [BZ #16562]
5343         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5344         (__ieee754_yn): Set FE_TONEAREST mode internally and then
5345         recompute overflowing results in original rounding mode.
5346         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5347         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5348         recompute overflowing results in original rounding mode.
5349         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5350         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5351         recompute overflowing results in original rounding mode.
5352         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5353         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5354         recompute overflowing results in original rounding mode.
5355         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5356         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5357         recompute overflowing results in original rounding mode.
5358         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5359         (libc_feholdsetround_ctx): New macro.
5360         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5361         * sysdeps/i386/fpu/libm-test-ulps: Update.
5362         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5364 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5366         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5367         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5368         corresponding .cpsetup call.
5370 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5372         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5373         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5374         * sysdeps/arm/Makefile [$(subdir) = csu]
5375         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5376         (static-only-routines): Add aeabi_read_tp here.
5377         (shared-only-routines): Add libc-aeabi_read_tp here.
5378         (CFLAGS-libc-start.c): Add -fexceptions here.
5379         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5380         (sysdep_routines, static-only-routines, shared-only-routines):
5381         Don't add to these here.
5382         (CFLAGS-libc-start.c): Likewise.
5384         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5385         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5386         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5387         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5388         * sysdeps/arm/Makefile [$(subdir) = rt]
5389         (librt-sysdep_routines, librt-shared-only-routines):
5390         Append rt-aeabi_unwind_cpp_pr1 here.
5391         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5392         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5393         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5394         (libpthread-sysdep_routines, libpthread-shared-only-routines):
5395         Append nptl-aeabi_unwind_cpp_pr1 here.
5396         (tests): Filter out tst-cleanupx4 here.
5397         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
5398         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
5399         Don't do those here.
5401 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5403         * scripts/list-sources.sh: Do not handle ports specially.
5405 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5407         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
5408         * sysdeps/arm/feupdateenv.c: Likewise.
5410         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
5412 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5414         * manual/texinfo.tex: Update to version 2014-05-05.10 with
5415         trailing whitespace removed.
5416         * scripts/config.guess: Update to version 2014-03-23.
5417         * scripts/config.sub: Update to version 2014-05-01
5418         * scripts/install-sh: Update to version 2013-12-25.23.
5419         * scripts/move-if-change: Update from gnulib.
5421 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5423         * debug/memmove_chk.c: Remove pagecopy.h include.
5425 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
5427         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
5428         identical to gnulib mktime.
5430 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5432         * configure.ac: Do not test for machine being rs6000.  Do not test
5433         for powerpc*-*soft.
5434         * configure: Regenerated.
5436         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
5437         test.
5438         * configure: Regenerated.
5439         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
5440         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
5441         Remove configure test.
5442         * sysdeps/arm/configure: Regenerated.
5443         * sysdeps/nptl/configure.ac: Do not check
5444         libc_cv_asm_cfi_directives.
5445         * sysdeps/nptl/configure: Regenerated.
5446         * sysdeps/x86_64/nptl/configure.ac: Remove file.
5447         * sysdeps/x86_64/nptl/configure: Remove generated file.
5448         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
5449         unconditional.
5450         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
5452 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5454         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
5455         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
5456         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
5457         it is defined.
5459         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
5460         instead of whether it is defined.
5461         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
5462         * sysdeps/hppa/dl-machine.h: Likewise.
5463         * sysdeps/ia64/dl-machine.h: Likewise.
5464         * sysdeps/m68k/dl-machine.h: Likewise.
5465         * sysdeps/microblaze/dl-machine.h: Likewise.
5466         * sysdeps/mips/dl-machine.: Likewise.
5467         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5468         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5469         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5470         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5471         * sysdeps/sh/dl-machine.h: Likewise.
5472         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5473         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5474         * sysdeps/tile/dl-machine.h: Likewise.
5475         * sysdeps/x86_64/dl-machine.h: Likewise.
5477         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
5478         code.
5479         (verify_persistent_db): Likewise.
5481 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5483         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
5484         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
5485         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
5486         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
5487         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
5488         Moved ...
5489         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
5490         ... here.
5491         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
5492         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
5493         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
5494         Identical file removed.
5495         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
5496         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
5497         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
5498         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
5499         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
5500         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
5501         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
5502         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
5503         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
5504         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
5505         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
5506         Moved ...
5507         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
5508         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
5509         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
5510         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
5511         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
5512         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
5513         Moved ...
5514         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
5515         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
5516         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
5517         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
5518         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
5519         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
5520         Identical file removed.
5521         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
5522         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
5523         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
5524         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
5525         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
5526         Moved ...
5527         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
5528         ... here.
5529         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
5530         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
5531         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
5532         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
5533         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
5534         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
5535         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
5536         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
5537         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
5538         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
5539         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
5540         Moved ...
5541         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
5542         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
5543         Moved ...
5544         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
5545         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
5546         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
5547         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
5548         Moved ...
5549         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
5550         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
5551         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
5553         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
5554         folded into ...
5555         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
5556         * sysdeps/unix/sysv/linux/s390/Versions
5557         (libpthread: GLIBC_2.19): New version set.
5558         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
5559         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
5560         (librt: GLIBC_2.3.3): New version set.
5561         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
5562         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
5563         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
5564         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
5565         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
5566         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
5567         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
5568         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
5569         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
5570         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
5571         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
5572         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
5573         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
5574         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
5575         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
5576         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
5577         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
5578         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
5579         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
5580         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
5581         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
5582         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
5583         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
5584         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
5585         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
5586         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
5587         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
5588         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
5589         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
5590         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
5591         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
5592         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
5593         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
5594         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
5595         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
5596         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
5597         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
5598         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
5599         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
5600         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
5601         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
5602         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
5603         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
5604         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
5605         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
5607         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
5608         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
5609         (__libc_vfork): Define the function under this name.
5610         [!NOT_IN_libc] (__vfork): Make this an alias.
5611         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5612         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
5613         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
5614         (__libc_vfork): Define the function under this name.
5615         [!NOT_IN_libc] (__vfork): Make this an alias.
5616         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5617         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
5618         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
5619         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
5620         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
5621         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5623         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
5624         code that was previously under [RESET_PID].
5625         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
5626         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
5627         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
5629         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
5630         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
5631         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
5632         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
5633         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
5634         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
5635         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
5636         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
5637         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
5638         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
5639         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
5640         Moved ...
5641         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
5642         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
5643         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
5644         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
5645         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
5646         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
5647         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
5648         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
5649         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
5650         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
5651         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
5652         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
5653         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
5654         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
5655         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
5656         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
5657         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
5658         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
5659         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
5660         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
5661         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
5662         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
5663         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
5664         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
5665         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
5666         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
5667         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
5668         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
5669         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
5671 2014-06-25  Roland McGrath  <roland@hack.frob.com>
5673         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
5674         that was previously under [RESET_PID].
5675         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
5677 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
5679         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
5680         not undefine and redefine.
5681         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
5682         [O_CLOEXEC]: Make code unconditional.
5683         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
5684         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
5685         <kernel-features.h>.
5686         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
5687         conditional variable definition.
5688         (shm_open) [O_CLOEXEC]: Make code unconditional.
5689         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
5690         code.
5692         * configure.ac (USE_REGPARMS): Don't define here.
5693         * configure: Regenerated.
5694         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
5695         * sysdeps/i386/configure: Regenerated.
5697         * nptl/createthread.c: Don't include kernel-features.h.
5698         * nptl/pthread_cancel.c: Likewise.
5699         * nptl/pthread_condattr_setclock.c: Likewise.
5700         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
5701         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
5702         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
5703         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
5704         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
5705         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
5706         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5707         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
5708         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5709         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
5710         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
5711         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
5712         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
5713         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
5714         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
5715         * nscd/gai.c: Likewise.
5716         * nss/nss_db/db-open.c: Likewise.
5717         * sysdeps/generic/ldsodefs.h: Likewise.
5718         * sysdeps/sh/nptl/tls.h: Likewise.
5719         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5720         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
5721         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
5722         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
5723         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
5724         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5725         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
5726         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5727         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
5728         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
5729         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
5730         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
5731         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
5732         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
5733         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
5734         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
5735         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
5736         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
5737         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
5738         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
5739         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
5740         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
5741         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
5742         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
5743         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
5744         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
5745         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
5746         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
5747         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5748         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
5749         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
5750         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
5751         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
5752         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
5753         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
5754         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5755         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
5756         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
5757         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
5758         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5759         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5760         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
5761         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
5762         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
5763         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
5764         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
5765         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
5766         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
5767         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
5768         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
5769         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
5770         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
5771         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
5772         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5773         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
5774         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
5775         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5776         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
5777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
5778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
5779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
5780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
5781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
5782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
5783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
5784         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
5785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
5786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
5787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
5788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
5789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
5790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
5791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
5792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
5793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
5797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
5798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
5799         * sysdeps/unix/sysv/linux/pread.c: Likewise.
5800         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
5801         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
5802         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
5803         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
5804         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5805         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5806         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
5807         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
5808         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
5809         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
5810         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
5811         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
5812         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
5813         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
5814         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
5815         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
5816         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
5817         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
5818         * sysdeps/unix/sysv/linux/system.c: Likewise.
5819         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
5820         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
5821         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
5822         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
5823         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
5824         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5825         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
5827         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
5828         * configure: Regenerated.
5829         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
5831         * configure.ac (base_machine): Do not set specially for particular
5832         machines here.
5833         * configure: Regenerated.
5834         * sysdeps/powerpc/preconfigure: Move machine and base_machine
5835         settings from configure.ac.
5836         * sysdeps/i386/preconfigure: New file.
5837         * sysdeps/s390/preconfigure: Likewise.
5838         * sysdeps/sh/preconfigure: Likewise.
5839         * sysdeps/sparc/preconfigure: Likewise.
5841 2014-06-25  Roland McGrath  <roland@hack.frob.com>
5843         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
5844         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
5845         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
5846         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
5847         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
5848         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
5849         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
5850         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
5851         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
5852         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
5853         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
5854         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
5855         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
5856         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
5857         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
5858         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
5859         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
5860         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
5861         * sysdeps/sparc/sparc64/Makefile: ... appended here.
5863         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
5864         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
5865         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
5866         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
5867         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
5868         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
5869         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
5870         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
5871         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
5872         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
5873         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
5874         * sysdeps/sparc/sparc32/sem_post.c: ... here.
5875         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
5876         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
5877         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
5878         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
5879         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
5880         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
5881         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
5882         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
5883         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
5884         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
5885         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
5886         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
5887         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
5888         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
5889         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
5890         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
5891         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
5892         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
5893         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
5894         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
5895         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
5896         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
5897         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
5898         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
5899         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
5900         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
5902         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
5903         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
5904         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
5905         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
5906         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
5907         Moved ...
5908         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
5909         ... here.
5910         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
5911         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
5912         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
5913         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
5914         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
5915         Moved ...
5916         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
5917         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
5918         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
5919         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
5920         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
5921         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
5922         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
5923         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
5924         Moved ...
5925         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
5926         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
5927         Moved ...
5928         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
5929         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
5930         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
5931         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
5932         Moved ...
5933         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
5934         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
5935         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
5936         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
5937         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
5938         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
5939         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
5940         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
5941         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
5942         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
5943         Moved ...
5944         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
5945         ... here.
5946         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
5947         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
5948         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
5949         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
5950         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
5951         Moved ...
5952         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
5953         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
5954         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
5955         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
5956         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
5957         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
5958         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
5959         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
5960         Moved ...
5961         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
5962         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
5963         Moved ...
5964         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
5965         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
5966         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
5967         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
5968         Moved ...
5969         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
5970         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
5971         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
5972         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
5973         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
5975 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
5977         * timezone/checktab.awk: Update from tzcode 2014e.
5978         * timezone/private.h: Likewise.
5979         * timezone/tzfile.h: Likewise.
5980         * timezone/zdump.c: Likewise.
5981         * timezone/zic.c: Likewise.
5983         * sysdeps/unix/sysv/linux/kernel-features.h
5984         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
5985         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
5986         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
5987         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
5988         Remove conditional code.
5990 2014-06-25  Will Newton  <will.newton@linaro.org>
5992         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
5993         (_dl_arm_cap_flags): Add HWCAP2 values.
5994         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
5995         (_DL_HWCAP_COUNT): Increase to 37.
5996         (_DL_HWCAP_LAST): New define.
5997         (_DL_HWCAP2_LAST): New define.
5998         (_dl_procinfo): Add support for printing
5999         AT_HWCAP2 entries.
6000         (_dl_string_hwcap): Use _dl_hwcap_string.
6002 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6004         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6006 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6008         * README: Do not mention ports directory.
6010         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6011         Remove macro.
6012         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6013         <kernel-features.h>.
6014         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6015         conditional variable definition.
6016         (__futimes): Update comment.
6017         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6018         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6020         [BZ #16560]
6021         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6022         arguments close to 0.
6023         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6024         Likewise.
6025         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6026         Likewise.
6027         * math/auto-libm-test-in: Add more tests of exp10.
6028         * math/auto-libm-test-out: Regenerated.
6029         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6031         * sysdeps/unix/sysv/linux/kernel-features.h
6032         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6033         * sysdeps/unix/sysv/linux/readv.c: Do not include
6034         <kernel-features.h>.
6035         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6036         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6037         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6038         unconditional.
6039         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6040         conditional code.
6041         * sysdeps/unix/sysv/linux/writev.c: Do not include
6042         <kernel-features.h>.
6043         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6044         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6045         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6046         unconditional.
6047         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6048         conditional code.
6050 2014-06-25  Will Newton  <will.newton@linaro.org>
6052         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6053         comment changes throughout the file.  Remove checks
6054         for HAVE_*_H definitions that are not required.
6055         (__gen_tempname): Call abort if an unknown kind value is
6056         passed.
6058 2014-06-25  Andreas Schwab  <schwab@suse.de>
6060         [BZ #17086]
6061         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6062         scalbln, scalblnf, scalblnl in libc.
6064 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6066         [BZ #17086]
6067         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6068         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6069         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6071 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6073         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6074         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6075         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6076         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6077         Update #include.
6078         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6079         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6080         Update #include.
6081         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6082         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6083         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6084         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6085         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6086         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6087         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6088         * sysdeps/x86/bits/semaphore.h: ... here.
6089         * sysdeps/x86/nptl/elide.h: Moved ...
6090         * sysdeps/x86/elide.h: ... here.
6091         * sysdeps/x86_64/nptl/Implies: File removed.
6092         * sysdeps/i386/nptl/Implies: File removed.
6094 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6096         [BZ #16539]
6097         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6098         return the argument for normal arguments with exponent below -64.
6099         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6100         Likewise.
6101         * math/auto-libm-test-in: Add another test of expm1.
6102         * math/auto-libm-test-out: Regenerated.
6104         [BZ #16287]
6105         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6106         calling __erfcl for arguments at least 16.
6107         * math/auto-libm-test-in: Add more tests of erf.
6108         * math/auto-libm-test-out: Regenerated.
6110         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6111         individual architectures.
6112         * sysdeps/unix/sysv/linux/configure: Regenerated.
6113         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6114         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6115         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6116         (ldd_rewrite_script): Define variable.
6117         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6119         file.
6120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6121         generated file.
6122         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6123         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6124         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6125         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6126         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6127         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6128         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6129         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6131 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6133         [BZ #17084]
6134         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6135         Rename member __data.d to __data.__elision_data.
6137 2014-06-24  Wilco  <wdijkstr@arm.com>
6139         * NEWS: Add 16918 to fixed bug list.
6141 2014-06-24  Wilco  <wdijkstr@arm.com>
6143         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6145 2014-06-24  Wilco  <wdijkstr@arm.com>
6147         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6148         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6149         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6150         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6151         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6152         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6153         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6154         Use _FPU_MASK_RM.
6156 2014-06-24  Wilco  <wdijkstr@arm.com>
6158         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6160 2014-06-24  Wilco  <wdijkstr@arm.com>
6162         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6163         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6164         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6165         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6167 2014-06-24  Wilco  <wdijkstr@arm.com>
6169         [BZ #16918]
6170         * sysdeps/arm/feupdateenv.c (feupdateenv):
6171         Rewrite to reduce FPSCR accesses and fix return value.
6173 2014-06-24  Wilco  <wdijkstr@arm.com>
6175         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6176         Optimize to avoid unnecessary FPSCR writes.
6177         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6178         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6179         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6180         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6182 2014-06-24  Wilco  <wdijkstr@arm.com>
6184         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6185         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6186         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6187         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6188         Call libc_fetestexcept_vfp.
6189         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6190         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6191         __SOFTFP__ ifdef so that they can be built for softfp.
6193 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6195         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6196         argument type signed char.
6198         * Makerules (check-abi): Dump diff of symlist if the test
6199         fails.
6201 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6203         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6204         using abort.
6206         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6207         Remove unused variable ST.
6209 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6211         [BZ #16354]
6212         [BZ #17061]
6213         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6214         small arguments before calling __expm1.
6215         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6216         small arguments before calling __expm1f.
6217         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6218         small arguments before calling __expm1l.
6219         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6220         Likewise.
6221         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6222         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6223         spurious underflow for some cosh tests.
6224         * math/auto-libm-test-out: Regenerated.
6225         * sysdeps/i386/fpu/libm-test-ulps: Update.
6227         [BZ #17050]
6228         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6229         (__ieee754_y1): Set errno if return value overflows.
6230         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6231         (__ieee754_y1f): Set errno if return value overflows.
6232         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6233         (__ieee754_y1l): Set errno if return value overflows.
6234         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6235         (__ieee754_y1l): Set errno if return value overflows.
6236         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6237         * math/auto-libm-test-out: Regenerated.
6239         * math/gen-auto-libm-tests.c: Document use of
6240         ignore-zero-inf-sign.
6241         (input_flag_type): Add value flag_ignore_zero_inf_sign.
6242         (input_flags): Add ignore-zero-inf-sign.
6243         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6244         * math/gen-libm-test.pl (generate_testfile): Handle
6245         ignore-zero-inf-sign.
6246         * math/auto-libm-test-in: Mark some cpow tests with
6247         ignore-zero-inf-sign and some with xfail-rounding.
6248         * math/auto-libm-test-out: Regenerated.
6249         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6250         * sysdeps/i386/fpu/libm-test-ulps: Update.
6251         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6253         [BZ #16315]
6254         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6255         overflowing or underflowing operations take place with sign of
6256         result.
6257         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6258         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6259         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6260         (__ieee754_pow): Recompute overflowing and underflowing results in
6261         original rounding mode.
6262         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6263         (__powl_helper): Allow negative argument X and scale negated value
6264         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
6265         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6266         overflowing or underflowing operations take place with sign of
6267         result.
6268         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6269         Include <math.h>.
6270         * math/auto-libm-test-in: Add more tests of pow.
6271         * math/auto-libm-test-out: Regenerated.
6272         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6273         (pow_tonearest_test_data): Remove.
6274         (pow_test_tonearest): Likewise.
6275         (pow_towardzero_test_data): Likewise.
6276         (pow_test_towardzero): Likewise.
6277         (pow_downward_test_data): Likewise.
6278         (pow_test_downward): Likewise.
6279         (pow_upward_test_data): Likewise.
6280         (pow_test_upward): Likewise.
6281         (main): Don't call removed functions.
6282         * sysdeps/i386/fpu/libm-test-ulps: Update.
6283         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6285 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6288         Moved ...
6289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6291         Moved ...
6292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6294         Moved ...
6295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6297         Moved ...
6298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6300         File removed.
6301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6302         File removed.
6303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6304         File removed.
6305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6306         File removed.
6307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6308         File removed.
6309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6310         File removed.
6311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6312         File removed.
6313         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6314         File removed.
6315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6316         File removed.
6317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6318         File removed.
6319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6320         File removed.
6321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6322         File removed.
6323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6324         Moved ...
6325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6327         Moved ...
6328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6329         ... here.
6330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6331         Moved ...
6332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6334         Moved ...
6335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6337         Moved ...
6338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6340         Moved ...
6341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6343         Moved ...
6344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6346         Moved ...
6347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6349         Moved ...
6350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6353         ... here.
6354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6355         Moved ...
6356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6358         Moved ...
6359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6360         ... here.
6361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6362         Moved ...
6363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6364         ... here.
6365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6366         Moved ...
6367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6368         ... here.
6369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6370         Moved ...
6371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6373         Moved ...
6374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6378         Moved ...
6379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6380         ... here.
6381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6382         Moved ...
6383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6384         ... here.
6385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6386         Moved ...
6387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6389         Moved ...
6390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6392         Moved ...
6393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6395         Moved ...
6396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6398         Moved ...
6399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
6400         ... here.
6401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6402         Moved ...
6403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
6404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6405         Moved ...
6406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
6407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6408         Moved ...
6409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
6410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6411         Moved ...
6412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
6413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
6414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
6415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
6416         Moved ...
6417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
6418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6419         Moved ...
6420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
6421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
6422         Moved ...
6423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
6424         ... here.
6425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6426         Moved ...
6427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
6428         ... here.
6429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
6430         Moved ...
6431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
6432         ... here.
6433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6434         Moved ...
6435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
6436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
6437         Moved ...
6438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
6439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6440         Moved ...
6441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
6442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
6443         Moved ...
6444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
6445         ... here.
6446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6447         Moved ...
6448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
6449         ... here.
6450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
6451         Moved ...
6452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
6453         ... here.
6454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6455         Moved ...
6456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
6457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
6458         Moved ...
6459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
6461 2014-06-23  Will Newton  <will.newton@linaro.org>
6462             Wilco  <wdijkstr@arm.com>
6464         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
6465         implementation.  Include get-rounding-mode.h.
6466         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
6467         [!libc_feholdsetround_noex_ctx]: Define
6468         libc_feholdsetround_noex_ctx.
6469         [!libc_feholdsetround_noexf_ctx]: Define
6470         libc_feholdsetround_noexf_ctx.
6471         [!libc_feholdsetround_noexl_ctx]: Define
6472         libc_feholdsetround_noexl_ctx.
6473         (libc_feholdsetround_ctx): New function.
6474         (libc_feresetround_ctx): New function.
6475         (libc_feholdsetround_noex_ctx): New function.
6476         (libc_feresetround_noex_ctx): New function.
6478 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6480         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
6481         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
6482         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
6483         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
6484         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
6485         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
6487         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
6488         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
6489         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
6490         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
6491         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
6492         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
6493         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
6494         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
6495         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
6496         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
6497         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
6498         Moved ...
6499         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
6500         ... here.
6501         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
6502         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
6503         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
6504         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
6505         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
6506         Moved ...
6507         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
6508         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
6509         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
6510         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
6511         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
6512         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
6513         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
6514         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
6515         Moved ...
6516         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
6517         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
6518         Moved ...
6519         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
6520         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
6521         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
6522         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
6523         Moved ...
6524         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
6525         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
6526         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
6527         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
6528         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
6529         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
6530         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
6531         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
6532         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
6533         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
6534         Moved ...
6535         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
6536         ... here.
6537         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
6538         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
6539         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
6540         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
6541         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
6542         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
6543         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
6544         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
6545         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
6546         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
6547         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
6548         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
6549         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
6550         Moved ...
6551         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
6552         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
6553         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
6554         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
6555         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
6556         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
6557         Moved ...
6558         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
6559         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
6560         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
6561         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
6562         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
6564         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
6565         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
6566         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
6567         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
6568         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
6569         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
6570         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
6571         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
6572         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
6573         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
6574         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
6575         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
6576         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
6577         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
6578         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
6579         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
6580         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
6581         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
6582         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
6583         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
6584         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
6585         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
6586         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
6587         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
6588         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
6589         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
6590         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
6591         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
6593 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6595         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
6596         (FALLOC_FL_COLLAPSE_RANGE): New macro.
6597         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
6598         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
6599         (IPV6_PMTUDISC_INTERFACE): Likewise.
6600         (IPV6_PMTUDISC_OMIT): Likewise.
6602 2014-06-23  Andreas Schwab  <schwab@suse.de>
6604         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
6605         Remove unused errout label.
6607 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6609         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
6610         macro: hardware supports Vector Crypto instructions.
6612 2014-06-23  Will Newton  <will.newton@linaro.org>
6614         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
6615         rather than __builtin_expect.
6617         * elf/dl-lookup.c (undefined_msg): Remove variable.
6618         (_dl_lookup_symbol_x): Replace undefined_msg with string
6619         literal.
6621         * elf/dl-lookup.c (do_lookup_unique): New function.
6622         (do_lookup_x): Move STB_GNU_UNIQUE handling code
6623         to a separate function.
6625 2014-06-23  Andreas Schwab  <schwab@suse.de>
6627         [BZ #17079]
6628         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
6629         before reading the next line.
6631 2014-06-23  Will Newton  <will.newton@linaro.org>
6633         * test-skeleton.c (signal_handler): Use printf and %m
6634         rather than perror.  Use printf rather than fprintf to
6635         stderr.  Use puts rather than fputs to stderr.
6636         (main): Likewise.
6638 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
6640         * nscd/nscd.c (thread_info_t): Remove typedef.
6641         (thread_info): Remove variable.
6643 2014-06-21  Allan McRae  <allan@archlinux.org>
6645         * NEWS: Mention CVE-2014-4043.
6647 2014-06-20  Roland McGrath  <roland@hack.frob.com>
6649         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
6650         * nptl/smp.h: ... here.
6652         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
6654         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
6655         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
6656         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
6657         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
6659         * nptl/allocatestack.c: Include <stack-aliasing.h>.
6660         * nptl/stack-aliasing.h: New file.
6661         * sysdeps/i386/i686/stack-aliasing.h: New file.
6662         * sysdeps/i386/i686/nptl/Makefile: File removed.
6663         * sysdeps/x86_64/stack-aliasing.h: New file.
6664         * sysdeps/x86_64/nptl/Makefile
6665         (CFLAGS-pthread_create.c): Variable removed.
6667         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
6668         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
6669         old file.
6670         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
6671         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
6672         old file.
6674 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
6676         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6677         (__ASSUME_SIGFRAME_V2): Remove macro.
6678         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
6679         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
6680         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
6681         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
6682         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
6683         Declare as function.  Remove conditional macro definitions.
6684         (__default_rt_sa_restorer): Likewise.
6685         (__default_sa_restorer_v1): Remove declaration.
6686         (__default_sa_restorer_v2): Likewise.
6687         (__default_rt_sa_restorer_v1): Likewise.
6688         (__default_rt_sa_restorer_v2): Likewise.
6689         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
6690         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
6691         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
6693 2014-06-20  Roland McGrath  <roland@hack.frob.com>
6695         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
6696         (libpthread-routines): Add sysdep.
6697         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
6698         * sysdeps/unix/sysv/linux/sparc/Versions
6699         (libpthread: GLIBC_2.3.3): New version set.
6700         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
6701         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
6702         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
6703         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
6704         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
6705         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
6706         Moved ...
6707         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
6708         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
6709         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
6710         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
6711         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
6712         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
6713         * sysdeps/sparc/nptl/sem_init.c: ... here.
6714         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
6715         * sysdeps/sparc/nptl/sem_post.c: ... here.
6716         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
6717         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
6718         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
6719         * sysdeps/sparc/nptl/sem_wait.c: ... here.
6720         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
6721         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
6722         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
6723         (libpthread-routines): Add cpu_relax.
6724         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
6725         File removed.
6726         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
6727         (librt: GLIBC_2.3.3): New version set.
6728         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
6729         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
6730         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
6731         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
6732         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
6733         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
6734         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
6735         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
6736         Moved ...
6737         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
6738         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
6739         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
6740         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
6741         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
6742         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
6743         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
6744         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
6745         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
6746         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
6747         Moved ...
6748         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
6749         Update #include.
6750         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
6751         Moved ...
6752         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
6753         Update #include.
6754         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
6755         Moved ...
6756         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
6757         Update #include.
6758         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
6759         Moved ...
6760         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
6761         Update #include.
6762         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
6763         Moved ...
6764         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
6765         Update #include.
6766         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
6767         Moved ...
6768         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
6769         Update #include.
6770         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
6771         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
6772         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
6773         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
6774         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
6775         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
6776         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
6777         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
6778         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
6779         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
6780         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6781         Moved ...
6782         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
6783         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
6784         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
6785         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
6786         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
6788 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
6790         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
6791         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
6792         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6793         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
6794         * nscd/nscd.c: Likewise.
6795         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
6796         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
6797         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
6798         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
6800         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
6801         <kernel-features.h>.
6802         (init_mq_netlink): Remove conditional have_sock_cloexec
6803         definitions.  Remove code conditional on have_sock_cloexec < 0.
6804         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
6805         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
6806         * sysdeps/unix/sysv/linux/opensock.c: Do not include
6807         <kernel-features.h>.
6808         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
6809         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
6811 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
6813         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6814         Add tests for memset_chk and memset.
6816         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
6817         with AVX2_Usable.
6819 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
6821         [BZ #16046]
6822         * elf/tst-dl-iter-static.c: New file.
6823         * elf/Makefile (tests-static): Add tst-dl-iter-static.
6825         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
6826         error.
6828 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
6830         * sysdeps/unix/sysv/linux/kernel-features.h
6831         (__ASSUME_F_GETOWN_EX): Remove macro.
6832         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
6833         <kernel-features.h>.
6834         (miss_F_GETOWN_EX): Remove variable or macro.
6835         (do_fcntl): Do not check miss_F_GETOWN_EX.
6836         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
6838         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
6839         Remove macro.
6840         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
6841         [!__ASSUME_AT_RANDOM]: Remove conditional code.
6842         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
6844         * sysdeps/unix/sysv/linux/kernel-features.h
6845         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
6846         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
6847         [ADJ_OFFSET_SS_READ]: Make code unconditional.
6848         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
6850 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
6852         [BZ #17075]
6853         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
6854         Fix calculation of the symbol's value.
6855         * sysdeps/arm/tst-armtlsdescloc.c: New file.
6856         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
6857         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
6858         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
6859         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
6860         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
6861         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
6862         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
6863         (modules-names): Add `tst-armtlsdescmod',
6864         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
6865         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
6866         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
6867         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
6868         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
6869         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
6870         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
6871         ($(objpfx)tst-armtlsdescloc): New dependency.
6872         ($(objpfx)tst-armtlsdescextnow): Likewise.
6873         ($(objpfx)tst-armtlsdescextlazy): Likewise.
6874         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
6875         TLS scheme support.
6876         * sysdeps/arm/configure: Regenerate.
6878 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
6880         * include/fcntl.h (__atfct_seterrno): Remove prototype.
6881         (__atfct_seterrno_2): Likewise.
6882         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
6883         <kernel-features.h>.
6884         (__ASSUME_ATFCTS): Do not undefine and redefine.
6885         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
6886         (__have_atfcts): Remove conditional definition.
6887         (__fxstatat([__NR_fstatat64]: Make code unconditional.
6888         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
6889         unreachable if [__ASSUME_ATFCTS].
6890         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
6891         not undefine and redefine.
6892         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
6893         <kernel-features.h>.
6894         (faccessat) [__NR_faccessat]: Make code unconditional.
6895         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
6896         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
6897         <kernel-features.h>.
6898         (fchmodat) [__NR_fchmodat]: Make code unconditional.
6899         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
6900         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
6901         <kernel-features.h>.
6902         (fchownat) [__NR_fchownat]: Make code unconditional.
6903         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
6904         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
6905         <kernel-features.h>.
6906         (futimesat) [__NR_futimesat]: Make code unconditional.
6907         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
6908         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
6909         <kernel-features.h>.
6910         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
6911         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
6912         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
6913         <kernel-features.h>.
6914         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
6915         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
6916         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
6917         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
6918         <kernel-features.h>.
6919         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
6920         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
6921         * sysdeps/unix/sysv/linux/linkat.c: Do not include
6922         <kernel-features.h>.
6923         (linkat) [__NR_linkat]: Make code unconditional.
6924         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
6925         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
6926         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
6927         <kernel-features.h>.
6928         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
6929         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
6930         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
6931         <kernel-features.h>.
6932         (mkdirat) [__NR_mkdirat]: Make code unconditional.
6933         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
6934         * sysdeps/unix/sysv/linux/openat.c: Do not include
6935         <kernel-features.h>.
6936         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
6937         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
6938         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
6939         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
6940         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
6941         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
6942         <kernel-features.h>.
6943         (readlinkat) [__NR_readlinkat]: Make code unconditional.
6944         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
6945         result of INLINE_SYSCALL directly, not via int variable.
6946         * sysdeps/unix/sysv/linux/renameat.c: Do not include
6947         <kernel-features.h>.
6948         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
6949         (renameat) [__NR_renameat]: Make code unconditional.
6950         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
6951         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
6952         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
6953         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
6954         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
6955         (__ASSUME_ATFCTS): Do not undefine and redefine.
6956         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
6957         <kernel-features.h>.
6958         (symlinkat) [__NR_symlinkat]: Make code unconditional.
6959         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
6960         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
6961         <kernel-features.h>.
6962         (unlinkat) [__NR_unlinkat]: Make code unconditional.
6963         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
6964         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
6965         (__ASSUME_ATFCTS): Do not undefine and redefine.
6966         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
6967         <kernel-features.h>.
6968         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
6969         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
6970         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
6971         <kernel-features.h>.
6972         (__xmknodat) [__NR_mknodat]: Make code unconditional.
6973         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
6975 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
6977         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
6979 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
6981         [BZ #17069]
6982         * posix/regcomp.c (parse_reg_exp): Deallocate partially
6983         constructed tree before returning error.
6984         * posix/bug-regexp36.c: Expand test case.
6986 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
6988         [BZ #6803]
6989         * math/libm-test.inc (scalbln_test_date):
6990         Add errno expectations.
6991         * math/w_scalblnf.c: New File.
6992         Add wrapper which checks for setting errno to ERANGE.
6993         Add weak_alias for corresponding scalbln function.
6994         * math/w_scalbln.c: Likewise.
6995         * math/w_scalblnl.c: Likewise.
6996         * math/Makefile (libm-calls): Add w_scalbln.
6997         * sysdeps/ieee754/flt-32/s_scalblnf.c:
6998         Remove weak_alias for corresponding scalbln function.
6999         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7000         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7001         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7002         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7003         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7004         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7005         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7006         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7007         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7008         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7009         Remove long_double_symbol for scalblnl function in libm, libc.
7010         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7011         Add wrapper which checks for setting errno to ERANGE.
7012         Add long_double_symbol for scalblnl function in libm, libc.
7013         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7014         Remove long_double_symbol for scalblnl in libm.
7015         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7016         Add wrapper which checks for setting errno to ERANGE.
7017         Add long_double_symbol for scalblnl function in libm.
7018         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7019         Do not use wrapper because of own implementation.
7021 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7023         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7024         3 bytes for __pad1 for x32.
7025         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7027 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7028             H.J. Lu  <hongjiu.lu@intel.com>
7030         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7031         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7032         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7033         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7034         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7036 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7038         [BZ #17069]
7039         * posix/regcomp.c (parse_expression): Deallocate partially
7040         constructed tree before returning error.
7041         * posix/Makefile.c (tests): Add bug-regex36.
7042         (generated): Add bug-regex36.mtrace.
7043         (tests-special): Add $(objpfx)bug-regex36-mem.out
7044         (bug-regex36-ENV): New variable.
7045         ($(objpfx)bug-regex36-mem.out): New rule.
7046         * posix/bug-regex36.c: New file.
7048 2014-06-19  Will Newton  <will.newton@linaro.org>
7050         * malloc/malloc.c (systrim): If extra is zero then return
7051         early.
7053 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7055         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7057 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7059         * sysdeps/aarch64/strchr.S: New file.
7061 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7063         [BZ #17022]
7064         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7065         from arguments -2 or below.
7066         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7067         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7069 2014-06-18  Andreas Schwab  <schwab@suse.de>
7071         [BZ #17062]
7072         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7073         of a bracket expr not to run off the end of the string.
7074         * posix/Makefile (tests): Add tst-fnmatch3.
7075         * posix/tst-fnmatch3.c: New file.
7077 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7079         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7080         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7081         [$(cross-compiling) = no]: Likewise.
7082         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7083         [$(cross-compiling) = no]: Likewise.
7085 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7087         [BZ #17031]
7088         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7089         double, adjusted for any remainder from the high double.
7090         * math/libm-test.inc (nearbyint): Add tests.
7091         (rint): Likewise.
7093 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7095         * nptl/sysdeps/powerpc/Makefile: Moved ...
7096         * sysdeps/powerpc/nptl/Makefile: ... here.
7097         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7098         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7099         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7100         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7101         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7102         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7103         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7104         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7105         * nptl/sysdeps/powerpc/tls.h: Moved ...
7106         * sysdeps/powerpc/nptl/tls.h: ... here.
7108 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7110         [BZ #16681]
7111         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7112         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7113         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7114         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7115         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7116         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7117         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7118         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7119         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7121 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7123         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7125 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7127         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7128         defined operator.
7130         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7131         $TIMEOUTFACTOR.
7133 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7135         [BZ #17058]
7136         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7137         non-executed part of the test.
7139 2014-06-16  Andreas Schwab  <schwab@suse.de>
7141         * string/bits/string2.h (strdup, strndup): Update feature guard.
7143 2014-06-14  David S. Miller  <davem@davemloft.net>
7145         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7147 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7149         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7150         that was previously under [RESET_PID].
7151         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7153         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7154         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7155         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7156         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7157         (__libc_vfork): New strong alias.
7158         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7160 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7162         * sysdeps/generic/elide.h: New file.
7164 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7166         * Makefile (installed-headers): Adjust path of pthread.h header.
7168 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7170         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7171         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7172         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7173         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7175         * nptl/sysdeps/s390/Makefile: Moved ...
7176         * sysdeps/s390/nptl/Makefile: ... here.
7177         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7178         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7179         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7180         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7181         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7182         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7183         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7184         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7185         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7186         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7187         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7188         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7189         * nptl/sysdeps/s390/tls.h: Moved ...
7190         * sysdeps/s390/nptl/tls.h: ... here.
7192         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7193         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7195 2014-06-13  David S. Miller  <davem@davemloft.net>
7197         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7198         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7199         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7200         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7201         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7202         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7203         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7204         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7205         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7206         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7207         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7208         Remove RESET_PID cpp guards.
7209         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7210         Remove RESET_PID cpp guards.
7211         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7213 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7215         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7216         __sp to uintptr_t.
7218 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7220         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7221         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7222         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7223         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7224         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7225         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7226         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7227         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7228         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7229         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7230         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7231         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7232         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7233         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7234         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7235         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7236         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7237         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7238         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7239         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7241         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
7242         (pthread_rwlock_rdlock): Add elision.
7243         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7244         (pthread_rwlock_wrlock): Add elision.
7245         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7246         (pthread_rwlock_trywrlock): Add elision.
7247         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7248         (pthread_rwlock_tryrdlock): Add elision.
7249         * nptl/pthread_rwlock_unlock.c: Include elide.h.
7250         (pthread_rwlock_tryrdlock): Add elision unlock.
7251         * nptl/sysdeps/pthread/pthread.h:
7252         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7253         (PTHREAD_RWLOCK_INITIALIZER,
7254         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7255         Handle new elision field.
7256         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7257         * sysdeps/arm/nptl/bits/pthreadtypes.h
7258         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7259         * sysdeps/sh/nptl/bits/pthreadtypes.h
7260         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7261         * sysdeps/tile/nptl/bits/pthreadtypes.h
7262         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7263         * sysdeps/a/nptl/bits/pthreadtypes.h
7264         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7265         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7266         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7267         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7268         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7269         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7270         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7271         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7272         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7273         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7274         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7275         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7276         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7277         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7278         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7279         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7280         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7281         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7282         (elision_init): Set try_xbegin to zero when no RTM.
7283         * sysdeps/x86/nptl/bits/pthreadtypes.h
7284         (pthread_rwlock_t): Change __pad1 to __rwelision.
7285         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7287 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7289         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7290         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7291         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7292         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7294 2014-06-13  Meador Inge  <meadori@codesourcery.com>
7296         [BZ #16996]
7297         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
7298         that the cached result has been set before returning it.
7300 2014-06-12  Roland McGrath  <roland@hack.frob.com>
7302         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7303         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7304         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7305         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7306         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7307         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7309         * nptl/sysdeps/sparc/Makefile: Moved ...
7310         * sysdeps/sparc/nptl/Makefile: ... here.
7311         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7312         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7313         * nptl/sysdeps/sparc/tls.h: Moved ...
7314         * sysdeps/sparc/nptl/tls.h: ... here.
7315         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7316         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7317         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7318         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7319         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7320         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7321         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7322         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7323         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7324         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7325         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7326         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7327         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7328         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7329         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7330         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7331         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7332         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7333         Update #include.
7334         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7335         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7336         Update #include.
7337         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7338         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7339         Update #include.
7340         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7341         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7342         Update #include.
7344         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7346         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7347         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7349         * sysdeps/pthread/posix-timer.h: Include <list.h>.
7350         (struct list_links): Type removed.
7351         (struct thread_node, struct timer_node): Replace struct list_links
7352         with struct list_head.
7353         (list_unlink_ip): Likewise.
7354         * sysdeps/pthread/timer_routines.c
7355         (timer_free_list, thread_free_list, thread_active_list): Likewise.
7356         (list_append, list_insbefore): Likewise.
7357         (list_init): Function removed.
7358         (thread_init, init_module): Use INIT_LIST_HEAD instead.
7359         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7360         * sysdeps/pthread/Makefile: ... here, new file.
7362         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7363         * sysdeps/nptl/Implies: ... here.
7364         * sysdeps/unix/sysv/linux/Implies: Add nptl.
7365         * nptl/sysdeps/pthread/list.h: Moved ...
7366         * include/list.h: ... here.
7367         * nptl/sysdeps/pthread/createthread.c: Moved ...
7368         * nptl/createthread.c: ... here.
7369         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7370         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7371         * nptl/pt-longjmp.c: ... here.
7372         * nptl/sysdeps/pthread/Makefile: Moved ...
7373         * sysdeps/nptl/Makefile: ... here.
7374         * nptl/sysdeps/pthread/Subdirs: Moved ...
7375         * sysdeps/nptl/Subdirs: ... here.
7376         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7377         * sysdeps/nptl/aio_misc.h: ... here.
7378         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7379         * sysdeps/nptl/bits/libc-lock.h: ... here.
7380         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7381         * sysdeps/nptl/bits/libc-lockP.h: ... here.
7382         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7383         * sysdeps/nptl/bits/stdio-lock.h: ... here.
7384         * nptl/sysdeps/pthread/configure: Moved ...
7385         * sysdeps/nptl/configure: ... here.
7386         * nptl/sysdeps/pthread/configure.ac: Moved ...
7387         * sysdeps/nptl/configure.ac: ... here.
7388         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7389         * sysdeps/nptl/gai_misc.h: ... here.
7390         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7391         * sysdeps/nptl/librt-cancellation.c: ... here.
7392         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7393         * sysdeps/nptl/malloc-machine.h: ... here.
7394         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7395         * sysdeps/nptl/pthread-functions.h: ... here.
7396         * nptl/sysdeps/pthread/pthread.h: Moved ...
7397         * sysdeps/nptl/pthread.h: ... here.
7398         * nptl/sysdeps/pthread/setxid.h: Moved ...
7399         * sysdeps/nptl/setxid.h: ... here.
7400         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
7401         * sysdeps/nptl/sigfillset.c: ... here.
7402         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
7403         * sysdeps/nptl/tcb-offsets.h: ... here.
7404         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
7405         * sysdeps/nptl/tst-mqueue8x.c: ... here.
7406         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
7407         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
7408         * nptl/sysdeps/pthread/allocalim.h: Moved ...
7409         * sysdeps/pthread/allocalim.h: ... here.
7410         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
7411         * sysdeps/pthread/bits/sigthread.h: ... here.
7412         * nptl/sysdeps/pthread/flockfile.c: Moved ...
7413         * sysdeps/pthread/flockfile.c: ... here.
7414         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
7415         * sysdeps/pthread/ftrylockfile.c: ... here.
7416         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
7417         * sysdeps/pthread/funlockfile.c: ... here.
7418         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
7419         * sysdeps/pthread/posix-timer.h: ... here.
7420         * nptl/sysdeps/pthread/timer_create.c: Moved ...
7421         * sysdeps/pthread/timer_create.c: ... here.
7422         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
7423         * sysdeps/pthread/timer_delete.c: ... here.
7424         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
7425         * sysdeps/pthread/timer_getoverr.c: ... here.
7426         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
7427         * sysdeps/pthread/timer_gettime.c: ... here.
7428         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
7429         * sysdeps/pthread/timer_routines.c: ... here.
7430         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
7431         * sysdeps/pthread/timer_settime.c: ... here.
7432         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
7433         * sysdeps/pthread/tst-timer.c: ... here.
7434         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
7435         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
7437         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
7438         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
7440         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
7441         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
7442         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
7443         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
7444         Update #include target.
7445         * nptl/sysdeps/i386/i686/Makefile: Moved ...
7446         * sysdeps/i386/i686/nptl/Makefile: ... here.
7447         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
7448         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
7449         Update #include target.
7450         * nptl/sysdeps/i386/i686/tls.h: Moved ...
7451         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
7452         * nptl/sysdeps/i386/Makefile: Moved ...
7453         * sysdeps/i386/nptl/Makefile: ... here.
7454         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
7455         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
7456         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
7457         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
7458         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
7459         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
7460         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
7461         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
7462         * sysdeps/i386/nptl/pthreaddef.h: ... here.
7463         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
7464         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
7465         * nptl/sysdeps/i386/tls.h: Moved ...
7466         * sysdeps/i386/nptl/tls.h: ... here.
7468         * sysdeps/sh/Makefile [$(subdir) = csu]
7469         (gen-as-const-headers): Add tcb-offsets.sym.
7470         * nptl/sysdeps/sh/Makefile: File removed.
7471         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
7472         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
7473         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
7474         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
7475         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
7476         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
7477         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
7478         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
7479         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
7480         * sysdeps/sh/nptl/pthreaddef.h: ... here.
7481         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
7482         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
7483         * nptl/sysdeps/sh/tls.h: Moved ...
7484         * sysdeps/sh/nptl/tls.h: ... here.
7485         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
7486         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
7487         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
7488         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
7489         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
7490         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
7491         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
7492         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
7493         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
7494         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
7495         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
7496         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
7497         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
7498         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
7499         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
7500         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
7501         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
7502         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
7503         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
7504         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
7505         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
7506         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
7507         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
7508         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
7509         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
7510         Moved ...
7511         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
7512         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
7513         Moved ...
7514         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
7515         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
7516         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
7517         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
7518         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
7519         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
7520         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
7521         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
7522         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
7523         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
7524         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
7525         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
7526         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
7527         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
7528         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
7529         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
7530         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
7531         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
7532         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
7534 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
7536         * posix/spawn_faction_addopen.c: Include string.h.
7538 2014-06-11  Roland McGrath  <roland@hack.frob.com>
7540         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
7541         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
7542         * nptl/sysdeps/x86_64/Makefile: Moved ...
7543         * sysdeps/x86_64/nptl/Makefile: ... here.
7544         * nptl/sysdeps/x86_64/configure: Moved ...
7545         * sysdeps/x86_64/nptl/configure: ... here.
7546         * nptl/sysdeps/x86_64/configure.ac: Moved ...
7547         * sysdeps/x86_64/nptl/configure.ac: ... here.
7548         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
7549         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
7550         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
7551         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
7552         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
7553         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
7554         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
7555         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
7556         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
7557         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
7558         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
7559         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
7560         * nptl/sysdeps/x86_64/tls.h: Moved ...
7561         * sysdeps/x86_64/nptl/tls.h: ... here.
7562         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
7563         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
7564         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
7565         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
7567         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
7569 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7571         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7573 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
7575         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
7576         type.
7577         [POSIX] (off_t): Likewise.
7578         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
7579         [POSIX] (S_ISBLK): Require macro.
7580         [POSIX] (S_ISCHR): Likewise.
7581         [POSIX] (S_ISDIR): Likewise.
7582         [POSIX] (S_ISFIFO): Likewise.
7583         [POSIX] (S_ISREG): Likewise.
7584         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
7585         optional-macro.
7586         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
7587         type.
7588         [POSIX] (time_t): Likewise.
7589         [POSIX] (timer_t): Likewise.
7591 2014-06-11  Florian Weimer  <fweimer@redhat.com>
7593         [BZ #17048]
7594         * posix/spawn_int.h (struct __spawn_action): Make the path string
7595         non-const to support deallocation.
7596         * posix/spawn_faction_addopen.c
7597         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
7598         * posix/spawn_faction_destroy.c
7599         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
7600         path in all spawn_do_open actions.
7601         * posix/tst-spawn.c (do_test): Exercise the copy operation in
7602         posix_spawn_file_actions_addopen.
7604 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
7606         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
7607         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
7608         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
7609         conditional code always true.
7610         (__libc_vfork): New alias.
7612 2014-06-11  Roland McGrath  <roland@hack.frob.com>
7614         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7615         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
7617         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
7619         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7620         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
7622         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7623         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
7625         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7626         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
7628 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7630         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
7631         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
7632         multiarch strcmp for PPC64.
7633         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
7634         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
7635         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
7636         multiarch optimizations.
7637         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7638         (__libc_ifunc_impl_list): Likewise.
7640 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
7642         * benchtests/scripts/validate_benchout.py: New script.
7643         * benchtests/Makefile (bench-func): Call it.
7644         * benchtests/scripts/benchout.schema.json: New file.
7646 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
7648         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
7649         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
7650         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
7651         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
7652         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
7653         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
7654         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
7655         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
7656         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
7657         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
7658         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
7659         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
7660         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
7661         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
7662         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
7663         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
7664         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
7665         Moved ...
7666         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
7667         ... here.
7668         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
7669         Moved ...
7670         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
7671         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
7672         Moved ...
7673         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
7674         ... here.
7675         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
7676         Moved ...
7677         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
7678         ... here.
7679         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
7680         Moved ...
7681         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
7682         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
7683         Moved ...
7684         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
7685         ... here.
7686         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
7687         Moved ...
7688         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
7689         ... here.
7690         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
7691         Moved ...
7692         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
7693         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
7694         Moved ...
7695         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
7696         ... here.
7697         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
7698         Moved ...
7699         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
7700         ... here.
7701         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
7702         Moved ...
7703         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
7704         ... here.
7705         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
7706         Moved ...
7707         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
7708         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
7709         Moved ...
7710         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
7711         ... here.
7712         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
7713         Moved ...
7714         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
7715         ... here.
7716         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
7717         Moved ...
7718         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
7719         ... here.
7720         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
7721         Moved ...
7722         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
7723         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
7724         Moved ...
7725         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
7726         ... here.
7727         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
7728         Moved ...
7729         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
7730         ... here.
7731         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
7732         Moved ...
7733         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
7734         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
7735         Moved ...
7736         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
7737         ... here.
7738         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
7739         Moved ...
7740         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
7741         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
7742         Moved ...
7743         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
7744         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
7745         Moved ...
7746         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
7747         ... here.
7748         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
7749         Moved ...
7750         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
7751         ... here.
7752         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
7753         Moved ...
7754         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
7755         ... here.
7756         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
7757         Moved ...
7758         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
7759         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
7760         Moved ...
7761         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
7762         ... here.
7763         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
7764         Moved ...
7765         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
7766         ... here.
7767         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
7768         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
7769         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
7770         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
7771         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
7772         Moved ...
7773         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
7774         ... here.
7775         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
7776         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
7777         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
7778         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
7779         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
7780         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
7781         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
7782         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
7783         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
7784         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
7785         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
7786         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
7787         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
7788         Moved ...
7789         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
7790         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
7791         Moved ...
7792         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
7793         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
7794         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
7795         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
7796         Moved ...
7797         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
7798         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
7799         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
7800         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
7801         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
7802         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
7803         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
7805 2014-06-10  Wilco  <wdijkstr@arm.com>
7807         * math/test-fenv-return.c: New file.
7808         * math/Makefile: Add new test test-fenv-return.
7810 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
7812         [BZ #17042]
7813         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
7814         when x - 1 is zero.
7815         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
7816         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7817         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
7818         0.0L for an argument of 1.0L.
7819         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
7820         Likewise.
7821         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
7822         value when x - 1 is zero.
7823         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
7824         * sysdeps/i386/fpu/libm-test-ulps: Update.
7825         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7827 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
7829         [BZ #15119]
7830         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
7832 2014-06-09  Roland McGrath  <roland@hack.frob.com>
7834         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
7835         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
7837 2014-06-09  Roland McGrath  <roland@hack.frob.com>
7839         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7840         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
7842         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7843         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
7845         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7846         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
7848         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7849         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
7851         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
7852         if not already defined.
7853         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
7854         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
7855         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
7856         (TLS_INIT_TP): Use it.
7857         (TLS_DEFINE_INIT_TP): New macro.
7858         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
7860 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
7862         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
7863         constant.
7864         [POSIX] (IXANY): Likewise.
7865         [POSIX] (OLCUC): Likewise.
7866         [POSIX || POSIX2008] (CBAUD): Do not allow.
7867         [POSIX || POSIX2008] (DEFECHO): Likewise.
7868         [POSIX || POSIX2008] (ECHOCTL): Likewise.
7869         [POSIX || POSIX2008] (ECHOKE): Likewise.
7870         [POSIX || POSIX2008] (ECHOPRT): Likewise.
7871         [POSIX || POSIX2008] (EXTA): Likewise.
7872         [POSIX || POSIX2008] (EXTB): Likewise.
7873         [POSIX || POSIX2008] (FLUSHO): Likewise.
7874         [POSIX || POSIX2008] (LOBLK): Likewise.
7875         [POSIX || POSIX2008] (PENDIN): Likewise.
7876         [POSIX || POSIX2008] (SWTCH): Likewise.
7877         [POSIX || POSIX2008] (VDISCARD): Likewise.
7878         [POSIX || POSIX2008] (VDSUSP): Likewise.
7879         [POSIX || POSIX2008] (VLNEXT): Likewise.
7880         [POSIX || POSIX2008] (VREPRINT): Likewise.
7881         [POSIX || POSIX2008] (VSTATUS): Likewise.
7882         [POSIX || POSIX2008] (VWERASE): Likewise.
7883         (B*): Change to B[0123456789]*.
7884         * conform/data/time.h-data [POSIX || UNIX98]
7885         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
7886         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
7887         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
7888         [POSIX] (tm_*): Do not allow.
7890 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
7892         * Makefile (install): Don't set LANGUAGE.
7893         * Makefile.in (install): Likewise.
7894         * assert/Makefile (test-assert-ENV): Remove variable.
7895         (test-assert-perr-ENV): Likewise.
7896         * elf/Makefile (neededtest4-ENV): Likewise.
7897         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7898         [$(cross-compiling) = no]: Don't set LANGUAGE.
7899         * io/ftwtest-sh (LANG): Remove variable.
7900         * libio/Makefile (tst-widetext-ENV): Likewise.
7901         * manual/install.texi (Running make install): Don't refer to
7902         environment settings for make install.
7903         * INSTALL: Regenerated.
7904         * nptl/tst-tls6.sh: Don't set LANG.
7905         * posix/globtest.sh (LANG): Remove variable.
7906         * string/Makefile (tester-ENV): Likewise.
7907         (inl-tester-ENV): Likewise.
7908         (noinl-tester-ENV): Likewise.
7909         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7910         [$(cross-compiling) = no]: Don't set LANGUAGE.
7911         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
7912         without explicit environment settings.
7914 2014-06-06  Roland McGrath  <roland@hack.frob.com>
7916         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
7917         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
7918         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
7919         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
7921 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
7923         * crypt/crypt-private.h [DOS]: Add some includes taken from the
7924         other files in the crypt directory.
7925         * crypt/crypt.c: Remove duplicate includes.
7926         * crypt/crypt-entry.c: Likewise.
7927         * crypt/crypt_util.c: Likewise.
7929 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
7931         * Makeconfig (run-program-env): New variable.
7932         (run-program-prefix-before-env): Likewise.
7933         (run-program-prefix-after-env): Likewise.
7934         (run-program-prefix): Define in terms of new variables.
7935         (built-program-cmd-before-env): New variable.
7936         (built-program-cmd-after-env): Likewise.
7937         (built-program-cmd): Define in terms of new variables.
7938         (test-program-prefix-before-env): New variable.
7939         (test-program-prefix-after-env): Likewise.
7940         (test-program-prefix): Define in terms of new variables.
7941         (test-program-cmd-before-env): New variable.
7942         (test-program-cmd-after-env): Likewise.
7943         (test-program-cmd): Define in terms of new variables.
7944         * Rules (make-test-out): Use $(run-program-env).
7945         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
7946         (help): Do not mention environment variables.  Mention
7947         --timeoutfactor option.
7948         (timeoutfactor): New variable.
7949         (blacklist_exports): Remove function.
7950         (exports): Remove variable.
7951         (command): Do not include ${exports}.
7952         * manual/install.texi (Configuring and compiling): Do not mention
7953         test wrappers preserving environment variables.  Mention that last
7954         assignment to a variable must take precedence.
7955         * INSTALL: Regenerated.
7956         * benchtests/Makefile (run-bench): Use $(run-program-env).
7957         * catgets/Makefile ($(objpfx)test1.cat): Use
7958         $(built-program-cmd-before-env), $(run-program-env) and
7959         $(built-program-cmd-after-env).
7960         ($(objpfx)test2.cat): Do not specify environment variables
7961         explicitly.
7962         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
7963         $(run-program-env) and $(built-program-cmd-after-env).
7964         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
7965         $(run-program-env) and $(test-program-cmd-after-env).
7966         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
7967         explicitly.
7968         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
7969         run_program_env and test_program_cmd_after_env arguments.
7970         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
7971         * elf/tst-pathopt.sh: Use run_program_env argument.
7972         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
7973         $(test-wrapper-env) and $(run-program-env).
7974         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
7975         run_program_env arguments.
7976         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
7977         * intl/Makefile ($(objpfx)tst-gettext.out): Use
7978         $(test-program-prefix-before-env), $(run-program-env) and
7979         $(test-program-prefix-after-env).
7980         ($(objpfx)tst-gettext2.out): Likewise.
7981         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
7982         run_program_env and test_program_prefix_after_env arguments.
7983         * intl/tst-gettext2.sh: Likewise.
7984         * intl/tst-gettext4.sh: Do not set environment variables
7985         explicitly.
7986         * intl/tst-gettext6.sh: Likewise.
7987         * intl/tst-translit.sh: Likewise.
7988         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
7989         $(test-program-prefix-before-env), $(run-program-env) and
7990         $(test-program-prefix-after-env).
7991         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
7992         run_program_env and test_program_prefix_after_env arguments.
7993         * math/Makefile (run-regen-ulps): Use $(run-program-env).
7994         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
7995         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
7996         explicitly with each use of ${test_wrapper_env}.
7997         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
7998         $(test-program-prefix-before-env), $(run-program-env) and
7999         $(test-program-prefix-after-env).
8000         * posix/tst-getconf.sh: Do not set environment variables
8001         explicitly.
8002         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8003         run_program_env and test_program_prefix_after_env arguments.
8004         * stdio-common/tst-printf.sh: Do not set environment variables
8005         explicitly.
8006         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8007         $(test-program-prefix-before-env), $(run-program-env) and
8008         $(test-program-prefix-after-env).
8009         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8010         run_program_env and test_program_prefix_after_env arguments.
8011         Split $test calls into $test_pre and $test.
8012         * timezone/Makefile (build-testdata): Use
8013         $(built-program-cmd-before-env), $(run-program-env) and
8014         $(built-program-cmd-after-env).
8016 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8018         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8019         strlen for non SHARED builds.
8021 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8023         * nptl/allocatestack.c (check_list): Inlined function...
8024         (__reclaim_stacks): ... here.
8026 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8028         [BZ #15698]
8029         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8030         memory overrun.
8032 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8034         * Rules (make-test-out): Include
8035         LOCPATH=$(common-objpfx)localedata in default environment.
8036         * debug/Makefile (tst-chk1-ENV): Remove variable.
8037         (tst-chk2-ENV): Likewise.
8038         (tst-chk3-ENV): Likewise.
8039         (tst-chk4-ENV): Likewise.
8040         (tst-chk5-ENV): Likewise.
8041         (tst-chk6-ENV): Likewise.
8042         (tst-lfschk1-ENV): Likewise.
8043         (tst-lfschk2-ENV): Likewise.
8044         (tst-lfschk3-ENV): Likewise.
8045         (tst-lfschk4-ENV): Likewise.
8046         (tst-lfschk5-ENV): Likewise.
8047         (tst-lfschk6-ENV): Likewise.
8048         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8049         (tst-iconv7-ENV): Likewise.
8050         * intl/Makefile (LOCPATH-ENV): Likewise.
8051         (tst-codeset-ENV): Likewise.
8052         (tst-gettext3-ENV): Likewise.
8053         (tst-gettext5-ENV): Likewise.
8054         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8055         (tst-fopenloc-ENV): Likewise.
8056         (tst-fgetws-ENV): Remove variable.
8057         (tst-ungetwc1-ENV): Likewise.
8058         (tst-ungetwc2-ENV): Likewise.
8059         (bug-ungetwc2-ENV): Likewise.
8060         (tst-swscanf-ENV): Likewise.
8061         (bug-ftell-ENV): Likewise.
8062         (tst-fgetwc-ENV): Likewise.
8063         (tst-fseek-ENV): Likewise.
8064         (tst-ftell-partial-wide-ENV): Likewise.
8065         (tst-ftell-active-handler-ENV): Likewise.
8066         (tst-ftell-append-ENV): Likewise.
8067         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8068         (tst-regexloc-ENV): Likewise.
8069         (bug-regex1-ENV): Likewise.
8070         (tst-regex-ENV): Likewise.
8071         (tst-regex2-ENV): Likewise.
8072         (bug-regex5-ENV): Likewise.
8073         (bug-regex6-ENV): Likewise.
8074         (bug-regex17-ENV): Likewise.
8075         (bug-regex18-ENV): Likewise.
8076         (bug-regex19-ENV): Likewise.
8077         (bug-regex20-ENV): Likewise.
8078         (bug-regex22-ENV): Likewise.
8079         (bug-regex23-ENV): Likewise.
8080         (bug-regex25-ENV): Likewise.
8081         (bug-regex26-ENV): Likewise.
8082         (bug-regex30-ENV): Likewise.
8083         (bug-regex32-ENV): Likewise.
8084         (bug-regex33-ENV): Likewise.
8085         (bug-regex34-ENV): Likewise.
8086         (bug-regex35-ENV): Likewise.
8087         (tst-rxspencer-ENV): Likewise.
8088         (tst-rxspencer-no-utf8-ENV): Likewise.
8089         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8090         (tst-sscanf-ENV): Likewise.
8091         (tst-swprintf-ENV): Likewise.
8092         (tst-swscanf-ENV): Likewise.
8093         (test-vfprintf-ENV): Likewise.
8094         (scanf13-ENV): Likewise.
8095         (bug14-ENV): Likewise.
8096         (tst-grouping-ENV): Likewise.
8097         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8098         (tst-strtod3-ENV): Likewise.
8099         (tst-strtod4-ENV): Likewise.
8100         (tst-strtod5-ENV): Likewise.
8101         (testmb2-ENV): Likewise./
8102         * string/Makefile (tst-strxfrm-ENV): Likewise.
8103         (tst-strxfrm2-ENV): Likewise.
8104         (bug-strcoll1-ENV): Likewise.
8105         (test-strcasecmp-ENV): Likewise.
8106         (test-strncasecmp-ENV): Likewise.
8107         * time/Makefile (tst-strptime-ENV): Likewise.
8108         (tst-ftime_l-ENV): Likewise.
8109         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8110         (tst-mbrtowc-ENV): Likewise.
8111         (tst-wcrtomb-ENV): Likewise.
8112         (tst-mbrtowc2-ENV): Likewise.
8113         (tst-c16c32-1-ENV): Likewise.
8114         (tst-mbsnrtowcs-ENV): Likewise.
8116 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8118         * manual/resource.texi (How to get information about the memory
8119         subsystem?): Fix typo.
8120         Reported by Peon de la Parra Ivan <peon@keba.com>
8122 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8124         [BZ #16882]
8125         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8126         (pthread_spin_lock): Branch out of spin loop to proper location.
8127         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8128         (pthread_spin_lock): Likewise.
8130         * nptl/tst-spin4.c: New test.
8131         * nptl/Makefile (tests): Add tst-spin4.
8133 2014-06-03  Andreas Schwab  <schwab@suse.de>
8135         [BZ #15946]
8136         * resolv/res_send.c (send_dg): Reload file descriptor after
8137         calling reopen.
8139 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8141         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8143 2014-06-03  Richard Henderson  <rth@redhat.com>
8145         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8146         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8147         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8148         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8149         in the SAVE_PID block.
8150         (__libc_vfork): New alias.
8151         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8153         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8154         child in registers, not on the stack.  Remove RESET_PID conditionals.
8155         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8157 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8159         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8161 2014-06-03  Wilco  <wdijkstr@arm.com>
8163         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8164         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8165         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8166         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8167         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8168         Likewise.
8170 2014-06-03  Wilco  <wdijkstr@arm.com>
8172         * sysdeps/aarch64/fpu/math_private.h
8173         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8174         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8175         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8176         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8177         Fix declarations.
8179 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8181         * crypt/crypt-private.h: Include ufc-crypt.h.
8182         (__b64_from_24bit): Declare extern.
8183         * crypt/crypt_util.c(__b64_from_24bit): New function.
8184         (b64t): New static const variable.
8185         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8186         (b64t): Remove variable.
8187         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8188         * crypt/sha256-crypt.c: Include crypt-private.h.
8189         (b64t): Remove variable.
8190         (__sha256_crypt_r): Remove b64_from_24bit and replace
8191         with __b64_from_24bit.
8192         * crypt/sha512-crypt.c: Likewise.
8194 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8196         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8197         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8198         Label the code __libc_vfork rather than __vfork.
8199         [!NOT_IN_libc] (vfork): Define as weak alias.
8200         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8201         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8202         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8204 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8206         * malloc/malloc.c (malloc_info): Fix format specifier for
8207         n_mmaps.
8209 2014-06-02  Wilco  <wdijkstr@arm.com>
8211         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8212         FPCR write.
8214 2014-06-02  Wilco  <wdijkstr@arm.com>
8216         [BZ #17009]
8217         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8218         Rewrite to reduce FPCR/FPSR accesses.
8220 2014-06-01  David S. Miller  <davem@davemloft.net>
8222         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8224 2014-05-31  David S. Miller  <davem@davemloft.net>
8226         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8227         to occur in round to nearest mode when |x| >= 2.0
8229 2014-05-30  Richard Henderson  <rth@twiddle.net>
8231         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8232         (PSEUDO_RET_NOERRNO): Remove.
8233         (ret): Don't redefine.
8234         (ret_NOERRNO): Define in terms of ret.
8235         (ret_ERRVAL): Likewise.
8237         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8238         use of PSEUDO_RET; perform the error check directly.
8240 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8242         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8243         with __int128_t.
8245 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8247         * malloc/malloc (malloc_info): Fix formatting.
8249 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8250             Roland McGrath  <roland@hack.frob.com>
8252         * malloc/malloc (malloc_info): Also print mmapped statistics.
8254 2014-05-30  Roland McGrath  <roland@hack.frob.com>
8256         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8257         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8259 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
8261         * malloc/malloc.c (malloc_info): Inline mi_arena.
8263 2014-05-29  Richard Henderson  <rth@twiddle.net>
8265         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8266         Remove comma before expanding ASM_ARGS_##nr.
8267         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8268         Make _x0 a strict output; make _x8 a strict input; adjust expansion
8269         of ASM_ARGS_##nr.
8270         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8271         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8272         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8273         (ASM_ARGS_1): Add leading comma.
8275         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8276         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8277         to __errno_location.
8278         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8279         Remove the expected plt for __errno_location.
8281         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8282         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
8283         call to __read_tp.
8285         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8286         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
8287         it and break it down.
8288         (DOCARGS_0, DOCARGS_1): Do nothing.
8289         (DOCARGS_2): Update to store into the new stack frame.
8290         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8291         (UNDOCARGS_1): Update to restore from the new stack frame.
8292         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8293         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8295         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8296         (SINGLE_THREAD_P): New parameter for result regno.
8297         (PSEUDO): Update to match; use cbz instead of beq.
8299         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8300         Use ENTRY to define the _nocancel entry point.  Share the syscall
8301         and syscall error check paths with the cancel path.
8302         (PSEUDO_END): New.
8304         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8305         whitespace; tabs before and after asm mnemonics.
8307 2014-05-29  Eric Wong  <normalperson@yhbt.net>
8309         [BZ #15132]
8310         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8311         Call fstat64 or stat64 internally, depending on arguments passed.
8312         Replace stat buffer argument with file descriptor argument.
8313         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8314         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8315         Pass fd to __internal_statvfs instead of calling fstat64.
8316         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8317         Pass fd to __internal_statvfs64 instead of calling fstat64.
8318         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8319         Pass -1 to __internal_statvfs instead of calling stat64.
8320         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8321         Pass -1 to __internal_statvfs64 instead of calling stat64.
8323 2014-05-28  Roland McGrath  <roland@hack.frob.com>
8325         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8326         that was previously under [RESET_PID].
8327         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8329         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8330         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8332 2014-05-27  Roland McGrath  <roland@hack.frob.com>
8334         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8336         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8337         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8339 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
8341         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8343 2014-05-27  Andreas Schwab  <schwab@suse.de>
8345         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8346         TLS_INIT_TP macro.
8347         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8348         * elf/rtld.c (init_tls, dl_main): Likewise.
8349         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8350         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8351         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8352         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8353         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8354         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8355         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8356         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8357         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8358         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8359         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8360         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8361         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8362         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8363         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8364         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8365         * sysdeps/generic/tls.h: Update description.
8367 2014-05-27  Will Newton  <will.newton@linaro.org>
8369         [BZ #16990]
8370         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8371         and restore r2 rather than just restoring.
8373 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8375         [BZ #16724]
8376         * libio/tst-ftell-append.c: New test case.
8377         * libio/Makefile (tests): Add test case.
8378         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8379         append mode.
8380         * libio/wfileops.c (do_ftell_wide): Likewise.
8382 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8384         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8386         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8387         ...
8388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8390         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8391         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8392         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8393         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8394         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8395         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8396         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8397         Moved ...
8398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
8399         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
8400         Moved ...
8401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
8402         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
8403         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
8404         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
8405         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
8406         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
8407         ...
8408         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
8409         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
8410         Moved ...
8411         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
8412         here.
8413         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
8414         ...
8415         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
8416         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
8417         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
8419         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
8420         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
8421         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
8422         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
8424         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
8425         merge into ...
8426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
8427         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
8428         ...
8429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
8430         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
8431         ...
8432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
8433         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
8434         Moved ...
8435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
8436         here.
8437         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
8438         Moved ...
8439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
8440         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
8441         Moved ...
8442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
8444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
8445         conditional [RESET_PID].
8446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
8447         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
8448         removed.
8449         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
8450         removed.
8452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
8453         <tcb-offsets.h>.
8454         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8455         (__libc_vfork): New strong alias.
8456         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
8457         removed.
8458         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
8459         Removed.
8461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
8462         <tcb-offsets.h>.
8463         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
8464         (__libc_vfork): New strong alias.
8465         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
8466         removed.
8467         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
8468         removed.
8470 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
8472         * malloc/malloc.c (mi_arena): New function.
8473         (malloc_info): Remove nested function mi_arena. Call non-nosted
8474         function mi_arena.
8476 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8478         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
8479         by insrwi.
8480         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
8481         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
8482         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
8483         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
8484         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
8485         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
8486         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
8488 2014-05-26  Andreas Schwab  <schwab@suse.de>
8490         [BZ #16984]
8491         * locale/programs/repertoire.c (repertoire_read): Add slash
8492         between I18NPATH element and file name.
8493         * locale/programs/locfile.c (locfile_read): Likewise.
8495 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8497         * nptl/pthread_mutexattr_settype.c
8498         (__pthread_mutexattr_settype):
8499         Disable lock elision for PTHREAD_MUTEX_NORMAL.
8501 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8503         * nptl/tst-mutex5 (do_test):
8504         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
8506 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8508         * benchtests/README: Document 'init' directive.
8509         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
8510         BENCH_INIT.
8511         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
8512         (parse_file): Recognize 'init' directive.
8514 2014-05-26  Kyle McMartin  <kyle@redhat.com>
8516         [BZ #16796]
8517         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
8518         alignment of struct pthread.
8520 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8522         [BZ #16878]
8523         * nscd/netgroupcache.c (addgetnetgrentX): Look for
8524         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8525         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
8526         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8528 2014-05-25  Richard Henderson  <rth@twiddle.net>
8530         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8531         (SINGLE_THREAD_P_PIC): Remove.
8532         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
8533         (SINGLE_THREAD_P_PIC): Remove.
8535         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
8536         branch to syscall error ...
8537         (PSEUDO): ... here.
8538         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
8539         from __local_syscall_error to .Lsyscall_error.
8540         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
8541         (SYSCALL_ERROR): Update label name.
8543         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8544         Do not use DOARGS/UNDOARGS.
8545         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
8546         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
8547         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
8548         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
8549         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
8551         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
8552         block comment.
8554         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
8555         define if !NOT_IN_libc.
8556         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
8557         define with non-default symbol versions.
8559 2014-05-23  Richard Henderson  <rth@twiddle.net>
8561         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
8562         (vfork, __vfork): Define via compat_symbol.
8564         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
8565         [!HAVE_IFUNC] (vfork_compat): Remove.
8566         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
8568 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
8570         [BZ #16978]
8571         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
8572         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
8573         variable.
8575 2014-05-23  Richard Henderson  <rth@twiddle.net>
8577         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
8578         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
8579         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
8580         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
8582         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
8583         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
8584         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
8585         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
8586         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
8587         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
8588         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
8589         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
8590         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
8591         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
8592         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
8593         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
8594         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
8595         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
8596         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
8597         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
8598         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
8599         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
8600         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
8601         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
8602         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
8603         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
8604         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
8605         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
8606         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
8607         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
8608         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
8609         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
8610         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
8611         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
8612         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
8613         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
8614         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
8615         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
8616         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
8617         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
8618         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
8619         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
8620         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
8621         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
8622         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
8623         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
8624         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
8625         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
8626         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
8627         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
8628         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
8629         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
8630         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
8631         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
8632         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
8633         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
8634         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
8635         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
8636         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
8637         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
8639         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
8640         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
8641         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
8642         before exiting on error.
8643         (__libc_vfork): New strong alias.
8644         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
8645         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
8647         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
8648         that was previously under [RESET_PID].
8649         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
8651         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
8653 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
8655         [BZ #16977]
8656         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
8657         value when x - 1 is zero.
8658         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
8659         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
8660         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
8661         0.0L for an argument of 1.0L.
8662         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
8663         Likewise.
8664         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
8665         value when x - 1 is zero.
8666         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
8667         * sysdeps/i386/fpu/libm-test-ulps: Update.
8668         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8670 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8672         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
8673         alphasort and versionsort.
8675 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8677         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
8678         macro.
8679         [copysignf]: Likewise.
8681 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
8683         * crypt/md5-crypt.c: Fix formatting.
8685 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8687         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
8688         (b64_from_24bit): New function.
8690 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8692         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
8693         libc_hidden_builtin_def to ifunc.
8694         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
8695         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
8697 2014-05-21  Roland McGrath  <roland@hack.frob.com>
8699         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
8700         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
8702 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
8704         * nscd/Depend (linuxthreads): Remove.
8705         (nptl): Add.
8706         * resolv/Depend (linuxthreads): Remove.
8707         * rt/Depend (linuxthreads): Remove.
8709         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
8710         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
8711         $(common-objpfx)elf/.
8712         (link-libc-before-gnulib): Likewise.
8713         (elfobjdir): Remove variable.
8714         * Makefile (install): Use $(elf-objpfx) instead of
8715         $(common-objpfx)elf/.
8716         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
8717         $(elfobjdir)/.
8718         (link-libc-deps): Likewise.
8719         ($(common-objpfx)libc.so): Likewise.
8720         ($(common-objpfx)linkobj/libc.so): Likewise.
8721         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
8722         instead of $(common-objpfx)elf/.
8723         (symbolic-link-list): Likewise.
8724         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8725         [$(cross-compiling) = no]: Likewise.
8726         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
8727         $(elfobjdir)/.
8728         (static-gnulib-arch): Likewise.
8729         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8730         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
8731         $(common-objpfx)elf/.
8733 2014-05-21  Richard Henderson  <rth@redhat.com>
8735         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8736         (SINGLE_THREAD_P): Use the correct width load.  Fold
8737         into the ldr offset.
8739         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
8740         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
8742 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
8744         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
8745         (libgcc_s_resume): Use __attribute_used__.
8746         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
8747         Likewise.
8749 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8751         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
8752         optimization when used with float constants.
8754         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8756 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
8758         [BZ #16915]
8759         * locale/nl_langinfo_l.c: Make direct reference to every
8760         _nl_current_CATEGORY symbol.
8761         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
8762         (tests-static): Add tst-langinfo-static.
8763         (tests-special): Add tst-langinfo-static.out.
8764         ($(objpfx)tst-langinfo.out): Redirect output.
8765         ($(objpfx)tst-langinfo-static.out): New.
8766         * localedata/tst-langinfo.sh: Send output to stdout.
8767         * localedata/tst-langinfo-static.c: New file.
8769         [BZ #16965]
8770         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
8771         when the shift amount is modulo the limb size.
8773 2014-05-20  Richard Henderson  <rth@redhat.com>
8775         [BZ #16967]
8776         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
8777         Change type of sa_flags from unsigned int to int.
8779         [BZ #16966]
8780         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
8782         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
8784 2014-05-20  Will Newton  <will.newton@linaro.org>
8786         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8787         Test the return value of the system call in the nocancel case.
8789 2014-05-20  Will Newton  <will.newton@linaro.org>
8790             Yvan Roux  <yvan.roux@linaro.org>
8792         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
8793         #include of asm/ptrace.h.
8794         (PTRACE_GET_THREAD_AREA): Remove #undef.
8795         (PTRACE_GETHBPREGS): Likewise.
8796         (PTRACE_SETHBPREGS): Likewise.
8797         (struct user_regs_struct): New structure.
8798         (struct user_fpsimd_struct): New structure.
8799         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
8800         #include of asm/ptrace.h and second #include of sys/user.h.
8801         (PTRACE_GET_THREAD_AREA): Remove #undef.
8802         (PTRACE_GETHBPREGS): Likewise.
8803         (PTRACE_SETHBPREGS): Likewise.
8804         (ELF_NGREG): Use new struct user_regs_struct.
8805         (elf_fpregset_t): Use new struct user_fpsimd_struct.
8807 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8809         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
8810         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
8812 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
8814         [BZ #16958]
8815         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
8816         membar to avoid block loads/stores to overlap previous stores.
8818 2014-05-17  Richard Henderson  <rth@redhat.com>
8820         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
8821         Create the __##syscall_name##_nocancel entry point.
8822         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
8823         Remove; let the sysdep-cancel.h code create it.
8825 2014-05-17  David S. Miller  <davem@davemloft.net>
8827         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
8828         Protect with __USE_GNU.
8829         (TIOCSET_TEMPT): Likewise.
8830         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8831         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
8832         these are already provided in bits/ioctl-types.h
8834 2014-05-16  Roland McGrath  <roland@hack.frob.com>
8836         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
8837         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
8839         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
8840         Use wait4 regardless of [__NR_waitpid].
8842 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
8844         PR libgcc/60166
8845         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
8846         (_FP_NANSIGN_Q): Set the quiet bit.
8848 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
8850         * benchtests/Makefile
8851         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
8852         not $(common-objpfx)math/libm.so.
8853         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
8854         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
8855         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
8856         $(common-objpfx)dlfcn/libdl.so.
8857         ($(objpfx)tst-audit8): Depend on $(libm), not
8858         $(common-objpfx)math/libm.so.
8859         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
8860         not $(common-objpfx)dlfcn/libdl.so.
8861         * math/Makefile
8862         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
8863         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
8864         [$(build-shared) = yes].
8865         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
8866         $(common-objpfx)nptl/libpthread.so.
8867         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
8868         $(common-objpfx)math/libm.so$(libm.so-version) or
8869         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
8870         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
8871         $(common-objpfx)dlfcn/libdl.so.
8872         * setjmp/Makefile (link-libm): Remove variable.
8873         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
8874         * stdio-common/Makefile (link-libm): Remove variable.
8875         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
8876         * stdlib/Makefile (link-libm): Remove variable.
8877         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
8878         ($(objpfx)tst-strtod-round): Likewise.
8879         ($(objpfx)tst-tininess): Likewise.
8880         ($(objpfx)tst-strtod-underflow): Likewise.
8881         ($(objpfx)tst-strtod6): Likewise.
8882         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
8883         $(libdl), not $(common-objpfx)nptl/libpthread.so and
8884         $(common-objpfx)dlfcn/libdl.so.
8886 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8888         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
8889         BSD terminal modes definitions.
8891 2014-05-16  Roland McGrath  <roland@hack.frob.com>
8893         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
8894         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
8896         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
8897         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
8898         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
8899         Don't do #include_next.
8900         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
8901         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
8902         Don't do #include_next.
8903         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
8904         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
8905         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
8906         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
8908 2014-05-16  Allan McRae  <allan@archlinux.org>
8910         * po/sv.po: Update Swedish translation from translation project.
8912         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
8913         in sed expression.
8915 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
8917         [BZ #16917]
8918         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
8919         errno if the TIOCGPTN ioctl fails with an error different than
8920         EINVAL.
8921         * login/tst-ptsname.c: New file.
8922         * login/Makefile (tests): Add tst-ptsname.
8924         [BZ #16943]
8925         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
8926         and prlimit64.
8928 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8930         [BZ #16849]
8931         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
8932         herrno to return EAI_AGAIN.
8934 2014-05-14  Roland McGrath  <roland@hack.frob.com>
8936         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
8937         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
8938         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
8939         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
8940         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
8941         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
8942         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
8943         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
8944         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
8945         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
8946         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
8947         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
8948         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
8949         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
8950         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
8951         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
8952         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
8953         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
8954         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
8955         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
8956         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
8957         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
8958         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
8959         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
8960         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
8961         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
8962         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
8963         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
8964         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
8965         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
8966         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
8967         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
8968         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
8969         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
8970         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
8971         Moved ...
8972         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
8973         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
8974         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
8975         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
8976         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
8977         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
8978         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
8979         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
8980         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
8981         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
8982         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
8983         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
8984         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
8985         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
8986         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
8987         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
8988         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
8989         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
8990         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
8991         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
8992         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
8993         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
8994         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
8995         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
8996         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
8997         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
8998         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
8999         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9000         Moved ...
9001         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9002         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9003         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9004         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9005         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9006         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9007         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9008         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9009         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9010         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9011         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9012         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9013         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9014         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9015         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9016         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9017         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9018         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9019         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9020         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9021         Moved ...
9022         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9023         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9024         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9026         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9027         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9028         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9029         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9030         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9031         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9032         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9033         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9034         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9035         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9036         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9037         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9038         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9039         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9040         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9041         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9042         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9043         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9044         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9045         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9046         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9047         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9048         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9049         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9050         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9051         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9052         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9053         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9054         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9055         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9056         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9058         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9059         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9061         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9062         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9063         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9064         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9065         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9066         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9067         Moved ...
9068         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9069         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9070         Moved ...
9071         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9072         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9073         Moved ...
9074         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9075         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9076         Moved ...
9077         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9078         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9079         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9080         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9081         Moved ...
9082         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9083         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9084         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9085         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9086         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9087         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9088         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9089         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9090         Moved ...
9091         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9092         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9093         Moved ...
9094         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9095         ... here.
9096         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9097         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9098         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9099         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9100         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9101         Moved ...
9102         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9103         ... here.
9104         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9105         Moved ...
9106         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9107         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9108         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9109         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9110         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9111         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9112         Moved ...
9113         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9114         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9115         Moved ...
9116         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9117         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9118         Moved ...
9119         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9120         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9121         Moved ...
9122         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9123         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9124         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9125         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9126         Moved ...
9127         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9128         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9129         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9130         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9131         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9132         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9133         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9134         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9135         Moved ...
9136         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9137         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9138         Moved ...
9139         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9140         ... here.
9141         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9142         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9143         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9144         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9145         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9146         Moved ...
9147         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9148         ... here.
9149         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9150         Moved ...
9151         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9152         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9153         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9154         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9155         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9156         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9157         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9158         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9159         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9160         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9161         Moved ...
9162         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9163         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9164         Moved ...
9165         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9166         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9167         Moved ...
9168         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9169         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9170         Moved ...
9171         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9172         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9173         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9174         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9175         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9176         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9177         Moved ...
9178         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9179         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9180         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9181         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9182         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9183         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9184         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9185         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9186         Moved ...
9187         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9188         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9189         Moved ...
9190         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9191         ... here.
9192         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9193         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9194         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9195         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9196         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9197         Moved ...
9198         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9199         ... here.
9200         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9201         Moved ...
9202         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9203         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9204         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9205         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9206         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9207         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9208         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9209         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9210         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9211         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9212         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9214         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9215         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9217         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9218         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9220         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9221         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9222         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9223         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9224         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9225         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9226         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9227         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9228         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9229         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9230         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9231         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9232         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9233         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9234         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9235         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9236         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9237         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9238         Moved ...
9239         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9240         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9241         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9242         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9243         Moved ...
9244         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9245         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9246         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9247         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9248         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9249         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9250         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9251         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9252         Moved ...
9253         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9254         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9255         Moved ...
9256         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9257         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9258         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9259         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9260         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9261         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9262         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9263         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9264         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9265         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9266         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9267         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9268         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9269         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9270         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9271         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9272         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9274         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9275         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9276         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9277         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9278         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9280         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9281         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9282         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9283         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9284         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9285         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9286         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9287         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9288         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9289         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9291         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9292         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9294         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9295         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
9296         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9297         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9298         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9299         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9300         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9301         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9302         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9303         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9304         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9305         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9306         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9307         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9308         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9309         Update #include.
9310         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9311         Likewise.
9312         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9313         Likewise.
9314         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9315         Likewise.
9316         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9317         Likewise.
9318         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9319         Likewise.
9320         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9321         Likewise.
9322         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9323         Likewise.
9324         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9325         Likewise.
9326         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9327         Likewise.
9328         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9329         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9330         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9331         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9332         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
9333         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9334         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9335         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9336         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9337         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9338         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9339         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9340         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9341         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
9342         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
9344         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9345         that was previously under [RESET_PID].
9346         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9347         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9348         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9350         * sysdeps/i386/nptl/Implies: New file.
9351         * sysdeps/x86_64/nptl/Implies: New file.
9352         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9353         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9354         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9355         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9357         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9358         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9359         (__libc_vfork): New strong alias.
9360         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9361         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9363         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9364         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9365         (__libc_vfork): New strong alias.
9366         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9367         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9369         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9370         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9371         (__libc_vfork): New strong alias.
9372         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9373         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9374         * nptl/pt-vfork.c: New file.
9375         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9376         (libpthread: GLIBC_2.20): New version set (empty).
9378 2014-05-14  Will Newton  <will.newton@linaro.org>
9380         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9381         rather than #if.
9383 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9385         [BZ #16564]
9386         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9387         arguments with exponent 65 or above.
9388         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9389         arguments 0x1p113L or above.
9390         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9391         to arguments 0x1p107L or above.
9392         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9393         positive arguments with exponent 65 or above.
9394         * math/auto-libm-test-in: Add more tests of log1p.
9395         * math/auto-libm-test-out: Regenerated.
9397         [BZ #16928]
9398         * math/s_cacos.c (__cacos): Ensure zero real part of result from
9399         non-finite arguments is +0.
9400         * math/s_cacosf.c (__cacosf): Likewise.
9401         * math/s_cacosl.c (__cacosl): Likewise.
9402         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
9403         * sysdeps/i386/fpu/libm-test-ulps: Update.
9404         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9406         [BZ #16927]
9407         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
9408         value.
9409         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
9410         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
9411         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
9412         for explicit high bit of mantissa when testing for argument equal
9413         to 1.
9414         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
9415         * sysdeps/i386/fpu/libm-test-ulps: Update.
9416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9418         [BZ #16516]
9419         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
9420         (__erf): Scale by 16 instead of 8 in potentially underflowing
9421         case.  Ensure exception if result actually underflows.
9422         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
9423         (__erff): Scale by 16 instead of 8 in potentially underflowing
9424         case.  Ensure exception if result actually underflows.
9425         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
9426         (efx8): Remove variable.
9427         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9428         case.  Ensure exception if result actually underflows.
9429         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
9430         (efx8): Remove variable.
9431         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9432         case.  Ensure exception if result actually underflows.
9433         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
9434         (efx8): Remove variable.
9435         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9436         case.  Ensure exception if result actually underflows.
9437         * math/auto-libm-test-in: Add more tests of erf.
9438         * math/auto-libm-test-out: Regenerated.
9440 2014-05-14  Andreas Schwab  <schwab@suse.de>
9442         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
9443         Remove code conditionalized on USE___THREAD.
9445         * config.h.in (HAVE_PT_CHOWN): Define as 0.
9446         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
9447         not definedness.
9449 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9451         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
9452         Define unconditionally.
9453         (__ASSUME_O_CLOEXEC): Likewise.
9454         (__ASSUME_SOCK_CLOEXEC): Likewise.
9455         (__ASSUME_IN_NONBLOCK): Likewise.
9456         (__ASSUME_PIPE2): Likewise.
9457         (__ASSUME_EVENTFD2): Likewise.
9458         (__ASSUME_SIGNALFD4): Likewise.
9459         (__ASSUME_DUP3): Likewise.
9460         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9461         (__ASSUME_DUP3): Do not define.
9462         (__ASSUME_EVENTFD2): Likewise.
9463         (__ASSUME_IN_NONBLOCK): Likewise.
9464         (__ASSUME_O_CLOEXEC): Likewise.
9465         (__ASSUME_PIPE2): Likewise.
9466         (__ASSUME_SIGNALFD4): Likewise.
9467         (__ASSUME_SOCK_CLOEXEC): Likewise.
9468         (__ASSUME_UTIMES): Undefine.
9469         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9470         (__ASSUME_UTIMES): Do not define.
9471         (__ASSUME_O_CLOEXEC): Likewise.
9472         (__ASSUME_SOCK_CLOEXEC): Likewise.
9473         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
9474         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
9475         0x020621].
9476         (__ASSUME_PIPE2): Likewise.
9477         (__ASSUME_EVENTFD2): Likewise.
9478         (__ASSUME_SIGNALFD4): Likewise.
9479         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
9480         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
9481         Do not define.
9482         (__ASSUME_EVENTFD2): Likewise.
9483         (__ASSUME_SIGNALFD4): Likewise.
9484         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
9485         (__ASSUME_32BITUIDS): Likewise.
9486         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
9487         (__ASSUME_IPC64): Likewise.
9488         (__ASSUME_ST_INO_64_BIT): Likewise.
9489         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
9490         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
9491         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9492         (__ASSUME_UTIMES): Do not define.
9493         (__ASSUME_PSELECT): Likewise.
9494         (__ASSUME_PPOLL): Likewise.
9495         (__ASSUME_O_CLOEXEC): Likewise.
9496         (__ASSUME_SOCK_CLOEXEC): Likewise.
9497         (__ASSUME_IN_NONBLOCK): Likewise.
9498         (__ASSUME_PIPE2): Likewise.
9499         (__ASSUME_EVENTFD2): Likewise.
9500         (__ASSUME_SIGNALFD4): Likewise.
9501         (__ASSUME_DUP3): Likewise.
9502         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9503         (__ASSUME_UTIMES): Likewise.
9504         (__ASSUME_O_CLOEXEC): Likewise.
9505         (__ASSUME_SOCK_CLOEXEC): Likewise.
9506         (__ASSUME_IN_NONBLOCK): Likewise.
9507         (__ASSUME_PIPE2): Likewise.
9508         (__ASSUME_EVENTFD2): Likewise.
9509         (__ASSUME_SIGNALFD4): Likewise.
9510         (__ASSUME_DUP3): Likewise.
9511         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9512         (__ASSUME_UTIMES): Likewise.
9513         (__ASSUME_O_CLOEXEC): Likewise.
9514         (__ASSUME_SOCK_CLOEXEC): Likewise.
9515         (__ASSUME_IN_NONBLOCK): Likewise.
9516         (__ASSUME_PIPE2): Likewise.
9517         (__ASSUME_EVENTFD2): Likewise.
9518         (__ASSUME_SIGNALFD4): Likewise.
9519         (__ASSUME_DUP3): Likewise.
9520         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
9521         Likewise.
9522         (__ASSUME_UTIMES): Likewise.
9523         (__ASSUME_EVENTFD2): Likewise.
9524         (__ASSUME_SIGNALFD4): Likewise.
9525         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9526         (__ASSUME_O_CLOEXEC): Likewise.
9527         (__ASSUME_SOCK_CLOEXEC): Likewise.
9528         (__ASSUME_IN_NONBLOCK): Likewise.
9529         (__ASSUME_PIPE2): Likewise.
9530         (__ASSUME_EVENTFD2): Likewise.
9531         (__ASSUME_SIGNALFD4): Likewise.
9532         (__ASSUME_DUP3): Likewise.
9533         (__ASSUME_UTIMES): Undefine.
9535         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
9536         feclearexcept.  Remove symbol versioning code.
9537         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
9538         symbol versioning code.
9539         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
9540         symbol versioning code.
9541         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
9542         feupdateenv.  Remove symbol versioning code.
9543         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
9544         fegetexceptflag.  Remove symbol versioning code.
9545         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
9546         fesetexceptflag.  Remove symbol versioning code.
9547         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
9548         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
9549         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
9550         (__posix_fadvise64_l32): Remove prototype.
9551         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
9552         code.
9554 2014-05-13  Roland McGrath  <roland@hack.frob.com>
9556         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
9557         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
9558         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
9559         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
9561 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
9563         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
9564         current working directory
9566 2014-05-13  Roland McGrath  <roland@hack.frob.com>
9568         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
9569         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
9570         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
9571         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
9572         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
9573         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
9574         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
9575         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
9576         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
9577         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
9578         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
9579         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
9580         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
9581         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
9582         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
9583         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
9584         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
9585         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
9586         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
9587         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
9588         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
9589         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
9590         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
9591         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
9592         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
9593         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
9594         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
9595         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
9596         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
9597         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
9598         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
9599         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
9600         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
9601         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
9602         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
9603         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
9604         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
9605         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
9606         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
9607         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
9608         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
9609         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
9611         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
9612         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
9614         * sysdeps/unix/sysv/linux/arm/Makefile
9615         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
9616         Add rt-aeabi_unwind_cpp_pr1.
9617         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
9618         Add nptl-aeabi_unwind_cpp_pr1.
9619         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
9620         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
9621         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
9622         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9623         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
9624         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9626         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
9627         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
9628         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
9629         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
9631         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
9632         Deconditionalize the code that was previously under [RESET_PID].
9633         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
9635         * sysdeps/generic/exit-thread.h: New file.
9636         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
9637         * include/unistd.h (__exit_thread): Remove declaration.
9638         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
9639         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
9640         * csu/libc-start.c: Include <exit-thread.h>.
9641         (LIBC_START_MAIN): Pass no argument to __exit_thread.
9642         * nptl/pthread_create.c: Include <exit-thread.h>.
9643         (start_thread): Call __exit_thread in place of __exit_thread_inline.
9644         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
9645         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
9646         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
9647         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
9648         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
9649         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
9650         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
9651         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
9652         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
9653         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
9654         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
9655         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
9656         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
9657         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
9658         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
9659         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
9661 2014-05-13  Andreas Schwab  <schwab@suse.de>
9663         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
9665 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
9667         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9668         (__ASSUME_UTIMES): Do not condition on kernel version.
9669         (__ASSUME_PSELECT): Define unconditionally.
9670         (__ASSUME_PPOLL): Likewise.
9671         (__ASSUME_ATFCTS): Likewise.
9672         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
9673         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
9674         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
9675         (__ASSUME_UTIMENSAT): Define unconditionally.
9676         (__ASSUME_PRIVATE_FUTEX): Likewise.
9677         (__ASSUME_FALLOCATE): Likewise.
9678         (__ASSUME_O_CLOEXEC): Likewise.
9679         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
9680         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
9681         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
9682         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
9683         (__ASSUME_IN_NONBLOCK): Likewise.
9684         (__ASSUME_PIPE2): Likewise.
9685         (__ASSUME_EVENTFD2): Likewise.
9686         (__ASSUME_SIGNALFD4): Likewise.
9687         (__ASSUME_DUP3): Likewise.
9688         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9689         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
9690         (__ASSUME_AT_RANDOM): Likewise.
9691         (__ASSUME_PREADV): Likewise.
9692         (__ASSUME_PWRITEV): Likewise.
9693         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
9694         (__ASSUME_F_GETOWN_EX): Define unconditionally.
9695         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
9696         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
9697         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
9698         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9699         (__ASSUME_O_CLOEXEC): Define unconditionally.
9700         (__ASSUME_PSELECT): Do not undefine conditionally.
9701         (__ASSUME_PPOLL): Likewise.
9702         (__ASSUME_ATFCTS): Likewise.
9703         (__ASSUME_SET_ROBUST_LIST): Likewise.
9704         (__ASSUME_UTIMENSAT): Likewise.
9705         (__ASSUME_FDATASYNC): Define unconditionally.
9706         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9707         (__ASSUME_SIGFRAME_V2): Likewise.
9708         )__ASSUME_EVENTFD2): Likewise.
9709         (__ASSUME_SIGNALFD4): Likewise.
9710         (__ASSUME_PSELECT): Do not undefine conditionally.
9711         (__ASSUME_PPOLL): Likewise.
9712         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9713         (__ASSUME_PSELECT): Define unconditionally.
9714         (__ASSUME_PPOLL): Likewise.
9715         (__ASSUME_O_CLOEXEC): Likewise.
9716         (__ASSUME_SOCK_CLOEXEC): Likewise.
9717         (__ASSUME_IN_NONBLOCK): Likewise.
9718         (__ASSUME_PIPE2): Likewise.
9719         (__ASSUME_EVENTFD2): Likewise.
9720         (__ASSUME_SIGNALFD4): Likewise.
9721         (__ASSUME_DUP3): Likewise.
9722         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9723         (__ASSUME_O_CLOEXEC): Likewise.
9724         (__ASSUME_SOCK_CLOEXEC): Likewise.
9725         (__ASSUME_IN_NONBLOCK): Likewise.
9726         (__ASSUME_PIPE2): Likewise.
9727         (__ASSUME_EVENTFD2): Likewise.
9728         (__ASSUME_SIGNALFD4): Likewise.
9729         (__ASSUME_DUP3): Likewise.
9730         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9731         (__ASSUME_EVENTFD2): Likewise.
9732         (__ASSUME_SIGNALFD4): Likewise.
9733         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9735 2014-05-12  Andreas Schwab  <schwab@suse.de>
9737         [BZ #16932]
9738         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
9739         (_nss_nis_gethostbyname4_r): Return error if item length is larger
9740         than maximum RPC packet size.
9741         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
9742         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
9743         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
9744         (_nss_nis_getservbyport_r): Likewise.
9746 2014-05-12  Will Newton  <will.newton@linaro.org>
9748         * malloc/Makefile (tests): Add tst-mallopt.
9749         * malloc/tst-mallopt.c: New file.
9751 2014-05-09  Roland McGrath  <roland@hack.frob.com>
9753         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
9754         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
9756 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9758         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
9759         (tst-tlsmod6.so): Likewise.
9761 2014-05-09  Roland McGrath  <roland@hack.frob.com>
9763         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
9765 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
9767         [BZ #16064]
9768         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
9769         and <dl-procinfo.h>.
9770         (__fegetenv): Save SSE state in envp->__eip if supported.
9771         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
9772         envp->__eip if supported.
9773         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
9774         and <dl-procinfo.h>.
9775         (__fesetenv): Always set __eip, __cs_selector, __opcode,
9776         __data_offset and __data_selector in environment to 0.  Set SSE
9777         state if supported.
9778         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
9779         test-fenv-sse.
9780         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
9781         -mfpmath=sse.
9782         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
9784 2014-05-09  Will Newton  <will.newton@linaro.org>
9786         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
9787         and libc_relro_required for ARM.
9788         * sysdeps/arm/preconfigure: Regenerate.
9790 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9791             Stefan Liebler  <stli@linux.vnet.ibm.com>
9793         * config.make.in (enable-lock-elision): New Makefile variable.
9794         * configure.ac: Likewise.
9795         * configure: Regenerate.
9796         * sysdeps/s390/configure.ac:
9797         Add check for gcc transactions support.
9798         * sysdeps/s390/configure: Regenerate.
9799         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
9800         Build elision files if enabled.
9801         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
9802         Add lock elision support for s390.
9803         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
9804         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
9805         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
9806         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
9807         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
9808         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
9809         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9810         Likewise.
9811         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
9812         Likewise.
9813         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
9814         Likewise.
9815         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
9816         Likewise.
9817         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
9818         (__lll_timedlock_elision, __lll_lock_elision)
9819         (__lll_unlock_elision, __lll_trylock_elision)
9820         (lll_timedlock_elision, lll_lock_elision)
9821         (lll_unlock_elision, lll_trylock_elision): Add.
9822         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
9823         (pthread_mutex_t): Add lock elision support for s390.
9825 2014-05-14  Wilco  <wdijkstr@arm.com>
9827         * sysdeps/arm/fclrexcpt.c: Cleanup.
9828         * sysdeps/arm/fedisblxcpt.c: Cleanup.
9829         * sysdeps/arm/feenablxcpt.c: Cleanup.
9830         * sysdeps/arm/fegetenv.c: Cleanup.
9831         * sysdeps/arm/fegetexcept.c: Cleanup.
9832         * sysdeps/arm/fegetround.c: Cleanup.
9833         * sysdeps/arm/feholdexcpt.c: Cleanup.
9834         * sysdeps/arm/fesetenv.c: Cleanup.
9835         * sysdeps/arm/fesetround.c: Cleanup.
9836         * sysdeps/arm/feupdateenv.c: Cleanup.
9837         * sysdeps/arm/fgetexcptflg.c: Cleanup.
9838         * sysdeps/arm/fraiseexcpt.c: Cleanup.
9839         * sysdeps/arm/fsetexcptflg.c: Cleanup.
9840         * sysdeps/arm/ftestexcept.c: Cleanup.
9841         * sysdeps/arm/get-rounding-mode.h: Cleanup.
9842         * sysdeps/arm/setfpucw.c: Cleanup.
9844 2014-05-09  Will Newton  <will.newton@linaro.org>
9846         * sysdeps/arm/armv7/strcmp.S: New file.
9847         * NEWS: Mention addition of ARMv7 optimized strcmp.
9849 2014-05-08  Roland McGrath  <roland@hack.frob.com>
9851         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
9852         look for %.ac rather than %.in.
9854         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
9855         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
9856         * sysdeps/mach/hurd/configure: Regenerated.
9857         * sysdeps/unix/sysv/linux/configure: Regenerated.
9859         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
9861 2014-05-07  Steve Ellcey  <sellcey@mips.com>
9863         [BZ# 16922]
9864         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
9865         (LONG_SUB): Ditto.
9866         (PTR_SUB): Ditto.
9868 2014-05-07  Andreas Schwab  <schwab@suse.de>
9870         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
9871         when skipping over non-matching result from nscd.
9873 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
9875         [BZ #16876]
9876         * nptl/sockperf.c (client): Check socket return value.
9878         [BZ #16877]
9879         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
9880         nscd security class.
9882 2014-05-06  Roland McGrath  <roland@hack.frob.com>
9884         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
9885         * sysdeps/arm/unwind.h: ... here.
9887 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
9889         [BZ# 16916]
9890         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
9891         Define.
9893 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9895         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
9896         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
9897         multiarch strncpy for PPC64.
9898         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
9899         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
9900         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
9901         multiarch optimizations.
9902         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9903         (__libc_ifunc_impl_list): Likewise.
9904         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
9905         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
9906         multiarch stpncpy for PPC64.
9907         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
9908         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
9910 2014-05-06  Andreas Schwab  <schwab@suse.de>
9912         [BZ #16912]
9913         * gmon/mcount.c (_MCOUNT_DECL): Use
9914         atomic_compare_and_exchange_bool_acq instead of
9915         catomic_compare_and_exchange_bool_acq.
9917 2014-05-05  Roland McGrath  <roland@hack.frob.com>
9919         * elf/Makefile (others, install-bin): Remove pldd.
9920         (pldd-modules): Variable removed.
9921         ($(objpfx)pldd): Target removed.
9922         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
9923         (others, install-bin): Append pldd here.
9924         ($(objpfx)pldd): New target.
9926         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
9927         to 0, so the first #if test emitted later doesn't see it undefined.
9928         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
9929         * sysdeps/gnu/errlist.c: Regenerated.
9931 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9933         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9934         [libc_hidden_builtin_def]: Define to empty value.
9935         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
9936         [libc_hidden_builtin_def]: Likewise.
9937         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
9938         [libc_hidden_builtin_def]: Likewise.
9939         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
9940         [libc_hidden_builtin_def]: Likewise.
9941         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
9942         __redirect_memcpy and define ifunc as default hidden symbol.
9943         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
9944         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
9946 2014-05-04  Adam Conrad  <adconrad@0c3.net>
9948         * locale/iso-4217.def: Reintroduce XDR currency.
9950 2014-05-04  Allan McRae  <allan@archlinux.org>
9952         * po/eo.po: Update Esperanto translation from translation project.
9954 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
9956         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
9957         and FEATURE_INDEX_MAX to 1.
9958         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
9960 2014-05-01  Steve Ellcey  <sellcey@mips.com>
9962         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
9963         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
9964         * iconvdata/big5.c (ONE_DIRECTION): Define.
9965         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
9966         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
9967         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
9968         * iconvdata/cp932.c (ONE_DIRECTION): Define.
9969         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
9970         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
9971         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
9972         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
9973         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
9974         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
9975         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
9976         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
9977         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
9978         * iconvdata/gbk.c (ONE_DIRECTION): Define.
9979         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
9980         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
9981         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
9982         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
9983         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
9984         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
9985         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
9986         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
9987         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
9988         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
9989         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
9990         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
9991         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
9992         * iconvdata/iso646.c (ONE_DIRECTION): Define.
9993         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
9994         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
9995         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
9996         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
9997         * iconvdata/johab.c (ONE_DIRECTION): Define.
9998         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
9999         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10000         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10001         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10002         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10003         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10004         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10005         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10006         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10007         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10009 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10011         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10012         (_IO_JUMPS_OFFSET): Define to 0.
10014         * nptl/sysdeps/pthread/bits/libc-lock.h
10015         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10016         (__libc_lock_define_initialized_recursive): Always define using
10017         initializer.  Modern compilers treat uninitialized (implicit zero) and
10018         explicit zero initializers the same (i.e. put the datum in bss).
10020 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10022         * nscd/nscd-client.h: Include <string.h>.
10024 2014-05-01  David S. Miller  <davem@davemloft.net>
10026         [BZ #16885]
10027         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10028         multiple zero bytes exist at the end of a string.
10029         Reported by Aurelien Jarno <aurelien@aurel32.net>
10031         * string/test-strcmp.c (check): Add explicit test for situations where
10032         there are multiple zero bytes after the first.
10034 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10036         [BZ #16890]
10037         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10038         when compiling wprintf.
10039         * stdio-common/tstdiomisc.c (t3): New function.
10040         (main): Call it.
10042 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10044         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10045         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10046         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10047         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10049 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10051         * stdlib/longlong.h: Updated from GCC.
10053 2014-05-01  Will Newton  <will.newton@linaro.org>
10054             Bernard Ogden  <bernie.ogden@linaro.org>
10056         * NEWS: Update fixed bug list.
10058         [BZ #15119]
10059         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10061 2014-04-30  David S. Miller  <davem@davemloft.net>
10063         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10064         (libc_feholdexcept_setround_sparc_ctx): New function.
10065         (libc_fesetenv_sparc_ctx): Likewise.
10066         (libc_feupdateenv_sparc_ctx): Likewise.
10067         (libc_feholdsetround_sparc_ctx): Likewise.
10068         (libc_feholdexcept_setround_ctx): Define.
10069         (libc_feholdexcept_setroundf_ctx): Likewise.
10070         (libc_feholdexcept_setroundl_ctx): Likewise.
10071         (libc_fesetenv_ctx): Likewise.
10072         (libc_fesetenvf_ctx): Likewise.
10073         (libc_fesetenvl_ctx): Likewise.
10074         (libc_feupdateenv_ctx): Likewise.
10075         (libc_feupdateenvf_ctx): Likewise.
10076         (libc_feupdateenvl_ctx): Likewise.
10077         (libc_feresetround_ctx): Likewise.
10078         (libc_feresetroundf_ctx): Likewise.
10079         (libc_feresetroundl_ctx): Likewise.
10080         (libc_feholdsetround_ctx): Likewise.
10081         (libc_feholdsetroundf_ctx): Likewise.
10082         (libc_feholdsetroundl_ctx): Likewise.
10084         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10085         with __USE_GNU instead of XOPEN cpp guards.
10087         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10088         0.
10090         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10091         with XOPEN cpp guards.
10093 2014-04-30  Julian Brown  <julian@codesourcery.com>
10095         [BZ #16888]
10096         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10097         handling.
10099 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10101         [BZ #9894]
10102         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10103         Change to 2.6.32.
10104         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10105         * sysdeps/unix/sysv/linux/configure: Regenerated.
10106         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10107         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10108         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10109         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10110         * README: Update reference to required Linux kernel version.
10111         * manual/install.texi (Linux): Update reference to required Linux
10112         kernel headers version.
10113         * INSTALL: Regenerated.
10115         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10116         header inclusion.
10117         [POSIX] (limits.h): Likewise.
10118         [POSIX] (math.h): Likewise.
10119         [POSIX] (sys/wait.h): Likewise.
10120         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10121         function.
10122         [POSIX] (stddef.h): Do not allow header inclusion.
10124 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10126         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10128 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10130         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10131         Return immediately after lll_futex_wake.
10133 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10135         [BZ #16791]
10136         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10137         structure.
10138         (datahead_init_pos): Call datahead_init_common early.
10139         (datahead_init_neg): Likewise.
10141         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10142         datahead_init_neg): New functions.
10143         * nscd/aicache.c (addhstaiX): Use them.
10144         * nscd/grpcache.c (cache_addgr): Likewise.
10145         * nscd/hstcache.c (cache_addhst): Likewise.
10146         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10147         * nscd/netgroupcache.c (do_notfound): Likewise.
10148         (addgetnetgrentX): Likewise.
10149         (addinnetgrX): Likewise.
10150         * nscd/pwdcache.c (cache_addpw): Likewise.
10151         * nscd/servicescache.c (cache_addserv): Likewise.
10153 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10154             Atsushi Onoe  <atsushi@onoe.org>
10156         [BZ #14308]
10157         [BZ #12994]
10158         [BZ #13651]
10159         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10160         one response is valid.
10161         * resolv/res_send.c (send_dg): Check for validity of other
10162         response if the current response is a referral.
10164 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10166         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10168 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10170         [BZ #16823]
10171         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10172         Always divide by positive zero when computing -Inf result.
10173         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10174         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10176 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10178         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10179         FPSCR if value do not change.
10180         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10181         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10182         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10183         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10184         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10185         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10186         function.
10188 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10190         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10191         * sysdeps/unix/sysv/linux/hppa: Move directory from
10192         ports/systeps/unix/sysv/linux/hppa.
10193         * README: Update listing for hppa-*-linux-gnu.
10195 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10197         [BZ #16754]
10198         * manual/stdio.texi (Hook functions): Fix types of stream hook
10199         functions.
10200         [BZ #16854]
10201         * socket/sys/socket.h: Fix typo in comment.
10203 2014-04-28  Wilco  <wdijkstr@arm.com>
10205         * sysdeps/arm/fenv_private.h: New file.
10206         * sysdeps/arm/math_private.h: New file.
10207         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10209 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10211         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10212         with __int128_t.
10213         (La_x86_64_retval): Likewise.
10215 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10217         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10218         fpsr if value didn't change.
10219         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10220         to fpcr if value didn't change.
10221         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10222         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10223         fpsr or fpcr if value didn't change.
10224         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10225         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10226         fpcr if value didn't change.
10227         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10228         to fpsr if value didn't change.
10230 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10232         * nptl/tst-sem3.c: Use test-skeleton.c
10233         (main): Rename to do_test.  Use return instead of
10234         exit.
10235         * nptl/tst-sem4.c: Use test-skeleton.c
10236         (main): Rename to do_test.
10238 2014-04-22  David S. Miller  <davem@davemloft.net>
10240         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10241         (struct sigaction): New struct member __glibc_reserved0, change
10242         type of sa_flags to int.
10244 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
10246         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10247         (COUNT_LEADING_ZEROS_0): Define for AArch64.
10249 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10251         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10252         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10254 2014-04-22  Will Newton  <will.newton@linaro.org>
10255             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
10257         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10258         (__longjmp): Add longjmp and longjmp_target SystemTap
10259         probes.
10260         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10261         (__sigsetjmp): Add setjmp SystemTap probe.
10263 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
10265         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10266         match manual order.
10268 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10270         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10272         * sysdeps/powerpc/fpu/fenv_private.h
10273         (libc_feholdexcept_setroundl_ctx): Define to
10274         libc_feholdexcept_setround_ppc_ctx.
10275         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10276         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10277         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10278         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10280 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10282         * sysdeps/aarch64/math-tests.h: New file.
10284 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
10286         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10287         New.
10288         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10289         Check and set bit_AVX2_Usable.
10290         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10291         macro.
10292         (bit_AVX2): Likewise.
10293         (index_AVX2_Usable): Likewise.
10294         (CPUID_AVX2): Likewise.
10295         (HAS_AVX2): Likewise.
10297 2014-04-17  Will Newton  <will.newton@linaro.org>
10299         * manual/setjmp.texi (System V contexts): Add note that
10300         calling setcontext on a context created by a call to a
10301         signal handler is undefined.  Update text to note that
10302         setcontext from a signal handler is possible but not
10303         recommended.
10305         [BZ #16629]
10306         * stdlib/tst-setcontext.c: Include signal.h.
10307         (main): Check that the signal stack before and
10308         after swapcontext is the same.
10310         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10311         Re-implement to restore registers in user code and avoid
10312         rt_sigreturn system call.
10314 2014-04-17  Wilco  <wdijkstr@arm.com>
10316         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10317         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10318         * math/test-fenv.c: Skip exception trap tests on targets which only
10319         support non-stop mode.
10321 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10322             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10324         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10325         (libc_feholdsetround_aarch64_ctx)
10326         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10327         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10328         (libc_feresetround_ctx, libc_feresetroundf_ctx)
10329         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10330         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10331         (libc_feresetround_noexl_ctx): Define.
10333 2014-04-16  Richard Henderson  <rth@redhat.com>
10335         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10337         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10338         unwind tables.
10340         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10341         const from the non-libc, non-ldso copy.
10343         * sysdeps/alpha/libm-test-ulps: Regenerate.
10345 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
10346             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10348         * sysdeps/aarch64/fpu/math_private.h: New file.
10350 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10352         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10354 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
10356         [BZ #16275]
10357         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10358         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10359         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10360         Intel MPX bound registers before _dl_profile_fixup.
10361         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10362         registers after _dl_profile_fixup.  Save and restore bound
10363         registers bnd0/bnd1 when calling _dl_call_pltexit.
10364         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10365         (LR_BND_OFFSET): Likewise.
10366         (LRV_BND0_OFFSET): Likewise.
10367         (LRV_BND1_OFFSET): Likewise.
10369 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10371         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10372         to...
10373         * sysdeps/mach/hurd/i386/tls.h: ... here.
10374         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10375         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10376         fields.
10378 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10380         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10382 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10384         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10386 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10388         [BZ #14770]
10389         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10390         * sysdeps/s390/configure: Regenerate.
10392         [BZ #16824]
10393         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10394         Set round-to-nearest internally to reduce error accumulation.
10396 2014-04-16  Alan Modra  <amodra@gmail.com>
10398         [BZ #16740]
10399         [BZ #16619]
10400         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
10401         * math/libm-test.inc (frexp_test_data): Add tests.
10402         * NEWS: Update fixed bug list.
10404 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10406         * benchtests/Makefile: Depend on libraries in build directory.
10407         (bench-math): Separate out math tests.
10408         (bench-pthread): Separate out pthread tests.
10409         (bench): Include math and pthread tests.
10411 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
10413         [BZ #16831]
10414         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
10415         _dl_debug_initialize.
10417         * configure.ac: Remove SELinux header check.
10418         * configure: Regenerate.
10419         * nscd/selinux.c (perms): Array of const char* to permission names.
10420         (nscd_request_avc_has_perm): Call security_deny_unknown to find
10421         default policy. Call string_to_security_class and string_to_av_perm to
10422         translate strings. Enforce default policy and call avs_has_perm with
10423         results of translated strings.
10425 2014-04-13  David S. Miller  <davem@davemloft.net>
10427         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10429 2014-04-12  Allan McRae  <allan@archlinux.org>
10431         [BZ #16838]
10432         * manual/string.texi (Collation Functions): Fix qsort argument
10433         order in example.
10434         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
10436 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
10438         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
10439         Make the test a no-op if there are no exceptions defined.
10441 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
10443         * elf/Makefile (tests): make tst-dlopen-aout conditional on
10444         enable-hardcoded-path-in-tests
10446 2014-04-11  Will Newton  <will.newton@linaro.org>
10448         * benchtests/Makefile (extra-objs): Add json-lib.o.
10449         (bench-func): Tidy up JSON output.
10450         * benchtests/bench-skeleton.c: Include json-lib.h.
10451         (main): Use JSON library functions to do output of
10452         benchmark results.
10453         * benchtests/bench-timing-type.c (main): Output the
10454         timing type simply, leaving formatting to the user.
10455         * benchtests/json-lib.c: New file.
10456         * benchtests/json-lib.h: Likewise.
10458 2014-04-11  Torvald Riegel  <triegel@redhat.com>
10460         [BZ #15215]
10461         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
10462         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
10463         memory barriers.  Add comments.
10464         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
10465         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
10466         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
10467         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
10468         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
10469         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
10471 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10473         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
10474         * sysdeps/s390/s390-64/configure.ac: ... this ...
10475         * sysdeps/s390/configure.ac: ... to here.
10476         * sysdeps/s390/s390-32/configure: Delete file.
10477         * sysdeps/s390/s390-64/configure: Delete file.
10478         * sysdeps/s390/configure: Regenerate.
10480 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
10482         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
10484 2014-04-11  Will Newton  <will.newton@linaro.org>
10486         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
10487         to zero if it is not defined elsewhere.  (mtrim): Test
10488         the value of MALLOC_DEBUG with #if rather than #ifdef.
10490 2014-04-10 Torvald Riegel  <triegel@redhat.com>
10492         * benchtests/pthread_once-inputs: New file.
10493         * benchtests/pthread_once-source.c: New file.
10494         * benchtests/README: Update documentation.
10496 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
10497             H.J. Lu  <hongjiu.lu@intel.com>
10499         [BZ #16275]
10500         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
10501         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
10502         * sysdeps/x86_64/configure: Regenerated.
10503         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
10504         macro.
10505         (REGISTER_SAVE_RAX): Likewise.
10506         (REGISTER_SAVE_RCX): Likewise.
10507         (REGISTER_SAVE_RDX): Likewise.
10508         (REGISTER_SAVE_RSI): Likewise.
10509         (REGISTER_SAVE_RDI): Likewise.
10510         (REGISTER_SAVE_R8): Likewise.
10511         (REGISTER_SAVE_R9): Likewise.
10512         (REGISTER_SAVE_BND0): Likewise.
10513         (REGISTER_SAVE_BND1): Likewise.
10514         (REGISTER_SAVE_BND2): Likewise.
10515         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
10516         bound registers when calling _dl_fixup.
10518 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10520         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
10521         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
10522         of its definition.
10523         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
10524         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
10525         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
10526         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
10527         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
10528         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
10529         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
10531 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
10533         [BZ #15514]
10534         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
10535         pathconf(_PC_NAME_MAX).
10537 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10539         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
10540         Remove macro usage.
10541         (__PTHREAD_SPINS): Move definition to ...
10542         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
10543         (__PTHREAD_SPINS): ... here.
10544         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10545         (__PTHREAD_SPIN): Likewise.
10546         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
10547         (__PTHREAD_SPIN): Likewise.
10548         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
10549         (__PTHREAD_SPIN): Likewise.
10550         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
10551         (__PTHREAD_SPIN): Likewise.
10552         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10553         (__PTHREAD_SPIN): Likewise.
10554         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10555         (__PTHREAD_SPIN): Likewise.
10556         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
10557         (__PTHREAD_SPIN): Likewise.
10558         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10559         (__PTHREAD_SPIN): Likewise.
10560         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10561         (__PTHREAD_SPIN): Likewise.
10562         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10563         (__PTHREAD_SPIN): Likewise.
10564         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10565         (__PTHREAD_SPIN): Likewise.
10566         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
10567         (__PTHREAD_SPIN): Likewise.
10569         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10570         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
10571         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
10572         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
10573         imply folder.
10574         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
10575         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
10576         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
10577         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
10578         correct imply path.
10579         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
10580         strlen symbol for non multi-arch builds.
10581         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
10582         missing hidden_def and weak_alias.
10584 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
10586         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
10588 2014-04-07  Will Newton  <will.newton@linaro.org>
10590         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
10591         and contents.  [!_LIBC] Remove #ifndef and contents.
10592         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
10593         * string/memccpy.c (__memccpy): Use ANSI prototype.
10594         * string/memfrob.c (memfrob): Likewise.
10595         * string/strcoll.c (STRCOLL): Likewise.
10596         * string/strlen.c (strlen): Likewise.
10597         * string/strtok.c (STRTOK): Likewise.
10598         * string/strcat.c: Remove unused #include of memcopy.h.
10599         (strcat): Use ANSI prototype.
10600         * string/strchr.c: Remove unused #include of memcopy.h.
10601         (strchr): Use ANSI prototype.
10602         * string/strcmp.c: Remove unused #include of memcopy.h.
10603         (strcmp): Use ANSI prototype.
10604         * string/strcpy.c: Remove unused #include of memcopy.h.
10605         (strcpy): Use ANSI prototype.
10607 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10609         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
10610         * config.make.in (config-extra-cppflags): Set it from
10611         libc_extra_cppflags.
10612         * configure.ac (libc_extra_cflags): Make it accumulate over
10613         configure fragments.
10614         (libc_extra_cppflags): New flag.
10615         * configure. Regenerate.
10616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
10617         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
10618         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
10619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
10621         [BZ #16815]
10622         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
10623         result for FE_DOWNWARD rounding mode.
10624         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
10625         Likewise.
10626         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10628 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
10630         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
10631         in function argument name.
10633 2014-04-03  David Svoboda  <svoboda@cert.org>
10635         [BZ #5666]
10636         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
10637         explicitly.
10639 2014-04-03  Roland McGrath  <roland@hack.frob.com>
10641         * elf/dl-unmap-segments.h: New file.
10642         * sysdeps/generic/ldsodefs.h
10643         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
10644         * elf/dl-close.c: Include <dl-unmap-segments.h>.
10645         * elf/dl-fptr.c: Likewise.
10646         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
10647         * sysdeps/aarch64/tlsdesc.c: Likewise.
10648         * sysdeps/arm/tlsdesc.c: Likewise.
10649         * sysdeps/i386/tlsdesc.c: Likewise.
10650         * sysdeps/tile/dl-runtime.c: Likewise.
10651         * sysdeps/x86_64/tlsdesc.c: Likewise.
10652         * elf/dl-load.h: New file.
10653         * elf/dl-load.c: Include it.
10654         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
10655         Macros moved to dl-load.h.
10656         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
10657         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
10658         Use _dl_unmap_segments in place of __munmap.
10659         Break out segment-mapping loop into ...
10660         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
10662 2014-04-03  Will Newton  <will.newton@linaro.org>
10664         * elf/dl-lookup.c (do_lookup_x): Remove comment
10665         referring to nested function and move variable
10666         declarations down to before first use.
10668 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
10670         [BZ #16799]
10671         [BZ #16800]
10672         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
10673         with 0 numerator.
10674         * math/s_catanf.c (__catanf): Likewise.
10675         * math/s_catanh.c (__catanh): Likewise.
10676         * math/s_catanhf.c (__catanhf): Likewise.
10677         * math/s_catanhl.c (__catanhl): Likewise.
10678         * math/s_catanl.c (__catanl): Likewise.
10679         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
10680         by positive zero when computing -Inf result.
10681         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
10682         (catanh_test): Likewise.
10683         * sysdeps/i386/fpu/libm-test-ulps: Update.
10684         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10686         [BZ #16789]
10687         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
10688         instead of using underflowing value in computing result.
10689         * math/s_clog10.c (__clog10): Likewise.
10690         * math/s_clog10f.c (__clog10f): Likewise.
10691         * math/s_clog10l.c (__clog10l): Likewise.
10692         * math/s_clogf.c (__clogf): Likewise.
10693         * math/s_clogl.c (__clogl): Likewise.
10694         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
10695         (clog10_test): Likewise.
10696         * sysdeps/i386/fpu/libm-test-ulps: Update.
10697         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10699 2014-04-02  Alan Modra  <amodra@gmail.com>
10701         [BZ #16739]
10702         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
10703         output when value is near a power of two.  Use int64_t for lx and
10704         remove casts.  Use decimal rather than hex exponent constants.
10705         Don't use long double multiplication when double will suffice.
10706         * math/libm-test.inc (nextafter_test_data): Add tests.
10707         * NEWS: Add 16739 and 16786 to bug list.
10709         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
10711         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
10713 2014-04-01  Will Newton  <will.newton@linaro.org>
10715         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
10716         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
10718 2014-04-01  Florian Weimer  <fweimer@redhat.com>
10720         [BZ #13347]
10721         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
10722         * nptl/tst-setuid2.c: New file.
10723         * nptl/Makefile (xtests): Add tst-setuid2.
10725 2014-04-01  Alan Modra  <amodra@gmail.com>
10727         [BZ #16786]
10728         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
10730 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
10732         [BZ #6803]
10733         [BZ #6804]
10734         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
10735         set errno as appropriate.
10736         * math/w_scalbf.c (__scalbf): Likewise.
10737         * math/w_scalbl.c (__scalbl): Likewise.
10738         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
10739         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
10740         * math/libm-test.inc (scalb_test_data): Add errno expectations.
10741         Add more NaN tests.
10743         [BZ #16349]
10744         * math/w_atan2.c: Include <errno.h>.
10745         (__atan2): Set errno for result underflowing to zero.
10746         * math/w_atan2f.c: Include <errno.h>.
10747         (__atan2f): Set errno for result underflowing to zero.
10748         * math/w_atan2l.c: Include <errno.h>.
10749         (__atan2l): Set errno for result underflowing to zero.
10750         * math/auto-libm-test-in: Don't allow missing errno for some atan2
10751         tests.
10752         * math/auto-libm-test-out: Regenerated.
10754 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10756         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
10757         Encode instruction correctly in little endian.
10758         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
10759         Likewise.
10760         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
10761         Likewise.
10762         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
10763         Likewise.
10764         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
10765         Likewise.
10767 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
10769         [BZ #9894]
10770         * sysdeps/unix/sysv/linux/kernel-features.h
10771         [__sparc__ && !__arch64__ && !__sparc_v9__]
10772         (__ASSUME_SET_ROBUST_LIST): Do not define.
10773         [__sparc__ && !__arch64__ && !__sparc_v9__]
10774         (__ASSUME_FUTEX_LOCK_PI): Likewise.
10775         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
10776         Likewise.
10777         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10778         (__ASSUME_FUTEX_LOCK_PI): Undefine.
10779         (__ASSUME_REQUEUE_PI): Likewise.
10780         (__ASSUME_SET_ROBUST_LIST): Likewise.
10781         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10782         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
10783         Undefine.
10784         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10785         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
10786         Likewise.
10787         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
10788         Likewise.
10789         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
10790         Likewise.
10791         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10792         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
10793         Undefine.
10794         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
10795         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
10796         Likewise.
10798         [BZ #16648]
10799         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10800         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
10801         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
10803 2014-03-31  Will Newton  <will.newton@linaro.org>
10805         * benchtests/Makefile (bench): Add ffs and ffsll to list
10806         of tests.
10807         * benchtests/ffs-inputs: New file.
10808         * benchtests/ffsll-inputs: Likewise.
10810 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
10812         [BZ #16770]
10813         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
10814         too large before casting to int.
10815         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
10816         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
10817         * math/libm-test.inc (scalb_test_data): Add more tests.
10819 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
10821         * benchtests/Makefile (DETAILED_OPT): New make option.
10822         (bench-func): Run benchmark program with -d if DETAILED_OPT is
10823         set.
10824         * benchtests/bench-skeleton.c: Include stdbool.h.
10825         (main): Store and print timings per input.
10826         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
10827         member to each argument value.
10828         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
10829         (_print_arg_data): Initialize per-input timing to 0.
10831         * benchtests/Makefile (timing-type): New binary.
10832         (bench-clean): Also remove bench-timing-type.
10833         (bench): New target for timing-type.
10834         (bench-func): Print output in JSON format.
10835         * benchtests/bench-skeleton.c (main): Print output in JSON
10836         format.
10837         * benchtests/bench-timing-type.c: New file.
10838         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
10839         (TIMING_PRINT_STATS): Remove.
10840         * benchtests/scripts/bench.py (_print_arg_data): Store variant
10841         name separately.
10843         * benchtests/bench-modf.c: Remove.
10844         * benchtests/modf-inputs: New inputs file.
10846 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
10848         [BZ #16362]
10849         * math/s_clog10.c (M_PI_LOG10E): New macro.
10850         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
10851         imaginary parts are 0.
10852         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
10853         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
10854         imaginary parts are 0.
10855         * math/s_clog10l.c (M_PI_LOG10El): New macro.
10856         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
10857         imaginary parts are 0.
10858         * math/libm-test.inc (clog10_test_data): Update expected results
10859         for when real and imaginary parts are 0.
10861 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
10863         * elf/dl-load.c: Finish conversion of __builtin_expect into
10864         __glibc_{un}likely.
10866 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
10868         [BZ #16348]
10869         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
10870         1+x for argument with exponent below -67.
10871         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
10872         Likewise.
10873         * math/auto-libm-test-in: Add more tests of exp.
10874         * math/auto-libm-test-out: Regenerated.
10876 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10878         [BZ #16759]
10879         * inet/getnetgrent_r.c (get_nonempty_val): New function.
10880         (nscd_getnetgrent): Use it.
10882         [BZ #16760]
10883         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
10884         of stpcpy.
10886 2014-03-27  Andi Kleen  <ak@linux.intel.com>
10888         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
10889         (lll_robust_lock, lll_cond_lock, lll_timedlock)
10890         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
10891         (lll_robust_unlock): Remove out of line section. Use cfi
10892         intrinsics.
10893         (LLL_STUB_UNWIND_INFO*): Remove.
10894         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
10895         (lll_robust_lock, lll_cond_lock, lll_timedlock)
10896         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
10897         (lll_robust_unlock): Remove out of line section. Use cfi
10898         intrinsics.
10899         (LLL_STUB_UNWIND_INFO*): Remove.
10901 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10903         [BZ #16758]
10904         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
10905         blank values.
10907 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
10909         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
10911 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
10913         [BZ #16198]
10914         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
10915         fnstenv.
10916         * math/test-fenv-preserve.c: New file.
10917         * math/Makefile (tests): Add test-fenv-preserve.
10919 2014-03-26  Will Newton <will.newton@linaro.org>
10921         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
10923 2014-03-25  Roland McGrath  <roland@hack.frob.com>
10925         * scripts/versionlist.awk: Partition the version sets and emit all
10926         GLIBC_* (sorted) before all others (sorted).
10928 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
10930         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
10931         GLIBC_2.2.5 version.
10933 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10935         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
10936         calls.
10938         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
10939         previous change.
10941         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10943 2014-03-25  Andreas Schwab  <schwab@suse.de>
10945         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
10946         label to be used after in6ailist is initialized.
10948 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10950         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
10951         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
10953 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
10955         [BZ #16357]
10956         [BZ #16599]
10957         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
10958         min_plus_half.
10959         (fp_formats): Update initializers.
10960         (init_fp_formats): Initialize new field.
10961         (output_for_one_input_case): Allow underflow for results up to
10962         min_plus_half.
10963         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
10964         * math/auto-libm-test-in: Don't mark some underflows from asin and
10965         atanh as spurious.
10966         * math/auto-libm-test-out: Regenerated.
10967         * sysdeps/i386/fpu/libm-test-ulps: Update.
10968         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10970 2014-03-25  Andreas Schwab  <schwab@suse.de>
10972         * libio/Makefile (tst-ftell-partial-wide-ENV)
10973         (tst-ftell-active-handler-ENV): Define.
10975 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
10977         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
10979 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
10981         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
10983 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
10985         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
10986         * sysdeps/x86_64/fpu/multiarch/e_exp.c
10987         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
10989 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
10991         [BZ #16634]
10992         * elf/dl-load.c (open_verify): Add mode parameter.
10993         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
10994         (open_path): Change from boolean 'secure' to complete flag 'mode'
10995         (_dl_map_object): Adjust.
10996         * elf/Makefile (tests): Add tst-dlopen-aout.
10997         * elf/tst-dlopen-aout.c: New test.
10999 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11001         [BZ #16714]
11002         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11003         (struct stat): Rename member pad0 to __glibc_reserved0.
11005         [BZ #16712]
11006         * sysdeps/s390/s390-32/bits/wordsize.h
11007         (__WORDSIZE32_SIZE_ULONG): New define.
11008         * sysdeps/s390/s390-64/bits/wordsize.h
11009         (__WORDSIZE32_SIZE_ULONG): Likewise.
11010         * sysdeps/generic/stdint.h (SIZE_MAX):
11011         Define as UL if __WORDSIZE32_SIZE_ULONG.
11013         [BZ #16713]
11014         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11015         (__glibc_reserved0): New variable.
11016         (sa_flags): Change type to int.
11018         * posix/Makefile (before-compile): Use += before-compile instead
11019         of a :=.
11021         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11022         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11024 2014-03-20  Andreas Schwab  <schwab@suse.de>
11026         [BZ #16743]
11027         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11028         non-matching result from nscd.
11030 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11032         * scripts/bench.py: Moved to ...
11033         * benchtests/scripts/bench.py: ... here.
11034         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11036 2014-03-24  Andreas Schwab  <schwab@suse.de>
11038         [BZ #16002]
11039         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11040         alloca_account and account alloca use for struct in6ailist.
11042 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11044         [BZ #16284]
11045         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11046         rounding mode to recompute results that overflow to infinity or
11047         underflow to zero.
11048         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11049         bug 16284.
11050         * math/auto-libm-test-out: Regenerated.
11051         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11052         (ccosh_test): Likewise.
11053         (csin_test_data): Use plus_oflow.
11054         (csin_test): Use ALL_RM_TEST.
11055         (csinh_test_data): Use plus_oflow.
11056         (csinh_test): Use ALL_RM_TEST.
11057         * sysdeps/i386/fpu/libm-test-ulps: Update.
11058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11060 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11062         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11063         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11064         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11066         [BZ #16731]
11067         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11068         when x - 1 is zero.
11069         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11070         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11071         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11072         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11073         argument is 1.
11074         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11075         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11076         zero.
11077         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11078         * sysdeps/i386/fpu/libm-test-ulps: Update.
11079         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11081 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11083         * scripts/bench.pl: Remove file.
11084         * scripts/bench.py: New benchmark script.
11085         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11086         * benchtests/README: Mention python dependency.
11087         * scripts/pylintrc: New file.
11088         * scripts/pylint: New file.
11090         * bits/mathdef.h: Use #ifdef instead of #if.
11091         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11092         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11093         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11094         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11095         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11096         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11098 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11099             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11101         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11102         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11103         and strpbrk-ppc64 objects.
11104         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11105         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11106         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11107         multiarch strpbrk for POWER7.
11108         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11109         multiarch strpbrk for PPC64.
11110         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11111         ifunc selector.
11112         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11113         strpbrk for POWER7.
11115 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11117         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11118         (atan_test): Likewise.
11119         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11120         (atanh_test): Use ALL_RM_TEST.
11121         (atan2_test_data): Likewise.
11122         (cabs_test): Likewise.
11123         (cacosh_test): Likewise.
11124         (carg_test): Likewise.
11125         (casin_test): Likewise.
11126         (casinh_test): Likewise.
11127         (cbrt_test): Likewise.
11128         (csqrt_test): Likewise.
11129         (erf_test): Likewise.
11130         (erfc_test): Likewise.
11131         (pow10_test): Likewise.
11132         (exp2_test): Likewise.
11133         (hypot_test): Likewise.
11134         (j0_test): Likewise.
11135         (j1_test): Likewise.
11136         (lgamma_test): Likewise.
11137         (gamma_test): Likewise.
11138         (sincos_test): Likewise.
11139         (tanh_test): Likewise.
11140         (y0_test): Likewise.
11141         (y1_test): Likewise.
11142         * sysdeps/i386/fpu/libm-test-ulps: Update.
11143         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11145 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11147         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11148         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11149         and strcspn-ppc64 objects.
11150         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11151         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11152         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11153         multiarch strcspn for POWER7.
11154         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11155         multiarch strcspn for PPC64.
11156         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11157         ifunc selector.
11158         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11159         strcspn for POWER7.
11161 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11163         * math/gen-libm-test.pl (generate_testfile): Expect only function
11164         name as argument to AUTO_TESTS_* and pass results for all rounding
11165         modes to parse_args.
11166         (parse_auto_input): Separate inputs of automatic tests from
11167         outputs before storing in %auto_tests.
11168         * math/libm-test.inc (acos_test_data): Update call to
11169         AUTO_TESTS_f_f.
11170         (acos_test): Use ALL_RM_TEST.
11171         (acos_tonearest_test_data): Remove.
11172         (acos_test_tonearest): Likewise.
11173         (acos_towardzero_test_data): Likewise.
11174         (acos_test_towardzero): Likewise.
11175         (acos_downward_test_data): Likewise.
11176         (acos_test_downward): Likewise.
11177         (acos_upward_test_data): Likewise.
11178         (acos_test_upward): Likewise.
11179         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11180         (asin_test_data): Likewise.
11181         (asin_test): Use ALL_RM_TEST.
11182         (asin_tonearest_test_data): Remove.
11183         (asin_test_tonearest): Likewise.
11184         (asin_towardzero_test_data): Likewise.
11185         (asin_test_towardzero): Likewise.
11186         (asin_downward_test_data): Likewise.
11187         (asin_test_downward): Likewise.
11188         (asin_upward_test_data): Likewise.
11189         (asin_test_upward): Likewise.
11190         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11191         (atan_test_data): Likewise.
11192         (atanh_test_data): Likewise.
11193         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11194         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11195         (carg_test_data): Likewise.
11196         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11197         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11198         (ccosh_test_data): Likewise.
11199         (cexp_test_data): Likewise.
11200         (clog_test_data): Likewise.
11201         (clog10_test_data): Likewise.
11202         (cos_test_data): Update call to AUTO_TESTS_f_f.
11203         (cos_test): Use ALL_RM_TEST.
11204         (cos_tonearest_test_data): Remove.
11205         (cos_test_tonearest): Likewise.
11206         (cos_towardzero_test_data): Likewise.
11207         (cos_test_towardzero): Likewise.
11208         (cos_downward_test_data): Likewise.
11209         (cos_test_downward): Likewise.
11210         (cos_upward_test_data): Likewise.
11211         (cos_test_upward): Likewise.
11212         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11213         (cosh_test): Use ALL_RM_TEST.
11214         (cosh_tonearest_test_data): Remove.
11215         (cosh_test_tonearest): Likewise.
11216         (cosh_towardzero_test_data): Likewise.
11217         (cosh_test_towardzero): Likewise.
11218         (cosh_downward_test_data): Likewise.
11219         (cosh_test_downward): Likewise.
11220         (cosh_upward_test_data): Likewise.
11221         (cosh_test_upward): Likewise.
11222         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11223         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11224         (ctan_test_data): Likewise.
11225         (ctan_test): Use ALL_RM_TEST.
11226         (ctan_tonearest_test_data): Remove.
11227         (ctan_test_tonearest): Likewise.
11228         (ctan_towardzero_test_data): Likewise.
11229         (ctan_test_towardzero): Likewise.
11230         (ctan_downward_test_data): Likewise.
11231         (ctan_test_downward): Likewise.
11232         (ctan_upward_test_data): Likewise.
11233         (ctan_test_upward): Likewise.
11234         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11235         (ctanh_test): Use ALL_RM_TEST.
11236         (ctanh_tonearest_test_data): Remove.
11237         (ctanh_test_tonearest): Likewise.
11238         (ctanh_towardzero_test_data): Likewise.
11239         (ctanh_test_towardzero): Likewise.
11240         (ctanh_downward_test_data): Likewise.
11241         (ctanh_test_downward): Likewise.
11242         (ctanh_upward_test_data): Likewise.
11243         (ctanh_test_upward): Likewise.
11244         (erf_test_data): Update call to AUTO_TESTS_f_f.
11245         (erfc_test_data): Likewise.
11246         (exp_test_data): Likewise.
11247         (exp_test): Use ALL_RM_TEST.
11248         (exp_tonearest_test_data): Remove.
11249         (exp_test_tonearest): Likewise.
11250         (exp_towardzero_test_data): Likewise.
11251         (exp_test_towardzero): Likewise.
11252         (exp_downward_test_data): Likewise.
11253         (exp_test_downward): Likewise.
11254         (exp_upward_test_data): Likewise.
11255         (exp_test_upward): Likewise.
11256         (exp10_test_data): Update call to AUTO_TESTS_f_f.
11257         (exp10_test): Use ALL_RM_TEST.
11258         (exp10_tonearest_test_data): Remove.
11259         (exp10_test_tonearest): Likewise.
11260         (exp10_towardzero_test_data): Likewise.
11261         (exp10_test_towardzero): Likewise.
11262         (exp10_downward_test_data): Likewise.
11263         (exp10_test_downward): Likewise.
11264         (exp10_upward_test_data): Likewise.
11265         (exp10_test_upward): Likewise.
11266         (exp2_test_data): Update call to AUTO_TESTS_f_f.
11267         (expm1_test_data): Likewise.
11268         (expm1_test): Use ALL_RM_TEST.
11269         (expm1_tonearest_test_data): Remove.
11270         (expm1_test_tonearest): Likewise.
11271         (expm1_towardzero_test_data): Likewise.
11272         (expm1_test_towardzero): Likewise.
11273         (expm1_downward_test_data): Likewise.
11274         (expm1_test_downward): Likewise.
11275         (expm1_upward_test_data): Likewise.
11276         (expm1_test_upward): Likewise.
11277         (fma_test_data): Update call to AUTO_TESTS_fff_f.
11278         (fma_test): Use ALL_RM_TEST.
11279         (fma_towardzero_test_data): Remove.
11280         (fma_test_towardzero): Likewise.
11281         (fma_downward_test_data): Likewise.
11282         (fma_test_downward): Likewise.
11283         (fma_upward_test_data): Likewise.
11284         (fma_test_upward): Likewise.
11285         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11286         (j0_test_data): Update call to AUTO_TESTS_f_f.
11287         (j1_test_data): Likewise.
11288         (jn_test_data): Update call to AUTO_TESTS_if_f.
11289         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11290         (log_test_data): Update call to AUTO_TESTS_f_f.
11291         (log10_test_data): Likewise.
11292         (log1p_test_data): Likewise.
11293         (log2_test_data): Likewise.
11294         (pow_test_data): Update call to AUTO_TESTS_ff_f.
11295         (pow_tonearest_test_data): Likewise.
11296         (sin_test_data): Update call to AUTO_TESTS_f_f.
11297         (sin_test): Use ALL_RM_TEST.
11298         (sin_tonearest_test_data): Remove.
11299         (sin_test_tonearest): Likewise.
11300         (sin_towardzero_test_data): Likewise.
11301         (sin_test_towardzero): Likewise.
11302         (sin_downward_test_data): Likewise.
11303         (sin_test_downward): Likewise.
11304         (sin_upward_test_data): Likewise.
11305         (sin_test_upward): Likewise.
11306         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11307         (sinh_test_data): Update call to AUTO_TESTS_f_f.
11308         (sinh_test): Use ALL_RM_TEST.
11309         (sinh_tonearest_test_data): Remove.
11310         (sinh_test_tonearest): Likewise.
11311         (sinh_towardzero_test_data): Likewise.
11312         (sinh_test_towardzero): Likewise.
11313         (sinh_downward_test_data): Likewise.
11314         (sinh_test_downward): Likewise.
11315         (sinh_upward_test_data): Likewise.
11316         (sinh_test_upward): Likewise.
11317         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11318         (sqrt_test): Use ALL_RM_TEST.
11319         (sqrt_tonearest_test_data): Remove.
11320         (sqrt_test_tonearest): Likewise.
11321         (sqrt_towardzero_test_data): Likewise.
11322         (sqrt_test_towardzero): Likewise.
11323         (sqrt_downward_test_data): Likewise.
11324         (sqrt_test_downward): Likewise.
11325         (sqrt_upward_test_data): Likewise.
11326         (sqrt_test_upward): Likewise.
11327         (tan_test_data): Update call to AUTO_TESTS_f_f.
11328         (tan_test): Use ALL_RM_TEST.
11329         (tan_tonearest_test_data): Remove.
11330         (tan_test_tonearest): Likewise.
11331         (tan_towardzero_test_data): Likewise.
11332         (tan_test_towardzero): Likewise.
11333         (tan_downward_test_data): Likewise.
11334         (tan_test_downward): Likewise.
11335         (tan_upward_test_data): Likewise.
11336         (tan_test_upward): Likewise.
11337         (tanh_test_data): Update call to AUTO_TESTS_f_f.
11338         (tgamma_test_data): Likewise.
11339         (y0_test_data): Likewise.
11340         (y1_test_data): Likewise.
11341         (yn_test_data): Update call to AUTO_TESTS_if_f.
11342         (main): Do not call removed functions.
11344 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11346         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11347         (ldexp_test_data): Remove.
11348         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
11349         scalbn_test_data.
11350         (scalb_test): Use ALL_RM_TEST.
11352 2014-03-19  Andreas Schwab  <schwab@suse.de>
11354         * nscd/nscd.service: Also invalidate netgroup cache on reload.
11356 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11358         [BZ #16649]
11359         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11360         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11361         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11362         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11363         (__ASSUME_PREADV): Undefine.
11364         (__ASSUME_PWRITEV): Likewise.
11366 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11368         * bits/mman-linux.h: Add comment about non-Linux use.
11369         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11370         bits/mman-linux.h resting place.
11372         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11373         * bits/mman-linux.h: ... here.
11375 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11377         * conform/conformtest.pl: Add standard definition when calling C
11378         preprocessor on data files.
11379         (checknamespace): Remove unused variable.
11381 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11383         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11384         minus_oflow, plus_uflow and minus_uflow in expected results.
11385         * math/libm-test.inc (scalbn_test_data): Add more tests of
11386         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
11387         minus_uflow.
11388         (scalbn_test): Use ALL_RM_TEST.
11389         (scalbln_test_data): Add more tests of negative arguments.  Use
11390         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11391         (scalbln_test): Use ALL_RM_TEST.
11393 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11395         * scripts/abilist.awk: Ignore symbols marked with .hidden.
11397 2014-03-18  Will Newton  <will.newton@linaro.org>
11399         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
11400         inaccurate comment.
11402 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11404         * Makerules [!subdir] (check-abi): Exit with error status if a
11405         test failed.
11407 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11409         * math/libm-test.inc (nearbyint_test_data): Include all tests used
11410         for rint.  Include results for all rounding modes.
11411         (nearbyint_test): Use ALL_RM_TEST.
11412         (rint_test_data): Include all tests used for nearbyint.
11414 2014-03-17  Will Newton  <will.newton@linaro.org>
11416         * nptl/sysdeps/pthread/pthread.h: Revert previous
11417         change.
11419         * sysdeps/generic/ldsodefs.h: Revert previous
11420         change.
11422         * libio/genops.c: Revert previous change.
11423         * libio/libioP.h: Likewise.
11424         * stdio-common/vfprintf.c: Likewise.
11426         * sysdeps/generic/math_private.h: Revert previous
11427         change.
11429         * sysdeps/generic/math_private.h: Check whether
11430         HAVE_RM_CTX is defined with #ifdef rather
11431         than #if.
11433         * argp/argp-fmtstream.h: Check whether
11434         __STRICT_ANSI__ is defined with #ifdef rather
11435         than #if.
11436         * argp/argp.h: Likewise.
11438         * libio/genops.c: Check whether
11439         _IO_JUMPS_OFFSET is defined with #ifdef rather
11440         than #if.
11441         * libio/libioP.h: Likewise.
11442         * stdio-common/vfprintf.c: Likewise.
11444         * sysdeps/generic/ldsodefs.h: Check whether
11445         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
11446         than #if.
11448         * nptl/sysdeps/pthread/pthread.h: Check
11449         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
11450         its value.
11452 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
11454         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
11455         setting O_APPEND.
11456         * libio/tst-ftell-active-handler.c (do_append_test): Add a
11457         test case.
11459         [BZ #16680]
11460         * libio/fileops.c (_IO_file_open): Seek to end of file but
11461         don't cache the offset.
11462         (get_file_offset): Remove function.
11463         (do_ftell): Use cached offset when available.
11464         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
11465         don't cache the offset.
11466         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
11467         case.
11468         (do_one_test): Call it.
11469         (do_ftell_test): Fix up expected old offset for a+ mode.
11470         * libio/wfileops.c (do_ftell_wide): Used cached offset when
11471         available.
11473         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
11474         up test status with function return status.
11475         (do_write_test): Likewise.
11476         (do_append_test): Likewise.
11478         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
11479         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
11480         Remove.
11482 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11484         * math/gen-libm-test.pl (parse_args): Handle results specified for
11485         each rounding mode separately.
11486         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
11487         tests and results from lrint_tonearest_test_data,
11488         lrint_towardzero_test_data, lrint_downward_test_data and
11489         lrint_upward_test_data.
11490         (lrint_test): Use ALL_RM_TEST.
11491         (lrint_tonearest_test_data): Remove.
11492         (lrint_test_tonearest): Likewise.
11493         (lrint_towardzero_test_data): Likewise.
11494         (lrint_test_towardzero): Likewise.
11495         (lrint_downward_test_data): Likewise.
11496         (lrint_test_downward): Likewise.
11497         (lrint_upward_test_data): Likewise.
11498         (lrint_test_upward): Likewise.
11499         (llrint_test_data): Merge in per-rounding-mode tests and results
11500         from llrint_tonearest_test_data, llrint_towardzero_test_data,
11501         llrint_downward_test_data and llrint_upward_test_data.
11502         (llrint_test): Use ALL_RM_TEST.
11503         (llrint_tonearest_test_data): Remove.
11504         (llrint_test_tonearest): Likewise.
11505         (llrint_towardzero_test_data): Likewise.
11506         (llrint_test_towardzero): Likewise.
11507         (llrint_downward_test_data): Likewise.
11508         (llrint_test_downward): Likewise.
11509         (llrint_upward_test_data): Likewise.
11510         (llrint_test_upward): Likewise.
11511         (rint_test_data): Merge in per-rounding-mode tests and results
11512         from rint_tonearest_test_data, rint_towardzero_test_data,
11513         rint_downward_test_data and rint_upward_test_data.  Add
11514         per-rounding-mode results for tests not in those arrays.
11515         (rint_test): Use ALL_RM_TEST.
11516         (rint_tonearest_test_data): Remove.
11517         (rint_test_tonearest): Likewise.
11518         (rint_towardzero_test_data): Likewise.
11519         (rint_test_towardzero): Likewise.
11520         (rint_downward_test_data): Likewise.
11521         (rint_test_downward): Likewise.
11522         (rint_upward_test_data): Likewise.
11523         (rint_test_upward): Likewise.
11524         (main): Don't call removed functions.
11526 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11528         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
11529         "Compiled on ..." crapola.  It is anti-useful.
11531 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
11533         * scripts/evaluate-test.sh: Handle fourth argument to determine
11534         whether test run should stop on failure.
11535         * Makeconfig (stop-on-test-failure): New variable.
11536         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
11537         $(stop-on-test-failure).
11538         * Makefile (tests): Give a summary of results from testing and
11539         exit with failure status if they include an ERROR or FAIL.
11540         (xtests): Likewise.
11541         * manual/install.texi (Configuring and compiling): Mention
11542         stop-on-test-failure=y.
11543         * INSTALL: Regenerated.
11545 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11547         * scripts/versionlist.awk: New file.
11548         * Makerules [$(build-shared) = yes]
11549         (postclean-generated): Add Versions.def, not Versions.def.v and
11550         Versions.def.v.i.
11551         ($(common-objpfx)Versions.def.v.i): Target removed.
11552         ($(common-objpfx)Versions.def): New target.
11553         ($(common-objpfx)Versions.all): Depend on that rather that
11554         $(common-objpfx)Versions.def.v.
11555         * Versions.def: File removed.
11557         * Makeconfig (+gccwarn): Add -Wundef.
11558         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
11559         a dl-sysdep.h breaking its contract.
11560         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
11561         * include/stackinfo.h: New file.
11562         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
11563         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
11564         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
11565         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
11566         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
11567         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
11568         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11569         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11570         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11571         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11572         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11573         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
11574         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11575         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11576         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11578 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11580         [BZ #16707]
11581         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
11582         implementation.
11583         * math/libm-test.inc (round_test_data): Add more tests.
11585         [BZ #16706]
11586         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
11587         implementation.
11588         * math/libm-test.inc (nearbyint_test_data): Add more tests.
11590         [BZ #16701]
11591         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
11592         implementation.
11593         * math/libm-test.inc (ceil_test_data): Add more tests.
11595         * math/libm-test.inc (trunc_test_data): Add more tests related to
11596         BZ#16414.
11598 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11600         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
11601         with #if rather than #ifdef.
11602         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
11604 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
11606         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
11607         first.  Disable AVX-512 GCC support if assembler doesn't support
11608         it.
11609         * sysdeps/x86_64/configure: Regenerated.
11611 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
11613         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
11614         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
11615         (__old_pthread_attr_setstack): Likewise.
11616         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
11617         [!_STACK_GROWS_DOWN]: Likewise.
11619 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
11621         * config.make.in (have-bash2): Delete.
11622         * configure.ac (libc_cv_have_bash2): Delete.
11623         * configure: Regenerate.
11624         * elf/Makefile (common-ldd-rewrite): Rename to ...
11625         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
11626         (sh-ldd-rewrite): Delete.
11627         (bash-ldd-rewrite): Delete.
11628         (have-bash2): Delete checks.
11629         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
11630         ldd-rewrite.
11632         * config.make.in (have-ksh): Delete.
11633         (KSH): Delete.
11634         * configure.ac (libc_cv_have_ksh): Delete.
11635         * configure: Regenerate.
11637         * elf/Makefile: Delete $(have-ksh) check.
11638         ($(objpfx)sotruss): Change KSH to BASH.
11639         * elf/sotruss.ksh: Rename to ...
11640         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
11641         function style to match POSIX.  Drop ksh vim mode setting.
11643         * manual/time.texi (Specifying the Time Zone with TZ): Change
11644         Tuesday to Thursday.
11646         * debug/tst-longjmp_chk2.c: Update header comment.
11647         (stackoverflow_handler): Add comment.  Call assert on pass value.
11649 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
11651         [BZ #16194]
11652         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
11653         (HAVE_AVX512_ASM_SUPPORT): Likewise.
11654         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
11655         (La_x86_64_vector): Add zmm.
11656         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
11657         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
11658         ($(objpfx)tst-audit10): New target.
11659         ($(objpfx)tst-audit10.out): Likewise.
11660         (tst-audit10-ENV): New.
11661         (AVX512-CFLAGS): Likewise.
11662         (CFLAGS-tst-audit10.c): Likewise.
11663         (CFLAGS-tst-auditmod10a.c): Likewise.
11664         (CFLAGS-tst-auditmod10b.c): Likewise.
11665         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
11666         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
11667         * sysdeps/x86_64/configure: Regenerated.
11668         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
11669         AVX-512 zmm register support.
11670         (_dl_x86_64_save_sse): Likewise.
11671         (_dl_x86_64_restore_sse): Likewise.
11672         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
11673         size vector registers.
11674         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
11675         (ZMM_SIZE): Likewise.
11676         * sysdeps/x86_64/tst-audit10.c: New file.
11677         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
11678         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
11680 2014-03-13  Roland McGrath  <roland@hack.frob.com>
11682         * configure.ac (HAVE_EHDR_START): New check.
11683         * configure: Regenerated.
11684         * config.h.in (HAVE_EHDR_START): New #undef.
11685         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
11686         assuming the lowest-addressed segment maps the start of the file.
11688 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
11690         * INSTALL: Regenerated.
11692 2014-03-13  Will Newton  <will.newton@linaro.org>
11694         * manual/setjmp.texi (System V contexts): Improve
11695         clarity and grammar of documentation.
11697 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
11699         [BZ #16381]
11700         * elf/Makefile (tests): Add tst-pie2.
11701         (tests-pie): Add tst-pie2.
11702         * elf/tst-pie2.c: New file.
11703         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
11704         for ET_EXEC.
11705         * elf/rtld.c (map_doit): Load executable as lt_executable.
11706         (dl_main): Likewise.
11708 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
11710         [BZ #16642]
11711         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11712         (__ASSUME_PSELECT): Undefine.
11714 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11716         [BZ #16689]
11717         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
11718         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
11719         static build.
11720         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
11721         selector for static builds.
11723 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
11725         [BZ #16695]
11726         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
11727         key in the buffer.
11729 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11731         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
11732         IFUNC selector for static builds.
11734 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
11736         * sysdeps/mips/math_private.h [__mips_hard_float]
11737         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
11738         libc_feresetround_mips_ctx.
11739         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
11740         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
11741         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
11743         [BZ #16677]
11744         * math/s_nextafter.c (__nextafter): Do not return value from
11745         overflowing computation.
11746         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
11747         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
11748         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
11749         Likewise.
11750         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
11751         Likewise.
11752         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
11753         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
11755 2014-03-11  Roland McGrath  <roland@hack.frob.com>
11757         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
11758         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
11759         Move sfi_sp use from the load-multiple (that no longer sets sp) to
11760         the new mov targetting sp.
11762 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11764         [BZ #16683]
11765         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
11766         Define it for static builds as well.
11767         (NO_BZERO_IMPL): Likewise.
11769 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11771         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
11772         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
11773         multiarch strspn for PPC64.
11774         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
11775         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
11776         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11777         (__libc_ifunc_impl_list): Likewise.
11778         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
11779         multiarch optimizations
11780         * string/strspn.c (strspn): Using macro to redefine symbol name.
11782 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11783             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11785         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
11786         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
11787         multiarch strncat for PPC64.
11788         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
11789         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
11790         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11791         (__libc_ifunc_impl_list): Likewise.
11792         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
11793         multiarch optimizations
11795 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11797         [BZ #16639]
11798         * nscd/nscd.service: Make service type forking.
11800 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11802         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
11803         sign in non default rounding modes.
11804         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
11806 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
11808         * math/libm-test.inc (ALL_RM_TEST): New macro.
11809         (ceil_test): Use ALL_RM_TEST.
11810         (cimag_test): Likewise.
11811         (conj_test): Likewise.
11812         (copysign_test): Likewise.
11813         (cproj_test): Likewise.
11814         (creal_test): Likewise.
11815         (fabs_test): Likewise.
11816         (floor_test): Likewise.
11817         (fmax_test): Likewise.
11818         (fmin_test): Likewise.
11819         (fmod_test): Likewise.
11820         (fpclassify_test): Likewise.
11821         (frexp_test): Likewise.
11822         (ilogb_test): Likewise.
11823         (isfinite_test): Likewise.
11824         (finite_test): Likewise.
11825         (isgreater_test): Likewise.
11826         (isgreaterequal_test): Likewise.
11827         (isinf_test): Likewise.
11828         (isless_test): Likewise.
11829         (islessequal_test): Likewise.
11830         (islessgreater_test): Likewise.
11831         (isnan_test): Likewise.
11832         (isnormal_test): Likewise.
11833         (issignaling_test): Likewise.
11834         (isunordered_test): Likewise.
11835         (logb_test): Likewise.
11836         (logb_downward_test_data): Remove.
11837         (logb_test_downward): Likewise.
11838         (lround_test): Use ALL_RM_TEST.
11839         (llround_test): Likewise.
11840         (modf_test): Likewise.
11841         (nexttoward_test): Likewise.
11842         (remainder_test): Likewise.
11843         (drem_test): Likewise.
11844         (remainder_tonearest_test_data): Likewise.
11845         (remainder_test_tonearest): Likewise.
11846         (drem_test_tonearest): Likewise.
11847         (remainder_towardzero_test_data): Likewise.
11848         (remainder_test_towardzero): Likewise.
11849         (drem_test_towardzero): Likewise.
11850         (remainder_downward_test_data): Likewise.
11851         (remainder_test_downward): Likewise.
11852         (drem_test_downward): Likewise.
11853         (remainder_upward_test_data): Likewise.
11854         (remainder_test_upward): Likewise.
11855         (drem_test_upward): Likewise.
11856         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
11857         (round_test): Use ALL_RM_TEST.
11858         (signbit_test): Likewise.
11859         (trunc_test): Likewise.
11860         (significand_test): Likewise.
11861         (main): Don't call removed functions.
11863 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
11865         [BZ #16674]
11866         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
11867         || __USE_XOPEN2K8].
11868         (ILL_ILLOPN): Likewise.
11869         (ILL_ILLADR): Likewise.
11870         (ILL_ILLTRP): Likewise.
11871         (ILL_PRVOPC): Likewise.
11872         (ILL_PRVREG): Likewise.
11873         (ILL_COPROC): Likewise.
11874         (ILL_BADSTK): Likewise.
11875         (FPE_INTDIV): Likewise.
11876         (FPE_INTOVF): Likewise.
11877         (FPE_FLTDIV): Likewise.
11878         (FPE_FLTOVF): Likewise.
11879         (FPE_FLTUND): Likewise.
11880         (FPE_FLTRES): Likewise.
11881         (FPE_FLTINV): Likewise.
11882         (FPE_FLTSUB): Likewise.
11883         (SEGV_MAPERR): Likewise.
11884         (SEGV_ACCERR): Likewise.
11885         (BUS_ADRALN): Likewise.
11886         (BUS_ADRERR): Likewise.
11887         (BUS_OBJERR): Likewise.
11888         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
11889         (TRAP_TRACE): Likewise.
11890         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
11891         __USE_XOPEN2K8].
11892         (CLD_KILLED): Likewise.
11893         (CLD_DUMPED): Likewise.
11894         (CLD_TRAPPED): Likewise.
11895         (CLD_STOPPED): Likewise.
11896         (CLD_CONTINUED): Likewise.
11897         (POLL_IN): Likewise.
11898         (POLL_OUT): Likewise.
11899         (POLL_MSG): Likewise.
11900         (POLL_ERR): Likewise.
11901         (POLL_PRI): Likewise.
11902         (POLL_HUP): Likewise.
11903         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
11904         Likewise.
11905         (ILL_ILLOPN): Likewise.
11906         (ILL_ILLADR): Likewise.
11907         (ILL_ILLTRP): Likewise.
11908         (ILL_PRVOPC): Likewise.
11909         (ILL_PRVREG): Likewise.
11910         (ILL_COPROC): Likewise.
11911         (ILL_BADSTK): Likewise.
11912         (FPE_INTDIV): Likewise.
11913         (FPE_INTOVF): Likewise.
11914         (FPE_FLTDIV): Likewise.
11915         (FPE_FLTOVF): Likewise.
11916         (FPE_FLTUND): Likewise.
11917         (FPE_FLTRES): Likewise.
11918         (FPE_FLTINV): Likewise.
11919         (FPE_FLTSUB): Likewise.
11920         (SEGV_MAPERR): Likewise.
11921         (SEGV_ACCERR): Likewise.
11922         (BUS_ADRALN): Likewise.
11923         (BUS_ADRERR): Likewise.
11924         (BUS_OBJERR): Likewise.
11925         (BUS_MCEERR_AR): Likewise.
11926         (BUS_MCEERR_AO): Likewise.
11927         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
11928         (TRAP_TRACE): Likewise.
11929         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
11930         __USE_XOPEN2K8].
11931         (CLD_KILLED): Likewise.
11932         (CLD_DUMPED): Likewise.
11933         (CLD_TRAPPED): Likewise.
11934         (CLD_STOPPED): Likewise.
11935         (CLD_CONTINUED): Likewise.
11936         (POLL_IN): Likewise.
11937         (POLL_OUT): Likewise.
11938         (POLL_MSG): Likewise.
11939         (POLL_ERR): Likewise.
11940         (POLL_PRI): Likewise.
11941         (POLL_HUP): Likewise.
11942         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
11943         (ILL_ILLOPN): Likewise.
11944         (ILL_ILLADR): Likewise.
11945         (ILL_ILLTRP): Likewise.
11946         (ILL_PRVOPC): Likewise.
11947         (ILL_PRVREG): Likewise.
11948         (ILL_COPROC): Likewise.
11949         (ILL_BADSTK): Likewise.
11950         (FPE_INTDIV): Likewise.
11951         (FPE_INTOVF): Likewise.
11952         (FPE_FLTDIV): Likewise.
11953         (FPE_FLTOVF): Likewise.
11954         (FPE_FLTUND): Likewise.
11955         (FPE_FLTRES): Likewise.
11956         (FPE_FLTINV): Likewise.
11957         (FPE_FLTSUB): Likewise.
11958         (SEGV_MAPERR): Likewise.
11959         (SEGV_ACCERR): Likewise.
11960         (BUS_ADRALN): Likewise.
11961         (BUS_ADRERR): Likewise.
11962         (BUS_OBJERR): Likewise.
11963         (BUS_MCEERR_AR): Likewise.
11964         (BUS_MCEERR_AO): Likewise.
11965         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
11966         (TRAP_TRACE): Likewise.
11967         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
11968         __USE_XOPEN2K8].
11969         (CLD_KILLED): Likewise.
11970         (CLD_DUMPED): Likewise.
11971         (CLD_TRAPPED): Likewise.
11972         (CLD_STOPPED): Likewise.
11973         (CLD_CONTINUED): Likewise.
11974         (POLL_IN): Likewise.
11975         (POLL_OUT): Likewise.
11976         (POLL_MSG): Likewise.
11977         (POLL_ERR): Likewise.
11978         (POLL_PRI): Likewise.
11979         (POLL_HUP): Likewise.
11980         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
11981         Likewise.
11982         (ILL_ILLOPN): Likewise.
11983         (ILL_ILLADR): Likewise.
11984         (ILL_ILLTRP): Likewise.
11985         (ILL_PRVOPC): Likewise.
11986         (ILL_PRVREG): Likewise.
11987         (ILL_COPROC): Likewise.
11988         (ILL_BADSTK): Likewise.
11989         (ILL_BADIADDR): Likewise.
11990         (ILL_BREAK): Likewise.
11991         (FPE_INTDIV): Likewise.
11992         (FPE_INTOVF): Likewise.
11993         (FPE_FLTDIV): Likewise.
11994         (FPE_FLTOVF): Likewise.
11995         (FPE_FLTUND): Likewise.
11996         (FPE_FLTRES): Likewise.
11997         (FPE_FLTINV): Likewise.
11998         (FPE_FLTSUB): Likewise.
11999         (FPE_DECOVF): Likewise.
12000         (FPE_DECDIV): Likewise.
12001         (FPE_DECERR): Likewise.
12002         (FPE_INVASC): Likewise.
12003         (FPE_INVDEC): Likewise.
12004         (SEGV_MAPERR): Likewise.
12005         (SEGV_ACCERR): Likewise.
12006         (SEGV_PSTKOVF): Likewise.
12007         (BUS_ADRALN): Likewise.
12008         (BUS_ADRERR): Likewise.
12009         (BUS_OBJERR): Likewise.
12010         (BUS_MCEERR_AR): Likewise.
12011         (BUS_MCEERR_AO): Likewise.
12012         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12013         (TRAP_TRACE): Likewise.
12014         (TRAP_BRANCH): Likewise.
12015         (TRAP_HWBKPT): Likewise.
12016         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12017         __USE_XOPEN2K8].
12018         (CLD_KILLED): Likewise.
12019         (CLD_DUMPED): Likewise.
12020         (CLD_TRAPPED): Likewise.
12021         (CLD_STOPPED): Likewise.
12022         (CLD_CONTINUED): Likewise.
12023         (POLL_IN): Likewise.
12024         (POLL_OUT): Likewise.
12025         (POLL_MSG): Likewise.
12026         (POLL_ERR): Likewise.
12027         (POLL_PRI): Likewise.
12028         (POLL_HUP): Likewise.
12029         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12030         (ILL_ILLOPN): Likewise.
12031         (ILL_ILLADR): Likewise.
12032         (ILL_ILLTRP): Likewise.
12033         (ILL_PRVOPC): Likewise.
12034         (ILL_PRVREG): Likewise.
12035         (ILL_COPROC): Likewise.
12036         (ILL_BADSTK): Likewise.
12037         (FPE_INTDIV): Likewise.
12038         (FPE_INTOVF): Likewise.
12039         (FPE_FLTDIV): Likewise.
12040         (FPE_FLTOVF): Likewise.
12041         (FPE_FLTUND): Likewise.
12042         (FPE_FLTRES): Likewise.
12043         (FPE_FLTINV): Likewise.
12044         (FPE_FLTSUB): Likewise.
12045         (SEGV_MAPERR): Likewise.
12046         (SEGV_ACCERR): Likewise.
12047         (BUS_ADRALN): Likewise.
12048         (BUS_ADRERR): Likewise.
12049         (BUS_OBJERR): Likewise.
12050         (BUS_MCEERR_AR): Likewise.
12051         (BUS_MCEERR_AO): Likewise.
12052         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12053         (TRAP_TRACE): Likewise.
12054         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12055         __USE_XOPEN2K8].
12056         (CLD_KILLED): Likewise.
12057         (CLD_DUMPED): Likewise.
12058         (CLD_TRAPPED): Likewise.
12059         (CLD_STOPPED): Likewise.
12060         (CLD_CONTINUED): Likewise.
12061         (POLL_IN): Likewise.
12062         (POLL_OUT): Likewise.
12063         (POLL_MSG): Likewise.
12064         (POLL_ERR): Likewise.
12065         (POLL_PRI): Likewise.
12066         (POLL_HUP): Likewise.
12067         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12068         (ILL_ILLOPN): Likewise.
12069         (ILL_ILLADR): Likewise.
12070         (ILL_ILLTRP): Likewise.
12071         (ILL_PRVOPC): Likewise.
12072         (ILL_PRVREG): Likewise.
12073         (ILL_COPROC): Likewise.
12074         (ILL_BADSTK): Likewise.
12075         (FPE_INTDIV): Likewise.
12076         (FPE_INTOVF): Likewise.
12077         (FPE_FLTDIV): Likewise.
12078         (FPE_FLTOVF): Likewise.
12079         (FPE_FLTUND): Likewise.
12080         (FPE_FLTRES): Likewise.
12081         (FPE_FLTINV): Likewise.
12082         (FPE_FLTSUB): Likewise.
12083         (SEGV_MAPERR): Likewise.
12084         (SEGV_ACCERR): Likewise.
12085         (BUS_ADRALN): Likewise.
12086         (BUS_ADRERR): Likewise.
12087         (BUS_OBJERR): Likewise.
12088         (BUS_MCEERR_AR): Likewise.
12089         (BUS_MCEERR_AO): Likewise.
12090         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12091         (TRAP_TRACE): Likewise.
12092         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12093         __USE_XOPEN2K8].
12094         (CLD_KILLED): Likewise.
12095         (CLD_DUMPED): Likewise.
12096         (CLD_TRAPPED): Likewise.
12097         (CLD_STOPPED): Likewise.
12098         (CLD_CONTINUED): Likewise.
12099         (POLL_IN): Likewise.
12100         (POLL_OUT): Likewise.
12101         (POLL_MSG): Likewise.
12102         (POLL_ERR): Likewise.
12103         (POLL_PRI): Likewise.
12104         (POLL_HUP): Likewise.
12105         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12106         (ILL_ILLOPN): Likewise.
12107         (ILL_ILLADR): Likewise.
12108         (ILL_ILLTRP): Likewise.
12109         (ILL_PRVOPC): Likewise.
12110         (ILL_PRVREG): Likewise.
12111         (ILL_COPROC): Likewise.
12112         (ILL_BADSTK): Likewise.
12113         (FPE_INTDIV): Likewise.
12114         (FPE_INTOVF): Likewise.
12115         (FPE_FLTDIV): Likewise.
12116         (FPE_FLTOVF): Likewise.
12117         (FPE_FLTUND): Likewise.
12118         (FPE_FLTRES): Likewise.
12119         (FPE_FLTINV): Likewise.
12120         (FPE_FLTSUB): Likewise.
12121         (SEGV_MAPERR): Likewise.
12122         (SEGV_ACCERR): Likewise.
12123         (BUS_ADRALN): Likewise.
12124         (BUS_ADRERR): Likewise.
12125         (BUS_OBJERR): Likewise.
12126         (BUS_MCEERR_AR): Likewise.
12127         (BUS_MCEERR_AO): Likewise.
12128         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12129         (TRAP_TRACE): Likewise.
12130         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12131         __USE_XOPEN2K8].
12132         (CLD_KILLED): Likewise.
12133         (CLD_DUMPED): Likewise.
12134         (CLD_TRAPPED): Likewise.
12135         (CLD_STOPPED): Likewise.
12136         (CLD_CONTINUED): Likewise.
12137         (POLL_IN): Likewise.
12138         (POLL_OUT): Likewise.
12139         (POLL_MSG): Likewise.
12140         (POLL_ERR): Likewise.
12141         (POLL_PRI): Likewise.
12142         (POLL_HUP): Likewise.
12143         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12144         (ILL_ILLOPN): Likewise.
12145         (ILL_ILLADR): Likewise.
12146         (ILL_ILLTRP): Likewise.
12147         (ILL_PRVOPC): Likewise.
12148         (ILL_PRVREG): Likewise.
12149         (ILL_COPROC): Likewise.
12150         (ILL_BADSTK): Likewise.
12151         (ILL_DBLFLT): Likewise.
12152         (ILL_HARDWALL): 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/x86/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         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12222         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12224         [BZ #16670]
12225         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12226         before #include of <time.h>.
12227         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12228         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12229         (test-xfail-UNIX98/sched.h/conform): Likewise.
12231 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12233         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12234         error absence of trapping exception support.
12235         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12237 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12239         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12240         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12241         * timezone/Makefile (testdata): Move definition above include of
12242         Rules.
12243         (test-zones): New variable.
12244         (tests-special): Add zone files.
12245         (build-testdata): Use $(evaluate-test).
12247         * elf/Makefile (tests-special): Rename tests to end with .out.
12248         ($(objpfx)noload-mem): Likewise.
12249         ($(objpfx)tst-leaks1-mem): Likewise.
12250         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12251         * iconv/Makefile (xtests-special): Change test-iconvconfig to
12252         $(objpfx)test-iconvconfig.out.
12253         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
12254         set -e inside subshell and redirect output to file.
12255         * iconvdata/Makefile (generated): Rename tests to end with .out.
12256         Correct type.
12257         (tests-special): Rename tests to end with .out.
12258         ($(objpfx)mtrace-tst-loading): Likewise.
12259         * intl/Makefile (generated): Likewise.
12260         (tests-special): Likewise.
12261         ($(objpfx)mtrace-tst-gettext): Likewise.
12262         * misc/Makefile (generated): Likewise.
12263         (tests-special): Likewise.
12264         ($(objpfx)tst-error1-mem): Likewise.
12265         * nptl/Makefile (tests-special): Likewise.
12266         ($(objpfx)tst-stack3-mem): Likewise.
12267         (generated): Likewise.
12268         * posix/Makefile (generated): Likewise.
12269         (tests-special): Likewise.
12270         (xtests-special): Likewise.
12271         ($(objpfx)tst-fnmatch-mem): Likewise.
12272         ($(objpfx)bug-regex2-mem): Likewise.
12273         ($(objpfx)bug-regex14-mem): Likewise.
12274         ($(objpfx)bug-regex21-mem): Likewise.
12275         ($(objpfx)bug-regex31-mem): Likewise.
12276         ($(objpfx)tst-vfork3-mem): Likewise.
12277         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12278         ($(objpfx)tst-pcre-mem): Likewise.
12279         ($(objpfx)tst-boost-mem): Likewise.
12280         ($(objpfx)bug-ga2-mem): Likewise.
12281         ($(objpfx)bug-glob2-mem): Likewise.
12282         * resolv/Makefile (generate): Likewise.
12283         (tests-special): Likewise.
12284         (xtests-special): Likewise.
12285         (generated): Likewise.
12286         ($(objpfx)mtrace-tst-leaks): Likewise.
12287         ($(objpfx)mtrace-tst-leaks2): Likewise.
12289         * scripts/merge-test-results.sh: New file.
12290         * Makefile (tests-special-notdir): New variable.
12291         (tests): Run merge-test-results.sh.
12292         (xtests): Likewise.
12293         * Rules (tests-special-notdir): New variable.
12294         (xtests-special-notdir): Likewise.
12295         (tests): Run merge-test-results.sh
12296         (xtests): Likewise.
12298         * Makeconfig (test-xfail-name): New variable.
12299         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12300         compute variable name for expected failures.
12301         * conform/Makefile (conformtest-headers-data): New variable.
12302         (conformtest-standards): Likewise.
12303         (conformtest-headers-ISO): Likewise.
12304         (conformtest-headers-ISO99): Likewise.
12305         (conformtest-headers-ISO11): Likewise.
12306         (conformtest-headers-POSIX): Likewise.
12307         (conformtest-headers-XPG3): Likewise.
12308         (conformtest-headers-XPG4): Likewise.
12309         (conformtest-headers-UNIX98): Likewise.
12310         (conformtest-headers-XOPEN2K): Likewise.
12311         (conformtest-headers-POSIX2008): Likewise.
12312         (conformtest-headers-XOPEN2K8): Likewise.
12313         (conformtest-header-list-base): Likewise.
12314         (conformtest-header-list-tests): Likewise.
12315         (conformtest-header-base): Likewise.
12316         (conformtest-header-tests): Likewise.
12317         (tests-special): Add $(conformtest-header-list-tests).  If
12318         [$(fast-check) && !$(cross-compiling)], add
12319         $(conformtest-header-tests) instead of
12320         $(objpfx)run-conformtest.out.
12321         (generated): Add $(conformtest-header-list-base).  If
12322         [$(fast-check) && !$(cross-compiling)], add
12323         $(conformtest-header-base).  Remove previous setting.
12324         ($(conformtest-header-list-tests)): New target.
12325         (test-xfail-run-conformtest): Remove variable.
12326         ($(objpfx)run-conformtest.out): Remove target.
12327         (test-xfail-ISO11/complex.h/conform): New variable.
12328         (test-xfail-ISO11/stdalign.h/conform): Likewise.
12329         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12330         (test-xfail-XPG3/varargs.h/conform): Likewise.
12331         (test-xfail-XPG4/varargs.h/conform): Likewise.
12332         (test-xfail-UNIX98/varargs.h/conform): Likewise.
12333         (test-xfail-XPG4/ndbm.h/conform): Likewise.
12334         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12335         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12336         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12337         (test-xfail-XPG3/fcntl.h/conform): Likewise.
12338         (test-xfail-XPG3/ftw.h/conform): Likewise.
12339         (test-xfail-XPG3/grp.h/conform): Likewise.
12340         (test-xfail-XPG3/langinfo.h/conform): Likewise.
12341         (test-xfail-XPG3/limits.h/conform): Likewise.
12342         (test-xfail-XPG3/pwd.h/conform): Likewise.
12343         (test-xfail-XPG3/search.h/conform): Likewise.
12344         (test-xfail-XPG3/signal.h/conform): Likewise.
12345         (test-xfail-XPG3/stdio.h/conform): Likewise.
12346         (test-xfail-XPG3/stdlib.h/conform): Likewise.
12347         (test-xfail-XPG3/string.h/conform): Likewise.
12348         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12349         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12350         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12351         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12352         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12353         (test-xfail-XPG3/sys/types.h/conform): Likewise.
12354         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12355         (test-xfail-XPG3/termios.h/conform): Likewise.
12356         (test-xfail-XPG3/time.h/conform): Likewise.
12357         (test-xfail-XPG3/unistd.h/conform): Likewise.
12358         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12359         (test-xfail-XPG4/fcntl.h/conform): Likewise.
12360         (test-xfail-XPG4/langinfo.h/conform): Likewise.
12361         (test-xfail-XPG4/netdb.h/conform): Likewise.
12362         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12363         (test-xfail-XPG4/signal.h/conform): Likewise.
12364         (test-xfail-XPG4/stdio.h/conform): Likewise.
12365         (test-xfail-XPG4/stdlib.h/conform): Likewise.
12366         (test-xfail-XPG4/stropts.h/conform): Likewise.
12367         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12368         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12369         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12370         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12371         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12372         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12373         (test-xfail-XPG4/sys/time.h/conform): Likewise.
12374         (test-xfail-XPG4/sys/types.h/conform): Likewise.
12375         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12376         (test-xfail-XPG4/termios.h/conform): Likewise.
12377         (test-xfail-XPG4/ucontext.h/conform): Likewise.
12378         (test-xfail-XPG4/unistd.h/conform): Likewise.
12379         (test-xfail-XPG4/utmpx.h/conform): Likewise.
12380         (test-xfail-POSIX/sched.h/conform): Likewise.
12381         (test-xfail-POSIX/signal.h/conform): Likewise.
12382         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12383         (test-xfail-POSIX/tar.h/conform): Likewise.
12384         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12385         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12386         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12387         (test-xfail-UNIX98/netdb.h/conform): Likewise.
12388         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12389         (test-xfail-UNIX98/sched.h/conform): Likewise.
12390         (test-xfail-UNIX98/signal.h/conform): Likewise.
12391         (test-xfail-UNIX98/stdio.h/conform): Likewise.
12392         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12393         (test-xfail-UNIX98/stropts.h/conform): Likewise.
12394         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12395         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12396         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12397         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
12398         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
12399         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
12400         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
12401         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
12402         (test-xfail-UNIX98/unistd.h/conform): Likewise.
12403         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
12404         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
12405         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
12406         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
12407         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
12408         (test-xfail-XOPEN2K/math.h/conform): Likewise.
12409         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
12410         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
12411         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
12412         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
12413         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
12414         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
12415         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
12416         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
12417         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
12418         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
12419         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
12420         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
12421         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
12422         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
12423         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
12424         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
12425         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
12426         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
12427         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
12428         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
12429         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
12430         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
12431         (test-xfail-POSIX2008/signal.h/conform): Likewise.
12432         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
12433         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
12434         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
12435         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
12436         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
12437         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
12438         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
12439         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
12440         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
12441         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
12442         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
12443         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
12444         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
12445         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
12446         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
12447         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
12448         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
12449         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
12450         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
12451         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
12452         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
12453         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
12454         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
12455         (conformtest-cc-flags): Likewise.
12456         ($(conformtest-header-tests): New target.
12457         * conform/check-header-lists.sh: New file.
12458         * conform/run-conformtest.sh: Remove.
12460         * conform/conformtest.pl: Allow ' and \ in values given for
12461         constants.
12462         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
12463         inclusion.
12464         [POSIX] (sys/types.h): Likewise.
12465         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
12466         inclusion.
12467         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
12468         inclusion.
12469         * conform/data/signal.h-data (SIGIO): Remove expectation.
12470         [XPG3] (SIGBUS): Do not expect.
12471         [POSIX || XPG3] (SIGPOLL): Likewise.
12472         [POSIX || XPG3] (SIGPROF): Likewise.
12473         [POSIX || XPG3] (SIGSYS): Likewise.
12474         [XPG3] (SIGTRAP): Likewise.
12475         [POSIX || XPG3] (SIGURG): Likewise.
12476         [POSIX || XPG3] (SIGVTALRM): Likewise.
12477         [POSIX || XPG3] (SIGXCPU): Likewise.
12478         [POSIX || XPG3] (SIGXFSZ): Likewise.
12479         [POSIX] (SA_SIGINFO): Expect.
12480         [XPG3] (siginfo_t): Do not expect type or contents.
12481         [POSIX] (si_pid): Do not expect element.
12482         [POSIX] (si_uid): Likewise.
12483         [POSIX] (si_addr): Likewise.
12484         [POSIX] (si_status): Likewise.
12485         [POSIX] (si_band): Likewise.
12486         [XPG4] (si_value): Likewise.
12487         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
12488         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
12489         [POSIX || XPG3] (ILL_ILLADR): Likewise.
12490         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
12491         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
12492         [POSIX || XPG3] (ILL_PRVREG): Likewise.
12493         [POSIX || XPG3] (ILL_COPROC): Likewise.
12494         [POSIX || XPG3] (ILL_BADSTK): Likewise.
12495         [POSIX || XPG3] (FPE_INTDIV): Likewise.
12496         [POSIX || XPG3] (FPE_INTOVF): Likewise.
12497         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
12498         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
12499         [POSIX || XPG3] (FPE_FLTUND): Likewise.
12500         [POSIX || XPG3] (FPE_FLTRES): Likewise.
12501         [POSIX || XPG3] (FPE_FLTINV): Likewise.
12502         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
12503         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
12504         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
12505         [POSIX || XPG3] (BUS_ADRALN): Likewise.
12506         [POSIX || XPG3] (BUS_ADRERR): Likewise.
12507         [POSIX || XPG3] (BUS_OBJERR): Likewise.
12508         [POSIX || XPG3] (CLD_EXITED): Likewise.
12509         [POSIX || XPG3] (CLD_KILLED): Likewise.
12510         [POSIX || XPG3] (CLD_DUMPED): Likewise.
12511         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
12512         [POSIX || XPG3] (CLD_STOPPED): Likewise.
12513         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
12514         [POSIX || XPG3] (POLL_IN): Likewise.
12515         [POSIX || XPG3] (POLL_OUT): Likewise.
12516         [POSIX || XPG3] (POLL_MSG): Likewise.
12517         [POSIX || XPG3] (POLL_ERR): Likewise.
12518         [POSIX || XPG3] (POLL_PRI): Likewise.
12519         [POSIX || XPG3] (POLL_HUP): Likewise.
12520         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
12521         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
12522         (SIG*): Do not allow.
12523         [XPG3] (si_*): Likewise.
12524         [XPG3] (SI_*): Likewise.
12525         [XPG3 || XPG4] (sigev_*): Likewise.
12526         [XPG3 || XPG4] (SIGEV_*): Likewise.
12527         [XPG3 || XPG4] (sival_*): Likewise.
12528         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
12529         [POSIX || XPG3] (BUS_*): Likewise.
12530         [POSIX || XPG3] (CLD_*): Likewise.
12531         [POSIX || XPG3] (FPE_*): Likewise.
12532         [POSIX || XPG3] (ILL_*): Likewise.
12533         [POSIX || XPG3] (POLL_*): Likewise.
12534         [POSIX || XPG3] (SEGV_*): Likewise.
12535         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
12536         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
12537         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
12538         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
12539         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
12540         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
12541         Specify type and value.
12542         (TVERSLEN): Likewise.
12543         (REGTYPE): Likewise.
12544         (AREGTYPE): Likewise.
12545         (LNKTYPE): Likewise.
12546         (SYMTYPE): Likewise.
12547         (CHRTYPE): Likewise.
12548         (BLKTYPE): Likewise.
12549         (DIRTYPE): Likewise.
12550         (FIFOTYPE): Likewise.
12551         (CONTTYPE): Likewise.
12552         (TSUID): Likewise.
12553         (TSGID): Likewise.
12554         (TSVTX): Likewise.
12555         (TUREAD): Likewise.
12556         (TUWRITE): Likewise.
12557         (TUEXEC): Likewise.
12558         (TGREAD): Likewise.
12559         (TGWRITE): Likewise.
12560         (TGEXEC): Likewise.
12561         (TOREAD): Likewise.
12562         (TOWRITE): Likewise.
12563         (TOEXEC): Likewise.
12564         [POSIX] (TSVTX): Expect constant.
12566 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
12568         * Makefile (tests): Change dependencies to ....
12569         (tests-special): ... additions to this variable.
12570         (tests): Depend on $(tests-special).
12571         * Makerules (check-abi-list): New variable.
12572         (check-abi): Depend on $(check-abi-list).
12573         [$(subdir) = elf] (tests-special): Add
12574         $(objpfx)check-abi-libc.out.
12575         [$(build-shared) = yes && subdir] (tests-special): Add
12576         $(check-abi-list).
12577         [$(build-shared) = yes && subdir] (tests): Do not depend on
12578         check-abi.
12579         * Rules (tests): Depend on $(tests-special).
12580         (xtests): Depend on $(xtests-special).
12581         * catgets/Makefile (tests): Change dependencies to ....
12582         (tests-special): ... additions to this variable.
12583         * conform/Makefile (tests): Change dependencies to ....
12584         (tests-special): ... additions to this variable.
12585         * elf/Makefile (tests): Change dependencies to ....
12586         (tests-special): ... additions to this variable.
12587         * grp/Makefile (tests): Change dependencies to ....
12588         (tests-special): ... additions to this variable.
12589         * iconv/Makefile (xtests): Change dependencies to ....
12590         (xtests-special): ... additions to this variable.
12591         * iconvdata/Makefile (tests): Change dependencies to ....
12592         (tests-special): ... additions to this variable.
12593         * intl/Makefile (tests): Change dependencies to ....
12594         (tests-special): ... additions to this variable.  Also add
12595         $(objpfx)tst-gettext.out.
12596         * io/Makefile (tests): Change dependencies to ....
12597         (tests-special): ... additions to this variable.
12598         * libio/Makefile (tests): Change dependencies to ....
12599         (tests-special): ... additions to this variable.
12600         * malloc/Makefile (tests): Change dependencies to ....
12601         (tests-special): ... additions to this variable.
12602         * misc/Makefile (tests): Change dependencies to ....
12603         (tests-special): ... additions to this variable.
12604         * nptl/Makefile (tests): Change dependencies to ....
12605         (tests-special): ... additions to this variable.
12606         * nptl_db/Makefile (tests): Change dependencies to ....
12607         (tests-special): ... additions to this variable.
12608         * posix/Makefile (tests): Change dependencies to ....
12609         (tests-special): ... additions to this variable.
12610         (xtests): Change dependencies to ....
12611         (xtests-special): ... additions to this variable.
12612         * resolv/Makefile (tests): Change dependencies to ....
12613         (tests-special): ... additions to this variable.
12614         (xtests): Change dependencies to ....
12615         (xtests-special): ... additions to this variable.
12616         * stdio-common/Makefile (tests): Change dependencies to ....
12617         (tests-special): ... additions to this variable.
12618         (do-tst-unbputc): Remove target.
12619         (do-tst-printf): Likewise.
12620         * stdlib/Makefile (tests): Change dependencies to ....
12621         (tests-special): ... additions to this variable.
12622         * string/Makefile (tests): Change dependencies to ....
12623         (tests-special): ... additions to this variable.
12624         * sysdeps/x86/Makefile (tests): Change dependencies to ....
12625         (tests-special): ... additions to this variable.
12627         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
12628         whole file.
12629         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
12630         whole file.
12631         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
12632         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
12634         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
12635         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
12636         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
12637         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
12638         * conform/data/libgen.h-data [XPG3]: Likewise.
12639         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
12640         * conform/data/ndbm.h-data [XPG3]: Likewise.
12641         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12642         * conform/data/netdb.h-data [XPG3]: Likewise.
12643         * conform/data/netinet/in.h-data [XPG3]: Likewise.
12644         * conform/data/poll.h-data [XPG3]: Likewise.
12645         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12646         * conform/data/strings.h-data [XPG3]: Likewise.
12647         * conform/data/stropts.h-data [XPG3]: Likewise.
12648         * conform/data/sys/mman.h-data [XPG3]: Likewise.
12649         * conform/data/sys/resource.h-data [XPG3]: Likewise.
12650         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
12651         Likewise.
12652         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
12653         * conform/data/sys/time.h-data [XPG3]: Likewise.
12654         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
12655         * conform/data/sys/uio.h-data [XPG3]: Likewise.
12656         * conform/data/sys/un.h-data [XPG3]: Likewise.
12657         * conform/data/syslog.h-data [XPG3]: Likewise.
12658         * conform/data/ucontext.h-data [XPG3]: Likewise.
12659         * conform/data/utmpx.h-data [XPG3]: Likewise.
12660         * conform/data/varargs.h-data [UNIX98]: Enable file.
12662         * manual/Makefile (INSTALL_INFO): Remove variable setting.
12664         * math/libm-test.inc (struct test_f_f_data): Move expected results
12665         into structure for each rounding mode.
12666         (struct test_ff_f_data): Likewise.
12667         (struct test_ff_f_data_nexttoward): Likewise.
12668         (struct test_fi_f_data): Likewise.
12669         (struct test_fl_f_data): Likewise.
12670         (struct test_if_f_data): Likewise.
12671         (struct test_fff_f_data): Likewise.
12672         (struct test_c_f_data): Likewise.
12673         (struct test_f_f1_data): Likewise.
12674         (struct test_fF_f1_data): Likewise.
12675         (struct test_ffI_f1_data): Likewise.
12676         (struct test_c_c_data): Likewise.
12677         (struct test_cc_c_data): Likewise.
12678         (struct test_f_i_data): Likewise.
12679         (struct test_ff_i_data): Likewise.
12680         (struct test_f_l_data): Likewise.
12681         (struct test_f_L_data): Likewise.
12682         (struct test_fFF_11_data): Likewise.
12683         (RM_): New macro.
12684         (RM_FE_DOWNWARD): Likewise.
12685         (RM_FE_TONEAREST): Likewise.
12686         (RM_FE_TOWARDZERO): Likewise.
12687         (RM_FE_UPWARD): Likewise.
12688         (RUN_TEST_LOOP_f_f): Update references to expected results.
12689         (RUN_TEST_LOOP_2_f): Likewise.
12690         (RUN_TEST_LOOP_fff_f): Likewise.
12691         (RUN_TEST_LOOP_c_f): Likewise.
12692         (RUN_TEST_LOOP_f_f1): Likewise.
12693         (RUN_TEST_LOOP_fF_f1): Likewise.
12694         (RUN_TEST_LOOP_fI_f1): Likewise.
12695         (RUN_TEST_LOOP_ffI_f1): Likewise.
12696         (RUN_TEST_LOOP_c_c): Likewise.
12697         (RUN_TEST_LOOP_cc_c): Likewise.
12698         (RUN_TEST_LOOP_f_i): Likewise.
12699         (RUN_TEST_LOOP_f_i_tg): Likewise.
12700         (RUN_TEST_LOOP_ff_i_tg): Likewise.
12701         (RUN_TEST_LOOP_f_b): Likewise.
12702         (RUN_TEST_LOOP_f_b_tg): Likewise.
12703         (RUN_TEST_LOOP_f_l): Likewise.
12704         (RUN_TEST_LOOP_f_L): Likewise.
12705         (RUN_TEST_LOOP_fFF_11): Likewise.
12706         * math/gen-libm-test.pl (parse_args): Output four copies of
12707         expected results for each test.
12709         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12710         (__ASSUME_UTIMES): Remove.
12711         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12712         (__ASSUME_UTIMES): Likewise.
12714         * math/gen-auto-libm-tests.c: Update comment on output format.
12715         (output_for_one_input_case): Generate before-rounding and
12716         after-rounding information as conditions on output flags not
12717         floating-point format.
12718         * math/auto-libm-test-out: Regenerated.
12719         * math/gen-libm-test.pl (cond_value): New function.
12720         (or_cond_value): Use cond_value.
12721         (generate_testfile): Handle conditional exceptions.
12723 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
12725         * math/libm-test.inc (max_valid_error): New variable.
12726         (init_max_error): Take new argument specifying whether function
12727         results are exactly determined.  Set max_valid_error and bound
12728         other variables for errors based on this argument.
12729         (set_max_error): Do not record results above max_valid_error.
12730         (check_float_internal): Only accept errors of up to 0.5ulps if
12731         also at most max_valid_error.
12732         (START): Take new argument EXACT and pass it to init_max_error.
12733         (acos_test): Update call to START.
12734         (acos_test_tonearest): Likewise.
12735         (acos_test_towardzero): Likewise.
12736         (acos_test_downward): Likewise.
12737         (acos_test_upward): Likewise.
12738         (acosh_test): Likewise.
12739         (asin_test): Likewise.
12740         (asin_test_tonearest): Likewise.
12741         (asin_test_towardzero): Likewise.
12742         (asin_test_downward): Likewise.
12743         (asin_test_upward): Likewise.
12744         (asinh_test): Likewise.
12745         (atan_test): Likewise.
12746         (atanh_test): Likewise.
12747         (atan2_test): Likewise.
12748         (cabs_test): Likewise.
12749         (cacos_test): Likewise.
12750         (cacosh_test): Likewise.
12751         (carg_test): Likewise.
12752         (casin_test): Likewise.
12753         (casinh_test): Likewise.
12754         (catan_test): Likewise.
12755         (catanh_test): Likewise.
12756         (cbrt_test): Likewise.
12757         (ccos_test): Likewise.
12758         (ccosh_test): Likewise.
12759         (ceil_test): Likewise.
12760         (cexp_test): Likewise.
12761         (cimag_test): Likewise.
12762         (clog_test): Likewise.
12763         (clog10_test): Likewise.
12764         (conj_test): Likewise.
12765         (copysign_test): Likewise.
12766         (cos_test): Likewise.
12767         (cos_test_tonearest): Likewise.
12768         (cos_test_towardzero): Likewise.
12769         (cos_test_downward): Likewise.
12770         (cos_test_upward): Likewise.
12771         (cosh_test): Likewise.
12772         (cosh_test_tonearest): Likewise.
12773         (cosh_test_towardzero): Likewise.
12774         (cosh_test_downward): Likewise.
12775         (cosh_test_upward): Likewise.
12776         (cpow_test): Likewise.
12777         (cproj_test): Likewise.
12778         (creal_test): Likewise.
12779         (csin_test): Likewise.
12780         (csinh_test): Likewise.
12781         (csqrt_test): Likewise.
12782         (ctan_test): Likewise.
12783         (ctan_test_tonearest): Likewise.
12784         (ctan_test_towardzero): Likewise.
12785         (ctan_test_downward): Likewise.
12786         (ctan_test_upward): Likewise.
12787         (ctanh_test): Likewise.
12788         (ctanh_test_tonearest): Likewise.
12789         (ctanh_test_towardzero): Likewise.
12790         (ctanh_test_downward): Likewise.
12791         (ctanh_test_upward): Likewise.
12792         (erf_test): Likewise.
12793         (erfc_test): Likewise.
12794         (exp_test): Likewise.
12795         (exp_test_tonearest): Likewise.
12796         (exp_test_towardzero): Likewise.
12797         (exp_test_downward): Likewise.
12798         (exp_test_upward): Likewise.
12799         (exp10_test): Likewise.
12800         (exp10_test_tonearest): Likewise.
12801         (exp10_test_towardzero): Likewise.
12802         (exp10_test_downward): Likewise.
12803         (exp10_test_upward): Likewise.
12804         (pow10_test): Likewise.
12805         (exp2_test): Likewise.
12806         (expm1_test): Likewise.
12807         (expm1_test_tonearest): Likewise.
12808         (expm1_test_towardzero): Likewise.
12809         (expm1_test_downward): Likewise.
12810         (expm1_test_upward): Likewise.
12811         (fabs_test): Likewise.
12812         (fdim_test): Likewise.
12813         (floor_test): Likewise.
12814         (fma_test): Likewise.
12815         (fma_test_towardzero): Likewise.
12816         (fma_test_downward): Likewise.
12817         (fma_test_upward): Likewise.
12818         (fmax_test): Likewise.
12819         (fmin_test): Likewise.
12820         (fmod_test): Likewise.
12821         (fpclassify_test): Likewise.
12822         (frexp_test): Likewise.
12823         (hypot_test): Likewise.
12824         (ilogb_test): Likewise.
12825         (isfinite_test): Likewise.
12826         (finite_test): Likewise.
12827         (isgreater_test): Likewise.
12828         (isgreaterequal_test): Likewise.
12829         (isinf_test): Likewise.
12830         (isless_test): Likewise.
12831         (islessequal_test): Likewise.
12832         (islessgreater_test): Likewise.
12833         (isnan_test): Likewise.
12834         (isnormal_test): Likewise.
12835         (issignaling_test): Likewise.
12836         (isunordered_test): Likewise.
12837         (j0_test): Likewise.
12838         (j1_test): Likewise.
12839         (jn_test): Likewise.
12840         (ldexp_test): Likewise.
12841         (lgamma_test): Likewise.
12842         (gamma_test): Likewise.
12843         (lrint_test): Likewise.
12844         (lrint_test_tonearest): Likewise.
12845         (lrint_test_towardzero): Likewise.
12846         (lrint_test_downward): Likewise.
12847         (lrint_test_upward): Likewise.
12848         (llrint_test): Likewise.
12849         (llrint_test_tonearest): Likewise.
12850         (llrint_test_towardzero): Likewise.
12851         (llrint_test_downward): Likewise.
12852         (llrint_test_upward): Likewise.
12853         (log_test): Likewise.
12854         (log10_test): Likewise.
12855         (log1p_test): Likewise.
12856         (log2_test): Likewise.
12857         (logb_test): Likewise.
12858         (logb_test_downward): Likewise.
12859         (lround_test): Likewise.
12860         (llround_test): Likewise.
12861         (modf_test): Likewise.
12862         (nearbyint_test): Likewise.
12863         (nextafter_test): Likewise.
12864         (nexttoward_test): Likewise.
12865         (pow_test): Likewise.
12866         (pow_test_tonearest): Likewise.
12867         (pow_test_towardzero): Likewise.
12868         (pow_test_downward): Likewise.
12869         (pow_test_upward): Likewise.
12870         (remainder_test): Likewise.
12871         (drem_test): Likewise.
12872         (remainder_test_tonearest): Likewise.
12873         (drem_test_tonearest): Likewise.
12874         (remainder_test_towardzero): Likewise.
12875         (drem_test_towardzero): Likewise.
12876         (remainder_test_downward): Likewise.
12877         (drem_test_downward): Likewise.
12878         (remainder_test_upward): Likewise.
12879         (drem_test_upward): Likewise.
12880         (remquo_test): Likewise.
12881         (rint_test): Likewise.
12882         (rint_test_tonearest): Likewise.
12883         (rint_test_towardzero): Likewise.
12884         (rint_test_downward): Likewise.
12885         (rint_test_upward): Likewise.
12886         (round_test): Likewise.
12887         (scalb_test): Likewise.
12888         (scalbn_test): Likewise.
12889         (scalbln_test): Likewise.
12890         (signbit_test): Likewise.
12891         (sin_test): Likewise.
12892         (sin_test_tonearest): Likewise.
12893         (sin_test_towardzero): Likewise.
12894         (sin_test_downward): Likewise.
12895         (sin_test_upward): Likewise.
12896         (sincos_test): Likewise.
12897         (sinh_test): Likewise.
12898         (sinh_test_tonearest): Likewise.
12899         (sinh_test_towardzero): Likewise.
12900         (sinh_test_downward): Likewise.
12901         (sinh_test_upward): Likewise.
12902         (sqrt_test): Likewise.
12903         (sqrt_test_tonearest): Likewise.
12904         (sqrt_test_towardzero): Likewise.
12905         (sqrt_test_downward): Likewise.
12906         (sqrt_test_upward): Likewise.
12907         (tan_test): Likewise.
12908         (tan_test_tonearest): Likewise.
12909         (tan_test_towardzero): Likewise.
12910         (tan_test_downward): Likewise.
12911         (tan_test_upward): Likewise.
12912         (tanh_test): Likewise.
12913         (tgamma_test): Likewise.
12914         (trunc_test): Likewise.
12915         (y0_test): Likewise.
12916         (y1_test): Likewise.
12917         (yn_test): Likewise.
12918         (significand_test): Likewise.
12920         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
12921         individual tests in comment.
12922         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
12923         (prev_max_error): New variable.
12924         (prev_real_max_error): Likewise.
12925         (prev_imag_max_error): Likewise.
12926         (compare_ulp_data): Don't refer to test names in comment.
12927         (find_test_ulps): Remove function.
12928         (find_function_ulps): Likewise.
12929         (find_complex_function_ulps): Likewise.
12930         (init_max_error): Take function name as argument.  Look up ulps
12931         for that function.
12932         (print_ulps): Remove function.
12933         (print_max_error): Use prev_max_error instead of calling
12934         find_function_ulps.
12935         (print_complex_max_error): Use prev_real_max_error and
12936         prev_imag_max_error instead of calling find_complex_function_ulps.
12937         (check_float_internal): Take max_ulp parameter instead of calling
12938         find_test_ulps.  Don't call print_ulps.
12939         (check_float): Update call to check_float_internal.
12940         (check_complex): Update calls to check_float_internal.
12941         (START): Pass argument to init_max_error.
12942         * math/gen-libm-test.pl (%results): Don't include "kind"
12943         information.
12944         (parse_ulps): Don't handle ulps of individual tests.
12945         (print_ulps_file): Likewise.
12946         (output_ulps): Likewise.
12947         * math/README.libm-test: Update.
12948         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
12949         individual tests.
12950         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
12951         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
12952         * sysdeps/arm/libm-test-ulps: Likewise.
12953         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
12954         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
12955         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
12956         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
12957         * sysdeps/microblaze/libm-test-ulps: Likewise.
12958         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
12959         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
12960         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
12961         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
12962         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
12963         * sysdeps/sh/libm-test-ulps: Likewise.
12964         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
12965         * sysdeps/tile/libm-test-ulps: Likewise.
12966         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12968 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
12970         * math/libm-test.inc (print_complex_max_error): Check separately
12971         whether real and imaginary errors are within allowed range and
12972         pass 0 to print_complex_function_ulps instead of value within
12973         allowed range.
12975 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
12977         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
12978         formatting.
12979         (get_handles_fopen): Likewise.
12980         (do_write_test): Likewise.
12982         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
12984         * libio/fileops.c (do_ftell): Use cached offset when
12985         available.
12986         * libio/iofwide.c (do_ftell_wide): Likewise.
12987         * libio/iofdopen.c (_IO_new_fdopen): Don't use
12988         _IO_file_attach.
12989         * libio/wfileops.c (_IO_fwide): Don't cache offset.
12991         [BZ #16532]
12992         * libio/libioP.h (get_file_offset): New function.
12993         * libio/fileops.c (get_file_offset): Likewise.
12994         (do_ftell): Likewise.
12995         (_IO_new_file_seekoff): Split out ftell logic.
12996         * libio/wfileops.c (do_ftell_wide): Likewise.
12997         (_IO_wfile_seekoff): Split out ftell logic.
12998         * libio/tst-ftell-active-handler.c: New test case.
12999         * libio/Makefile (tests): Add it.
13001 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13003         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13004         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13006 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13008         [BZ #16639]
13009         * nscd/connections.c (nscd_init): Call do_exit.
13010         (start_threads): Call do_exit and notify_parent.
13011         (begin_drop_privileges): Call do_exit.
13012         (finish_drop_privileges): Likewise.
13013         * nscd/selinux.c (preserve_capabilities): Likewise.
13014         (install_real_capabilities): Likewise.
13015         (nscd_selinux_enabled): Likewise.
13016         (avc_create_thread): Likewise.
13017         (avc_alloc_lock): Likewise.
13018         (nscd_avc_init): Likewise.
13019         * nscd/nscd.c (parent_fd): New static variable.
13020         (main): Create a pipe between parent and child processes.
13021         Skip closing parent_fd.
13022         (monitor_child): New function.
13023         (do_exit): Likewise.
13024         (notify_parent): Likewise.
13025         * nscd/nscd.h (notify_parent): Likewise.
13026         (do_exit): Likewise.
13028 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13030         * malloc/malloc.c (__libc_calloc): Revert last change.
13032 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13034         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13036 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13038         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13039         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13040         implementation.
13041         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13042         (__libc_ifunc_impl_list): Likewise.
13043         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13044         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13045         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13046         * string/strrchr.c: Define STRRCHR.
13048 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13050         * benchtest/bench-strtok.c (simple_strtok): Delete.
13051         (strtok_string): Use as benchmark.
13052         * string/strtok (STRTOK): New macro.
13054 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13056         * manual/threads.texi: Add header and standard comments to all
13057         functions.
13059         * elf/dl-lookup.c (check_match): New function.
13060         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13061         (do_lookup_x): Remove nested function check_match. Use non-nested
13062         function check_match.
13064 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13066         * csu/Makefile (generated, before-compile): Use += rather than =.
13067         * catgets/Makefile (generated, generated-dirs): Likewise.
13068         * debug/Makefile (generated): Likewise.
13069         * dlfcn/Makefile (generated): Likewise.
13070         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13071         * iconvdata/Makefile (before-compile, generated): Likewise.
13072         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13073         * libio/Makefile (generated): Likewise.
13074         * malloc/Makefile (generated): Likewise.
13075         * manual/Makefile (generated, generated-dirs): Likewise.
13076         * misc/Makefile (generated): Likewise.
13077         * posix/Makefile (generated): Likewise.
13078         * resolv/Makefile (generated): Likewise.
13079         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13080         * timezone/Makefile (generated, generated-dirs): Likewise.
13082         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13084 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13086         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13087         power8 implementation.
13088         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13089         file: POWER8 llround ifunc implementation.
13090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13091         (__lllround): Add POWER8 implementation.
13092         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13093         POWER8 llround implementation.
13095         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13096         power8 implementation.
13097         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13098         file: POWER8 llrint ifunc implementation.
13099         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13100         Add POWER8 implementation.
13101         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13102         POWER8 llrint implementation.
13104         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13105         power8 implementation.
13106         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13107         file: POWER8 finite ifunc implementation.
13108         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13109         Add POWER8 implementation.
13110         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13111         Likewise.
13112         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13113         POWER8 finite implementation.
13114         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13116         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13117         power8 implementation.
13118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13119         file: POWER8 isinf ifunc implementation.
13120         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13121         POWER8 implementation.
13122         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13123         Likewise.
13124         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13125         isinf implementation.
13126         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13128         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13129         (INIT_ARCH): Add hwcap2 initialization.
13130         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13131         power8 implementation.
13132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13133         file: POWER8 isnan ifunc implementation.
13134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13135         POWER8 implementation.
13136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13137         Likewise.
13138         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13139         isnan implementation.
13140         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13142 2014-02-27  Joey Ye  <joey.ye@arm.com>
13144         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13145         (_FP_NANFRAC_Q): Set to zero.
13147 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13149         [BZ #16623]
13150         * math/auto-libm-test-in: New test inputs.
13151         * math/auto-libm-test-out: Regenerate.
13152         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13153         and DA.
13154         (__cos): Likewise.
13155         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13157 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13159         * scripts/evaluate-test.sh: Take new argument indicating whether
13160         failure is expected.
13161         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13162         indicating whether failure is expected.
13163         * conform/Makefile (test-xfail-run-conformtest): New variable.
13164         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13165         level.
13166         * posix/Makefile (test-xfail-annexc): New variable.
13167         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13169 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13171         * argp/Makefile: Include Makeconfig immediately after defining
13172         subdir.
13173         * assert/Makefile: Likewise.
13174         * benchtests/Makefile: Likewise.
13175         * catgets/Makefile: Likewise.
13176         * conform/Makefile: Likewise.
13177         * crypt/Makefile: Likewise.
13178         * csu/Makefile: Likewise.
13179         (all): Remove target.
13180         * ctype/Makefile: Include Makeconfig immediately after defining
13181         subdir.
13182         * debug/Makefile: Likewise.
13183         * dirent/Makefile: Likewise.
13184         * dlfcn/Makefile: Likewise.
13185         * gmon/Makefile: Likewise.
13186         * gnulib/Makefile: Likewise.
13187         * grp/Makefile: Likewise.
13188         * gshadow/Makefile: Likewise.
13189         * hesiod/Makefile: Likewise.
13190         * hurd/Makefile: Likewise.
13191         (all): Remove target.
13192         * iconvdata/Makefile: Include Makeconfig immediately after
13193         defining subdir.
13194         * inet/Makefile: Likewise.
13195         * intl/Makefile: Likewise.
13196         * io/Makefile: Likewise.
13197         * libio/Makefile: Likewise.
13198         (all): Remove target.
13199         * locale/Makefile: Include Makeconfig immediately after defining
13200         subdir.
13201         * login/Makefile: Likewise.
13202         * mach/Makefile: Likewise.
13203         (all): Remove target.
13204         * malloc/Makefile: Include Makeconfig immediately after defining
13205         subdir.
13206         (all): Remove target.
13207         * manual/Makefile: Include Makeconfig immediately after defining
13208         subdir.
13209         * math/Makefile: Likewise.
13210         * misc/Makefile: Likewise.
13211         * nis/Makefile: Likewise.
13212         * nss/Makefile: Likewise.
13213         * po/Makefile: Likewise.
13214         (all): Remove target.
13215         * posix/Makefile: Include Makeconfig immediately after defining
13216         subdir.
13217         * pwd/Makefile: Likewise.
13218         * resolv/Makefile: Likewise.
13219         * resource/Makefile: Likewise.
13220         * rt/Makefile: Likewise.
13221         * setjmp/Makefile: Likewise.
13222         * shadow/Makefile: Likewise.
13223         * signal/Makefile: Likewise.
13224         * socket/Makefile: Likewise.
13225         * soft-fp/Makefile: Likewise.
13226         * stdio-common/Makefile: Likewise.
13227         * stdlib/Makefile: Likewise.
13228         * streams/Makefile: Likewise.
13229         * string/Makefile: Likewise.
13230         * sunrpc/Makefile: Likewise.
13231         (all): Remove target.
13232         * sysvipc/Makefile: Include Makeconfig immediately after defining
13233         subdir.
13234         * termios/Makefile: Likewise.
13235         * time/Makefile: Likewise.
13236         * timezone/Makefile: Likewise.
13237         (all): Remove target.
13238         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13239         subdir.
13240         * wctype/Makefile: Likewise.
13242 2014-02-26  Steve Ellcey  <sellcey@mips.com>
13244         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13245         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13246         (libc_feholdexcept_setround_mips): Ditto.
13247         (libc_feholdsetround): New.
13248         (libc_feholdsetroundf): New.
13249         (libc_feholdsetroundl): New.
13250         (libc_feupdateenv_test_mips): New.
13251         (libc_feupdateenv_test): New.
13252         (libc_feupdateenv_testf): New.
13253         (libc_feupdateenv_testl): New.
13254         (libc_feresetround): New.
13255         (libc_feresetroundf): New.
13256         (libc_feresetroundl): New.
13257         (libc_fetestexcept_mips): New.
13258         (libc_fetestexcept): New.
13259         (libc_fetestexceptf): New.
13260         (libc_fetestexceptl): New.
13261         (HAVE_RM_CTX): New.
13262         (libc_feholdexcept_setround_mips_ctx): New.
13263         (libc_feholdexcept_setround_ctx): New.
13264         (libc_feholdexcept_setroundf_ctx): New.
13265         (libc_feholdexcept_setroundl_ctx): New.
13266         (libc_fesetenv_mips_ctx): New.
13267         (libc_fesetenv_ctx): New.
13268         (libc_fesetenv_ctxf): New.
13269         (libc_fesetenv_ctxl): New.
13270         (libc_feupdateenv_mips_ctx): New.
13271         (libc_feupdateenv_ctx): New.
13272         (libc_feupdateenvf_ctx): New.
13273         (libc_feupdateenvl_ctx): New.
13274         (libc_feholdsetround_mips_ctx): New.
13275         (libc_feholdsetround_ctx): New.
13276         (libc_feholdsetroundf_ctx): New.
13277         (libc_feholdsetroundl_ctx): New.
13278         (libc_feresetround_mips_ctx): New.
13279         (libc_feresetround_ctx): New.
13280         (libc_feresetroundf_ctx): New.
13281         (libc_feresetroundl_ctx): New.
13283 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
13285         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13287         * manual/ipc.texi: New file.
13288         * manual/Makefile (chapters): Add ipc.
13289         * manual/job.texi: Add "Inter-Process Communication" to next.
13290         * manual/process.texi: Add "Inter-Process Communication" to prev.
13292 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13294         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13296 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
13298         * malloc/malloc.c (__libc_calloc): Simplify implementation.
13300         * manual/arith.texi: Fix spaces after sentences.
13301         * manual/charset.texi: Likewise.
13302         * manual/errno.texi: Likewise.
13303         * manual/install.texi: Likewise.
13304         * manual/llio.texi: Likewise.
13305         * manual/locale.texi: Likewise.
13306         * manual/maint.texi: Likewise.
13307         * manual/math.texi: Likewise.
13308         * manual/memory.texi: Likewise.
13309         * manual/message.texi: Likewise.
13310         * manual/probes.texi: Likewise.
13311         * manual/resource.texi: Likewise.
13312         * manual/signal.texi: Likewise.
13313         * manual/socket.texi: Likewise.
13314         * manual/stdio.texi: Likewise.
13315         * manual/string.texi: Likewise.
13316         * manual/time.texi: Likewise.
13317         * manual/users.texi: Likewise.
13319 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
13321         [BZ #16632]
13322         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13323         _DEFAULT_SOURCE is defined.
13325 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
13326             Carlos O'Donell  <carlos@redhat.com>
13328         [BZ #16613]
13329         * elf/dl-tls.c (_dl_count_modids): New function.
13330         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13331         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13332         audit library and increment generation counter.
13333         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13334         * elf/tst-audit9.c: New file.
13335         * elf/tst-auditmod9a.c: New file.
13336         * elf/tst-auditmod9b.c: New file.
13337         * elf/Makefile: Add rules to build and run tst-audit9.
13339 2014-02-25  Florian Weimer  <fweimer@redhat.com>
13341         [BZ #15347]
13342         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13344 2014-02-25  Will Newton  <will.newton@linaro.org>
13346         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13347         (__longjmp): Restore sp and lr before restoring callee
13348         saved registers.  Add longjmp and longjmp_target
13349         SystemTap probe point.
13350         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13351         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13352         Define to zero to match jmpbuf layout.
13353         * sysdeps/arm/setjmp.S: Include stap-probe.h.
13354         (__sigsetjmp): Save sp and lr before saving callee
13355         saved registers.  Add setjmp SystemTap probe point.
13357 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13359         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13361 2014-02-24  Andreas Schwab  <schwab@suse.de>
13363         [BZ #15804]
13364         * elf/pldd.c (wait_for_ptrace_stop): New function.
13365         (main): Call it after attaching.
13367 2014-02-22  Roland McGrath  <roland@hack.frob.com>
13369         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13370         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13371         Versions files is now verboten.
13372         * hurd/Versions (libc: GLIBC_2.0):
13373         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13374         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13375         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13376         * mach/Versions: Likewise.
13378         * csu/Versions: Remove unused %include.
13379         * resolv/Versions: Likewise.
13381 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
13383         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13384         ($(objpfx)check-local-headers.out): Likewise.
13385         ($(objpfx)begin-end-check.out): Likewise.
13386         * Makerules (check-abi-%.out): Likewise.
13387         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13388         ($(objpfx)test2.cat): Likewise.
13389         ($(objpfx)de/libc.cat): Likewise.
13390         ($(objpfx)test-gencat.out): Likewise.
13391         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13392         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13393         ($(objpfx)noload-mem): Likewise.
13394         ($(objpfx)tst-pathopt.out): Likewise.
13395         ($(objpfx)tst-rtld-load-self.out): Likewise.
13396         ($(objpfx)tst-array1-cmp.out): Likewise.
13397         ($(objpfx)tst-array1-static-cmp.out): Likewise.
13398         ($(objpfx)tst-array2-cmp.out): Likewise.
13399         ($(objpfx)tst-array3-cmp.out): Likewise.
13400         ($(objpfx)tst-array4-cmp.out): Likewise.
13401         ($(objpfx)tst-array5-cmp.out): Likewise.
13402         ($(objpfx)tst-array5-static-cmp.out): Likewise.
13403         ($(objpfx)check-textrel.out): Likewise.
13404         ($(objpfx)check-execstack.out): Likewise.
13405         ($(objpfx)check-localplt.out): Likewise.
13406         ($(objpfx)order2-cmp.out): Likewise.
13407         ($(objpfx)tst-leaks1-mem): Likewise.
13408         ($(objpfx)tst-leaks1-static-mem): Likewise.
13409         ($(objpfx)tst-initorder-cmp.out): Likewise.
13410         ($(objpfx)tst-initorder2-cmp.out): Likewise.
13411         ($(objpfx)tst-unused-dep.out): Likewise.
13412         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
13413         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
13414         * iconv/Makefile (test-iconvconfig): Likewise.
13415         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
13416         ($(objpfx)iconv-test.out): Likewise.
13417         ($(objpfx)tst-tables.out): Likewise.
13418         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
13419         ($(objpfx)tst-gettext.out): Likewise.
13420         ($(objpfx)tst-translit.out): Likewise.
13421         ($(objpfx)tst-gettext2.out): Likewise.
13422         ($(objpfx)tst-gettext4.out): Likewise.
13423         ($(objpfx)tst-gettext6.out): Likewise.
13424         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
13425         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
13426         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
13427         ($(objpfx)tst-fopenloc-mem.out): Likewise.
13428         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
13429         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
13430         * posix/Makefile ($(objpfx)globtest.out): Likewise.
13431         ($(objpfx)wordexp-tst.out): Likewise.
13432         ($(objpfx)annexc.out): Likewise.
13433         ($(objpfx)tst-fnmatch-mem): Likewise.
13434         ($(objpfx)bug-regex2-mem): Likewise.
13435         ($(objpfx)bug-regex14-mem): Likewise.
13436         ($(objpfx)bug-regex21-mem): Likewise.
13437         ($(objpfx)bug-regex31-mem): Likewise.
13438         ($(objpfx)tst-vfork3-mem): Likewise.
13439         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13440         ($(objpfx)tst-pcre-mem): Likewise.
13441         ($(objpfx)tst-boost-mem): Likewise.
13442         ($(objpfx)tst-getconf.out): Likewise.
13443         ($(objpfx)bug-ga2-mem): Likewise.
13444         ($(objpfx)bug-glob2-mem): Likewise.
13445         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
13446         ($(objpfx)mtrace-tst-leaks2): Likewise.
13447         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
13448         ($(objpfx)tst-printf.out): Likewise.
13449         ($(objpfx)tst-setvbuf1.out): Likewise.
13450         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
13451         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
13452         ($(objpfx)tst-fmtmsg.out): Likewise.
13453         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
13454         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
13456         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
13457         * bits/sigaction.h [__USE_MISC]: Likewise.
13458         * bits/waitstatus.h: Update #endif comments.
13459         * ctype/ctype.h: Likewise.
13460         * dirent/dirent.h: Likewise.
13461         [__USE_MISC]: Remove redundant conditionals.
13462         * grp/grp.h: Update #endif comments.
13463         [__USE_GNU]: Remove redundant conditionals.
13464         [__USE_MISC]: Likewise.
13465         * inet/netinet/in.h [__USE_GNU]: Likewise.
13466         * io/sys/stat.h [__USE_MISC]: Likewise.
13467         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
13468         * libio/bits/stdio.h: Update #endif comments.
13469         [__USE_MISC]: Remove redundant conditionals.
13470         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
13471         * libio/stdio.h: Update #endif comments.
13472         [__USE_MISC]: Remove redundant conditionals.
13473         * math/bits/math-finite.h [__USE_MISC]: Likewise.
13474         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
13475         * math/math.h: Update #else and #endif comments.
13476         [__USE_MISC]: Remove redundant conditionals.
13477         * misc/sys/uio.h: Update #endif comments.
13478         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
13479         * posix/glob.h [__USE_MISC]: Likewise.
13480         * posix/sys/types.h: Update #endif comments.
13481         [__USE_MISC]: Remove redundant conditionals.
13482         * posix/sys/wait.h: Update #endif comments.
13483         [__USE_MISC]: Remove redundant conditionals.
13484         * posix/unistd.h: Update #endif comments.
13485         [__USE_MISC]: Remove redundant conditionals.
13486         * pwd/pwd.h [__USE_GNU]: Likewise.
13487         [__USE_MISC]: Likewise.
13488         * resolv/netdb.h [__USE_GNU]: Likewise.
13489         * signal/signal.h: Update #endif comments.
13490         [__USE_MISC]: Remove redundant conditionals.
13491         * stdlib/stdlib.h: Update #else and #endif comments.
13492         [__USE_MISC]: Remove redundant conditionals.
13493         [__USE_GNU]: Likewise.
13494         * string/bits/string2.h [__USE_MISC]: Likewise.
13495         * string/string.h: Update #endif comments.
13496         [__USE_MISC]: Remove redundant conditionals.
13497         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
13498         Likewise.
13499         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
13500         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
13501         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
13502         Likewise.
13503         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
13504         Likewise.
13505         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
13506         comments.
13507         [__USE_MISC]: Remove redundant conditionals.
13508         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
13509         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
13510         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
13511         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
13512         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
13513         Likewise.
13514         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
13515         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
13516         Likewise.
13517         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
13518         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
13519         Likewise.
13520         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
13521         Likewise.
13522         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
13523         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
13524         Likewise.
13525         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
13526         Likewise.
13527         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
13528         * sysdeps/x86/bits/string.h: Update #endif comments.
13529         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
13530         conditionals.
13531         * time/sys/time.h: Update #endif comments.
13532         * time/time.h: Likewise.
13533         [__USE_MISC]: Remove redundant conditionals.
13535 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
13537         [BZ #16600]
13538         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
13540 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
13542         * Versions.def (librt): Add GLIBC_2.17.
13544 2014-02-21  Adam Conrad  <adconrad@0c3.net>
13546         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
13547         synonym for _SYS_AUXV_H to allow direct inclusion.
13548         * sysdeps/sparc/bits/hwcap.h: Likewise.
13549         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
13550         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
13551         * sysdeps/sparc/sysdep.h: Likewise.
13553 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13555         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
13557 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13559         * benchtests/bench-strrchr.c: Print length instead of position.
13561 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
13563         [BZ #16611]
13564         * sysdeps/unix/sysv/linux/kernel-features.h
13565         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
13566         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
13567         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
13568         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
13569         Likewise.
13570         [__i386__ || __powerpc__ || __sh__ || __sparc__]
13571         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13572         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
13573         (__ASSUME_SENDMMSG): Define instead of using previous
13574         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
13575         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13576         (__ASSUME_SENDMMSG_SYSCALL): Define.
13577         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13578         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
13579         Likewise.
13580         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13581         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13582         Likewise.
13583         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13584         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13585         Likewise.
13586         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
13587         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13588         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13589         [__ASSUME_SENDMMSG]: Change conditionals to
13590         [__ASSUME_SENDMMSG_SOCKETCALL].
13591         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13592         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
13593         Define.
13594         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13595         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
13596         Likewise.
13597         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
13598         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13599         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13600         [!__ASSUME_SENDMMSG]: Change conditional to
13601         [!__ASSUME_SENDMMSG_SOCKETCALL].
13602         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13603         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13604         Define.
13606         [BZ #16610]
13607         * sysdeps/unix/sysv/linux/kernel-features.h
13608         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
13609         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
13610         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
13611         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
13612         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
13613         [__i386__ || __sparc__]
13614         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13615         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
13616         (__ASSUME_RECVMMSG): Define instead of using previous
13617         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
13618         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13619         (__ASSUME_RECVMMSG_SYSCALL): Define.
13620         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13621         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13622         Likewise.
13623         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13624         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13625         Likewise.
13626         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13627         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13628         Likewise.
13629         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
13630         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13631         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13632         [__ASSUME_RECVMMSG]: Change condition to
13633         [__ASSUME_RECVMMSG_SOCKETCALL].
13634         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13635         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13636         Define.
13637         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13638         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13639         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13640         Likewise.
13641         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
13642         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13643         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13644         [!__ASSUME_RECVMMSG]: Change condition to
13645         [!__ASSUME_RECVMMSG_SOCKETCALL].
13646         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13647         (__ASSUME_RECVMMSG_SYSCALL): Define.
13649         [BZ #16609]
13650         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
13651         __powerpc__ || __s390__ || __sh__ || __sparc__]
13652         (__ASSUME_SOCKETCALL): Define.
13653         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
13654         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
13655         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
13656         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
13657         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13658         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
13659         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
13660         (__ASSUME_ACCEPT4): Define instead of using previous
13661         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
13662         __powerpc__ || __sparc__ || __s390__)] condition.
13663         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13664         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
13665         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
13666         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
13667         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
13668         [!__ASSUME_ACCEPT4]: Change condition to
13669         [!__ASSUME_ACCEPT4_SOCKETCALL].
13670         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13671         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
13672         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
13673         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13674         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
13675         __ASSUME_ACCEPT4_SYSCALL.
13676         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
13677         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
13678         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13679         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
13680         __ASSUME_ACCEPT4_SYSCALL.
13681         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
13682         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
13683         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
13684         [__ASSUME_ACCEPT4]: Change condition to
13685         [__ASSUME_ACCEPT4_SOCKETCALL].
13686         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13687         (__ASSUME_SOCKETCALL): Define.
13688         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
13689         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13690         (__ASSUME_SOCKETCALL): Define.
13691         (__ASSUME_ACCEPT4): Remove.
13692         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
13693         Define.
13694         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13695         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
13696         Likewise.
13697         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13698         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
13700         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
13701         macro.
13702         (HWCAP_ARM_LPAE): Likewise.
13703         (HWCAP_ARM_EVTSTRM): Likewise.
13704         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
13705         Add vpfd32, lpae and evtstrm.
13706         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
13707         Increase to 22.
13709 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
13711         * math/auto-libm-test-in: Add tests of clog10.
13712         * math/auto-libm-test-out: Regenerated.
13713         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
13714         * sysdeps/i386/fpu/libm-test-ulps: Update.
13715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13717 2014-02-18  Andreas Schwab  <schwab@suse.de>
13719         [BZ #16574]
13720         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
13721         Store non-zero if the second buffer was newly allocated.
13722         (send_dg): Likewise.
13723         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
13724         to send_vc and send_dg.
13725         (res_nsend): Pass NULL for ansp2_malloced.
13726         * resolv/res_query.c (__libc_res_nquery): Add parameter
13727         answerp2_malloced and pass it down to __libc_res_nsend.
13728         (res_nquery): Pass additional NULL to __libc_res_nquery.
13729         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
13730         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
13731         second answer buffer if answerp2_malloced was set.
13732         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
13733         (__libc_res_nquerydomain): Add parameter
13734         answerp2_malloced and pass it down to __libc_res_nquery.
13735         (res_nquerydomain): Pass additional NULL to
13736         __libc_res_nquerydomain.
13737         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
13738         additional NULL to __libc_res_nsend and __libc_res_nquery.
13739         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
13740         additional NULL to __libc_res_nsearch.
13741         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
13742         parameter of __libc_res_nsearch to check for separately allocated
13743         second buffer.
13744         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
13745         __libc_res_nquery.
13746         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
13747         additional NULL to __libc_res_nquery.
13748         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
13749         __libc_res_nsearch.
13750         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
13751         * include/resolv.h: Update prototypes of __libc_res_nquery,
13752         __libc_res_nsearch, __libc_res_nsend.
13754 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
13756         * math/auto-libm-test-in: Add tests of fma.
13757         * math/auto-libm-test-out: Regenerated.
13758         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
13759         (fma_towardzero_test_data): Likewise.
13760         (fma_downward_test_data): Likewise.
13761         (fma_upward_test_data): Likewise.
13762         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
13763         mpc_mode.
13764         (rounding_modes): Add values for new field.
13765         (func_calc_method): Add value mpfr_fff_f.
13766         (func_calc_desc): Add mpfr_fff_f union field.
13767         (test_function): Add field exact_args.
13768         (FUNC): Add macro argument EXACT_ARGS.
13769         (FUNC_mpfr_f_f): Update call to FUNC.
13770         (FUNC_mpfr_f_f): Likewise.
13771         (FUNC_mpfr_ff_f): Likewise.
13772         (FUNC_mpfr_if_f): Likewise.
13773         (FUNC_mpc_c_f): Likewise.
13774         (FUNC_mpc_c_c): Likewise.
13775         (test_functions): Add fma.  Update calls to FUNC.
13776         (handle_input_arg): Add argument exact_args.
13777         (add_test): Update call to handle_input_arg.
13778         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
13779         (output_for_one_input_case): Update call to calc_generic_results.
13780         Recalculate exact zero results in each rounding mode.
13782         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
13783         non-negative before setting low bit.
13784         * math/auto-libm-test-in: Mark one asin test possibly having
13785         spurious underflow.
13786         * math/auto-libm-test-out: Regenerated.
13787         * sysdeps/i386/fpu/libm-test-ulps: Update.
13788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13790 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
13792         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
13793         * sysdeps/unix/sysv/linux/microblaze: Move directory from
13794         ports/sysdeps/unix/sysv/linux/microblaze.
13795         * README: Add missing listing for microblaze*-*-linux-gnu.
13797 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
13799         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
13800         duplicate code
13802 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
13804         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
13805         * sysdeps/unix/sysv/linux/ia64: Move directory from
13806         ports/sysdeps/unix/sysv/linux/ia64.
13807         * README: Update listing for ia64-*-linux-gnu.
13809 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
13810             Joseph Myers  <joseph@codesourcery.com>
13812         * Makeconfig (test-name): New variable.
13813         (evaluate-test): Likewise.
13814         * Makerules (do-test-clean): Remove .test-result files.
13815         (common-mostlyclean): Likewise.
13816         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
13817         * scripts/evaluate-test.sh: New file.
13819 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
13821         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
13822         separate $(objpfx)tst-fopenloc-cmp.out and
13823         $(objpfx)tst-fopenloc-mem.out targets.
13824         (tests): Update dependencies.
13825         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
13826         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
13827         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
13828         (tst-rxspencer-no-utf8-ARGS): New variable.
13829         (tst-rxspencer-no-utf8-ENV): Likewise.
13830         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
13831         instead of $(objpfx)tst-rxspencer-mem.
13832         ($(objpfx)tst-rxspencer-mem): Change target to
13833         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
13834         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
13835         * posix/tst-rxspencer-no-utf8.c: New file.
13837         * elf/Makefile ($(objpfx)order.out): Remove rule.
13838         [$(run-built-tests) = yes] (tests): Depend on
13839         $(objpfx)order-cmp.out.
13840         ($(objpfx)order-cmp.out): New rule.
13841         [$(run-built-tests) = yes] (tests): Depend on
13842         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
13843         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
13844         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
13845         $(objpfx)tst-array5-static-cmp.out.
13846         ($(objpfx)tst-array1.out): Remove rule.
13847         ($(objpfx)tst-array1-cmp.out): New rule.
13848         ($(objpfx)tst-array1-static.out): Remove rule.
13849         ($(objpfx)tst-array1-static-cmp.out): New rule.
13850         ($(objpfx)tst-array2.out): Remove rule.
13851         ($(objpfx)tst-array2-cmp.out): New rule.
13852         ($(objpfx)tst-array3.out): Remove rule.
13853         ($(objpfx)tst-array3-cmp.out): New rule.
13854         ($(objpfx)tst-array4.out): Remove rule.
13855         ($(objpfx)tst-array4-cmp.out): New rule.
13856         ($(objpfx)tst-array5.out): Remove rule.
13857         ($(objpfx)tst-array5-cmp.out): New rule.
13858         ($(objpfx)tst-array5-static.out): Remove rule.
13859         ($(objpfx)tst-array5-static-cmp.out): New rule.
13860         [$(run-built-tests) = yes] (tests): Depend on
13861         $(objpfx)order2-cmp.out.
13862         ($(objpfx)order2.out): Remove rule.
13863         ($(objpfx)order2-cmp.out): New rule.
13864         ($(objpfx)tst-initorder.out): Remove rule.
13865         [$(run-built-tests) = yes] (tests): Depend on
13866         $(objpfx)tst-initorder-cmp.out.
13867         ($(objpfx)tst-initorder-cmp.out): New rule.
13868         ($(objpfx)tst-initorder2.out): Remove rule.
13869         [$(run-built-tests) = yes] (tests): Depend on
13870         $(objpfx)tst-initorder2-cmp.out.
13871         ($(objpfx)tst-initorder2-cmp.out): New rule.
13872         [$(run-built-tests) = yes] (tests): Depend on
13873         $(objpfx)tst-unused-dep-cmp.out.
13874         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
13875         ($(objpfx)tst-unused-dep-cmp.out): New rule.
13876         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
13877         on $(objpfx)tst-setvbuf1-cmp.out.
13878         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
13879         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
13880         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
13881         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
13882         ($(objpfx)tst-svc.out): Remove rule.
13883         ($(objpfx)tst-svc-cmp.out): New rule.
13885 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
13887         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
13888         * ctype/ctype.h [__USE_MISC]: Likewise.
13889         * dirent/dirent.h [__USE_MISC]: Likewise.
13890         * grp/grp.h [__USE_MISC]: Likewise.
13891         * io/fcntl.h [__USE_MISC]: Likewise.
13892         * io/sys/stat.h [__USE_MISC]: Likewise.
13893         * libio/stdio.h [__USE_MISC]: Likewise.
13894         * posix/unistd.h [__USE_MISC]: Likewise.
13895         * pwd/pwd.h [__USE_MISC]: Likewise.
13896         * stdlib.h [__USE_MISC]: Likewise.
13897         * string/bits/string2.h [__USE_MISC]: Likewise.
13898         * string/string.h [__USE_MISC]: Likewise.
13899         * time/time.h [__USE_MISC]: Likewise.
13901 2014-02-13  Andreas Schwab  <schwab@suse.de>
13903         [BZ #16574]
13904         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
13905         second answer buffer if it was separately allocated.
13907 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
13909         * sysdeps/mips/math-tests.h: Include <features.h>.
13910         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
13911         (ROUNDING_TESTS_long_double): Do not define.
13912         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
13913         (EXCEPTION_TESTS_long_double): Likewise.
13914         * sysdeps/mips/mips64/libm-test-ulps: Update.
13916         * include/features.h (__USE_BSD): Remove macro definitions.
13917         (__USE_SVID): Likewise.
13918         (_BSD_SOURCE): Likewise.
13919         (_SVID_SOURCE): Likewise.
13920         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
13921         from definition of _DEFAULT_SOURCE.
13922         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
13923         [_DEFAULT_SOURCE].
13924         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
13925         * bits/mman.h [__USE_BSD]: Likewise.
13926         * bits/termios.h [__USE_BSD]: Likewise.
13927         * bits/waitstatus.h [__USE_BSD]: Likewise.
13928         * ctype/ctype.h [__USE_SVID]: Likewise.
13929         * dirent/dirent.h [__USE_BSD]: Likewise.
13930         * grp/grp.h [__USE_SVID]: Likewise.
13931         [__USE_BSD]: Likewise.
13932         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
13933         * io/fcntl.h [__USE_BSD]: Likewise.
13934         * io/ftw.h [__USE_BSD]: Likewise.
13935         * io/sys/stat.h [__USE_BSD]: Likewise.
13936         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
13937         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
13938         * libio/stdio.h [__USE_SVID]: Likewise.
13939         [__USE_BSD]: Likewise.
13940         * math/math.h [__USE_SVID]: Likewise.
13941         [__USE_BSD]: Likewise.
13942         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
13943         * misc/bits/syslog.h [__USE_BSD]: Likewise.
13944         * misc/search.h [__USE_SVID]: Likewise.
13945         * misc/sys/mman.h [__USE_BSD]: Likewise.
13946         * misc/sys/syslog.h [__USE_BSD]: Likewise.
13947         * misc/sys/uio.h [__USE_BSD]: Likewise.
13948         * posix/bits/unistd.h [__USE_BSD]: Likewise.
13949         * posix/glob.h [__USE_BSD]: Likewise.
13950         * posix/regex.h [__USE_BSD]: Likewise.
13951         * posix/sys/types.h [__USE_BSD]: Likewise.
13952         [__USE_SVID]: Likewise.
13953         * posix/sys/utsname.h [__USE_SVID]: Likewise.
13954         * posix/sys/wait.h [__USE_BSD]: Likewise.
13955         [__USE_SVID]: Likewise.
13956         * posix/unistd.h [__USE_BSD]: Likewise.
13957         [__USE_SVID]: Likewise.
13958         * pwd/pwd.h [__USE_SVID]: Likewise.
13959         * resolv/netdb.h [__USE_BSD]: Likewise.
13960         * setjmp/setjmp.h [__USE_BSD]: Likewise.
13961         * signal/signal.h [__USE_BSD]: Likewise.
13962         [__USE_SVID]: Likewise.
13963         * socket/sys/socket.h [__USE_BSD]: Likewise.
13964         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
13965         * stdlib/stdlib.h [__USE_BSD]: Likewise.
13966         [__USE_SVID]: Likewise.
13967         * string/bits/string2.h [__USE_BSD]: Likewise.
13968         [__USE_SVID]: Likewise.
13969         * string/bits/string3.h [__USE_BSD]: Likewise.
13970         * string/endian.h [__USE_BSD]: Likewise.
13971         * string/string.h [__USE_SVID]: Likewise.
13972         [__USE_BSD]: Likewise.
13973         * string/strings.h [__USE_BSD]: Likewise.
13974         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
13975         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
13976         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
13977         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
13978         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
13979         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
13980         Likewise.
13981         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
13982         Likewise.
13983         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
13984         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
13985         Likewise.
13986         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
13987         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
13988         Likewise.
13989         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
13990         Likewise.
13991         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
13992         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
13993         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
13994         Likewise.
13995         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
13996         Likewise.
13997         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
13998         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
13999         * termios/termios.h [__USE_BSD]: Likewise.
14000         * time/sys/time.h [__USE_BSD]: Likewise.
14001         * time/time.h [__USE_BSD]: Likewise.
14002         [__USE_SVID]: Likewise.
14004         * Makefile (subdir_targets): Remove subdir_lint.out.
14006         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14007         (do-tst-printf): Likewise.
14008         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14009         $(objpfx)tst-printf.out.
14011         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14013         * Makerules (check-abi-%): Change target to
14014         $(objpfx)check-abi-%.out.
14015         (check-abi target): Update dependencies.
14016         (check-abi-pattern variable): Redirect output of diff to $@.
14017         (check-abi variable): Likewise.
14018         * elf/Makefile (check-abi): Update dependencies.
14020         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14021         unused.
14022         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14023         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14024         subnormal range.
14025         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14026         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14027         value has largest subnormal exponent.
14028         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14029         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14030         * sysdeps/aarch64/soft-fp/sfp-machine.h
14031         (_FP_TININESS_AFTER_ROUNDING): New macro.
14032         * sysdeps/alpha/soft-fp/sfp-machine.h
14033         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14034         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14035         Likewise.
14036         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14037         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14038         * sysdeps/mips/soft-fp/sfp-machine.h
14039         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14040         * sysdeps/powerpc/soft-fp/sfp-machine.h
14041         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14042         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14043         Likewise.
14044         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14045         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14046         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14047         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14048         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14049         Likewise.
14051 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14053         [BZ #16545]
14054         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14055         model 1.
14057 2014-02-12  Richard Henderson  <rth@redhat.com>
14059         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14060         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14061         * sysdeps/unix/sysv/linux/alpha: Move directory from
14062         ports/sysdeps/unix/sysv/linux/alpha.
14063         * README: Update listing for alpha-*-linux-gnu.
14065 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14067         * include/features.h: Update comment documenting feature test
14068         macros.
14069         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14070         _DEFAULT_SOURCE.
14071         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14072         (_SVID_SOURCE): Likewise.
14073         (_DEFAULT_SOURCE): Update description of default features.
14074         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14075         with _GNU_SOURCE.
14076         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14077         (S_ISVTX): Likewise.
14078         * manual/math.texi (Mathematical Constants): Likewise.
14079         * manual/signal.texi (Interrupted Primitives): Likewise.
14080         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14081         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14082         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14083         Don't refer to _SVID_SOURCE in warning text.
14085         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14087         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14088         already defined.
14089         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14090         * sysdeps/mips/dl-lookup.c: Remove.
14091         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14093 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14095         [BZ #16447]
14096         * math/auto-libm-test-in: Add testcase for expl.
14097         * math/auto-libm-test-out: Regenerate.
14098         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14099         calculation of unsafe.
14100         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14102 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14104         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14105         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14106         ports/sysdeps/unix/sysv/linux/aarch64.
14107         * README: Update listing for aarch64*-*-linux-gnu.
14109 2014-02-11  Will Newton  <will.newton@linaro.org>
14111         * manual/probes.texi (Mathematical Function Probes): Use
14112         "triggered" instead of "hit".
14114         * manual/probes.texi (Internal Probes): Add documentation
14115         of setjmp, longjmp and longjmp_target probes.
14117         * include/stap-probe.h: Add comment about probe argument
14118         format.
14120         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14121         definition.  (tr_where, tr_freehook, tr_mallochook,
14122         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14124 2014-02-11  David S. Miller  <davem@davemloft.net>
14126         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14127         processing int_tests.
14129 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14131         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14132         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14133         * sysdeps/unix/sysv/linux/mips: Move directory from
14134         ports/sysdeps/unix/sysv/linux/mips.
14135         * README: Update listing for mips-*-linux-gnu and
14136         mips64-*-linux-gnu.
14138 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14140         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14141         * sysdeps/unix/sysv/linux/m68k: Move directory from
14142         ports/sysdeps/unix/sysv/linux/m68k.
14143         * README: Update listing for m68k-*-linux-gnu.
14145 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14147         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14148         * sysdeps/unix/sysv/linux/generic: Move directory from
14149         ports/sysdeps/unix/sysv/linux/generic.
14150         * sysdeps/unix/sysv/linux/tile: Move directory from
14151         ports/sysdeps/unix/sysv/linux/tile.
14152         * README: Update listing for tile*-*-linux-gnu.
14154 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14156         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14157         __builtin_expect.
14158         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14159         * catgets/open_catalog.c (__open_catalog): Likewise.
14160         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14161         * debug/confstr_chk.c: Likewise.
14162         * debug/fread_chk.c (__fread_chk): Likewise.
14163         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14164         * debug/getgroups_chk.c: Likewise.
14165         * debug/mbsnrtowcs_chk.c: Likewise.
14166         * debug/mbsrtowcs_chk.c: Likewise.
14167         * debug/mbstowcs_chk.c: Likewise.
14168         * debug/memcpy_chk.c: Likewise.
14169         * debug/memmove_chk.c: Likewise.
14170         * debug/mempcpy_chk.c: Likewise.
14171         * debug/memset_chk.c: Likewise.
14172         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14173         * debug/strcat_chk.c (__strcat_chk): Likewise.
14174         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14175         * debug/strncat_chk.c (__strncat_chk): Likewise.
14176         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14177         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14178         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14179         * debug/wcpncpy_chk.c: Likewise.
14180         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14181         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14182         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14183         * debug/wcsncpy_chk.c: Likewise.
14184         * debug/wcsnrtombs_chk.c: Likewise.
14185         * debug/wcsrtombs_chk.c: Likewise.
14186         * debug/wcstombs_chk.c: Likewise.
14187         * debug/wmemcpy_chk.c: Likewise.
14188         * debug/wmemmove_chk.c: Likewise.
14189         * debug/wmempcpy_chk.c: Likewise.
14190         * debug/wmemset_chk.c: Likewise.
14191         * dirent/scandirat.c (SCANDIRAT): Likewise.
14192         * dlfcn/dladdr1.c (dladdr1): Likewise.
14193         * dlfcn/dladdr.c (dladdr): Likewise.
14194         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14195         * dlfcn/dlerror.c (__dlerror): Likewise.
14196         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14197         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14198         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14199         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14200         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14201         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14202         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14203         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14204         Likewise.
14205         * elf/dl-conflict.c: Likewise.
14206         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14207         * elf/dl-dst.h: Likewise.
14208         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14209         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14210         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14211         * elf/dl-init.c (call_init, _dl_init): Likewise.
14212         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14213         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14214         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14215         Likewise.
14216         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14217         Likewise.
14218         * elf/dl-minimal.c (__libc_memalign): Likewise.
14219         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14220         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14221         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14222         * elf/dl-sym.c (do_sym): Likewise.
14223         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14224         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14225         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14226         * elf/dl-writev.h (_dl_writev): Likewise.
14227         * elf/ldconfig.c (search_dir): Likewise.
14228         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14229         (dl_main): Likewise.
14230         * elf/setup-vdso.h (setup_vdso): Likewise.
14231         * grp/compat-initgroups.c (compat_call): Likewise.
14232         * grp/fgetgrent.c (fgetgrent): Likewise.
14233         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14234         * grp/putgrent.c (putgrent): Likewise.
14235         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14236         Likewise.
14237         * hurd/hurdinit.c: Likewise.
14238         * iconvdata/8bit-gap.c (struct): Likewise.
14239         * iconvdata/ansi_x3.110.c : Likewise.
14240         * iconvdata/big5.c : Likewise.
14241         * iconvdata/big5hkscs.c : Likewise.
14242         * iconvdata/cp1255.c: Likewise.
14243         * iconvdata/cp1258.c : Likewise.
14244         * iconvdata/cp932.c : Likewise.
14245         * iconvdata/euc-cn.c: Likewise.
14246         * iconvdata/euc-jisx0213.c : Likewise.
14247         * iconvdata/euc-jp.c: Likewise.
14248         * iconvdata/euc-jp-ms.c : Likewise.
14249         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14250         * iconvdata/gb18030.c : Likewise.
14251         * iconvdata/gbbig5.c (const): Likewise.
14252         * iconvdata/gbgbk.c: Likewise.
14253         * iconvdata/gbk.c : Likewise.
14254         * iconvdata/ibm1364.c : Likewise.
14255         * iconvdata/ibm930.c : Likewise.
14256         * iconvdata/ibm932.c: Likewise.
14257         * iconvdata/ibm933.c : Likewise.
14258         * iconvdata/ibm935.c : Likewise.
14259         * iconvdata/ibm937.c : Likewise.
14260         * iconvdata/ibm939.c : Likewise.
14261         * iconvdata/ibm943.c: Likewise.
14262         * iconvdata/iso_11548-1.c: Likewise.
14263         * iconvdata/iso-2022-cn.c : Likewise.
14264         * iconvdata/iso-2022-cn-ext.c : Likewise.
14265         * iconvdata/iso-2022-jp-3.c: Likewise.
14266         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14267         * iconvdata/iso-2022-kr.c : Likewise.
14268         * iconvdata/iso646.c (gconv_end): Likewise.
14269         * iconvdata/iso_6937-2.c : Likewise.
14270         * iconvdata/iso_6937.c : Likewise.
14271         * iconvdata/iso8859-1.c: Likewise.
14272         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14273         * iconvdata/shift_jisx0213.c : Likewise.
14274         * iconvdata/sjis.c : Likewise.
14275         * iconvdata/t.61.c : Likewise.
14276         * iconvdata/tcvn5712-1.c : Likewise.
14277         * iconvdata/tscii.c: Likewise.
14278         * iconvdata/uhc.c : Likewise.
14279         * iconvdata/unicode.c (gconv_end): Likewise.
14280         * iconvdata/utf-16.c (gconv_end): Likewise.
14281         * iconvdata/utf-32.c (gconv_end): Likewise.
14282         * iconvdata/utf-7.c (base64): Likewise.
14283         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14284         * iconv/gconv_close.c (__gconv_close): Likewise.
14285         * iconv/gconv_open.c (__gconv_open): Likewise.
14286         * iconv/gconv_simple.c (internal_ucs4_loop_single)
14287         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14288         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14289         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14290         (ucs4le_internal_loop_single): Likewise.
14291         * iconv/iconv.c (iconv): Likewise.
14292         * iconv/iconv_close.c: Likewise.
14293         * iconv/loop.c (SINGLE): Likewise.
14294         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14295         * include/atomic.h: Likewise.
14296         * inet/inet6_option.c (option_alloc): Likewise.
14297         * intl/bindtextdom.c (set_binding_values): Likewise.
14298         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14299         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14300         * intl/localealias.c (read_alias_file): Likewise.
14301         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
14302         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14303         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
14304         * libio/fmemopen.c (fmemopen): Likewise.
14305         * libio/iofgets.c (_IO_fgets): Likewise.
14306         * libio/iofgets_u.c (fgets_unlocked): Likewise.
14307         * libio/iofgetws.c (fgetws): Likewise.
14308         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14309         * libio/iogetdelim.c (_IO_getdelim): Likewise.
14310         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14311         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
14312         * locale/findlocale.c (_nl_find_locale): Likewise.
14313         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14314         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14315         Likewise.
14316         * locale/setlocale.c (setlocale): Likewise.
14317         * login/programs/pt_chown.c (main): Likewise.
14318         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14319         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
14320         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14321         (mmap, mmap64, mremap, munmap): Likewise.
14322         * math/e_exp2l.c: Likewise.
14323         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14324         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14325         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14326         * math/s_catan.c (__catan): Likewise.
14327         * math/s_catanf.c (__catanf): Likewise.
14328         * math/s_catanh.c (__catanh): Likewise.
14329         * math/s_catanhf.c (__catanhf): Likewise.
14330         * math/s_catanhl.c (__catanhl): Likewise.
14331         * math/s_catanl.c (__catanl): Likewise.
14332         * math/s_ccosh.c (__ccosh): Likewise.
14333         * math/s_ccoshf.c (__ccoshf): Likewise.
14334         * math/s_ccoshl.c (__ccoshl): Likewise.
14335         * math/s_cexp.c (__cexp): Likewise.
14336         * math/s_cexpf.c (__cexpf): Likewise.
14337         * math/s_cexpl.c (__cexpl): Likewise.
14338         * math/s_clog10.c (__clog10): Likewise.
14339         * math/s_clog10f.c (__clog10f): Likewise.
14340         * math/s_clog10l.c (__clog10l): Likewise.
14341         * math/s_clog.c (__clog): Likewise.
14342         * math/s_clogf.c (__clogf): Likewise.
14343         * math/s_clogl.c (__clogl): Likewise.
14344         * math/s_csin.c (__csin): Likewise.
14345         * math/s_csinf.c (__csinf): Likewise.
14346         * math/s_csinh.c (__csinh): Likewise.
14347         * math/s_csinhf.c (__csinhf): Likewise.
14348         * math/s_csinhl.c (__csinhl): Likewise.
14349         * math/s_csinl.c (__csinl): Likewise.
14350         * math/s_csqrt.c (__csqrt): Likewise.
14351         * math/s_csqrtf.c (__csqrtf): Likewise.
14352         * math/s_csqrtl.c (__csqrtl): Likewise.
14353         * math/s_ctan.c (__ctan): Likewise.
14354         * math/s_ctanf.c (__ctanf): Likewise.
14355         * math/s_ctanh.c (__ctanh): Likewise.
14356         * math/s_ctanhf.c (__ctanhf): Likewise.
14357         * math/s_ctanhl.c (__ctanhl): Likewise.
14358         * math/s_ctanl.c (__ctanl): Likewise.
14359         * math/w_pow.c: Likewise.
14360         * math/w_powf.c: Likewise.
14361         * math/w_powl.c: Likewise.
14362         * math/w_scalb.c (sysv_scalb): Likewise.
14363         * math/w_scalbf.c (sysv_scalbf): Likewise.
14364         * math/w_scalbl.c (sysv_scalbl): Likewise.
14365         * misc/error.c (error_tail): Likewise.
14366         * misc/pselect.c (__pselect): Likewise.
14367         * nis/nis_callback.c (__nis_create_callback): Likewise.
14368         * nis/nis_call.c (__nisfind_server): Likewise.
14369         * nis/nis_creategroup.c (nis_creategroup): Likewise.
14370         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14371         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14372         * nis/nis_getservlist.c (nis_getservlist): Likewise.
14373         * nis/nis_lookup.c (nis_lookup): Likewise.
14374         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
14375         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14376         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
14377         * nis/nis_xdr.c (xdr_endpoint): Likewise.
14378         * nis/nss_compat/compat-grp.c (getgrent_next_file)
14379         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14380         * nis/nss_compat/compat-initgroups.c (add_group)
14381         (internal_getgrent_r): Likewise.
14382         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14383         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14384         * nis/nss_compat/compat-spwd.c (getspent_next_file)
14385         (internal_getspnam_r): Likewise.
14386         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14387         (_nss_nis_getaliasbyname_r): Likewise.
14388         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14389         (_nss_nis_getntohost_r): Likewise.
14390         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14391         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14392         (_nss_nis_getgrgid_r): Likewise.
14393         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14394         (internal_nis_gethostent_r, internal_gethostbyname2_r)
14395         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14396         (_nss_nis_gethostbyname4_r): Likewise.
14397         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
14398         (initgroups_netid): Likewise.
14399         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
14400         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
14401         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
14402         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
14403         (_nss_nis_getprotobynumber_r): Likewise.
14404         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
14405         (_nss_nis_getsecretkey): Likewise.
14406         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
14407         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
14408         (_nss_nis_getpwuid_r): Likewise.
14409         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
14410         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
14411         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
14412         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
14413         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
14414         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
14415         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
14416         Likewise.
14417         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
14418         (_nss_nisplus_getntohost_r): Likewise.
14419         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
14420         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
14421         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
14422         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
14423         Likewise.
14424         * nis/nss_nisplus/nisplus-initgroups.c
14425         (_nss_nisplus_initgroups_dyn): Likewise.
14426         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
14427         (_nss_nisplus_getnetbyaddr_r): Likewise.
14428         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
14429         (_nss_nisplus_getprotobynumber_r): Likewise.
14430         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
14431         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
14432         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
14433         Likewise.
14434         * nis/nss_nisplus/nisplus-service.c
14435         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
14436         (_nss_nisplus_getservbyport_r): Likewise.
14437         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
14438         (_nss_nisplus_getspnam_r): Likewise.
14439         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
14440         Likewise.
14441         * nscd/aicache.c (addhstaiX): Likewise.
14442         * nscd/cache.c (cache_search, prune_cache): Likewise.
14443         * nscd/connections.c (register_traced_file, send_ro_fd)
14444         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
14445         (main_loop_epoll): Likewise.
14446         * nscd/grpcache.c (addgrbyX): Likewise.
14447         * nscd/hstcache.c (addhstbyX): Likewise.
14448         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14449         * nscd/mem.c (gc, mempool_alloc): Likewise.
14450         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
14451         (addinnetgrX): Likewise.
14452         * nscd/nscd-client.h (__nscd_acquire_maplock)
14453         (__nscd_drop_map_ref): Likewise.
14454         * nscd/nscd_getai.c (__nscd_getai): Likewise.
14455         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
14456         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
14457         Likewise.
14458         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
14459         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
14460         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
14461         (__nscd_get_map_ref): Likewise.
14462         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
14463         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
14464         Likewise.
14465         * nscd/pwdcache.c (addpwbyX): Likewise.
14466         * nscd/selinux.c (preserve_capabilities): Likewise.
14467         * nscd/servicescache.c (addservbyX): Likewise.
14468         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
14469         * posix/fnmatch.c (fnmatch): Likewise.
14470         * posix/getopt.c (_getopt_internal_r): Likewise.
14471         * posix/glob.c (glob, glob_in_dir): Likewise.
14472         * posix/wordexp.c (exec_comm_child): Likewise.
14473         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
14474         (getanswer_r, gaih_getanswer_slice): Likewise.
14475         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
14476         * resolv/res_init.c: Likewise.
14477         * resolv/res_mkquery.c (res_nmkquery): Likewise.
14478         * resolv/res_query.c (__libc_res_nquery): Likewise.
14479         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
14480         Likewise.
14481         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
14482         * stdio-common/perror.c (perror): Likewise.
14483         * stdio-common/printf_fp.c (___printf_fp): Likewise.
14484         * stdio-common/tmpnam.c (tmpnam): Likewise.
14485         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
14486         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
14487         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
14488         Likewise.
14489         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
14490         * stdlib/putenv.c (putenv): Likewise.
14491         * stdlib/setenv.c (__add_to_environ): Likewise.
14492         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
14493         * stdlib/strtol_l.c (INTERNAL): Likewise.
14494         * string/memmem.c (memmem): Likewise.
14495         * string/strerror.c (strerror): Likewise.
14496         * string/strnlen.c (__strnlen): Likewise.
14497         * string/test-memmem.c (simple_memmem): Likewise.
14498         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
14499         * sunrpc/pm_getport.c (__get_socket): Likewise.
14500         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
14501         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
14502         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
14503         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
14504         Likewise.
14505         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
14506         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
14507         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
14508         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
14509         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
14510         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
14511         Likewise.
14512         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
14513         Likewise.
14514         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
14515         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
14516         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
14517         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
14518         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
14519         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
14520         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14521         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
14522         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
14523         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
14524         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
14525         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
14526         Likewise.
14527         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
14528         Likewise.
14529         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
14530         Likewise.
14531         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
14532         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
14533         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
14534         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
14535         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
14536         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
14537         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
14538         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
14539         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
14540         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
14541         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
14542         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
14543         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14544         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
14545         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14546         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
14547         Likewise.
14548         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
14549         Likewise.
14550         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
14551         Likewise.
14552         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
14553         Likewise.
14554         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
14555         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14556         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
14557         Likewise.
14558         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
14559         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
14560         * sysdeps/posix/opendir.c (__opendirat): Likewise.
14561         * sysdeps/posix/sleep.c: Likewise.
14562         * sysdeps/posix/tempname.c: Likewise.
14563         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
14564         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
14565         Likewise.
14566         * sysdeps/powerpc/powerpc32/dl-machine.h
14567         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
14568         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14569         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
14570         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
14571         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
14572         Likewise.
14573         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
14574         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
14575         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14576         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
14577         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14578         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
14579         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
14580         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
14581         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
14582         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
14583         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
14584         (elf_machine_lazy_rel): Likewise.
14585         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
14586         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
14587         (elf_machine_lazy_rel): Likewise.
14588         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
14589         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
14590         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
14591         * sysdeps/unix/grantpt.c (grantpt): Likewise.
14592         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
14593         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
14594         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
14595         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
14596         Likewise.
14597         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
14598         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
14599         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
14600         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
14601         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
14602         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
14603         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
14604         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
14605         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
14606         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
14607         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
14608         Likewise.
14609         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
14610         (__posix_fallocate64_l64): Likewise.
14611         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
14612         (posix_fallocate): Likewise.
14613         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
14614         Likewise.
14615         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
14616         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
14617         (getifaddrs_internal): Likewise.
14618         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
14619         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
14620         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
14621         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
14622         * sysdeps/unix/sysv/linux/posix_fallocate64.c
14623         (__posix_fallocate64_l64): Likewise.
14624         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
14625         Likewise.
14626         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
14627         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
14628         (__get_clockfreq): Likewise.
14629         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
14630         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
14631         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
14632         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
14633         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
14634         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
14635         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
14636         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
14637         Likewise.
14638         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
14639         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
14640         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
14641         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
14642         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
14643         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
14644         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
14645         Likewise.
14646         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
14647         (posix_fallocate): Likewise.
14648         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
14649         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
14650         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
14651         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
14652         (elf_machine_rela, elf_machine_rela_relative)
14653         (elf_machine_lazy_rel): Likewise.
14654         * time/asctime.c (asctime_internal): Likewise.
14655         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
14656         * time/tzset.c (__tzset_parse_tz): Likewise.
14657         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
14658         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
14659         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
14660         * wcsmbs/wcsmbsload.h: Likewise.
14662         [BZ #15894]
14663         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
14665         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
14666         (arena_get2): Remove THREAD_STATS conditionals.
14667         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
14668         (__malloc_stats, int): Likewise.
14670 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
14672         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
14673         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
14675         * manual/setjmp.texi: Fix typos/grammar errors.
14677         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
14678         Only return early when n is <= 0.  Delete unused return statement.
14680         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
14681         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
14682         * debug/tst-longjmp_chk3.c: New file.
14684         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
14685         (test_main): Replace code with set_fortify_handler call.
14686         * debug/test-strcpy_chk.c: Likewise.
14687         * debug/tst-chk1.c: Likewise.
14688         * debug/tst-longjmp_chk.c: Likewise.
14689         * test-skeleton.c: Include fcntl.h & paths.h
14690         (set_fortify_handler): Define.
14692         * debug/tst-longjmp_chk.c: Add header comment and include
14693         ../test-skeleton.c.
14694         (do_test): Mark static.
14695         (TEST_FUNCTION): Define.
14697         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
14698         (IP_PMTUDISC_INTERFACE): Likewise.
14699         (IP_MULTICAST_IF): Likewise.
14700         (IP_MULTICAST_TTL): Likewise.
14701         (IP_MULTICAST_LOOP): Likewise.
14702         (IP_ADD_MEMBERSHIP): Likewise.
14703         (IP_DROP_MEMBERSHIP): Likewise.
14704         (IP_UNBLOCK_SOURCE): Likewise.
14705         (IP_BLOCK_SOURCE): Likewise.
14706         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
14707         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
14708         (IP_MSFILTER): Likewise.
14709         (MCAST_JOIN_GROUP): Likewise.
14710         (MCAST_BLOCK_SOURCE): Likewise.
14711         (MCAST_UNBLOCK_SOURCE): Likewise.
14712         (MCAST_LEAVE_GROUP): Likewise.
14713         (MCAST_JOIN_SOURCE_GROUP): Likewise.
14714         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
14715         (MCAST_MSFILTER): Likewise.
14716         (IP_MULTICAST_ALL): Likewise.
14717         (IP_UNICAST_IF): Likewise.
14719         * timezone/Makefile: Delete $(have-ksh) check.
14720         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
14721         * timezone/tzselect.ksh: Add +x mode bits.
14723         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
14724         (ANON_INODE_FS_MAGIC): Likewise.
14725         (BDEVFS_MAGIC): Likewise.
14726         (BINFMTFS_MAGIC): Likewise.
14727         (BTRFS_TEST_MAGIC): Likewise.
14728         (CRAMFS_MAGIC_WEND): Likewise.
14729         (DEBUGFS_MAGIC): Likewise.
14730         (ECRYPTFS_SUPER_MAGIC): Likewise.
14731         (EXT3_SUPER_MAGIC): Likewise.
14732         (EXT4_SUPER_MAGIC): Likewise.
14733         (FUTEXFS_SUPER_MAGIC): Likewise.
14734         (HOSTFS_SUPER_MAGIC): Likewise.
14735         (HUGETLBFS_MAGIC): Likewise.
14736         (MINIX3_SUPER_MAGIC): Likewise.
14737         (MTD_INODE_FS_MAGIC): Likewise.
14738         (NILFS_SUPER_MAGIC): Likewise.
14739         (OPENPROM_SUPER_MAGIC): Likewise.
14740         (PIPEFS_MAGIC): Likewise.
14741         (PSTOREFS_MAGIC): Likewise.
14742         (QNX6_SUPER_MAGIC): Likewise.
14743         (RAMFS_MAGIC): Likewise.
14744         (REISERFS_SUPER_MAGIC_STRING): Likewise.
14745         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
14746         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
14747         (SECURITYFS_MAGIC): Likewise.
14748         (SELINUX_MAGIC): Likewise.
14749         (SMACK_MAGIC): Likewise.
14750         (SOCKFS_MAGIC): Likewise.
14751         (SQUASHFS_MAGIC): Likewise.
14752         (STACK_END_MAGIC): Likewise.
14753         (TMPFS_MAGIC): Likewise.
14754         (USBDEVICE_SUPER_MAGIC): Likewise.
14755         (V9FS_MAGIC): Likewise.
14756         (XENFS_SUPER_MAGIC): Likewise.
14757         (CRAMFS_MAGIC): Fix typo in comment.
14758         (EXT2_SUPER_MAGIC): Update comment.
14759         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
14761 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
14763         * sysdeps/arm: Move directory from ports/sysdeps/arm.
14764         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
14765         * sysdeps/unix/sysv/linux/arm: Move directory from
14766         ports/sysdeps/unix/sysv/linux/arm.
14767         * README: Update listing for arm-*-linux-gnueabi.
14769         * README: Remove mention of am33.
14771 2014-02-07  Roland McGrath  <roland@hack.frob.com>
14773         * bits/sigset.h (__sigemptyset): Use a statement expression rather
14774         than the comma operator, to avoid "rhs of comma has no effect"
14775         compiler warnings.
14776         (__sigfillset, __sigandset, __sigorset): Likewise.
14777         * include/signal.h (__sigemptyset): Likewise.
14778         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
14780 2014-02-07  Allan McRae  <allan@archlinux.org>
14782         * version.h (RELEASE): Set to "development".
14783         (VERSION): Set to "2.19.90"
14784         * NEWS: Add 2.20 section.
14786 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
14788         [BZ #16529]
14789         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
14791 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14793         * manual/contrib.texi: Update entry for Carlos O'Donell,
14794         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
14796 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
14798         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
14800         * sysdeps/unix/sysv/linux/kernel-features.h
14801         [__LINUX_KERNEL_VERSION >= 0x020621]
14802         (__ASSUME_PROC_PID_TASK_COMM): Define.
14804 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14806         [BZ #16398]
14807         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
14808         conversion when destination buffer does not have enough space.
14809         * libio/tst-ftell-partial-wide.c: New test case.
14810         * libio/Makefile (tests): Add tst-ftell-partial-wide.
14812         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
14813         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
14814         Leonard and Allan McRae.
14816 2014-02-04  David S. Miller  <davem@davemloft.net>
14818         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
14819         32-bit.
14821 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
14824         New file
14825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
14826         New file
14827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
14828         New file.
14829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
14830         New file.
14831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
14832         New file.
14833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
14834         New file.
14835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
14836         New file.
14837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
14838         New file.
14839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
14840         New file.
14841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
14842         New file.
14843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
14844         New file.
14845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
14846         New file.
14847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
14848         New file.
14850 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14852         * nptl/shlib-versions: Change powerpc*le start to 2.17.
14853         * shlib-versions: Likewise.
14855 2014-02-04  Roland McGrath  <roland@hack.frob.com>
14856             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14858         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
14859         (abilist-pattern): New variable, set to %-le.abilist.
14861         * Makerules (abilist-pattern): New variable.
14862         (vpath): Use $(abilist-pattern) in place of %.abilist.
14863         (check-abi-% pattern rule): Likewise.
14864         (check-abi, update-abi): Likewise.
14866 2014-02-04  Eric Wong  <normalperson@yhbt.net>
14868         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14870 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
14872         * manual/startup.texi: Add next, previous, and top entries for
14873         the `Program Arguments' and `Environment Variables' nodes.
14875 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
14877         * manual/macros.texi: Add comments before MTASC-safety macros.
14879         * manual/users.texi: Document MTASC-safety properties.
14881         * manual/threads.texi (pthread_key_create, pthread_key_delete)
14882         (pthread_getspecific, pthread_setspecific): Format with
14883         @deftypefun, and add @safety note.
14884         * manual/signal.texi: Move comments that analyze the above
14885         functions to their home place.
14887 2014-02-03  Allan McRae  <allan@archlinux.org>
14889         * po/sl.po: Update Slovenian translation from translation project.
14891 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
14893         * manual/time.texi (timegm): Add missing blank after @c.
14894         Reported by Joseph Myers <joseph@codesourcery.com>.
14896 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
14898         * manual/check-safety.sh: New.
14899         * manual/Makefile ($(objpfx)stamp-summary): Run it.
14901         * manual/terminal.texi: Document MTASC-safety properties.
14903         * manual/filesys.texi: Document MTASC-safety properties.
14905         * manual/errno.texi: Document MTASC-safety properties.
14907         * manual/intro.texi: Document safety identifiers and
14908         conditionals.
14910         * manual/string.texi (wcstok): Fix prototype.
14911         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
14913         * manual/time.texi: Document MTASC-safety properties.
14915         * manual/string.texi: Document MTASC-safety properties.
14917         * manual/threads.texi: Document MTASC-safety properties.
14919         * manual/stdio.texi: Document MTASC-safety properties.
14921         * manual/syslog.texi: Document MTASC-safety properties.
14923         * manual/sysinfo.texi: Document MTASC-safety properties.
14925         * manual/startup.texi: Document MTASC-safety properties.
14927         * manual/socket.texi: Document MTASC-safety properties.
14929         * manual/signal.texi: Document MTASC-safety properties.
14931 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
14933         * manual/setjmp.texi: Document MTASC-safety properties.
14935         * manual/search.texi: Document MTASC-safety properties.
14937         * manual/resource.texi: Document MTASC-safety properties.
14939         * manual/process.texi: Document MTASC-safety properties.
14941         * manual/platform.texi: Document MTASC-safety properties.
14943         * manual/pipe.texi: Document MTASC-safety properties.
14945         * manual/pattern.texi: Document MTASC-safety properties.
14947         * manual/message.texi: Document MTASC-safety properties.
14949         [BZ #12751]
14950         * manual/memory.texi: Document MTASC-safety properties.
14952         * manual/math.texi: Document MTASC-safety properties.
14954         * manual/locale.texi: Document MTASC-safety properties.
14956         * manual/llio.texi: Document MTASC-safety properties.
14958         * manual/libdl.texi: New.
14960         * manual/lang.texi: Document MTASC-safety properties.
14962         * manual/job.texi: Document MTASC-safety properties.
14964         * manual/getopt.texi: Document MTASC-safety properties.
14966         * manual/ctype.texi: Document MTASC-safety properties.
14968 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
14970         [BZ #16046]
14971         * csu/libc-tls.c (static_map): Remove variable.
14972         (__libc_setup_tls): Use main executable's link map for TLS data.
14973         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
14974         casing for LM_ID_BASE and GL(dl_nns).
14975         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
14976         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
14977         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
14978         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
14979         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
14980         member.
14981         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
14982         l_phnum members.
14984 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
14986         * manual/debug.texi: Document MTASC-safety properties.
14988 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
14990         [BZ #16510]
14991         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
14992         of __x86_64__ when disabling x87 inline functions.
14994 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
14996         * manual/charset.texi: Document MTASC-safety properties.
14998         * manual/crypt.texi: Document MTASC-safety properties.
15000         * manual/conf.texi: Document MTASC-safety properties.
15002         * manual/arith.texi: Document MTASC-safety properties.
15004         * manual/argp.texi: Document MTASC-safety properties.
15006         * manual/macros.texi: Introduce macros to document multi
15007         thread, asynchronous signal and asynchronous cancellation
15008         safety properties.
15009         * manual/intro.texi: Introduce the properties themselves.
15011 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15013         * sysdeps/sh/sh4/Makefile: New file.
15015 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15017         * math/gen-libm-test.pl ($srcdir): New variable.
15018         ($auto_input): Use it.
15020 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15022         [BZ #16506]
15023         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15024         access beyond array bounds when parsing netgroups file.
15026         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15027         the old buffer before realloc.
15029 2014-01-27  Allan McRae  <allan@archlinux.org>
15031         * po/fr.po: Update French translation from translation project.
15033 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15035         * sysdeps/sh/libm-test-ulps: Regenerate.
15037 2014-01-24  David S. Miller  <davem@davemloft.net>
15039         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15041 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15043         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15044         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15046 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15048         [BZ #16474]
15049         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15050         string pointers after reallocation.
15052 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15054         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15055         __SH4A__ instead of __SH_FPU_ANY__.
15057 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15059         * sysdeps/sh/fpu_control.h: New file.
15060         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15061         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15062         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15063         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15064         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15065         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15066         * sysdeps/sh/sys/ucontext.h: Remove.
15067         * sysdeps/sh/sys: Remove directory.
15069 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15071         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15072         s390/sys/ucontext.h.
15073         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15074         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15076 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15078         [BZ #15605]
15079         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15081 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15083         [BZ#16431]
15084         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15085         Adjust the vDSO correctly for internal calls.
15086         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15088 2014-01-20  Allan McRae  <allan@archlinux.org>
15090         * po/ca.po: Update Catalan translation from translation project.
15092 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15094         * sysdeps/s390/sotruss-lib.c: New file.
15096 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15098         [BZ#16430]
15099         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15100         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15101         local calls issues by not having a PLT stub required for IFUNC calls.
15102         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15104 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15106         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15107         * math/test-fpucw-static.c: Likewise.
15109 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15111         [BZ #16453]
15112         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15114 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15116         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15117         implementation for powerpc.
15119 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15121         [BZ #14782]
15122         * sysdeps/posix/system.c (__libc_system): Do not enable
15123         asynchronous cancellation.
15125 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15127         [BZ #16427]
15128         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15129         handling only for numbers special also in the IEEE case.
15131 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15133         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15135 2014-01-11  Allan McRae  <allan@archlinux.org>
15137         * po/bg.po: Update Bulgarian translation from translation project.
15139         * po/de.po: Update German translation from translation project.
15141 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15143         * sysdeps/generic/gcc-compat.h: New file.
15145 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15147         * benchtests/asin-inputs: Correct slow inputs.
15148         * benchtests/acos-inputs: Likewise.
15150 2014-01-10  Allan McRae  <allan@archlinux.org>
15152         * po:sv.po: Update Swedish translation from translation project.
15154         * po/vi.po: Update Vietnamese translation from translation project.
15156         * po/eo.po: Update Esperanto translation from translation project.
15158         * po/cs.po: Update Czech translation from translation project.
15160         * po/nl.po: Update Dutch translation from translation project.
15162         * po/pl.po: Update Polish translation from translation project.
15164         * po/ru.po: Update Russian translation from translation project.
15166         * po/uk.po: Update Ukrainian translation from translation project.
15168 2014-01-08  Brooks Moses  <bmoses@google.com>
15170         * elf/dl-load.c: Fix comment typo.
15172 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15174         * po/header.pot: Rename to...
15175         * po/pot.header: ... this.
15176         * po/Makefile: Use pot.header.
15178 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15179             Maxim Kuvyrkov  <maxim@kugelworks.com>
15181         [BZ #16394]
15182         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15183         SRC and DEST against LEN.
15185 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15187         [BZ #16414]
15188         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15189         implementation.
15190         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15192 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15194         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15196 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15198         [BZ #16408]
15199         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15200         for large positive arguments.
15202 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15204         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15206         * math/auto-libm-test-in: Mark various tests with
15207         xfail-rounding:ldbl-128ibm.
15208         * math/auto-libm-test-out: Regenerated.
15210         [BZ #16407]
15211         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15212         Increase overflow threshold.
15214 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15216         [BZ #14286]
15217         * stdio-common/vfprintf.c: Check for integer overflow.
15219 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15221         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15222         the first argument and return value of __tls_get_addr_internal.
15224 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15226         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15227         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15229 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15231         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15232         * sysdeps/s390/rtld-global-offsets.sym: New file.
15233         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15234         GLIBC_2.19 symbol.
15235         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15236         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15237         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15238         ... this.
15239         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15240         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15241         ... this.
15242         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15243         Regenerate.
15244         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15245         Regenerate.
15246         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15247         halfs of GPRs for high_gprs contexts.
15248         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15249         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
15250         field.
15251         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15252         uc_flags field.
15253         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15254         64 bit versions:
15255         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15256         for high GPRs (uc_high_gprs) and for future extensions
15257         (__reserved).
15258         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15259         for future extensions (__reserved).
15260         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15261         64 bit versions:
15262         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15263         SC_HIGHGPRS offset definition.
15264         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15265         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15267         * Versions.def: Add GLIBC_2.19 for libpthread.
15268         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15269         siglongjmp for libpthread with GLIBC_2.19 symver.
15270         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15271         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15272         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15273         * sysdeps/s390/__longjmp.c: New file.
15274         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15275         * sysdeps/s390/longjmp.c: New file.
15276         * sysdeps/s390/setjmp.S: New file.
15277         * sysdeps/s390/sigjmp.S: New file.
15278         * sysdeps/s390/v1-longjmp.c: New file.
15279         * sysdeps/s390/v1-setjmp.h: New file.
15280         * sysdeps/s390/v1-sigjmp.c: New file.
15281         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15282         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15283         GLIBC_2.19 version.
15284         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15285         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15286         versioned symbols for ____longjmp_chk.
15287         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15288         Likewise.
15289         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15290         Regenerate.
15291         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15292         Regenerate.
15293         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15294         Regenerate.
15295         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15296         Regenerate.
15297         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15298         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15299         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15300         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15301         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15302         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15303         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15304         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15305         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15306         * sysdeps/s390/rtld-__longjmp.c: New file.
15307         * sysdeps/s390/rtld-setjmp.S: New file.
15309 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
15311         [BZ #16400]
15312         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15313         Return -__logl (x) for small positive arguments without evaluating
15314         a polynomial.
15316 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
15318         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15319         Rename to ...
15320         (__ptrace_peeksiginfo_args): ... this.
15321         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15322         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15323         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15325 2014-01-06  Allan McRae  <allan@archlinux.org>
15327         * inet/netinet/in.h: Fix typo in comment.
15329 2014-01-05  Andreas Jaeger  <aj@suse.de>
15331         * sysdeps/i386/fpu/libm-test-ulps: Update.
15333 2014-01-05  Allan McRae  <allan@archlinux.org>
15335         * po/libc.pot: Regenerated.
15337         * malloc/memusagestat.c: Fix gettext call formatting.
15339 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
15341         * nscd/nscd.c: Improve usage() output.
15343 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
15345         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15346         * sysdeps/unix/sysv/linux/configure: Regenerated.
15347         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15348         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15350 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15352         [BZ #16390]
15353         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15354         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15356 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15358         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15359         extra tokens at end of #undef directive.
15360         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15361         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15362         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15364 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15366         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15368         * math/auto-libm-test-in: Mark various tests with
15369         xfail-rounding:ldbl-128ibm.
15370         * math/auto-libm-test-out: Regenerated.
15372 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
15374         [BZ #16386]
15375         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15376         numbers with subnormal high part when calculating exponent.
15378         [BZ #16385]
15379         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15380         fabs.
15382         [BZ #16384]
15383         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15384         M_LN2l.
15385         (__ieee754_acoshl): Use __log1pl not __log1p.
15387 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
15389         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15390         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15391         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15392         (grow_heap, heap_trim, _int_new_arena, get_free_list)
15393         (reused_arena, arena_get2): Convert to GNU style.
15394         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15395         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15396         (memalign_check, __malloc_set_state): Likewise.
15397         * malloc/mallocbug.c (main): Likewise.
15398         * malloc/malloc.c (__malloc_assert, malloc_init_state)
15399         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
15400         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
15401         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
15402         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
15403         (__posix_memalign, malloc_info): Likewise.
15404         * malloc/malloc.h: Likewise.
15405         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
15406         (mallochook, memalignhook, reallochook, mabort): Likewise.
15407         * malloc/mcheck.h: Likewise.
15408         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
15409         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
15410         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
15411         * malloc/morecore.c (__default_morecore): Likewise.
15412         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
15413         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
15414         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
15415         (print_and_abort): Likewise.
15416         * malloc/obstack.h: Likewise.
15417         * malloc/set-freeres.c (__libc_freeres): Likewise.
15418         * malloc/tst-mallocstate.c (main): Likewise.
15419         * malloc/tst-mtrace.c (main): Likewise.
15420         * malloc/tst-realloc.c (do_test): Likewise.
15422 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15424         [BZ #16366]
15425         * nscd/netgroupcache.c (do_notfound): New function.
15426         (addgetnetgrentX): Use it.
15428         [BZ # 16365]
15429         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
15430         NSS_STATUS_NOTFOUND.
15432 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
15434         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
15435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15437 2014-01-01  Allan McRae  <allan@archlinux.org>
15439         * scripts/update-copyrights: Update configure input file suffix.
15441         * NEWS: Update copyright year.
15442         * catgets/gencat.c: Likewise.
15443         * csu/version.c: Likewise.
15444         * debug/catchsegv.sh: Likewise.
15445         * debug/pcprofiledump.c: Likewise.
15446         * debug/xtrace.sh: Likewise.
15447         * elf/ldconfig.c: Likewise.
15448         * elf/ldd.bash.in: Likewise.
15449         * elf/pldd.c: Likewise.
15450         * elf/sotruss.ksh: Likewise.
15451         * elf/sprof.c: Likewise.
15452         * iconv/iconv_prog.c: Likewise.
15453         * iconv/iconvconfig.c: Likewise.
15454         * locale/programs/locale.c: Likewise.
15455         * locale/programs/localedef.c: Likewise.
15456         * login/programs/pt_chown.c: Likewise.
15457         * malloc/memusage.sh: Likewise.
15458         * malloc/memusagestat.c: Likewise.
15459         * malloc/mtrace.pl: Likewise.
15460         * manual/libc.texinfo: Likewise.
15461         * nscd/nscd.c: Likewise.
15462         * nss/getent.c: Likewise.
15463         * nss/makedb.c: Likewise.
15464         * posix/getconf.c: Likewise.
15465         * scripts/test-installation.pl: Likewise.
15467         * All files with FSF copyright notices: Update copyright dates
15468         using scripts/update-copyrights.
15469         * intl/plural.c: Regenerated.
15470         * locale/programs/charmap-kw.h: Likewise.
15471         * locale/programs/locfile-kw.h: Likewise.
15473 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
15475         * sysdeps/unix/sysv/linux/configure: Regenerated.
15476         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
15477         the linux/fanotify.h header.
15478         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
15479         HAVE_LINUX_FANOTIFY_H is defined.
15481 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
15483         * benchtests/cos-inputs: New inputs.
15484         * benchtests/sin-inputs: Likewise.
15486         * benchtests/atan-inputs: New inputs. Fix name of multiple
15487         precision fallback inputs.
15489         * benchtests/atanh-inputs: New inputs.
15490         * benchtests/tanh-inputs: Likewise.
15492         * benchtests/acosh-inputs: New inputs.
15493         * benchtests/asinh-inputs: Likewise.
15495         * benchtests/cosh-inputs: New inputs.
15496         * benchtests/sinh-inputs: Likewise.
15498         * benchtests/acos-inputs: Add more inputs.
15499         * benchtests/asin-inputs: Likewise.
15501 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
15503         [BZ #16375]
15504         * manual/arith.texi: Fix spelling.
15505         * manual/charset.texi: Likewise.
15506         * manual/errno.texi: Likewise.
15507         * manual/filesys.texi: Likewise.
15508         * manual/lang.texi: Likewise.
15509         * manual/llio.texi: Likewise.
15510         * manual/locale.texi: Likewise.
15511         * manual/message.texi: Likewise.
15512         * manual/resource.texi: Likewise.
15513         * manual/search.texi: Likewise.
15514         * manual/setjmp.texi: Likewise.
15515         * manual/stdio.texi: Likewise.
15516         * manual/string.texi: Likewise.
15517         * manual/sysinfo.texi: Likewise.
15518         * manual/time.texi: Likewise.
15520 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
15522         * po/sl.po: New file.
15524 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
15526         * .gitignore: Add core/.gdbinit/.gdb_history.
15528 2013-12-27  Allan McRae  <allan@archlinux.org>
15530         [BZ #16369]
15531         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
15532         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
15534 2013-12-24  Brooks Moses  <bmoses@google.com>
15536         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
15537         all compilers that claim C++98 compliance, not just GCC.
15538         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
15539         Likewise.
15541 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
15543         * NEWS: Restore accidentally deleted bug-fix entries.
15545 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
15546             Ondřej Bílka  <neleai@seznam.cz>
15548         [BZ #15073]
15549         * malloc/malloc.c (_int_free): Perform sanity check only if we
15550         have_lock.
15552 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
15554         [BZ #12986]
15555         * manual/stdio.texi (String Input Conversions): Clarify that character
15556         classes are not supported.
15558 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15560         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15562 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
15564         [BZ #16337]
15565         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15566         Calculate results for small negative arguments directly rather
15567         than using reflection formula with special underflow handling.
15569         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
15570         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
15571         sysdeps/unix/bsd/bsd4.4/syscalls.list.
15572         (fchflags): Likewise.
15573         (revoke): Likewise.
15574         (setlogin): Likewise.
15575         (sigaltstack): Likewise.
15576         (wait4): Likewise.
15577         (sigblock): Remove.
15578         (sigsetmask): Likewise.
15579         (wait3): Likewise.
15580         (waitpid): Likewise.
15581         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
15582         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
15583         file.
15584         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
15585         * sysdeps/unix/bsd/Makefile: ... here.
15586         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
15587         * sysdeps/unix/bsd/Versions: ... here.
15588         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
15589         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
15590         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
15591         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
15592         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
15593         * sysdeps/unix/bsd/sigblock.c: ... here.
15594         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
15595         * sysdeps/unix/bsd/sigsetmask.c: ... here.
15596         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
15597         * sysdeps/unix/bsd/sigvec.c: ... here.
15598         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
15599         * sysdeps/unix/bsd/tcdrain.c: ... here.
15600         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
15601         * sysdeps/unix/bsd/tcgetattr.c: ... here.
15602         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
15603         * sysdeps/unix/bsd/tcsetattr.c: ... here.
15604         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
15605         * sysdeps/unix/bsd/wait.c: ... here.
15606         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
15607         * sysdeps/unix/bsd/wait3.c: ... here.
15608         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
15609         * sysdeps/unix/bsd/waitpid.c: ... here.
15611 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
15613         [BZ #16356]
15614         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
15615         round-to-nearest for [!USE_AS_EXPM1L].
15616         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
15617         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
15618         more tests of exp and exp10.  Expect some exp10 tests to miss
15619         exceptions or fail in directed rounding modes.
15620         * math/auto-libm-test-out: Regenerated.
15621         * math/libm-test.inc (exp10_tonearest_test_data): New array.
15622         (exp10_test_tonearest): New function.
15623         (exp10_towardzero_test_data): New array.
15624         (exp10_test_towardzero): New function.
15625         (exp10_downward_test_data): New array.
15626         (exp10_test_downward): New function.
15627         (exp10_upward_test_data): New array.
15628         (exp10_test_upward): New function.
15629         (main): Call the new functions.
15630         * sysdeps/i386/fpu/libm-test-ulps: Update.
15631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15633 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
15635         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
15636         asinh, atan, atan2, atanh, cbrt, cos and cosh.
15637         * math/auto-libm-test-out: Regenerated.
15638         * math/libm-test.inc (acosh_test_data): Add more tests.
15639         (atanh_test_data): Likewise.
15640         (ceil_test_data): Likewise.
15641         (copysign_test_data): Likewise.
15642         * sysdeps/i386/fpu/libm-test-ulps: Update.
15643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15645         * timezone/checktab.awk: Update from tzcode 2013i.
15646         * timezone/private.h: Likewise.
15647         * timezone/scheck.c: Likewise.
15648         * timezone/tzfile.h: Likewise.
15649         * timezone/tzselect.ksh: Likewise.
15650         * timezone/zdump.c: Likewise.
15651         * timezone/zic.c: Likewise.
15653         * math/auto-libm-test-in: Add tests of cpow.
15654         * math/auto-libm-test-out: Regenerated.
15655         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
15656         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15657         mpc_cc_c.
15658         (func_calc_desc): Add mpc_cc_c union field.
15659         (test_functions): Add cpow.
15660         (special_fill_2pi): New function.
15661         (special_real_inputs): Add 2pi.
15662         (calc_generic_results): Handle mpc_cc_c.
15663         * sysdeps/i386/fpu/libm-test-ulps: Update.
15664         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15666         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
15667         csqrt, ctan and ctanh.
15668         * math/auto-libm-test-out: Regenerated.
15669         * math/libm-test.inc (TEST_COND_x86_64): New macro.
15670         (TEST_COND_x86): Likewise.
15671         (ccos_test_data): Use AUTO_TESTS_c_c.
15672         (ccosh_test_data): Likewise.
15673         (cexp_test_data): Likewise.
15674         (clog_test_data): Likewise.
15675         (csqrt_test_data): Likewise.
15676         (ctan_test_data): Likewise.
15677         (ctan_tonearest_test_data): Likewise.
15678         (ctan_towardzero_test_data): Likewise.
15679         (ctan_downward_test_data): Likewise.
15680         (ctan_upward_test_data): Likewise.
15681         (ctanh_test_data): Likewise.
15682         (ctanh_tonearest_test_data): Likewise.
15683         (ctanh_towardzero_test_data): Likewise.
15684         (ctanh_downward_test_data): Likewise.
15685         (ctanh_upward_test_data): Likewise.
15686         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15687         mpc_c_c.
15688         (func_calc_desc): Add mpc_c_c union field.
15689         (FUNC_mpc_c_c): New macro.
15690         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
15691         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
15692         ctanh.
15693         (special_fill_min_subnorm_p120): New function.
15694         (special_real_inputs): Add min_subnorm_p120.
15695         (calc_generic_results): Handle mpc_c_c.
15696         * sysdeps/i386/fpu/libm-test-ulps: Update.
15697         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15699 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15701         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
15702         (do_sin_slow): New functions.
15703         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
15704         (cslow2, csloww1, csloww2): Use the new functions.
15706         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
15707         Use M to change sign of result instead of X.  Assume X is
15708         positive.
15709         (csloww1): Likewise.
15710         (__sin): Adjust.
15711         (__cos): Adjust.
15713         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
15714         arguments A and DA.
15715         (__sin): Adjust.
15716         (__cos): Likewise.
15718         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
15719         (__cos): Likewise.
15720         (sloww1): Don't adjust sign of DX.
15721         (csloww1): Likewise.
15722         (sloww2): Use X directly and don't adjust sign of DX.
15723         (csloww2): Likewise.
15725 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
15727         * math/auto-libm-test-in: Add tests of cabs and carg.
15728         * math/auto-libm-test-out: Regenerated.
15729         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
15730         (carg_test_data): Likewise.
15731         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15732         mpc_c_f.
15733         (func_calc_desc): Add mpc_c_f union field.
15734         (test_functions): Add cabs and carg.
15735         (calc_generic_results): Handle mpc_c_f.
15737         * sysdeps/powerpc/powerpc32/libgcc-compat.S
15738         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
15739         as a macro and a compat symbol.
15740         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
15741         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
15742         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
15743         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
15744         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
15745         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
15746         not use .hidden.
15747         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
15748         Likewise.
15749         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
15750         Likewise.
15751         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
15752         Likewise.
15753         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
15754         Likewise.
15755         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
15756         Likewise.
15757         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
15758         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
15759         from GLIBC_2.3.2.
15761 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15763         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15765 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
15767         * manual/texinfo.tex: Update to version 2013-11-26.10 with
15768         trailing whitespace removed.
15769         * scripts/config.guess: Update to version 2013-11-29.
15770         * scripts/config.sub: Update to version 2013-10-01.
15772         * math/auto-libm-test-in: Add tests of sincos.
15773         * math/auto-libm-test-out: Regenerated.
15774         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
15775         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15776         mpfr_f_11.
15777         (func_calc_desc): Add mpfr_f_11 union field.
15778         (test_functions): Add sincos.
15779         (calc_generic_results): Handle mpfr_f_11.
15780         * sysdeps/i386/fpu/libm-test-ulps: Update.
15781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15783 2013-12-19  Andreas Schwab  <schwab@suse.de>
15785         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
15786         CALL_MCOUNT.
15787         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
15788         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
15789         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
15791 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
15793         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
15794         * sysdeps/i386/fpu/libm-test-ulps: Update.
15795         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15797         [BZ #16293]
15798         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
15799         round-to-nearest mode when using frndint.
15800         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
15801         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
15802         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
15803         Likewise.
15804         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
15805         sinh test to fail.
15806         * math/auto-libm-test-out: Regenerated.
15807         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
15808         (TEST_COND_x86): Likewise.
15809         (expm1_tonearest_test_data): New array.
15810         (expm1_test_tonearest): New function.
15811         (expm1_towardzero_test_data): New array.
15812         (expm1_test_towardzero): New function.
15813         (expm1_downward_test_data): New array.
15814         (expm1_test_downward): New function.
15815         (expm1_upward_test_data): New array.
15816         (expm1_test_upward): New function.
15817         (main): Run the new test functions.
15818         * sysdeps/i386/fpu/libm-test-ulps: Update.
15819         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15821         * include/features.h: Update comment documenting feature test
15822         macros.  Mention _DEFAULT_SOURCE in comment.
15823         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
15824         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
15825         _BSD_SOURCE and _SVID_SOURCE.
15826         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
15827         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
15828         !_SVID_SOURCE]: Likewise.
15829         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
15830         (__USE_POSIX_IMPLICITLY): Define.
15831         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
15832         (_POSIX_SOURCE): Undefine and redefine.
15833         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
15834         (_POSIX_C_SOURCE): Likewise.
15835         * manual/creature.texi (_DEFAULT_SOURCE): Document.
15836         (Feature Test Macros): Update documentation of default features.
15838 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15840         * benchtests/Makefile: Add bench-strtok.
15841         * benchtests/bench-strtok.c: New file: strtok benchtest.
15843 2013-12-19  Allan McRae  <allan@archlinux.org>
15845         * manual/install.texi: Suppress menu for plain text output.
15846         * INSTALL: Regenerated.
15848 2013-12-18  Brooks Moses  <bmoses@google.com>
15850         [BZ #15846]
15851         * misc/getauxval.c: Include errno.h.
15852         (__getauxval): Set errno to ENOENT if the requested type is not
15853         found.
15854         * misc/sys/auxv.h (getauxval): Document that it may set errno;
15855         don't declare with __attribute_const__.
15856         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
15857         * manual/startup.texi: Document that getauxval sets errno.
15859 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
15861         * math/auto-libm-test-in: Add tests of jn and yn.
15862         * math/auto-libm-test-out: Regenerated.
15863         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
15864         (yn_test_data): Likewise.
15865         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15866         mpfr_if_f.
15867         (func_calc_desc): Add mpfr_if_f union field.
15868         (FUNC_mpfr_if_f): New macro.
15869         (test_functions): Add jn and yn.
15870         (calc_generic_results): Assert type of second input for
15871         mpfr_ff_f.  Handle mpfr_if_f.
15872         (output_for_one_input_case): Disable all checking for arguments
15873         fitting floating-point types in case of an integer argument.
15874         * sysdeps/i386/fpu/libm-test-ulps: Update.
15875         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15878         Don't expect fegetround reference in libm.so.
15880 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15882         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
15883         $(config-cflags-nofma).
15885 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
15887         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
15888         * math/auto-libm-test-out: Regenerated.
15890         [BZ #16338]
15891         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
15892         to determine exponent and adjust argument to have exponent of -1.
15893         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
15894         log2.
15895         * math/auto-libm-test-out: Regenerated.
15896         * sysdeps/i386/fpu/libm-test-ulps: Update.
15897         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15899 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
15901         * manual/probes.texi: Remove cases when per-thread arenas are
15902         disabled.
15904 2013-12-18  Andreas Schwab  <schwab@suse.de>
15906         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
15907         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
15908         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
15909         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
15910         * sysdeps/i386/i686/multiarch/Makefile: Update.
15911         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
15913 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
15915         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
15916         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
15918 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
15920         [BZ #15968]
15921         Support TZ transition times < 00:00:00.
15922         This is needed for version-3 tz-format files; it supports time
15923         stamps past 2037 for America/Godthab (the only entry in the tz
15924         database for which this change is relevant).
15925         * manual/time.texi (TZ Variable): Document transition times
15926         from -167:59:59 through -00:00:01.
15927         * time/tzset.c (tz_rule): Time of day is now signed.
15928         (__tzset_parse_tz): Parse negative time of day.
15930         Document TZ transition times >= 25:00:00.
15931         * manual/time.texi (TZ Variable): Document transition times from
15932         25:00:00 through 167:59:59.  These are already supported, and this
15933         support will help with version-3 tz-format files.
15935         * manual/time.texi (TZ Variable): Modernize North America example
15936         to reflect current (i.e., 2007-and-later) daylight saving rules.
15938         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
15940 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
15942         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
15943         * sysdeps/unix/bsd/bits/stat.h: Likewise.
15944         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
15945         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
15946         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
15947         * sysdeps/unix/bsd/bsdstat.h: Likewise.
15948         * sysdeps/unix/bsd/clock.c: Likewise.
15949         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
15950         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
15951         * sysdeps/unix/bsd/init-posix.c: Likewise.
15952         * sysdeps/unix/bsd/poll.c: Likewise.
15953         * sysdeps/unix/bsd/ptsname.c: Likewise.
15954         * sysdeps/unix/bsd/seekdir.c: Likewise.
15955         * sysdeps/unix/bsd/setegid.c: Likewise.
15956         * sysdeps/unix/bsd/seteuid.c: Likewise.
15957         * sysdeps/unix/bsd/setgid.c: Likewise.
15958         * sysdeps/unix/bsd/setrgid.c: Likewise.
15959         * sysdeps/unix/bsd/setruid.c: Likewise.
15960         * sysdeps/unix/bsd/setsid.c: Likewise.
15961         * sysdeps/unix/bsd/setuid.c: Likewise.
15962         * sysdeps/unix/bsd/sigaction.c: Likewise.
15963         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
15964         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
15965         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
15966         * sysdeps/unix/bsd/telldir.c: Likewise.
15967         * sysdeps/unix/bsd/times.c: Likewise.
15968         * sysdeps/unix/bsd/usleep.c: Likewise.
15970         * misc/Makefile (install-lib): Remove libbsd-compat.a.
15971         ($(objpfx)libbsd-compat.a): Remove rule.
15973         * include/features.h (__FAVOR_BSD): Do not define.
15974         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
15975         features conflicting with POSIX.
15976         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
15977         (_BSD_SOURCE): Remove description of not being a subset of other
15978         feature test macros.
15979         * manual/job.texi (getpgrp): Do not document BSD version.
15980         (getpgid): Do not document by reference to BSD getpgrp.
15981         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
15982         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
15983         * signal/signal.h [__FAVOR_BSD]: Likewise.
15984         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
15985         instead of making contents conditional on [__FAVOR_BSD].
15986         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
15988 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15990         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15992 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
15994         [BZ #16314]
15995         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
15996         values below 2**-450, not 2**-500.
15997         * math/auto-libm-test-in: Don't allow spurious underflow from
15998         hypot.
15999         * math/auto-libm-test-out: Regenerated.
16001         [BZ #16316]
16002         [BZ #16330]
16003         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16004         values of ha and hb and sort them after adjusting subnormal
16005         arguments.
16006         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16007         Likewise.
16008         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16009         values of ea and eb and sort them after adjusting subnormal
16010         arguments.
16011         * math/auto-libm-test-in: Do not expect some hypot tests of
16012         subnormals to fail.  Add more hypot tests.
16013         * math/auto-libm-test-out: Regenerated.
16015 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16017         [BZ #13304]
16018         * sysdeps/sh/s_fma.c: New file.
16019         * sysdeps/sh/s_fmaf.c: New file.
16020         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16021         version.
16022         * sysdeps/sh/Implies: Add sh/soft-fp.
16024 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16026         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16027         level of indirection to members `objname', `errstring', `malloced'.
16028         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16029         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16030         it as the __longjmp argument (just pass 1 instead).
16031         (_dl_catch_error): Initialize C with argument pointers and address of
16032         volatile local ERRCODE rather than copying values out of C at return.
16034 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16036         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16037         * math/auto-libm-test-out: Regenerated.
16038         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16039         (hypot_test_data): Likewise.
16040         (pow_test_data): Likewise.
16041         (pow_tonearest_test_data): Likewise.
16042         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16043         mpfr_ff_f.
16044         (func_calc_desc): Add mpfr_ff_f union field.
16045         (FUNC_mpfr_ff_f): New macro.
16046         (test_functions): Add atan2, hypot and pow.
16047         (special_fill_min): New function.
16048         (special_fill_minus_min): Likewise.
16049         (special_fill_min_subnorm): Likewise.
16050         (special_fill_minus_min_subnorm): Likewise.
16051         (special_real_inputs): Add min, -min, min_subnorm and
16052         -min_subnorm.
16053         (calc_generic_results): Handle mpfr_ff_f.
16054         * sysdeps/i386/fpu/libm-test-ulps: Update.
16055         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16057 2013-12-16  Will Newton  <will.newton@linaro.org>
16059         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16060         (Aligned Memory Blocks): Add documentation for aligned_alloc
16061         and suggest it as an alternative to posix_memalign.
16062         (Hooks for Malloc): Document __memalign_hook is also called
16063         for aligned_alloc.  (Summary of Malloc): Add summary for
16064         aligned alloc.  Document __memalign_hook is also called
16065         for aligned_alloc.
16067 2013-12-16  Will Newton  <will.newton@linaro.org>
16069         * manual/memory.texi (Malloc Examples): Clarify default
16070         alignment documentation.  Suggest posix_memalign rather
16071         than memalign or valloc.
16072         (Aligned Memory Blocks): Remove suggestion to use memalign
16073         or valloc.  Remove obsolete comment about BSD.
16074         Document memalign errno values and mark the function obsolete.
16075         Document posix_memalign returned error codes.  Mark valloc
16076         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16077         called for posix_memalign and valloc.
16078         (Summary of Malloc): Add posix_memalign to function summary.
16079         __memalign_hook is also called for posix_memalign and valloc.
16081 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16083         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16084         TAYLOR_SIN.
16085         (__sin): Adjust.
16086         (__cos): Likewise.
16087         (sloww): Use mynumber union.  Expand ternary operator into
16088         if-else statements.
16089         (cslow): use mynumber union.
16091 2013-12-16  Allan McRae  <allan@archlinux.org>
16093         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16094         * configure: Regenerated.
16096         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16098         [BZ #14120]
16099         * configure.ac: Added --enable-maintainer-mode. Check for
16100         autoconf when enabled.
16101         * configure: Regenerated.
16103         * nscd/nscd.service: New file.
16104         * nscd/nscd.tmpfiles: New file.
16106 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16108         [BZ #12100]
16109         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16110         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16111         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16112         (strstr): Add __strstr_sse2_unaligned ifunc.
16113         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16114         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16115         (strcasestr): Remove __strcasestr_sse42 ifunc.
16116         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16117         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16118         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16120 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16122         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16123         * sysdeps/sh/bits/fenv.h: ... here.
16124         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16126 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16128         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16130         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16131         hypotf multiarch implementations.
16132         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16133         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16134         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16135         multiarch hypot for PPC64.
16136         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16137         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16138         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16139         multiarch hypotf for PPC64.
16141         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16142         modff multiarch implementations.
16143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16144         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16145         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16146         multiarch modf for PPC64.
16147         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16149         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16150         multiarch modff for PPC64.
16152         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16153         and logl multiarch implementations.
16154         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16156         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16157         multiarch logb for PPC64.
16158         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16159         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16160         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16161         multiarch logb for PPC64.
16162         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16163         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16164         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16165         multiarch logb for PPC64.
16167         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16168         isinff multiarch implementation.
16169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16170         file.
16171         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16172         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16173         multiarch isinf for PPC64.
16174         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16175         file.
16176         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16177         multiarch isinff for PPC64.
16179         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16180         finitef multiarch implementation.
16181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16182         file.
16183         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16184         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16185         multiarch finite for PPC64.
16186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16187         file.
16188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16189         multiarch finitef for PPC64.
16191         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16192         lrint multiarch implementation.
16193         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16194         file.
16195         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16197         multiarch llrint for PPC64.
16198         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16199         multiarch lrint for PPC64.
16201         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16202         copysignf multiarch implementation.
16203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16204         file.
16205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16206         file.
16207         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16208         multiarch copysign for PPC64.
16209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16210         multiarch copysignf for PPC64.
16212         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16213         multiarch implementation.
16214         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16215         file.
16216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16217         file.
16218         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16219         file.
16220         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16221         file.
16222         multiarch llround for PPC64.
16223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16224         multiarch trunc for PPC64.
16225         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16226         multiarch truncf for PPC64.
16228         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16229         multiarch implementation.
16230         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16231         file.
16232         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16233         file.
16234         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16235         file.
16236         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16237         file.
16238         multiarch llround for PPC64.
16239         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16240         multiarch round for PPC64.
16241         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16242         multiarch roundf for PPC64.
16244         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16245         multiarch implementation.
16246         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16247         file.
16248         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16249         file.
16250         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16251         file.
16252         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16253         file.
16254         multiarch llround for PPC64.
16255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16256         multiarch floor for PPC64.
16257         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16258         multiarch floorf for PPC64.
16260         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16261         multiarch implementation.
16262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16263         file.
16264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16265         file.
16266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16267         file.
16268         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16269         file.
16270         multiarch llround for PPC64.
16271         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16272         multiarch ceil for PPC64.
16273         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16274         multiarch ceilf for PPC64.
16276         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16277         multiarch implementation.
16278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16279         file.
16280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16281         file.
16282         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16283         file.
16284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16285         multiarch llround for PPC64.
16286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16287         multiarch lround for PPC64.
16289         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16290         multiarch implementation.
16291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16294         file.
16295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16296         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16298         multiarch isnan for PPC64.
16299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16300         multiarch isnanf for PPC64.
16302         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16303         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16304         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16305         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16306         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16309         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16310         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16311         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16312         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16314         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16315         multiarch implementations.
16316         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16317         (__libc_ifunc_impl_list): Likewise.
16318         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16319         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16320         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16321         multiarch stpcpy for PPC64.
16323         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16324         multiarch implementations.
16325         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16326         (__libc_ifunc_impl_list): Likewise.
16327         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16328         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16329         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16330         multiarch strcpy for PPC64.
16332         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16333         redefine function name.
16334         (_wordcopy_fwd_dest_aligned): Likewise.
16335         (_wordcopy_bwd_aligned): Likewise.
16336         (_wordcopy_bwd_dest_aligned): Likewise.
16337         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16338         multiarch implementations.
16339         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16340         (__libc_ifunc_impl_list): Likewise.
16341         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16342         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16343         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16344         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16345         multiarch wcscpy for PPC64.
16347         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16348         multiarch implementations.
16349         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16350         (__libc_ifunc_impl_list): Likewise.
16351         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16352         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16353         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16354         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16355         multiarch wcscpy for PPC64.
16357         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16358         multiarch implementations.
16359         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16360         (__libc_ifunc_impl_list): Likewise.
16361         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16362         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16363         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16364         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16365         multiarch wcsrchr for PPC64.
16367         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16368         multiarch implementations.
16369         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16370         (__libc_ifunc_impl_list): Likewise.
16371         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16372         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16373         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16374         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16375         multiarch wcschr for PPC64.
16377         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16378         multiarch implementations.
16379         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16380         (__libc_ifunc_impl_list): Likewise.
16381         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16382         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16383         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16384         multiarch strchrnul for PPC64.
16386         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16387         implementations.
16388         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16389         (__libc_ifunc_impl_list): Likewise.
16390         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16391         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16392         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16393         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16394         strchr for PPC64.
16396         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16397         implementations.
16398         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16399         (__libc_ifunc_impl_list): Likewise.
16400         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
16401         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
16402         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
16403         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
16404         strncmp for PPC64.
16406         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
16407         multiarch implementations.
16408         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16409         (__libc_ifunc_impl_list): Likewise.
16410         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
16411         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
16412         strncasecmp for PPC64.
16413         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
16414         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
16415         multiarch strncasecmp_l for PPC64.
16417         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
16418         multiarch implementations.
16419         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16420         (__libc_ifunc_impl_list): Likewise.
16421         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
16422         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
16423         multiarch strcasecmp for PPC64.
16424         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
16425         file.
16426         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
16427         multiarch strcasecmp_l for PPC64.
16429         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
16430         implementations.
16431         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16432         (__libc_ifunc_impl_list): Likewise.
16433         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
16434         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
16435         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
16436         strnlen for PPC64.
16438         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
16439         implementations.
16440         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16441         (__libc_ifunc_impl_list): Likewise.
16442         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
16443         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
16444         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
16445         strlen for PPC64.
16447         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
16448         implementations.
16449         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16450         (__libc_ifunc_impl_list): Likewise.
16451         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
16452         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
16453         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
16454         rawmemrchr for PPC64.
16456         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
16457         implementation.
16458         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16459         (__libc_ifunc_impl_list): Likewise.
16460         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
16461         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
16462         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
16463         memrchr for PPC64.
16465         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
16466         implementation.
16467         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16468         (__libc_ifunc_impl_list): Likewise.
16469         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
16470         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
16471         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
16472         memchr for PPC64.
16474         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
16475         implementation.
16476         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16477         (__libc_ifunc_impl_list): Likewise.
16478         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
16479         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
16480         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
16481         mempcpy for PPC64.
16483         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
16484         avoid cretion of __bzero symbol.
16485         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
16486         Likewise.
16487         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
16488         Likewise.
16489         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
16490         Likewise.
16491         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
16492         multiarch implementations.
16493         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16494         (__libc_ifunc_impl_list): Likewise.
16495         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
16496         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
16497         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
16498         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
16499         bzero for PPC32.
16500         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
16501         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
16502         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
16503         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
16504         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
16505         memset for PPC64.
16506         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
16508         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
16509         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
16510         implementations.
16511         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16512         (__libc_ifunc_impl_list): Likewise.
16513         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
16514         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
16515         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
16516         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
16517         memcmp for PPC64.
16519         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
16520         multiarch for POWER/PPC64.
16521         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
16522         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
16523         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
16524         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
16525         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
16526         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
16527         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
16528         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
16529         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
16530         memcpy for PPC64.
16532         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
16533         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
16534         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
16535         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
16536         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
16537         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
16538         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
16539         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
16540         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
16541         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
16542         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
16543         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
16544         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
16545         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
16546         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
16547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
16548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
16549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
16550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
16551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
16552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
16553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
16555 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16557         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
16559 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16561         * benchtests/Makefile (bench): Add exp2 and log2.
16562         (LDLIBS-bench-exp2): Add -lm.
16563         (LDLIBS-bench-log2): Likewise.
16564         * benchtests/exp2-inputs: New inputs file.
16565         * benchtests/log2-inputs: New inputs file.
16566         * benchtests/log-inputs: Add new inputs.
16567         * benchtests/tan-inputs: Likewise.
16569 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16571         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
16572         definition...
16573         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
16574         (csloww2): ... from here.
16576         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
16577         instead of structures.
16578         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
16579         (POLYNOMIAL): Likewise.
16580         (TAYLOR_SLOW): Likewise.
16581         (__sin): Likewise.
16582         (__cos): Likewise.
16583         (slow1): Likewise.
16584         (slow2): Likewise.
16585         (sloww): Likewise.
16586         (sloww1); Likewise.
16587         (sloww2): Likewise.
16588         (bsloww1): Likewise.
16589         (bsloww2): Likewise.
16590         (cslow2): Likewise.
16591         (csloww): Likewise.
16592         (csloww1): Likewise.
16593         (csloww2): Likewise.
16595 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
16597         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
16598         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
16599         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
16600         * malloc/hooks.c (realloc_check): Likewise.
16602         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
16603         * malloc/arena.c: Remove PER_THREAD conditional.
16604         [!PER_THREAD]: Remove code.
16605         (ptmalloc_unlock_all2): Likewise.
16606         (ptmalloc_init): Likewise.
16607         (_int_new_arena): Likewise.
16608         (arena_get2): Likewise.
16609         * malloc/hooks.c (__malloc_get_state): Likewise.
16610         (__malloc_set_state): Likewise.
16611         * malloc/malloc.c: Likewise.
16612         (struct malloc_state): Likewise.
16613         (struct malloc_par): Likewise.
16614         (__libc_realloc): Likewise.
16615         (__libc_mallopt): Likewise.
16617 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16619         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
16621 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
16623         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
16624         macro to a function.  Check for zero perturb_byte.
16625         (_int_malloc, _int_free): Remove zero perturb_byte checks.
16627         * malloc/malloc.c: (force_reg): Remove.
16628         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
16629         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
16630         force_reg by atomic_forced_read.
16631         * malloc/arena.c (ptmalloc_init): Likewise.
16632         * malloc/hooks.c (top_check): Likewise.
16634 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16636         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16638 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
16640         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16642 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
16644         * math/auto-libm-test-in: Add tests of lgamma.
16645         * math/auto-libm-test-out: Regenerated.
16646         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
16647         (M_LOG_2_SQRT_PIl): Likewise.
16648         (lgamma_test_data): Use AUTO_TESTS_f_f1.
16649         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16650         mpfr_f_f1.
16651         (func_calc_desc): Add mpfr_f_f1 union field.
16652         (ARGS1): New macro.
16653         (ARGS2): Likewise.
16654         (ARGS3): Likewise.
16655         (ARGS4): Likewise.
16656         (RET1): Likewise.
16657         (RET2): Likewise.
16658         (CALC): Likewise.
16659         (FUNC): Likewise.
16660         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
16661         (test_functions): Add lgamma.
16662         (calc_generic_results): Handle mpfr_f_f1.
16663         * sysdeps/i386/fpu/libm-test-ulps: Update.
16664         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16666 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16668         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
16669         __mpn_add_n for PowerPC64/POWER7.
16670         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
16671         __mpn_sub_n for PowerPC64/POWER7.
16673         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
16674         __mpn_addmul_1 for PowerPC64.
16675         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
16676         __mpn_submul_1 for PowerPC64.
16677         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
16678         for PowerPC64.
16679         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
16680         for PowerPC64.
16682 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
16684         [BZ #15089]
16685         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
16687 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16689         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
16691         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
16692         add multiarch folders.
16693         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
16694         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
16695         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
16696         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
16697         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
16698         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
16699         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
16700         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
16701         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
16702         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
16703         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
16704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
16705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
16706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
16707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
16708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
16709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
16711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
16712         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
16713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
16714         New file.
16715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
16716         New file.
16717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
16718         multiarch __ieee754_hypot for PowerPC32.
16719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
16720         New file.
16721         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
16722         New file.
16723         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
16724         multiarch __ieee754_hypotf for PowerPC32.
16726         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
16727         long_double_symbol only if __logbl is defined.
16728         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
16729         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
16730         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
16731         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
16732         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
16733         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
16734         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
16735         path for implementation.
16736         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
16737         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
16738         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
16739         logb, and logbl multiarch implementations for PowerPC32.
16740         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
16741         file.
16742         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
16743         file.
16744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
16745         multiarch logb for PowerPC32.
16746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
16747         file.
16748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
16749         file.
16750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
16751         multiarch logbf for PowerPC32.
16752         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
16753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
16754         file.
16755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
16756         multiarch logbl implementation for PowerPC32.
16758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
16759         and modff multiarch implementations.
16760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
16761         New file.
16762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
16763         New file.
16764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
16765         multiarch modf for PowerPC32.
16766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
16767         New file.
16768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
16769         New file.
16770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
16771         multiarch modff for PowerPC32.
16773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
16774         and lrintf multiarch implementations.
16775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
16776         New file.
16777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
16778         New file.
16779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
16780         multiarch lrint for PowerPC32.
16781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
16782         file: multiarch lrintf for PowerPC32.
16784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
16785         and lroundf multiarch implementations.
16786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
16787         New file.
16788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
16789         New file.
16790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
16791         New file.
16792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
16793         multiarch lround for PowerPC32.
16794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
16795         file: multiarch lroundf for PowerPC32.
16797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
16798         copysign and copysignf multiarch implementations.
16799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
16800         New file.
16801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
16802         New file.
16803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
16804         file: multiarch copysign for PowerPC32.
16805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
16806         file: multiarch copysignf for PowerPC32.
16808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
16809         and truncf multiarch implementations.
16810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
16811         New file.
16812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
16813         file.
16814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
16815         multiarch trunc for PowerPC32.
16816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
16817         New file.
16818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
16819         New file.
16820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
16821         multiarch truncf for PowerPC32.
16823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
16824         and roundf multiarch implementations.
16825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
16826         New file.
16827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
16828         file.
16829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
16830         multiarch round for PowerPC32.
16831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
16832         New file.
16833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
16834         New file.
16835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
16836         multiarch roundf for PowerPC32.
16838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
16839         and floorf multiarch implementations.
16840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
16841         New file.
16842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
16843         file.
16844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
16845         multiarch floor for PowerPC32.
16846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
16847         New file.
16848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
16849         New file.
16850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
16851         multiarch floorf for PowerPC32.
16853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
16854         and ceilf multiarch implementations.
16855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
16856         New file.
16857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
16858         file.
16859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
16860         multiarch ceil for PowerPC32.
16861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
16862         New file.
16863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
16864         file.
16865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
16866         multiarch ceilf for PowerPC32.
16868         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
16869         is defined.
16870         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
16871         FINITEF is defined.
16872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
16873         and finitef multiarch implementations.
16874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
16875         New file.
16876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
16877         file.
16878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
16879         multiarch finite for PowerPC32.
16880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
16881         New file.
16882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
16883         file: multiarch finitef for PowerPC32.
16885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
16886         and isinff multiarch implementations.
16887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
16888         file.
16889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
16890         file.
16891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
16892         multiarch isinf for PowerPC32.
16893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
16894         New file.
16895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
16896         multiarch isinff for PowerPC32.
16898         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
16899         alias when __isnan is defined.
16900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
16901         and isnanf multiarch implementations.
16902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
16903         file.
16904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
16905         file.
16906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
16907         file.
16908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
16909         file.
16910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
16911         multiarch isnan for PowerPC32.
16912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
16913         New file.
16914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
16915         New file.
16916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
16917         multiarch isnanf for PowerPC32.
16919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
16920         and sqrtf multiarch implementations.
16921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
16922         file.
16923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
16924         file.
16925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
16926         multiarch sqrt for PowerPC32.
16927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
16928         file.
16929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
16930         file.
16931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
16932         multiarch sqrtf for PowerPC32.
16934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
16935         and llroundf multiarch implementations.
16936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
16937         New file.
16938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
16939         New file.
16940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
16941         New file.
16942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
16943         file: multiarch llround for PowerPC32.
16944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
16945         file: multiarch llroundf for PowerPC32.
16947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
16948         multiarch PowerPC32 fpu implementations.
16949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
16950         New file.
16951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
16952         New file.
16953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
16954         multiarch llrint for PowerPC32.
16955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
16956         New file.
16957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
16958         New file.
16959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
16960         file.
16962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
16964         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
16965         file.
16966         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
16967         file.
16968         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
16969         file.
16970         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
16971         multiarch wordcopy for PPC32.
16972         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
16973         wordcopy objects.
16974         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
16975         (__libc_ifunc_impl_list): Likewise.
16976         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
16977         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
16978         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
16979         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
16980         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
16981         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
16983         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
16984         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
16985         file.
16986         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
16987         file.
16988         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
16989         file.
16990         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
16991         multiarch wcscpy for PPC32.
16992         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
16993         multiarch objects.
16994         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
16995         (__libc_ifunc_impl_list): Likewise.
16996         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
16997         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
16998         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
16999         sysdeps/powerpc/power6/wcscpy.c.
17001         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17002         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17003         file.
17004         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17005         file.
17006         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17007         file.
17008         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17009         multiarch wcsrchr for PPC32.
17010         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17011         multiarch objects.
17012         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17013         (__libc_ifunc_impl_list): Likewise.
17014         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17015         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17016         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17017         sysdeps/powerpc/power6/wcsrchr.c.
17019         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17020         file.
17021         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17022         file.
17023         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17024         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17025         multiarch wcschr for PPc32.
17026         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17027         multiarch objects.
17028         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17029         (__libc_ifunc_impl_list): Likewise.
17030         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17031         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17032         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17033         sysdeps/powerpc/power6/wcschr.c.
17035         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17036         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17037         file.
17038         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17039         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17040         file: multiarch strchr for PPC32.
17041         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17042         multiarch objects.
17043         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17044         (__libc_ifunc_impl_list): Likewise.
17046         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17047         name.
17048         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17049         file.
17050         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17051         file.
17052         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17053         multiarch strchrnul for PPC32.
17054         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17055         multiarch objects.
17056         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17057         (__libc_ifunc_impl_list): Likewise.
17059         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17060         file.
17061         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17062         multiarch strncasecmp for PPC32.
17063         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17064         file.
17065         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17066         multiarch strncasecmp_l for PPC32.
17067         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17068         strncasecmp multiarch objects.
17069         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17070         (__libc_ifunc_impl_list): Likewise.
17072         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17073         file.
17074         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17075         multiarch strncasecmp for PPC32.
17076         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17077         New file.
17078         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17079         multiarch strcasecmp_l for PPC32.
17080         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17081         multiarch objects.
17082         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17083         (__libc_ifunc_impl_list): Likewise.
17085         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17086         file.
17087         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17088         file.
17089         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17090         multiarch strncmp for PPC32.
17091         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17092         multiarch objects.
17093         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17094         (__libc_ifunc_impl_list): Likewise.
17096         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17097         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17098         file.
17099         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17100         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17101         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17102         multiarch objects.
17103         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17104         (__libc_ifunc_impl_list): Likewise.
17106         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17107         file.
17108         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17109         file.
17110         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17111         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17112         multiarch objects.
17113         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17114         (__libc_ifunc_impl_list): Likewise.
17116         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17117         file.
17118         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17119         file.
17120         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17121         multiarch rawmemchr for PPC32.
17122         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17123         multiarch objects.
17124         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17125         (__libc_ifunc_impl_list): Likewise.
17127         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17128         file.
17129         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17130         file.
17131         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17132         file: memrchr multiarch for PPC32.
17133         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17134         multiarch objects.
17135         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17136         (__libc_ifunc_impl_list): Likewise.
17138         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17139         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17140         file.
17141         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17142         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17143         multiarch memchr for PPC32.
17144         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17145         multiarch objects.
17146         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17147         (__libc_ifunc_impl_list): Likewise.
17149         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17150         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17151         file.
17152         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17153         file.
17154         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17155         file: multiarch mempcpy for PPC32.
17156         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17157         multiarch objects.
17158         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17159         (__libc_ifunc_impl_list): Likewise.
17161         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17162         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17163         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17164         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17165         multiarch bzero for PPC32.
17166         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17167         file.
17168         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17169         file.
17170         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17171         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17172         file: multiarch memset for PPC32.
17173         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17174         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17175         memset multiarch objects.
17176         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17177         (__libc_ifunc_impl_list): Likewise.
17179         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17180         file.
17181         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17182         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17183         memcmp for PPC32.
17184         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17185         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17186         multiarch objects.
17187         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17188         (__libc_ifunc_impl_list): Likewise.
17190         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17191         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17192         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17193         file.
17194         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17195         file.
17196         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17197         file.
17198         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17199         multiarch memcpy for PPC32.
17200         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17201         multiarch objects.
17202         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17203         (__libc_ifunc_impl_list): Likewise.
17205         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17206         support multiarch for POWER/PPC32.
17207         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17208         Likewise.
17209         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17211         Implies file to make multiarch folder appers before the fpu and
17212         default folder for power4 configuration.
17214 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17216         * scripts/bench.pl: Append volatile keyword to type.
17218 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17220         * sysdeps/sh/sotruss-lib.c: New file.
17221         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17223 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17225         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17227 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17229         [BZ #6810]
17230         * math/w_tgamma.c: Include <errno.h>.
17231         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17232         * math/w_tgammaf.c: Include <errno.h>.
17233         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17234         * math/w_tgammal.c: Include <errno.h>.
17235         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17236         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17237         underflow.  Add more tgamma tests.
17238         * math/auto-libm-test-out: Regenerated.
17239         * sysdeps/i386/fpu/libm-test-ulps: Update.
17240         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17242         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17243         sin, sinh, tan, tanh, tgamma, y0 and y1.
17244         * math/auto-libm-test-out: Regenerated.
17245         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17246         (TEST_COND_x86): Likewise.
17247         (M_E2l): Remove macro.
17248         (M_E3l): Likewise.
17249         (M_2_SQRT_PIl): Likewise.
17250         (M_SQRT_PIl): Likewise.
17251         (M_1_DIV_El): Likewise.
17252         (log_test_data): Use AUTO_TESTS_f_f.
17253         (log10_test_data): Likewise.
17254         (log1p_test_data): Likewise.
17255         (log2_test_data): Likewise.
17256         (sin_test_data): Likewise.
17257         (sin_tonearest_test_data): Likewise.
17258         (sin_towardzero_test_data): Likewise.
17259         (sin_downward_test_data): Likewise.
17260         (sin_upward_test_data): Likewise.
17261         (sinh_test_data): Likewise.
17262         (sinh_tonearest_test_data): Likewise.
17263         (sinh_towardzero_test_data): Likewise.
17264         (sinh_downward_test_data): Likewise.
17265         (sinh_upward_test_data): Likewise.
17266         (tan_test_data): Likewise.
17267         (tan_tonearest_test_data): Likewise.
17268         (tan_towardzero_test_data): Likewise.
17269         (tan_downward_test_data): Likewise.
17270         (tan_upward_test_data): Likewise.
17271         (tanh_test_data): Likewise.
17272         (tgamma_test_data): Likewise.
17273         (y0_test_data): Likewise.
17274         (y1_test_data): Likewise.
17275         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17276         (special_real_inputs): Add pi/4.
17277         * sysdeps/i386/fpu/libm-test-ulps: Update.
17278         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17280 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17282         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17283         "longjmp_target" static probes.
17284         (__longjmp): Rename to __longjmp_symbol.
17285         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17286         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17287         on which longjmp to generate.
17288         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17289         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17290         probe.
17291         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17292         (__sigjmp_save): Rename to __sigjmp_save_symbol.
17293         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17294         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17295         and __sigjmp_save_symbol based on which sigsetjmp to generated.
17296         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17298         __longjmp_symbol based on which __longjmp to generate.
17299         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17300         probe.
17301         (setjmp): Rename to setjmp_symbol.
17302         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17303         (_setjmp): Rename to _setjmp_symbol.
17304         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17305         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17306         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17307         which setjmp to generate.
17308         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17309         "longjmp_target" static probes.
17311 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17313         * benchtests/README: Add note about output arguments.
17314         * benchtests/bench-sincos.c: Remove file.
17315         * benchtests/sincos-inputs: New file.
17316         * scripts/bench.pl: Identify output arguments and define
17317         static variables for them.
17319         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17321         [BZ #15941]
17322         * Makefile (INSTALL): Add install-plain.texi as the primary
17323         dependency.
17324         * manual/install-plain.texi: New file.
17325         * manual/install.texi: Include node directive only for
17326         non-plaintext output.
17328 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
17330         * stdlib/longlong.h: Update from GCC.
17332         [BZ #6807]
17333         [BZ #15901]
17334         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17335         * math/w_j0f.c (y0f): Likewise.
17336         * math/w_j0l.c (__y0l): Likewise.
17337         * math/w_j1.c (y1): Likewise.
17338         * math/w_j1f.c (y1f): Likewise.
17339         * math/w_j1l.c (__y1l): Likewise
17340         * math/w_jn.c (yn): Likewise.
17341         * math/w_jnf.c (ynf): Likewise.
17342         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17343         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
17344         value for Bessel function domain errors outside _SVID_ mode.
17345         Adjust sign of return value for yn (negative integer, 0).
17346         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17347         by zero in return for negative x and set sign appropriately for
17348         negative n.
17349         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17350         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17351         * math/libm-test.inc (y0_test_data): Add more tests and adjust
17352         expectations in error cases.
17353         (y1_test_data): Likewise.
17354         (yn_test_data): Likewise.
17355         * sysdeps/i386/fpu/libm-test-ulps: Update.
17356         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17358 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17360         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17361         "64" to "64-v1".  Add "64-v2".
17362         (abi-64-options): Rename to ...
17363         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
17364         (abi-64-condition): Rename to ...
17365         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
17366         (abi-64-ld-soname): Rename to ...
17367         (abi-64-v1-ld-soname): ... this.
17368         (abi-64-v2-options): Define.
17369         (abi-64-v2-condition): Likewise.
17370         (abi-64-v2-ld-soname): Likewise.
17371         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17372         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17377 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17378             Alan Modra  <amodra@gmail.com>
17380         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17381         New versions for use with the ELFv2 ABI.
17382         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17383         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17384         declaration.
17385         (struct La_ppc64v2_retval): Likewise.
17386         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17387         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17388         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17389         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17390         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17391         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17392         Do not save or restore CR.
17393         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17394         (_dl_profile_resolve): Do no save or restore CR.  Support extended
17395         return values for ELFv2 ABI.  Fix location of FPR return registers.
17396         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17397         updated values for _CALL_ELF == 2.
17398         (La_regs, La_retval, int_retval): Likewise.
17400 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17402         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
17403         (FRAME_MIN_SIZE_PARM): Likewise.
17404         (FRAME_BACKCHAIN): Likewise.
17405         (FRAME_CR_SAVE): Likewise.
17406         (FRAME_LR_SAVE): Likewise.
17407         (FRAME_TOC_SAVE): Likewise.
17408         (FRAME_PARM_SAVE): Likewise.
17409         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
17410         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
17411         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17412         (call_mcount_parm_offset): New macro.
17413         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
17414         (PROF): Use symbolic stack frame offsets.
17415         (TAIL_CALL_SYSCALL_ERROR): Likewise.
17416         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
17417         Redefine in terms of FRAME_MIN_SIZE.
17418         (_dl_runtime_resolve): Use symbolic stack frame offsets.
17419         (_dl_profile_resolve): Likewise.  Update comment.
17420         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
17421         symbols stack frame offsets.
17422         (__sigsetjmp): Likewise.
17423         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
17424         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
17425         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
17426         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
17428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
17429         (FRAME_BACKCHAIN): Remove.
17430         (FRAME_CR_SAVE): Likewise.
17431         (FRAME_LR_SAVE): Likewise.
17432         (FRAME_COMPILER_DW): Likewise.
17433         (FRAME_LINKER_DW): Likewise.
17434         (FRAME_TOC_SAVE): Likewise.
17435         (FRAME_PARM_SAVE): Likewise.
17436         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
17437         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
17438         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
17440         (CHECK_SP): Use symbolic stack frame offsets.
17441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
17442         zone" instead of caller's parameter save area for temp storage.
17443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17444         Likewise.  Also, use symbolic stack frame offsets.
17445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
17446         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
17447         our own stack frame instead of the caller's.
17448         (__socket): Use symbolic stack frame offsets.
17450 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17451             Alan Modra  <amodra@gmail.com>
17453         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
17454         Define.
17455         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
17456         (PPC64_LOCAL_ENTRY_OFFSET): Define.
17457         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
17458         New function.
17459         (elf_machine_fixup_plt): Call it.
17460         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
17461         reloc arguments.
17462         (elf_machine_rela): Update call to elf_machine_plt_conflict.
17463         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17464         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
17465         r2 before calling target.
17467 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17468             Alan Modra  <amodra@gmail.com>
17470         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
17471         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
17472         versions of macros to support ELFv2 ABI.
17473         (LOCALENTRY): New macro.
17474         (ENTRY, EALIGN): Use it.
17475         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
17476         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
17477         fall through into ENTRY entry point.
17478         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
17479         Only define if _CALL_ELF != 2.
17481         (elf_machine_matches_host): Verify ABI version matches.
17482         (RTLD_START): Use LOCALENTRY.
17483         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
17484         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
17485         (PLT_ENTRY_WORDS): New macro.
17486         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
17487         (elf_machine_runtime_setup): Support ELFv2 ABI.
17488         (elf_machine_fixup_plt): Likewise.
17489         (elf_machine_plt_conflict): Likewise.
17490         (resolve_ifunc): Likewise.
17491         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17492         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
17493         Likewise.
17494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
17495         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
17496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17497         (makecontext): Support ELFv2 ABI.
17498         * elf/elf.h (EF_PPC64_ABI): Define.
17500 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17502         * sysdeps/powerpc/powerpc64/sysdep.h
17503         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
17504         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
17505         (ENTRY) [ASSEMBLER]: ... but instead here ...
17506         (EALIGN) [ASSEMBLER]: ... and here.
17507         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
17508         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
17509         (ENTRY_2) [!ASSEMBLER]: Use it.
17510         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
17511         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
17512         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17513         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
17514         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
17515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
17516         Use PPC64_LOAD_FUNCPTR.
17518         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
17520 2013-12-04  Alan Modra  <amodra@gmail.com>
17522         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
17523         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
17524         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
17525         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
17527         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
17528         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
17529         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
17530         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
17531         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
17532         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
17534 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17537         (__makecontext): Fix incorrect CFI when backtracing out of
17538         context created via makecontext.
17539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
17540         (__setcontext): Fix incorrect CFI during switch to new context.
17541         (__novec_setcontext): Likewise.
17543 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
17545         [BZ #4772]
17546         * time/strptime_l.c (__strptime_internal): Allow modifiers
17547         in strptime.
17548         * time/tst-strptime.c (day_tests): Add testcase.
17550 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17552         * scripts/bench.pl: Skip over blank lines.
17554 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17556         [BZ #926]
17557         * manual/time.texi (Calendar Time): Clarify what timezone functions
17558         use.
17560 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17562         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17564 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
17566         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
17567         implementation.
17568         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
17569         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
17570         * debug/memset_chk.c (__memset_chk): Likewise.
17571         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
17572         * debug/strncpy_chk.c: Likewise.
17574 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
17576         [BZ #15268]
17577         [BZ #15425]
17578         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
17579         (__ieee754_exp): For possibly underflowing results, check size of
17580         result and force underflow exception if required.
17581         * math/auto-libm-test-in: Add more tests of exp.
17582         * math/auto-libm-test-out: Regenerated.
17583         * sysdeps/i386/fpu/libm-test-ulps: Update.
17584         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17586         [BZ #16283]
17587         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
17588         * math/w_exp2f.c (__exp2f): Likewise.
17589         * math/w_exp2l.c (__exp2l): Likewise.
17590         * math/auto-libm-test-in: Do not allow missing errno on exp2
17591         underflow.
17592         * math/auto-libm-test-out: Regenerated.
17594 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
17596         [BZ #16274]
17597         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
17598         handle filename validation.
17599         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
17600         (do_open): Delete.
17602 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
17604         [BZ #6786]
17605         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
17606         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
17607         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
17608         <float.h>.
17609         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
17610         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
17611         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17612         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
17613         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17614         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
17615         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17616         * math/auto-libm-test-in: Don't allow missing errno from erfc.
17617         Add more erfc tests.
17618         * math/auto-libm-test-out: Regenerated.
17619         * sysdeps/i386/fpu/libm-test-ulps: Update.
17620         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17622         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
17623         exp2, expm1, j0 and j1.
17624         * math/auto-libm-test-out: Regenerated.
17625         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
17626         (erfc_test_data): Likewise.
17627         (exp_test_data): Likewise.
17628         (exp_tonearest_test_data): Likewise.
17629         (exp_towardzero_test_data): Likewise.
17630         (exp_downward_test_data): Likewise.
17631         (exp_upward_test_data): Likewise.
17632         (exp10_test_data): Likewise.
17633         (exp2_test_data): Likewise.
17634         (expm1_test_data): Likewise.
17635         (j0_test_data): Likewise.
17636         (j1_test_data): Likewise.
17637         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
17638         (input_flag_type): Add flag_xfail_rounding.
17639         (input_flags): Add xfail-rounding.
17640         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
17641         (output_for_one_input_case): Handle flag_xfail_rounding.
17642         * sysdeps/i386/fpu/libm-test-ulps: Update.
17643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17645 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
17647         [BZ #16289]
17648         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
17649         division by 0.
17651 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17653         [BZ #16195]
17654         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
17655         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
17656         (STAP_PROBE0): New macro.
17657         (STAP_PROBE1): Likewise.
17658         (STAP_PROBE2): Likewise.
17659         (STAP_PROBE3): Likewise.
17660         (STAP_PROBE4): Likewise.
17662 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
17664         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
17666 2013-12-02  Steve Ellcey  <sellcey@mips.com>
17668         * benchtests/Makefile (bench): Add sqrt.
17669         (LDLIBS-bench-sqrt): New.
17670         * benchtests/sqrt-input: New.
17672 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
17674         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
17675         (GAIH_EAI): Likewise.
17676         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
17677         (gaih_inet): Likewise.
17678         (getaddrinfo): Don't use GAIH_EAI.
17680         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
17681         (struct gaih): Remove definition.
17683 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
17685         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
17686         Use HERRNOP directly.
17688 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17690         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17692 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
17694         * math/gen-auto-libm-tests.c (test_functions): Add more
17695         single-argument functions.
17696         (special_fill_pi_2): New function.
17697         (special_fill_minus_pi_2): Likewise.
17698         (special_fill_pi_6): Likewise.
17699         (special_fill_minus_pi_6): Likewise.
17700         (special_fill_pi_3): Likewise.
17701         (special_fill_2pi_3): Likewise.
17702         (special_fill_e): Likewise.
17703         (special_fill_1_e): Likewise.
17704         (special_fill_e_minus_1): Likewise.
17705         (special_real_inputs): Add more special inputs.
17706         (output_for_one_input_case): Do not require ERANGE on underflow to
17707         zero if round-to-nearest result does not underflow to zero, unless
17708         exact results required.
17709         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
17710         atan, atanh, cbrt, cos and cosh.
17711         * math/auto-libm-test-out: Regenerated.
17712         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
17713         (acos_tonearest_test_data): Likewise.
17714         (acos_towardzero_test_data): Likewise.
17715         (acos_downward_test_data): Likewise.
17716         (acos_upward_test_data): Likewise.
17717         (acosh_test_data): Likewise.
17718         (asin_test_data): Likewise.
17719         (asin_tonearest_test_data): Likewise.
17720         (asin_towardzero_test_data): Likewise.
17721         (asin_upward_test_data): Likewise.
17722         (asinh_test_data): Likewise.
17723         (atan_test_data): Likewise.
17724         (atanh_test_data): Likewise.
17725         (cbrt_test_data): Likewise.
17726         (cos_test_data): Likewise.
17727         (cos_tonearest_test_data): Likewise.
17728         (cos_towardzero_test_data): Likewise.
17729         (cos_downward_test_data): Likewise.
17730         (cos_upward_test_data): Likewise.
17731         (cosh_test_data): Likewise.
17732         (cosh_tonearest_test_data): Likewise.
17733         (cosh_towardzero_test_data): Likewise.
17734         (cosh_downward_test_data): Likewise.
17735         (cosh_upward_test_data): Likewise.
17736         * sysdeps/i386/fpu/libm-test-ulps: Update.
17737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17739 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
17741         [BZ #6787]
17742         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
17743         * math/w_exp10f.c (__exp10f): Likewise.
17744         * math/w_exp10l.c (__exp10l): Likewise.
17745         * math/libm-test.inc (exp10_test_data): Add more tests and expect
17746         errno settings in existing tests.
17748         [BZ #14032]
17749         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
17750         precision control set to double precision.
17751         * sysdeps/i386/fpu/w_sqrt.c: New file.
17752         * math/auto-libm-test-in: Add more tests.
17753         * math/auto-libm-test-out: Update.
17755         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
17756         (sqrt_test_tonearest): New function.
17757         (sqrt_towardzero_test_data): New variable.
17758         (sqrt_test_towardzero): New function.
17759         (sqrt_downward_test_data): New variable.
17760         (sqrt_test_downward): New function.
17761         (sqrt_upward_test_data): New variable.
17762         (sqrt_test_upward): New function.
17763         (main): Call the new functions.
17765         * math/gen-auto-libm-tests.c: New file.
17766         * math/auto-libm-test-in: Likewise.
17767         * math/auto-libm-test-out: New generated file.
17768         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
17769         variables.
17770         (%beautify): Add generated representations of zero.
17771         (top level): Set $auto_input and call parse_auto_input.
17772         (beautify): Remove trailing "f" from hex float constants.
17773         (parse_args): Handle XFAIL_TEST.
17774         (convert_condition): New function.
17775         (or_value): Likewise.
17776         (or_cond_value): Likewise.
17777         (generate_testfile): Handle AUTO_TESTS_* lines.
17778         (parse_auto_input): New function.
17779         * math/libm-test.inc (XFAIL_TEST): New macro.
17780         (ERRNO_UNCHANGED): Update value.
17781         (ERRNO_EDOM): Likewise.
17782         (ERRNO_ERANGE): Likewise.
17783         (IGNORE_RESULT): Likewise.
17784         (TEST_COND_flt_32): New macro.
17785         (TEST_COND_dbl_64): Likewise.
17786         (TEST_COND_ldbl_96_intel): Likewise.
17787         (TEST_COND_ldbl_96_m68k): Likewise.
17788         (TEST_COND_ldbl_128): Likewise.
17789         (TEST_COND_ldbl_128ibm): Likewise.
17790         (TEST_COND_long32): Likewise.
17791         (TEST_COND_long64): Likewise.
17792         (TEST_COND_before_rounding): Likewise.
17793         (TEST_COND_after_rounding): Likewise.
17794         (enable_test): Handle XFAIL_TEST flag.
17795         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
17796         with finite results.
17797         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
17798         auto-libm-test-out.
17800 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
17801             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17803         [BZ #16214]
17804         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
17805         __tls_get_addr_internal instead of __tls_get_offset in order to
17806         avoid GOT pointer dependency.  Make rtld export
17807         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
17808         __tls_get_addr since we are a __tls_get_offset platform.
17809         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
17810         GOT pointer being set up before.
17811         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
17813 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
17815         * manual/math.texi (Errors in Math Functions): Document accuracy
17816         goals.
17818         [BZ #15004]
17819         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
17820         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
17821         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
17822         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
17823         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
17824         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
17825         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
17826         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
17827         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
17828         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
17829         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
17830         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
17831         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
17832         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
17833         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
17834         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
17836         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
17837         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
17838         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
17839         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
17840         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
17841         Likewise.
17842         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
17843         Likewise.
17844         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
17845         Likewise.
17846         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
17847         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
17848         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
17849         atomic-feupdateenv and flt-rounds.
17850         * sysdeps/powerpc/nofpu/Versions (libc): Add
17851         __atomic_feholdexcept, __atomic_feclearexcept,
17852         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
17853         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
17854         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
17855         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
17856         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
17857         here.
17858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
17859         Update.
17861         * manual/arith.texi (FP Exceptions): Document that exceptions may
17862         not be raised when matherr is used.
17863         (Math Error Reporting): Document overflow in directed rounding
17864         modes.  Document that errno may not be set when finite values are
17865         returned on overflow.  Document intent to set errno on underflow
17866         only for underflow to zero.
17868         [BZ #16271]
17869         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
17870         round-to-nearest then adjust result for other rounding modes.
17871         * include/fenv.h (fegetround): Use libm_hidden_proto.
17872         * math/fegetround.c (fegetround): Use libm_hidden_def.
17873         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
17874         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
17875         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
17876         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
17877         Likewise.
17878         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
17879         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
17880         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
17881         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
17883 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17885         [BZ #16077]
17886         * nss/Versions (libnss_files): Add
17887         _nss_files_gethostbyname3_r.
17888         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
17889         New function.
17890         (HOST_DB_LOOKUP): Remove macro.
17891         (_nss_files_gethostbyname_r): Implement function without the
17892         HOST_DB_LOOKUP macro.
17893         (_nss_files_gethostbyname2_r): Likewise.
17895 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
17897         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
17899 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
17901         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
17902         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
17903         warning.
17905 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17907         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
17908         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
17909         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
17910         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
17911         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
17912         __fe_nomask_env_priv and attribute_hidden.
17913         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
17914         (libc_feupdateenv_test_ppc): Likewise.
17915         (libc_feresetround_ppc): Likewise.
17916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
17917         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
17918         compat_symbol macro.
17919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
17920         (__fe_nomask_env): Likewise.
17921         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
17923 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
17925         * string/Makefile: Remove ifunc tests.
17926         * string/test-string.h: Define TEST_IFUNC.
17927         * string/test-bcopy-ifunc.c: Remove.
17928         * string/test-bzero-ifunc.c: Likewise.
17929         * string/test-memccpy-ifunc.c: Likewise.
17930         * string/test-memchr-ifunc.c: Likewise.
17931         * string/test-memcmp-ifunc.c: Likewise.
17932         * string/test-memcpy-ifunc.c: Likewise.
17933         * string/test-memmem-ifunc.c: Likewise.
17934         * string/test-memmove-ifunc.c: Likewise.
17935         * string/test-mempcpy-ifunc.c: Likewise.
17936         * string/test-memrchr-ifunc.c: Likewise.
17937         * string/test-memset-ifunc.c: Likewise.
17938         * string/test-rawmemchr-ifunc.c: Likewise.
17939         * string/test-stpcpy-ifunc.c: Likewise.
17940         * string/test-stpncpy-ifunc.c: Likewise.
17941         * string/test-strcasecmp-ifunc.c: Likewise.
17942         * string/test-strcasestr-ifunc.c: Likewise.
17943         * string/test-strcat-ifunc.c: Likewise.
17944         * string/test-strchr-ifunc.c: Likewise.
17945         * string/test-strchrnul-ifunc.c: Likewise.
17946         * string/test-strcmp-ifunc.c: Likewise.
17947         * string/test-strcpy-ifunc.c: Likewise.
17948         * string/test-strcspn-ifunc.c: Likewise.
17949         * string/test-strlen-ifunc.c: Likewise.
17950         * string/test-strncasecmp-ifunc.c: Likewise.
17951         * string/test-strncat-ifunc.c: Likewise.
17952         * string/test-strncmp-ifunc.c: Likewise.
17953         * string/test-strncpy-ifunc.c: Likewise.
17954         * string/test-strnlen-ifunc.c: Likewise.
17955         * string/test-strpbrk-ifunc.c: Likewise.
17956         * string/test-strrchr-ifunc.c: Likewise.
17957         * string/test-strspn-ifunc.c: Likewise.
17958         * string/test-strstr-ifunc.c: Likewise.
17960 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
17962         * benchtests/Makefile: Remove ifunc tests.
17963         * benchtests/bench-string.h: Define TEST_IFUNC.
17964         * benchtests/bench-bcopy-ifunc.c: Remove.
17965         * benchtests/bench-bzero-ifunc.c: Likewise.
17966         * benchtests/bench-memccpy-ifunc.c: Likewise.
17967         * benchtests/bench-memchr-ifunc.c: Likewise.
17968         * benchtests/bench-memcmp-ifunc.c: Likewise.
17969         * benchtests/bench-memcpy-ifunc.c: Likewise.
17970         * benchtests/bench-memmem-ifunc.c: Likewise.
17971         * benchtests/bench-memmove-ifunc.c: Likewise.
17972         * benchtests/bench-mempcpy-ifunc.c: Likewise.
17973         * benchtests/bench-memrchr-ifunc.c: Likewise.
17974         * benchtests/bench-memset-ifunc.c: Likewise.
17975         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
17976         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
17977         * benchtests/bench-stpcpy-ifunc.c: Likewise.
17978         * benchtests/bench-stpncpy-ifunc.c: Likewise.
17979         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
17980         * benchtests/bench-strcasestr-ifunc.c: Likewise.
17981         * benchtests/bench-strcat-ifunc.c: Likewise.
17982         * benchtests/bench-strchr-ifunc.c: Likewise.
17983         * benchtests/bench-strchrnul-ifunc.c: Likewise.
17984         * benchtests/bench-strcmp-ifunc.c: Likewise.
17985         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
17986         * benchtests/bench-strcpy-ifunc.c: Likewise.
17987         * benchtests/bench-strcspn-ifunc.c: Likewise.
17988         * benchtests/bench-strlen-ifunc.c: Likewise.
17989         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
17990         * benchtests/bench-strncat-ifunc.c: Likewise.
17991         * benchtests/bench-strncmp-ifunc.c: Likewise.
17992         * benchtests/bench-strncpy-ifunc.c: Likewise.
17993         * benchtests/bench-strnlen-ifunc.c: Likewise.
17994         * benchtests/bench-strpbrk-ifunc.c: Likewise.
17995         * benchtests/bench-strrchr-ifunc.c: Likewise.
17996         * benchtests/bench-strsep-ifunc.c: Likewise.
17997         * benchtests/bench-strspn-ifunc.c: Likewise.
17998         * benchtests/bench-strstr-ifunc.c: Likewise.
18000 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18002         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18004 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18006         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18007         * rt/aio.h: Likewise.
18008         * sysdeps/gnu/bits/utmp.h: Likewise.
18009         * sysdeps/gnu/bits/utmpx.h: Likewise.
18010         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18011         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18012         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18013         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18014         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18015         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18016         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18017         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18018         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18019         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18020         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18021         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18022         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18024         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18025         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18026         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18027         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18028         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18029         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18030         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18031         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18032         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18033         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18034         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18035         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18036         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18037         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18038         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18039         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18040         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18041         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18042         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18043         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18044         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18045         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18046         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18047         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18048         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18049         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18050         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18051         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18053 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18055         [BZ #16245]
18056         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18057         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18059 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18061         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18062         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18063         Likewise.
18065 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18067         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18068         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18069         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18070         (__fesetround): Remove define.
18071         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18072         rounding and exceptions handling.
18073         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18074         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18075         (__fe_nomask_env): Likewise.
18076         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18077         __fegetround instead of fegetround.
18078         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18079         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18081 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18083         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18084         it's there.
18086         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18088 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18090         [BZ #11157]
18091         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18092         (encrypt_r): Likewise.
18093         * malloc/obstack.h (obstack_free): Likewise.
18094         * posix/unistd.h (encrypt): Likewise.
18096 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18098         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18099         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18100         DL_CALL_DT_FINI() that call the functions directly.
18101         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18102         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18103         * elf/dl-fini.c: Likewise.
18105 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18107         * malloc/hooks.c (memalign_check): Add alignment rounding.
18108         * malloc/malloc.c (_mid_memalign): New function.
18109         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18110         Implement by calling _mid_memalign.
18111         * manual/probes.texi (Memory Allocation Probes): Remove
18112         memory_valloc_retry and memory_pvalloc_retry.
18114 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18116         * locale/programs/locarchive.c (open_archive): Add const
18117         qualifier to ARCHIVEFNAME and copy default fname to
18118         DEFAULT_FNAME.
18120         [BZ #15601]
18121         * libio/tst-widetext.input: Rename Oriya to Odia.
18122         * locale/iso-639.def: Likewise.
18124         * manual/probes.texi (Mathematical Function Probes): Add
18125         documentation for sin, cos, asin and acos probes.
18126         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18127         (__sin32): Add slowasin probe.
18128         (__cos32): Add slowacos probe.
18129         (__mpsin): Add slowsin probe.
18130         (__mpcos): Add slowcos probe.
18132 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18134         [BZ #15483]
18135         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18136         thread-local __sim_exceptions_thread and global
18137         __sim_exceptions_global.
18138         (__sim_disabled_exceptions): Change to thread-local
18139         __sim_disabled_exceptions_thread and global
18140         __sim_disabled_exceptions_global.
18141         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18142         and global __sim_round_mode_global.
18143         (__simulate_exceptions): Use thread-local floating-point state and
18144         set global state from it as needed.
18145         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18146         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18147         __sim_round_mode_thread.
18148         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18149         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18150         and global __sim_exceptions_global.
18151         (__sim_disabled_exceptions): Change to thread-local
18152         __sim_disabled_exceptions_thread and global
18153         __sim_disabled_exceptions_global.
18154         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18155         and global __sim_round_mode_global.
18156         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18157         (SIM_SET_GLOBAL): Likewise.
18158         * sysdeps/powerpc/soft-fp/sfp-machine.h
18159         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18160         __sim_round_mode_thread.
18161         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18162         __sim_disabled_exceptions_thread.
18163         (__sim_exceptions): Change to __sim_exceptions_thread.
18164         (__sim_disabled_exceptions): Change to
18165         __sim_disabled_exceptions_thread.
18166         (__sim_round_mode): Change to __sim_round_mode_thread.
18167         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18168         thread-local floating-point state and set global state from it as
18169         needed.
18170         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18171         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18172         (__sim_disabled_exceptions): Remove extern declaration.
18173         (feenableexcept): Use thread-local floating-point state and set
18174         global state from it as needed.
18175         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18176         extern declaration.
18177         (__sim_disabled_exceptions): Likewise.
18178         (__sim_round_mode): Likewise.
18179         (__fegetenv): Use thread-local floating-point state.
18180         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18181         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18182         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18183         floating-point state and set global state from it as needed.
18184         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18185         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18186         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18187         Likewise.
18188         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18189         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18190         Likewise.
18191         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18192         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18193         Use __sim_round_mode_thread.
18194         * math/test-fenv-tls.c: New file.
18195         * math/Makefile (tests): Add test-fenv-tls.
18196         ($(objpfx)test-fenv-tls): Depend on
18197         $(common-objpfx)nptl/libpthread.so.
18199 2013-11-19  Andreas Schwab  <schwab@suse.de>
18201         * locale/programs/locale.c (show_info): Decode wordarray elements.
18202         * locale/categories.def (LC_MONETARY): Add element for
18203         _NL_MONETARY_CRNCYSTR.
18204         * locale/C-monetary.c (conversion_rate): New variable.
18205         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18206         element.
18208 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18210         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18211         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18213 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18215         * elf/Makefile (tst-auxv): New test.
18216         * elf/tst-auxv.c: New
18217         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18219 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18221         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18222         (hidden_proto): Caller changed.
18223         (hidden_tls_proto): New macro.
18224         (libc_hidden_tls_proto): Likewise.
18225         (rtld_hidden_tls_proto): Likewise.
18226         (libm_hidden_tls_proto): Likewise.
18227         (libresolv_hidden_tls_proto): Likewise.
18228         (librt_hidden_tls_proto): Likewise.
18229         (libdl_hidden_tls_proto): Likewise.
18230         (libnss_files_hidden_tls_proto): Likewise.
18231         (libnsl_hidden_tls_proto): Likewise.
18232         (libnss_nisplus_hidden_tls_proto): Likewise.
18233         (libutil_hidden_tls_proto): Likewise.
18235 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18237         [BZ #10253]
18238         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18239         (decompose_rpath): Defer expansion to fillin_rpath.
18240         (_dl_init_paths): Pass linkmap to fillin_rpath.
18242 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18244         * benchtests/Makefile: Add strsep.
18245         * benchtests/bench-strsep.c: New file: strsep benchtest.
18246         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18248 2013-11-18  Andreas Schwab  <schwab@suse.de>
18250         * locale/programs/locale.c (show_info) [case byte]: Check for
18251         '\377' instead of '\177'.
18252         * locale/C-monetary.c (not_available): Always use "\377".
18253         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18254         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
18255         detect unavailable sign_posn locale elements.
18256         * locale/localeconv.c (__localeconv): For grouping and
18257         mon_grouping handle "\177" and "\377" like no grouping.
18258         (INT_ELEM): New macro.  Use it to set all numeric members.
18259         * locale/programs/ld-monetary.c (monetary_read)
18260         <tok_mon_grouping>: Normalize single -1 to the empty string.
18261         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18262         Likewise.
18264 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18266         [BZ #16055]
18267         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18268         when we match (nil).
18269         * stdio-common/tst-sscanf.c (struct test): Add testcase.
18271 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
18273         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18274         (NO_TEST_INLINE): Update value.
18275         (ERRNO_UNCHANGED): Likewise.
18276         (ERRNO_EDOM): Likewise.
18277         (ERRNO_ERANGE): Likewise.
18278         (IGNORE_RESULT): Likewise.
18279         (check_float_internal): Check signs of NaN results if
18280         TEST_NAN_SIGN used.
18281         (check_complex): Pass TEST_NAN_SIGN flag through to second
18282         check_float_internal call.
18283         (copysign_test_data): Add tests with quiet NaNs as second
18284         argument.  Use TEST_NAN_SIGN.
18285         (fabs_test_data): Add test of negative quiet NaN argument.  Use
18286         TEST_NAN_SIGN.
18287         (signbit_test_data): Add tests of quiet NaN argument.
18288         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18290         * math/gen-libm-test.pl (show_exceptions): Take extra argument
18291         $ignore_result.
18292         (parse_args): Handle function results specified as IGNORE.
18293         * math/libm-test.inc (IGNORE_RESULT): New macro.
18294         (check_float_internal): Do not check numerical result if flag
18295         IGNORE_RESULT set.
18296         (check_complex): Pass through IGNORE_RESULT to second
18297         check_float_internal call.
18298         (check_int): Do not check numerical result if flag IGNORE_RESULT
18299         set.
18300         (check_long): Likewise.
18301         (check_bool): Likewise.
18302         (check_longlong): Likewise.
18303         (lrint_test_data): Add tests of infinite and NaN arguments.
18304         (lrint_tonearest_test_data): Likewise.
18305         (lrint_towardzero_test_data): Likewise.
18306         (lrint_downward_test_data): Likewise.
18307         (lrint_upward_test_data): Likewise.
18308         (llrint_test_data): Likewise.
18309         (llrint_tonearest_test_data): Likewise.
18310         (llrint_towardzero_test_data): Likewise.
18311         (llrint_downward_test_data): Likewise.
18312         (llrint_upward_test_data): Likewise.
18313         (lround_test_data): Likewise.
18314         (llround_test_data): Likewise.
18316         * math/libm-test.inc (NO_TEST_INLINE): New macro.
18317         (ERRNO_UNCHANGED): Update value.
18318         (ERRNO_EDOM): Likewise.
18319         (ERRNO_ERANGE): Likewise.
18320         (NO_TEST_INLINE_FLOAT): New macro.
18321         (NO_TEST_INLINE_DOUBLE): Likewise.
18322         (enable_test): New function.
18323         (RUN_TEST_f_f): Check enable_test before running test.
18324         (RUN_TEST_2_f): Likewise.
18325         (RUN_TEST_fff_f): Likewise.
18326         (RUN_TEST_c_f): Likewise.
18327         (RUN_TEST_f_f1): Likewise.
18328         (RUN_TEST_fF_f1): Likewise.
18329         (RUN_TEST_fI_f1): Likewise.
18330         (RUN_TEST_ffI_f1): Likewise.
18331         (RUN_TEST_c_c): Likewise.
18332         (RUN_TEST_cc_c): Likewise.
18333         (RUN_TEST_f_i): Likewise.
18334         (RUN_TEST_f_i_tg): Likewise.
18335         (RUN_TEST_ff_i_tg): Likewise.
18336         (RUN_TEST_f_b): Likewise.
18337         (RUN_TEST_f_b_tg): Likewise.
18338         (RUN_TEST_f_l): Likewise.
18339         (RUN_TEST_f_L): Likewise.
18340         (RUN_TEST_fFF_11): Likewise.
18341         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18342         conditionals.
18343         (cosh_test_data): Likewise.
18344         (exp_test_data): Likewise.
18345         (expm1_test_data): Likewise.
18346         (hypot_test_data): Likewise.
18347         (pow_test_data): Likewise.
18348         (sinh_test_data): Likewise.
18349         (tanh_test_data): Likewise.
18350         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18351         flags argument.
18353         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18354         tests with quiet NaN input and output.
18355         (acosh_test_data): Likewise.
18356         (asin_test_data): Likewise.
18357         (asinh_test_data): Likewise.
18358         (atan_test_data): Likewise.
18359         (atanh_test_data): Likewise.
18360         (atan2_test_data): Likewise.
18361         (cbrt_test_data): Likewise.
18362         (cos_test_data): Likewise.
18363         (cosh_test_data): Likewise.
18364         (erf_test_data): Likewise.
18365         (erfc_test_data): Likewise.
18366         (exp_test_data): Likewise.
18367         (exp10_test_data): Likewise.
18368         (exp2_test_data): Likewise.
18369         (expm1_test_data): Likewise.
18370         (hypot_test_data): Likewise.
18371         (j0_test_data): Likewise.
18372         (j1_test_data): Likewise.
18373         (jn_test_data): Likewise.
18374         (lgamma_test_data): Likewise.
18375         (log_test_data): Likewise.
18376         (log10_test_data): Likewise.
18377         (log1p_test_data): Likewise.
18378         (log2_test_data): Likewise.
18379         (pow_test_data): Likewise.
18380         (scalb_test_data): Likewise.
18381         (sin_test_data): Likewise.
18382         (sincos_test_data): Likewise.
18383         (sinh_test_data): Likewise.
18384         (tan_test_data): Likewise.
18385         (tanh_test_data): Likewise.
18386         (tgamma_test_data): Likewise.
18387         (y0_test_data): Likewise.
18388         (y1_test_data): Likewise.
18389         (yn_test_data): Likewise.
18391         [BZ #16167]
18392         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18393         argument being NaN and avoid computations with second argument in
18394         that case.
18395         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18396         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18397         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
18399 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
18401         * locale/iso-639.def: Add Chitwani Tharu (the).
18403 2013-11-14  Andreas Schwab  <schwab@suse.de>
18405         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
18406         word instead of empty string.
18408 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18411         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
18412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18413         (__fe_nomask_env): Likewise.
18415 2013-11-13  Steve Ellcey  <sellcey@mips.com>
18417         * benchtests/bench-timing.h: Include time.h.
18419 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
18421         [BZ #15997]
18422         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
18423         to 3.4.0 for x32.
18424         * sysdeps/unix/sysv/linux/configure: Regenerated.
18426 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
18428         [BZ #16151]
18429         * stdlib/strtod_l.c (round_and_return): Do not consider
18430         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
18431         exponent one less than half the least subnormal exponent.
18432         * stdlib/test-strtod-round-data: Add more tests.
18433         * stdlib/tst-strtod-round.c (tests): Regenerated.
18435 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18437         [BZ #14143]
18438         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
18439         (__fe_mask_env): Likewise.
18440         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
18441         libm_hidden_proto and add function prototype.
18442         (__fe_mask_env): Add function prototype.
18443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18444         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
18445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18446         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
18447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18448         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
18450 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18452         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
18453         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
18455 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18457         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
18458         of htab_find_slot().
18460 2013-11-11  David S. Miller  <davem@davemloft.net>
18462         [BZ #16150]
18463         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
18464         symbol in the non-vis3 case in static builds.
18465         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
18466         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
18467         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
18468         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
18470 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
18472         [BZ #387]
18473         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
18474         it is empty.
18476 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18478         * benchtests/Makefile: Add bench-strtod.
18479         * benchtests/bench-strtod.c: New file: strtod benchtest
18481 2013-11-11  Andreas Schwab  <schwab@suse.de>
18483         [BZ #16153]
18484         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
18485         terminating NUL in key length.
18487 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18489         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18490         Add artificial ODP entry for vDSO symbol for PPC64.
18491         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
18492         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
18494 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18496         [BZ #15374]
18497         * nss/getent.c (services_keys): Recognize services starting with digit.
18499 2013-11-06  David S. Miller  <davem@davemloft.net>
18501         [BZ #15985]
18502         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
18503         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
18505 2013-11-06  Will Newton  <will.newton@linaro.org>
18507         * manual/memory.texi (Malloc Examples): Remove register
18508         keyword from examples.
18510 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
18512         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
18514 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
18516         [BZ #6981]
18517         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
18518         depending on [__GCC_IEC_559 > 0].
18519         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
18520         depending on [__GCC_IEC_559_COMPLEX > 0].
18522 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
18524         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
18525         to iso-639.def.
18527 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
18529         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
18531 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
18533         [BZ #16112]
18534         * malloc/malloc (malloc_info): Do not handle first bin as
18535         special case.
18537 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
18539         * locale/iso-639.def: Add Central Nahuatl (nhn).
18541 2013-11-01  Bruno Haible  <bruno@clisp.org>
18543         [BZ #7003]
18544         * manual/math.texi (BSD Random): Specify range upper bound as
18545         in POSIX.
18547 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
18549         * locale/iso-639.def: Add Meadow Mari (mhr).
18551 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
18553         [BZ #14752], [BZ #15763]
18554         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
18555         Validate name.
18556         * rt/tst_shm.c: Add test for escaping directory.
18558 2013-10-31  Andreas Schwab  <schwab@suse.de>
18560         [BZ #15917]
18561         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
18562         followed by 'x' as part of digit sequence.
18563         * stdio-common/tst-sscanf.c (double_tests2): New tests.
18565 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
18567         [BZ #16037]
18568         * configure.ac: allow GNU Make 4.0 and greater.
18569         * configure: Regenerated.
18571 2013-10-30  Will Newton  <will.newton@linaro.org>
18573         [BZ #16038]
18574         * malloc/hooks.c (memalign_check): Limit alignment to the
18575         maximum representable power of two.
18576         * malloc/malloc.c (__libc_memalign): Likewise.
18577         * malloc/tst-memalign.c (do_test): Add test for very
18578         large alignment values.
18579         * malloc/tst-posix_memalign.c (do_test): Likewise.
18581 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
18583         [BZ #11087]
18584         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
18585         (munmap_chunk): Likewise.
18586         (mremap_chunk): Likewise.
18588 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
18590         [BZ #15799]
18591         * stdlib/div.c (div): Remove obsolete code.
18592         * stdlib/ldiv.c (ldiv): Likewise.
18593         * stdlib/lldiv.c (lldiv): Likewise.
18595 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
18597         [BZ #16071]
18598         * nss/nss_files/files-XXX.c (get_contents_ret): New
18599         enumerator.
18600         (get_contents): New function.
18601         (internal_getent): Use it.  Expand size of LINEBUFLEN.
18603 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
18605         * configure.in: Moved to ...
18606         * configure.ac: ... here. Change reference to configure.in
18607         to configure.ac.
18608         * sysdeps/arm/preconfigure.ac: ... here.
18609         configure.in to configure.ac.
18610         * sysdeps/gnu/configure.in: Moved to ...
18611         * sysdeps/gnu/configure.ac: ... here.
18612         * sysdeps/i386/configure.in: Moved to ...
18613         * sysdeps/i386/configure.ac: ... here.
18614         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
18615         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
18616         * sysdeps/mach/configure.in: Moved to ...
18617         * sysdeps/mach/configure.ac: ... here.
18618         * sysdeps/mach/hurd/configure.in: Moved to ...
18619         * sysdeps/mach/hurd/configure.ac: ... here.
18620         * sysdeps/powerpc/configure.in: Moved to ...
18621         * sysdeps/powerpc/configure.ac: ... here.
18622         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
18623         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
18624         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
18625         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
18626         * sysdeps/s390/s390-32/configure.in: Moved to ...
18627         * sysdeps/s390/s390-32/configure.ac: ... here.
18628         * sysdeps/s390/s390-64/configure.in: Moved to ...
18629         * sysdeps/s390/s390-64/configure.ac: ... here.
18630         * sysdeps/sh/configure.in: Moved to ...
18631         * sysdeps/sh/configure.ac: ... here.
18632         * sysdeps/sparc/configure.in: Moved to ...
18633         * sysdeps/sparc/configure.ac: ... here.
18634         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
18635         * sysdeps/unix/sysv/linux/configure.ac: ... here.
18636         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
18637         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
18638         * sysdeps/x86_64/configure.in: Moved to ...
18639         * sysdeps/x86_64/configure.ac: ... here.
18640         * sysdeps/x86_64/preconfigure.in: Moved to ...
18641         * sysdeps/x86_64/preconfigure.ac: ... here.
18642         * aclocal.m4: Change reference to configure.in to configure.ac.
18643         * config.h.in: Likewise.
18644         * manual/install.texi: Likewise.
18645         * manual/maint.texi: Likewise.
18646         * Makefile: Likewise.
18647         * malloc/Makefile: Likewise.
18648         * nscd/Makefile: Likewise.
18649         * Makeconfig: Change reference to configure.in and
18650         preconfigure.in to configure.ac and preconfigure.ac
18651         respectively.
18652         * INSTALL: Regenerated.
18653         * configure: Likewise.
18654         * sysdeps/gnu/configure: Likewise.
18655         * sysdeps/i386/configure: Likewise.
18656         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
18657         * sysdeps/mach/configure: Likewise.
18658         * sysdeps/mach/hurd/configure: Likewise.
18659         * sysdeps/powerpc/configure: Likewise.
18660         * sysdeps/powerpc/powerpc32/configure: Likewise.
18661         * sysdeps/powerpc/powerpc64/configure: Likewise.
18662         * sysdeps/s390/s390-32/configure: Likewise.
18663         * sysdeps/s390/s390-64/configure: Likewise.
18664         * sysdeps/sh/configure: Likewise.
18665         * sysdeps/sparc/configure: Likewise.
18666         * sysdeps/unix/sysv/linux/configure: Likewise.
18667         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
18668         * sysdeps/x86_64/configure: Likewise.
18669         * sysdeps/x86_64/preconfigure: Likewise.
18671 2013-10-29  Andreas Schwab  <schwab@suse.de>
18673         * stdio-common/Makefile (tst-swscanf-ENV): Define.
18675 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18677         * benchtests/pow-inputs: Add new inputs.
18679         * benchtests/exp-inputs: Add new inputs.
18681         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
18682         conditional check for return value.
18683         (__cos32): Likewise.
18685 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18687         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
18688         to provide a boost for large inputs with word alignment.
18689         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
18690         implementation based on optimized PPC64 strcpy.
18691         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
18692         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
18693         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
18694         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
18696 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
18698         [BZ #2801]
18699         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
18701 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
18703         [BZ #14876]
18704         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
18705         * time/tst-strptime.c (day_tests): Add testcase.
18707 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
18709         [BZ #14029]
18710         * manual/pattern.texi: Acknowledge that fnmatch can fail.
18712 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
18714         [BZ #16074]
18715         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
18716         MAP_FAILED on error.
18718 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
18720         [BZ #16072]
18721         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
18722         heap for large requests.
18724 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
18726         [BZ #9954]
18727         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
18728         result if the result has no associated interface.
18729         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
18730         interface for all 127.X.Y.Z addresses.
18732 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
18734         * locale/iso-639.def: Add Ligurian (lij)
18736 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
18738         [BZ #15825]
18739         * sunrpc/rpc_main.c: Document rpcgen -5.
18741 2013-10-19  Michael Stahl  <mstahl@redhat.com>
18743         * elf/rtld.c (do_preload): Print the reason why preloading failed.
18745 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
18747         [BZ #10278]
18748         * posix/glob.c: Match only directories when trailing slash is present.
18749         * posix/tst-gnuglob.c (my_opendir): Do not open files.
18750         (main): Add testcase.
18752 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
18754         [BZ #15670]
18755         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
18757 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
18759         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
18760         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
18761         AUTH_DES and cindex for FIPS 140-2.
18762         (DES Encryption): Add cindex FIPS 46-3.
18764         * locale/locarchive.h (struct locarhandle): Add fname.
18765         * locale/programs/localedef.c (main): Pass ARGV[remaining]
18766         if an optional argument was specified to --list-archive,
18767         otherwise NULL.
18768         * locale/programs/locarchive.c (show_archive_content): Take new
18769         argument fname and pass it via ah.fname to open_archive.
18770         * locale/programs/localedef.h: Update decl.
18771         (open_archive): If AH->fname is non-null, open that file
18772         rather than the default file name, and don't ignore ENOENT.
18773         (create_archive): Set AH.fname to NULL.
18774         (delete_locales_from_archive): Likewise.
18775         (add_locales_to_archive): Likewise.
18776         * locale/programs/locfile.c (write_all_categories): Likewise.
18778 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
18779             Aldy Hernandez  <aldyh@redhat.com>
18781         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
18782         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
18783         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
18784         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
18785         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
18786         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
18787         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
18788         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
18789         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
18790         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
18791         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
18792         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
18793         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
18794         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
18795         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
18796         Likewise.
18797         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
18798         Likewise.
18799         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
18800         Likewise.
18801         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
18802         Likewise.
18803         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
18804         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
18805         Likewise.
18806         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
18807         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
18808         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
18809         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
18810         Likewise.
18811         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
18812         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
18813         * sysdeps/powerpc/preconfigure: Likewise.
18814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
18815         Likewise.
18816         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
18817         Replace contents of file by #include of <fenv_libc.h>.
18818         * sysdeps/powerpc/soft-fp/sfp-machine.h
18819         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
18820         and <sys/prctl.h>.
18821         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
18822         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
18823         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
18824         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
18825         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
18826         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
18827         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
18828         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
18829         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
18830         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
18831         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
18832         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
18833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18834         Allow copysignl PLT reference to be missing.
18836 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
18837             Joseph Myers  <joseph@codesourcery.com
18839         [BZ #15948]
18840         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
18841         single character.
18842         (add_to_tablewc): Assert sequence of wide characters is nonempty.
18844 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
18846         * elf/tst-tls-dlinfo.c: Don't include tls.h.
18847         * elf/tst-tls1.c: Likewise.
18848         * elf/tst-tls10.h: Likewise.
18849         * elf/tst-tls14.c: Likewise.
18850         * elf/tst-tls2.c: Likewise.
18851         * elf/tst-tls3.c: Likewise.
18852         * elf/tst-tls4.c: Likewise.
18853         * elf/tst-tls5.c: Likewise.
18854         * elf/tst-tls6.c: Likewise.
18855         * elf/tst-tls7.c: Likewise.
18856         * elf/tst-tls8.c: Likewise.
18857         * elf/tst-tls9.c: Likewise.
18858         * elf/tst-tlsmod1.c: Likewise.
18859         * elf/tst-tlsmod13.c: Likewise.
18860         * elf/tst-tlsmod13a.c: Likewise.
18861         * elf/tst-tlsmod14a.c: Likewise.
18862         * elf/tst-tlsmod16a.c: Likewise.
18863         * elf/tst-tlsmod16b.c: Likewise.
18864         * elf/tst-tlsmod2.c: Likewise.
18865         * elf/tst-tlsmod3.c: Likewise.
18866         * elf/tst-tlsmod4.c: Likewise.
18867         * elf/tst-tlsmod5.c: Likewise.
18868         * elf/tst-tlsmod6.c: Likewise.
18870 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
18872         [BZ #12486]
18873         * malloc/malloc.c: remove checks for statistics.
18875 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
18877         [BZ #15277]
18878         * inet/inet_net.c (inet_network): Detect additional invalid strings.
18879         * inet/tst-network.c: Add testcase.
18881 2013-10-17  Andreas Schwab  <schwab@suse.de>
18883         [BZ #15218]
18884         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
18885         to determine canonical name.
18887 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
18889         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
18890         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
18891         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
18892         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
18893         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
18894         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
18895         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
18896         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
18897         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
18898         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
18899         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
18900         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
18901         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18902         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
18903         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
18904         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
18905         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
18906         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
18907         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
18908         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
18909         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
18910         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
18911         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
18912         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
18913         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
18914         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
18915         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
18916         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
18917         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
18918         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
18919         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
18920         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
18921         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
18922         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
18923         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
18924         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18925         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18926         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
18927         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
18928         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
18929         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
18930         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
18931         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
18932         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
18933         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
18934         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18935         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
18936         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
18937         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
18938         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
18939         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
18940         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
18941         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
18942         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
18943         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
18944         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
18945         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
18946         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
18948 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
18950         [BZ #16041]
18951         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
18952         make result into a quiet NaN.
18954 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
18956         * soft-fp/adddf3.c: Fix horizontal whitespace.
18957         * soft-fp/addsf3.c: Likewise.
18958         * soft-fp/addtf3.c: Likewise.
18959         * soft-fp/divdf3.c: Likewise.
18960         * soft-fp/divsf3.c: Likewise.
18961         * soft-fp/divtf3.c: Likewise.
18962         * soft-fp/double.h: Likewise.
18963         * soft-fp/eqdf2.c: Likewise.
18964         * soft-fp/eqsf2.c: Likewise.
18965         * soft-fp/eqtf2.c: Likewise.
18966         * soft-fp/extenddftf2.c: Likewise.
18967         * soft-fp/extended.h: Likewise.
18968         * soft-fp/extendsfdf2.c: Likewise.
18969         * soft-fp/extendsftf2.c: Likewise.
18970         * soft-fp/extendxftf2.c: Likewise.
18971         * soft-fp/fixdfdi.c: Likewise.
18972         * soft-fp/fixdfsi.c: Likewise.
18973         * soft-fp/fixdfti.c: Likewise.
18974         * soft-fp/fixsfdi.c: Likewise.
18975         * soft-fp/fixsfsi.c: Likewise.
18976         * soft-fp/fixsfti.c: Likewise.
18977         * soft-fp/fixtfdi.c: Likewise.
18978         * soft-fp/fixtfsi.c: Likewise.
18979         * soft-fp/fixtfti.c: Likewise.
18980         * soft-fp/fixunsdfdi.c: Likewise.
18981         * soft-fp/fixunsdfsi.c: Likewise.
18982         * soft-fp/fixunsdfti.c: Likewise.
18983         * soft-fp/fixunssfdi.c: Likewise.
18984         * soft-fp/fixunssfsi.c: Likewise.
18985         * soft-fp/fixunssfti.c: Likewise.
18986         * soft-fp/fixunstfdi.c: Likewise.
18987         * soft-fp/fixunstfsi.c: Likewise.
18988         * soft-fp/fixunstfti.c: Likewise.
18989         * soft-fp/floatdidf.c: Likewise.
18990         * soft-fp/floatdisf.c: Likewise.
18991         * soft-fp/floatditf.c: Likewise.
18992         * soft-fp/floatsidf.c: Likewise.
18993         * soft-fp/floatsisf.c: Likewise.
18994         * soft-fp/floatsitf.c: Likewise.
18995         * soft-fp/floattidf.c: Likewise.
18996         * soft-fp/floattisf.c: Likewise.
18997         * soft-fp/floattitf.c: Likewise.
18998         * soft-fp/floatundidf.c: Likewise.
18999         * soft-fp/floatundisf.c: Likewise.
19000         * soft-fp/floatunditf.c: Likewise.
19001         * soft-fp/floatunsidf.c: Likewise.
19002         * soft-fp/floatunsisf.c: Likewise.
19003         * soft-fp/floatunsitf.c: Likewise.
19004         * soft-fp/floatuntidf.c: Likewise.
19005         * soft-fp/floatuntisf.c: Likewise.
19006         * soft-fp/floatuntitf.c: Likewise.
19007         * soft-fp/fmadf4.c: Likewise.
19008         * soft-fp/fmasf4.c: Likewise.
19009         * soft-fp/fmatf4.c: Likewise.
19010         * soft-fp/gedf2.c: Likewise.
19011         * soft-fp/gesf2.c: Likewise.
19012         * soft-fp/getf2.c: Likewise.
19013         * soft-fp/ledf2.c: Likewise.
19014         * soft-fp/lesf2.c: Likewise.
19015         * soft-fp/letf2.c: Likewise.
19016         * soft-fp/muldf3.c: Likewise.
19017         * soft-fp/mulsf3.c: Likewise.
19018         * soft-fp/multf3.c: Likewise.
19019         * soft-fp/negdf2.c: Likewise.
19020         * soft-fp/negsf2.c: Likewise.
19021         * soft-fp/negtf2.c: Likewise.
19022         * soft-fp/op-1.h: Likewise.
19023         * soft-fp/op-2.h: Likewise.
19024         * soft-fp/op-4.h: Likewise.
19025         * soft-fp/op-8.h: Likewise.
19026         * soft-fp/op-common.h: Likewise.
19027         * soft-fp/quad.h: Likewise.
19028         * soft-fp/single.h: Likewise.
19029         * soft-fp/soft-fp.h: Likewise.
19030         * soft-fp/sqrtdf2.c: Likewise.
19031         * soft-fp/sqrtsf2.c: Likewise.
19032         * soft-fp/sqrttf2.c: Likewise.
19033         * soft-fp/subdf3.c: Likewise.
19034         * soft-fp/subsf3.c: Likewise.
19035         * soft-fp/subtf3.c: Likewise.
19036         * soft-fp/truncdfsf2.c: Likewise.
19037         * soft-fp/trunctfdf2.c: Likewise.
19038         * soft-fp/trunctfsf2.c: Likewise.
19039         * soft-fp/trunctfxf2.c: Likewise.
19040         * soft-fp/unorddf2.c: Likewise.
19041         * soft-fp/unordsf2.c: Likewise.
19042         * soft-fp/unordtf2.c: Likewise.
19044 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19046         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19047         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19049 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19051         * elf/dl-libc.c: Clear initfini list after freeing.
19053 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19055         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19056         * soft-fp/addsf3.c: Likewise.
19057         * soft-fp/addtf3.c: Likewise.
19058         * soft-fp/divdf3.c: Likewise.
19059         * soft-fp/divsf3.c: Likewise.
19060         * soft-fp/divtf3.c: Likewise.
19061         * soft-fp/double.h: Likewise.
19062         * soft-fp/eqdf2.c: Likewise.
19063         * soft-fp/eqsf2.c: Likewise.
19064         * soft-fp/eqtf2.c: Likewise.
19065         * soft-fp/extenddftf2.c: Likewise.
19066         * soft-fp/extended.h: Likewise.
19067         * soft-fp/extendsfdf2.c: Likewise.
19068         * soft-fp/extendsftf2.c: Likewise.
19069         * soft-fp/extendxftf2.c: Likewise.
19070         * soft-fp/fixdfdi.c: Likewise.
19071         * soft-fp/fixdfsi.c: Likewise.
19072         * soft-fp/fixdfti.c: Likewise.
19073         * soft-fp/fixsfdi.c: Likewise.
19074         * soft-fp/fixsfsi.c: Likewise.
19075         * soft-fp/fixsfti.c: Likewise.
19076         * soft-fp/fixtfdi.c: Likewise.
19077         * soft-fp/fixtfsi.c: Likewise.
19078         * soft-fp/fixtfti.c: Likewise.
19079         * soft-fp/fixunsdfdi.c: Likewise.
19080         * soft-fp/fixunsdfsi.c: Likewise.
19081         * soft-fp/fixunsdfti.c: Likewise.
19082         * soft-fp/fixunssfdi.c: Likewise.
19083         * soft-fp/fixunssfsi.c: Likewise.
19084         * soft-fp/fixunssfti.c: Likewise.
19085         * soft-fp/fixunstfdi.c: Likewise.
19086         * soft-fp/fixunstfsi.c: Likewise.
19087         * soft-fp/fixunstfti.c: Likewise.
19088         * soft-fp/floatdidf.c: Likewise.
19089         * soft-fp/floatdisf.c: Likewise.
19090         * soft-fp/floatditf.c: Likewise.
19091         * soft-fp/floatsidf.c: Likewise.
19092         * soft-fp/floatsisf.c: Likewise.
19093         * soft-fp/floatsitf.c: Likewise.
19094         * soft-fp/floattidf.c: Likewise.
19095         * soft-fp/floattisf.c: Likewise.
19096         * soft-fp/floattitf.c: Likewise.
19097         * soft-fp/floatundidf.c: Likewise.
19098         * soft-fp/floatundisf.c: Likewise.
19099         * soft-fp/floatunsidf.c: Likewise.
19100         * soft-fp/floatunsisf.c: Likewise.
19101         * soft-fp/floatuntidf.c: Likewise.
19102         * soft-fp/floatuntisf.c: Likewise.
19103         * soft-fp/floatuntitf.c: Likewise.
19104         * soft-fp/fmadf4.c: Likewise.
19105         * soft-fp/fmasf4.c: Likewise.
19106         * soft-fp/fmatf4.c: Likewise.
19107         * soft-fp/gedf2.c: Likewise.
19108         * soft-fp/gesf2.c: Likewise.
19109         * soft-fp/getf2.c: Likewise.
19110         * soft-fp/ledf2.c: Likewise.
19111         * soft-fp/lesf2.c: Likewise.
19112         * soft-fp/letf2.c: Likewise.
19113         * soft-fp/muldf3.c: Likewise.
19114         * soft-fp/mulsf3.c: Likewise.
19115         * soft-fp/multf3.c: Likewise.
19116         * soft-fp/negdf2.c: Likewise.
19117         * soft-fp/negsf2.c: Likewise.
19118         * soft-fp/negtf2.c: Likewise.
19119         * soft-fp/op-1.h: Likewise.
19120         * soft-fp/op-2.h: Likewise.
19121         * soft-fp/op-4.h: Likewise.
19122         * soft-fp/op-8.h: Likewise.
19123         * soft-fp/op-common.h: Likewise.
19124         * soft-fp/quad.h: Likewise.
19125         * soft-fp/single.h: Likewise.
19126         * soft-fp/soft-fp.h: Likewise.
19127         * soft-fp/sqrtdf2.c: Likewise.
19128         * soft-fp/sqrtsf2.c: Likewise.
19129         * soft-fp/sqrttf2.c: Likewise.
19130         * soft-fp/subdf3.c: Likewise.
19131         * soft-fp/subsf3.c: Likewise.
19132         * soft-fp/subtf3.c: Likewise.
19133         * soft-fp/truncdfsf2.c: Likewise.
19134         * soft-fp/trunctfdf2.c: Likewise.
19135         * soft-fp/trunctfsf2.c: Likewise.
19136         * soft-fp/trunctfxf2.c: Likewise.
19137         * soft-fp/unorddf2.c: Likewise.
19138         * soft-fp/unordsf2.c: Likewise.
19139         * soft-fp/unordtf2.c: Likewise.
19141 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19143         [BZ #15672]
19144         * misc/error.c (error_tail): Fix possible buffer overflow.
19146 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19148         [BZ #13028]
19149         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19150         address.
19152 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19154         [BZ #832]
19155         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19156         testing pipefail option.
19158 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19160         * soft-fp/double.h: Indent preprocessor directives inside #if.
19161         * soft-fp/extended.h: Likewise.
19162         * soft-fp/op-2.h: Likewise.
19163         * soft-fp/op-4.h: Likewise.
19164         * soft-fp/op-common.h: Likewise.
19165         * soft-fp/quad.h: Likewise.
19166         * soft-fp/single.h: Likewise.
19167         * soft-fp/soft-fp.h: Likewise.
19169 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19171         * iconv/iconv_prog.c: Fix typos.
19172         * stdio-common/psiginfo-data.h: Likewise.
19174 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19176         [BZ #15764]
19177         * locale/setlocale.c: Fix typo.
19179 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19181         [BZ #16036]
19182         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19183         signaling NaN arguments.
19184         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19185         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19187         [BZ #14910]
19188         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19189         unordered operands.
19190         * soft-fp/gesf2.c (__gesf2): Likewise.
19191         * soft-fp/getf2.c (__getf2): Likewise.
19192         * soft-fp/ledf2.c (__ledf2): Likewise.
19193         * soft-fp/lesf2.c (__lesf2): Likewise.
19194         * soft-fp/letf2.c (__letf2): Likewise.
19196         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19197         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19198         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19199         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19200         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19201         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19202         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19203         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19204         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19205         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19206         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19207         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19208         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19209         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19210         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19211         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19212         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19213         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19214         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19215         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19216         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19217         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19218         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19219         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19220         * soft-fp/floattidf.c (__floattidf): Likewise.
19221         * soft-fp/floattisf.c (__floattisf): Likewise.
19222         * soft-fp/floattitf.c (__floattitf): Likewise.
19223         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19224         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19225         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19226         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19227         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19228         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19229         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19230         * soft-fp/gesf2.c (__gesf2): Likewise.
19231         * soft-fp/getf2.c (__getf2): Likewise.
19232         * soft-fp/ledf2.c (__ledf2): Likewise.
19233         * soft-fp/lesf2.c (__lesf2): Likewise.
19234         * soft-fp/letf2.c (__letf2): Likewise.
19236         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19237         Undefine and redefine.
19238         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19239         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19240         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19241         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19242         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19243         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19244         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19245         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19246         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19247         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19248         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19249         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19250         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19251         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19252         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19254         [BZ #16032]
19255         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19256         without decrementing exponent if mantissa >= that for the
19257         denominator, not >.
19258         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19259         denominator, not >.  Decrement exponent in < case instead of
19260         incrementing in >= case.
19261         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19262         without decrementing exponent if mantissa >= that for the
19263         denominator, not >.
19265         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19266         computing saturated result for unsigned overflow.
19268 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19269             Jeff Law  <law@redhat.com>
19271         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19272         (atan2Mp): Add systemtap probe marker.
19273         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19274         (__ieee754_log): Add systemtap probe marker.
19275         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19276         (atanMp): Add systemtap probe marker.
19277         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19278         (tanMp): Add systemtap probe marker.
19279         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19280         (__slowexp): Add systemtap probe marker.
19281         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19282         (__slowpow): Add systemtap probe marker.
19283         * manual/probes.texi: Document probes.
19285 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
19287         [BZ #15362]
19288         * libio/fileops.c (_IO_new_file_write): Return count of bytes
19289         written.
19290         (_IO_new_file_xsputn): Don't return EOF if nothing has been
19291         written.
19292         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19293         written to buffer but not flushed.
19294         * libio/iofwrite_u.c:  Likewise.
19295         * libio/iopadn.c:  Return bytes returned even if EOF was
19296         encountered.
19297         * libio/iowpadn.c:  Likewise.
19298         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19299         if _IO_padn does not write the whole buffer.
19300         [!COMPILE_WPRINTF] (PAD): Likewise.
19302 2013-10-10  David S. Miller  <davem@davemloft.net>
19304         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19305         directory block.
19307 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19309         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
19310         instead of FSF address.
19311         * soft-fp/fixdfti.c: Likewise.
19312         * soft-fp/fixsfti.c: Likewise.
19313         * soft-fp/fixtfti.c: Likewise.
19314         * soft-fp/fixunsdfti.c: Likewise.
19315         * soft-fp/fixunssfti.c: Likewise.
19316         * soft-fp/fixunstfti.c: Likewise.
19317         * soft-fp/floattidf.c: Likewise.
19318         * soft-fp/floattisf.c: Likewise.
19319         * soft-fp/floattitf.c: Likewise.
19320         * soft-fp/floatuntidf.c: Likewise.
19321         * soft-fp/floatuntisf.c: Likewise.
19322         * soft-fp/floatuntitf.c: Likewise.
19323         * soft-fp/trunctfxf2.c: Likewise.
19325         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
19326         * soft-fp/fixdfti.c: Likewise.
19327         * soft-fp/fixsfti.c: Likewise.
19328         * soft-fp/fixtfti.c: Likewise.
19329         * soft-fp/fixunsdfti.c: Likewise.
19330         * soft-fp/fixunssfti.c: Likewise.
19331         * soft-fp/fixunstfti.c: Likewise.
19332         * soft-fp/floattidf.c: Likewise.
19333         * soft-fp/floattisf.c: Likewise.
19334         * soft-fp/floattitf.c: Likewise.
19335         * soft-fp/floatuntidf.c: Likewise.
19336         * soft-fp/floatuntisf.c: Likewise.
19337         * soft-fp/floatuntitf.c: Likewise.
19338         * soft-fp/trunctfxf2.c: Likewise.
19340 2013-10-10  David S. Miller  <davem@davemloft.net>
19342         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19344 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
19346         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19347         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19348         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19349         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19350         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19351         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19352         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19354         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19355         for NaNs before doing comparisons on argument.
19356         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19357         Likewise.
19359 2013-10-10  Will Newton  <will.newton@linaro.org>
19361         * malloc/hooks.c (memalign_check): Ensure the value of bytes
19362         passed to _int_memalign does not overflow.
19364 2013-10-10  Torvald Riegel  <triegel@redhat.com>
19366         * scripts/bench.pl: Add include-sources directive.
19367         * benchtests/README: Update documentation.
19369 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19371         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19372         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19373         instead of FP_INIT_ROUNDMODE.
19374         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19375         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19377         [BZ #16034]
19378         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
19379         copy class of input value.
19380         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
19381         not handle exceptions.
19382         * soft-fp/negsf2.c (__negsf2): Likewise.
19383         * soft-fp/negtf2.c (__negtf2): Likewise.
19384         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19386 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
19388         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19389         semicolon.  From Linux kernel.
19391 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
19393         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19395 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
19397         [BZ #156]
19398         * manual/socket.texi: Added statement about buffer
19399         for gethostbyname2_r.
19401 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
19403         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
19404         Use .p2align directive instead, throughout.
19405         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19406         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19407         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
19408         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19409         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19410         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
19411         * sysdeps/x86_64/strchr.S: Likewise.
19412         * sysdeps/x86_64/strrchr.S: Likewise.
19414 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
19416         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
19418         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
19420         * sysdeps/generic/math_private.h (__mpsin1): Remove
19421         declaration.
19422         (__mpcos1): Likewise.
19423         (__mpsin): New argument __range_reduce.
19424         (__mpcos): Likewise.
19425         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19426         (slow): Use __mpsin and __mpcos.
19427         (slow1): Likewise.
19428         (slow2): Likewise.
19429         (sloww): Likewise.
19430         (sloww1): Likewise.
19431         (sloww2): Likewise.
19432         (bsloww): Likewise.
19433         (bsloww1): Likewise.
19434         (bsloww2): Likewise.
19435         (cslow2): Likewise.
19436         (csloww): Likewise.
19437         (csloww1): Likewise.
19438         (csloww2): Likewise.
19439         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
19440         range_reduce.  Merge in __mpsin1.
19441         (__mpcos): Likewise.
19442         (__mpsin1): Remove.
19443         (__mpcos1): Likewise.
19445 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
19447         * locale/loadlocale.c (_nl_intern_locale_data): Use
19448         LOCFILE_ALIGNED_P.
19449         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
19450         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
19451         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
19452         obstack data is appropriately aligned.
19453         (obstack_int32_grow_fast): Likewise.
19454         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
19455         * locale/programs/locfile.c (add_locale_uint32): Likewise.
19456         (add_locale_uint32_array): Likewise.
19458 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
19460         * benchtests/Makefile: Remove ARGLIST and RET variables.
19461         ($(objpfx)bench-%.c): Pass only function name to the script.
19462         * benchtests/README: Update documentation.
19463         * benchtests/acos-inputs: Add new directives.
19464         * benchtests/acosh-inputs: Likewise.
19465         * benchtests/asin-inputs: Likewise.
19466         * benchtests/asinh-inputs: Likewise.
19467         * benchtests/atan-inputs: Likewise.
19468         * benchtests/atanh-inputs: Likewise.
19469         * benchtests/cos-inputs: Likewise.
19470         * benchtests/cosh-inputs: Likewise.
19471         * benchtests/exp-inputs: Likewise.
19472         * benchtests/log-inputs: Likewise.
19473         * benchtests/pow-inputs: Likewise.
19474         * benchtests/rint-inputs: Likewise.
19475         * benchtests/sin-inputs: Likewise.
19476         * benchtests/sinh-inputs: Likewise.
19477         * benchtests/tan-inputs: Likewise.
19478         * benchtests/tanh-inputs: Likewise.
19479         * scripts/bench.pl: Add support for new directives.
19481 2013-10-07  Alan Modra  <amodra@gmail.com>
19483         * README: Fix careless merge.
19485 2013-10-05  Alan Modra  <amodra@gmail.com>
19487         * NEWS: Mention powerpc64le support and bugs fixed.
19488         * README: Both big-endian and little-endian powerpc64 supported.
19490 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19492         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
19493         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
19494         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
19495         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
19497 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
19499         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
19500         match prototype.
19502 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
19504         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
19505         Move -mhard-float appending from
19506         ports/sysdeps/powerpc/powerpc32/Makefile.
19507         [$(with-fp) = yes] (ASFLAGS): Likewise.
19508         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
19509         * sysdeps/powerpc/nofpu: Move directory from
19510         ports/sysdeps/powerpc/nofpu.
19511         * sysdeps/powerpc/soft-fp: Move directory from
19512         ports/sysdeps/powerpc/soft-fp.
19513         * sysdeps/powerpc/powerpc32/405: Move directory from
19514         ports/sysdeps/powerpc/powerpc32/405.
19515         * sysdeps/powerpc/powerpc32/440: Move directory from
19516         ports/sysdeps/powerpc/powerpc32/440.
19517         * sysdeps/powerpc/powerpc32/464: Move directory from
19518         ports/sysdeps/powerpc/powerpc32/464.
19519         * sysdeps/powerpc/powerpc32/476: Move directory from
19520         ports/sysdeps/powerpc/powerpc32/476.
19521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
19522         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
19523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
19524         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
19525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
19526         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
19527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
19528         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
19529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
19530         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
19531         * README: Update for powerpc-*-linux-gnu software floating point
19532         support in libc.
19534         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
19535         case to powerpc/powerpc32*.
19536         * sysdeps/unix/sysv/linux/configure: Regenerated.
19538         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
19539         (_FPU_MASK_OM): Define as 0x04.
19540         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
19541         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
19542         0x00c10080.
19543         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
19544         0x0000003c.
19545         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
19547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
19548         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19549         getcontext_e500.
19550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
19551         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19552         setcontext_e500.
19553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
19554         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
19555         and setcontext_e500.
19557 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
19559         * locale/iso-3166.def: Update iso-1366.def and related occurrences
19561 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19563         * manual/threads.texi (Default Thread Attributes): Fix typo.
19565 2013-10-04  Will Newton  <will.newton@linaro.org>
19567         * malloc/Makefile: Add tst-memalign.
19568         * malloc/tst-memalign.c: New file.
19570         * malloc/tst-posix_memalign.c: Add comments.
19571         (do_test): Add comments and call free on all potentially
19572         allocated pointers. Add space after cast.
19574         * malloc/tst-pvalloc.c: Add comments.
19575         (do_test): Add comments and call free on all potentially
19576         allocated pointers. Remove duplicate check for NULL pointer.
19577         Add space after cast.
19579         * malloc/tst-valloc.c: Add comments.
19580         (do_test): Add comments and call free on all potentially
19581         allocated pointers. Remove duplicate check for NULL pointer.
19582         Add space after cast.
19584 2013-10-04  Alan Modra  <amodra@gmail.com>
19586         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19587         Use stdint types in rather than __attribute__((mode())).
19588         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19590 2013-10-04  Alan Modra  <amodra@gmail.com>
19592         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19593         Correct handling of unaligned relocs for little-endian.
19594         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19596 2013-10-04  Alan Modra  <amodra@gmail.com>
19598         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
19599         * configure: Regenerate.
19600         * nptl/shlib-versions: Powerpc*le starts at 2.18.
19601         * shlib-versions: Likewise.
19603 2013-10-04  Alan Modra  <amodra@gmail.com>
19605         * string/tester.c (test_memrchr): Increment reported test cycle.
19607 2013-10-04  Alan Modra  <amodra@gmail.com>
19609         * string/test-memcpy.c (do_one_test): When reporting errors, print
19610         string address and don't overrun end of string.
19612 2013-10-04  Alan Modra  <amodra@gmail.com>
19614         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
19615         insrdi.  Make better use of reg selection to speed exit slightly.
19616         Schedule entry path a little better.  Remove useless "are we done"
19617         checks on entry to main loop.  Handle wrapping around zero address.
19618         Correct main loop count.  Handle single left-over word from main
19619         loop inline rather than by using loop_small.  Remove extra word
19620         case in loop_small caused by wrong loop count.  Add little-endian
19621         support.
19622         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
19623         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
19624         cache hint.
19625         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
19626         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
19627         support.  Avoid rlwimi.
19628         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
19630 2013-10-04  Alan Modra  <amodra@gmail.com>
19632         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
19633         insrdi.  Formatting.
19634         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
19635         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
19636         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
19637         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19638         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
19639         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
19641 2013-10-04  Alan Modra  <amodra@gmail.com>
19643         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
19644         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19645         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
19646         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
19647         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
19648         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19649         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19650         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
19651         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
19652         use of regs.  Use power7 mtocrf.  Tidy function tails.
19654 2013-10-04  Alan Modra  <amodra@gmail.com>
19656         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
19657         Formatting.  Consistently use rXXX register defines or rN defines.
19658         Use early exit labels that avoid restoring unused non-volatile regs.
19659         Make cr field use more consistent with rWORDn compares.  Rename
19660         regs used as shift registers for unaligned loop, using rN defines
19661         for short lifetime/multiple use regs.
19662         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19663         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
19664         addi 1,1,64 to pop stack frame.  Simplify return value code.
19665         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19667 2013-10-04  Alan Modra  <amodra@gmail.com>
19669         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
19670         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
19671         rather than rlwimi.
19672         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
19673         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
19674         little-endian support.  Correct typos.
19675         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
19676         rather than rlwimi.
19677         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
19678         in loop and entry code to keep "and." results.
19679         (strchr): Add little-endian support.  Comment.  Move cntlzd
19680         earlier in tail.
19681         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
19683 2013-10-04  Alan Modra  <amodra@gmail.com>
19685         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
19686         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
19687         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
19688         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
19690 2013-10-04  Alan Modra  <amodra@gmail.com>
19692         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
19693         (rTMP): Define as r11.
19694         (strcmp): Add little-endian support.  Optimise tail.
19695         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
19696         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19697         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
19698         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
19699         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
19700         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
19701         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
19703 2013-10-04  Alan Modra  <amodra@gmail.com>
19705         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
19706         little-endian support.  Remove unnecessary "are we done" tests.
19707         Handle "s" wrapping around zero and extremely large "size".
19708         Correct main loop count.  Handle single left-over word from main
19709         loop inline rather than by using small_loop.  Correct comments.
19710         Delete "zero" tail, use "end_max" instead.
19711         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
19713 2013-10-04  Alan Modra  <amodra@gmail.com>
19715         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
19716         support.  Don't branch over align.
19717         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
19718         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
19719         support.  Rearrange tmp reg use to suit.  Comment.
19720         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
19722 2013-10-04  Alan Modra  <amodra@gmail.com>
19724         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
19726 2013-10-04  Alan Modra  <amodra@gmail.com>
19728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
19729         conditional form of branch and link when obtaining pc.
19730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
19732 2013-10-04  Alan Modra  <amodra@gmail.com>
19734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
19735         HIWORD/LOWORD.
19736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
19737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
19739 2013-10-04  Alan Modra  <amodra@gmail.com>
19741         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
19742         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
19743         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
19744         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
19745         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
19746         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
19747         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
19748         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
19749         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
19750         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
19752 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
19753             Alistair Popple <alistair@ozlabs.au.ibm.com>
19754             Alan Modra <amodra@gmail.com>
19756         [BZ #15723]
19757         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
19758         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
19759         _dl_hwcap access for little-endian.
19760         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
19761         destroy vmx regs when saving unaligned.
19762         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
19763         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
19764         destroy vmx regs when saving unaligned.
19766 2013-10-04  Alan Modra  <amodra@gmail.com>
19768         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
19769         Don't use a union to pack hi/low value.
19771 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
19773         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
19774         for little-endian.
19775         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19776         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
19777         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
19778         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19779         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19781 2013-10-04  Alan Modra  <amodra@gmail.com>
19783         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
19784         constants to usual value for .cst8 section, and remove redundant
19785         high address load.
19786         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
19787         constant for 0x1p52.  Load little-endian words of double from
19788         correct stack offsets.
19790 2013-10-04  Alan Modra  <amodra@gmail.com>
19792         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
19793         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
19794         words of double from correct stack offsets.
19795         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
19796         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
19797         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19798         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19799         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19800         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19801         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
19802         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
19803         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
19804         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
19805         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
19806         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
19807         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
19808         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
19809         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
19810         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
19811         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
19813 2013-10-04  Alan Modra  <amodra@gmail.com>
19815         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
19816         64-bit int/double union.
19817         (_FPU_SETCW): Likewise.
19818         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
19819         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
19821 2013-10-04  Alan Modra  <amodra@gmail.com>
19823         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
19824         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
19826 2013-10-04  Alan Modra  <amodra@gmail.com>
19828         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
19829         use vector int constants.
19830         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
19832 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
19834         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
19835         array with long long.
19836         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
19837         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
19838         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
19839         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
19840         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
19841         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
19842         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
19843         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
19844         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
19845         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
19846         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
19847         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
19848         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
19850 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
19852         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
19853         (__signbit): Likewise.  Correct for little-endian.
19854         (__signbitl): Call __signbit.
19855         (lrint): Correct for little-endian.
19856         (lrintf): Call lrint.
19858 2013-10-04  Alan Modra  <amodra@gmail.com>
19860         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
19861         union 32-bit int array member with 64-bit int array.
19862         (t515, tm256): Double rather than long double.
19863         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
19865 2013-10-04  Alan Modra  <amodra@gmail.com>
19867         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
19868         Delete.
19869         (IEEE854_LONG_DOUBLE_BIAS): Delete.
19870         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
19871         version of math_ldbl.h.
19873 2013-10-04  Alan Modra  <amodra@gmail.com>
19875         [BZ #15734], [BZ #15735]
19876         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
19877         all uses of ieee875 long double macros and unions.  Simplify test
19878         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
19879         ldbl_extract_mantissa value for ix,iy exponents.  Properly
19880         normalize after ldbl_extract_mantissa, and don't add hidden bit
19881         already handled.  Don't treat low word of ieee854 mantissa like
19882         low word of IBM long double and mask off bit when testing for
19883         zero.
19884         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
19885         all uses of ieee875 long double macros and unions.  Simplify tests
19886         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
19887         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
19888         two1022, instead use their values.  Recognise that tests for large
19889         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
19890         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
19891         Rewrite all uses of ieee875 long double macros and unions.  Simplify
19892         test for 0.0L and nan.  Correct negation.
19893         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
19894         ieee875 long double macros and unions.  Correct output for large
19895         magnitude x.  Correct absolute value calculation.
19896         (__erfcl): Likewise.
19897         * math/libm-test.inc: Add tests for errors discovered in IBM long
19898         double versions of fmodl, remainderl, erfl and erfcl.
19900 2013-10-04  Alan Modra  <amodra@gmail.com>
19902         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
19903         all uses of ieee854 long double macros and unions.  Simplify tests
19904         for long doubles that are fully specified by the high double.
19905         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
19906         Likewise.
19907         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
19908         Remove dead code too.
19909         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
19910         (__ieee754_ynl): Likewise.
19911         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
19912         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
19913         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
19914         Remove dead code too.
19915         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
19916         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
19917         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
19918         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
19919         Simplify.
19920         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
19921         Simplify.
19922         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
19923         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
19924         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
19925         Comment on variable precision.
19926         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
19927         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
19928         Likewise.
19929         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
19930         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
19931         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
19932         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
19933         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
19935 2013-10-04  Alan Modra  <amodra@gmail.com>
19937         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
19938         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
19939         all uses of ieee854 long double macros and unions.
19940         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
19941         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
19942         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
19943         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
19944         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
19945         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
19946         Likewise.
19947         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
19948         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
19949         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
19950         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
19951         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
19952         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
19953         Simplify sign and nan test too.
19954         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
19955         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
19956         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
19957         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
19958         Likewise.
19959         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
19960         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
19961         Likewise.
19962         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19963         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
19964         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
19965         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
19966         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
19967         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
19969 2013-10-04  Alan Modra  <amodra@gmail.com>
19971         * stdio-common/printf_size.c (__printf_size): Don't use
19972         union ieee854_long_double in fpnum union.
19973         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
19974         signbit macro to retrieve sign from long double.
19975         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
19976         retrieve sign from long double.
19977         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
19978         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
19979         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
19980         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
19981         * math/test-misc.c (main): Don't use union ieee854_long_double.
19983 2013-10-04  Alan Modra  <amodra@gmail.com>
19985         [BZ #15680]
19986         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
19987         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
19988         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
19989         calculation.  Remove unnecessary test for denormal exponent.
19990         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
19991         Correct handling of denormals.  Avoid undefined shift behaviour.
19992         Correct normalisation of low mantissa when low double is denormal.
19993         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
19994         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
19995         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
19996         Correct normalisation of low mantissa.  Test for overflow of high
19997         mantissa and normalise.
19998         (ldbl_nearbyint): Use more readable constant for two52.
19999         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20000         (__mpn_construct_long_double): Fix test for overflow of high
20001         mantissa and correct normalisation.  Avoid undefined shift.
20003 2013-10-04  Alan Modra  <amodra@gmail.com>
20005         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20006         (union ibm_extended_long_double): Define as an array of ieee754_double.
20007         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20008         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20009         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20010         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20011         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20012         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20013         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20014         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20015         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20016         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20017         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20019 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20021         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20022         page size instead of calling getpagesize.
20024         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20025         (LOCFILE_ALIGN_MASK): Likewise.
20026         (LOCFILE_ALIGN_UP): Likewise.
20027         (LOCFILE_ALIGNED_P): Likewise.
20028         * locale/programs/ld-collate.c (collate_output): Use the new
20029         macros instead of __alignof__ (int32_t).
20030         * locale/weight.h (findidx): Likewise.
20032 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20034         [BZ #431]
20035         * manual/string.texi: Fix strncat and wcsncat.
20037 2013-10-03  Brooks Moses  <bmoses@google.com>
20039         [BZ #15915]
20040         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20041         * Makerules: ...here, and adjust associated comments.
20043 2013-10-02  Will Newton  <will.newton@linaro.org>
20045         * malloc/Makefile: Add tst-pvalloc.
20046         * malloc/tst-pvalloc.c: New file.
20048 2013-10-02  Will Newton  <will.newton@linaro.org>
20050         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20051         improve test coverage.
20053 2013-10-02  Will Newton  <will.newton@linaro.org>
20055         * malloc/Makefile: Add tst-posix_memalign.
20056         * malloc/tst-posix_memalign.c: New file.
20058 2013-10-01  Eric Blake  <eblake@redhat.com>
20060         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20061         Use __THROWNL rather than __THROW on static functions.
20063 2013-09-30  Petr Machata  <pmachata@redhat.com>
20065         * elf/elf.h (R_AARCH64_ABS16): New macro.
20066         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20067         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20068         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20069         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20070         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20071         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20072         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20073         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20074         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20075         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20076         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20077         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20078         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20079         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20080         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20081         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20082         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20083         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20084         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20085         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20086         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20087         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20088         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20089         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20090         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20091         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20092         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20093         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20094         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20095         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20096         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20097         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20098         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20099         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20100         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20101         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20102         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20103         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20104         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20105         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20106         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20107         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20108         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20109         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20110         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20111         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20112         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20113         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20114         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20115         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20116         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20117         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20118         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20119         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20120         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20121         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20122         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20123         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20124         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20125         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20126         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20127         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20128         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20129         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20130         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20131         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20132         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20133         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20134         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20135         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20136         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20137         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20138         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20139         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20140         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20141         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20142         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20143         (R_AARCH64_TLSDESC_LDR): Likewise.
20144         (R_AARCH64_TLSDESC_ADD): Likewise.
20145         (R_AARCH64_TLSDESC_CALL): Likewise.
20147 2013-09-30  Andreas Schwab  <schwab@suse.de>
20149         [BZ #15048]
20150         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20151         the nss database lookup.
20152         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20153         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20155 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20157         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20159 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20161         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20162         ${Bash-specific parameter/pattern/string} parameter expansion.
20163         * sysdeps/unix/make-syscalls.sh: Likewise.
20165 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20167         * sysdeps/sh/stackguard-macros.h: New file.
20169 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20171         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20172         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20173         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20174         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20175         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20176         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20178 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20180         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20181         Fix thread ID register.
20183 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20185         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20186         [POSIX || UNIX98]: Require rather than permitting all symbols from
20187         <time.h>.
20188         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20189         element of struct sched_param.
20190         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20191         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20192         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20193         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20194         constant.
20196 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20198         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20199         argument calculation.
20201 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20203         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20204         Expect macro.
20205         [POSIX] (pthread_attr_t): Do not require type.
20206         [POSIX] (pthread_cond_t): Likewise.
20207         [POSIX] (pthread_condattr_t): Likewise.
20208         [POSIX] (pthread_key_t): Likewise.
20209         [POSIX] (pthread_mutex_t): Likewise.
20210         [POSIX] (pthread_mutexattr_t): Likewise.
20211         [POSIX] (pthread_once_t): Likewise.
20212         [POSIX] (pthread_t): Likewise.
20213         [POSIX-based standards] (pthread_atfork): Expect function.
20215 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20216             Richard Sandiford  <richard@codesourcery.com>
20218         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20219         (swap_endianness_p): New extern variable.
20220         (set_big_endian): New inline function.
20221         (maybe_swap_uint32): Likewise.
20222         (maybe_swap_uint32_array): Likewise.
20223         (maybe_swap_uint32_obstack): Likewise.
20224         * locale/programs/locfile.c: Include <stdbool.h>.
20225         (swap_endianness_p): New variable.
20226         (add_locale_uint32): Call maybe_swap_uint32.
20227         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20228         (write_locale_data): Call maybe_swap_uint32_array.
20229         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20230         maybe_swap_uint32.
20231         (obstack_int32_grow_fast): Likewise.
20232         (output_weightwc): Call maybe_swap_uint32_obstack.
20233         (collate_output): Likewise.
20234         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20235         (OPT_LITTLE_ENDIAN): Likewise.
20236         (options): Add --little-endian and --big-endian options.
20237         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20238         * locale/programs/locarchive.c: Include "locfile.h".
20239         (GET): New macro.
20240         (SET): Likewise.
20241         (INC): Likewise.
20242         (create_archive): Use the new macros to access fields of
20243         structures directly mapped from or written to locale archives.
20244         (oldlocrecentcmp): Likewise.
20245         (enlarge_archive): Likewise.
20246         (insert_name): Likewise.
20247         (add_alias): Likewise.
20248         (add_locale): Likewise.
20249         (delete_locales_from_archive): Likewise.
20250         (show_archive_content): Likewise.
20251         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
20252         locale data.
20254 2013-09-24  Roland McGrath  <roland@hack.frob.com>
20256         * manual/freemanuals.texi: Updated from (newly) canonical copy at
20257         http://www.gnu.org/doc/freemanuals.texi.
20258         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20260 2013-09-24  Will Newton  <will.newton@linaro.org>
20262         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20263         macro.
20265 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
20267         * locale/hashval.h (compute_hashval): Interpret bytes of key as
20268         unsigned char.
20270 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
20272         * manual/threads.texi (POSIX Threads): Fix a typo.
20274 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
20276         [BZ #14547]
20277         * string/tst-strcoll-overflow.c: New test case.
20278         * string/Makefile (xtests): Add tst-strcoll-overflow.
20279         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20280         cache if string sizes may cause integer overflow.
20282         [BZ #14547]
20283         * string/strcoll_l.c (coll_seq): New members rule, idx,
20284         save_idx and back_us.
20285         (get_next_seq_nocache): New function.
20286         (do_compare_nocache): New function.
20287         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20288         when malloc fails.
20290 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
20292         [BZ #15754]
20293         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20294         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20295         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20297         [BZ #15754]
20298         * elf/Makefile (tests): Add tst-ptrguard1.
20299         (tests-static): Add tst-ptrguard1-static.
20300         (tst-ptrguard1-ARGS): Define.
20301         (tst-ptrguard1-static-ARGS): Define.
20302         * elf/tst-ptrguard1.c: New file.
20303         * elf/tst-ptrguard1-static.c: New file.
20304         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20305         * sysdeps/i386/stackguard-macros.h: Likewise.
20306         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20307         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20308         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20309         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20310         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20311         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20313 2013-09-23  Hector Marco  <hecmargi@upv.es>
20314             Ismael Ripoll  <iripoll@disca.upv.es>
20315             Carlos O'Donell  <carlos@redhat.com>
20317         [BZ #15754]
20318         * sysdeps/generic/stackguard-macros.h: Define
20319         __pointer_chk_guard_local and POINTER_CHK_GUARD.
20320         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20321         Define __pointer_chk_guard_local.
20322         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20323         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20325 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
20327         [BZ #15859]
20328         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20330 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
20332         * include/string.h (__ffs): Declare as hidden.
20333         * string/ffs.c (__ffs): Define as hidden.
20334         * sysdeps/i386/ffs.c (__ffs): Likewise.
20335         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20336         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20337         * sysdeps/s390/ffs.c (__ffs): Likewise.
20338         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20340 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
20342         * NEWS: Mention malloc probes.
20344         * malloc/arena.c (new_heap): New memory_heap_new probe.
20345         (grow_heap): New memory_heap_more probe.
20346         (shrink_heap): New memory_heap_less probe.
20347         (heap_trim): New memory_heap_free probe.
20348         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20349         (systrim): New memory_sbrk_less probe.
20350         * manual/probes.texi: Document them.
20352         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20353         * manual/probes.texi: Document it.
20355         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20356         (__libc_realloc): Add memory_realloc_retry probe.
20357         (__libc_memalign): Add memory_memalign_retry probe.
20358         (__libc_valloc): Add memory_valloc_retry probe.
20359         (__libc_pvalloc): Add memory_pvalloc_retry probe.
20360         (__libc_calloc): Add memory_calloc_retry probe.
20361         * manual/probes.texi: Document them.
20363         * malloc/arena.c (get_free_list): Add probe
20364         memory_arena_reuse_free_list.
20365         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20366         and memory_arena_reuse.
20367         (arena_get2) [!PER_THREAD]: Likewise.
20368         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20369         memory_arena_reuse_realloc.
20370         * manual/probes.texi: Document them.
20372         * malloc/malloc.c (__libc_free): Add
20373         memory_mallopt_free_dyn_thresholds probe.
20374         (__libc_mallopt): Add multiple memory_mallopt probes.
20375         * manual/probes.texi: Document them.
20377         * malloc/malloc.c: Include stap-probe.h.
20378         (__libc_mallopt): Add memory_mallopt probe.
20379         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20380         * manual/probes.texi: New.
20381         * manual/Makefile (chapters): Add probes.
20382         * manual/threads.texi: Set next node.
20384 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
20386         [BZ #15963, #13985]
20387         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20388         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20389         Add `Chinese' to `nan' entry name.
20391 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20393         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20394         (POLYNOMIAL): Likewise.
20395         (TAYLOR_SINCOS): Likewise.
20396         (TAYLOR_SLOW): Likewise.
20397         (__sin): Use TAYLOR_SINCOS.
20398         (__cos): Likewise.
20399         (slow): Use TAYLOR_SLOW.
20400         (sloww): Likewise.
20401         (bsloww): Likewise.
20402         (csloww): Likewise.
20404 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20406         * stdlib/strtod_l.c: Fix buffer overrun.
20408 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20410         * benchtests/Makefile (bench): Add sincos.
20411         * benchtests/bench-sincos.c: New file.
20413         * math/libm-test.inc (cos_test_data): New test inputs.
20414         (sin_test_data): Likewise.
20416         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
20417         macro.
20418         (__sin): Use it.
20419         (__cos): Likewise.
20420         (slow1): Likewise.
20421         (slow2): Likewise.
20422         (sloww1): Likewise.
20423         (sloww2): Likewise.
20424         (bsloww1): Likewise.
20425         (bsloww2): Likewise.
20426         (cslow2): Likewise.
20427         (csloww1): Likewise.
20428         (csloww2): Likewise.
20430         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
20431         function.
20432         (__sin): Use it.
20433         (__cos): Likewise.
20435         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
20436         gotos.
20437         (__cos): Likewise.
20439 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
20441         * config.h.in (HAVE_MIPS_NAN2008): New macro.
20442         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
20443         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
20444         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
20445         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
20446         * elf/cache.c (print_entry): Handle the new cache flags.
20448 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20449             Aldy Hernandez  <aldyh@redhat.com>
20451         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
20452         Change condition to [_SOFT_FLOAT].
20453         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
20454         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
20455         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
20456         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
20457         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
20458         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
20459         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
20460         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
20461         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
20462         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
20463         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
20464         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
20465         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
20466         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
20467         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
20468         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
20469         declaration.
20471 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20473         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
20474         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20475         (__longjmp): Use LOAD_GP to load saved GPRs.
20476         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
20477         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20478         (__sigsetjmp): Use SAVE_GP to save GPRs.
20480         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
20481         Do not append -msoft-float.
20482         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
20484 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20486         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
20488 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
20490         [BZ #15966]
20491         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
20492         (_FPU_GETCW): Use initial "__" on variable and field names but not
20493         on macro parameter name.
20494         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
20495         parentheses around reference to macro parameter.
20497 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
20499         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
20500         prototype.
20501         (ctype_startup): Use uint32_t in cast and sizeof for
20502         ctype->charnames.
20504 2013-09-11  Jia Liu  <proljc@gmail.com>
20506         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
20507         __daddr_t_defined.
20508         [__FreeBSD__]: Likewise.
20510 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
20512         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
20513         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
20514         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
20515         (strchr): Remove __strchr_sse42 ifunc selection.
20516         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
20517         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
20519 2013-09-11  Will Newton  <will.newton@linaro.org>
20521         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
20522         parameter to RES. Remove hardcoded 1000 value.
20523         * benchtests/bench-skeleton.c (main): Pass RES parameter
20524         to TIMING_INIT and multiply result by 1000.
20526 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20528         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20530 2013-09-11  Andreas Schwab  <schwab@suse.de>
20532         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
20533         if not defined.
20534         (O_TMPFILE) [__USE_GNU]: Define.
20535         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
20536         Define.
20538 2013-09-11  Will Newton  <will.newton@linaro.org>
20540         [BZ #15857]
20541         * malloc/malloc.c (__libc_memalign): Check the value of bytes
20542         does not overflow.
20544 2013-09-11  Will Newton  <will.newton@linaro.org>
20546         [BZ #15856]
20547         * malloc/malloc.c (__libc_valloc): Check the value of bytes
20548         does not overflow.
20550 2013-09-11  Will Newton  <will.newton@linaro.org>
20552         [BZ #15855]
20553         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
20554         does not overflow.
20556 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
20558         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
20559         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20560         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20561         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20562         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20564 2013-09-10  Allan McRae  <allan@archlinux.org>
20566         [BZ #15748]
20567         * manual/arith.texi (Parsing of Floats): Clarify
20568         cross-reference.
20570         [BZ #15849]
20571         * manual/install.texi (Running make install): Mention
20572         --enable-pt-chown.
20573         * INSTALL: Regenerated.
20575 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
20577         * csu/init-first.c (_init): Remove the !SHARED condition around
20578         FPU control word initialization.
20579         * elf/dl-support.c (_dl_fpu_control): New variable.
20580         (_dl_aux_init) <AT_FPUCW>: Initialize it.
20581         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
20582         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
20583         * math/test-fpucw-static.c: New file.
20584         * math/test-fpucw-ieee.c: New file.
20585         * math/test-fpucw-ieee-static.c: New file.
20586         * math/Makefile (tests): Add `test-fpucw-ieee' and
20587         `$(tests-static)'.
20588         (tests-static): New variable.
20589         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
20590         dependency to...
20591         [($(build-shared),yes)]
20592         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
20593         ... this.
20594         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
20595         New dependency.
20597 2013-09-09  Allan McRae  <allan@archlinux.org>
20599         [BZ #15939]
20600         * manual/string.texi (Collation Functions): Fix typo in
20601         strcoll example.
20602         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
20604         [BZ #15893]
20605         * stdlib/isomac.c (get_null_defines): Fix memory leak.
20607         [BZ #15892]
20608         * libio/memstream.c (open_memstream): Fix memory leak.
20609         * libio/wmemstream.c (open_wmemstream): Likewise.
20611         [BZ #15895]
20612         * nscd/netgroupcache.c: Fix nesting of ifdefs.
20614 2013-09-09  Will Newton  <will.newton@linaro.org>
20616         * malloc/Makefile: Add tst-realloc to tests.
20617         * malloc/tst-realloc.c: New file.
20619 2013-09-09  Allan McRae  <allan@archlinux.org>
20621         [BZ #15844]
20622         * COPYING: Update from GNU website to fix FSF address.
20623         * COPYING.LIB: Likewise.
20625 2013-09-06  David S. Miller  <davem@davemloft.net>
20627         * po/zh_TW.po: Update Chinese (traditional) translation from
20628         translation project.
20630 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
20631             Joseph Myers  <joseph@codesourcery.com>
20633         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
20634         "localeinfo.h".
20635         (obstack_chunk_alloc): New macro.
20636         (obstack_chunk_free): Likewise.
20637         (record_offset): New function.
20638         (init_locale_data): Likewise.
20639         (align_locale_data): Likewise.
20640         (add_locale_empty): Likewise.
20641         (add_locale_raw_data): Likewise.
20642         (add_locale_raw_obstack): Likewise.
20643         (add_locale_string): Likewise.
20644         (add_locale_wstring): Likewise.
20645         (add_locale_uint32): Likewise.
20646         (add_locale_uint32_array): Likewise.
20647         (add_locale_char): Likewise.
20648         (start_locale_structure): Likewise.
20649         (end_locale_structure): Likewise.
20650         (start_locale_prelude): Likewise.
20651         (end_locale_prelude): Likewise.
20652         (write_locale_data): Take locale_file structure rather than an
20653         iovec.
20654         * locale/programs/locfile.h: Include "obstack.h".
20655         (struct locale_file): Change to store locale file contents instead
20656         of header.
20657         (init_locale_data): New prototype.
20658         (align_locale_data): Likewise.
20659         (add_locale_empty): Likewise.
20660         (add_locale_raw_data): Likewise.
20661         (add_locale_raw_obstack): Likewise.
20662         (add_locale_string): Likewise.
20663         (add_locale_wstring): Likewise.
20664         (add_locale_uint32): Likewise.
20665         (add_locale_uint32_array): Likewise.
20666         (add_locale_char): Likewise.
20667         (start_locale_structure): Likewise.
20668         (end_locale_structure): Likewise.
20669         (start_locale_prelude): Likewise.
20670         (end_locale_prelude): Likewise.
20671         (write_locale_data): Update prototype.
20672         * locale/programs/3level.h (struct TABLE): Remove result field.
20673         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
20674         Use new locale_file interface.
20675         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
20676         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
20677         * locale/programs/ld-address.c (address_output): Use new
20678         locale_file interface.
20679         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
20680         NO_ADD_LOCALE.
20681         (collate_finish): Don't call collseq_table_finalize.
20682         (collate_output): Use new locale_file interface.
20683         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
20684         in file.
20685         (NO_FINALIZE): Change to NO_ADD_LOCALE.
20686         (TABLE): Move defines earlier in file.
20687         (ELEMENT): Likewise.
20688         (DEFAULT): Likewise.
20689         (wctrans_table_add): Move macro and inline function earlier in
20690         file.
20691         (struct wctype_table): Move type earlier in file.
20692         (add_locale_wctype_table): New static prototype.
20693         (struct locale_ctype_t): Use logical types instead of struct iovec
20694         pointers for members.
20695         (ctype_output): Use new locale_file interface.
20696         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
20697         new locale_file interface.
20698         (allocate_arrays): Update for use of new locale_file interface.
20699         * locale/programs/ld-identification.c (identification_output): Use
20700         new locale_file interface.
20701         * locale/programs/ld-measurement.c (measurement_output): Likewise.
20702         * locale/programs/ld-messages.c (messages_output): Likewise.
20703         * locale/programs/ld-monetary.c (monetary_output): Likewise.
20704         * locale/programs/ld-name.c (name_output): Likewise.
20705         * locale/programs/ld-numeric.c (numeric_output): Likewise.
20706         * locale/programs/ld-paper.c (paper_output): Likewise.
20707         * locale/programs/ld-telephone.c (telephone_output): Likewise.
20708         * locale/programs/ld-time.c (time_output): Likewise.
20710 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20712         * benchtests/Makefile: Add memrchr benchmark.
20713         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
20714         benchmark as memrchr.
20715         * benchtests/bench-memrchr-ifunc.c: New file.
20716         * benchtests/bench-memrchr.c: New file.
20718 2013-09-06   Will Newton  <will.newton@linaro.org>
20720         * benchtests/Makefile (string-bench): Add memcpy.
20722 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
20723             Cong Wang  <amwang@redhat.com>
20725         [BZ #15850]
20726         * sysdeps/unix/sysv/linux/bits/in.h
20727         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
20728         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
20729         before __USE_KERNEL_IPV6_DEFS uses.
20730         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
20731         IPPROTO_BEETPH.
20732         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
20733         sockaddr_in6, or ipv6_mreq.
20735 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20737         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
20738         memory access for final bytes in some large inputs.
20739         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
20741 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20743         * string/test-memrchr.c: New file.
20744         * string/test-memrchr-ifunc.c: New file.
20745         * string/Makefile: Add new memrchr testcase.
20747 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
20749         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
20750         fanotify_init returns EPERM.
20752 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
20754         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
20755         errors.
20756         (top level): Treat second token from macro or constant entries for
20757         allowed headers as allowed.
20758         * include/complex.h: Condition internal declarations on
20759         [!_ISOMAC].
20760         * include/fenv.h: Condition include of <stdbool.h> and internal
20761         declarations on [!_ISOMAC].
20763 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
20765         [BZ #15923]
20766         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
20768 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
20770         * configure.in (--enable-versioning): Remove configure option.
20771         (libc_cv_asm_symver_directive): Remove configure test.
20772         (libc_cv_ld_version_script_option): Likewise.
20773         (VERSIONING): Remove variable and AC_SUBST.
20774         (DO_VERSIONING): Remove AC_DEFINE.
20775         * configure: Regenerated.
20776         * config.h.in (DO_VERSIONING): Remove macro.
20777         * Makerules [$(versioning) = yes]: Change conditionals to
20778         [$(build-shared) = yes].
20779         * config.make.in (versioning): Remove variable.
20780         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
20781         [$(build-shared) = yes].
20782         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
20783         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
20784         * elf/Makefile [$(versioning) = yes]: Change conditionals to
20785         [$(build-shared) = yes].
20786         * extra-lib.mk [$(versioning) = yes]: Likewise.
20787         * hurd/Makefile [$(versioning) = yes]: Likewise.
20788         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
20789         [SHARED].
20790         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
20791         [SHARED].
20792         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
20793         [SHARED && !NO_HIDDEN].
20794         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
20795         [SHARED].
20796         [SHARED && DO_VERSIONING]: Likewise..
20797         * libio/Makefile [$(versioning) = yes]: Change conditionals to
20798         [$(build-shared) = yes].
20799         * manual/install.texi (--disable-versioning): Remove
20800         documentation.
20801         * INSTALL: Regenerated.
20802         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
20803         to [SHARED].
20804         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
20805         [$(build-shared) = yes].
20806         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
20807         * sysdeps/i386/i686/multiarch/strstr-c.c
20808         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
20809         [SHARED && !NO_HIDDEN].
20810         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
20811         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
20812         * sysdeps/powerpc/powerpc32/dl-machine.c
20813         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
20814         * sysdeps/powerpc/powerpc32/sysdep.h
20815         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
20816         to [SHARED && PIC && !NO_HIDDEN].
20817         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
20818         conditional to [SHARED].
20820 2013-09-04   Will Newton  <will.newton@linaro.org>
20822         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
20823         * benchtests/bench-string.h: Include bench-timing.h instead
20824         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
20825         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
20826         call to HP_TIMING_DIFF_INIT.
20827         * benchtests/bench-memccpy.c: Use bench-timing.h macros
20828         instead of hp-timing.h macros.
20829         * benchtests/bench-memchr.c: Likewise.
20830         * benchtests/bench-memcmp.c: Likewise.
20831         * benchtests/bench-memcpy.c: Likewise.
20832         * benchtests/bench-memmem.c: Likewise.
20833         * benchtests/bench-memmove.c: Likewise.
20834         * benchtests/bench-memset.c: Likewise.
20835         * benchtests/bench-rawmemchr.c: Likewise.
20836         * benchtests/bench-strcasecmp.c: Likewise.
20837         * benchtests/bench-strcasestr.c: Likewise.
20838         * benchtests/bench-strcat.c: Likewise.
20839         * benchtests/bench-strchr.c: Likewise.
20840         * benchtests/bench-strcmp.c: Likewise.
20841         * benchtests/bench-strcpy.c: Likewise.
20842         * benchtests/bench-strcpy_chk.c: Likewise.
20843         * benchtests/bench-strlen.c: Likewise.
20844         * benchtests/bench-strncasecmp.c: Likewise.
20845         * benchtests/bench-strncat.c: Likewise.
20846         * benchtests/bench-strncmp.c: Likewise.
20847         * benchtests/bench-strncpy.c: Likewise.
20848         * benchtests/bench-strnlen.c: Likewise.
20849         * benchtests/bench-strpbrk.c: Likewise.
20850         * benchtests/bench-strrchr.c: Likewise.
20851         * benchtests/bench-strspn.c: Likewise.
20852         * benchtests/bench-strstr.c: Likewise.
20854 2013-09-04  Will Newton  <will.newton@linaro.org>
20856         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
20858 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
20860         [BZ #15427]
20861         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
20862         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
20863         * math/libm-test.inc (lgamma_test_data): Add more tests.
20864         * sysdeps/i386/fpu/libm-test-ulps: Update.
20865         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20867 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
20869         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
20870         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
20871         Add ifunc.
20872         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
20873         Add strcmp-sse2-unaligned
20874         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
20876 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
20878         * Versions.def (libc): Add GLIBC_2.19.
20880 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
20882         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
20883         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
20885 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
20887         [BZ #14155]
20888         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
20889         intermediate calculations in recurrence.
20890         (__ieee754_ynf): Likewise.
20891         * math/libm-test.inc (jn_test_data): Do not allow spurious
20892         underflow exception.  Add more tests.
20893         (yn_test_data): Add more tests.
20894         * sysdeps/i386/fpu/libm-test-ulps: Update.
20895         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20897 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
20899         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
20901 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
20903         * csu/init-first.c: Fix then/than typos.
20904         * locale/programs/ld-collate.c: Likewise.
20905         * locale/programs/linereader.h: Likewise.
20906         * manual/charset.texi: Likewise.
20907         * manual/filesys.texi: Likewise.
20908         * manual/stdio.texi: Likewise.
20909         * manual/string.texi: Likewise.
20910         * stdlib/fmtmsg.c: Likewise.
20911         * sysdeps/i386/stpncpy.S: Likewise.
20912         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20913         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20914         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20915         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20917 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
20919         * elf/dl-open.c: Fix typos.
20920         * iconvdata/gbbig5.c: Likewise.
20921         * iconvdata/iso-2022-jp.c: Likewise.
20922         * iconv/gconv_int.h: Likewise.
20923         * iconv/loop.c: Likewise.
20924         * nis/rpcsvc/nis.h: Likewise.
20925         * resolv/ns_name.c: Likewise.
20926         * stdio-common/vfscanf.c: Likewise.
20927         * streams/stropts.h: Likewise.
20928         * sunrpc/rpc_thread.c: Likewise.
20929         * sysdeps/i386/strpbrk.S: Likewise.
20930         * sysdeps/ieee754/k_standard.c: Likewise.
20931         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20932         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20933         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
20934         * sysdeps/mach/hurd/profil.c: Likewise.
20935         * sysdeps/s390/dl-procinfo.h: Likewise.
20936         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
20937         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
20938         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
20939         * sysdeps/x86_64/dl-trampoline.S: Likewise.
20940         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
20942 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
20944         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
20945         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
20947 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
20949         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
20950         aix specific files.
20951         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
20952         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
20953         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
20954         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
20955         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
20956         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
20957         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
20958         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
20960 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
20961             Roland McGrath  <roland@hack.frob.com>
20963         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
20964         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
20966 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20968         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
20969         __executable_start symbol instead of _start.
20971 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
20973         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
20974         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
20975         Move macros to...
20976         * sysdeps/gnu/ldsodefs.h: ... this new file.
20978         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
20979         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
20980         instead of ELFOSABI_LINUX.
20982         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
20983         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
20984         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
20985         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
20986         Likewise.
20987         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
20988         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
20989         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
20990         Likewise.
20991         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20992         (ibm_extended_long_double): Add ieee_nan member.
20993         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
20994         (do_test): New function.
20996         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
20997         TEST_TRUNC.
20998         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
20999         functions, renamed from truncdfsf_test, trunctfsf_test,
21000         trunctfdf_test.
21001         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21002         functions.
21003         (do_test): Run all these.
21005 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21007         * argp/argp-help.c: Fix typos.
21008         * argp/argp-parse.c: Likewise.
21009         * debug/backtracesyms.c: Likewise.
21010         * elf/elf.h: Likewise.
21011         * malloc/malloc.c: Likewise.
21012         * nis/nis_print.c: Likewise.
21013         * resolv/res_comp.c: Likewise.
21014         * stdlib/stdlib.h: Likewise.
21015         * sunrpc/clnt_tcp.c: Likewise.
21016         * sunrpc/clnt_udp.c: Likewise.
21017         * sunrpc/clnt_unix.c: Likewise.
21018         * sysdeps/unix/bsd/ptsname.c: Likewise.
21019         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21020         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21022         Likewise.
21023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21024         Likewise.
21025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21026         Likewise.
21027         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21029 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21031         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21032         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21034 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21036         [BZ #15897]
21037         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21038         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21039         ($(objpfx)bug-dl-leaf): New rule.
21040         ($(objpfx)bug-dl-leaf.so): Likewise.
21041         ($(objpfx)bug-dl-leaf.out): Likewise.
21042         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21043         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21044         * dlfcn/bug-dl-leaf.c: New test.
21045         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21046         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21047         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21048         (dlclose): Likewise.
21049         (dlmopen): Likewise.
21051 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21053         * include/netdb.h [!_ISOMAC]:
21054         Don't include <tls.h>.
21055         (h_errno, __libc_h_errno): Move declaration and macros out of
21056         [_LIBC_REENTRANT].
21058         * include/resolv.h [_RESOLV_H_]:
21059         Don't include <tls.h>.
21060         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21061         * resolv/res_libc.c: Don't include <tls.h>.
21062         (_res): Use __attribute__ ((nocommon)) in place of
21063         __attribute__ ((section (".bss"))).
21065         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21066         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21068         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21070         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21071         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21073         * resolv/res_mkquery.c: Include <sys/time.h>.
21075         * inet/ifreq.c: Moved to ...
21076         * sysdeps/unix/ifreq.c: ... here.
21077         * inet/ifreq.c: New file, true stub version.
21079         * socket/sa_len.c: New file.
21080         * socket/Makefile (aux): Add it.
21081         * sysdeps/unix/sysv/linux/Makefile
21082         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21083         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21084         and #include <socket/sa_len.c>.
21085         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21086         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21088         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21089         * bits/socket.h: ... here.
21091         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21092         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21093         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21095 2013-08-27  Andreas Schwab  <schwab@suse.de>
21097         [BZ #15736]
21098         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21099         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21100         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21101         * string/test-strcasecmp.c (test_main): Run tests in several
21102         locales.
21103         * string/test-strncasecmp.c (test_main): Likewise.
21105         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21106         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21107         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21108         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21109         (__strncasecmp_ssse3) [PIC]: Likewise.
21111 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21113         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21115         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21116         instead of explicitly declaring xdecrypt.
21117         * nis/nss_nis/nis-publickey.c: Likewise.
21119 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21121         [BZ #15890]
21122         * nscd/aicache.c: Include res_hconf.h.
21123         (addhstaiX): Initialize res_hconf.
21125 2013-08-26  Andreas Schwab  <schwab@suse.de>
21127         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21128         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21130 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21132         * nscd/aicache.c (addhstaiX): Fix indentation.
21134 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21136         * configure.ac: Quote $build_pt_chown test.
21137         * configure: Regenerated.
21139 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21141         [BZ #15532]
21142         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21143         * math/s_cexpf.c (__cexpf): Likewise.
21144         * math/s_cexpl.c (__cexpl): Likewise.
21145         * math/libm-test.inc (cexp_test_data): Correct expected return
21146         value for NaN + i0.  Add another test.
21148 2013-08-22  David S. Miller  <davem@davemloft.net>
21150         * po/ca.po: Update Catalan translation from translation project.
21151         * po/uk.po: Add Ukrainian translations from translation project.
21153 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21155         [BZ #15797]
21156         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21157         is infinite, not alongside NaN test.
21158         * math/s_fdimf.c (__fdimf): Likewise.
21159         * math/s_fdiml.c (__fdiml): Likewise.
21160         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21161         errno is unchanged.
21163 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21165         * argp/argp-help.c: Fix typos.
21166         * crypt/speeds.c: Likewise.
21167         * csu/check_fds.c: Likewise.
21168         * elf/dl-load.c: Likewise.
21169         * elf/dl-open.c: Likewise.
21170         * elf/reldep3.c: Likewise.
21171         * elf/reldep.c: Likewise.
21172         * elf/sprof.c: Likewise.
21173         * iconv/iconv_charmap.c: Likewise.
21174         * iconv/skeleton.c: Likewise.
21175         * iconv/strtab.c: Likewise.
21176         * io/lockf64.c: Likewise.
21177         * libio/libioP.h: Likewise.
21178         * resolv/gai_notify.c: Likewise.
21179         * resolv/ns_name.c: Likewise.
21180         * resolv/ns_samedomain.c: Likewise.
21181         * resolv/res_send.c: Likewise.
21182         * stdlib/random.c: Likewise.
21183         * sunrpc/rpc/xdr.h: Likewise.
21184         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21185         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21186         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21187         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21188         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21189         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21190         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21191         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21192         * sysdeps/mach/hurd/check_fds.c: Likewise.
21193         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21194         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21195         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21196         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21197         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21198         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21199         * sysdeps/pthread/aio_notify.c: Likewise.
21200         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21201         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21202         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21203         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21204         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21206 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21208         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21209         version if bit_Slow_SSE4_2 is set.
21210         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21211         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21213 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21215         [BZ #15867]
21216         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21217         trampoline stack frame information.
21218         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21219         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21220         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21221         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21222         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21223         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21224         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21225         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21226         sa_flags value.
21227         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21228         interrupting a syscall and set with option SA_SIGINFO.
21230 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21232         [BZ #15531]
21233         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21234         argument is infinite.
21235         * math/s_cprojf.c (__cprojf): Likewise.
21236         * math/s_cprojl.c (__cprojl): Likewise.
21237         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21238         * math/libm-test.inc (cproj_test_data): Add more tests.
21240         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21242         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21243         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21244         size.  Use __ffs to determine corresponding shift.
21246 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21247             Roland McGrath  <roland@hack.frob.com>
21249         * Makefile (INSTALL): Remove trailing blank lines from output of
21250         makeinfo.
21252 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21254         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21255         Align 32 bit compat elf_greg to 8 bytes.
21257 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
21259         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21261 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21263         * string/strcoll_l.c (coll_seq): New structure.
21264         (get_next_seq_cached): New function.
21265         (get_next_seq): New function.
21266         (do_compare): New function.
21267         (STRCOLL): Use GNU style definition.  Simplify implementation
21268         by using get_next_seq, get_next_seq_cached and do_compare.
21270 2013-08-16  Florian Weimer  <fweimer@redhat.com>
21272         [BZ #14699]
21273         CVE-2013-4237
21274         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21275         member.
21276         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21277         member.
21278         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21279         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21280         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
21281         conditional.
21282         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21283         GETDENTS_64BIT_ALIGNED.
21284         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21285         * manual/filesys.texi (Reading/Closing Directory): Document
21286         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
21287         strongly.
21288         * manual/conf.texi (Limits for Files): Add portability note to
21289         NAME_MAX, PATH_MAX.
21290         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21292 2013-08-13  Andreas Schwab  <schwab@suse.de>
21294         [BZ #15749]
21295         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21296         of fabs.
21297         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21298         LDBL_MAX_EXP >= 16384]: Add tests for it.
21300 2013-08-12  David S. Miller  <davem@davemloft.net>
21302         * version.h (RELEASE): Set to "development".
21303         (VERSION): Set to "2.18.90".
21304         * NEWS: Add 2.19 section.
21306 2013-08-03  David S. Miller  <davem@davemloft.net>
21308         * po/ko.po: Update Korean translation from translation project.
21310 2013-08-01  David S. Miller  <davem@davemloft.net>
21312         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
21313         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21314         Bilka.
21316 2013-07-30  David S. Miller  <davem@davemloft.net>
21318         * po/fr.po: Update French translation from translation project.
21320 2013-07-28  David S. Miller  <davem@davemloft.net>
21322         * po/cs.po: Update Czech translation from translation project.
21324         * po/sv.po: Update Swedish translation from translation project.
21326 2013-07-27  David S. Miller  <davem@davemloft.net>
21328         * po/eo.po: Update Esperanto translation from translation project.
21330         * po/vi.po: Update Vietnamese translation from translation project.
21332         * po/de.po: Update German translation from translation project.
21334 2013-07-26  David S. Miller  <davem@davemloft.net>
21336         * po/bg.po: Update Bulgarian translation from translation project.
21338         * po/nl.po: Update Dutch translation from translation project.
21339         * po/pl.po: Update Polish translation from translation project.
21340         * po/ru.po: Update Russian translation from translation project.
21342 2013-07-24  David S. Miller  <davem@davemloft.net>
21344         * po/libc.pot: Update.
21346 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21348         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21349         variable page size.
21350         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21351         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21352         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21354 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21356         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21358 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21359             Andreas Schwab  <schwab@suse.de>
21360             Roland McGrath  <roland@hack.frob.com>
21361             Joseph Myers  <joseph@codesourcery.com>
21362             Carlos O'Donell  <carlos@redhat.com>
21364         [BZ #15755]
21365         * config.h.in: Define HAVE_PT_CHOWN.
21366         * config.make.in (build-pt-chown): New variable.
21367         * configure.in (--enable-pt_chown): New configure option.
21368         * configure: Regenerate.
21369         * login/Makefile: Include Makeconfig.  Build pt_chown only if
21370         build-pt-chown is enabled.
21371         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21372         pt_chown to fix pty ownership.
21373         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21374         CLOSE_ALL_FDS.
21375         * manual/install.texi (Configuring and compiling): Mention
21376         --enable-pt_chown. Add @findex for grantpt.
21377         * INSTALL: Regenerate.
21379 2013-07-20  David S. Miller  <davem@davemloft.net>
21381         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21382         difference between 32-bit and 64-bit.
21384 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
21386         [BZ #15711]
21387         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21388         Avoid system header dependency with -ffreestanding.
21389         ($(objpfx)bits/syscall%d): Likewise.
21391 2013-07-13  David S. Miller  <davem@davemloft.net>
21393         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21394         underflows from atanl/atan2l due to bug 15319.
21395         (casinh_test_data): Likewise.
21397 2013-07-07  David S. Miller  <davem@davemloft.net>
21399         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
21401 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
21403         * sysdeps/i386/fpu/libm-test-ulps: Update.
21404         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21406 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21408         * configure.in (--enable-lock-elision): Fix message text.
21409         * INSTALL: Regenerate.
21410         * configure: Regenerate.
21412 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21414         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21416 2013-07-03  Andreas Jaeger  <aj@suse.de>
21418         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
21419         define.
21420         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
21421         (ptrace_peeksiginfo_args): Add.
21422         (__ptrace_peeksiginfo_flags): Add.
21423         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21424         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21425         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21427 2013-07-03  Allan McRae  <allan@archlinux.org>
21429         * sysdeps/i386/fpu/libm-test-ulps: Update.
21431 2013-07-02  David S. Miller  <davem@davemloft.net>
21433         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21435 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
21437         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21439 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21441         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21442         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21444 2013-07-02  Andi Kleen <ak@linux.intel.com>
21446         * config.h.in (ENABLE_LOCK_ELISION): Add.
21447         * configure.in (--enable-lock-elision): Add option.
21448         * manual/install.texi: Document --enable lock elision.
21449         * configure: Regenerate
21450         * INSTALL: Regenerate.
21452 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
21454         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
21455         SSE4.2 strcasecmp for libc.a.
21456         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
21458 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21460         [BZ #13304]
21461         * soft-fp/op-common.h (_FP_FMA): New macro.
21462         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
21463         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
21464         (_FP_MUL_MEAT_1_imm): ... here.
21465         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
21466         (_FP_MUL_MEAT_1_wide): ... here.
21467         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
21468         (_FP_MUL_MEAT_1_hard): ... here.
21469         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
21470         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
21471         (_FP_MUL_MEAT_2_wide): ... here.
21472         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
21473         (_FP_MUL_MEAT_2_wide_3mul): ... here.
21474         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
21475         (_FP_MUL_MEAT_2_gmp): ... here.
21476         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
21477         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
21478         (_FP_MUL_MEAT_4_wide): ... here.
21479         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
21480         (_FP_MUL_MEAT_4_gmp): ... here.
21481         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
21482         (_FP_WFRACBITS_DW_S): Likewise.
21483         (_FP_WFRACXBITS_DW_S): Likewise.
21484         (_FP_HIGHBIT_DW_S): Likewise.
21485         (FP_FMA_S): Likewise.
21486         (_FP_FRAC_HIGH_DW_S): Likewise.
21487         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
21488         (_FP_WFRACBITS_DW_D): Likewise.
21489         (_FP_WFRACXBITS_DW_D): Likewise.
21490         (_FP_HIGHBIT_DW_D): Likewise.
21491         (FP_FMA_D): Likewise.
21492         (_FP_FRAC_HIGH_DW_D): Likewise.
21493         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
21494         (_FP_WFRACBITS_DW_E): Likewise.
21495         (_FP_WFRACXBITS_DW_E): Likewise.
21496         (_FP_HIGHBIT_DW_E): Likewise.
21497         (FP_FMA_E): Likewise.
21498         (_FP_FRAC_HIGH_DW_E): Likewise.
21499         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
21500         (_FP_WFRACBITS_DW_Q): Likewise.
21501         (_FP_WFRACXBITS_DW_Q): Likewise.
21502         (_FP_HIGHBIT_DW_Q): Likewise.
21503         (FP_FMA_Q): Likewise.
21504         (_FP_FRAC_HIGH_DW_Q): Likewise.
21505         * soft-fp/fmasf4.c: New file.
21506         * soft-fp/fmadf4.c: Likewise.
21507         * soft-fp/fmatf4.c: Likewise.
21509 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21511         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
21512         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
21513         Silvermont.
21514         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
21515         macro.
21516         (index_Slow_SSE4_2): Likewise.
21517         (index_Prefer_PMINUB_for_stringop): Likewise.
21518         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
21519         bit_Slow_SSE4_2 is set.
21520         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
21521         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21523 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21525         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
21526         rtld_global._dl_hwcap2.
21527         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
21528         POWER8.
21529         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
21530         POWER8 feature descriptions defined in _dl_hwcap2.
21531         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
21532         string handling for POWER8 feature bits.
21533         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
21534         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
21535         _dl_powerpc_cap_flags.
21536         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
21537         * sysdeps/powerpc/rtld-global-offsets.sym
21538         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
21539         _dl_hwcap2 in the rtld_global_ro structure.
21541 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21543         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
21544         hardware capabilities in support of AT_HWCAP2.
21545         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
21546         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
21547         GLRO(dl_hwcap2).
21548         (_dl_show_auxv): Add support for calling _dl_procinfo to display
21549         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
21550         explicitly the unknown a_type display mechanism is used.
21551         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
21552         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
21553         struct member.
21554         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
21555         to macro prototype for AT_HWCAP2 support.
21556         * sysdeps/i386/dl-procinfo.h: Likewise.
21557         * sysdeps/s390/dl-procinfo.h: Likewise.
21558         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
21559         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
21560         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
21561         return -1 for unknown a_type display fallback.
21562         * sysdeps/sparc/dl-procinfo.h: Likewise.
21563         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
21564         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
21566 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
21568         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
21569         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
21571 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
21573         [BZ #12492]
21574         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
21575         mprotect making __stack_prot writable.
21577 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
21578             Joseph Myers  <joseph@codesourcery.com>
21580         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
21581         as being properly aligned.
21583 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
21585         * dlfcn/modstatic5.c: New file.
21586         * dlfcn/tststatic5.c: New file.
21587         * dlfcn/Makefile (tests): Add tststatic5.
21588         (tests-static): Likewise.
21589         (modules-names): Add modstatic5.
21590         (tststatic5-ENV): New variable.
21591         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
21593         [BZ #15022]
21594         * elf/dl-support.c (_dl_main_map): New variable.
21595         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
21596         (_dl_nns, _dl_load_adds): Set to 1.
21597         (_dl_initial_searchlist): Refer to _dl_main_map.
21598         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
21599         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
21600         call to _dl_get_origin.
21601         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
21602         around call_map.
21603         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
21604         * dlfcn/modstatic3.c: New file.
21605         * dlfcn/tststatic3.c: New file.
21606         * dlfcn/tststatic4.c: New file.
21607         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
21608         (tests-static): Likewise.
21609         (modules-names): Add modstatic3.
21610         (tststatic3-ENV, tststatic4-ENV): New variables.
21611         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
21612         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
21614 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
21616         * configure.in (CC): Require GCC version 4.4 or later.
21617         * configure: Regenerated.
21618         * manual/install.texi (Tools for Compilation): Update GCC version
21619         requirement.
21620         * INSTALL: Regenerated.
21622 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21624         [BZ #15674]
21625         * string/test-memcmp.c (check2): New.
21626         (main): Call check2.
21628         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
21630 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
21632         [BZ #15022]
21633         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
21634         over to...
21635         (dl_open_worker) [!SHARED]: ... here.
21637 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21639         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
21641 2013-06-25  Richard Henderson  <rth@redhat.com>
21643         * locale/programs/locarchive.c: Include <libc-internal.h>
21645 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
21647         * manual/texinfo.tex: Update to version 2013-06-21.17, with
21648         trailing whitespace removed.
21650 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
21652         [BZ #10283]
21653         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
21654         * locale/programs/locarchive.c: Include libc-mmap.h.
21655         (prepare_address_space): Take two new outputs (the mmap base and len).
21656         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
21657         values.
21658         (create_archive): Declare new mmap base and len values for
21659         prepare_address_space, and store the result in ah.
21660         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
21661         (enlarge_archive): If ah->mmap_base is not NULL, use that and
21662         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21663         Declare new mmap base and len values for
21664         prepare_address_space, and store the result in new_ah.
21665         (open_archive): Declare new mmap base and len values for
21666         prepare_address_space, and store the result in ah.
21667         (close_archive): If ah->mmap_base is not NULL, use that and
21668         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21669         * sysdeps/generic/libc-mmap.h: New file.
21671 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
21673         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
21674         (ALIGN_UP): Likewise.
21675         (PTR_ALIGN_DOWN): Likewise.
21676         (PTR_ALIGN_UP): Likewise.
21678 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21680         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
21681         entry mapped to PPC_PLATFORM_POWER8.
21682         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
21683         POWER8.
21684         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
21685         (_dl_string_platform): Add case for exporting platform position for
21686         POWER8.
21687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
21688         search path to sysdeps/powerpc/powerpc32/power8 directory.
21689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
21690         search path to sysdeps/powerpc/powerpc64/power8 directory.
21691         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
21692         power7 directories.
21693         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
21694         power7 directories.
21696 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21698         * INSTALL: Regenerate.
21700         * nscd/connections.c (nscd_init): Fix comment.
21702 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
21704         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
21706         [BZ #15667]
21707         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
21708         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
21710 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
21712         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
21713         DL_DST_REQ_STATIC.
21714         (DL_DST_REQ_STATIC): Remove macro.
21716 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
21718         [BZ #7006]
21719         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
21720         with a shift of 0 bits.
21722 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
21724         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
21725         $(tststatic-ENV).
21727 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21729         [BZ #15655]
21730         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
21732 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21734         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
21735         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
21736         accepts -fno-tree-loop-distribute-patterns.
21737         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
21738         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
21739         recursive call.
21740         * string/memset.c (memset): Likewise.
21741         * string/test-memmove.c (simple_memmove): Disable loop transformation
21742         to library calls.
21743         * string/test-memset.c (simple_memset): Likewise.
21744         * benchtests/bench-memmove.c (simple_memmove): Likewise.
21745         * benchtests/bench-memset.c (simple_memset): Likewise.
21746         * configure: Regenerated.
21748 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
21750         * math/test-misc.c (main): Ignore fesetround failure when failures
21751         of subsequent rounding tests would be ignored.
21753         [BZ #15654]
21754         * math/fedisblxcpt.c (fedisableexcept): Return 0.
21755         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
21756         * math/fegetenv.c (__fegetenv): Return 0.
21757         * math/fegetexcept.c (fegetexcept): Return 0.
21758         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
21759         FE_TONEAREST.
21760         * math/feholdexcpt.c (feholdexcept): Return 0.
21761         * math/fesetenv.c (__fesetenv): Return 0.
21762         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
21763         argument FE_TONEAREST.
21764         * math/feupdateenv.c (__feupdateenv): Return 0.
21765         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
21767 2013-06-18  Roland McGrath  <roland@hack.frob.com>
21769         * elf/rtld-Rules (rtld-compile-command.S): New variable.
21770         (rtld-compile-command.s, rtld-compile-command.c): New variables.
21771         ($(objpfx)rtld-%.os rules): Use them.
21773 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21775         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
21776         fields.
21778 2013-06-17  Roland McGrath  <roland@hack.frob.com>
21780         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
21781         length of target pattern, then descending length of dependency pattern.
21782         * configure.in (AWK): Require gawk 3.1.2 or newer.
21783         * manual/install.texi (Tools for Compilation): Say that we do.
21784         * configure: Regenerated.
21786         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
21787         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
21788         * scripts/sysd-rules.awk: ... this new script.
21789         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
21790         than a glob-style pattern.
21792 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
21794         * math/test-misc.c (main): Do not treat incorrectly rounded
21795         conversions as failure unless ROUNDING_TESTS passes.
21797 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
21799         [BZ #15631]
21800         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
21801         restore exception state around main square root computation, then
21802         check for inexactness explicitly.
21804         * math/libm-test.inc (fma_test_data): Add another test.
21806 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21808         * manual/threads.texi (Non-POSIX Extensions): New document
21809         node.  Document pthread_getattr_default_np and
21810         pthread_setattr_default_np.
21812         * Versions.def (libpthread): Add GLIBC_2.18.
21813         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
21814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
21815         Likewise.
21816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
21817         Likewise.
21818         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
21819         Likewise.
21820         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
21821         Likewise.
21822         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
21823         Likewise.
21824         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
21825         Likewise.
21826         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
21827         Likewise.
21828         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
21829         Likewise.
21830         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
21831         Likewise.
21833 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21835         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
21836         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
21838 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
21839             H.J. Lu  <hjl.tools@gmail.com>
21841         [BZ #15627]
21842         * sysdeps/x86_64/rtld-memset.c: Remove file.
21843         * sysdeps/x86_64/rtld-memset.S: New file.
21845 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
21847         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
21848         (test_in_one_mode): Take arguments for whether the rounding mode
21849         is supported for each floating-point type.
21850         (do_test): Pass new arguments to test_in_one_mode using
21851         ROUNDING_TESTS.
21853 2013-06-13  Roland McGrath  <roland@hack.frob.com>
21855         * posix/tst-waitid.c (do_test): Distinguish different instances of
21856         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
21857         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
21858         before entering the kernel for waitpid.
21860 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
21862         * NEWS: Fix note on clock function precision.  Text by Roland
21863         McGrath.
21865 2013-06-13  Roland McGrath  <roland@hack.frob.com>
21867         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
21868         it into place only when and if the sanity check passes.
21870 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
21872         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
21873         output for whether conversion result is exact.  Take argument
21874         indicating whether type is IBM long double.
21875         (round_for_all): Change need_exact field to ibm_ld.
21876         * stdlib/tst-strtod-round.c (struct exactness): New type.
21877         (struct test): Change bool ld_ok field to struct exactness exact.
21878         (TEST): Update all definitions for change to field.
21879         (tests): Regenerate array contents.
21880         (test_in_one_mode): Take pointer to new field instead of old ld_ok
21881         field value.  Check for IBM long double here.
21882         (do_test): Update calls to test_in_one_mode.
21884 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
21886         [BZ #12515]
21887         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
21888         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
21890 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21892         [BZ #15605]
21893         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
21894         generated by the compiler on loop optimizations.
21895         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
21896         general definitions.
21898 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
21900         * math/bug-nextafter.c: Include <math-tests.h>.
21901         (main): Only test for exceptions if EXCEPTION_TESTS is true for
21902         the relevant type.
21903         * math/bug-nexttoward.c: Include <math-tests.h>.
21904         (main): Only test for exceptions if EXCEPTION_TESTS is true for
21905         the relevant type.
21906         * math/test-misc.c: Include <math-tests.h>.
21907         (main): Only test for exceptions if EXCEPTION_TESTS is true for
21908         the relevant type.
21910 2013-06-12  Andreas Jaeger  <aj@suse.de>
21912         * po/ia.po: Update Interlingua translation from translation
21913         project.
21915 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21917         * include/fenv.h: Include stdbool.h.
21918         (struct rm_ctx): New structure.
21919         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
21920         Define macro.
21921         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
21922         (SET_RESTORE_ROUNDF): Likewise.
21923         (SET_RESTORE_ROUNDL): Likewise.
21924         (SET_RESTORE_ROUND_NOEX): Likewise.
21925         (SET_RESTORE_ROUND_NOEXF): Likewise.
21926         (SET_RESTORE_ROUND_NOEXL): Likewise.
21927         (SET_RESTORE_ROUND_53BIT): Likewise.
21928         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
21929         (libc_feresetround_noexf_ctx): Likewise.
21930         (libc_feresetround_noexl_ctx): Likewise.
21931         (libc_feholdsetround_53bit_ctx): Likewise.
21932         (libc_feresetround_53bit_ctx): Likewise.
21933         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
21934         (libc_feholdexcept_setround_sse_ctx): New function.
21935         (libc_fesetenv_sse_ctx): Likewise.
21936         (libc_feupdateenv_sse_ctx): Likewise.
21937         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
21938         (libc_feholdexcept_setround_387_ctx): Likewise.
21939         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
21940         (libc_feholdsetround_387_prec_ctx): Likewise.
21941         (libc_feholdsetround_387_ctx): Likewise.
21942         (libc_feholdsetround_387_53bit_ctx): Likewise.
21943         (libc_feholdsetround_sse_ctx): Likewise.
21944         (libc_feresetround_sse_ctx): Likewise.
21945         (libc_feresetround_387_ctx): Likewise.
21946         (libc_feupdateenv_387_ctx): Likewise.
21947         (libc_feholdexcept_setroundf_ctx): Define macro.
21948         (libc_fesetenvf_ctx): Likewise.
21949         (libc_feupdateenvf_ctx): Likewise.
21950         (libc_feholdsetroundf_ctx): Likewise.
21951         (libc_feresetroundf_ctx): Likewise.
21952         (libc_feholdexcept_setround_ctx): Likewise.
21953         (libc_fesetenv_ctx): Likewise.
21954         (libc_feupdateenv_ctx): Likewise.
21955         (libc_feholdsetround_ctx): Likewise.
21956         (libc_feresetround_ctx): Likewise.
21957         (libc_feholdexcept_setroundl_ctx): Likewise.
21958         (libc_feupdateenvl_ctx): Likewise.
21959         (libc_feholdsetroundl_ctx): Likewise.
21960         (libc_feresetroundl_ctx): Likewise.
21961         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
21962         (libc_feresetround_53bit_ctx): Likewise.
21964 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21966         * locale/iso-639.def: Convert to UTF-8.
21968 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
21970         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
21971         (EXCEPTION_TESTS_double): Likewise.
21972         (EXCEPTION_TESTS_long_double): Likewise.
21973         (EXCEPTION_TESTS): Likewise.
21974         * math/libm-test.inc (test_exceptions): Only test exceptions if
21975         EXCEPTION_TESTS (FLOAT).
21977 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21979         * benchtests/Makefile (string-bench): Add strcpy_chk and
21980         stpcpy_chk.
21981         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
21982         * benchtests/bench-stpcpy_chk.c: New file.
21983         * benchtests/bench-strcpy_chk-ifunc.c: New file.
21984         * benchtests/bench-strcpy_chk.c: New file.
21985         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
21986         code.
21987         (do_test): Likewise.
21989 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21991         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
21992         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
21993         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
21994         with tabs where appropriate.
21995         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
21996         dl-procinfo.h.
21997         [PPC_PLATFORM_PPC440]: Likewise.
21998         [PPC_PLATFORM_PPC464]: Likewise.
21999         [PPC_PLATFORM_PPC476]: Likewise.
22000         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22001         ppc464, and ppc476 platform strings merging from ports/
22002         dl-procinfo.h.
22004 2013-06-11  Andreas Schwab  <schwab@suse.de>
22006         [BZ #14991]
22007         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22008         (from_ucs4_idx): Regenerate.
22009         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22010         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22011         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22012         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22013         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22014         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22015         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22016         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22017         from FROM_LOOP and TO_LOOP specific macros.
22018         (BODY): Handle combining characters.
22019         * iconvdata/BIG5HKSCS.irreversible: Update.
22020         * iconvdata/BIG5HKSCS.precomposed: New file.
22021         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22022         characters.
22023         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22025 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22027         * include/sys/time.h: Fix indentation and add copyright header.
22029         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22030         (do_test): Likewise.
22031         * string/test-memchr.c (do_one_test): Likewise.
22032         (do_test): Likewise.
22033         * string/test-memcmp.c (do_one_test): Likewise.
22034         (do_test): Likewise.
22035         * string/test-memcpy.c (do_one_test): Likewise.
22036         (do_test): Likewise.
22037         * string/test-memmem.c (do_one_test): Likewise.
22038         (do_test): Likewise.
22039         (do_random_tests): Likewise.
22040         * string/test-memmove.c (do_one_test): Likewise.
22041         (do_test): Likewise.
22042         * string/test-memset.c (do_one_test): Likewise.
22043         (do_test): Likewise.
22044         * string/test-rawmemchr.c (do_one_test): Likewise.
22045         (do_test): Likewise.
22046         * string/test-strcasecmp.c (do_one_test): Likewise.
22047         (do_test): Likewise.
22048         * string/test-strcasestr.c (do_one_test): Likewise.
22049         (do_test): Likewise.
22050         * string/test-strcat.c (do_one_test): Likewise.
22051         (do_test): Likewise.
22052         * string/test-strchr.c (do_one_test): Likewise.
22053         (do_test): Likewise.
22054         * string/test-strcmp.c (do_one_test): Likewise.
22055         (do_test): Likewise.
22056         * string/test-strcpy.c (do_one_test): Likewise.
22057         (do_test): Likewise.
22058         * string/test-string.h: Likewise.
22059         (test_init): Likewise.
22060         * string/test-strlen.c (do_one_test): Likewise.
22061         (do_test): Likewise.
22062         * string/test-strncasecmp.c (do_one_test): Likewise.
22063         (do_test): Likewise.
22064         * string/test-strncat.c (do_one_test): Likewise.
22065         (do_test): Likewise.
22066         * string/test-strncmp.c (do_one_test): Likewise.
22067         (do_test_limit): Likewise.
22068         (do_test): Likewise.
22069         * string/test-strncpy.c (do_one_test): Likewise.
22070         (do_test): Likewise.
22071         * string/test-strnlen.c (do_one_test): Likewise.
22072         (do_test): Likewise.
22073         * string/test-strpbrk.c (do_one_test): Likewise.
22074         (do_test): Likewise.
22075         * string/test-strrchr.c (do_one_test): Likewise.
22076         (do_test): Likewise.
22077         * string/test-strspn.c (do_one_test): Likewise.
22078         (do_test): Likewise.
22079         * string/test-strstr.c (do_one_test): Likewise.
22080         (do_test): Likewise.
22082         * benchtests/Makefile (string-bench): Add string benchmarks.
22083         * benchtests/bench-bcopy-ifunc.c: New file.
22084         * benchtests/bench-bcopy.c: New file.
22085         * benchtests/bench-bzero-ifunc.c: New file.
22086         * benchtests/bench-bzero.c: New file.
22087         * benchtests/bench-memccpy-ifunc.c: New file.
22088         * benchtests/bench-memccpy.c: New file.
22089         * benchtests/bench-memchr-ifunc.c: New file.
22090         * benchtests/bench-memchr.c: New file.
22091         * benchtests/bench-memcmp-ifunc.c: New file.
22092         * benchtests/bench-memcmp.c: New file.
22093         * benchtests/bench-memmem-ifunc.c: New file.
22094         * benchtests/bench-memmem.c: New file.
22095         * benchtests/bench-memmove-ifunc.c: New file.
22096         * benchtests/bench-memmove.c: New file.
22097         * benchtests/bench-mempcpy-ifunc.c: New file.
22098         * benchtests/bench-mempcpy.c: New file.
22099         * benchtests/bench-memset-ifunc.c: New file.
22100         * benchtests/bench-memset.c: New file.
22101         * benchtests/bench-rawmemchr-ifunc.c: New file.
22102         * benchtests/bench-rawmemchr.c: New file.
22103         * benchtests/bench-stpcpy-ifunc.c: New file.
22104         * benchtests/bench-stpcpy.c: New file.
22105         * benchtests/bench-stpncpy-ifunc.c: New file.
22106         * benchtests/bench-stpncpy.c: New file.
22107         * benchtests/bench-strcasecmp-ifunc.c: New file.
22108         * benchtests/bench-strcasecmp.c: New file.
22109         * benchtests/bench-strcasestr-ifunc.c: New file.
22110         * benchtests/bench-strcasestr.c: New file.
22111         * benchtests/bench-strcat-ifunc.c: New file.
22112         * benchtests/bench-strcat.c: New file.
22113         * benchtests/bench-strchr-ifunc.c: New file.
22114         * benchtests/bench-strchr.c: New file.
22115         * benchtests/bench-strchrnul-ifunc.c: New file.
22116         * benchtests/bench-strchrnul.c: New file.
22117         * benchtests/bench-strcmp-ifunc.c: New file.
22118         * benchtests/bench-strcmp.c: New file.
22119         * benchtests/bench-strcpy-ifunc.c: New file.
22120         * benchtests/bench-strcpy.c: New file.
22121         * benchtests/bench-strcspn-ifunc.c: New file.
22122         * benchtests/bench-strcspn.c: New file.
22123         * benchtests/bench-strlen-ifunc.c: New file.
22124         * benchtests/bench-strlen.c: New file.
22125         * benchtests/bench-strncasecmp-ifunc.c: New file.
22126         * benchtests/bench-strncasecmp.c: New file.
22127         * benchtests/bench-strncat-ifunc.c: New file.
22128         * benchtests/bench-strncat.c: New file.
22129         * benchtests/bench-strncmp-ifunc.c: New file.
22130         * benchtests/bench-strncmp.c: New file.
22131         * benchtests/bench-strncpy-ifunc.c: New file.
22132         * benchtests/bench-strncpy.c: New file.
22133         * benchtests/bench-strnlen-ifunc.c: New file.
22134         * benchtests/bench-strnlen.c: New file.
22135         * benchtests/bench-strpbrk-ifunc.c: New file.
22136         * benchtests/bench-strpbrk.c: New file.
22137         * benchtests/bench-strrchr-ifunc.c: New file.
22138         * benchtests/bench-strrchr.c: New file.
22139         * benchtests/bench-strspn-ifunc.c: New file.
22140         * benchtests/bench-strspn.c: New file.
22141         * benchtests/bench-strstr-ifunc.c: New file.
22142         * benchtests/bench-strstr.c: New file.
22144         * benchtests/Makefile: Disable parallel execution of targets.
22145         (string-bench): Add memcpy.
22146         (benchset): New variable to store a list of benchmark sets.
22147         (bench-func): Renamed from bench.
22148         (bench-set): New target.
22149         (bench): Depend on bench-func and bench-set.
22150         * benchtests/README: Add section on benchmark sets.
22151         * benchtests/bench-memcpy-ifunc.c: New file.
22152         * benchtests/bench-memcpy.c: New file.
22153         * benchtests/bench-string.h: New file.
22155 2013-06-11  Andreas Schwab  <schwab@suse.de>
22157         [BZ #15577]
22158         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22159         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22160         values in the triple.
22161         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22162         terminator in the group key.
22164 2013-06-11  Andreas Jaeger  <aj@suse.de>
22166         * po/zh_TW.po: Update Chinese (traditional) translation from
22167         translation project.
22169 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22171         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22172         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22173         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22174         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22175         (clock_getcpuclockid): Likewise.
22176         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22177         Add weak_alias and libc_hidden_def.
22178         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22179         * rt/clock_gettime.c (clock_gettime): Rename to
22180         __clock_gettime.  Add weak_alias and libc_hidden_def.
22181         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22182         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22183         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22184         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22185         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22186         Likewise.
22187         * rt/clock_settime.c (clock_settime): Rename to
22188         __clock_settime.  Add weak_alias and libc_hidden_def.
22189         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22191 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22193         * mach/err_boot.sub: Remove trailing whitespace.
22194         * mach/err_ipc.sub: Likewise.
22195         * mach/err_mach.sub: Likewise.
22197         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22198         (ROUNDING_TESTS_double): Likewise.
22199         (ROUNDING_TESTS_long_double): Likewise.
22200         (ROUNDING_TESTS): Likewise.
22201         * math/libm-test.inc: Include <math-tests.h>.
22202         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22203         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22204         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22205         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22207 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22209         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22210         of assigning.
22212 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22214         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22215         otherwise empty TRANS lines.
22216         * sysdeps/gnu/errlist.c: Regenerated.
22218         * catgets/gencat.c (error_print): Use (void) in function
22219         definition.
22220         * crypt/crypt_util.c (__init_des): Likewise.
22221         * crypt/speeds.c (Stop): Likewise.
22222         (main): Likewise.
22223         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22224         * inet/ruserpass.c (token): Likewise.
22225         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22226         * intl/localealias.c (extend_alias_table): Likewise.
22227         * intl/plural-exp.c (init_germanic_plural): Likewise.
22228         * libio/fcloseall.c (__fcloseall): Likewise.
22229         * libio/genops.c (_IO_flush_all): Likewise.
22230         (_IO_flush_all_linebuffered): Likewise.
22231         (_IO_cleanup): Likewise.
22232         (_IO_iter_begin): Likewise.
22233         (_IO_iter_end): Likewise.
22234         (_IO_list_lock): Likewise.
22235         (_IO_list_unlock): Likewise.
22236         (_IO_list_resetlock): Likewise.
22237         * libio/getchar.c (getchar): Likewise.
22238         * libio/getchar_u.c (getchar_unlocked): Likewise.
22239         * libio/getwchar.c (getwchar): Likewise.
22240         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22241         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22242         * login/getpt.c (__getpt): Likewise.
22243         * login/tst-utmp.c (main): Likewise.
22244         * malloc/hooks.c (__malloc_check_init): Likewise.
22245         * malloc/malloc.c (__malloc_stats): Likewise.
22246         * malloc/mtrace.c (tr_break): Likewise.
22247         (mtrace): Likewise.
22248         (muntrace): Likewise.
22249         * misc/fstab.c (endfsent): Likewise.
22250         * misc/getclktck.c (__getclktck): Likewise.
22251         * misc/getdtsz.c (__getdtablesize): Likewise.
22252         * misc/gethostid.c (gethostid): Likewise.
22253         * misc/getpagesize.c (__getpagesize): Likewise.
22254         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22255         (__get_nprocs): Likewise.
22256         (__get_phys_pages): Likewise.
22257         (__get_avphys_pages): Likewise.
22258         * misc/getttyent.c (getttyent): Likewise.
22259         (setttyent): Likewise.
22260         (endttyent): Likewise.
22261         * misc/getusershell.c (getusershell): Likewise.
22262         (endusershell): Likewise.
22263         (setusershell): Likewise.
22264         (initshells): Likewise.
22265         * misc/hsearch.c (__hdestroy): Likewise.
22266         * misc/sync.c (sync): Likewise.
22267         * misc/syslog.c (closelog_internal): Likewise.
22268         (closelog): Likewise.
22269         * misc/ttyslot.c (ttyslot): Likewise.
22270         * misc/vhangup.c (vhangup): Likewise.
22271         * posix/fork.c (__fork): Likewise.
22272         * posix/getegid.c (__getegid): Likewise.
22273         * posix/geteuid.c (__geteuid): Likewise.
22274         * posix/getgid.c (__getgid): Likewise.
22275         * posix/getpid.c (__getpid): Likewise.
22276         * posix/getppid.c (__getppid): Likewise.
22277         * posix/getuid.c (__getuid): Likewise.
22278         * posix/pause.c (pause): Likewise.
22279         * posix/setpgrp.c (setpgrp): Likewise.
22280         * posix/setsid.c (__setsid): Likewise.
22281         * posix/test-vfork.c (noop): Likewise.
22282         * resolv/gethnamaddr.c (_endhtent): Likewise.
22283         (_gethtent): Likewise.
22284         (ht_endhostent): Likewise.
22285         (gethostent): Likewise.
22286         (dns_service): Likewise.
22287         * stdlib/drand48.c (drand48): Likewise.
22288         * stdlib/lrand48.c (lrand48): Likewise.
22289         * stdlib/mrand48.c (mrand48): Likewise.
22290         * stdlib/rand.c (rand): Likewise.
22291         * stdlib/random.c (__random): Likewise.
22292         * stdlib/setenv.c (clearenv): Likewise.
22293         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22294         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22295         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22296         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22297         (__get_nprocs): Likewise.
22298         (__get_phys_pages): Likewise.
22299         (__get_avphys_pages): Likewise.
22300         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22301         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22302         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22303         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22304         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22305         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22306         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22307         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22308         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22309         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22310         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22311         * sysdeps/mach/hurd/sync.c (sync): Likewise.
22312         * sysdeps/posix/clock.c (clock): Likewise.
22313         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22314         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22315         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22316         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22317         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22318         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22319         (__get_nprocs_conf): Likewise.
22320         (__get_phys_pages): Likewise.
22321         (__get_avphys_pages): Likewise.
22322         * time/clock.c (clock): Likewise.
22323         * time/tzset.c (__tzname_max): Likewise.
22325 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
22327         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22328         (__bswap_32): Do not use "register".
22329         * crypt/crypt.c (_ufc_doit_r): Likewise.
22330         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22331         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22332         * gmon/gmon.c (__monstartup): Likewise.
22333         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22334         * hurd/hurdmalloc.c (more_memory): Likewise.
22335         (malloc): Likewise.
22336         (free): Likewise.
22337         (realloc): Likewise.
22338         (malloc_fork_prepare): Likewise.
22339         (malloc_fork_parent): Likewise.
22340         (malloc_fork_child): Likewise.
22341         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22342         (_svcauth_des): Likewise.
22343         * inet/inet_lnaof.c (inet_lnaof): Likewise.
22344         * inet/inet_net.c (inet_network): Likewise.
22345         * inet/inet_netof.c (inet_netof): Likewise.
22346         * inet/rcmd.c (__validuser2_sa): Likewise.
22347         * io/fts.c (fts_open): Likewise.
22348         (fts_load): Likewise.
22349         (fts_close): Likewise.
22350         (fts_read): Likewise.
22351         (fts_children): Likewise.
22352         (fts_build): Likewise.
22353         (fts_stat): Likewise.
22354         (fts_sort): Likewise.
22355         (fts_alloc): Likewise.
22356         (fts_lfree): Likewise.
22357         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22358         (_IO_file_xsgetn): Likewise.
22359         (_IO_file_xsgetn_mmap): Likewise.
22360         * libio/iofopncook.c (_IO_cookie_read): Likewise.
22361         (_IO_cookie_write): Likewise.
22362         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22363         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22364         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22365         * malloc/obstack.c (_obstack_begin): Likewise.
22366         (_obstack_begin_1): Likewise.
22367         (_obstack_newchunk): Likewise.
22368         (_obstack_allocated_p): Likewise.
22369         (obstack_free): Likewise.
22370         (_obstack_memory_used): Likewise.
22371         * misc/getttyent.c (getttynam): Likewise.
22372         (getttyent): Likewise.
22373         (skip): Likewise.
22374         (value): Likewise.
22375         * misc/getusershell.c (initshells): Likewise.
22376         * misc/syslog.c (__vsyslog_chk): Likewise.
22377         * misc/ttyslot.c (ttyslot): Likewise.
22378         * nis/nis_hash.c (__nis_hash): Likewise.
22379         * posix/fnmatch_loop.c (FCT): Likewise.
22380         * posix/getconf.c (print_all): Likewise.
22381         (main): Likewise.
22382         * posix/getopt.c (exchange): Likewise.
22383         * posix/glob.c (globfree): Likewise.
22384         (prefix_array): Likewise.
22385         (__glob_pattern_type): Likewise.
22386         * resolv/arpa/nameser.h (NS_GET16): Likewise.
22387         (NS_GET32): Likewise.
22388         (NS_PUT16): Likewise.
22389         (NS_PUT32): Likewise.
22390         * resolv/gethnamaddr.c (getanswer): Likewise.
22391         (gethostbyname2): Likewise.
22392         (gethostbyaddr): Likewise.
22393         (_gethtent): Likewise.
22394         (_gethtbyname2): Likewise.
22395         (_gethtbyaddr): Likewise.
22396         * resolv/ns_print.c (dst_s_get_int16): Likewise.
22397         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
22398         * resolv/res_init.c (__res_vinit): Likewise.
22399         (net_mask): Likewise.
22400         * resolv/res_mkquery.c (outchar): Likewise.
22401         (PRINT): Likewise.
22402         * stdio-common/printf_fp.c (outchar): Likewise.
22403         (PRINT): Likewise.
22404         * stdio-common/printf_fphex.c (outchar): Likewise.
22405         (PRINT): Likewise.
22406         * stdio-common/printf_size.c (outchar): Likewise.
22407         (PRINT): Likewise.
22408         * stdio-common/test_rdwr.c (main): Likewise.
22409         * stdio-common/tfformat.c (matches): Likewise.
22410         * stdio-common/vfprintf.c (outchar): Likewise.
22411         (printf_unknown): Likewise.
22412         (buffered_vfprintf): Likewise.
22413         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22414         * stdio-common/xbug.c (AppendToBuffer): Likewise.
22415         (ReadFile): Likewise.
22416         * stdlib/qsort.c (SWAP): Likewise.
22417         (_quicksort): Likewise.
22418         * stdlib/setenv.c (__add_to_environ): Likewise.
22419         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22420         * stdlib/strtol_l.c (__strtol_l): Likewise.
22421         * stdlib/tst-strtod.c (main): Likewise.
22422         * stdlib/tst-strtol.c (main): Likewise.
22423         * stdlib/tst-strtoll.c (main): Likewise.
22424         * string/bits/string2.h (__strcmp_cc): Likewise.
22425         (__strcmp_cg): Likewise.
22426         (__strcspn_c1): Likewise.
22427         (__strcspn_c2): Likewise.
22428         (__strcspn_c3): Likewise.
22429         (__strspn_c1): Likewise.
22430         (__strspn_c2): Likewise.
22431         (__strspn_c3): Likewise.
22432         (__strsep_1c): Likewise.
22433         (__strsep_2c): Likewise.
22434         (__strsep_3c): Likewise.
22435         * string/memccpy.c (__memccpy): Likewise.
22436         * string/stpcpy.c (__stpcpy): Likewise.
22437         * string/strcmp.c (strcmp): Likewise.
22438         * string/strrchr.c (strrchr): Likewise.
22439         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
22440         Likewise.
22441         * sysdeps/mach/hurd/getcwd.c
22442         (_hurd_canonicalize_directory_name_internal): Likewise.
22443         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
22444         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
22445         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
22446         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
22447         Likewise, in both definitions.
22448         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
22449         definitions.
22450         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
22451         64] (__bswap_64): Likewise.
22452         * time/test_time.c (main): Likewise.
22453         * time/tzfile.c (__tzfile_read): Likewise.
22454         (__tzfile_compute): Likewise.
22455         * time/tzset.c (__tzset_parse_tz): Likewise.
22456         (tzset_internal): Likewise.
22457         (compute_change): Likewise.
22458         * wcsmbs/wcscat.c (__wcscat): Likewise.
22459         * wcsmbs/wcschr.c (wcschr): Likewise.
22460         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
22461         * wcsmbs/wcscspn.c (wcscspn): Likewise.
22462         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
22463         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
22464         * wcsmbs/wcsspn.c (wcsspn): Likewise.
22465         * wcsmbs/wcsstr.c (wcsstr): Likewise.
22466         * wcsmbs/wmemchr.c (wmemchr): Likewise.
22467         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
22468         * wcsmbs/wmemset.c (wmemset): Likewise.
22470 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
22472         * scripts/config.guess: Update to version 2013-05-16.
22473         * scripts/config.sub: Update to version 2013-04-24.
22474         * scripts/install-sh: Update to version 2011-11-20.07.
22475         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
22476         * scripts/move-if-change: Update to version 2012-01-06 07:23.
22478 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
22480         * debug/fgetws_u_chk.c: Fix leading whitespaces.
22481         * elf/sln.c: Likewise.
22482         * hurd/hurd/ioctl.h: Likewise.
22483         * hurd/hurdmalloc.c: Likewise.
22484         * hurd/xattr.c: Likewise.
22485         * include/shlib-compat.h: Likewise.
22486         * inet/ruserpass.c: Likewise.
22487         * libio/iofgets_u.c: Likewise.
22488         * libio/iofgetws_u.c: Likewise.
22489         * locale/programs/ld-identification.c: Likewise.
22490         * locale/programs/ld-time.c: Likewise.
22491         * mach/msg-destroy.c: Likewise.
22492         * nss/nss_files/files-netgrp.c: Likewise.
22493         * resolv/res_data.c: Likewise.
22494         * soft-fp/op-1.h: Likewise.
22495         * soft-fp/op-2.h: Likewise.
22496         * soft-fp/op-4.h: Likewise.
22497         * soft-fp/op-common.h: Likewise.
22498         * stdio-common/printf_fphex.c: Likewise.
22499         * stdlib/strtod_l.c: Likewise.
22500         * sunrpc/rpc/clnt.h: Likewise.
22501         * sysdeps/generic/framestate.c: Likewise.
22502         * sysdeps/i386/bsd-_setjmp.S: Likewise.
22503         * sysdeps/i386/bsd-setjmp.S: Likewise.
22504         * sysdeps/i386/__longjmp.S: Likewise.
22505         * sysdeps/i386/setjmp.S: Likewise.
22506         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22507         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
22508         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22509         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22510         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22511         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
22512         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
22513         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
22514         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
22515         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
22516         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
22517         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
22518         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
22519         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
22520         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
22521         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
22522         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
22523         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
22524         * sysdeps/ieee754/support.c: Likewise.
22525         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
22526         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
22527         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
22528         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
22529         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
22530         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
22531         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
22532         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
22533         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
22534         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
22535         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
22536         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
22537         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
22538         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
22539         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
22540         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
22541         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
22542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
22544 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
22546         * posix/transbug.c: Remove executable mode.
22548 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
22550         * crypt/speeds.c: Remove trailing whitespace.
22551         * dlfcn/default.c: Likewise.
22552         * elf/ifuncdep2.c: Likewise.
22553         * elf/ifuncmain1.c: Likewise.
22554         * elf/ifuncmain1vis.c: Likewise.
22555         * elf/testobj.h: Likewise.
22556         * elf/tst-stackguard1.c: Likewise.
22557         * gmon/sys/gmon.h: Likewise.
22558         * hurd/hurdmsg.c: Likewise.
22559         * hurd/new-fd.c: Likewise.
22560         * hurd/ports-get.c: Likewise.
22561         * iconvdata/ibm1008_420.c: Likewise.
22562         * inet/tst-getni1.c: Likewise.
22563         * inet/tst-getni2.c: Likewise.
22564         * libio/ioungetc.c: Likewise.
22565         * libio/wfiledoalloc.c: Likewise.
22566         * manual/libm-err-tab.pl: Likewise.
22567         * math/w_dremf.c: Likewise.
22568         * misc/ftruncate.c: Likewise.
22569         * posix/bug-glob2.c: Likewise.
22570         * posix/tst-pcre.c: Likewise.
22571         * posix/wait4.c: Likewise.
22572         * resolv/README: Likewise.
22573         * resolv/res_debug.h: Likewise.
22574         * resolv/tst-inet_ntop.c: Likewise.
22575         * setjmp/bug269-setjmp.c: Likewise.
22576         * soft-fp/extended.h: Likewise.
22577         * soft-fp/op-1.h: Likewise.
22578         * soft-fp/op-2.h: Likewise.
22579         * soft-fp/op-4.h: Likewise.
22580         * soft-fp/op-8.h: Likewise.
22581         * soft-fp/testit.c: Likewise.
22582         * stdio-common/bug16.c: Likewise.
22583         * stdlib/random.c: Likewise.
22584         * sunrpc/rpcsvc/rquota.x: Likewise.
22585         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
22586         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
22587         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22588         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
22589         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
22590         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
22591         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
22592         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
22593         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
22594         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
22595         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
22596         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
22597         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
22598         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
22599         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
22600         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
22601         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
22602         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
22603         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
22604         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
22605         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
22606         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
22607         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
22608         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
22609         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
22610         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
22611         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22612         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
22613         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
22614         * sysdeps/ieee754/s_lib_version.c: Likewise.
22615         * sysdeps/mach/hurd/check_fds.c: Likewise.
22616         * sysdeps/mach/hurd/getsockname.c: Likewise.
22617         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
22618         * sysdeps/mach/hurd/recvfrom.c: Likewise.
22619         * sysdeps/powerpc/bits/link.h: Likewise.
22620         * sysdeps/powerpc/dl-procinfo.c: Likewise.
22621         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
22622         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
22623         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
22624         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
22625         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
22626         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
22627         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
22628         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
22629         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
22630         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
22631         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22632         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
22633         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
22634         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
22635         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
22636         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22637         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22638         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
22639         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
22640         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
22641         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
22642         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22643         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22644         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
22645         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22646         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22647         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
22648         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
22649         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22650         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22651         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22652         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22653         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
22654         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
22655         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
22656         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
22657         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22658         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
22659         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
22660         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
22661         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
22662         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
22663         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
22664         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22665         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
22666         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
22667         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22668         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
22669         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
22670         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
22671         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
22672         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22673         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22674         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
22675         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
22676         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
22677         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22678         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
22679         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
22680         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
22681         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
22682         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
22683         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22684         * sysdeps/powerpc/sysdep.h: Likewise.
22685         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
22686         * sysdeps/s390/s390-64/sub_n.S: Likewise.
22687         * sysdeps/sh/dl-trampoline.S: Likewise.
22688         * sysdeps/sh/memset.S: Likewise.
22689         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
22690         * sysdeps/sh/strlen.S: Likewise.
22691         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
22692         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
22693         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
22694         * sysdeps/sparc/sparc32/rem.S: Likewise.
22695         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
22696         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
22697         * sysdeps/sparc/sparc32/strchr.S: Likewise.
22698         * sysdeps/sparc/sparc32/udiv.S: Likewise.
22699         * sysdeps/sparc/sparc32/urem.S: Likewise.
22700         * sysdeps/sparc/sparc64/add_n.S: Likewise.
22701         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
22702         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
22703         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
22704         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
22705         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
22706         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
22707         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
22708         * sysdeps/unix/bsd/times.c: Likewise.
22709         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
22710         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
22711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
22712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
22713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
22714         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
22715         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22716         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
22717         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
22718         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
22719         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
22720         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
22721         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
22722         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
22723         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
22724         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
22725         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
22726         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
22727         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
22728         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
22729         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
22730         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
22731         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
22732         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
22733         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
22734         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
22735         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
22736         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
22737         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
22738         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
22739         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
22740         * sysdeps/x86_64/strcspn.S: Likewise.
22742 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22744         * locale/C-translit.h: Revert #include <stdint.h> because this is a
22745         generated file.  Regenerate properly from gen-translit.pl.
22746         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
22747         locale/C-translit.h.
22749 2013-06-05  Andreas Schwab  <schwab@suse.de>
22751         [BZ #15100]
22752         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
22753         week as 6 instead of -1.
22754         * time/tst-strptime.c (day_tests): Add test case.
22756 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22758         * sysdeps/generic/math_private.h
22759         (libc_feholdexcept_setround_53bit): Replace with
22760         libc_feholdsetround_53bit.
22761         (libc_feupdateenv_53bit): Replace with
22762         libc_feresetround_53bit.
22763         (SET_RESTORE_ROUND_53BIT): Adjust.
22765 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22767         * string/test-strchrnul.c: Add copyright header.
22769         * posix/tst-getaddrinfo4.c: Increase test timeout.
22771 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
22773         [BZ #15536]
22774         * math/libm-test.inc (MAX_EXP): Remove
22775         (MIN_EXP): Define.
22776         (ulp): Use MIN_EXP - MANT_DIG.
22777         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
22779 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
22781         * po/be.po: Revert last change.
22782         * po/zh_CN.po: Likewise.
22783         * po/header.pot: Likewise.
22785 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
22787         * Makefile ($(common-objpfx)linkobj/libc.so): Define
22788         link-libc-deps to empty as target-specific variable.
22789         * Makerules (link-libc-args): New variable.
22790         (libc-for-link): Likewise.
22791         (link-libc-deps): Likewise.
22792         (lib%.so): Depend on $(link-libc-deps).  Link with
22793         $(link-libc-args).
22794         (build-module): Link with $(link-libc-args).
22795         (build-module-asneeded): Likewise.
22796         (build-module-helper-objlist): Filter out $(link-libc-deps) from
22797         list of objects.
22798         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
22799         target-specific variable.
22800         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
22801         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
22802         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
22803         libc.
22804         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
22805         libc and ld.so.
22806         ($(objpfx)libpcprofile.so): Likewise.
22807         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
22808         libc_nonshared.a.
22809         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
22810         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
22811         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
22812         $(link-libc-deps).
22813         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
22814         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
22815         * login/Makefile ($(objpfx)libutil.so): Likewise.
22816         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
22817         * math/Makefile ($(objpfx)libm.so): Likewise.
22818         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
22819         $(objpfx)libnsl.so): Define libc-for-link as target-specific
22820         variable instead of depending directly on libc.
22821         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
22822         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
22823         $(link-libc-deps).
22824         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
22825         libc.
22826         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
22827         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
22828         ($(objpfx)libanl.so): Likewise.
22829         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
22830         ld.so.
22831         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
22832         $(link-libc-deps).
22833         * sysdeps/i386/fpu/Makefile: Remove file.
22834         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
22835         ($(objpfx)libm.so): Remove dependency on ld.so.
22837 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
22839         [BZ # 15553]
22840         * nis/yp_xdr.c (XDRMAXNAME): Define.
22841         (XDRMAXRECORD): Define.
22842         (xdr_domainname): Use XDRMAXNAME.
22843         (xdr_mapname): Likewise.
22844         (xdr_peername): Likewise.
22845         (xdr_keydat): Use XDRMAXRECORD.
22846         (xdr_valdat): Likewise.
22848 2013-05-30  Jeff Law  <law@redhat.com>
22850         [BZ #14256]
22851         * manual/errno.texi (ESTALE): Update to account for more than
22852         just NFS file systems.
22853         * sysdeps/gnu/errlist.c: Regenerated.
22855 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22857         [BZ #15465]
22858         * elf/Makefile (tests): Add tst-null-argv.
22859         (modules-names):  Add tst-null-argv-lib.
22860         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
22861         (tst-null-argv-ENV): Set environment for tst-null-argv.
22862         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
22863         (RTLD_PROGNAME): New macro.
22864         * elf/tst-null-argv.c: New test case.
22865         * elf/tst-null-argv-lib.c: Library for test case.
22866         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
22867         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
22868         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
22869         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
22870         * elf/dl-init.c (call_init): Likewise.
22871         (_dl_init): Likewise.
22872         * elf/dl-load.c (print_search_path): Likewise.
22873         (_dl_map_object): Likewise.
22874         * elf/dl-lookup.c (do_lookup_x): Likewise.
22875         (add_dependency): Likewise.
22876         (_dl_lookup_symbol_x): Likewise.
22877         (_dl_debug_bindings): Likewise.
22878         * elf/dl-open.c (_dl_show_scope): Likewise.
22879         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
22880         * elf/dl-version.c (match_symbol): Likewise.
22881         (_dl_check_map_versions): Likewise.
22882         * elf/rtld.c (dl_main): Likewise.
22883         (print_unresolved): Use RTLD_PROGNAME.
22884         (print_missing_version): Likewise.
22885         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
22886         (elf_machine_rela): Likewise.
22887         * sysdeps/powerpc/powerpc32/dl-machine.c
22888         (__process_machine_rela): Likewise.
22889         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
22890         Likewise.
22891         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
22892         Likewise.
22893         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
22894         Likewise.
22895         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
22896         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
22897         Likewise.
22898         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
22899         Likewise.
22900         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
22902 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
22904         * po/be.po: Add descriptive title.
22905         * po/zh_CN.po: Likewise.
22906         * po/header.pot: Likewise.
22908 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
22910         * locale/programs/locarchive.c (create_archive): Inlucde fname in
22911         error message.
22912         (enlarge_archive): Likewise.
22914 2013-05-28  Ben North  <ben@redfrontdoor.org>
22916         * manual/arith.texi (frexp): It is the magnitude of the return
22917         value which lies in [0.5, 1), not the return value itself.
22919 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22921         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22923 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
22925         * stdio-common/bug26.c (main): Correct fscanf template.
22927         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
22928         declare _dl_skip_args.
22930         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
22931         Don't declare.
22933         * manual/platform.texi: Add missing @end deftypefun.
22935 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
22937         [BZ #15529]
22938         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
22939         bit of mantissa of 2^16382.
22940         * math/libm-test.inc (hypot_test_data): Add more tests.
22942         * math/libm-test.inc: Add drem and pow10 to list of tested
22943         functions.
22944         (pow10_test): New function.
22945         (drem_test): Likewise.
22946         (drem_test_tonearest): Likewise.
22947         (drem_test_towardzero): Likewise.
22948         (drem_test_downward): Likewise.
22949         (drem_test_upward): Likewise.
22950         (main): Call the new functions.
22952         * math/libm-test.inc (finite_test_data): Remove.
22953         (finite_test): Run tests from isfinite_test_data.
22954         (gamma_test_data): Remove.
22955         (gamma_test): Run tests from lgamma_test_data.
22956         * sysdeps/i386/fpu/libm-test-ulps: Update.
22957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22959 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22961         * manual/platform.texi: Add PowerPC PPR function set documentation.
22962         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
22963         implementation.
22965 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
22967         * math/libm-test.inc (MAX_EXP): Define.
22968         (ULPDIFF): Define.
22969         (ulp): New function.
22970         (check_float_internal): Use ULPDIFF.
22971         (cpow_test): Disable failing test.
22972         (check_ulp): Test ulp() implemetnation.
22973         (main): Call check_ulp before starting tests.
22975 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
22977         * math/gen-libm-test.pl (generate_testfile): Do not handle
22978         START_DATA and END_DATA.
22979         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
22980         END_DATA.
22981         (acos_tonearest_test_data): Likewise.
22982         (acos_towardzero_test_data): Likewise.
22983         (acos_downward_test_data): Likewise.
22984         (acos_upward_test_data): Likewise.
22985         (acosh_test_data): Likewise.
22986         (asin_test_data): Likewise.
22987         (asin_tonearest_test_data): Likewise.
22988         (asin_towardzero_test_data): Likewise.
22989         (asin_downward_test_data): Likewise.
22990         (asin_upward_test_data): Likewise.
22991         (asinh_test_data): Likewise.
22992         (atan_test_data): Likewise.
22993         (atanh_test_data): Likewise.
22994         (atan2_test_data): Likewise.
22995         (cabs_test_data): Likewise.
22996         (cacos_test_data): Likewise.
22997         (cacosh_test_data): Likewise.
22998         (carg_test_data): Likewise.
22999         (casin_test_data): Likewise.
23000         (casinh_test_data): Likewise.
23001         (catan_test_data): Likewise.
23002         (catanh_test_data): Likewise.
23003         (cbrt_test_data): Likewise.
23004         (ccos_test_data): Likewise.
23005         (ccosh_test_data): Likewise.
23006         (ceil_test_data): Likewise.
23007         (cexp_test_data): Likewise.
23008         (cimag_test_data): Likewise.
23009         (clog_test_data): Likewise.
23010         (clog10_test_data): Likewise.
23011         (conj_test_data): Likewise.
23012         (copysign_test_data): Likewise.
23013         (cos_test_data): Likewise.
23014         (cos_tonearest_test_data): Likewise.
23015         (cos_towardzero_test_data): Likewise.
23016         (cos_downward_test_data): Likewise.
23017         (cos_upward_test_data): Likewise.
23018         (cosh_test_data): Likewise.
23019         (cosh_tonearest_test_data): Likewise.
23020         (cosh_towardzero_test_data): Likewise.
23021         (cosh_downward_test_data): Likewise.
23022         (cosh_upward_test_data): Likewise.
23023         (cpow_test_data): Likewise.
23024         (cproj_test_data): Likewise.
23025         (creal_test_data): Likewise.
23026         (csin_test_data): Likewise.
23027         (csinh_test_data): Likewise.
23028         (csqrt_test_data): Likewise.
23029         (ctan_test_data): Likewise.
23030         (ctan_tonearest_test_data): Likewise.
23031         (ctan_towardzero_test_data): Likewise.
23032         (ctan_downward_test_data): Likewise.
23033         (ctan_upward_test_data): Likewise.
23034         (ctanh_test_data): Likewise.
23035         (ctanh_tonearest_test_data): Likewise.
23036         (ctanh_towardzero_test_data): Likewise.
23037         (ctanh_downward_test_data): Likewise.
23038         (ctanh_upward_test_data): Likewise.
23039         (erf_test_data): Likewise.
23040         (erfc_test_data): Likewise.
23041         (exp_test_data): Likewise.
23042         (exp_tonearest_test_data): Likewise.
23043         (exp_towardzero_test_data): Likewise.
23044         (exp_downward_test_data): Likewise.
23045         (exp_upward_test_data): Likewise.
23046         (exp10_test_data): Likewise.
23047         (exp2_test_data): Likewise.
23048         (expm1_test_data): Likewise.
23049         (fabs_test_data): Likewise.
23050         (fdim_test_data): Likewise.
23051         (finite_test_data): Likewise.
23052         (floor_test_data): Likewise.
23053         (fma_test_data): Likewise.
23054         (fma_towardzero_test_data): Likewise.
23055         (fma_downward_test_data): Likewise.
23056         (fma_upward_test_data): Likewise.
23057         (fmax_test_data): Likewise.
23058         (fmin_test_data): Likewise.
23059         (fmod_test_data): Likewise.
23060         (fpclassify_test_data): Likewise.
23061         (frexp_test_data): Likewise.
23062         (gamma_test_data): Likewise.
23063         (hypot_test_data): Likewise.
23064         (ilogb_test_data): Likewise.
23065         (isfinite_test_data): Likewise.
23066         (isgreater_test_data): Likewise.
23067         (isgreaterequal_test_data): Likewise.
23068         (isinf_test_data): Likewise.
23069         (isless_test_data): Likewise.
23070         (islessequal_test_data): Likewise.
23071         (islessgreater_test_data): Likewise.
23072         (isnan_test_data): Likewise.
23073         (isnormal_test_data): Likewise.
23074         (issignaling_test_data): Likewise.
23075         (isunordered_test_data): Likewise.
23076         (j0_test_data): Likewise.
23077         (j1_test_data): Likewise.
23078         (jn_test_data): Likewise.
23079         (ldexp_test_data): Likewise.
23080         (lgamma_test_data): Likewise.
23081         (lrint_test_data): Likewise.
23082         (lrint_tonearest_test_data): Likewise.
23083         (lrint_towardzero_test_data): Likewise.
23084         (lrint_downward_test_data): Likewise.
23085         (lrint_upward_test_data): Likewise.
23086         (llrint_test_data): Likewise.
23087         (llrint_tonearest_test_data): Likewise.
23088         (llrint_towardzero_test_data): Likewise.
23089         (llrint_downward_test_data): Likewise.
23090         (llrint_upward_test_data): Likewise.
23091         (log_test_data): Likewise.
23092         (log10_test_data): Likewise.
23093         (log1p_test_data): Likewise.
23094         (log2_test_data): Likewise.
23095         (logb_test_data): Likewise.
23096         (logb_downward_test_data): Likewise.
23097         (lround_test_data): Likewise.
23098         (llround_test_data): Likewise.
23099         (modf_test_data): Likewise.
23100         (nearbyint_test_data): Likewise.
23101         (nextafter_test_data): Likewise.
23102         (nexttoward_test_data): Likewise.
23103         (pow_test_data): Likewise.
23104         (pow_tonearest_test_data): Likewise.
23105         (pow_towardzero_test_data): Likewise.
23106         (pow_downward_test_data): Likewise.
23107         (pow_upward_test_data): Likewise.
23108         (remainder_test_data): Likewise.
23109         (remainder_tonearest_test_data): Likewise.
23110         (remainder_towardzero_test_data): Likewise.
23111         (remainder_downward_test_data): Likewise.
23112         (remainder_upward_test_data): Likewise.
23113         (remquo_test_data): Likewise.
23114         (rint_test_data): Likewise.
23115         (rint_tonearest_test_data): Likewise.
23116         (rint_towardzero_test_data): Likewise.
23117         (rint_downward_test_data): Likewise.
23118         (rint_upward_test_data): Likewise.
23119         (round_test_data): Likewise.
23120         (scalb_test_data): Likewise.
23121         (scalbn_test_data): Likewise.
23122         (scalbln_test_data): Likewise.
23123         (signbit_test_data): Likewise.
23124         (sin_test_data): Likewise.
23125         (sin_tonearest_test_data): Likewise.
23126         (sin_towardzero_test_data): Likewise.
23127         (sin_downward_test_data): Likewise.
23128         (sin_upward_test_data): Likewise.
23129         (sincos_test_data): Likewise.
23130         (sinh_test_data): Likewise.
23131         (sinh_tonearest_test_data): Likewise.
23132         (sinh_towardzero_test_data): Likewise.
23133         (sinh_downward_test_data): Likewise.
23134         (sinh_upward_test_data): Likewise.
23135         (sqrt_test_data): Likewise.
23136         (tan_test_data): Likewise.
23137         (tan_tonearest_test_data): Likewise.
23138         (tan_towardzero_test_data): Likewise.
23139         (tan_downward_test_data): Likewise.
23140         (tan_upward_test_data): Likewise.
23141         (tanh_test_data): Likewise.
23142         (tgamma_test_data): Likewise.
23143         (trunc_test_data): Likewise.
23144         (y0_test_data): Likewise.
23145         (y1_test_data): Likewise.
23146         (yn_test_data): Likewise.
23147         (significand_test_data): Likewise.
23149         * math/gen-libm-test.pl (@functions): Remove variable.
23150         (generate_testfile): Don't handle START and END lines.
23151         * math/libm-test.inc (START): New macro.
23152         (END): Likewise.
23153         (END_COMPLEX): Likewise.
23154         (acos_test): Use END macro without arguments.
23155         (acos_test_tonearest): Likewise.
23156         (acos_test_towardzero): Likewise.
23157         (acos_test_downward): Likewise.
23158         (acos_test_upward): Likewise.
23159         (acosh_test): Likewise.
23160         (asin_test): Likewise.
23161         (asin_test_tonearest): Likewise.
23162         (asin_test_towardzero): Likewise.
23163         (asin_test_downward): Likewise.
23164         (asin_test_upward): Likewise.
23165         (asinh_test): Likewise.
23166         (atan_test): Likewise.
23167         (atanh_test): Likewise.
23168         (atan2_test): Likewise.
23169         (cabs_test): Likewise.
23170         (cacos_test): Use END_COMPLEX macro without arguments.
23171         (cacosh_test): Likewise.
23172         (carg_test): Use END macro without arguments.
23173         (casin_test): Use END_COMPLEX macro without arguments.
23174         (casinh_test): Likewise.
23175         (catan_test): Likewise.
23176         (catanh_test): Likewise.
23177         (cbrt_test): Use END macro without arguments.
23178         (ccos_test): Use END_COMPLEX macro without arguments.
23179         (ccosh_test): Likewise.
23180         (ceil_test): Use END macro without arguments.
23181         (cexp_test): Use END_COMPLEX macro without arguments.
23182         (cimag_test): Use END macro without arguments.
23183         (clog_test): Use END_COMPLEX macro without arguments.
23184         (clog10_test): Likewise.
23185         (conj_test): Likewise.
23186         (copysign_test): Use END macro without arguments.
23187         (cos_test): Likewise.
23188         (cos_test_tonearest): Likewise.
23189         (cos_test_towardzero): Likewise.
23190         (cos_test_downward): Likewise.
23191         (cos_test_upward): Likewise.
23192         (cosh_test): Likewise.
23193         (cosh_test_tonearest): Likewise.
23194         (cosh_test_towardzero): Likewise.
23195         (cosh_test_downward): Likewise.
23196         (cosh_test_upward): Likewise.
23197         (cpow_test): Use END_COMPLEX macro without arguments.
23198         (cproj_test): Likewise.
23199         (creal_test): Use END macro without arguments.
23200         (csin_test): Use END_COMPLEX macro without arguments.
23201         (csinh_test): Likewise.
23202         (csqrt_test): Likewise.
23203         (ctan_test): Likewise.
23204         (ctan_test_tonearest): Likewise.
23205         (ctan_test_towardzero): Likewise.
23206         (ctan_test_downward): Likewise.
23207         (ctan_test_upward): Likewise.
23208         (ctanh_test): Likewise.
23209         (ctanh_test_tonearest): Likewise.
23210         (ctanh_test_towardzero): Likewise.
23211         (ctanh_test_downward): Likewise.
23212         (ctanh_test_upward): Likewise.
23213         (erf_test): Use END macro without arguments.
23214         (erfc_test): Likewise.
23215         (exp_test): Likewise.
23216         (exp_test_tonearest): Likewise.
23217         (exp_test_towardzero): Likewise.
23218         (exp_test_downward): Likewise.
23219         (exp_test_upward): Likewise.
23220         (exp10_test): Likewise.
23221         (exp2_test): Likewise.
23222         (expm1_test): Likewise.
23223         (fabs_test): Likewise.
23224         (fdim_test): Likewise.
23225         (finite_test): Likewise.
23226         (floor_test): Likewise.
23227         (fma_test): Likewise.
23228         (fma_test_towardzero): Likewise.
23229         (fma_test_downward): Likewise.
23230         (fma_test_upward): Likewise.
23231         (fmax_test): Likewise.
23232         (fmin_test): Likewise.
23233         (fmod_test): Likewise.
23234         (fpclassify_test): Likewise.
23235         (frexp_test): Likewise.
23236         (gamma_test): Likewise.
23237         (hypot_test): Likewise.
23238         (ilogb_test): Likewise.
23239         (isfinite_test): Likewise.
23240         (isgreater_test): Likewise.
23241         (isgreaterequal_test): Likewise.
23242         (isinf_test): Likewise.
23243         (isless_test): Likewise.
23244         (islessequal_test): Likewise.
23245         (islessgreater_test): Likewise.
23246         (isnan_test): Likewise.
23247         (isnormal_test): Likewise.
23248         (issignaling_test): Likewise.
23249         (isunordered_test): Likewise.
23250         (j0_test): Likewise.
23251         (j1_test): Likewise.
23252         (jn_test): Likewise.
23253         (ldexp_test): Likewise.
23254         (lgamma_test): Likewise.
23255         (lrint_test): Likewise.
23256         (lrint_test_tonearest): Likewise.
23257         (lrint_test_towardzero): Likewise.
23258         (lrint_test_downward): Likewise.
23259         (lrint_test_upward): Likewise.
23260         (llrint_test): Likewise.
23261         (llrint_test_tonearest): Likewise.
23262         (llrint_test_towardzero): Likewise.
23263         (llrint_test_downward): Likewise.
23264         (llrint_test_upward): Likewise.
23265         (log_test): Likewise.
23266         (log10_test): Likewise.
23267         (log1p_test): Likewise.
23268         (log2_test): Likewise.
23269         (logb_test): Likewise.
23270         (logb_test_downward): Likewise.
23271         (lround_test): Likewise.
23272         (llround_test): Likewise.
23273         (modf_test): Likewise.
23274         (nearbyint_test): Likewise.
23275         (nextafter_test): Likewise.
23276         (nexttoward_test): Likewise.
23277         (pow_test): Likewise.
23278         (pow_test_tonearest): Likewise.
23279         (pow_test_towardzero): Likewise.
23280         (pow_test_downward): Likewise.
23281         (pow_test_upward): Likewise.
23282         (remainder_test): Likewise.
23283         (remainder_test_tonearest): Likewise.
23284         (remainder_test_towardzero): Likewise.
23285         (remainder_test_downward): Likewise.
23286         (remainder_test_upward): Likewise.
23287         (remquo_test): Likewise.
23288         (rint_test): Likewise.
23289         (rint_test_tonearest): Likewise.
23290         (rint_test_towardzero): Likewise.
23291         (rint_test_downward): Likewise.
23292         (rint_test_upward): Likewise.
23293         (round_test): Likewise.
23294         (scalb_test): Likewise.
23295         (scalbn_test): Likewise.
23296         (scalbln_test): Likewise.
23297         (signbit_test): Likewise.
23298         (sin_test): Likewise.
23299         (sin_test_tonearest): Likewise.
23300         (sin_test_towardzero): Likewise.
23301         (sin_test_downward): Likewise.
23302         (sin_test_upward): Likewise.
23303         (sincos_test): Likewise.
23304         (sinh_test): Likewise.
23305         (sinh_test_tonearest): Likewise.
23306         (sinh_test_towardzero): Likewise.
23307         (sinh_test_downward): Likewise.
23308         (sinh_test_upward): Likewise.
23309         (sqrt_test): Likewise.
23310         (tan_test): Likewise.
23311         (tan_test_tonearest): Likewise.
23312         (tan_test_towardzero): Likewise.
23313         (tan_test_downward): Likewise.
23314         (tan_test_upward): Likewise.
23315         (tanh_test): Likewise.
23316         (tgamma_test): Likewise.
23317         (trunc_test): Likewise.
23318         (y0_test): Likewise.
23319         (y1_test): Likewise.
23320         (yn_test): Likewise.
23321         (significand_test): Likewise.
23323 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
23325         [BZ #15381]
23326         * libio/genops.c (_IO_no_init): Initialize wide struct info.
23328 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
23330         [BZ #14894]
23331         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23332         __ppc_mdoio and __ppc_mdoom.
23333         * manual/platform.texi: Document new functions __ppc_yield,
23334         __ppc_mdoio and __ppc_mdoom.
23336 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
23338         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23339         (main): Mention "tls" pseudo-hwcap is legacy.
23340         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23342 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23344         * math/gen-libm-test.pl (parse_args): Output only string of
23345         arguments as text for test name, not full call or descriptions of
23346         tests for extra outputs.
23347         (generate_testfile): Do not pass function name to parse_args.
23348         Generate this_func variable from START.
23349         * math/libm-test.inc (struct test_f_f_data): Rename test_name
23350         field to arg_str.
23351         (struct test_ff_f_data): Likewise.
23352         (test_ff_f_data_nexttoward): Likewise.
23353         (struct test_fi_f_data): Likewise.
23354         (struct test_fl_f_data): Likewise.
23355         (struct test_if_f_data): Likewise.
23356         (struct test_fff_f_data): Likewise.
23357         (struct test_c_f_data): Likewise.
23358         (struct test_f_f1_data): Likewise.  Remove field extra_name.
23359         (struct test_fF_f1_data): Likewise.
23360         (struct test_ffI_f1_data): Likewise.
23361         (struct test_c_c_data): Rename test_name field to arg_str.
23362         (struct test_cc_c_data): Likewise.
23363         (struct test_f_i_data): Likewise.
23364         (struct test_ff_i_data): Likewise.
23365         (struct test_f_l_data): Likewise.
23366         (struct test_f_L_data): Likewise.
23367         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
23368         and extra2_name.
23369         (COMMON_TEST_SETUP): New macro.
23370         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23371         (COMMON_TEST_CLEANUP): Likewise.
23372         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23373         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
23374         macros.
23375         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23376         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
23377         macros.
23378         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23379         (RUN_TEST_fff_f): Take argument string.  Call new setup and
23380         cleanup macros.
23381         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23382         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
23383         macros.
23384         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23385         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
23386         macros.
23387         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23388         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
23389         cleanup macros.
23390         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23391         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
23392         cleanup macros.
23393         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23394         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
23395         cleanup macros.
23396         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23397         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
23398         macros.
23399         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
23400         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
23401         macros.
23402         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
23403         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
23404         macros.
23405         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
23406         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
23407         cleanup macros.
23408         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
23409         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
23410         cleanup macros.
23411         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
23412         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
23413         macros.
23414         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
23415         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
23416         cleanup macros.
23417         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
23418         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
23419         macros.
23420         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
23421         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
23422         macros.
23423         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
23424         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
23425         cleanup macros.
23426         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
23428 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
23430         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
23431         to _sifields.sigfault.
23432         (si_addr_lsb): Define new macro.
23433         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
23434         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23435         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
23437 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
23439         [BZ #15441]
23440         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
23441         returns -1.
23442         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
23443         null return -1.
23444         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
23445         loading the domain.
23447 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23449         * math/gen-libm-test.pl (parse_args): Do not include expected
23450         result in test name.
23451         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
23452         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23453         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23454         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23455         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23456         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23458 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23460         * benchtests/Makefile: Sort function entries.
23462         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
23463         tanh, asinh, acosh, atanh.
23464         * benchtests/acos-inputs: New file.
23465         * benchtests/acosh-inputs: New file.
23466         * benchtests/asin-inputs: New file.
23467         * benchtests/asinh-inputs: New file.
23468         * benchtests/atanh-inputs: New file.
23469         * benchtests/cosh-inputs: New file.
23470         * benchtests/log-inputs: New file.
23471         * benchtests/sinh-inputs: New file.
23472         * benchtests/tanh-inputs: New file.
23474 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
23476         [BZ #15339]
23477         * posix/tst-getaddrinfo4.c: New test.
23478         * posix/Makefile (tests): Add it.
23480 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23482         [BZ #15339]
23483         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
23484         when no services were used.
23485         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
23486         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
23488 2013-05-21  Andreas Schwab  <schwab@suse.de>
23490         [BZ #15014]
23491         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
23492         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
23493         successful.
23494         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
23495         redundant variable declarations and reallocation of buffer when
23496         parsing as IPv6 address.  Always set NSS status when called from
23497         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
23498         buffer too small.  Correct computation of needed size.
23499         * nss/Makefile (tests): Add test-digits-dots.
23500         * nss/test-digits-dots.c: New test.
23502 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23504         * benchtests/Makefile: Remove instructions for adding
23505         benchmark tests.
23506         * benchtests/README: New file to explain how to execute and
23507         enhance the benchmark tests.
23509 2013-05-21  Andreas Schwab  <schwab@suse.de>
23511         [BZ #15493]
23512         * setjmp/Makefile (tests): Add tst-sigsetjmp.
23513         * setjmp/tst-sigsetjmp.c: New test.
23515 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23517         * sysdeps/x86_64/memset.S (memset): New implementation.
23518         (__bzero): Likewise.
23519         (__memset_tail): New function.
23521 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23523         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
23524         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
23525         __memcpy_sse2_unaligned ifunc selection.
23526         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23527         Add memcpy-sse2-unaligned.S.
23528         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23529         Add: __memcpy_sse2_unaligned.
23531 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
23533         [BZ #15490]
23534         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
23535         math_force_eval before restoring floating-point envrionment.
23536         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
23537         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
23538         Likewise.
23539         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
23540         <math_private.h>.
23541         (__nearbyintl): Use math_force_eval before restoring
23542         floating-point environment.
23543         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
23545         * math/gen-libm-test.pl (special_functions): Remove.
23546         (parse_args): Don't handle TEST_extra.  Handle functions with no
23547         return value.
23548         * math/libm-test.inc (struct test_sincos_data): Replace with
23549         struct test_fFF_11_data.
23550         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
23551         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
23552         (sincos_test_data): Change element type to struct
23553         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
23554         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
23555         RUN_TEST_LOOP_sincos.
23556         * math/README.libm-test: Don't mention special handling of
23557         individual functions.
23558         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
23559         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23560         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23561         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23562         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23563         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23565         * math/gen-libm-test.pl (get_variable): Remove function.
23566         (parse_args): Don't show pointer parameters to call in test
23567         names.  Use "extra output N" in test names for extra outputs
23568         rather than naming variables.
23570 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
23572         [BZ #15488]
23573         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
23574         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
23575         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
23576         double tests.
23577         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
23578         disable.
23579         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
23580         check_long_double.
23582         * math/gen-libm-test.pl (@tests): Remove variable.
23583         ($count): Likewise.
23584         (new_test): Remove function.
23585         (show_exceptions): New function.
23586         (special_functions): Use show_exceptions instead of new_test.
23587         (parse_args): Likewise.
23588         (generate_testfile): Pass only function name in generated call to
23589         print_max_error or print_complex_max_error.
23590         (get_ulps): Do not handle complex tests specially.
23591         (output_test): Rename to ...
23592         (get_all_ulps_for_test): ... this.  Return a string rather than
23593         printing to a file.  Require ulps to be present.
23594         (output_ulps): Generate arrays rather than #defines.
23595         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
23596         (struct ulp_data): New type.
23597         (BUILD_COMPLEX_ULP): Remove macro.
23598         (compare_ulp_data): New function.
23599         (find_ulps): Likewise.
23600         (find_test_ulps): Likewise.
23601         (find_function_ulps): Likewise.
23602         (find_complex_function_ulps): Likewise.
23603         (print_max_error): Determine allowed ulps using
23604         find_function_ulps.
23605         (print_complex_max_error): Determine allowed ulps using
23606         find_complex_function_ulps.
23607         (check_float_internal): Determine max ulps using find_test_ulps.
23608         (check_float): Do not take max_ulp parameter.  Update call to
23609         check_float_internal.
23610         (check_complex): Likewise.
23611         (check_int): Do not take max_ulp parameter.
23612         (check_long): Likewise.
23613         (check_bool): Likewise.
23614         (check_longlong): Likewise.
23615         (struct test_f_f_data): Remove max_ulp field.
23616         (struct test_ff_f_data): Likewise.
23617         (struct test_ff_f_data_nexttoward): Likewise.
23618         (struct test_fi_f_data): Likewise.
23619         (struct test_fl_f_data): Likewise.
23620         (struct test_if_f_data): Likewise.
23621         (struct test_fff_f_data): Likewise.
23622         (struct test_c_f_data): Likewise.
23623         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
23624         (struct test_fF_f1_data): Likewise.
23625         (struct test_ffI_f1_data): Likewise.
23626         (struct test_c_c_data): Remove max_ulp field.
23627         (struct test_cc_c_data): Likewise.
23628         (struct test_f_i_data): Likewise.
23629         (struct test_ff_i_data): Likewise.
23630         (struct test_f_l_data): Likewise.
23631         (struct test_f_L_data): Likewise.
23632         (struct test_sincos_data): Likewise.
23633         (RUN_TEST_f_f): Do not handle ulps.
23634         (RUN_TEST_LOOP_f_f): Likewise.
23635         (RUN_TEST_2_f): Likewise.
23636         (RUN_TEST_LOOP_2_f): Likewise.
23637         (RUN_TEST_fff_f): Likewise.
23638         (RUN_TEST_LOOP_fff_f): Likewise.
23639         (RUN_TEST_c_f): Likewise.
23640         (RUN_TEST_LOOP_c_f): Likewise.
23641         (RUN_TEST_f_f1): Likewise.
23642         (RUN_TEST_LOOP_f_f1): Likewise.
23643         (RUN_TEST_fF_f1): Likewise.
23644         (RUN_TEST_LOOP_fF_f1): Likewise.
23645         (RUN_TEST_fI_f1): Likewise.
23646         (RUN_TEST_LOOP_fI_f1): Likewise.
23647         (RUN_TEST_ffI_f1): Likewise.
23648         (RUN_TEST_LOOP_ffI_f1): Likewise.
23649         (RUN_TEST_c_c): Likewise.
23650         (RUN_TEST_LOOP_c_c): Likewise.
23651         (RUN_TEST_cc_c): Likewise.
23652         (RUN_TEST_LOOP_cc_c): Likewise.
23653         (RUN_TEST_f_i): Likewise.
23654         (RUN_TEST_LOOP_f_i): Likewise.
23655         (RUN_TEST_f_i_tg): Likewise.
23656         (RUN_TEST_LOOP_f_i_tg): Likewise.
23657         (RUN_TEST_ff_i_tg): Likewise.
23658         (RUN_TEST_LOOP_ff_i_tg): Likewise.
23659         (RUN_TEST_f_b): Likewise.
23660         (RUN_TEST_LOOP_f_b): Likewise.
23661         (RUN_TEST_f_b_tg): Likewise.
23662         (RUN_TEST_LOOP_f_b_tg): Likewise.
23663         (RUN_TEST_f_l): Likewise.
23664         (RUN_TEST_LOOP_f_l): Likewise.
23665         (RUN_TEST_f_L): Likewise.
23666         (RUN_TEST_LOOP_f_L): Likewise.
23667         (RUN_TEST_sincos): Likewise.
23668         (RUN_TEST_LOOP_sincos): Likewise.
23670 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
23672         [BZ #15480]
23673         [BZ #15485]
23674         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
23675         main case of finite arguments, set rounding mode to FE_TONEAREST
23676         and discard exceptions.
23677         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
23678         exceptions.
23679         (remainder_tonearest_test_data): New variable.
23680         (remainder_test_tonearest): New function.
23681         (remainder_towardzero_test_data): New variable.
23682         (remainder_test_towardzero): New function.
23683         (remainder_downward_test_data): New variable.
23684         (remainder_test_downward): New function.
23685         (remainder_upward_test_data): New variable.
23686         (remainder_test_upward): New function.
23687         (main): Call the new test functions.
23689         * math/libm-test.inc (struct test_f_f1_data): Remove field
23690         extra_init.
23691         (struct test_fF_f1_data): Likewise.
23692         (struct test_ffI_f1_data): Likewise.
23693         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
23694         based on value of EXTRA_EXPECTED.
23695         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23696         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
23697         EXTRA_VAR based on value of EXTRA_EXPECTED.
23698         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23699         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
23700         EXTRA_VAR based on value of EXTRA_EXPECTED.
23701         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23702         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
23703         EXTRA_VAR based on value of EXTRA_EXPECTED.
23704         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23705         * math/gen-libm-test.pl (parse_args): Don't output initializers
23706         for extra output values.
23708         * math/libm-test.inc (check_int): Expect result to be exactly
23709         equal to expected value and do not handle ulps.
23710         (check_long): Likewise.
23711         (check_longlong): Likewise.
23713         * math/libm-test.inc (ceil_test_data): Test for "inexact"
23714         exceptions.
23715         (cimag_test_data): Likewise.
23716         (conj_test_data): Likewise.
23717         (copysign_test_data): Likewise.
23718         (cproj_test_data): Likewise.
23719         (creal_test_data): Likewise.
23720         (fabs_test_data): Likewise.
23721         (fdim_test_data): Likewise.
23722         (finite_test_data): Likewise.
23723         (floor_test_data): Likewise.
23724         (fmax_test_data): Likewise.
23725         (fmin_test_data): Likewise.
23726         (fmod_test_data): Likewise.
23727         (fpclassify_test_data): Likewise.
23728         (frexp_test_data): Likewise.
23729         (ilogb_test_data): Likewise.
23730         (isfinite_test_data): Likewise.
23731         (isgreater_test_data): Likewise.
23732         (isgreaterequal_test_data): Likewise.
23733         (isinf_test_data): Likewise.
23734         (isless_test_data): Likewise.
23735         (islessequal_test_data): Likewise.
23736         (islessgreater_test_data): Likewise.
23737         (isnan_test_data): Likewise.
23738         (isnormal_test_data): Likewise.
23739         (issignaling_test_data): Likewise.
23740         (isunordered_test_data): Likewise.
23741         (ldexp_test_data): Likewise.
23742         (lrint_test_data): Likewise.
23743         (lrint_test_data) [TEST_FLOAT]: Disable one test.
23744         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
23745         (lrint_tonearest_test_data): Test for "inexact" exceptions.
23746         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
23747         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
23748         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
23749         test input.
23750         (lrint_towardzero_test_data): Test for "inexact" exceptions.
23751         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
23752         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
23753         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
23754         that test input.
23755         (lrint_downward_test_data): Test for "inexact" exceptions.
23756         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
23757         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
23758         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
23759         test input.
23760         (lrint_upward_test_data): Test for "inexact" exceptions.
23761         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
23762         test input.
23763         (llrint_test_data): Test for "inexact" exceptions.
23764         (llrint_test_data) [TEST_FLOAT]: Disable one test.
23765         (llrint_tonearest_test_data): Test for "inexact" exceptions.
23766         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
23767         (llrint_towardzero_test_data): Test for "inexact" exceptions.
23768         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
23769         (llrint_downward_test_data): Test for "inexact" exceptions.
23770         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
23771         (llrint_upward_test_data): Test for "inexact" exceptions.
23772         (logb_test_data): Likewise.
23773         (logb_downward_test_data): Likewise.
23774         (nextafter_test_data): Likewise.
23775         (nexttoward_test_data): Likewise.
23776         (remainder_test_data): Likewise.
23777         (remquo_test_data): Likewise.
23778         (scalbn_test_data): Likewise.
23779         (scalbln_test_data): Likewise.
23780         (signbit_test_data): Likewise.
23781         (sqrt_test_data): Likewise.
23782         (significand_test_data): Likewise.
23784 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
23786         [BZ #15424]
23787         * benchtests/bench-modf.c (struct args): Mark arg0 as
23788         volatile.
23789         * scripts/bench.pl: Mark members of struct args as volatile.
23791 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23793         [BZ # 15497]
23794         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
23795         negative infinity on POWER6 or lower.
23796         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
23798 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
23800         [BZ #15442]
23801         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
23802         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
23803         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
23804         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
23805         (_FP_SETQNAN): New macro.
23806         (_FP_SETQNAN_SEMIRAW): Likewise.
23807         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
23808         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
23809         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
23810         (FP_EXTEND): Use _FP_FRAC_SNANP.
23811         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
23812         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
23813         into account.
23814         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
23815         New macro.
23816         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
23817         Likewise.
23819 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
23821         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
23822         with DIVIDE_BY_ZERO_EXCEPTION.
23823         (gamma_test_data): Likewise.
23824         (lgamma_test_data): Likewise.
23825         (log_test_data): Likewise.
23826         (log10_test_data): Likewise.
23827         (log2_test_data): Likewise.
23828         (tgamma_test_data): Likewise.
23830         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
23831         (acos_test_tonearest): Likewise.
23832         (acos_test_towardzero): Likewise.
23833         (acos_test_downward): Likewise.
23834         (acos_test_upward): Likewise.
23835         (acosh_test): Likewise.
23836         (asin_test): Likewise.
23837         (asin_test_tonearest): Likewise.
23838         (asin_test_towardzero): Likewise.
23839         (asin_test_downward): Likewise.
23840         (asin_test_upward): Likewise.
23841         (asinh_test): Likewise.
23842         (atan_test): Likewise.
23843         (atanh_test): Likewise.
23844         (atan2_test): Likewise.
23845         (cabs_test): Likewise.
23846         (cacos_test): Likewise.
23847         (cacosh_test): Likewise.
23848         (casin_test): Likewise.
23849         (casinh_test): Likewise.
23850         (catan_test): Likewise.
23851         (catanh_test): Likewise.
23852         (cbrt_test): Likewise.
23853         (ccos_test): Likewise.
23854         (ccosh_test): Likewise.
23855         (cexp_test): Likewise.
23856         (clog_test): Likewise.
23857         (clog10_test): Likewise.
23858         (cos_test): Likewise.
23859         (cos_test_tonearest): Likewise.
23860         (cos_test_towardzero): Likewise.
23861         (cos_test_downward): Likewise.
23862         (cos_test_upward): Likewise.
23863         (cosh_test): Likewise.
23864         (cosh_test_tonearest): Likewise.
23865         (cosh_test_towardzero): Likewise.
23866         (cosh_test_downward): Likewise.
23867         (cosh_test_upward): Likewise.
23868         (cpow_test): Likewise.
23869         (csin_test): Likewise.
23870         (csinh_test): Likewise.
23871         (csqrt_test): Likewise.
23872         (ctan_test): Likewise.
23873         (ctan_test_tonearest): Likewise.
23874         (ctan_test_towardzero): Likewise.
23875         (ctan_test_downward): Likewise.
23876         (ctan_test_upward): Likewise.
23877         (ctanh_test): Likewise.
23878         (ctanh_test_tonearest): Likewise.
23879         (ctanh_test_towardzero): Likewise.
23880         (ctanh_test_downward): Likewise.
23881         (ctanh_test_upward): Likewise.
23882         (erf_test): Likewise.
23883         (erfc_test): Likewise.
23884         (exp_test): Likewise.
23885         (exp_test_tonearest): Likewise.
23886         (exp_test_towardzero): Likewise.
23887         (exp_test_downward): Likewise.
23888         (exp_test_upward): Likewise.
23889         (exp10_test): Likewise.
23890         (exp2_test): Likewise.
23891         (expm1_test): Likewise.
23892         (fmod_test): Likewise.
23893         (gamma_test): Likewise.
23894         (hypot_test): Likewise.
23895         (j0_test): Likewise.
23896         (j1_test): Likewise.
23897         (jn_test): Likewise.
23898         (lgamma_test): Likewise.
23899         (log_test): Likewise.
23900         (log10_test): Likewise.
23901         (log1p_test): Likewise.
23902         (log2_test): Likewise.
23903         (logb_test_downward): Likewise.
23904         (pow_test): Likewise.
23905         (pow_test_tonearest): Likewise.
23906         (pow_test_towardzero): Likewise.
23907         (pow_test_downward): Likewise.
23908         (pow_test_upward): Likewise.
23909         (remainder_test): Likewise.
23910         (remquo_test): Likewise.
23911         (sin_test): Likewise.
23912         (sin_test_tonearest): Likewise.
23913         (sin_test_towardzero): Likewise.
23914         (sin_test_downward): Likewise.
23915         (sin_test_upward): Likewise.
23916         (sincos_test): Likewise.
23917         (sinh_test): Likewise.
23918         (sinh_test_tonearest): Likewise.
23919         (sinh_test_towardzero): Likewise.
23920         (sinh_test_downward): Likewise.
23921         (sinh_test_upward): Likewise.
23922         (sqrt_test): Likewise.
23923         (tan_test): Likewise.
23924         (tan_test_tonearest): Likewise.
23925         (tan_test_towardzero): Likewise.
23926         (tan_test_downward): Likewise.
23927         (tan_test_upward): Likewise.
23928         (tanh_test): Likewise.
23929         (tgamma_test): Likewise.
23930         (y0_test): Likewise.
23931         (y1_test): Likewise.
23932         (yn_test): Likewise.
23934         * math/gen-libm-test.pl (adjust_arg): Remove function.
23935         (special_function): Remove argument $in_func.  Only handle
23936         generating output for tables of tests, not inside functions.
23937         (parse_args): Likewise.
23938         (generate_testfile): Remove variable $in_func.  Update call to
23939         parse_args.
23940         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
23941         (MINUS_ZERO_INIT): Rename macro to minus_zero.
23942         (PLUS_INFTY_INIT): Rename macro to plus_infty.
23943         (MINUS_INFTY_INIT): Rename macro to minus_infty.
23944         (QNAN_VALUE_INIT): Rename macro to qnan_value.
23945         (MAX_VALUE_INIT): Rename macro to max_value.
23946         (MIN_VALUE_INIT): Rename macro to min_value.
23947         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
23948         (plus_zero): Remove variable.
23949         (minus_zero): Likewise.
23950         (plus_infty): Likewise.
23951         (minus_infty): Likewise.
23952         (qnan_value): Likewise.
23953         (max_value): Likewise.
23954         (min_value): Likewise.
23955         (min_subnorm_value): Likewise.
23957 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23959         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
23960         uint64_t or uint32_t usage.
23961         * crypt/sha256-block.c: Likewise.
23962         * crypt/sha256-crypt.c: Likewise.
23963         * crypt/sha256.c: Likewise.
23964         * crypt/sha512-block.c: Likewise.
23965         * crypt/sha512-crypt.c: Likewise.
23966         * crypt/sha512.c: Likewise.
23967         * debug/backtrace-tst.c: Likewise.
23968         * debug/pcprofiledump.c: Likewise.
23969         * elf/cache.c: Likewise.
23970         * elf/dl-cache.c: Likewise.
23971         * elf/dl-misc.c: Likewise.
23972         * elf/dl-profile.c: Likewise.
23973         * elf/dl-support.c: Likewise.
23974         * elf/ldconfig.c: Likewise.
23975         * elf/sprof.c: Likewise.
23976         * iconv/dummy-repertoire.c: Likewise.
23977         * iconv/iconv_charmap.c: Likewise.
23978         * iconv/skeleton.c: Likewise.
23979         * iconvdata/8bit-generic.c: Likewise.
23980         * iconvdata/cp737.h: Likewise.
23981         * iconvdata/cp775.h: Likewise.
23982         * iconvdata/ibm1008.h: Likewise.
23983         * iconvdata/ibm1025.h: Likewise.
23984         * iconvdata/ibm1046.h: Likewise.
23985         * iconvdata/ibm1097.h: Likewise.
23986         * iconvdata/ibm1112.h: Likewise.
23987         * iconvdata/ibm1122.h: Likewise.
23988         * iconvdata/ibm1123.h: Likewise.
23989         * iconvdata/ibm1124.h: Likewise.
23990         * iconvdata/ibm1129.h: Likewise.
23991         * iconvdata/ibm1130.h: Likewise.
23992         * iconvdata/ibm1132.h: Likewise.
23993         * iconvdata/ibm1133.h: Likewise.
23994         * iconvdata/ibm1137.h: Likewise.
23995         * iconvdata/ibm1140.h: Likewise.
23996         * iconvdata/ibm1141.h: Likewise.
23997         * iconvdata/ibm1142.h: Likewise.
23998         * iconvdata/ibm1143.h: Likewise.
23999         * iconvdata/ibm1144.h: Likewise.
24000         * iconvdata/ibm1145.h: Likewise.
24001         * iconvdata/ibm1146.h: Likewise.
24002         * iconvdata/ibm1147.h: Likewise.
24003         * iconvdata/ibm1148.h: Likewise.
24004         * iconvdata/ibm1149.h: Likewise.
24005         * iconvdata/ibm1153.h: Likewise.
24006         * iconvdata/ibm1154.h: Likewise.
24007         * iconvdata/ibm1155.h: Likewise.
24008         * iconvdata/ibm1156.h: Likewise.
24009         * iconvdata/ibm1157.h: Likewise.
24010         * iconvdata/ibm1158.h: Likewise.
24011         * iconvdata/ibm1160.h: Likewise.
24012         * iconvdata/ibm1161.h: Likewise.
24013         * iconvdata/ibm1162.h: Likewise.
24014         * iconvdata/ibm1163.h: Likewise.
24015         * iconvdata/ibm1164.h: Likewise.
24016         * iconvdata/ibm1166.h: Likewise.
24017         * iconvdata/ibm1167.h: Likewise.
24018         * iconvdata/ibm12712.h: Likewise.
24019         * iconvdata/ibm1390.h: Likewise.
24020         * iconvdata/ibm1399.h: Likewise.
24021         * iconvdata/ibm16804.h: Likewise.
24022         * iconvdata/ibm4517.h: Likewise.
24023         * iconvdata/ibm4899.h: Likewise.
24024         * iconvdata/ibm4909.h: Likewise.
24025         * iconvdata/ibm4971.h: Likewise.
24026         * iconvdata/ibm5347.h: Likewise.
24027         * iconvdata/ibm803.h: Likewise.
24028         * iconvdata/ibm856.h: Likewise.
24029         * iconvdata/ibm901.h: Likewise.
24030         * iconvdata/ibm902.h: Likewise.
24031         * iconvdata/ibm9030.h: Likewise.
24032         * iconvdata/ibm9066.h: Likewise.
24033         * iconvdata/ibm921.h: Likewise.
24034         * iconvdata/ibm922.h: Likewise.
24035         * iconvdata/ibm9448.h: Likewise.
24036         * iconvdata/isiri-3342.h: Likewise.
24037         * iconvdata/jis0201.h: Likewise.
24038         * include/link.h: Likewise.
24039         * include/netdb.h: Likewise.
24040         * inet/check_native.c: Likewise.
24041         * inet/check_pf.c: Likewise.
24042         * inet/getipv4sourcefilter.c: Likewise.
24043         * inet/getnameinfo.c: Likewise.
24044         * inet/getsourcefilter.c: Likewise.
24045         * inet/htonl.c: Likewise.
24046         * inet/setipv4sourcefilter.c: Likewise.
24047         * inet/setsourcefilter.c: Likewise.
24048         * inet/test-inet6_opt.c: Likewise.
24049         * inet/tst-network.c: Likewise.
24050         * locale/C-collate.c: Likewise.
24051         * locale/C-ctype.c: Likewise.
24052         * locale/C-time.c: Likewise.
24053         * locale/C-translit.h: Likewise.
24054         * locale/loadarchive.c: Likewise.
24055         * locale/programs/3level.h: Likewise.
24056         * locale/programs/charmap.c: Likewise.
24057         * locale/programs/charmap.h: Likewise.
24058         * locale/programs/ld-address.c: Likewise.
24059         * locale/programs/ld-collate.c: Likewise.
24060         * locale/programs/ld-ctype.c: Likewise.
24061         * locale/programs/ld-identification.c: Likewise.
24062         * locale/programs/ld-measurement.c: Likewise.
24063         * locale/programs/ld-messages.c: Likewise.
24064         * locale/programs/ld-monetary.c: Likewise.
24065         * locale/programs/ld-name.c: Likewise.
24066         * locale/programs/ld-numeric.c: Likewise.
24067         * locale/programs/ld-paper.c: Likewise.
24068         * locale/programs/ld-telephone.c: Likewise.
24069         * locale/programs/ld-time.c: Likewise.
24070         * locale/programs/linereader.c: Likewise.
24071         * locale/programs/locale.c: Likewise.
24072         * locale/programs/locarchive.c: Likewise.
24073         * locale/programs/locfile.h: Likewise.
24074         * locale/programs/repertoire.c: Likewise.
24075         * locale/programs/simple-hash.c: Likewise.
24076         * locale/programs/simple-hash.h: Likewise.
24077         * malloc/memusage.c: Likewise.
24078         * malloc/memusagestat.c: Likewise.
24079         * nis/nis_defaults.c: Likewise.
24080         * nis/nis_hash.c: Likewise.
24081         * nis/nis_print.c: Likewise.
24082         * nis/nis_xdr.c: Likewise.
24083         * nscd/connections.c: Likewise.
24084         * nscd/hstcache.c: Likewise.
24085         * nscd/nscd_gethst_r.c: Likewise.
24086         * nscd/nscd_getserv_r.c: Likewise.
24087         * nscd/nscd_helper.c: Likewise.
24088         * nscd/servicescache.c: Likewise.
24089         * nss/makedb.c: Likewise.
24090         * nss/nss_db/db-XXX.c: Likewise.
24091         * nss/nss_db/db-initgroups.c: Likewise.
24092         * nss/nss_db/db-netgrp.c: Likewise.
24093         * nss/nss_files/files-network.c: Likewise.
24094         * nss/nss_files/files-parse.c: Likewise.
24095         * posix/bug-regex5.c: Likewise.
24096         * posix/fnmatch_loop.c: Likewise.
24097         * posix/regcomp.c: Likewise.
24098         * posix/regexec.c: Likewise.
24099         * posix/tst-rfc3484-2.c: Likewise.
24100         * posix/tst-rfc3484-3.c: Likewise.
24101         * posix/tst-rfc3484.c: Likewise.
24102         * resolv/nss_dns/dns-canon.c: Likewise.
24103         * resolv/nss_dns/dns-network.c: Likewise.
24104         * resolv/res_init.c: Likewise.
24105         * resolv/res_mkquery.c: Likewise.
24106         * resolv/tst-aton.c: Likewise.
24107         * stdlib/cxa_atexit.c: Likewise.
24108         * stdlib/cxa_finalize.c: Likewise.
24109         * stdlib/gen-fpioconst.c: Likewise.
24110         * stdlib/strtol_l.c: Likewise.
24111         * string/tst-endian.c: Likewise.
24112         * sunrpc/auth_des.c: Likewise.
24113         * sunrpc/clnt_udp.c: Likewise.
24114         * sunrpc/rtime.c: Likewise.
24115         * sunrpc/svcauth_des.c: Likewise.
24116         * sunrpc/xdr.c: Likewise.
24117         * sunrpc/xdr_intXX_t.c: Likewise.
24118         * sunrpc/xdr_rec.c: Likewise.
24119         * sysdeps/generic/ldconfig.h: Likewise.
24120         * sysdeps/generic/ldsodefs.h: Likewise.
24121         * sysdeps/generic/memusage.h: Likewise.
24122         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24123         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24124         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24125         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24126         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24127         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24128         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24129         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24130         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24131         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24132         * sysdeps/posix/getaddrinfo.c: Likewise.
24133         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24134         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24135         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24136         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24137         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24138         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24139         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24140         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24141         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24142         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24143         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24144         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24145         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24146         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24147         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24148         * sysdeps/x86_64/dl-tls.h: Likewise.
24149         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24150         * time/alt_digit.c: Likewise.
24151         * time/era.c: Likewise.
24152         * wcsmbs/tst-c16c32-1.c: Likewise.
24154 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24156         * math/libm-test.inc (struct test_sincos_data): New type.
24157         (RUN_TEST_LOOP_sincos): New macro.
24158         (sincos_test_data): New variable.
24159         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24161 2013-05-16  Richard Henderson  <rth@redhat.com>
24163         * math/atest-exp2.c (LIMB64): New macro.
24164         (CONSTSZ): New macro.
24165         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24166         (hexdig): Move ...
24167         (print_mpn_fp): ... to function scope.
24168         (read_mpn_hex): Remove.
24169         (get_log2): Remove.
24170         (exp2_mpn): Use mp_log2.
24171         (main): Use mp_exp1.
24173 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24175         * math/libm-test.inc: Remove comment about not testing "inexact"
24176         exceptions.
24177         (INEXACT_EXCEPTION): New macro.
24178         (NO_INEXACT_EXCEPTION): Likewise.
24179         (INVALID_EXCEPTION_OK): Update value.
24180         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24181         (OVERFLOW_EXCEPTION_OK): Likewise.
24182         (UNDERFLOW_EXCEPTION_OK): Likewise.
24183         (IGNORE_ZERO_INF_SIGN): Likewise.
24184         (ERRNO_UNCHANGED): Likewise.
24185         (ERRNO_EDOM): Likewise.
24186         (ERRNO_ERANGE): Likewise.
24187         (test_exceptions): Handle testing "inexact" exceptions.
24188         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24189         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24190         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24191         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24192         INEXACT_EXCEPTION.
24193         (rint_towardzero_test_data): Likewise.
24194         (rint_downward_test_data): Likewise.
24195         (rint_upward_test_data): Likewise.
24197         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24198         with OVERFLOW_EXCEPTION.
24199         (exp10_test_data): Likewise.
24200         (exp2_test_data): Likewise.
24201         (expm1_test_data): Likewise.
24202         (lgamma_test_data): Likewise.
24203         (pow_test_data): Likewise.
24204         (tgamma_test_data): Likewise.
24205         (yn_test_data): Remove duplicate test of overflow.
24207         * math/libm-test.inc (struct test_cc_c_data): New type.
24208         (RUN_TEST_LOOP_cc_c): New macro.
24209         (cpow_test_data): New variable.
24210         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24212         * math/libm-test.inc (struct test_f_L_data): New type.
24213         (RUN_TEST_LOOP_f_L): New macro.
24214         (llrint_test_data): New variable.
24215         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24216         (llrint_tonearest_test_data): New variable.
24217         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24218         (llrint_towardzero_test_data): New variable.
24219         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24220         (llrint_downward_test_data): New variable.
24221         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24222         (llrint_upward_test_data): New variable.
24223         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24224         (llround_test_data): New variable.
24225         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24227 2013-05-13  Peter Collingbourne  <pcc@google.com>
24229         * math/atest-exp2.c (get_log2): Remove const attribute.
24231 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24233         * math/libm-test.inc (struct test_f_l_data): New type.
24234         (RUN_TEST_LOOP_f_l): New macro.
24235         (lrint_test_data): New variable.
24236         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24237         (lrint_tonearest_test_data): New variable.
24238         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24239         (lrint_towardzero_test_data): New variable.
24240         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24241         (lrint_downward_test_data): New variable.
24242         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24243         (lrint_upward_test_data): New variable.
24244         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24245         (lround_test_data): New variable.
24246         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24248 2013-05-15  Peter Collingbourne  <pcc@google.com>
24250         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24251         (EXTRACT_WORDS64) Use where appropriate.
24252         (INSERT_WORDS64) Likewise.
24254         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24255         constraints with x constraints.
24256         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24258         * malloc/obstack.c (_obstack_compat): Add initializer.
24260 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24262         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24263         si_trapno and add si_addr_lsb to _sifields.sigfault.
24264         (si_trapno): Remove macro.
24265         (si_addr_lsb): Define new macro.
24266         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24268 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24270         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24271         instead of TEST_f_l.
24272         (llrint_test_tonearest): Likewise.
24273         (llrint_test_towardzero): Likewise.
24274         (llrint_test_downward): Likewise.
24275         (llrint_test_upward): Likewise.
24276         (llround_test): Likewise.
24278         * math/libm-test.inc (struct test_f_i_data): Add comment.
24279         (RUN_TEST_LOOP_f_b): New macro.
24280         (RUN_TEST_LOOP_f_b_tg): Likewise.
24281         (finite_test_data): New variable.
24282         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24283         (isfinite_test_data): New variable.
24284         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24285         (isinf_test_data): New variable.
24286         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24287         (isnan_test_data): New variable.
24288         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24289         (isnormal_test_data): New variable.
24290         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24291         (issignaling_test_data): New variable.
24292         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24293         (signbit_test_data): New variable.
24294         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24296         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24297         with INVALID_EXCEPTION.
24298         (acosh_test_data): Likewise.
24299         (asin_test_data): Likewise.
24300         (atanh_test_data): Likewise.
24301         (fmod_test_data): Likewise.
24302         (log_test_data): Likewise.
24303         (log10_test_data): Likewise.
24304         (log2_test_data): Likewise.
24305         (pow_test_data): Likewise.
24306         (sqrt_test_data): Likewise.
24307         (y0_test_data): Likewise.
24308         (y1_test_data): Likewise.
24309         (yn_test_data): Likewise.
24311         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24312         function contents.
24314         * math/libm-test.inc (struct test_ff_i_data): New type.
24315         (RUN_TEST_LOOP_ff_i_tg): New macro.
24316         (isgreater_test_data): New variable.
24317         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24318         (isgreaterequal_test_data): New variable.
24319         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24320         (isless_test_data): New variable.
24321         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24322         (islessequal_test_data): New variable.
24323         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24324         (islessgreater_test_data): New variable.
24325         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24326         (isunordered_test_data): New variable.
24327         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24329 2013-05-14  David S. Miller  <davem@davemloft.net>
24331         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24333 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
24335         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24337         * math/libm-test.inc (struct test_fF_f1_data): Change type of
24338         extra_test to int.
24339         (struct test_f_i_data): Change type of max_ulp to int.
24341         * math/libm-test.inc (test_ffI_f1_data): New type.
24342         (RUN_TEST_LOOP_ffI_f1): New macro.
24343         (remquo_test_data): New variable.
24344         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24346         * setjmp/tst-setjmp-fp.c: New file.
24347         * setjmp/Makefile (tests): Add tst-setjmp-fp.
24348         (link-libm): New variable.
24349         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24351         * math/libm-test.inc (struct test_f_i_data): New type.
24352         (RUN_TEST_LOOP_f_i): New macro.
24353         (RUN_TEST_LOOP_f_i_tg): Likewise.
24354         (fpclassify_test_data): New variable.
24355         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24356         (ilogb_test_data): New variable.
24357         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24359         * math/libm-test.inc (scalbln_test): Correct function name in END
24360         call.
24362         * math/libm-test.inc (struct test_f_f1_data): Add comment.
24363         (RUN_TEST_LOOP_fI_f1): New macro.
24364         (frexp_test_data): New variable.
24365         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24367         * math/libm-test.inc (struct test_fF_f1_data): New type.
24368         (RUN_TEST_LOOP_fF_f1): New macro.
24369         (modf_test_data): New variable.
24370         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24372         * math/libm-test.inc (struct test_f_f1_data): New type.
24373         (RUN_TEST_LOOP_f_f1): New macro.
24374         (gamma_test_data): New variable.
24375         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24376         (lgamma_test_data): New variable.
24377         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24379 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
24381         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24382         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24383         (main): Comment "tls" pseudo-hwcap.
24385 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
24387         * math/libm-test.inc (struct test_fl_f_data): New type.
24388         (RUN_TEST_LOOP_fl_f): New variable.
24389         (scalbln_test_data): New variable.
24390         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24392         * math/libm-test.inc (struct test_fi_f_data): New type.
24393         (RUN_TEST_LOOP_fi_f): New macro.
24394         (ldexp_test_data): New variable.
24395         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24396         (scalbn_test_data): New variable.
24397         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
24399         * math/libm-test.inc (struct test_c_f_data): New type.
24400         (RUN_TEST_LOOP_c_f): New macro.
24401         (cabs_test_data): New variable.
24402         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
24403         (carg_test_data): New variable.
24404         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
24405         (cimag_test_data): New variable.
24406         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
24407         (creal_test_data): New variable.
24408         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
24410         * math/libm-test.inc (struct test_if_f_data): New type.
24411         (RUN_TEST_LOOP_if_f): New macro.
24412         (jn_test_data): New variable.
24413         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
24414         (yn_test_data): New variable.
24415         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
24417         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
24419 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24421         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
24422         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
24424 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24426         * benchtests/Makefile (CPPFLAGS-nonlib): Add
24427         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
24428         (bench-deps): Add bench-timing.h.
24429         * benchtests-bench-skeleton.c: Include bench-timing.h.
24430         (main): Use TIMING_* macros instead of clock_gettime.
24431         * benchtests/bench-timing.h: New file.
24433         [BZ #14582]
24434         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
24435         Renamed from _LIB_VERSION.
24436         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
24438 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
24440         * math/libm-test.inc (struct test_fff_f_data): New type.
24441         (RUN_TEST_LOOP_fff_f): New macro.
24442         (fma_test_data): New variable.
24443         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
24444         (fma_towardzero_test_data): New variable.
24445         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
24446         (fma_downward_test_data): New variable.
24447         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
24448         (fma_upward_test_data): New variable.
24449         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
24451         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
24452         (struct test_c_c_data): New type.
24453         (RUN_TEST_LOOP_c_c): New macro.
24454         (cacos_test_data): New variable.
24455         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
24456         (cacosh_test_data): New variable.
24457         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
24458         (casin_test_data): New variable.
24459         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
24460         (casinh_test_data): New variable.
24461         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
24462         (catan_test_data): New variable.
24463         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
24464         (catanh_test_data): New variable.
24465         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
24466         (ccos_test_data): New variable.
24467         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
24468         (ccosh_test_data): New variable.
24469         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
24470         (cexp_test_data): New variable.
24471         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
24472         (clog_test_data): New variable.
24473         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
24474         (clog10_test_data): New variable.
24475         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
24476         (conj_test_data): New variable.
24477         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
24478         (cproj_test_data): New variable.
24479         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
24480         (csin_test_data): New variable.
24481         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
24482         (csinh_test_data): New variable.
24483         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
24484         (csqrt_test_data): New variable.
24485         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
24486         (ctan_test_data): New variable.
24487         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
24488         (ctan_tonearest_test_data): New variable.
24489         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24490         (ctan_towardzero_test_data): New variable.
24491         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24492         (ctan_downward_test_data): New variable.
24493         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24494         (ctan_upward_test_data): New variable.
24495         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24496         (ctanh_test_data): New variable.
24497         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
24498         (ctanh_tonearest_test_data): New variable.
24499         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24500         (ctanh_towardzero_test_data): New variable.
24501         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24502         (ctanh_downward_test_data): New variable.
24503         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24504         (ctanh_upward_test_data): New variable.
24505         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24506         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
24507         of BUILD_COMPLEX.
24509         * math/libm-test.inc (struct test_ff_f_data): New type.
24510         (struct test_ff_f_data_nexttoward): Likewise.
24511         (RUN_TEST_LOOP_2_f): New macro.
24512         (RUN_TEST_LOOP_ff_f): Likewise.
24513         (atan2_test_data): New variable.
24514         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
24515         (copysign_test_data): New variable.
24516         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
24517         (fdim_test_data): New variable.
24518         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
24519         (fmax_test_data): New variable.
24520         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
24521         (fmin_test_data): New variable.
24522         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
24523         (fmod_test_data): New variable.
24524         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
24525         (hypot_test_data): New variable.
24526         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
24527         (nextafter_test_data): New variable.
24528         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
24529         (nexttoward_test_data): New variable.
24530         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
24531         (pow_test_data): New variable.
24532         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
24533         (pow_tonearest_test_data): New variable.
24534         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
24535         (pow_towardzero_test_data): New variable.
24536         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
24537         (pow_downward_test_data): New variable.
24538         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
24539         (pow_upward_test_data): New variable.
24540         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
24541         (remainder_test_data): New variable.
24542         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
24543         (scalb_test_data): New variable.
24544         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
24545         * sysdeps/i386/fpu/libm-test-ulps: Update.
24547 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
24549         * math/libm-test.inc (fma_test): Use max_value instead of local
24550         variable fltmax.
24551         (nextafter_test): Likewise.
24553         * math/libm-test.inc (acos_towardzero_test_data): New variable.
24554         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24555         (acos_downward_test_data): New variable.
24556         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24557         (acos_upward_test_data): New variable.
24558         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24559         (acosh_test_data): New variable.
24560         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
24561         (asin_test_data): New variable.
24562         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
24563         (asin_tonearest_test_data): New variable.
24564         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24565         (asin_towardzero_test_data): New variable.
24566         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24567         (asin_downward_test_data): New variable.
24568         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24569         (asin_upward_test_data): New variable.
24570         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24571         (asinh_test_data): New variable.
24572         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
24573         (atan_test_data): New variable.
24574         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
24575         (atanh_test_data): New variable.
24576         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
24577         (cbrt_test_data): New variable.
24578         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
24579         (ceil_test_data): New variable.
24580         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
24581         (cos_test_data): New variable.
24582         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
24583         (cos_tonearest_test_data): New variable.
24584         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24585         (cos_towardzero_test_data): New variable.
24586         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24587         (cos_downward_test_data): New variable.
24588         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24589         (cos_upward_test_data): New variable.
24590         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24591         (cosh_test_data): New variable.
24592         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
24593         (cosh_tonearest_test_data): New variable.
24594         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24595         (cosh_towardzero_test_data): New variable.
24596         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24597         (cosh_downward_test_data): New variable.
24598         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24599         (cosh_upward_test_data): New variable.
24600         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24601         (erf_test_data): New variable.
24602         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
24603         (erfc_test_data): New variable.
24604         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
24605         (exp_test_data): New variable.
24606         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
24607         (exp_tonearest_test_data): New variable.
24608         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24609         (exp_towardzero_test_data): New variable.
24610         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24611         (exp_downward_test_data): New variable.
24612         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24613         (exp_upward_test_data): New variable.
24614         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24615         (exp10_test_data): New variable.
24616         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
24617         (exp2_test_data): New variable.
24618         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
24619         (expm1_test_data): New variable.
24620         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
24621         (fabs_test_data): New variable.
24622         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
24623         (floor_test_data): New variable.
24624         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
24625         (j0_test_data): New variable.
24626         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
24627         (j1_test_data): New variable.
24628         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
24629         (log_test_data): New variable.
24630         (log_test): Run tests with RUN_TEST_LOOP_f_f.
24631         (log10_test_data): New variable.
24632         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
24633         (log1p_test_data): New variable.
24634         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
24635         (log2_test_data): New variable.
24636         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
24637         (logb_test_data): New variable.
24638         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
24639         (logb_downward_test_data): New variable.
24640         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24641         (nearbyint_test_data): New variable.
24642         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
24643         (rint_test_data): New variable.
24644         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
24645         (rint_tonearest_test_data): New variable.
24646         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24647         (rint_towardzero_test_data): New variable.
24648         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24649         (rint_downward_test_data): New variable.
24650         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24651         (rint_upward_test_data): New variable.
24652         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24653         (round_test_data): New variable.
24654         (round_test): Run tests with RUN_TEST_LOOP_f_f.
24655         (sin_test_data): New variable.
24656         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
24657         (sin_tonearest_test_data): New variable.
24658         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24659         (sin_towardzero_test_data): New variable.
24660         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24661         (sin_downward_test_data): New variable.
24662         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24663         (sin_upward_test_data): New variable.
24664         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24665         (sinh_test_data): New variable.
24666         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
24667         (sinh_tonearest_test_data): New variable.
24668         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24669         (sinh_towardzero_test_data): New variable.
24670         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24671         (sinh_downward_test_data): New variable.
24672         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24673         (sinh_upward_test_data): New variable.
24674         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24675         (sqrt_test_data): New variable.
24676         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
24677         (tan_test_data): New variable.
24678         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
24679         (tan_tonearest_test_data): New variable.
24680         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24681         (tan_towardzero_test_data): New variable.
24682         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24683         (tan_downward_test_data): New variable.
24684         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24685         (tan_upward_test_data): New variable.
24686         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24687         (tanh_test_data): New variable.
24688         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
24689         (tgamma_test_data): New variable.
24690         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
24691         (trunc_test_data): New variable.
24692         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
24693         (y0_test_data): New variable.
24694         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
24695         (y1_test_data): New variable.
24696         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
24697         (significand_test_data): New variable.
24698         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
24700 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
24702         [BZ #12387]
24703         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
24705 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
24707         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
24709 2013-05-10  Andreas Jaeger  <aj@suse.de>
24711         [BZ #15448]
24712         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
24713         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
24715 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
24717         * math/gen-libm-test.pl (adjust_arg): New function.
24718         (special_functions): Handle generating output in both functions
24719         and arrays.
24720         (parse_args): Likewise.
24721         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
24722         $in_func argument to parse_args.
24723         * math/libm-test.inc (struct test_f_f_data): New type.
24724         (IF_ROUND_INIT_): New macro.
24725         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
24726         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
24727         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
24728         (IF_ROUND_INIT_FE_UPWARD): Likewise.
24729         (ROUND_RESTORE_): Likewise.
24730         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
24731         (ROUND_RESTORE_FE_TONEAREST): Likewise.
24732         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
24733         (ROUND_RESTORE_FE_UPWARD): Likewise.
24734         (RUN_TEST_LOOP_f_f): New macro.
24735         (acos_test_data): New variable.
24736         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
24737         (acos_tonearest_test_data): New variable.
24738         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24740 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
24742         * benchtests/bench-skeleton.c (startup): Fix coding style.
24744 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
24746         [BZ #6809]
24747         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
24748         negative infinity argument.
24749         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
24750         negative infinity argument.
24751         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
24752         negative infinity argument.
24753         * math/libm-test.inc (tgamma_test): Expect errno to be set for
24754         domain errors.
24756 2013-05-10  Florian Weimer  <fweimer@redhat.com>
24758         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
24759         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
24760         * iconv/iconv_prog.c (main): Likewise.
24761         * locale/programs/charmap-dir.c (charmap_readdir)
24762         (fopen_uncompressed): Likewise.
24763         * locale/programs/locfile.c (siblings_uncached)
24764         (write_locale_data): Use lstat64 instead of lstat.
24765         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
24766         stat.
24768 2013-05-10  Andreas Jaeger  <aj@suse.de>
24770         [BZ #15395]
24771         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
24772         localization.
24773         Include <locale.h>.
24775 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
24777         * elf/dl-close.c (_dl_close_worker): Add comments.
24779 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
24781         [BZ #15359]
24782         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
24783         high part of pi/2.
24784         (__ieee754_rem_pio2l): Update comments.
24786         [BZ #15429]
24787         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
24788         high part of pi/2.
24789         (__ieee754_rem_pio2l): Update comments.
24791         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
24792         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
24794         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
24795         M_PI_4l.
24797         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
24798         (M_PI_34_LOG10El): Likewise.
24799         (M_PI2_LOG10El): Likewise.
24800         (M_PI4_LOG10El): Likewise.
24801         (M_PI_LOG10El): Likewise.
24803 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24805         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24807 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
24809         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
24810         (MINUS_ZERO_INIT): Likewise.
24811         (PLUS_INFTY_INIT): Likewise.
24812         (MINUS_INFTY_INIT): Likewise.
24813         (QNAN_VALUE_INIT): Likewise.
24814         (MAX_VALUE_INIT): Likewise.
24815         (MIN_VALUE_INIT): Likewise.
24816         (MIN_SUBNORM_VALUE_INIT): Likewise.
24817         (plus_zero): Initialize with PLUS_ZERO_INIT.
24818         (minus_zero): Initialize with MINUS_ZERO_INIT.
24819         (plus_infty): Initialize with PLUS_INFTY_INIT.
24820         (minus_infty): Initialize with MINUS_INFTY_INIT.
24821         (qnan_value): Initialize with QNAN_VALUE_INIT.
24822         (max_value): Initialize with MAX_VALUE_INIT.
24823         (min_value): Initialize with MIN_VALUE_INIT.
24824         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
24826         * math/libm-test.inc (RUN_TEST_if_f): New macro.
24827         (jn_test): Use TEST_if_f instead of TEST_ff_f.
24828         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
24829         (yn_test): Use TEST_if_f instead of TEST_ff_f.
24831         * math/libm-test.inc (RUN_TEST_f_f): New macro.
24832         (RUN_TEST_2_f): Likewise.
24833         (RUN_TEST_ff_f): Likewise.
24834         (RUN_TEST_fi_f): Likewise.
24835         (RUN_TEST_fl_f): Likewise.
24836         (RUN_TEST_fff_f): Likewise.
24837         (RUN_TEST_c_f): Likewise.
24838         (RUN_TEST_f_f1): Likewise.
24839         (RUN_TEST_fF_f1): Likewise.
24840         (RUN_TEST_fI_f1): Likewise.
24841         (RUN_TEST_ffI_f1): Likewise.
24842         (RUN_TEST_c_c): Likewise.
24843         (RUN_TEST_cc_c): Likewise.
24844         (RUN_TEST_f_i): Likewise.
24845         (RUN_TEST_f_i_tg): Likewise.
24846         (RUN_TEST_ff_i_tg): Likewise.
24847         (RUN_TEST_f_b): Likewise.
24848         (RUN_TEST_f_b_tg): Likewise.
24849         (RUN_TEST_f_l): Likewise.
24850         (RUN_TEST_f_L): Likewise.
24851         (RUN_TEST_sincos): Likewise.
24852         * math/gen-libm-test.pl (new_test): Take new argument to indicate
24853         whether to show exceptions.  Do not include ");\n" in return
24854         value.
24855         (special_functions): Output call to RUN_TEST_sincos instead of
24856         check_float calls.  Update calls to new_test.
24857         (parse_args): Output call to single RUN_TEST_* macro instead of
24858         check_* calls and other assignments.  Update calls to new_test.
24860         [BZ #2546]
24861         [BZ #2560]
24862         [BZ #5159]
24863         [BZ #15426]
24864         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
24865         input to result for tgamma overflow.
24866         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
24867         (gamma_coeff): New variable.
24868         (NCOEFF): New macro.
24869         (gamma_positive): New function.
24870         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
24871         underflow here.  Use gamma_positive instead of exp (lgamma) for
24872         other arguments.
24873         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
24874         (gamma_coeff): New variable.
24875         (NCOEFF): New macro.
24876         (gammaf_positive): New function.
24877         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
24878         underflow here.  Use gamma_positive instead of exp (lgamma) for
24879         other arguments.
24880         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
24881         (gamma_coeff): New variable.
24882         (NCOEFF): New macro.
24883         (gammal_positive): New function.
24884         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
24885         underflow here.  Use gamma_positive instead of exp (lgamma) for
24886         other arguments.
24887         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
24888         (gamma_coeff): New variable.
24889         (NCOEFF): New macro.
24890         (gammal_positive): New function.
24891         (__ieee754_gammal_r): Handle positive infinity, overflow and
24892         underflow here.  Handle NaN the same as positive infinity.  Remove
24893         check x < 0xffffffff for negative integers.  Use gamma_positive
24894         instead of exp (lgamma) for other arguments.
24895         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
24896         (gamma_coeff): New variable.
24897         (NCOEFF): New macro.
24898         (gammal_positive): New function.
24899         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
24900         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
24901         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
24902         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
24903         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
24904         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
24905         * sysdeps/generic/math_private.h (__gamma_productf): New
24906         prototype.
24907         (__gamma_product): Likewise.
24908         (__gamma_productl): Likewise.
24909         * math/Makefile (libm-calls): Add gamma_product.
24910         * math/libm-test.inc (tgamma_test): Add more tests.
24911         * sysdeps/i386/fpu/libm-test-ulps: Update.
24912         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24914 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
24916         * benchtests/bench-skeleton.c (main): Preheat CPU.
24918 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
24920         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
24922 2013-05-07  Roland McGrath  <roland@hack.frob.com>
24924         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
24925         and _dl_skip_args_internal.
24927 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
24929         * manual/message.texi (Message Translation): Talk about users.
24930         Message to key mapping impacts design.
24932 2013-05-06  Roland McGrath  <roland@hack.frob.com>
24934         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
24936         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
24938         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
24939         * sysdeps/wordsize-64/glob64.c: ... here.
24941         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
24942         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
24943         New macros.
24945         * debug/getlogin_r_chk.c: Moved to ...
24946         * login/getlogin_r_chk.c: ... here.
24947         * debug/Makefile (routines): Move getlogin_r_chk to ...
24948         * login/Makefile (routines): ... here.
24949         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
24950         * login/Versions (libc: GLIBC_2.4): ... here.
24952         * io/poll.c (__poll): Renamed from poll.
24953         Add libc_hidden_def.
24954         (poll): Define as weak alias.
24956         * debug/ptsname_r_chk.c: Moved to ...
24957         * login/ptsname_r_chk.c: ... here.
24958         * debug/Makefile (routines): Move ptsname_r_chk to ...
24959         * login/Makefile (routines): ... here.
24960         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
24961         * login/Versions (libc: GLIBC_2.4): ... here.
24963         * posix/getlogin.c: Moved to ...
24964         * login/getlogin.c: ... here.
24965         * posix/getlogin_r.c: Moved to ...
24966         * login/getlogin_r.c: ... here.
24967         * posix/getlogin_r.c: Moved to ...
24968         * login/getlogin_r.c: ... here.
24969         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
24970         * login/Makefile (routines): ... here.
24971         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
24972         * login/Versions (libc: GLIBC_2.0): ... here.
24974         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
24975         (setrlimit): Define as weak alias.
24977         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
24978         Call __ names for open, ftruncate, and close.
24979         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
24980         (truncate): Define as weak alias.
24982 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
24984         * math/gen-libm-test.pl (parse_args): Initialize x before each
24985         test of frexp, modf and remquo.
24987         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
24988         test signgam value.
24990 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24992         [BZ #15418]
24993         [BZ #15419]
24994         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
24995         internal tests.
24996         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24998 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25000         * elf/dl-writev.h: New file.
25001         * elf/dl-misc.c: Include it.
25002         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25003         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25005 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25007         * math/libm-test.inc (noXFails): Remove variable.
25008         (noXPasses): Likewise.
25009         (BUILD_COMPLEX_INT): Remove macro.
25010         (print_screen): Remove xfail argument.
25011         (print_screen_max_error): Likewise.
25012         (update_stats): Likewise.
25013         (print_max_error): Likewise.  Update calls to other affected
25014         functions.
25015         (print_complex_max_error): Likewise.
25016         (test_single_exception): Update calls to print_screen.
25017         (test_single_errno): Likewise.
25018         (check_float_internal): Remove xfail argument.  Update calls to
25019         other affected functions.
25020         (check_float): Likewise.
25021         (check_complex): Likewise.
25022         (check_int): Likewise.
25023         (check_long): Likewise.
25024         (check_bool): Likewise.
25025         (check_longlong): Likewise.
25026         (main): Don't print noXFails and noXPasses.
25027         * math/gen-libm-test.pl (top level): Don't mention expected
25028         failure handling in comment.
25029         (new_test): Don't handle expected failures.
25030         (parse_args): Don't mention expected failure handling in comment.
25031         (generate_testfile): Don't handle expected failures.
25032         (parse_ulps): Likewise.
25033         (print_ulps_file): Likewise.
25034         (get_failure): Remove function.
25035         (output_test): Don't handle expected failures.
25036         * make/README.libm-test: Don't mention expected failure handling.
25038         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25039         (minus_zero): Likewise.
25040         (plus_infty): Likewise.
25041         (minus_infty): Likewise.
25042         (qnan_value): Likewise.
25043         (max_value): Likewise.
25044         (min_value): Likewise.
25045         (min_subnorm_value): Likewise.
25046         (initialize): Do not initialize those variables dynamically.
25048 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25050         * io/open.c (__open_2): Moved to ...
25051         * io/open_2.c: ... this new file.
25052         * io/open64.c (__open64_2): Moved to ...
25053         * io/open64_2.c: ... this new file.
25054         * io/openat.c (__openat_2): Moved to ...
25055         * io/openat_2.c: ... this new file.
25056         * io/openat64.c (__openat64_2): Moved to ...
25057         * io/openat64_2.c: ... this new file.
25058         * io/Makefile (routines): Add them.
25059         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25060         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25061         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25062         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25063         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25064         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25065         (__openat64): Add hidden_ver.
25066         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25067         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25069         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25070         Separately conditionalize setting of GLRO(dl_sysinfo) so
25071         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25072         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25074 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25076         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25077         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25078         definition.
25079         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25080         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25081         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25082         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25083         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25085 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25087         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25088         test signgam value.
25090         * math/libm-test.inc (hypot_test): Do not use
25091         IGNORE_ZERO_INF_SIGN.
25093 2013-05-03  Andreas Jaeger  <aj@suse.de>
25095         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25096         Linux 3.9.
25097         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25098         (PF_MAX): Adjust for VSOCK change.
25100 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25102         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25104 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25106         [BZ #15264]
25107         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25108         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25109         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25111 2013-05-02  David S. Miller  <davem@davemloft.net>
25113         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25115 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25117         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25119 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25121         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25123 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25125         [BZ #14952]
25126         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25127         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25128         Use __attribute__ ((__gnu_inline__)).
25129         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25130         Don't use __attribute__ ((__gnu_inline__)).
25132 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25134         [BZ #15423]
25135         * math/s_catan.c (__catan): Handle small real or imaginary part of
25136         input specially to avoid spurious underflow.
25137         * math/s_catanf.c (__catanf): Likewise.
25138         * math/s_catanh.c (__catanh): Likewise.
25139         * math/s_catanhf.c (__catanhf): Likewise.
25140         * math/s_catanhl.c (__catanhl): Likewise.
25141         * math/s_catanl.c (__catanl): Likewise.
25142         * math/libm-test.inc (catan_test): Add more tests.
25143         (catanh_test): Likewise.
25144         * sysdeps/i386/fpu/libm-test-ulps: Update.
25145         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25147 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25149         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25151 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25153         [BZ #15416]
25154         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25155         accurately for denominator in atan2.
25156         * math/s_catanf.c (__catanf): Likewise.
25157         * math/s_catanh.c (__catanh): Likewise.
25158         * math/s_catanhf.c (__catanhf): Likewise.
25159         * math/s_catanhl.c (__catanhl): Likewise.
25160         * math/s_catanl.c (__catanl): Likewise.
25161         * math/libm-test.inc (catan_test): Add more tests.
25162         (catanh_test): Likewise.
25163         * sysdeps/i386/fpu/libm-test-ulps: Update.
25164         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25166 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25168         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25170         * benchtests/Makefile (bench): Remove slow benchmarks.
25171         * benchtests/atan-inputs: Add slow benchmark inputs.
25172         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25173         (BENCH_FUNC): Accept variant offset.
25174         (VARIANT): Define.
25175         * benchtests/bench-skeleton.c (main): Run benchmark for each
25176         variant.
25177         * benchtests/cos-inputs: Add slow benchmark inputs.
25178         * benchtests/exp-inputs: Likewise.
25179         * benchtests/pow-inputs: Likewise.
25180         * benchtests/sin-inputs: Likewise.
25181         * benchtests/slowatan-inputs: Remove.
25182         * benchtests/slowatan.c: Remove.
25183         * benchtests/slowcos-inputs: Remove.
25184         * benchtests/slowcos.c: Remove.
25185         * benchtests/slowexp-inputs: Remove.
25186         * benchtests/slowexp.c: Remove.
25187         * benchtests/slowpow-inputs: Remove.
25188         * benchtests/slowpow.c: Remove.
25189         * benchtests/slowsin-inputs: Remove.
25190         * benchtests/slowsin.c: Remove.
25191         * benchtests/slowtan-inputs: Remove.
25192         * benchtests/slowtan.c: Remove.
25193         * benchtests/tan-inputs: Add slow benchmark inputs.
25194         * scripts/bench.pl: Parse comments and directives.
25196         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25197         in CPPFLAGS.
25198         ($(objpfx)bench-%.c): Remove *-ITER.
25199         * benchtests/bench-modf.c: Remove definition of ITER.
25200         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25201         (main): Loop for DURATION seconds instead of fixed number of
25202         iterations.
25203         * scripts/bench.pl: Don't expect iterations in parameters.
25205 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25207         * io/fchdir.c (__fchdir): Renamed from fchdir.
25208         (fchdir): Define as weak alias.
25210 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25212         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25213         (ERRNO_EDOM): Likewise.
25214         (ERRNO_ERANGE): Likewise.
25215         (noErrnoTests): New variable.
25216         (init_max_error): Set errno to 0.
25217         (test_single_errno): New function.
25218         (test_errno): Likewise.
25219         (check_float_internal): Call test_errno.  Set errno to 0.
25220         (check_complex): Refer to errno tests in comment.
25221         (check_int): Call test_errno.  Set errno to 0.
25222         (check_long): Likewise.
25223         (check_bool): Likewise.
25224         (check_longlong): Likewise.
25225         (cos_test): Use ERRNO_* flags for errno tests instead of
25226         check_int.
25227         (expm1_test): Likewise.
25228         (fmod_test): Likewise.
25229         (ilogb_test): Likewise.
25230         (lgamma_test): Likewise.
25231         (pow_test): Likewise.
25232         (remainder_test): Likewise.
25233         (sin_test): Likewise.
25234         (tan_test): Likewise.
25235         (yn_test): Likewise.
25236         (initialize): Set errno to 0.
25237         (main): Print number of errno tests.
25238         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25240 2013-04-29  Andreas Jaeger  <aj@suse.de>
25242         [BZ #15084]
25243         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25244         and RES_USEVC.
25246         [BZ #15085]
25247         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25248         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25249         unimplemented.
25251         [BZ #15380]
25252         * stdlib/random.c (__initstate): Return NULL if
25253         __initstate fails.
25255         [BZ #15086]
25256         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25257         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25258         RES_SNGLKUPREOP.
25260 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25262         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25264 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25266         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25267         of individual tests.
25268         (casin_test): Likewise.
25269         (casinh_test): Likewise.
25271 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
25273         [BZ #15409]
25274         * math/s_catan.c (__catan): Handle arguments with large real or
25275         imaginary part separately without squaring.
25276         * math/s_catanf.c (__catanf): Likewise.
25277         * math/s_catanh.c (__catanh): Likewise.
25278         * math/s_catanhf.c (__catanhf): Likewise.
25279         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25280         and redefine.
25281         (__catanhl): Handle arguments with large real or imaginary part
25282         separately without squaring.
25283         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25284         and redefine.
25285         (__catanl): Handle arguments with large real or imaginary part
25286         separately without squaring.
25287         * math/libm-test.inc (catan_test): Add more tests.
25288         (catanh_test): Likewise.
25289         * sysdeps/i386/fpu/libm-test-ulps: Update.
25290         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25292 2013-04-27  Andreas Jaeger  <aj@suse.de>
25294         [BZ #15007]
25295         * stdlib/stdlib.h: Update guards for qecvt.
25296         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25297         <stdlib.h>.
25299 2013-04-27  Allan McRae  <allan@archlinux.org>
25301         * sysdeps/i386/fpu/libm-test-ulps: Update.
25303 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
25305         [BZ #15406]
25306         * math/s_catan.c: Include <float.h>.
25307         (__catan): Ensure underflow exception occurs for underflowed
25308         result.
25309         * math/s_catanf.c: Include <float.h>.
25310         (__catanf): Ensure underflow exception occurs for underflowed
25311         result.
25312         * math/s_catanh.c: Include <float.h>.
25313         (__catanh): Ensure underflow exception occurs for underflowed
25314         result.
25315         * math/s_catanhf.c: Include <float.h>.
25316         (__catanhf): Ensure underflow exception occurs for underflowed
25317         result.
25318         * math/s_catanhl.c: Include <float.h>.
25319         (__catanhl): Ensure underflow exception occurs for underflowed
25320         result.
25321         * math/s_catanl.c: Include <float.h>.
25322         (__catanl): Ensure underflow exception occurs for underflowed
25323         result.
25324         * math/libm-test.inc (catan_test): Add more tests.
25325         (catanh_test): Likewise.
25327         [BZ #15405]
25328         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25329         underflowed result.
25330         * math/s_ccoshf.c (__ccoshf): Likewise.
25331         * math/s_ccoshl.c (__ccoshl): Likewise.
25332         * math/s_csin.c (__csin): Likewise.
25333         * math/s_csinf.c (__csinf): Likewise.
25334         * math/s_csinh.c (__csinh): Likewise.
25335         * math/s_csinhf.c (__csinhf): Likewise.
25336         * math/s_csinhl.c (__csinhl): Likewise.
25337         * math/s_csinl.c (__csinl): Likewise.
25338         * math/libm-test.inc (ccos_test): Add more tests.
25339         (ccosh_test): Likewise.
25340         (csin_test): Likewise.
25341         (csinh_test): Likewise.
25343 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25345         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25346         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25347         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25348         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25349         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25350         powerpc/power5+/fpu folders.
25351         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25354 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
25356         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25358 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
25360         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25361         additions to variable.
25362         [$(config-machine) = x86_64] (modules-names): Likewise.
25363         ($(objpfx)tst-audit3): Remove dependency.
25364         ($(objpfx)tst-audit3.out): Likewise.
25365         ($(objpfx)tst-audit4): Likewise.
25366         ($(objpfx)tst-audit4.out): Likewise.
25367         ($(objpfx)tst-audit5): Likewise.
25368         ($(objpfx)tst-audit5.out): Likewise.
25369         ($(objpfx)tst-audit6): Likewise.
25370         ($(objpfx)tst-audit6.out): Likewise.
25371         ($(objpfx)tst-audit7): Likewise.
25372         ($(objpfx)tst-audit7.out): Likewise.
25373         (tst-audit3-ENV): Remove variable.
25374         (tst-audit4-ENV): Likewise.
25375         (tst-audit5-ENV): Likewise.
25376         (tst-audit6-ENV): Likewise.
25377         (tst-audit7-ENV): Likewise.
25378         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25379         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25380         addition to variable.
25381         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25382         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25383         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25384         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25385         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25386         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25387         tst-audit3, tst-audit4 and tst-audit5.
25388         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25389         tst-audit6 and tst-audit7.
25390         [$(subdir) = elf] (modules-names): Add audit modules for those
25391         tests.
25392         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25393         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25394         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25395         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25396         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25397         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
25398         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
25399         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
25400         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
25401         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
25402         [$(subdir) = elf] (tst-audit3-ENV): New variable.
25403         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
25404         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
25405         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
25406         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
25407         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
25408         Likewise.
25409         [$(subdir) = elf && $(config-cflags-avx) = yes]
25410         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
25411         [$(subdir) = elf && $(config-cflags-avx) = yes]
25412         (CFLAGS-tst-auditmod4a.c): Likewise.
25413         [$(subdir) = elf && $(config-cflags-avx) = yes]
25414         (CFLAGS-tst-auditmod4b.c): Likewise.
25415         [$(subdir) = elf && $(config-cflags-avx) = yes]
25416         (CFLAGS-tst-auditmod6b.c): Likewise.
25417         [$(subdir) = elf && $(config-cflags-avx) = yes]
25418         (CFLAGS-tst-auditmod6c.c): Likewise.
25419         [$(subdir) = elf && $(config-cflags-avx) = yes]
25420         (CFLAGS-tst-auditmod7b.c): Likewise.
25421         * elf/tst-audit3.c: Move to ...
25422         * sysdeps/x86_64/tst-audit3.c: ... here.
25423         * elf/tst-audit4.c: Move to ...
25424         * sysdeps/x86_64/tst-audit4.c: ... here.
25425         * elf/tst-audit5.c: Move to ...
25426         * sysdeps/x86_64/tst-audit5.c: ... here.
25427         * elf/tst-audit6.c: Move to ...
25428         * sysdeps/x86_64/tst-audit6.c: ... here.
25429         * elf/tst-audit7.c: Move to ...
25430         * sysdeps/x86_64/tst-audit7.c: ... here.
25431         * elf/tst-auditmod3a.c: Move to ...
25432         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
25433         * elf/tst-auditmod3b.c: Move to ...
25434         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
25435         * elf/tst-auditmod4a.c: Move to ...
25436         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
25437         * elf/tst-auditmod4b.c: Move to ...
25438         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
25439         * elf/tst-auditmod5a.c: Move to ...
25440         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
25441         * elf/tst-auditmod5b.c: Move to ...
25442         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
25443         * elf/tst-auditmod6a.c: Move to ...
25444         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
25445         * elf/tst-auditmod6b.c: Move to ...
25446         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
25447         * elf/tst-auditmod6c.c: Move to ...
25448         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
25449         * elf/tst-auditmod7a.c: Move to ...
25450         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
25451         * elf/tst-auditmod7b.c: Move to ...
25452         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
25454 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
25456         [BZ #15366]
25457         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
25458         define unconditionally.
25459         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
25460         define unconditionally.
25461         (INT8_C, INT16_C, etc.): Likewise.
25463 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
25465         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
25466         __ehdr_start with hidden visibility.
25468         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
25470 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
25472         * math/libm-test.inc (cos_test): Use accurate hex constants.
25473         (sincost_test): Likewise.
25475 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
25477         * math/libm-test.inc (catan_test): Add more tests.
25478         (catanh_test): Likewise.
25480         * math/s_catanf.c (__catanf): Use suffixed floating-point
25481         constants.
25482         * math/s_catanhf.c (__catanhf): Likewise.
25483         * math/s_catanhl.c (__catanhl): Likewise.
25484         * math/s_catanl.c (__catanl): Likewise.
25486         [BZ #15394]
25487         * math/s_catan.c (__catan): Calculate imaginary part of result
25488         with log1p not log unless computing log of number close to 0.
25489         * math/s_catanf.c (__catanf): Likewise.
25490         * math/s_catanl.c (__catanl): Likewise.
25491         * math/s_catanh.c (__catanh): Calculate real part of result with
25492         log1p not log unless computing log of number close to 0.
25493         * math/s_catanhf.c (__catanhf): Likewise.
25494         * math/s_catanhl.c (__catanhl): Likewise.
25495         * math/libm-test.inc (catan_test): Add more tests.
25496         (catanh_test): Likewise.
25497         * sysdeps/i386/fpu/libm-test-ulps: Update.
25498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25500 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25502         * benchtests/Makefile: Mention files in which fast and slow
25503         paths of math functions are implemented.
25505 2013-04-23  Roland McGrath  <roland@hack.frob.com>
25507         * sysdeps/posix/timespec_get.c: New file.
25509 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25511         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
25512         POWER.
25513         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
25514         for POWER.
25515         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
25516         powerpc/power5/fpu folders.
25517         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
25518         * benchtests/Makefile: Add modf testcase.
25519         * benchtests/bench-modf.c: New file: Benchmark test for mo
25521 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25523         [BZ #14888]
25524         * time/Makefile (tests): Add tst-strptime-whitespace.
25525         * time/strptime_l.c (get_number): Use ISSPACE.
25526         (__strptime_internal): Likewise.
25527         * time/tst-strptime-whitespace.c: New test case.
25529 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
25531         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
25532         member.
25533         (_nss_files_init): Set it here.
25535 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
25537         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
25538         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
25539         unsigned.
25541 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
25543         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
25545 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
25547         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
25548         size just once.
25550 2013-04-21  David S. Miller  <davem@davemloft.net>
25552         * po/ru.po: Update Russion translation from translation project.
25554 2013-04-17  Adam Conrad  <adconrad@0c3.net>
25556         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
25557         and setfsgid.
25559 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
25561         * configure.in: Remove i386 configure warning. Remove i386 case.
25562         * configure: Regenerate.
25563         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
25564         Add example to error message.
25565         * sysdeps/i386/configure: Regenerate.
25567 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25569         * benchtests/Makefile (bench): Add cos, tan, slowcos and
25570         slowtan.
25571         * benchtests/cos-inputs: New file.
25572         * benchtests/slowcos-inputs: New file.
25573         * benchtests/slowcos.c: New file.
25574         * benchtests/slowtan-inputs: New file.
25575         * benchtests/slowtan.c: New file.
25576         * benchtests/tan-inputs: New file.
25578 2013-04-16  Roland McGrath  <roland@hack.frob.com>
25580         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
25581         considered kosher.
25583 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25585         * benchtests/Makefile: Include cppflags-iterator.mk to add
25586         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
25588         * Makefile.in (bench-clean): New target.
25589         * benchtests/Makefile (bench-clean): Likewise.
25591 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
25593         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
25595 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
25597         * stdio-common/tstdiomisc.c: Fix coding-style violation.
25599 2013-04-15  Andreas Schwab  <schwab@suse.de>
25601         * nscd/grpcache.c (cache_addgr): Properly check for short write.
25602         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25603         * nscd/pwdcache.c (cache_addpw): Likewise.
25604         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
25605         more than recsize.
25607 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25609         * benchtests/Makefile (bench): Write all output to
25610         bench-out.tmp together.
25612 2013-04-15  Andreas Schwab  <schwab@suse.de>
25614         * nscd/nscd.c (main): Don't fork again after closing files.
25616 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25618         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
25620         * benchtests/Rules (bench-deps): Collect dependencies into a
25621         single variable.  Add Makefile to dependencies.
25622         ($(objpfx)bench-%.c): Depend on bench-deps.
25624 2013-04-12  Roland McGrath  <roland@hack.frob.com>
25625             Xavier Roche  <roche+kml2@exalead.com>
25627         [BZ #15361]
25628         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
25629         just that it's a file descriptor.
25630         * manual/llio.texi (Synchronizing AIO Operations): Update description
25631         for EBADF error from aio_fsync.
25633 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25635         * Rules (bench): Move target definition...
25636         * benchtests/Makefile: ... here.
25638 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
25640         * math/libm-test.inc (cos_test): Fix PI/2 test.
25641         (sincos_test): Likewise.
25642         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
25643         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
25645 2013-04-11  Andreas Schwab  <schwab@suse.de>
25647         [BZ #13988]
25648         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
25649         accept exponent character only when digits were seen.
25650         * stdio-common/Makefile (tests): Add bug26.
25651         * stdio-common/bug26.c: New file.
25653         [BZ #14293]
25654         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
25655         non-freeable.
25657 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25659         * Makeconfig (rtld-prefix): Define built linker prefix.
25660         * Rules (run-bench): Use it.
25661         * math/Makefile (run-regen-ulps): Likewise.
25663         * Rules (bench): Remove eval.
25665 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25666             Roland McGrath  <roland@hack.frob.com>
25667             Ondrej Bilka  <neleai@seznam.cz>
25669         [BZ #15346]
25670         * time/getdate.c: Include ctype.h and alloca.h.
25671         (__getdate_r): Trim leading and trailing spaces of input.
25672         * time/tst-getdate.c (tests): Add tests with leading and
25673         trailing spaces.
25675 2013-04-08  Roland McGrath  <roland@hack.frob.com>
25677         [BZ #14280]
25678         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
25679         when computing value.
25681 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25683         * math/README.libm-test (How can I generate "libm-test-ulps"?):
25684         Use testrun.sh to run libm tests.
25686         [BZ #15309]
25687         * elf/dl-open.c (dl_open_worker): memset all of seen array.
25689 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
25691         [BZ #15264]
25692         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
25694 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25696         * Makefile.in (regen-ulps): New target.
25697         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
25698         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
25699         [ifneq (no,$(PERL)] (regen-ulps): New target.
25700         [ifeq (no,$(PERL)] (regen-ulps): New target.
25701         * math/libm-test.inc (ulps_file_name): Define.
25702         (output_dir): New variable.
25703         (options): Add "output-dir" option.
25704         (parse_opt): Handle 'o' case.
25705         (main): If output_dir is non-NULL use it as a prefix
25706         otherwise use "".
25707         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
25709 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25711         [BZ #10060, #10062]
25712         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
25713         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
25714         fail configure if __sync_val_compare_and_swap is not inlined.
25715         * sysdeps/i386/configure: Regenerate.
25716         * configure.in: Build for i686 when configured for i386.
25717         * configure: Regenerate.
25718         * README: Remove i386 reference.
25720 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25722         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
25723         * sysdeps/s390/s390-64/sysdep.h: Likewise.
25725 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
25727         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
25728         (lmsnanval): New variables.
25729         (F): Add conversion tests.
25730         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
25731         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
25733         * stdio-common/tstdiomisc.c (F): Properly collect individual
25734         tests' results.
25736         [BZ #14686, #15336]
25737         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
25738         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
25739         Instead, use input NaN values or generate a qNaN by arithmetic
25740         operation.  Also fix bugs to comply with the standard.
25741         * math/libm-test.inc (remainder_test): Add more tests.
25743         [BZ #15335, #15342]
25744         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
25745         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
25746         input NaN values or generate a qNaN by arithmetic operation.
25748         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
25749         unreachable code.
25751         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
25752         definitions.
25754 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
25756         [BZ #14478]
25757         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
25758         underflowed result.
25759         * math/s_cexpf.c (__cexpf): Likewise.
25760         * math/s_cexpl.c (__cexpl): Likewise.
25761         * math/libm-test.inc (cexp_test): Add more tests.
25763 2013-04-03  Andreas Schwab  <schwab@suse.de>
25765         [BZ #15330]
25766         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
25767         order arrays from heap if bigger than alloca cutoff.
25769 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
25771         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
25772         (SNAN_TESTS_double): Refer to GCC PR56831.
25773         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
25774         GCC PR56828.
25776 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
25778         * Rules (bench): Move bench.out after the run is complete.
25780         * Rules (bench): Echo currently running benchmark.
25782         * benchtests/Makefile (bench): Add atan and slowatan.
25783         * benchtests/atan-inputs: New file.
25784         * benchtests/slowatan-inputs: New file.
25785         * benchtests/slowatan.c: New file.
25787         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
25788         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
25789         its value.
25791         [BZ #15305]
25792         * sysdeps/unix/sysv/linux/kernel-features.h
25793         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
25794         __ASSUME_XFS_RESTRICTED_CHOWN.
25795         * sysdeps/unix/sysv/linux/pathconf.c
25796         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
25797         Save and restore errno.
25799 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
25801         [BZ #15327]
25802         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
25803         arguments using __kernel_casinh.
25804         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
25805         arguments using __kernel_casinhf.
25806         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
25807         arguments using __kernel_casinhl.
25808         * math/libm-test.inc (cacosh_test): Add more tests.
25809         * sysdeps/i386/fpu/libm-test-ulps: Update.
25810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25812 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
25814         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
25815         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
25817         * bench/Makefile (bench): Add sin and slowsin.
25818         * benchtests/sin-inputs: New file.
25819         * benchtests/slowsin-inputs: New file.
25820         * benchtests/slowsin.c: New file.
25822         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
25823         (bench): Add slowexp and slowpow.
25824         (exp-ITER): Increase iterations.
25825         (pow-ITER): Likewise.
25826         * benchtests/exp-inputs: Change input.
25827         * benchtests/pow-inputs: Likewise.
25828         * benchtests/slowexp-inputs: New file.
25829         * benchtests/slowexp.c: New file.
25830         * benchtests/slowpow-inputs: New file.
25831         * benchtests/slowpow.c: New file.
25833 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25835         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
25836         instructions.
25837         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
25838         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
25839         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
25840         * benchtests/Makefile: Add rint benchtest.
25841         * benchtests/rint-inputs: Input for rint benchtest.
25843 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
25845         * Versions.def (libm): Add GLIBC_2.18.
25846         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
25847         hidden libm prototypes.
25848         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
25849         * math/Makefile (libm-calls): Add s_issignaling.
25850         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
25851         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
25852         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
25853         declaration.
25854         * math/math.h [__USE_GNU] (issignaling): New macro.
25855         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
25856         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
25857         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
25858         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
25859         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
25860         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
25861         * manual/arith.texi (issignaling): New section.
25862         * manual/libm-err-tab.pl (@all_functions): Update comment.
25863         * math/gen-libm-test.pl (parse_args): Apply special handling for
25864         issignaling.
25865         * math/libm-test.inc (print_float, issignaling_test): New
25866         functions.
25867         (check_float_internal): Add issignaling checks.
25868         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
25869         default definition.
25870         * sysdeps/powerpc/math-tests.h: New file.
25871         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
25872         tests.
25873         * math/test-snan.c (TEST_FUNC): Likewise.
25875 2013-03-30  David S. Miller  <davem@davemloft.net>
25877         * po/de.po: Update from translation team.
25879 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
25881         [BZ #10357]
25882         * math/k_casinh.c (__kernel_casinh): Handle arguments with
25883         imaginary part less than 1.0 and real part less than 0.5
25884         specially.
25885         * math/k_casinhf.c (__kernel_casinhf): Likewise.
25886         * math/k_casinhl.c (__kernel_casinhl): Likewise.
25887         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
25888         (cacos_test): Add more tests.
25889         (casin_test): Likewise.
25890         (casinh_test): Likewise.
25891         * sysdeps/i386/fpu/libm-test-ulps: Update.
25892         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25894 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25896         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
25897         ONE with its value.
25899         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
25900         (__pow_mp): Replace ONE and MONE with their values.
25901         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
25902         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
25903         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
25904         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
25905         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
25906         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
25908         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
25910         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
25911         (__pow_mp): Replace ZERO and MZERO with their values.
25912         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
25913         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
25914         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
25915         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
25916         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
25917         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
25918         (__sqr): Likewise.
25920         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
25922         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
25924 2013-03-28  Roland McGrath  <roland@hack.frob.com>
25926         * include/stdlib.h [!SHARED] (__call_tls_dtors):
25927         Declare with __attribute__ ((weak)).
25928         * stdlib/exit.c (__libc_atexit) [!SHARED]:
25929         Call __call_tls_dtors only if it's not NULL.
25931 2013-03-28  Roland McGrath  <roland@hack.frob.com>
25933         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
25934         didn't do it already, then set _dl_phdr and _dl_phnum based on the
25935         magic __ehdr_start linker symbol if it's defined.
25936         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
25937         them up here if it was already done.
25939         * elf/dl-support.c (_dl_phdr): Make pointer to const.
25940         (_dl_aux_init): Use const in cast when setting it.
25941         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
25942         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
25943         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
25945         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
25946         Declare them here.
25947         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
25948         * csu/libc-tls.c: Nor here.
25949         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
25951         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
25952         (__libc_message): Never call vsyslog.
25954 2013-03-28  Alan Modra  <amodra@gmail.com>
25956         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
25957         Define as empty.
25958         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
25959         Likewise.
25961 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25963         [BZ #15214]
25964         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
25965         underflow.
25966         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25968 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25970         [BZ #15304]
25971         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
25972         Don't add gid passed as argument.
25974         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
25976 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
25978         [BZ #15307]
25979         * math/k_casinh.c (__kernel_casinh): Handle arguments with
25980         imaginary part between 1.0 and 1.5 and real part less than 0.5
25981         specially.
25982         * math/k_casinhf.c (__kernel_casinhf): Likewise.
25983         * math/k_casinhl.c (__kernel_casinhl): Likewise.
25984         * math/libm-test.inc (cacos_test): Add more tests.
25985         (casin_test): Likewise.
25986         (casinh_test): Likewise.
25987         * sysdeps/i386/fpu/libm-test-ulps: Update.
25988         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25990 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25992         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
25993         constants.
25994         (norm): Likewise.
25995         (denorm): Likewise.
25996         (__dbl_mp): Likewise.
25997         (add_magnitudes): Likewise.
25998         (sub_magnitudes): Likewise.
25999         (__add): Likewise.
26000         (__sub): Likewise.
26001         (__mul): Likewise.
26002         (__sqr): Likewise.
26003         (__inv): Likewise.
26004         (__dvd): Likewise.
26006         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26007         commented code.
26008         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26009         (__dubcos): Likewise.
26010         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26011         (__ieee754_acos): Likewise.
26012         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26013         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26014         (__exp1): Likewise.
26015         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26016         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26017         (log1): Likewise.
26018         (my_log2): Likewise.
26019         (checkint): Likewise.
26020         * sysdeps/ieee754/dbl-64/e_remainder.c
26021         (__ieee754_remainder): Likewise.
26022         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26023         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26024         (bsloww): Likewise.
26025         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26027         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26028         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26029         MANTISSA_STORE_T to store computations on mantissa.  Use
26030         macros for rounding and division.
26031         (denorm): Likewise.
26032         (__dbl_mp): Likewise.
26033         (add_magnitudes): Likewise.
26034         (sub_magnitudes): Likewise.
26035         (__mul): Likewise.
26036         (__sqr): Likewise.
26037         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26038         powers of two in terms of TWOPOW macro.
26039         (mp_no): Make type of mantissa as MANTISSA_T.
26040         [!RADIXI]: Define RADIXI.
26041         [!TWO52]: Define TWO52.
26042         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26044 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26046         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26047         llroundl symbol when building for PPC32.
26049 2013-03-24  Mark H Weaver  <mhw@netris.org>
26051         * manual/arith.texi (Normalization Functions): Fix prototypes for
26052         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26054 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26056         [BZ #13889]
26057         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26058         high value to check if expl overflow.
26059         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26060         to check for underflow and overflow.
26061         * math/libm-test.inc: Add exp test.
26063 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26065         [BZ #11120]
26066         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26067         with NOT_IN_libc.
26069 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26071         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26072         symbol.
26074 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26076         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26077         wrap blocks consisting of several statements.
26079         * sysdeps/generic/math-tests.h: New file.
26080         * sysdeps/i386/fpu/math-tests.h: Likewise.
26081         * math/test-snan.c: Include it.
26082         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26084 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26086         [BZ #15285]
26087         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26088         (__ieee754_j0l): Do not improve calculations using cos of twice
26089         input for inputs above LDBL_MAX / 2.0L.
26090         (__ieee754_y0l): Likewise.
26091         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26092         (__ieee754_j1l): Do not improve calculations using cos of twice
26093         input for inputs above LDBL_MAX / 2.0L.
26094         (__ieee754_y1l): Likewise.
26095         * math/libm-test.inc (j0_test): Add another test.
26096         (j1_test): Likewise.
26097         (y0_test): Likewise.
26098         (y1_test): Likewise.
26099         * sysdeps/i386/fpu/libm-test-ulps: Update.
26101 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26103         * Rules ($(objpfx)bench-%.c): Include code from a C source
26104         file.
26106 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26108         [BZ #15287]
26109         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26110         imaginary part 1.0 and real part less than 0.5 specially.
26111         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26112         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26113         * math/libm-test.inc (cacos_test): Add more tests.
26114         (casin_test): Likewise.
26115         (casinh_test): Likewise.
26116         * sysdeps/i386/fpu/libm-test-ulps: Update.
26117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26119 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26121         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26122         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26124 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26126         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26127         * config.make.in (config-cflags-sse4): Remove variable.
26128         (config-cflags-avx): Likewise.
26129         (config-cflags-sse2avx): Likewise.
26130         (config-cflags-novzeroupper): Likewise.
26131         (config-asflags-i686): Likewise.
26132         (have-mfma4): Likewise.
26133         (have-as-vis3): Likewise.
26134         (MIG): Likewise.
26135         * configure.in (MIG): Do not AC_SUBST.
26136         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26137         (libc_cv_cc_sse4): Do not AC_SUBST.
26138         (libc_cv_cc_avx): Likewise.
26139         (libc_cv_cc_sse2avx): Likewise.
26140         (libc_cv_cc_novzeroupper): Likewise.
26141         (libc_cv_cc_fma4): Likewise.
26142         (libc_cv_as_i686): Likewise.
26143         (libc_cv_sparc_as_vis3): Likewise.
26144         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26145         LIBC_CONFIG_VAR.
26146         (config-asflags-i686): Likewise.
26147         (config-cflags-avx): Likewise.
26148         (config-cflags-sse2avx): Likewise.
26149         (have-mfma4): Likewise.
26150         (config-cflags-novzeroupper): Likewise.
26151         * sysdeps/mach/configure.in (MIG): Likewise.
26152         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26153         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26154         LIBC_CONFIG_VAR.
26155         (config-cflags-avx): Likewise.
26156         (config-cflags-sse2avx): Likewise.
26157         (have-mfma4): Likewise.
26158         (config-cflags-novzeroupper): Likewise.
26159         * configure: Regenerated.
26160         * sysdeps/i386/configure: Likewise.
26161         * sysdeps/mach/configure: Likewise.
26162         * sysdeps/sparc/configure: Likewise.
26163         * sysdeps/x86_64/configure: Likewise.
26165 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26167         [BZ #14812]
26168         * locale/programs/localedef.c (options): Put N_ translation marker
26169         on argument names, not just descriptions.
26171 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26173         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26175 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26177         [BZ #14176]
26178         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26180 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26182         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26183         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26184         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26185         [!BEFORE_ABORT] (before_abort): New function.
26186         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26187         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26188         (writev_for_fatal): New function.
26189         (WRITEV_FOR_FATAL): New macro; call that.
26190         (backtrace_and_maps): New function.
26191         (BEFORE_ABORT): New macro; call that.
26192         (struct str_list): Type removed.
26193         (__libc_message, __libc_fatal): Functions removed.
26194         Include <sysdeps/posix/libc_fatal.c> instead.
26196 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26198         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26199         constants.
26200         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26201         double constants.
26203 2013-03-19  Andreas Schwab  <schwab@suse.de>
26205         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26206         * sysdeps/gnu/configure: Regenerate.
26208         * configure.in: Substitute libc_cv_rtlddir.
26209         * configure: Regenerate.
26210         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26211         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26212         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26213         * elf/Makefile (install-others, CFLAGS-interp.c)
26214         (ldso_install, common-ldd-rewrite): Likewise.
26215         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26216         $(inst_slibdir)/$(rtld-installed-name).
26217         * scripts/rellns-sh: Add -p option.
26218         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26219         for source.
26221 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26223         * manual/nptl.texi: Renamed to ...
26224         * manual/threads.texi: ... this.
26225         * manual/Makefile (chapters): Update.
26227 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26229         [BZ #14812]
26230         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26231         on argument names, not just descriptions.
26232         * malloc/memusagestat.c (options): Likewise.
26233         * nss/getent.c (options): Likewise.
26235 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26237         [BZ #14812]
26238         * iconv/iconv_prog.c (options): Put N_ translation marker
26239         on argument names, not just descriptions.
26240         * iconv/iconvconfig.c (options): Likewise.
26242 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
26244         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26245         implementation which is faster on all x86_64 architectures.
26246         Tested on AMD, Intel Nehalem, SNB, IVB.
26247         * sysdeps/x86_64/strnlen.S: Likewise.
26249         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26250         Remove all multiarch strlen and strnlen versions.
26251         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26252         Remove strlen and strnlen related parts.
26254         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26255         Inline strlen part.
26256         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26258         * sysdeps/x86_64/multiarch/strlen.S: Remove.
26259         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26260         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26261         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26262         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26263         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26265 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
26267         * manual/memory.texi (Malloc Tunable Parameters):
26268         Sort parameters alphabetically. Add comments for missing entries.
26270 2013-03-17  David S. Miller  <davem@davemloft.net>
26272         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26274 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
26276         [BZ #15283]
26277         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26278         for arguments at most half maximum finite value.
26279         * math/libm-test.inc (j0_test): Add more tests.
26280         (j1_test): Likewise.
26281         (y0_test): Likewise.
26282         (y1_test): Likewise.
26283         * sysdeps/i386/fpu/libm-test-ulps: Update.
26284         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26286         [BZ #14155]
26287         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26288         1 / x and functions P and Q for arguments above 0x1p256L.
26289         (__ieee754_y0l): Likewise.
26290         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26291         (__ieee754_y1l): Likewise.
26292         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26293         (j1_test): Likewise.
26294         (y0_test): Likewise.
26295         (y1_test): Likewise.
26297 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
26299         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26300         variable.
26302 2013-03-15  Roland McGrath  <roland@hack.frob.com>
26304         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26305         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26306         zero since it's initialized to EXEC_PAGESIZE.
26308         * sysdeps/unix/sysv/linux/ldsodefs.h
26309         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26310         * sysdeps/generic/ldsodefs.h: ... here.
26312 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
26314         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26316         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26317         math/test-snan.c.
26318         * math/test-snan.c: Renamed from
26319         sysdeps/powerpc/fpu/test-powerpc-snan.c.
26320         * math/Makefile (tests): Add test-snan.
26321         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26322         test-powerpc-snan.
26324         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26325         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
26326         functions.
26327         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
26328         __builtin_nan family of functions.
26329         * math/libm-test.inc (initialize): Initialize qnan_value with
26330         __builtin_nan family of functions.
26331         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26332         Remove variables.
26333         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26334         Remove functions.
26335         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
26336         storage class.  Initialize qNaN_var and sNaN_var with
26337         __builtin_nan and __builtin_nans families of functions,
26338         respectively.
26340         * math/libm-test.inc (acosh_test): Also test with qNaN input.
26341         (sqrt_test): Remove duplicate test with qNaN input.
26342         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26343         (round_test, signbit_test, significand_test): Note missing +/-Inf
26344         as well as qNaN tests.
26346         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26347         qNaN_var.  Fix a few strings, too.
26348         * math/libm-test.inc (nan_value): Rename to qnan_value.
26349         * math/gen-libm-test.pl (%beautify): Adjust to that.
26350         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26351         * math/test-misc.c (main): Likewise.
26352         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26353         to __qnan_bytes, and __qnan_union, respectively.
26354         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26355         Likewise.
26356         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26357         and lqnanval, respectively.
26358         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26359         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26360         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26361         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26363         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26364         * math/test-misc.c (main) [__x86_64__]: Enable test for long
26365         doubles.
26367         * math/test-misc.c (main): Fix copy'n'pastos.
26368         * misc/tst-efgcvt.c (special): Likewise.
26370         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26371         Remove declarations.
26373 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26375         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26376         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26377         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26378         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26380 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26382         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26383         macro to return vdso values correctly in IFUNC implementations.
26384         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26385         Optimization by using IFUNC.
26387 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26388             Richard Henderson  <rth@redhat.com>
26389             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26391         * Makefile.in (bench): New target.
26392         * NEWS: Mention the benchmark framework.
26393         * Rules (bench): Likewise.
26394         (binaries-bench): Generate binaries for functions to
26395         benchmark.
26396         * benchtests/Makefile: New makefile for benchmark tests.
26397         * benchtests/bench-skeleton.c: New skeleton file for benchmark
26398         programs.
26399         * benchtests/exp-inputs: New input file for EXP function.
26400         * benchtests/pow-inputs: New input file for POW function.
26401         * scripts/bench.pl: New script to generate source files for
26402         benchmark programs.
26404 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26406         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26407         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
26408         computations on mantissa.  Use macros for rounding and
26409         division.
26410         (denorm): Likewise.
26411         (__dbl_mp): Likewise.
26412         (add_magnitudes): Likewise.
26413         (sub_magnitudes): Likewise.
26414         (__mul): Likewise.
26415         (__sqr): Likewise.
26416         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26417         powers of two in terms of TWOPOW macro.
26418         (mp_no): Make type of mantissa as MANTISSA_T.
26419         [!RADIXI]: Define RADIXI.
26420         [!TWO52]: Define TWO52.
26421         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26423         * manual/nptl.texi (cindex): Modify threads to pthreads.
26425 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
26427         * sysdeps/x86_64/preconfigure: Regenerated.
26429 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
26431         [BZ #14155]
26432         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
26433         0x1p28 and above.
26434         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
26435         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
26436         0x1p28 and above.
26437         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
26438         * math/libm-test.inc (j0_test): Do not allow one spurious
26439         underflow exception.
26440         (y1_test): Likewise.
26442 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26444         * manual/Makefile (chapters): Add nptl.
26445         * manual/debug.texi (Debugging Support): Add link to Threads
26446         chapter.
26447         * manual/nptl.texi: New file.
26449         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
26451 2013-03-14  Petr Baudis  <pasky@ucw.cz>
26453         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
26454         for non-NULL pointer before the memory validity test. Pointed
26455         out by Holger Brunck <holger.brunck@keymile.com>.
26457 2013-03-13  Andreas Schwab  <schwab@suse.de>
26459         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
26460         instead of .os.
26462 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
26464         * timezone/zic.c: Update from tzcode 2013b.
26466 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
26468         * manual/install.texi (Configuring and compiling):
26469         Mention i686 and i586.
26470         * INSTALL: Regenerate.
26472 2013-03-12  Roland McGrath  <roland@hack.frob.com>
26474         * sysdeps/init_array/elf-init.c: New file.
26475         * csu/elf-init.c
26476         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
26477         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
26479         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
26480         __gmon_start__ as global, but as static with a .preinit_array pointer.
26481         * sysdeps/init_array/gmon-start.c: New file.  Use that.
26482         * sysdeps/init_array/crti.S: New file, empty except for comments.
26483         * sysdeps/init_array/crtn.S: Likewise.
26485 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
26487         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
26488         definining bcopy.
26489         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26490         Remove Prefer_SSE_for_memop.
26491         * sysdeps/x86_64/multiarch/init-arch.h: Remove
26492         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
26493         HAS_PREFER_SSE_FOR_MEMOP.
26494         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
26495         memset-x86-64.
26496         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26497         Remove bzero, memset ifunc support.
26498         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
26499         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
26500         * sysdeps/x86_64/multiarch/memset.S: Likewise.
26501         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
26503 2013-03-11  Andreas Schwab  <schwab@suse.de>
26505         [BZ #15234]
26506         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
26507         by SHLIB_COMPAT.
26508         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
26509         (GLIBC_2.16): Remove pthread_atfork.
26511 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
26513         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
26514         (ptestcases.h): Likewise.
26516 2013-03-08  Roland McGrath  <roland@hack.frob.com>
26518         * Makeconfig ($(common-objpfx)config.status): Depend on
26519         sysdeps/*/preconfigure{,.in} too.
26521 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
26523         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
26524         (__free_hook): Use void * instead of __malloc_ptr_t.
26525         (__malloc_hook): Likewise.
26526         (__realloc_hook): Likewise.
26527         (__memalign_hook): Likewise.
26528         (__after_morecore_hook): Likewise.
26529         * malloc/arena.c (save_malloc_hook): Likewise.
26530         (save_free_hook): Likewise.
26531         * malloc/hooks.c (malloc_hook_ini): Likewise.
26532         (realloc_hook_ini): Likewise.
26533         (memalign_hook_ini): Likewise.
26534         * malloc/malloc.c (malloc_hook_ini): Likewise.
26535         (realloc_hook_ini): Likewise.
26536         (memalign_hook_ini): Likewise.
26537         (__free_hook): Likewise.
26538         (__malloc_hook): Likewise.
26539         (__realloc_hook): Likewise.
26540         (__memalign_hook): Likewise.
26541         (__libc_malloc): Likewise.
26542         (__libc_free): Likewise.
26543         (__libc_realloc): Likewise.
26544         (__libc_memalign): Likewise.
26545         (__libc_valloc): Likewise.
26546         (__libc_pvalloc): Likewise.
26547         (__libc_calloc): Likewise.
26548         (__posix_memalign): Likewise.
26549         * malloc/morecore.c (__sbrk): Likewise.
26550         (__default_morecore): Likewise.
26552         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
26554         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
26555         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
26556         __malloc_ptrdiff_t.
26558         * malloc/malloc.h (__malloc_size_t): Remove macro.
26559         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
26560         __malloc_size_t.
26561         (old_memalign_hook): Likewise.
26562         (old_realloc_hook): Likewise.
26563         (struct hdr): Likewise.
26564         (flood): Likewise.
26565         (mallochook): Likewise.
26566         (memalignhook): Likewise.
26567         (reallochook): Likewise.
26568         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
26569         (tr_old_realloc_hook): Likewise.
26570         (tr_old_memalign_hook): Likewise.
26571         (tr_mallochook): Likewise.
26572         (tr_reallochook): Likewise.
26573         (tr_memalignhook): Likewise.
26575 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26577         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
26578         default_ldbl_pack and using as default implementation.
26579         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
26580         implementation.
26581         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
26582         redundant definition.
26583         (ldbl_insert_mantissa): Likewise.
26584         (ldbl_canonicalize): Likewise.
26585         (ldbl_nearbyint): Likewise.
26586         (ldbl_pack): Rename to ldbl_pack_ppc.
26587         (ldbl_unpack): Rename to ldbl_unpack_ppc.
26588         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
26589         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
26591 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26593         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
26594         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
26595         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
26596         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
26597         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
26598         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
26599         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
26600         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
26602 2013-03-07  Andreas Jaeger  <aj@suse.de>
26604         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26605         bits/mman-linux.h.
26607 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
26609         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
26610         Include mpa.h and declare __MPEXP.
26611         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
26612         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26613         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26614         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
26615         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26616         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26617         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
26619         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
26620         (__slowpow): Use long double EXPL and LOGL functions to
26621         compute POW.
26622         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26623         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26624         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
26625         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26626         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26627         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
26629         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
26630         intermediate variable to calculate exponent.
26631         (__sqr): Likewise.
26632         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
26633         Likewise.
26634         (__sqr): Likewise.
26636         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
26637         [!NO__SQR]: Define __sqr.
26638         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
26639         and NO__SQR.  Remove all code except __mul and __sqr.  Include
26640         sysdeps/ieee754/dbl-64/mpa.c.
26641         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26643         [BZ #12723]
26644         * posix/Makefile (tests): Add tst-pathconf.
26645         * posix/tst-pathconf.c: New test case.
26646         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
26647         _PC_PIPE_BUF.
26648         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
26650 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
26652         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
26654 2013-03-06  Andreas Jaeger  <aj@suse.de>
26656         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
26657         definition via __MAP_ANONYMOUS.
26659         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
26660         it's not part of Linux headers.
26662         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
26663         (MAP_HUGE_MASK): Define.
26665         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26666         Define.
26667         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26668         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26669         Define.
26670         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26671         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26672         Define.
26673         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26674         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
26675         Define.
26676         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26678         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
26679         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
26680         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
26681         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
26682         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
26683         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
26685         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
26686         Handle f2fs.
26688         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
26689         Handle f2fs and efivarfs.
26691         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
26692         f2fs.
26694         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
26695         (EFIVARFS_MAGIC): Add.
26696         (F2FS_LINK_MAX): Add.
26698 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
26700         * stdio-common/vfprintf.c: Replace __builtin_expect with
26701         __glibc_unlikely.
26703 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
26705         [BZ #13550]
26706         * sysdeps/generic/bp-sym.h: Remove file.
26707         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
26708         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
26709         <bp-sym.h> and <bp-asm.h>.
26710         (__longjmp): Don't use BP_SYM.
26711         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
26712         and <bp-asm.h>.
26713         (memcpy): Don't use BP_SYM.
26714         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
26715         <bp-sym.h> and <bp-asm.h>.
26716         (memcpy): Don't use BP_SYM.
26717         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
26718         <bp-asm.h>.
26719         (memcpy): Don't use BP_SYM.
26720         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
26721         <bp-asm.h>.
26722         (memset): Don't use BP_SYM.
26723         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26724         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26725         (__bzero): Don't use BP_SYM.
26726         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26727         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26728         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
26729         <bp-sym.h> and <bp-asm.h>.
26730         (memcmp): Don't use BP_SYM.  Remove comment about bounded
26731         pointers.
26732         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
26733         <bp-sym.h> and <bp-asm.h>.
26734         (memcpy): Don't use BP_SYM.
26735         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
26736         <bp-sym.h> and <bp-asm.h>.
26737         (memset): Don't use BP_SYM.
26738         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26739         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26740         (__bzero): Don't use BP_SYM.
26741         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26742         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26743         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
26744         <bp-sym.h> and <bp-asm.h>.
26745         (strncmp): Don't use BP_SYM.  Remove comment about bounded
26746         pointers.
26747         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
26748         <bp-sym.h> and <bp-asm.h>.
26749         (memcpy): Don't use BP_SYM.
26750         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
26751         <bp-sym.h> and <bp-asm.h>.
26752         (memset): Don't use BP_SYM.
26753         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26754         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26755         (__bzero): Don't use BP_SYM.
26756         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26757         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26758         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
26759         <bp-sym.h> and <bp-asm.h>.
26760         (__memchr): Don't use BP_SYM.
26761         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
26762         <bp-sym.h> and <bp-asm.h>.
26763         (memcmp): Don't use BP_SYM.  Remove comment about bounded
26764         pointers.
26765         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
26766         <bp-sym.h> and <bp-asm.h>.
26767         (memcpy): Don't use BP_SYM.
26768         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
26769         <bp-sym.h> and <bp-asm.h>.
26770         (__mempcpy): Don't use BP_SYM.
26771         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
26772         <bp-sym.h> and <bp-asm.h>.
26773         (__memrchr): Don't use BP_SYM.
26774         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
26775         <bp-sym.h> and <bp-asm.h>.
26776         (memset): Don't use BP_SYM.
26777         (__bzero): Likewise.
26778         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
26779         <bp-sym.h> and <bp-asm.h>.
26780         (__rawmemchr): Don't use BP_SYM.
26781         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
26782         <bp-sym.h> and <bp-asm.h>.
26783         (__STRCMP): Don't use BP_SYM.
26784         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
26785         <bp-sym.h> and <bp-asm.h>.
26786         (strchr): Don't use BP_SYM.
26787         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
26788         <bp-sym.h> and <bp-asm.h>.
26789         (__strchrnul): Don't use BP_SYM.
26790         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
26791         <bp-sym.h> and <bp-asm.h>.
26792         (strlen): Don't use BP_SYM.
26793         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
26794         <bp-sym.h> and <bp-asm.h>.
26795         (strncmp): Don't use BP_SYM.  Remove comment about bounded
26796         pointers.
26797         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
26798         <bp-sym.h> and <bp-asm.h>.
26799         (__strnlen): Don't use BP_SYM.
26800         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
26801         <bp-sym.h> and <bp-asm.h>.
26802         (__GI__setjmp): Don't use BP_SYM.
26803         (_setjmp): Likewise.
26804         (__sigsetjmp): Likewise.
26805         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
26806         (L(start_addresses)): Don't use BP_SYM.
26807         (_start): Likewise.
26808         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
26809         <bp-asm.h>.
26810         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
26811         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
26812         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
26813         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
26814         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
26815         <bp-asm.h>.
26816         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
26817         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
26818         about bounded pointers.
26819         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
26820         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
26821         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
26822         <bp-asm.h>.
26823         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
26824         about bounded pointers.  Remove GKM FIXME comments.
26825         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
26826         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
26827         <bp-asm.h>.
26828         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
26829         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
26830         Remove GKM FIXME comments.
26831         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
26832         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
26833         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
26834         <bp-asm.h>.
26835         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
26836         about bounded pointers.  Remove GKM FIXME comment.
26837         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
26838         and <bp-asm.h>.
26839         (strncmp): Don't use BP_SYM.  Remove comment about bounded
26840         pointers.
26841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
26842         <bp-sym.h> and <bp-asm.h>.
26843         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
26844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
26845         <bp-sym.h> and <bp-asm.h>.
26846         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
26847         comment.
26849 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
26851         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
26852         call free(NULL).
26854 2013-03-05  David S. Miller  <davem@davemloft.net>
26856         * po/es.po: Update from translation team.
26858 2013-03-05  Andreas Jaeger  <aj@suse.de>
26860         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
26861         <bits/mman-linux.h>.
26862         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
26863         is fine.
26864         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
26865         <bits/mman-linux.h> to end of file.
26866         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
26867         is fine.
26868         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
26869         <bits/mman-linux.h> to end of file.
26870         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
26871         is fine.
26872         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
26873         <bits/mman-linux.h> to end of file.
26875         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
26876         (MCL_CURRENT, MCL_FUTURE): Define here.
26878 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26880         [BZ #15232]
26881         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
26882         attribute_hidden.
26883         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
26885 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26887         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
26888         fourth parameter needed for rt_sigprocmask syscall.
26889         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
26890         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26891         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
26892         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26893         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26894         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
26896 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
26898         [BZ #13550]
26899         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
26900         comment about bounded pointers.
26901         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
26902         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
26904 2013-03-04  Andreas Jaeger  <aj@suse.de>
26906         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
26907         common definitions.
26909         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
26910         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
26911         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
26912         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
26913         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
26914         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
26916 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26918         [BZ #15055]
26919         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
26920         __ieee754_sqrl instead of __sqrl.
26922 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
26924         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
26925         * sysdeps/powerpc/fpu_control.h: ... here.
26926         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
26927         * sysdeps/powerpc/bits/fenvinline.h: ... here.
26928         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
26929         * sysdeps/powerpc/bits/mathinline.h: ... here.
26931 2013-03-01  Roland McGrath  <roland@hack.frob.com>
26933         * elf/dl-hwcaps.c (_dl_important_hwcaps):
26934         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
26935         to just [NEED_DL_SYSINFO_DSO].
26936         * elf/dl-support.c: Likewise.
26937         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
26938         * elf/rtld.c (dl_main): Likewise.
26939         * elf/setup-vdso.h (setup_vdso): Likewise.
26940         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
26941         * sysdeps/unix/sysv/linux/dl-sysdep.c
26942         (_dl_discover_osversion): Likewise.
26944 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
26946         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
26947         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
26949 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
26951         * NEWS: Mention libm performance improvements and non-x86 PI
26952         futex support.
26954         * csu/libc-start.c (__pthread_initialize_minimal): Change
26955         function arguments.
26956         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
26958 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
26960         [BZ #13550]
26961         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
26962         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
26963         <bp-sym.h> and <bp-asm.h>.
26964         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
26965         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
26966         and <bp-asm.h>.
26967         (memcpy): Don't use BP_SYM.
26968         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
26969         <bp-asm.h>.
26970         (__mpn_add_n): Don't use BP_SYM.
26971         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
26972         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
26973         and <bp-asm.h>.
26974         (__mpn_addmul_1): Don't use BP_SYM.
26975         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
26976         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
26977         <bp-sym.h>.
26978         (_setjmp): Don't use BP_SYM.
26979         (__novmx_setjmp): Likewise.
26980         (__GI__setjmp): Likewise.
26981         (__vmx_setjmp): Likewise.
26982         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
26983         <bp-sym.h>.
26984         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
26985         (__bzero): Don't use BP_SYM.
26986         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26987         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26988         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
26989         <bp-sym.h> and <bp-asm.h>.
26990         (memcpy): Don't use BP_SYM.
26991         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
26992         <bp-sym.h> and <bp-asm.h>.
26993         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
26994         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
26995         <bp-sym.h> and <bp-asm.h>.
26996         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
26997         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
26998         <bp-asm.h>.
26999         (__mpn_lshift): Don't use BP_SYM.
27000         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27001         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27002         <bp-asm.h>.
27003         (memset): Don't use BP_SYM.
27004         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27005         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27006         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27007         <bp-asm.h>.
27008         (__mpn_mul_1): Don't use BP_SYM.
27009         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27010         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27011         <bp-sym.h> and <bp-asm.h>.
27012         (memcmp): Don't use BP_SYM.
27013         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27014         <bp-sym.h> and <bp-asm.h>.
27015         (memcpy): Don't use BP_SYM.
27016         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27017         <bp-sym.h> and <bp-asm.h>.
27018         (memset): Don't use BP_SYM.
27019         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27020         <bp-sym.h> and <bp-asm.h>.
27021         (strncmp): Don't use BP_SYM.
27022         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27023         <bp-sym.h> and <bp-asm.h>.
27024         (memcpy): Don't use BP_SYM.
27025         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27026         <bp-sym.h> and <bp-asm.h>.
27027         (memset): Don't use BP_SYM.
27028         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27029         <bp-sym.h> and <bp-asm.h>.
27030         (__memchr): Don't use BP_SYM.
27031         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27032         <bp-sym.h> and <bp-asm.h>.
27033         (memcmp): Don't use BP_SYM.
27034         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27035         <bp-sym.h> and <bp-asm.h>.
27036         (memcpy): Don't use BP_SYM.
27037         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27038         <bp-sym.h> and <bp-asm.h>.
27039         (__mempcpy): Don't use BP_SYM.
27040         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27041         <bp-sym.h> and <bp-asm.h>.
27042         (__memrchr): Don't use BP_SYM.
27043         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27044         <bp-sym.h> and <bp-asm.h>.
27045         (memset): Don't use BP_SYM.
27046         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27047         <bp-sym.h> and <bp-asm.h>.
27048         (__rawmemchr): Don't use BP_SYM.
27049         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27050         <bp-sym.h> and <bp-asm.h>.
27051         (__STRCMP): Don't use BP_SYM.
27052         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27053         <bp-sym.h> and <bp-asm.h>.
27054         (strchr): Don't use BP_SYM.
27055         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27056         <bp-sym.h> and <bp-asm.h>.
27057         (__strchrnul): Don't use BP_SYM.
27058         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27059         <bp-sym.h> and <bp-asm.h>.
27060         (strlen): Don't use BP_SYM.
27061         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27062         <bp-sym.h> and <bp-asm.h>.
27063         (strncmp): Don't use BP_SYM.
27064         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27065         <bp-sym.h> and <bp-asm.h>.
27066         (__strnlen): Don't use BP_SYM.
27067         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27068         <bp-asm.h>.
27069         (__mpn_rshift): Don't use BP_SYM.
27070         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27071         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27072         <bp-sym.h> and <bp-asm.h>.
27073         (__sigsetjmp): Don't use BP_SYM.
27074         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27075         (L(start_addresses)): Don't use BP_SYM.
27076         (_start): Likewise.
27077         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27078         <bp-asm.h>.
27079         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27080         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27081         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27082         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27083         <bp-asm.h>.
27084         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27085         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27086         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27087         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27088         <bp-asm.h>.
27089         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27090         comments.
27091         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27092         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27093         <bp-asm.h>.
27094         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27095         FIXME comments.
27096         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27097         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27098         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27099         <bp-asm.h>.
27100         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27101         comment.
27102         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27103         and <bp-asm.h>.
27104         (strncmp): Don't use BP_SYM,
27105         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27106         <bp-asm.h>.
27107         (__mpn_sub_n): Don't use BP_SYM.
27108         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27109         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27110         and <bp-asm.h>.
27111         (__mpn_submul_1): Don't use BP_SYM.
27112         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27114         <bp-sym.h> and <bp-asm.h>.
27115         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27117         <bp-sym.h> and <bp-asm.h>.
27118         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27119         comment.
27121 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27123         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27124         Use ZK to minimize writes to Z.
27125         (sub_magnitudes): Simplify code a bit.
27126         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27127         Use ZK to minimize writes to Z.
27128         (sub_magnitudes): Simplify code a bit.
27130 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27132         * csu/gmon-start.c: Add special exception to license text.
27134 2013-02-27  Richard Henderson  <rth@redhat.com>
27136         * scripts/config.guess: Update from config.git.
27137         * scripts/config.sub: Likewise.
27139 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27141         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27143         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27145         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27147         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27149         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27151 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27153         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27154         [$(build-shared = yes].
27156 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27158         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27159         (__mul): Reduce iterations for calculating mantissa.
27161         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27162         MPTWO.
27163         (__mpranred): Likewise.
27165         [BZ #15160]
27166         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27167         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27169 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27171         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27172         Define __attribute__.
27174 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27176         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27177         unused.
27178         * posix/regex_internal.h (__attribute): Remove.
27179         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27180         (re_string_context_at): Likewise.
27181         (bitset_not): Use __attribute__ and mark function as possibly
27182         unused.
27183         (bitset_merge): Likewise.
27184         (bitset_mask): Likewise.
27185         (re_string_char_size_at): Likewise.
27186         (re_string_wchar_at): Likewise.
27187         (re_string_elem_size_at): Likewise.
27189 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27191         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27192         code.
27193         (cc32): Likewise.
27195         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27196         (__acr): Likewise.
27197         (__cpy): Likewise.
27198         (norm): Likewise.
27199         (denorm): Likewise.
27200         (__dbl_mp): Likewise.
27201         (add_magnitudes): Likewise.
27202         (sub_magnitudes): Likewise.
27203         (__mul): Likewise.
27204         (__inv): Likewise.
27206         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27207         style.
27209         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27210         style.
27212         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27213         code.
27215         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27216         up changes with default code.
27217         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27218         Likewise.
27220 2013-02-24  Allan McRae  <allan@archlinux.org>
27222         * manual/socket.texi (The Internet Namespace): Order menu items
27223         to match that in the file.
27225         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27226         node listing of the info page menu.
27228 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27230         [BZ #13550]
27231         * sysdeps/i386/bp-asm.h: Remove file.
27232         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27233         (PARMS): Do not use macros from bp-asm.h.
27234         (S1): Likewise.
27235         (S2): Likewise.
27236         (SIZE): Likewise.
27237         (__mpn_add_n): Do not use BP_SYM
27238         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27239         "bp-asm.h".
27240         (PARMS): Do not use macros from bp-asm.h.
27241         (S1): Likewise.
27242         (SIZE): Likewise.
27243         (__mpn_addmul_1): Do not use BP_SYM
27244         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27245         "bp-asm.h".
27246         (PARMS): Do not use macros from bp-asm.h.
27247         (SIGMSK): Likewise.
27248         (_setjmp): Likewise.  Do not use BP_SYM.
27249         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27250         "bp-asm.h".
27251         (PARMS): Do not use macros from bp-asm.h.
27252         (SIGMSK): Likewise.
27253         (setjmp): Likewise.  Do not use BP_SYM.
27254         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27255         "bp-asm.h".
27256         (PARMS): Do not use macros from bp-asm.h.
27257         (__frexp): Do not use BP_SYM.
27258         (frexp): Likewise.
27259         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27260         "bp-asm.h".
27261         (PARMS): Do not use macros from bp-asm.h.
27262         (__frexpf): Do not use BP_SYM.
27263         (frexpf): Likewise.
27264         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27265         "bp-asm.h".
27266         (PARMS): Do not use macros from bp-asm.h.
27267         (__frexpl): Do not use BP_SYM.
27268         (frexpl): Likewise.
27269         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27270         "bp-asm.h".
27271         (PARMS): Do not use macros from bp-asm.h.
27272         (__remquo): Do not use BP_SYM.
27273         (remquo): Likewise.
27274         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27275         "bp-asm.h".
27276         (PARMS): Do not use macros from bp-asm.h.
27277         (__remquof): Do not use BP_SYM.
27278         (remquof): Likewise.
27279         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27280         "bp-asm.h".
27281         (PARMS): Do not use macros from bp-asm.h.
27282         (__remquol): Do not use BP_SYM.
27283         (remquol): Likewise.
27284         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27285         "bp-asm.h".
27286         (PARMS): Do not use macros from bp-asm.h.
27287         (DEST): Likewise.
27288         (SRC): Likewise.
27289         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
27290         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27291         "bp-asm.h".
27292         (PARMS): Do not use macros from bp-asm.h.
27293         (strlen): Do not use BP_SYM.
27294         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27295         "bp-asm.h".
27296         (PARMS): Do not use macros from bp-asm.h.
27297         (S1): Likewise.
27298         (S2): Likewise.
27299         (SIZE): Likewise.
27300         (__mpn_add_n): Do not use BP_SYM.
27301         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27302         "bp-asm.h".
27303         (PARMS): Do not use macros from bp-asm.h.
27304         (S1): Likewise.
27305         (SIZE): Likewise.
27306         (__mpn_addmul_1): Do not use BP_SYM.
27307         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27308         weak_alias.
27309         (bzero): Likewise.
27310         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27311         "bp-asm.h".
27312         (PARMS): Do not use macros from bp-asm.h.
27313         (S): Likewise.
27314         (SIZE): Likewise.
27315         (__mpn_lshift): Do not use BP_SYM.
27316         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27317         "bp-asm.h".
27318         (PARMS): Do not use macros from bp-asm.h.
27319         (DEST): Likewise.
27320         (SRC): Likewise.
27321         (LEN): Likewise.
27322         (memcpy): Likewise.  Do not use BP_SYM.
27323         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27324         libc_hidden_def and weak_alias.
27325         (mempcpy): Do not use BP_SYM in weak_alias.
27326         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27327         "bp-asm.h".
27328         (PARMS): Do not use macros from bp-asm.h.
27329         (DEST): Likewise.
27330         (LEN): Likewise.
27331         [!BZERO_P] (CHR): Likewise.
27332         (memset): Likewise.  Do not use BP_SYM.
27333         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27334         "bp-asm.h".
27335         (PARMS): Do not use macros from bp-asm.h.
27336         (S1): Likewise.
27337         (SIZE): Likewise.
27338         (__mpn_mul_1): Do not use BP_SYM.
27339         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27340         "bp-asm.h".
27341         (PARMS): Do not use macros from bp-asm.h.
27342         (S): Likewise.
27343         (SIZE): Likewise.
27344         (__mpn_rshift): Do not use BP_SYM.
27345         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27346         "bp-asm.h".
27347         (PARMS): Do not use macros from bp-asm.h.
27348         (STR): Likewise.
27349         (CHR): Likewise.
27350         (strchr): Likewise.  Do not use BP_SYM.
27351         (index): Do not use BP_SYM in weak_alias.
27352         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27353         "bp-asm.h".
27354         (PARMS): Do not use macros from bp-asm.h.
27355         (DEST): Likewise.
27356         (SRC): Likewise.
27357         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
27358         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27359         "bp-asm.h".
27360         (PARMS): Do not use macros from bp-asm.h.
27361         (strlen): Do not use BP_SYM.
27362         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27363         "bp-asm.h".
27364         (PARMS): Do not use macros from bp-asm.h.
27365         (S1): Likewise.
27366         (S2): Likewise.
27367         (SIZE): Likewise.
27368         (__mpn_sub_n): Do not use BP_SYM.
27369         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27370         "bp-asm.h".
27371         (PARMS): Do not use macros from bp-asm.h.
27372         (S1): Likewise.
27373         (SIZE): Likewise.
27374         (__mpn_submul_1): Do not use BP_SYM.
27375         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
27376         "bp-asm.h".
27377         (PARMS): Do not use macros from bp-asm.h.
27378         (S1): Likewise.
27379         (S2): Likewise.
27380         (SIZE): Likewise.
27381         (__mpn_add_n): Do not use BP_SYM.
27382         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
27383         weak_alias.
27384         (bzero): Likewise.
27385         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27386         "bp-asm.h".
27387         (PARMS): Do not use macros from bp-asm.h.
27388         (BLK2): Likewise.
27389         (LEN): Likewise.
27390         (memcmp): Do not use BP_SYM.
27391         (bcmp): Do not use BP_SYM in weak_alias.
27392         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27393         "bp-asm.h".
27394         (PARMS): Do not use macros from bp-asm.h.
27395         (DEST): Likewise.
27396         (SRC): Likewise.
27397         (LEN): Likewise.
27398         (memcpy): Likewise.  Do not use BP_SYM.
27399         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
27400         "bp-asm.h".
27401         (PARMS): Do not use macros from bp-asm.h.
27402         (DEST): Likewise.
27403         (SRC): Likewise.
27404         (LEN): Likewise.
27405         (memmove): Likewise.  Do not use BP_SYM.
27406         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
27407         "bp-asm.h".
27408         (PARMS): Do not use macros from bp-asm.h.
27409         (DEST): Likewise.
27410         (SRC): Likewise.
27411         (LEN): Likewise.
27412         (__mempcpy): Likewise.  Do not use BP_SYM.
27413         (mempcpy): Do not use BP_SYM in weak_alias.
27414         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
27415         "bp-asm.h".
27416         (PARMS): Do not use macros from bp-asm.h.
27417         (DEST): Likewise.
27418         (LEN): Likewise.
27419         [!BZERO_P] (CHR): Likewise.
27420         (memset): Likewise.  Do not use BP_SYM.
27421         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
27422         "bp-asm.h".
27423         (PARMS): Do not use macros from bp-asm.h.
27424         (STR2): Likewise.
27425         (strcmp): Do not use BP_SYM.
27426         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
27427         "bp-asm.h".
27428         (PARMS): Do not use macros from bp-asm.h.
27429         (STR): Likewise.
27430         (DELIM): Likewise.
27431         [USE_AS_STRTOK_R] (SAVE): Likewise.
27432         (FUNCTION): Likewise.  Do not use BP_SYM.
27433         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
27434         aliases.
27435         (strtok_r): Likewise.
27436         (__GI___strtok_r): Likewise.
27437         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27438         (PARMS): Do not use macros from bp-asm.h.
27439         (S): Likewise.
27440         (SIZE): Likewise.
27441         (__mpn_lshift): Do not use BP_SYM.
27442         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27443         (PARMS): Do not use macros from bp-asm.h.
27444         (STR): Likewise.
27445         (CHR): Likewise.
27446         (__memchr): Do not use BP_SYM.
27447         (memchr): Do not use BP_SYM in weak_alias.
27448         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27449         (PARMS): Do not use macros from bp-asm.h.
27450         (BLK2): Likewise.
27451         (LEN): Likewise.
27452         (memcmp): Do not use BP_SYM.
27453         (bcmp): Do not use BP_SYM in weak_alias.
27454         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
27455         (PARMS): Do not use macros from bp-asm.h.
27456         (S1): Likewise.
27457         (SIZE): Likewise.
27458         (__mpn_mul_1): Do not use BP_SYM.
27459         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
27460         "bp-asm.h".
27461         (PARMS): Do not use macros from bp-asm.h.
27462         (STR): Likewise.
27463         (CHR): Likewise.
27464         (__rawmemchr): Do not use BP_SYM.
27465         (rawmemchr): Do not use BP_SYM in weak_alias.
27466         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27467         (PARMS): Do not use macros from bp-asm.h.
27468         (S): Likewise.
27469         (SIZE): Likewise.
27470         (__mpn_rshift): Do not use BP_SYM.
27471         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27472         (PARMS): Do not use macros from bp-asm.h.
27473         (SIGMSK): Likewise.
27474         (__sigsetjmp): Likewise.  Do not use BP_SYM.
27475         * sysdeps/i386/start.S: Do not include "bp-sym.h".
27476         (_start): Do not use BP_SYM.
27477         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
27478         (PARMS): Do not use macros from bp-asm.h.
27479         (DEST): Likewise.
27480         (SRC): Likewise.
27481         (__stpcpy): Likewise.  Do not use BP_SYM.
27482         (stpcpy): Do not use BP_SYM in weak_alias.
27483         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
27484         "bp-asm.h".
27485         (PARMS): Do not use macros from bp-asm.h.
27486         (DEST): Likewise.
27487         (SRC): Likewise.
27488         (LEN): Likewise.
27489         (__stpncpy): Likewise.  Do not use BP_SYM.
27490         (stpncpy): Do not use BP_SYM in weak_alias.
27491         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27492         (PARMS): Do not use macros from bp-asm.h.
27493         (STR): Likewise.
27494         (CHR): Likewise.
27495         (strchr): Likewise.  Do not use BP_SYM.
27496         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
27497         "bp-asm.h".
27498         (PARMS): Do not use macros from bp-asm.h.
27499         (STR): Likewise.
27500         (CHR): Likewise.
27501         (__strchrnul): Likewise.  Do not use BP_SYM.
27502         (strchrnul): Do not use BP_SYM in weak_alias.
27503         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
27504         "bp-asm.h".
27505         (PARMS): Do not use macros from bp-asm.h.
27506         (STOP): Likewise.
27507         (strcspn): Do not use BP_SYM.
27508         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
27509         "bp-asm.h".
27510         (PARMS): Do not use macros from bp-asm.h.
27511         (STR): Likewise.
27512         (STOP): Likewise.
27513         (strpbrk): Likewise.  Do not use BP_SYM.
27514         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
27515         "bp-asm.h".
27516         (PARMS): Do not use macros from bp-asm.h.
27517         (STR): Likewise.
27518         (CHR): Likewise.
27519         (strrchr): Likewise.  Do not use BP_SYM.
27520         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
27521         (PARMS): Do not use macros from bp-asm.h.
27522         (SKIP): Likewise.
27523         (strspn): Do not use BP_SYM.
27524         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
27525         (PARMS): Do not use macros from bp-asm.h.
27526         (STR): Likewise.
27527         (DELIM): Likewise.
27528         (SAVE): Likewise.
27529         (FUNCTION): Likewise.  Do not use BP_SYM.
27530         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
27531         aliases.
27532         (strtok_r): Likewise.
27533         (__GI___strtok_r): Likewise.
27534         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27535         (PARMS): Do not use macros from bp-asm.h.
27536         (S1): Likewise.
27537         (S2): Likewise.
27538         (SIZE): Likewise.
27539         (__mpn_sub_n): Do not use BP_SYM.
27540         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
27541         "bp-asm.h".
27542         (PARMS): Do not use macros from bp-asm.h.
27543         (S1): Likewise.
27544         (SIZE): Likewise.
27545         (__mpn_submul_1): Do not use BP_SYM.
27546         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
27547         <bp-sym.h>.
27548         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
27549         and <bp-asm.h>.
27550         (PARMS): Do not use macros from bp-asm.h.
27551         (FLAGS): Likewise.
27552         (PTID): Likewise.
27553         (TLS): Likewise.
27554         (CTID): Likewise.
27555         (__clone): Do not use BP_SYM.
27556         (clone): Do not use BP_SYM in weak_alias.
27557         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
27558         and <bp-asm.h>.
27559         (PARMS): Do not use macros from bp-asm.h.
27560         (LEN): Likewise.
27561         (__mmap64): Do not use BP_SYM.
27562         (mmap64): Do not use BP_SYM in weak_alias.
27563         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
27564         <bp-sym.h> and <bp-asm.h>.
27565         (PARMS): Do not use macros from bp-asm.h.
27566         (__posix_fadvise64_l64): Do not use BP_SYM.
27567         * sysdeps/unix/sysv/linux/i386/semtimedop.S
27568         (PARMS): Do not use macros from bp-asm.h.
27569         (NSOPS): Likewise.
27570         (semtimedop): Do not use BP_SYM.
27571         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
27572         and <bp-asm.h>.
27574 2013-02-21  Allan McRae  <allan@archlinux.org>
27576         * manual/message.texi (Charset conversion in gettext):
27577         Move @end statement to beginning of line.
27579 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27581         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
27582         static.
27583         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27584         Likewise.
27586         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
27587         (denorm): Likewise.
27588         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
27589         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
27591 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27593         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
27594         tail-call to the resolved function if pltexit isn't needed.
27596 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27598         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
27599         or Y being zero as being unlikely.
27600         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27601         Likewise.
27603 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
27605         * manual/nss.texi (System Databases and Name Service Switch):
27606         Remove frobnicate @pxref.
27608 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
27610         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27611         __attribute__ ((unused)) to __attribute__ ((__unused__)).
27613 2013-02-20  Petr Machata  <pmachata@redhat.com>
27615         * elf/elf.h (R_ARM_TARGET1): New macro.
27616         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
27617         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
27618         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
27619         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
27620         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
27621         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
27622         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
27623         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
27624         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
27625         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
27626         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
27627         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
27628         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
27629         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
27630         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
27631         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
27632         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
27633         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
27634         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
27635         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
27636         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
27637         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
27638         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
27639         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
27640         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
27641         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
27642         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
27643         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
27644         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
27645         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
27646         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
27647         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
27648         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
27649         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
27650         (R_ARM_THM_GOT_BREL12): Likewise.
27651         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
27652         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
27653         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
27654         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
27655         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
27656         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
27657         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
27658         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
27659         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
27661 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
27663         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27664         __attribute_used__ to __attribute__ ((unused)).
27666 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
27668         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
27669         powerpc mpa.c.
27670         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
27671         comment formatting.
27672         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
27674 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
27676         [BZ #13550]
27677         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
27678         Remove macro.
27679         (ENTER): Remove both macro definitions.
27680         (LEAVE): Likewise.
27681         (CHECK_BOUNDS_LOW): Likewise.
27682         (CHECK_BOUNDS_HIGH): Likewise.
27683         (CHECK_BOUNDS_BOTH): Likewise.
27684         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
27685         (RETURN_BOUNDED_POINTER): Likewise.
27686         (RETURN_NULL_BOUNDED_POINTER): Likewise.
27687         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
27688         (POP_ERRNO_LOCATION_RETURN): Likewise.
27689         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
27690         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27691         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
27692         macros.
27693         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27694         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
27695         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
27696         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
27697         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
27698         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
27699         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
27700         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
27701         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
27702         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
27703         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
27704         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
27705         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27706         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
27707         removed macros.
27708         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27709         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
27710         macros.
27711         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27712         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
27713         * sysdeps/i386/i586/memset.S (memset): Likewise.
27714         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
27715         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27716         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
27717         macros.
27718         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27719         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
27720         Change uses of L(2) to L(out).
27721         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
27722         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
27723         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
27724         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27725         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
27726         removed macros.
27727         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27728         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
27729         macros.
27730         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27731         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
27732         (RETURN): Do not use macro LEAVE.
27733         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
27734         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
27735         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
27736         * sysdeps/i386/i686/memset.S (memset): Likewise.
27737         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
27738         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
27739         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27740         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
27741         Likewise.
27742         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27743         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
27744         L(1_2) and L(1_3) into L(1).
27745         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
27746         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
27747         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27748         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
27749         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27750         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
27751         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
27752         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27753         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
27754         macros.
27755         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
27756         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27757         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
27758         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
27759         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
27760         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27761         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
27762         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
27763         * sysdeps/i386/strcspn.S (strcspn): Likewise.
27764         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
27765         * sysdeps/i386/strrchr.S (strrchr): Likewise.
27766         * sysdeps/i386/strspn.S (strspn): Likewise.
27767         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
27768         conditional code.
27769         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27770         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
27771         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
27772         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
27773         L(1_3) into L(1_1).
27774         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
27775         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27776         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
27777         macros.
27778         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27780 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
27782         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
27783         macro.
27785 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27787         * math/atest-exp.c (exp_mpn): Remove ROUND.
27788         * math/atest-exp2.c (exp_mpn): Likewise.
27789         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
27791         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
27792         * stdlib/tst-tls-atexit-lib.c: Likewise.
27793         * stdlib/tst-tls-atexit.c: Likewise.
27795 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
27797         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
27798         and __attribute_alloc_size__.
27800 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
27802         * include/programs/xmalloc.h: Change __attribute_alloc_size to
27803         __attribute_alloc_size__.
27804         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
27805         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
27807 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
27809         * include/programs/xmalloc.h: New file.
27810         * catgets/gencat.c: Include it.
27811         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
27812         * elf/pldd.c: Likewise.
27813         * iconv/iconv_charmap.c: Likewise.
27814         * iconv/iconvconfig.c: Likewise.
27815         * iconv/strtab.c: Likewise.
27816         * locale/programs/locale.c: Likewise.
27817         * locale/programs/localedef.h: Likewise.
27818         * locale/programs/simple-hash.c: Likewise.
27819         * nscd/nscd.h: Likewise.
27820         * nss/makedb.c: Likewise.
27821         * sysdeps/generic/ldconfig.h: Likewise.
27823 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
27825         * Versions.def: Add GLIBC_2.18.
27826         * include/link.h (struct link_map): New member l_tls_dtor_count.
27827         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
27828         (__call_tls_dtors): Likewise.
27829         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
27830         __cxa_thread_atexit_impl.
27831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
27832         Likewise.
27833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
27834         Likewise.
27835         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
27836         Likewise.
27837         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
27838         Likewise.
27839         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
27840         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
27841         Likewise.
27842         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
27843         Likewise.
27844         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
27845         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
27846         Likewise.
27847         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
27848         (tests): Add test case tst-tls-atexit.
27849         (modules-names): Add shared library for tst-tls-atexit.
27850         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
27851         (GLIBC_PRIVATE): Add __call_tls_dtors.
27852         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
27853         for libstdc++.
27854         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
27855         * stdlib/tst-tls-atexit.c: New test case.
27856         * stdlib/tst-tls-atexit-lib.c: New test case.
27858         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
27860         * elf/Versions (ld): Add _dl_find_dso_for_object.
27861         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
27862         * elf/dl-open.c (_dl_find_dso_for_object): New function.
27863         (dl_open_worker): Use _dl_find_dso_for_object.
27864         * elf/dl-sym.c (do_sym): Likewise.
27865         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
27867 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27869         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
27870         Syntactic changes only.
27871         (_dl_runtime_profile): Do a tail-call to the resolved function.
27873 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
27875         [BZ #13550]
27876         * sysdeps/x86_64/bp-asm.h: Remove file.
27877         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
27878         <bp-sym.h> and <bp-asm.h>.
27879         (__clone): Do not use BP_SYM.
27880         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
27881         <bp-sym.h> and <bp-asm.h>.
27882         * sysdeps/unix/x86_64/sysdep.S: Likewise.
27883         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
27884         "bp-asm.h".
27885         (_setjmp): Do not use BP_SYM.
27886         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
27887         "bp-asm.h".
27888         (setjmp): Do not use BP_SYM.
27889         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
27890         libc_hidden_def.
27891         (mempcpy): Do not use BP_SYM in weak_alias.
27892         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
27893         "bp-asm.h".
27894         (strchr): Do not use BP_SYM.
27895         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
27896         "bp-asm.h".
27897         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
27898         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
27899         (_start): Do not use BP_SYM.
27900         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
27901         "bp-asm.h".
27902         (strcat): Do not use BP_SYM.
27903         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
27904         "bp-asm.h".
27905         (STRCMP): Do not use BP_SYM.
27906         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
27907         "bp-asm.h".
27908         (STRCPY): Do not use BP_SYM.
27909         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
27910         "bp-asm.h".
27911         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
27912         "bp-asm.h".
27913         (FUNCTION): Do not use BP_SYM.
27914         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
27915         weak_alias.
27916         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
27918 2013-02-17  Andreas Jaeger  <aj@suse.de>
27920         * time/Versions: Sort entries.
27921         * string/Versions: Likewise.
27922         * resolv/Versions: Likewise.
27923         * posix/Versions: Likewise.
27924         * iconv/Versions: Likewise.
27925         * elf/Versions: Likewise.
27926         * wcsmbs/Versions: Likewise.
27928 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27930         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
27931         loop termination condition.
27933         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
27934         variable to calculate EZ.
27935         (__sqr): Likewise.
27937         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
27938         the lower precision input.
27940 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
27942         [BZ #13550]
27943         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
27944         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
27945         (run-via-rtld-prefix): Do not handle %-bp tests.
27946         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
27947         (all-object-suffixes): Remove .ob.
27948         (bppfx): Remove variable.
27949         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
27950         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
27951         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
27952         [$(build-bounded) = yes] (libtype.ob): Likewise.
27953         * Makerules (elide-routines.ob): Remove variable.
27954         (do-tests-clean): Do not handle *-bp.out.
27955         (common-mostlyclean): Do not handle *-bp and *-bp.out.
27956         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
27957         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
27958         (tests): Do not include $(tests-bp.out).
27959         (xtests): Do not include $(xtests-bp.out).
27960         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
27961         [$(build-bounded) = yes] ($(addprefix
27962         $(objpfx),$(binaries-bounded))): Remove rule.
27963         ($(objpfx)%-bp.out): Remove rule.
27964         * config.make.in (build-bounded): Remove variable.
27965         * crypt/Makefile [$(build-bounded) = yes]
27966         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
27967         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
27968         append to variable.
27969         [$(build-bounded) = yes] (install-lib): Likewise.
27970         [$(build-bounded) = yes] (generated): Likewise.
27971         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
27972         Remove rule.
27973         * intl/Makefile [$(build-bounded) = yes]
27974         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
27975         * math/Makefile [$(build-bounded) = yes]
27976         ($(tests:%=$(objpfx)%-bp): Likewise.
27977         * misc/Makefile [$(build-bounded) = yes]
27978         ($(objpfx)tst-tsearch-bp): Likewise.
27979         * nptl/Makeconfig (bounded-thread-library): Remove variable.
27980         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
27981         Remove dependency.
27982         * string/Makefile (o-objects.ob): Remove variable.
27983         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
27984         (CFLAGS-.ob): Remove variable.
27985         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
27986         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
27987         both definitions of variable.
27988         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
27989         (ASFLAGS-.ob): Remove variable.
27991 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
27993         [BZ #13550]
27994         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
27995         Remove __BOUNDED_POINTERS__ from condition.
27996         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
27997         * string/bits/string2.h [!__NO_STRING_INLINES &&
27998         !__BOUNDED_POINTERS__]: Likewise.
27999         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28000         Likewise.
28001         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28002         Remove conditional code.
28003         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28004         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28005         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28006         condition.
28008         [BZ #13550]
28009         * csu/libc-start.c: Do not include <bp-sym.h>.
28010         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28011         * elf/dl-open.c: Do not include <bp-sym.h>.
28012         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28013         * math/fegetenv.c: Do not include <bp-sym.h>.
28014         (fegetenv): Do not use BP_SYM in versioned symbols.
28015         * nptl/sysdeps/pthread/bits/libc-lockP.h
28016         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28017         <bp-sym.h>.
28018         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28019         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28020         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28021         (__pthread_mutex_destroy): Likewise.
28022         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28023         (__pthread_mutex_lock): Likewise.
28024         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28025         (__pthread_mutex_trylock): Likewise.
28026         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28027         (__pthread_mutex_unlock): Likewise.
28028         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28029         (__pthread_mutexattr_init): Likewise.
28030         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28031         (__pthread_mutexattr_destroy): Likewise.
28032         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28033         (__pthread_mutexattr_settype): Likewise.
28034         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28035         (__pthread_rwlock_init): Likewise.
28036         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28037         (__pthread_rwlock_destroy): Likewise.
28038         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28039         (__pthread_rwlock_rdlock): Likewise.
28040         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28041         (__pthread_rwlock_tryrdlock): Likewise.
28042         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28043         (__pthread_rwlock_wrlock): Likewise.
28044         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28045         (__pthread_rwlock_trywrlock): Likewise.
28046         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28047         (__pthread_rwlock_unlock): Likewise.
28048         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28049         (__pthread_key_create): Likewise.
28050         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28051         (__pthread_setspecific): Likewise.
28052         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28053         (__pthread_getspecific): Likewise.
28054         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28055         Likewise.
28056         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28057         (_pthread_cleanup_push_defer): Likewise.
28058         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28059         (_pthread_cleanup_pop_restore): Likewise.
28060         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28061         (pthread_setcancelstate): Likewise.
28062         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28063         <bp-sym.h>.
28064         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28065         (memchr): Do not use BP_SYM in weak_alias.
28066         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28067         (fegetenv): Do not use BP_SYM in versioned symbols.
28068         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28069         (fesetenv): Do not use BP_SYM in versioned symbols.
28070         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28071         (feupdateenv): Do not use BP_SYM in versioned symbols.
28072         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28073         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28074         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28075         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28076         (open64): Do not use BP_SYM in weak_alias.
28077         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28078         (fegetenv): Do not use BP_SYM in versioned symbols.
28079         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28080         (fesetenv): Do not use BP_SYM in versioned symbols.
28081         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28082         (feupdateenv): Do not use BP_SYM in versioned symbols.
28083         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28084         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28085         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28086         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28087         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28088         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28089         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28090         <bp-sym.h>.
28091         (__libc_start_main): Do not use BP_SYM.
28093 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28095         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28096         redundant return line.
28097         (norm): Likewise.
28098         (denorm): Likewise.
28099         (dbl_mp): Likewise.
28100         (sub_magnitudes): Likewise.
28101         (__add): Likewise.
28102         (__sub): Likewise.
28103         (__mul): Likewise.
28104         (__inv): Likewise.
28105         (__dvd): Likewise.
28106         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28107         (norm): Likewise.
28108         (denorm): Likewise.
28109         (dbl_mp): Likewise.
28110         (sub_magnitudes): Likewise.
28111         (__add): Likewise.
28112         (__sub): Likewise.
28113         (__mul): Likewise.
28114         (__inv): Likewise.
28115         (__dvd): Likewise.
28117         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28118         instead of __mul.
28119         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28120         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28121         (cc32): Likewise.
28123         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28124         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28125         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28126         of __mul for squares.
28127         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28128         function
28129         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28130         Likewise.
28131         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28132         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28134 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28136         [BZ #13550]
28137         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28138         code.
28139         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28140         prototype or function definition.  Rename ubp_* variables and
28141         parameters.  Remove argv definitions conditional on
28142         [__BOUNDED_POINTERS__].
28143         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28144         * elf/dl-runtime.c (_dl_fixup): Likewise.
28145         * include/set-hooks.h (RUN_HOOK): Likewise.
28146         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28147         definition.
28148         * string/strcpy.c (strcpy): Do not use __unbounded.
28149         * sysdeps/generic/frame.h (struct layout): Likewise.
28150         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28151         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28152         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28153         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28154         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28155         (__backtrace): Likewise.
28156         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28157         use __ptrvalue.
28158         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28159         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28160         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28161         Likewise.
28162         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28163         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28164         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28165         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28166         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28167         Do not use __unbounded.
28168         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28169         Rename __unboundedrlimits parameter to rlimits in prototype.
28170         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28171         Do not use __unbounded.
28172         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28173         not use __ptrvalue.
28174         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28175         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28176         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28177         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28178         __ptrvalue or __unbounded.
28179         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28180         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28181         use __unbounded.
28182         (__new_msgctl): Do not use __ptrvalue.
28183         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28184         __unbounded.
28185         (__libc_msgrcv): Do not use __ptrvalue.
28186         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28187         startup_info): Do not use __unbounded.
28188         (__libc_start_main): Likewise.  Rename ubp_* variables and
28189         parameters.  Remove argv definitions conditional on
28190         [__BOUNDED_POINTERS__].
28191         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28192         __ptrvalue.
28193         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28194         use __unbounded.
28195         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28196         or __ptrvalue.
28197         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28198         use __unbounded.
28199         (__new_shmctl): Do not use __ptrvalue.
28200         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28201         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28202         Likewise.
28203         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28204         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28205         (__libc_sigaction): Likewise.
28206         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28207         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28208         Likewise.
28209         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28211 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28213         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28215         * string/mempcpy.c: Implement by calling memcpy.
28217 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28219         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28221         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28222         evaluation.
28224         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28225         values in the mantissa.
28227         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28228         minimize writes to Z.
28229         (sub_magnitudes): Simplify code a bit.
28231 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28233         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28234         from the message.  The linker prefixes all warnings with that already.
28236 2013-02-12  Andreas Schwab  <schwab@suse.de>
28238         [BZ #15078]
28239         * posix/regexec.c (extend_buffers): Add parameter min_len.
28240         (check_matching): Pass minimum needed length.
28241         (clean_state_log_if_needed): Likewise.
28242         (get_subexp): Likewise.
28243         * posix/Makefile (tests): Add bug-regex34.
28244         (bug-regex34-ENV): Define.
28245         * posix/bug-regex34.c: New file.
28247         [BZ #11561]
28248         * posix/regcomp.c (parse_bracket_exp): When looking up collating
28249         elements compare against the byte sequence of it, not its name.
28250         * posix/Makefile (tests): Add bug-regex35.
28251         (bug-regex35-ENV): Define.
28252         * posix/bug-regex35.c: New file.
28254 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28256         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
28257         comment.
28258         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28259         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28260         (CHECK_EOL): Add undef.
28262 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
28264         * bits/stdlib-bsearch.h: New file.
28265         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
28266         * stdlib/stdlib.h: Likewise.
28268 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28270         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28271         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28272         declaration.
28273         * manual/search.texi (Array Search Function): Add missing const in
28274         lfind prototype.
28275         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28276         declaration to use rlim_t.
28277         (Basic Scheduling Functions): Remove erroneous const from
28278         sched_getparam prototype.  Remove erroneous * from
28279         sched_get_priority_max and sched_get_priority_min prototypes.
28280         (Resource Usage): Fix summary @comment on vtimes to refer to
28281         sys/vtimes.h rather than vtimes.h.
28282         Add missing *s in vtimes prototype.
28283         (Limits on Resources): Fix ulimit prototype to return long int.
28284         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28285         prototypes to use long int rather than double.
28286         (BSD Random): Fix initstate and setstate to use char *, not void *.
28287         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28288         prototype to make second argument 'struct aiocb64 *const[]'.
28289         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28290         (Status of AIO Operations): Remove erroneous const in aio_return and
28291         aio_return64 prototypes.
28292         (Synchronizing I/O): Fix sync prototype to return void.
28293         * manual/startup.texi (Suboptions): Remove an erroneous const in
28294         getsubopt prototype.
28295         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28296         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28297         use size_t rather than int.
28298         (Scanning All Users): Likewise for getpwent_r.
28299         (Setting Groups): Add missing const to setgroups prototype.
28300         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28301         * manual/socket.texi (Host Names): Fix gethostbyaddr and
28302         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28303         'const void *' rather than 'const char *'.
28304         (Host Address Functions): Likewise for inet_ntop.
28305         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28306         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28307         ssize_t for return value.
28308         (Sending Data): Likewise for send, sendto, sendmsg.
28309         (Socket Option Functions): Add a missing const in setsockopt prototype.
28310         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28311         use wchar_t for the argument.
28312         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28313         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28314         take no arguments.
28315         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28316         double/float/long double for second argument.
28317         Fix return types of significand, significandf, significandl.
28318         * manual/filesys.texi (Setting Permissions): Use mode_t for second
28319         argument in fchmod prototype.
28320         (File Owner): Use uid_t and gid_t in fchown prototype.
28321         (File Times): Add const to utimes, futimes, and lutimes prototypes.
28322         (Making Special Files): Use mode_t and dev_t in mknod prototype.
28323         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28324         use 'const struct dirent **' as argument types to CMP function pointer
28325         argument.
28326         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28327         (File Times): Fix summary magic @comment for struct utimbuf and utime
28328         to refer to utime.h, not time.h.
28329         * manual/string.texi (Argz Functions): Add missing const in
28330         argz_extract and argz_next prototypes.
28331         (Finding Tokens in a String): Likewise for basename.
28332         (String/Array Comparison): Fix typo in wcscasecmp prototype.
28333         (Copying and Concatenation): Fix typo in wmemmove prototype.
28334         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28335         (Signal Stack): Remove erroneous const in sigstack prototype.
28336         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28337         prototype.
28338         (Simple Calendar Time): Likewise for stime.
28339         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28340         prototype.
28341         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28342         say sys/sysctl.h instead.
28343         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28344         and vsyslog prototypes.
28346 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28348         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28349         Remove.
28351 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28353         * misc/sys/mman.h: Fix typo in mremap comment.
28355 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28357         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28358         the '\0' terminator.
28360 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28362         [BZ #13550]
28363         * debug/segfault.c: Don't include <bp-checks.h>.
28364         * sysdeps/generic/bp-checks.h: Remove file.
28365         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28366         (__GETDENTS): Don't use CHECK_N.
28367         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28368         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28369         (__getgroups): Don't use CHECK_N.
28370         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28371         (setgroups): Don't use CHECK_N.
28372         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28373         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28374         (__libc_msgrcv): Don't use CHECK_N.
28375         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28376         (__libc_msgsnd): Don't use CHECK_N.
28377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28378         <bp-checks.h>.
28379         (__libc_pread): Don't use CHECK_N.
28380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28381         include <bp-checks.h>.
28382         (__libc_pread64): Don't use CHECK_N.
28383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28384         include <bp-checks.h>.
28385         (__libc_pwrite): Don't use CHECK_N.
28386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28387         include <bp-checks.h>.
28388         (__libc_pwrite64): Don't use CHECK_N.
28389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28390         <bp-checks.h>.
28391         (__libc_pread): Don't use CHECK_N.
28392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28393         include <bp-checks.h>.
28394         (__libc_pread64): Don't use CHECK_N.
28395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28396         include <bp-checks.h>.
28397         (__libc_pwrite): Don't use CHECK_N.
28398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
28399         include <bp-checks.h>.
28400         (__libc_pwrite64): Don't use CHECK_N.
28401         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
28402         (do_pread): Don't use CHECK_N.
28403         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
28404         (do_pread64): Don't use CHECK_N.
28405         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
28406         (do_pwrite): Don't use CHECK_N.
28407         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
28408         (do_pwrite64): Don't use CHECK_N.
28409         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
28410         (__libc_readv): Don't use CHECK_N.
28411         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
28412         (semop): Don't use CHECK_N.
28413         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
28414         <bp-checks.h>.
28415         (semtimedop): Don't use CHECK_N.
28416         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
28417         (__libc_pread): Don't use CHECK_N.
28418         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
28419         <bp-checks.h>.
28420         (__libc_pread64): Don't use CHECK_N.
28421         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
28422         <bp-checks.h>.
28423         (__libc_pwrite): Don't use CHECK_N.
28424         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
28425         <bp-checks.h>.
28426         (__libc_pwrite64): Don't use CHECK_N.
28427         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
28428         <bp-checks.h>.
28429         (__libc_msgrcv): Don't use CHECK_N.
28430         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
28431         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
28432         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
28433         (__libc_writev): Don't use CHECK_N.
28435 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28437         * string/strcpy.c: Removed unused variable.
28439         * Makeconfig (+sysdep-includes): Define with := rather than =.
28440         Use an existing include/ subdir of each sysdeps dir before it.
28442 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28444         * nscd/connection.c (register_traced_file): Comment function.
28445         [HAVE_INOTIFY] (union __inev): Define.
28446         [HAVE_INOTIFY] (inotify_check_files): New function.
28447         [HAVE_INOTIFY] (clear_db_cache): Likewise.
28448         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
28449         clear_db_cache.
28450         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
28452 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28454         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
28455         loaded if not already and that a failure is permanent.
28457 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28459         [BZ #15006]
28460         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
28461         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
28463 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28465         [BZ #13550]
28466         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
28467         (CHECK_1_NULL_OK): Likewise.
28468         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
28469         (__fxstat): Do not use CHECK_1.
28470         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
28471         <bp-checks.h>.
28472         (___fxstat64): Do not use CHECK_1.
28473         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
28474         <bp-checks.h>.
28475         (__fxstatat): Do not use CHECK_1.
28476         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
28477         <bp-checks.h>.
28478         (__fxstatat64): Do not use CHECK_1.
28479         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
28480         <bp-checks.h>.
28481         (__fxstat): Do not use CHECK_1.
28482         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
28483         <bp-checks.h>.
28484         (__fxstatat): Do not use CHECK_1.
28485         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
28486         <bp-checks.h>.
28487         (__getresgid): Do not use CHECK_1.
28488         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
28489         <bp-checks.h>.
28490         (__getresuid): Do not use CHECK_1.
28491         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
28492         <bp-checks.h>.
28493         (__lxstat): Do not use CHECK_1.
28494         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
28495         <bp-checks.h>.
28496         (__old_msgctl): Do not use CHECK_1.
28497         (__new_msgctl): Likewise.
28498         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
28499         <bp-checks.h>.
28500         (__new_setrlimit): Do not use CHECK_1.
28501         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
28502         <bp-checks.h>.
28503         (__old_shmctl): Do not use CHECK_1.
28504         (__new_shmctl): Likewise.
28505         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
28506         <bp-checks.h>.
28507         (__xstat): Do not use CHECK_1.
28508         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
28509         (__lxstat): Do not use CHECK_1.
28510         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
28511         <bp-checks.h>.
28512         (___lxstat64): Do not use CHECK_1.
28513         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
28514         (__old_msgctl): Do not use CHECK_1.
28515         (__new_msgctl): Likewise.
28516         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
28517         <bp-checks.h>.
28518         (__gettimeofday): Do not use CHECK_1.
28519         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
28520         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
28521         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
28522         <bp-checks.h>.
28523         (__gettimeofday): Do not use CHECK_1.
28524         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
28525         (__old_shmctl): Do not use CHECK_1_NULL_OK.
28526         (__new_shmctl): Do not use CHECK_1.
28527         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
28528         <bp-checks.h>.
28529         (do_sigtimedwait): Do not use CHECK_1.
28530         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
28531         <bp-checks.h>.
28532         (do_sigwaitinfo): Do not use CHECK_1.
28533         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
28534         <bp-checks.h>.
28535         (msgctl): Do not use CHECK_1.
28536         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
28537         <bp-checks.h>.
28538         (shmctl): Do not use CHECK_1.
28539         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
28540         (ustat): Do not use CHECK_1.
28541         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
28542         <bp-checks.h>.
28543         (__fxstat): Do not use CHECK_1.
28544         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
28545         <bp-checks.h>.
28546         (__fxstatat): Do not use CHECK_1.
28547         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
28548         <bp-checks.h>.
28549         (__lxstat): Do not use CHECK_1.
28550         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
28551         <bp-checks.h>.
28552         (__xstat): Do not use CHECK_1.
28553         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
28554         (__xstat): Do not use CHECK_1.
28555         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
28556         (___xstat64): Do not use CHECK_1.
28558         [BZ #13550]
28559         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
28560         definitions.
28561         (CHECK_BOUNDS_HIGH): Likewise.
28562         * string/strcpy.c: Do not include <bp-checks.h>.
28563         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
28565 2013-02-07  Roland McGrath  <roland@hack.frob.com>
28567         * nscd/nscd-client.h (__nscd_drop_map_ref):
28568         Add __attribute__ ((unused)).
28569         * nis/nss-nisplus.h (niserr2nss): Likewise.
28571         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
28572         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
28574         * csu/libc-tls.c (init_static_tls, init_slotinfo):
28575         Remove inline keyword.
28576         * include/rounding-mode.h (round_away): Likewise.
28577         * libio/wfileops.c (adjust_wide_data): Likewise.
28578         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
28579         (__m128i_strloadu_tolower): Likewise.
28580         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
28581         (__m128i_strloadu_tolower): Likewise.
28582         * time/mktime.c (ydhms_diff): Likewise.
28583         * locale/elem-hash.h (elem_hash): Likewise.
28584         * locale/setlocale.c (setdata): Likewise.
28585         * posix/regex_internal.h (re_string_char_size_at): Likewise.
28586         (re_string_wchar_at): Likewise.
28587         (bitset_not, bitset_merge, bitset_mask): Likewise.
28588         [!(__GNUC__ > 3)] (inline): Remove macro.
28589         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
28590         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
28591         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
28592         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
28593         * string/memcmp.c (memcmp_bytes): Likewise.
28594         * locale/programs/locarchive.c (compute_hashval): Likewise.
28595         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
28596         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
28597         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
28598         * nss/getent.c (print_rpc, print_protocols): Likewise.
28599         (print_passwd, print_group, print_aliases): Likewise.
28600         * nis/nss-nisplus.h (niserr2nss): Likewise.
28601         * nscd/connections.c (restart_p): Likewise.
28602         Change return type to bool.
28604 2013-02-05  Roland McGrath  <roland@hack.frob.com>
28606         * Makeconfig (all-Depend-files): Add existing
28607         $(sorted-subdirs:=/Depend) files.
28608         (all-subdirs): Remove nss.
28609         * sysdeps/unix/inet/Subdirs: Add it here instead.
28610         * hesiod/Depend: New file.
28612         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
28613         instead of calling alloca.
28615         * io/lseek.c (__lseek): Rename to __libc_lseek.
28616         Define __lseek as an alias.
28618         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
28620 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
28622         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
28623         else clause and remove check for non-standard endianness.
28625 2013-02-04  David S. Miller  <davem@davemloft.net>
28627         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28629 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
28631         [BZ #13550]
28632         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
28633         (__ubp_memchr): Remove prototype.
28634         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
28635         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28636         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
28637         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28638         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
28639         Remove alias.
28640         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
28641         (__ubp_memchr): Likewise.
28642         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
28643         (__ubp_memchr): Likewise.
28644         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
28645         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
28646         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
28647         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
28648         CHECK_STRING.
28649         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
28650         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
28651         (__getcwd): Do not use CHECK_STRING.
28652         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
28653         <bp-checks.h>.
28654         (__real_chown): Do not use CHECK_STRING.
28655         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
28656         <bp-checks.h>.
28657         (fchownat): Do not use CHECK_STRING.
28658         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
28659         CHECK_STRING.
28660         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
28661         <bp-checks.h>.
28662         (__lchown): Do not use CHECK_STRING.
28663         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28664         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28665         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28666         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
28667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
28668         include <bp-checks.h>.
28669         (truncate64): Do not use CHECK_STRING.
28670         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
28671         <bp-checks.h>.
28672         (__real_chown): Do not use CHECK_STRING.
28673         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
28674         <bp-checks.h>.
28675         (__lchown): Do not use CHECK_STRING.
28676         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
28677         <bp-checks.h>.
28678         (__chown): Do not use CHECK_STRING.
28679         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
28680         <bp-checks.h>.
28681         (truncate64): Do not use CHECK_STRING.
28682         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
28683         Likewise.
28684         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
28685         (__xmknod): Do not use CHECK_STRING.
28686         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
28687         <bp-checks.h>.
28688         (__xmknodat): Do not use CHECK_STRING.
28689         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28690         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
28692 2013-02-04  Andreas Schwab  <schwab@suse.de>
28694         [BZ #14142]
28695         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
28696         * include/netdb.h: Likewise for h_errno.
28697         * elf/tst-stackguard1.c: Include <tls.h>.
28699 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
28701         * elf/link.h (struct link_map): Extend the l_addr comment.
28702         * include/link.h (struct link_map): Likewise.
28704 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
28706         [BZ #13550]
28707         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
28708         (BOUNDED_1): Remove macro.
28709         * debug/backtrace.c: Don't include <bp-checks.h>.
28710         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
28711         (__backtrace): Likewise.
28712         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
28713         <bp-checks.h>.
28714         (__backtrace): Don't use BOUNDED_1.
28715         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
28716         <bp-checks.h>.
28717         (__backtrace): Don't use BOUNDED_1.
28718         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
28719         (__backtrace): Don't use BOUNDED_1.
28720         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
28721         (shmat): Don't use BOUNDED_N.
28723 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
28725         [BZ #13550]
28726         * sysdeps/generic/bp-start.h: Remove file.
28727         * csu/libc-start.c: Don't include <bp-start.h>.
28728         (LIBC_START_MAIN): Set up __environ directly instead of using
28729         INIT_ARGV_and_ENVIRON.
28730         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
28731         <bp-start.h>.
28733         [BZ #13550]
28734         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
28735         definitions.
28736         (CHECK_FCNTL): Likewise.
28737         (CHECK_N_PAGES): Likewise.
28739         [BZ #13550]
28740         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
28741         definitions.
28742         (CHECK_SIGSET_NULL_OK): Likewise.
28743         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
28744         <bp-checks.h>.
28745         (sigpending): Don't use CHECK_SIGSET.
28746         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
28747         <bp-checks.h>.
28748         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
28749         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
28750         <bp-checks.h>.
28751         (do_sigsuspend): Don't use CHECK_SIGSET.
28752         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
28753         use CHECK_SIGSET.
28754         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
28755         (do_sigwait): Don't use CHECK_SIGSET.
28756         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
28757         use CHECK_SIGSET.
28758         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
28759         include <bp-checks.h>.
28760         (sigpending): Don't use CHECK_SIGSET.
28761         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
28762         include <bp-checks.h>.
28763         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
28764         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
28765         <bp-checks.h>.
28766         (sigpending): Don't use CHECK_SIGSET.
28767         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
28768         <bp-checks.h>.
28769         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
28771         [BZ #13550]
28772         * sysdeps/generic/bp-semctl.h: Remove file.
28773         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
28774         <bp-checks.h> and <bp-semctl.h>.
28775         (__old_semctl): Don't use CHECK_SEMCTL.
28776         (__new_semctl): Likewise.
28777         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
28778         and <bp-semctl.h>.
28779         (__old_semctl): Don't use CHECK_SEMCTL.
28780         (__new_semctl): Likewise.
28781         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
28782         <bp-checks.h> and <bp-semctl.h>.
28783         (__old_semctl): Don't use CHECK_SEMCTL.
28784         (__new_semctl): Likewise.
28785         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
28786         <bp-checks.h> and <bp-semctl.h>.
28787         (semctl): Don't use CHECK_SEMCTL.
28789         [BZ #13550]
28790         * Makerules (elide-bp-thunks): Remove variable.
28791         (elide-routines.oS): Don't use $(elide-bp-thunks).
28792         (elide-routines.os): Likewise.
28793         (elide-routines.o): Likewise.
28794         (elide-routines.op): Likewise.
28795         (elide-routines.og): Likewise.
28796         (objects): Don't use $(bp-thunks).
28797         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
28798         include.
28799         (common-generated): Do not add s-proto-bp.d.
28800         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
28801         (int): Likewise.
28802         (typ): Likewise.
28803         Do not generate makefile rules for bounded-pointer thunks.
28804         * sysdeps/generic/bp-thunks.h: Remove file.
28805         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
28806         * sysdeps/unix/s-proto-bp.S: Likewise.
28808         [BZ #15062]
28809         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
28810         parts of result separately when argument is not close to line from
28811         -i to i and one part of argument is small.
28812         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28813         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28814         * math/libm-test.inc (cacos_test): Add more tests.
28815         (casin_test): Likewise.
28816         (casinh_test): Likewise.
28817         * sysdeps/i386/fpu/libm-test-ulps: Update.
28818         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28820 2013-01-31  David S. Miller  <davem@davemloft.net>
28822         * po/de.po: Update from translation team.
28824 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
28826         * time/tzfile.c: Include stdint.h for SIZE_MAX.
28828 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
28830         * configure.in (_AC_PROG_CC_C89): New definition.
28831         * configure: Regenerate.
28833         * configure.in (AC_PROG_CPP): New definition.
28834         * configure: Regenerate.
28836 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
28838         * debug/tst-backtrace.h: New file.
28839         * debug/tst-backtrace2.c: Include tst-backtrace.h.
28840         (ret): Remove variable.
28841         (x): Likewise.
28842         (FAIL): Remove macro.
28843         (NO_INLINE): Likewise.
28844         (fn1): Use match function instead of strstr.
28845         * debug/tst-backtrace3.c: Include tst-backtrace.h.
28846         (ret): Remove variable.
28847         (x): Likewise.
28848         (FAIL): Remove macro.
28849         (NO_INLINE): Likewise.
28850         (fn): Use match function instead of strstr.
28851         * debug/tst-backtrace4.c: Include tst-backtrace.h.
28852         (ret): Remove variable.
28853         (x): Likewise.
28854         (FAIL): Remove macro.
28855         (NO_INLINE): Likewise.
28856         (handle_signal): Use match function instead of strstr.
28857         * debug/tst-backtrace5.c: Include tst-backtrace.h.
28858         (ret): Remove variable.
28859         (x): Likewise.
28860         (FAIL): Remove macro.
28861         (NO_INLINE): Likewise.
28862         (handle_signal): Use match function instead of strstr.
28864 2013-01-23  Roland McGrath  <roland@hack.frob.com>
28866         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
28868 2013-01-23  David S. Miller  <davem@davemloft.net>
28870         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
28871         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
28872         argument of CAS if possible.
28873         * sysdeps/sparc/sparc64/bits/atomic.h
28874         (__arch_compare_and_exchange_val_32_acq): Likewise.
28875         (__arch_compare_and_exchange_val_64_acq): Likewise.
28877 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
28879         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
28880         * sysdeps/posix/ulimit.c: ... this.
28881         Include <limits.h>.
28882         * sysdeps/unix/bsd/ulimit.c: Remove file.
28884 2013-01-23  Adam Conrad  <adconrad@0c3.net>
28886         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
28887         (LDFLAGS-tst-array5): Likewise.
28889 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
28891         [BZ #15036]
28892         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
28893         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
28894         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
28895         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
28897 2013-01-21  David S. Miller  <davem@davemloft.net>
28899         * sysdeps/sparc/backtrace.c: New file.
28900         * sysdeps/sparc/sparc32/backtrace.h: New file.
28901         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
28902         * sysdeps/sparc/sparc64/backtrace.h: New file.
28903         * sysdeps/sparc/sparc64/backtrace.c: Delete.
28904         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
28905         -funwind-tables.
28907 2013-01-21  Andreas Schwab  <schwab@suse.de>
28909         [BZ #15020]
28910         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
28911         closed its stdout.
28913 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
28915         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
28916         "mpa2.h".
28917         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
28919 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
28920             Mark Mitchell  <mark@codesourcery.com>
28921             Tom de Vries  <tom@codesourcery.com>
28922             Paul Pluzhnikov  <ppluzhnikov@google.com>
28924         * debug/tst-backtrace2.c: New file.
28925         * debug/tst-backtrace3.c: Likewise.
28926         * debug/tst-backtrace4.c: Likewise.
28927         * debug/tst-backtrace5.c: Likewise.
28928         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
28929         (CFLAGS-tst-backtrace3.c): Likewise.
28930         (CFLAGS-tst-backtrace4.c): Likewise.
28931         (CFLAGS-tst-backtrace5.c): Likewise.
28932         (LDFLAGS-tst-backtrace2): Likewise.
28933         (LDFLAGS-tst-backtrace3): Likewise.
28934         (LDFLAGS-tst-backtrace4): Likewise.
28935         (LDFLAGS-tst-backtrace5): Likewise.
28936         (tests): Add new tests tst-backtrace2, tst-backtrace3,
28937         tst-backtrace4 and tst-backtrace5.
28939 2013-01-18  Anton Blanchard  <anton@samba.org>
28940             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28942         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
28943         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
28944         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
28945         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
28946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28947         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
28948         "+r" and remove output regs list as redundant.  Add explicit inline
28949         asm to specify register of return val to work around compiler codegen
28950         bug.  Remove (int) cast on return value.  Add return type parameter to
28951         use in macro so that this macro does not truncate return value for
28952         64-bit values.
28953         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
28954         pass to INTERNAL_VSYSCALL_NCS.
28955         (INLINE_VSYSCALL): Add 'long int' as return type to
28956         INTERNAL_VSYSCALL_NCS macro invocation.
28957         (INTERNAL_VSYSCALL): Add 'long int' as return type to
28958         INTERNAL_VSYSCALL_NCS macro invocation.
28959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
28961 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28963         [BZ #14496]
28964         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
28965         Fix application of SIMD FP exception mask.
28967         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
28968         mp_no from a power of two.
28969         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
28970         __mpexp_twomm1.  Use __pow_mp.
28972         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
28973         multiplication.
28975 2013-01-17  David S. Miller  <davem@davemloft.net>
28977         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28979 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
28981         [BZ #15023]
28982         * include/complex.h: Condition contents on [!_COMPLEX_H].
28983         (__kernel_casinhf): New prototype.
28984         (__kernel_casinh): Likewise.
28985         (__kernel_casinhl): Likewise.
28986         * math/Makefile (libm_calls): Add k_casinh.
28987         * math/k_casinh.c: New file.
28988         * math/k_casinhf.c: Likewise.
28989         * math/k_casinhl.c: Likewise.
28990         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
28991         finite nonzero arguments.
28992         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
28993         finite nonzero arguments.
28994         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
28995         finite nonzero arguments.
28996         * math/s_casinh.c: Do not include <float.h>.
28997         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
28998         * math/s_casinhf.c: Do not include <float.h>.
28999         (__casinhf): Move code for finite nonzero arguments to
29000         k_casinhf.c.
29001         * math/s_casinhl.c: Do not include <float.h>.
29002         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29003         redefine.
29004         (__casinhl): Move code for finite nonzero arguments to
29005         k_casinhl.c.
29006         * math/libm-test.inc (cacos_test): Add more tests.
29007         * sysdeps/i386/fpu/libm-test-ulps: Update.
29008         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29010 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29012         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29013         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29014         [!HAVE_MREMAP]: Remove [defined linux] case.
29015         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29017 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29019         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29021 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29023         * elf/elf.h (R_386_SIZE32): New relocation.
29024         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29025         R_386_SIZE32.
29026         (elf_machine_rela): Likewise.
29027         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29028         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29030 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29032         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29033         (FP_FAST_FMA): Do not define.
29034         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29035         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29036         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29037         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29038         !_SOFT_FLOAT]: Likewise.
29039         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29040         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29041         value.
29042         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29043         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29044         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29045         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29046         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29047         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29048         file.
29050 2013-01-16  Andreas Schwab  <schwab@suse.de>
29052         [BZ #14327]
29053         * include/stdlib.h (__mktemp): Add declaration.
29054         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29055         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29057 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29059         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29060         definitions.
29061         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29062         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29063         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29064         definitions here.
29065         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29066         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29067         definitions.
29068         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29069         and ONE.
29070         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29071         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29072         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29073         definitions.
29074         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29075         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29076         definitions.
29077         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29079         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29081 2013-01-15  David S. Miller  <davem@davemloft.net>
29083         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29084         trunc{,f} to libm-sysdep_routes.
29085         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29087         file.
29088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29089         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29090         file.
29091         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29092         file.
29093         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29094         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29095         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29096         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29097         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29098         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29099         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29100         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29103         nearbyint{,f} to libm-sysdep_routes.
29104         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29106         New file.
29107         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29108         file.
29109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29110         New file.
29111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29112         file.
29113         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29114         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29115         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29116         file.
29117         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29118         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29119         file.
29120         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29121         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29122         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29124         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29125         libc_feholdexcept and libc_fesetenv.
29127 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29129         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29131 2013-01-14  David S. Miller  <davem@davemloft.net>
29133         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29134         (SPARC_ASM_VIS2_IFUNC): Likewise.
29135         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29136         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29137         use of 'siam' instruction.
29138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29139         Likewise.
29140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29141         Likewise.
29142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29143         Likewise.
29144         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29145         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29146         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29147         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29148         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29149         file.
29150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29151         file.
29152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29153         file.
29154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29155         file.
29156         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29157         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29158         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29159         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29161         new VIS2 routines.
29162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29165         Likewise.
29166         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29167         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29168         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29169         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29171         routines to libm-sysdep_routines.
29172         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29174         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29175         fdim/fdimf to libm-sysdep_routines.
29176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29177         file.
29178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29180         file.
29181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29182         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29183         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29184         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29185         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29186         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29187         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29189 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29191         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29192         to optimize copies.
29194         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29195         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29196         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29198         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29199         local variable MPTWO.
29200         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29201         Likewise.
29203 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29205         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29206         GLOB_NOESCAPE.
29208 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29210         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29212 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29214         * manual/pattern.texi (glob_t): Document gl_flags.
29215         (glob64_t): Likewise.
29217 2013-01-11  David S. Miller  <davem@davemloft.net>
29219         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29220         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29221         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29222         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29223         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29224         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29225         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29226         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29227         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29228         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29229         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29230         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29231         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29233         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29234         sparc V9 rather than using V8 code.
29235         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29236         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29238         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29239         Move to...
29240         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29241         Here.
29243 2013-01-11  Roland McGrath  <roland@hack.frob.com>
29245         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29246         not in the main loop.
29247         * configure: Regenerated.
29249 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
29251         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29252         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29253         to just #else.
29254         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
29255         [!__GLIBC_HAVE_LONG_LONG] case.
29256         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29257         condition to just #else.
29258         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29259         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29260         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29261         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29262         unconditional.
29263         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29264         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29265         #elif condition to just #else.
29266         * sysdeps/unix/sysv/linux/sys/sysmacros.h
29267         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29268         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29269         #elif condition to just #else.
29271 2013-01-11  Steve Ellcey  <sellcey@mips.com>
29273         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29274         (EF_MIPS_ARCH_64): Fix value.
29275         (EF_MIPS_ARCH_32R2): New.
29276         (EF_MIPS_ARCH_64R2): New.
29278 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
29280         * Makeconfig (+link-pie-before-libc): New.
29281         (+link-pie-after-libc): Likewise.
29282         (+link-pie-tests): Likewise.
29283         (+link-pie): Rewritten.
29284         (link-before-libc): Remove $(config-LDFLAGS).
29285         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29286         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29287         (config-LDFLAGS): Renamed to ...
29288         (rtld-LDFLAGS): This.
29289         (rtld-tests-LDFLAGS): New macro.
29290         (link-libc-rpath-link): Likewise.
29291         (link-libc-tests-rpath-link): Likewise.
29292         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29293         (link-libc): Prepand $(link-libc-rpath-link).
29294         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29295         (test-program-prefix): New macro.
29296         (test-via-rtld-prefix): Likewise.
29297         (test-program-cmd): Likewise.
29298         (host-test-program-cmd): Likewise.
29299         * Makefile ($(common-objpfx)testrun.sh): Replace
29300         $(run-program-prefix) with $(test-program-prefix).
29301         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29302         $(rtld-LDFLAGS).
29303         ($(common-objpfx)shlib.lds): Likewise.
29304         (build-module-helper): Likewise.
29305         ($(common-objpfx)format.lds): Likewise.
29306         * Rules (binaries-pie-tests): New.
29307         (binaries-pie-notests): Likewise.
29308         (binaries-pie): Rewritten.
29309         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29310         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29311         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29312         (make-test-out): Replace $(host-built-program-cmd) with
29313         $(host-test-program-cmd).
29314         * config.make.in (build-hardcoded-path-in-tests): New variable.
29315         * configure.in (--enable-hardcoded-path-in-tests): New configure
29316         option.
29317         (hardcoded_path_in_tests): New AC_SUBST.
29318         * configure: Regenerated.
29319         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29320         $(built-program-cmd) with $(test-program-cmd).
29321         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29322         (test_program_cmd): This.
29323         * elf/Makefile ($(objpfx)order.out): Run test with
29324         $(test-program-prefix).
29325         ($(objpfx)order2.out): Likewise.
29326         ($(objpfx)tst-initorder.out): Likewise.
29327         ($(objpfx)tst-initorder2.out): Likewise.
29328         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29329         $(test-program-cmd).
29330         ($(objpfx)tst-array1-static.out): Likewise.
29331         ($(objpfx)tst-array2.out): Likewise.
29332         ($(objpfx)tst-array3.out): Likewise.
29333         ($(objpfx)tst-array4.out): Likewise.
29334         ($(objpfx)tst-array5.out): Likewise.
29335         ($(objpfx)tst-array5-static.out): Likewise.
29336         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29337         $(test-program-cmd).
29338         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29339         $(run-program-prefix) with $(test-program-prefix).
29340         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29341         (test_program_prefix): This.
29342         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29343         $(run-program-prefix) with $(test-program-prefix).
29344         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29345         (test_program_prefix): This.
29346         * iconvdata/tst-tables.sh: Likewise.
29347         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29348         $(run-program-prefix) with $(test-program-prefix).
29349         ($(objpfx)tst-translit.out): Likewise.
29350         ($(objpfx)tst-gettext2.out): Likewise.
29351         ($(objpfx)tst-gettext4.out): Likewise.
29352         ($(objpfx)tst-gettext6.out): Likewise.
29353         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29354         (test_program_prefix): This.
29355         * intl/tst-gettext2.sh: Likewise.
29356         * intl/tst-gettext4.sh  Likewise.
29357         * intl/tst-gettext6.sh: Likewise.
29358         * intl/tst-translit.sh: Likewise.
29359         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29360         with $(test-program-cmd).
29361         * libio/Makefile ($(objpfx)test-freopen.out): Replace
29362         $(run-program-prefix) with $(test-program-prefix).
29363         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29364         (test_program_prefix): This.
29365         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29366         $(run-program-prefix) with $(test-program-prefix).
29367         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29368         (test_program_prefix): This.
29369         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29370         * posix/Makefile ($(objpfx)globtest.out): Replace
29371         $(run-via-rtld-prefix) and $(test-wrapper) with
29372         $(test-program-prefix) and $(test-via-rtld-prefix).
29373         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29374         $(test-program-prefix).
29375         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29376         $(host-test-program-cmd).
29377         (tst-spawn-ARGS): Likewise.
29378         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29379         $(test-program-prefix).
29380         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29381         (test_via_rtld_prefix): This.
29382         (test_wrapper): Renamed to ...
29383         (test_program_prefix): This.
29384         (run_program_prefix): Replaced by test_program_prefix.
29385         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29386         (test_program_prefix): This.
29387         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29388         with $(host-test-program-cmd).
29389         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29390         $(run-program-prefix) with $(test-program-prefix).
29391         ($(objpfx)tst-printf.out): Likewise.
29392         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29393         $(test-program-cmd).
29394         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29395         (test_program_prefix): This.
29396         * stdio-common/tst-unbputc.sh: Likewise.
29397         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
29398         $(run-program-prefix) with $(test-program-prefix).
29399         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
29400         (test_program_prefix): This.
29401         * string/Makefile ($(objpfx)tst-svc.out):  Replace
29402         $(built-program-cmd) with $(test-program-cmd).
29404 2013-01-11  Andreas Jaeger  <aj@suse.de>
29406         [BZ #15003]
29407         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
29408         value. Sync with Linux 3.7.
29410 2013-01-10  David S. Miller  <davem@davemloft.net>
29412         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
29413         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29414         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29416 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29418         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
29419         never set.
29420         * configure: Regenerated.
29422 2013-01-10  David S. Miller  <davem@davemloft.net>
29424         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29425         sparc V9 rather than using V8 code.
29426         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29427         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29429 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29431         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
29432         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
29433         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
29434         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
29435         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
29436         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
29437         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
29438         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
29439         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
29440         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
29441         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
29442         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
29443         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
29444         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
29445         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
29446         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
29447         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
29448         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
29449         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
29450         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
29451         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
29452         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
29453         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
29454         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
29455         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
29456         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
29457         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
29459 2013-01-10  David S. Miller  <davem@davemloft.net>
29461         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29463 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29465         * posix/Makefile (tests-static): New variable.
29466         (tests): Add $(tests-static).
29467         (tst-exec-static-ARGS): New variable.
29468         (tst-spawn-static-ARGS): Likewise.
29469         * posix/tst-exec-static.c: New file.
29470         * posix/tst-spawn-static.c: Likewise.
29471         * posix/tst-exec.c: Support run directly.
29472         * posix/tst-spawn.c: Likewise.
29474 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
29476         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
29477         long.
29478         * math/bits/mathcalls.h (llrint): Likewise.
29479         (llround): Likewise.
29480         * stdlib/stdlib.h (struct drand48_data): Likewise.
29481         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
29482         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
29483         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
29484         Likewise.
29485         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
29486         Likewise.
29487         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
29488         (elf_greg_t): Likewise.
29489         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
29490         (__jmp_buf): Likewise.
29491         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
29492         definitions.
29493         (llrint): Likewise, for all definitions.
29494         (llrintl): Likewise.
29496         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
29497         Remove [__GNUC__] condition.
29498         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
29499         condition to just [__USE_ISOC99].
29500         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
29502 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29504         [BZ #14200]
29505         * sysdeps/unix/sysv/linux/x86/bits/environments.h
29506         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
29507         defined.
29508         (_POSIX_V6_ILP32_OFF32): Likewise.
29509         (_XBS5_ILP32_OFF32): Likewise.
29510         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
29511         (__ILP32_OFFBIG_LDFLAGS): Likewise.
29513 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29515         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
29517         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
29518         doubles __mpexp_twomm1.  Adjust usage.
29519         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
29520         Remove.
29522 2013-01-10  Andreas Schwab  <schwab@suse.de>
29524         [BZ #14964]
29525         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
29526         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
29528 2013-01-09  David S. Miller  <davem@davemloft.net>
29530         [BZ #15003]
29531         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
29532         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
29533         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
29534         (TCP_FASTOPEN): Define.
29535         (tcp_repair_opt): New structure.
29536         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
29537         enum values.
29538         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
29539         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
29540         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
29541         (tcp_cookie_transactions): New structure.
29543 2013-01-09  Anton Blanchard  <anton@samba.org>
29545         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
29546         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
29547         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
29548         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
29550 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
29552         * include/features.h (__USE_ANSI): Remove.
29554 2013-01-09  Roland McGrath  <roland@hack.frob.com>
29556         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
29558         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
29560 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
29562         * sysdeps/s390/fpu/libm-test-ulps: Update.
29564         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29566         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
29567         (__acr): Likewise.
29568         (__cpy): Likewise.
29569         (norm): Likewise.
29570         (denorm): Likewise.
29571         (__mp_dbl): Likewise.
29572         (__dbl_mp): Likewise.
29573         (add_magnitudes): Likewise.
29574         (sub_magnitudes): Likewise.
29575         (__add): Likewise.
29576         (__sub): Likewise.
29577         (__mul): Likewise.
29578         (__inv): Likewise.
29579         (__dvd): Likewise.
29580         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
29581         (__acr): Likewise.
29582         (__cpy): Likewise.
29583         (norm): Likewise.
29584         (denorm): Likewise.
29585         (__mp_dbl): Likewise.
29586         (__dbl_mp): Likewise.
29587         (add_magnitudes): Likewise.
29588         (sub_magnitudes): Likewise.
29589         (__add): Likewise.
29590         (__sub): Likewise.
29591         (__mul): Likewise.
29592         (__inv): Likewise.
29593         (__dvd): Likewise.
29594         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
29595         (__acr): Likewise.
29596         (__cpy): Likewise.
29597         (norm): Likewise.
29598         (denorm): Likewise.
29599         (__mp_dbl): Likewise.
29600         (__dbl_mp): Likewise.
29601         (add_magnitudes): Likewise.
29602         (sub_magnitudes): Likewise.
29603         (__add): Likewise.
29604         (__sub): Likewise.
29605         (__mul): Likewise.
29606         (__inv): Likewise.
29607         (__dvd): Likewise.
29609 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
29611         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
29612         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
29613         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
29614         2 && __USE_EXTERN_INLINES]: Likewise.
29616 2013-01-08  Andreas Jaeger  <aj@suse.de>
29618         [BZ# 14985]
29619         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
29620         Remove.
29621         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29622         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29624 2013-01-07  Anton Blanchard  <anton@samba.org>
29626         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
29627         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
29628         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
29629         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
29630         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
29631         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
29632         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
29633         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
29634         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29635         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
29636         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
29637         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
29638         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
29639         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
29640         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
29641         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
29642         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
29643         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
29644         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
29645         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
29646         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
29647         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
29648         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
29649         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
29650         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
29651         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
29652         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
29653         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
29654         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
29655         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
29656         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
29657         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29658         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
29659         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
29660         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
29661         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
29662         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
29663         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
29664         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
29665         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
29666         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
29667         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
29668         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
29670 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
29672         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
29673         (__MALLOC_PMT): Likewise.
29674         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
29675         [__GNUC__], only on [_LIBC].
29676         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
29677         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
29678         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
29679         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
29680         forward declaration.
29681         (realloc_hook_ini): Likewise.
29682         (memalign_hook_ini): Likewise.
29683         (__libc_memalign): Do not use __MALLOC_PMT in variable
29684         declaration.
29685         (__libc_valloc): Likewise.
29686         (__libc_pvalloc): Likewise.
29687         (__libc_calloc): Likewise.
29688         (__posix_memalign): Likewise.
29690         [BZ #14996]
29691         * math/s_casinh.c: Include <float.h>.
29692         (__casinh): Do not do computation with squaring and square root
29693         for large arguments.
29694         * math/s_casinhf.c: Include <float.h>.
29695         (__casinhf): Do not do computation with squaring and square root
29696         for large arguments.
29697         * math/s_casinhl.c: Include <float.h>.
29698         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
29699         (__casinhl): Do not do computation with squaring and square root
29700         for large arguments.
29701         * math/libm-test.inc (casin_test): Add more tests.
29702         (casinh_test): Likewise.
29703         * sysdeps/i386/fpu/libm-test-ulps: Update.
29704         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29706 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
29708         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
29709         (__x86_64_raw_data_cache_size): Likewise.
29710         (__x86_64_data_cache_size_half): Likewise.
29711         (__x86_64_raw_data_cache_size_half): Likewise.
29712         (__x86_64_shared_cache_size): Likewise.
29713         (__x86_64_raw_shared_cache_size): Likewise.
29714         (__x86_64_shared_cache_size_half): Likewise.
29715         (__x86_64_raw_shared_cache_size_half): Likewise.
29716         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
29717         to ...
29718         (__x86_data_cache_size): This.
29719         (__x86_64_raw_data_cache_size): Renamed to ...
29720         (__x86_raw_data_cache_size): This.
29721         (__x86_64_data_cache_size_half): Renamed to ...
29722         (__x86_data_cache_size_half): This.
29723         (__x86_64_raw_data_cache_size_half): Renamed to ...
29724         (__x86_raw_data_cache_size_half): This.
29725         (__x86_64_shared_cache_size): Renamed to ...
29726         (__x86_shared_cache_size): This.
29727         (__x86_64_raw_shared_cache_size): Renamed to ...
29728         (__x86_raw_shared_cache_size): This.
29729         (__x86_64_shared_cache_size_half): Renamed to ...
29730         (__x86_shared_cache_size_half): This.
29731         (__x86_64_raw_shared_cache_size_half): Renamed to ...
29732         (__x86_raw_shared_cache_size_half): This.
29733         * sysdeps/x86_64/memcpy.S: Updated.
29734         * sysdeps/x86_64/memset.S: Likewise.
29735         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
29736         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
29737         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
29739 2013-01-04  David S. Miller  <davem@davemloft.net>
29741         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29743 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
29745         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
29746         1 to avoid redefinition warning.
29747         (__USE_GNU): Don't define.
29748         (init_signaling_nan): Protoize.
29750         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29752 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
29754         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
29755         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
29756         (__cpymn): Likewise.
29757         (norm): Remove commented code.
29758         (denorm): Likewise.
29759         (__mp_dbl): Likewise.
29760         (__inv): Likewise.
29761         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
29762         (__cpymn): Likewise.
29763         (norm): Remove commented code.
29764         (denorm): Likewise.
29765         (__mp_dbl): Likewise.
29766         (__inv): Likewise.
29768         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
29769         mp_no value for 1.0 and 2.0.
29770         (norm): Use RADIXI instead of radixi.d.
29771         (denorm): Likewise.
29772         (__mul): Use 0.0 instead of zero.d.
29773         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
29774         mp_no value for 1.0 and 2.0.
29775         (norm): Use RADIXI instead of radixi.d.
29776         (denorm): Likewise.
29777         (__mul): Use 0.0 instead of zero.d.
29779 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
29781         [BZ #14994]
29782         * math/s_casinh.c (__casinh): Reduce finite argument to first
29783         quadrant then set signs of results at the end.
29784         * math/s_casinhf.c (__casinhf): Likewise.
29785         * math/s_casinhl.c (__casinhl): Likewise.
29786         * math/libm-test.inc (casin_test): Add more tests.
29787         (casinh_test): Likewise.
29788         * sysdeps/i386/fpu/libm-test-ulps: Update.
29789         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29791 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
29793         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
29795         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
29797         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
29798         declarations.
29799         (denorm): Likewise.
29800         (__mp_dbl): Likewise.
29801         (__inv): Likewise.
29803         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
29804         and adjust the header comment.
29806         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
29807         variable name from declaration.
29809 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
29811         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29812         Initialize COMMON_CPUID_INDEX_7 element.
29813         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
29814         (CPUID_RTM): Likewise.
29815         (HAS_RTM): Likewise.
29816         (COMMON_CPUID_INDEX_7): New enum.
29818 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
29820         [BZ #14981]
29821         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
29822         size is zero, record memory as freed.
29824 2013-01-03  Andreas Jaeger  <aj@suse.de>
29826         * po/ia.po: Add new Interlingua translation.
29828 2012-01-03  Allan McRae  <allan@archlinux.org>
29830         * locale/programs/localedef.c: Fix description of '--posix' flag.
29832 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
29834         * NEWS: Update dates in second copyright notice.
29835         * README: Update copyright dates in example.
29836         * manual/libc.texinfo: Update copyright dates.
29837         * scripts/test-installation.pl: Update copyright date in --version
29838         output.
29840         * hurd/ctty-input.c: Fix copyright notice formatting.
29841         * hurd/ctty-output.c: Likewise.
29842         * hurd/dtable.c: Likewise.
29843         * hurd/hurd-raise.c: Likewise.
29844         * hurd/hurdprio.c: Likewise.
29845         * hurd/msgportdemux.c: Likewise.
29846         * misc/sys/file.h: Likewise.
29847         * misc/sys/ioctl.h: Likewise.
29848         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
29849         * sysdeps/mach/hurd/chdir.c: Likewise.
29850         * sysdeps/mach/hurd/fchdir.c: Likewise.
29851         * sysdeps/mach/hurd/rename.c: Likewise.
29852         * sysdeps/mach/hurd/rmdir.c: Likewise.
29853         * sysdeps/mach/hurd/seekdir.c: Likewise.
29854         * sysdeps/mach/hurd/setsid.c: Likewise.
29855         * sysdeps/posix/wait3.c: Likewise.
29857         * All files with FSF copyright notices: Update copyright dates
29858         using scripts/update-copyrights.
29859         * intl/plural.c: Regenerated.
29860         * locale/programs/charmap-kw.h: Likewise.
29861         * locale/programs/locfile-kw.h: Likewise.
29863 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
29865         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
29866         four values.
29868         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
29869         calculation loop and add branch prediction.
29871         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
29872         check access beyond bounds of m1np.
29874         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
29875         MPTWO.
29876         (__inv): Remove local variable MPTWO to use the global
29877         constant.
29878         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
29879         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
29880         variable MPTWO.
29881         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
29882         MP3HALFS static const.
29884 2013-01-01  David S. Miller  <davem@davemloft.net>
29886         * po/ca.po: Update from translation team.
29888 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
29890         * scripts/update-copyrights: New file.
29891         * Makeconfig: Reformat copyright notice.
29892         * ctype/ctype.h: Likewise.
29893         * debug/swprintf_chk.c: Likewise.
29894         * elf/dl-cache.c: Likewise.
29895         * elf/dl-debug.c: Likewise.
29896         * elf/dl-object.c: Likewise.
29897         * grp/initgroups.c: Likewise.
29898         * hurd/Makefile: Likewise.
29899         * hurd/hurd/signal.h: Likewise.
29900         * hurd/hurdfault.c: Likewise.
29901         * hurd/hurdioctl.c: Likewise.
29902         * hurd/hurdlookup.c: Likewise.
29903         * hurd/intr-msg.c: Likewise.
29904         * iconv/gconv_open.c: Likewise.
29905         * libio/swprintf.c: Likewise.
29906         * locale/lc-ctype.c: Likewise.
29907         * locale/nl_langinfo.c: Likewise.
29908         * mach/Machrules: Likewise.
29909         * mach/Makefile: Likewise.
29910         * malloc/obstack.h: Likewise.
29911         * manual/Makefile: Likewise.
29912         * manual/tsort.awk: Likewise.
29913         * misc/bits/stab.def: Likewise.
29914         * nis/nis_print_group_entry.c: Likewise.
29915         * nis/nis_table.c: Likewise.
29916         * nis/nss_compat/compat-pwd.c: Likewise.
29917         * nis/nss_compat/compat-spwd.c: Likewise.
29918         * po/Makefile: Likewise.
29919         * posix/fnmatch.c: Likewise.
29920         * posix/regex.h: Likewise.
29921         * resolv/Makefile: Likewise.
29922         * resolv/nss_dns/dns-network.c: Likewise.
29923         * resolv/res_hconf.c: Likewise.
29924         * scripts/gen-sorted.awk: Likewise.
29925         * soft-fp/soft-fp.h: Likewise.
29926         * stdio-common/printf.h: Likewise.
29927         * stdlib/monetary.h: Likewise.
29928         * stdlib/random.c: Likewise.
29929         * stdlib/random_r.c: Likewise.
29930         * sysdeps/generic/Makefile: Likewise.
29931         * sysdeps/gnu/Makefile: Likewise.
29932         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
29933         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29934         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
29935         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
29936         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
29937         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29938         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
29939         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
29940         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
29941         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
29942         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
29943         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
29944         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
29945         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
29946         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
29947         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
29948         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
29949         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
29950         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
29951         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
29952         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
29953         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
29954         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
29955         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
29956         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
29957         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
29958         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
29959         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
29960         * sysdeps/mach/hurd/errnos.awk: Likewise.
29961         * sysdeps/mach/hurd/fork.c: Likewise.
29962         * sysdeps/mach/hurd/getcwd.c: Likewise.
29963         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
29964         * sysdeps/mach/hurd/mmap.c: Likewise.
29965         * sysdeps/mach/hurd/utimes.c: Likewise.
29966         * sysdeps/mach/hurd/xmknod.c: Likewise.
29967         * sysdeps/posix/profil.c: Likewise.
29968         * sysdeps/posix/readdir_r.c: Likewise.
29969         * sysdeps/powerpc/bits/mathdef.h: Likewise.
29970         * sysdeps/powerpc/bits/setjmp.h: Likewise.
29971         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
29972         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
29973         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29974         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
29975         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
29976         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
29977         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29978         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
29979         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
29980         * sysdeps/pthread/lio_listio.c: Likewise.
29981         * sysdeps/sparc/dl-procinfo.h: Likewise.
29982         * sysdeps/unix/i386/sysdep.S: Likewise.
29983         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
29984         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
29985         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
29986         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
29987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29988         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
29989         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
29990         * sysdeps/unix/sysv/linux/speed.c: Likewise.
29991         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
29992         * sysdeps/wordsize-32/divdi3.c: Likewise.
29993         * time/sys/time.h: Likewise.
29994         * wcsmbs/Makefile: Likewise.
29996 2013-01-01  David S. Miller  <davem@davemloft.net>
29998         * po/fr.po: Update from translation team.
30000         * catgets/gencat.c: Update copyright year.
30001         * csu/version.c: Likewise.
30002         * debug/catchsegv.sh: Likewise.
30003         * debug/pcprofiledump.c: Likewise.
30004         * debug/xtrace.sh: Likewise.
30005         * elf/ldconfig.c: Likewise.
30006         * elf/ldd.bash.in: Likewise.
30007         * elf/pldd.c: Likewise.
30008         * elf/sotruss.ksh: Likewise.
30009         * elf/sprof.c: Likewise.
30010         * iconv/iconv_prog.c: Likewise.
30011         * iconv/iconvconfig.c: Likewise.
30012         * locale/programs/locale.c: Likewise.
30013         * locale/programs/localedef.c: Likewise.
30014         * login/programs/pt_chown.c: Likewise.
30015         * malloc/memusage.sh: Likewise.
30016         * malloc/memusagestat.c: Likewise.
30017         * malloc/mtrace.pl: Likewise.
30018         * nscd/nscd.c: Likewise.
30019         * nss/getent.c: Likewise.
30020         * nss/makedb.c: Likewise.
30021         * posix/getconf.c: Likewise.
30023 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30025         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30026         numbers.
30028 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30030         * math/bits/mathcalls.h (modf): Use __nonnull.
30032 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30034         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30035         (split): Use macro CN instead of the bare value.
30036         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30037         could be used.
30038         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30039         instead of the bare value.
30040         (power1): Likewise.
30042 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30044         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30045         __ATAN_TWOM.
30046         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30048         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30049         their values.
30050         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30051         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30052         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30053         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30055 2012-12-28  Andreas Jaeger  <aj@suse.de>
30057         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30058         values are from Linux 3.7.
30060         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30061         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30063 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30065         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30066         TRUE case.
30068         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30069         (norm): Likewise.
30070         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30071         variables with preprocessor constants.
30072         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30073         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30074         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30076 2012-12-27  Bruno Haible  <bruno@clisp.org>
30078         [BZ #14317]
30079         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30080         only if needed.
30082 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30084         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30085         and use variable directly.
30086         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30088         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30089         MPONE.
30090         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30091         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30092         variable MPONE.
30093         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30094         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30095         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30096         include directive.  Remove local variable MPONE.
30097         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30098         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30099         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30101 2012-12-25  David S. Miller  <davem@davemloft.net>
30103         * version.h (RELEASE): Set to "development".
30104         (VERSION): Set to "2.17.90".
30105         * NEWS: Add 2.18 section.
30107 2012-12-21  David S. Miller  <davem@davemloft.net>
30109         * po/hr.po: Update from translation team.
30111 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30113         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30115 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30117         * NEWS:  Mention new memcpy for MIPS.
30119 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30121         * manual/contrib.texi (Contributors): Spelling correction.
30123 2012-12-15  David S. Miller  <davem@davemloft.net>
30125         * po/ru.po: Update from translation team.
30127 2012-12-13  David S. Miller  <davem@davemloft.net>
30129         * NEWS: Mention IFUNC testsuite enhancements.
30131         * po/pl.po: Update from translation team.
30132         * po/bg.po: Likewise.
30134         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30135         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30137 2012-12-11  David S. Miller  <davem@davemloft.net>
30139         * po/sv.po: Update from translation team.
30141         * po/vi.po: Update from translation team.
30143         * po/cs.po: Update from translation team.
30145         * po/de.po: Update from translation team.
30146         * po/eo.po: Likewise.
30147         * po/nl.po: Likewise.
30149 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30151         [BZ #14246]
30152         * manual/argp.texi (Argp Helper Functions): Move node to follow
30153         Argp Parsing State.
30155         [BZ #14872]
30156         * manual/conf.texi (Limits on File System Capacity): Mention if
30157         terminating null is included in the max size.
30159 2012-12-10  Andreas Jaeger  <aj@suse.de>
30161         * po/cs.po: Update from translation team.
30163 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30165         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30166         void pointer and cast to uintptr_t.
30167         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30168         path.
30169         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30170         * sysdeps/s390/s390-64/memset.S: Likewise.
30172 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30174         [BZ #14833]
30175         * menual/message.texi (Message Translation): Fix typos.
30176         (Helper programs for gettext): Likewise.
30178 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30180         [BZ #14898]
30181         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30182         Change to -1.
30184 2012-12-07  David S. Miller  <davem@davemloft.net>
30186         * po/libc.pot: Update.
30188 2012-12-07  Richard Henderson  <rth@redhat.com>
30190         [BZ #10114]
30191         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30192         normal/normal case to before the switch.
30193         (_FP_DIV): Likewise.
30195 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30196             Mike Frysinger  <vapier@gentoo.org>
30198         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30199         check for __NR_fadvise64_64.
30201 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30203         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30204         0, not just to plain "0" as a statement.
30205         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30206         with cw.
30208 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30210         * NEWS: Use sourceware.org in Bugzilla URL.
30212 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30215         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30217         * stdio-common/tst-put-error.c (do_test): Add newline to the
30218         padded test to ensure flush.
30220 2012-12-05  Jeff Law  <law@redhat.com>
30222         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30224 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30226         * README: Don't refer to ports add-on as distributed separately.
30227         Mention AArch64 in list of systems supported in the ports add-on.
30229         * LICENSES: Add more non-FSF copyright and license notices.
30231         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30232         ((unused)).
30234         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30236         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30237         10000 as width of padded output.
30239 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30241         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30243         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30244         variable LX with __attribute__ ((unused)).
30245         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30246         Likewise.
30247         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30248         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30249         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30250         with __attribute__ ((unused)).
30252 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
30254         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30256 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30258         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30259         (CFLAGS-nldbl-acos.c): New variable.
30260         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30261         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30262         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30263         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30264         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30265         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30266         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30267         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30268         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30269         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30270         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30271         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30272         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30273         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30274         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30275         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30276         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30277         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30278         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30279         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30280         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30281         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30282         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30283         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30284         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30285         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30286         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30287         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30288         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30289         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30290         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30291         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30292         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30293         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30294         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30295         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30296         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30297         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30298         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30299         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30300         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30301         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30302         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30303         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30304         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30305         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30306         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30307         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30308         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30309         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30310         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30311         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30312         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30313         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30314         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30315         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30316         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30317         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30318         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30319         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30320         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30321         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30322         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30323         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30324         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30325         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30326         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30327         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30328         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30329         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30330         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30331         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30332         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30333         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30334         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30335         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30336         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30337         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30338         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30339         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30340         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30341         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30342         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30343         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30344         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30345         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30346         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30347         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30348         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30349         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30350         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30351         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30352         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30353         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30354         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30355         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30356         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30359         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30361         [BZ #14914]
30362         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30363         whole low double instead of just low 47 bits when splitting values
30364         into two parts.
30366 2012-12-03  Allan McRae  <allan@archlinux.org>
30368         * manual/stdio.texi (Predefined Printf Handlers): Remove
30369         @hsep and @vsep usage.
30371 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
30373         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30374         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30376 2012-12-03  Jeff Law  <law@redhat.com>
30378         * time/sys/time.h (settimeofday): Do not mark TV argument
30379         as __nonnull.
30381 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
30383         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30384         when currently writing and seek to current position when not.
30385         * libio/Makefile (tests): Remove bug-fclose1.
30386         * libio/bug-fclose1.c: Delete.
30388 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
30390         * manual/arith.texi (feenableexcept): Fix typo.
30391         (fedisableexcept): Likewise.
30393 2012-11-30  Roland McGrath  <roland@hack.frob.com>
30395         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30396         second, differently-typed declaration, rather than a cast.
30398 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30400         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
30401         * include/rpc/svc.h: ... here.
30403 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
30405         [BZ #13013]
30406         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
30407         depending n and resplen2 to catch cases where answer
30408         equals answerp2.
30410 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
30412         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
30413         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
30415 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
30417         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
30419 2012-11-29  Roland McGrath  <roland@hack.frob.com>
30421         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
30423 2012-11-28  Jeff Law  <law@redhat.com>
30425         [BZ #13761]
30426         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
30427         dataset_temporary.  Track alloca usage into alloca_used.
30428         If dataset is large allocate and release it via malloc/free.
30430 2012-06-04  Florian Weimer  <fweimer@redhat.com>
30432         [BZ #14197]
30433         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
30435 2012-11-28  David S. Miller  <davem@davemloft.net>
30437         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30439 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30441         [BZ #14803]
30442         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
30443         of pi/2 rounded to nearest to 64 bits.
30444         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
30445         nearest to 64 bits.
30446         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
30447         bits.
30449 2012-11-28  Jeff Law <law@redhat.com>
30450             Martin Osvald <mosvald@redhat.com>
30452         [BZ #14889]
30453         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
30454         * sunrpc/svc.c: Include time.h.
30455         (__svc_accept_failed): New function.
30456         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
30457         any reason other than EINTR, call __svc_accept_failed.
30458         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
30459         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
30461 2012-11-28  Andreas Schwab  <schwab@suse.de>
30463         * scripts/abilist.awk: Also handle indirect functions in .opd
30464         section.
30466 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30468         [BZ #13881]
30469         * sysdeps/x86/fpu/powl_helper.c: New file.
30470         * sysdeps/x86/fpu/Makefile: Likewise.
30471         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
30472         (p3): New object.
30473         (__ieee754_powl): Use __powl_helper for finite arguments except
30474         integer exponents below 8.
30475         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
30476         (p3): New object.
30477         (__ieee754_powl): Use __powl_helper for finite arguments except
30478         integer exponents below 8.
30479         * math/libm-test.inc (pow_test): Add more tests and enable some
30480         previously disabled tests.
30481         * sysdeps/i386/fpu/libm-test-ulps: Update.
30482         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30484 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30485             Carlos O'Donell  <carlos_odonell@mentor.com>
30487         * nss/makedb.c (is_prime): Assert that input is odd and greater
30488         than 4.  Note that fact in a comment too.
30489         (next_prime): Add 4 to input.
30491 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30493         [BZ #11741]
30494         * libio/Makefile (tests): Add test case tst-fwrite-error.
30495         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
30496         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
30497         * libio/tst-fwrite-error.c: New test case.
30499 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
30501         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
30502         before casting to void *.
30503         * include/libc-internal.h (__pointer_type): New macro.
30504         (__integer_if_pointer_type_sub): Likewise.
30505         (__integer_if_pointer_type): Likewise.
30506         (cast_to_integer): Likewise.
30507         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
30508         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
30509         before casting to atomic64_t.
30510         (atomic_exchange_acq): Likewise.
30511         (__arch_exchange_and_add_body): Likewise.
30512         (__arch_add_body): Likewise.
30513         (atomic_add_negative): Likewise.
30514         (atomic_add_zero): Likewise.
30516 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
30518         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
30519         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
30520         (add_fdes): Likewise.
30521         (linear_search_fdes): Likewise.
30522         (binary_search_unencoded_fdes): Likewise.
30524 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
30526         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
30528 2012-11-24  Adam Conrad  <adconrad@0c3.net>
30530         * configure.in: Autodetect C++ header directories.
30531         * configure: Regenerated.
30533 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
30535         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
30537 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
30539         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30541 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
30543         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
30544         LDBL_MANT_DIG == 106]: Disable some tests.
30545         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30546         Likewise.
30547         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30548         Likewise.
30550         [BZ #14871]
30551         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
30552         input for small inputs.  Return +/- pi/2 for large inputs.
30553         * math/libm-test.inc (atan_test): Add more tests.
30555         * sysdeps/generic/unwind-dw2-fde-glibc.c
30556         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
30557         __attribute__ ((unused)).
30559         [BZ #14645]
30560         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
30561         x * y if x and y are nonzero and z is zero.
30563         [BZ #14811]
30564         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
30565         nonzero exponents with absolute value below 0x1p-117 to +/-
30566         0x1p-117.
30568         [BZ #14869]
30569         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
30570         up arguments below 2**-450, not just those below 2**-500.
30571         * math/libm-test.inc (hypot_test): Add another test.
30573         [BZ #14868]
30574         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
30575         Return a+b for ratio over 2**120, not 2**60.
30576         * math/libm-test.inc (hypot_test): Add another test.
30578         * math/libm-test.inc (clog_test): Use
30579         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
30580         (clog10_test): Likewise.
30582         [BZ #6778]
30583         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
30585 2012-11-22  Andreas Schwab  <schwab@suse.de>
30587         * sysdeps/i386/fpu/libm-test-ulps: Update.
30589 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
30591         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
30592         printf output with newline.
30594 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
30596         [BZ #14865]
30597         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
30598         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
30599         -z nodlopen, -z initfirst and -z execstack support.
30600         * configure: Regenerated.
30602         * elf/elf.h (DF_1_NODIRECT): New macro.
30603         (DF_1_IGNMULDEF): Likewise.
30604         (DF_1_NOKSYMS): Likewise.
30605         (DF_1_NOHDR): Likewise.
30606         (DF_1_EDITED): Likewise.
30607         (DF_1_NORELOC): Likewise.
30608         (DF_1_SYMINTPOSE): Likewise.
30609         (DF_1_GLOBAUDIT): Likewise.
30610         (DF_1_SINGLETON): Likewise.
30611         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
30612         DT_1_SUPPORTED_MASK bits.
30613         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
30615 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
30617         * sysdeps/unix/make-syscalls.sh: Document prefixes.
30619 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
30621         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
30622         macro.
30624         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
30625         (sendmmsg): Move declarations...
30626         * socket/sys/socket.h: ... here.
30627         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
30628         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
30629         include it from...
30630         * socket/recvmmsg.c: ... this new file.
30631         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
30632         (sendmmsg): Rename to __sendmmsg, create weak alias and make
30633         definition of __sendmmsg hidden.
30634         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
30635         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
30636         Move ENOSYS stub into and include it from...
30637         * socket/sendmmsg.c: ... this new file.
30638         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
30639         (sysdep_routines): Move recvmmsg and sendmmsg...
30640         * socket/Makefile (routines): ... here.
30641         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
30642         (GLIBC_PRIVATE): Add __sendmmsg.
30643         * include/sys/socket.h (__sendmmsg): Add declarations.
30644         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
30645         sendmmsg.
30647 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
30649         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
30650         variable I1 with __attribute__ ((unused)).
30651         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
30653 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
30655         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
30656         DUMMY variables with __attribute__ ((unused)).
30658         * bits/byteswap.h: Include <bits/types.h>.
30659         (__bswap_64): Use __uint64_t instead of unsigned long long int.
30661 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
30663         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
30664         string_t.  Do not manually set errno.
30665         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
30666         length with __strnlen.  Make sure to both set errno and return it on
30667         failure.
30669 2012-11-19  David S. Miller  <davem@davemloft.net>
30671         With help from Joseph Myers.
30672         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
30673         very large arguments properly.
30674         * math/libm-test.inc (atan_test): New tests.
30675         (atan2_test): New tests.
30676         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30677         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30679 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
30681         [BZ #14856]
30682         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
30683         Define to 3.
30685         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
30686         [POSIX] (EADDRNOTAVAIL): Likewise.
30687         [POSIX] (EAFNOSUPPORT): Likewise.
30688         [POSIX] (EALREADY): Likewise.
30689         [POSIX] (ECONNABORTED): Likewise.
30690         [POSIX] (ECONNREFUSED): Likewise.
30691         [POSIX] (ECONNRESET): Likewise.
30692         [POSIX] (EDESTADDRREQ): Likewise.
30693         [POSIX] (EDQUOT): Likewise.
30694         [POSIX] (EHOSTUNREACH): Likewise.
30695         [POSIX] (EIDRM): Likewise.
30696         [POSIX] (EISCONN): Likewise.
30697         [POSIX] (ELOOP): Likewise.
30698         [POSIX] (EMULTIHOP): Likewise.
30699         [POSIX] (ENETDOWN): Likewise.
30700         [POSIX] (ENETUNREACH): Likewise.
30701         [POSIX] (ENOBUFS): Likewise.
30702         [POSIX] (ENODATA): Likewise.
30703         [POSIX] (ENOLINK): Likewise.
30704         [POSIX] (ENOMSG): Likewise.
30705         [POSIX] (ENOPROTOOPT): Likewise.
30706         [POSIX] (ENOSR): Likewise.
30707         [POSIX] (ENOSTR): Likewise.
30708         [POSIX] (ENOTCONN): Likewise.
30709         [POSIX] (ENOTSOCK): Likewise.
30710         [POSIX] (EOPNOTSUPP): Likewise.
30711         [POSIX] (EOVERFLOW): Likewise.
30712         [POSIX] (EPROTO): Likewise.
30713         [POSIX] (EPROTONOSUPPORT): Likewise.
30714         [POSIX] (EPROTOTYPE): Likewise.
30715         [POSIX] (ESTALE): Likewise.
30716         [POSIX] (ETIME): Likewise.
30717         [POSIX] (ETXTBSY): Likewise.
30718         [POSIX] (EWOULDBLOCK): Likewise.
30719         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
30720         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
30721         [POSIX] (SEEK_CUR): Likewise.
30722         [POSIX] (SEEK_END): Likewise.
30723         [POSIX || UNIX98] (mode_t): Do not require.
30724         [POSIX] (off_t): Likewise.
30725         [POSIX] (pid_t): Likewise.
30726         [POSIX] (sys/stat.h): Do not allow header.
30727         [POSIX] (unistd.h): Likewise.
30728         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
30729         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
30730         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
30731         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
30732         require.
30733         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
30734         sigevent): Specify elements.
30735         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
30736         entry.
30737         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
30738         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
30740         * conform/data/cpio.h-data [POSIX]: Disable whole file.
30741         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
30742         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
30743         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
30744         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
30745         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
30746         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
30747         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
30748         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
30749         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
30750         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
30751         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
30752         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
30753         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
30754         Likewise.
30755         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
30756         Likewise.
30757         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
30758         Likewise.
30759         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
30760         Likewise.
30761         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
30762         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
30763         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
30764         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
30765         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
30766         Specify lower bound on value.
30767         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
30768         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
30769         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
30770         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
30771         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
30772         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
30773         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
30774         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
30775         value.
30776         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
30777         as optional.
30778         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
30779         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
30780         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
30781         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
30782         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
30783         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
30784         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
30785         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
30786         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
30787         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
30788         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
30789         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
30790         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
30791         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
30792         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
30793         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
30794         entry.
30795         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
30796         optional.
30797         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
30798         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
30799         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
30800         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
30801         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
30802         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
30803         Likewise.
30804         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
30805         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
30806         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
30807         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
30808         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
30809         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
30810         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
30811         as optional.
30812         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
30813         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
30814         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
30815         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
30816         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
30817         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
30818         specify as optional.
30819         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
30820         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
30821         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
30822         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
30823         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
30824         [XPG3] (NL_LANGMAX): Likewise.
30825         [POSIX || XPG3] (NL_MSGMAX): Likewise.
30826         [POSIX || XPG3] (NL_NMAX): Likewise.
30827         [POSIX || XPG3] (NL_SETMAX): Likewise.
30828         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
30829         [XPG3] (NZERO): Likewise.
30830         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
30831         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
30832         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
30833         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
30834         (REG_ERANGE): Expect.
30835         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
30836         optional-constant.
30837         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
30838         Use (void) in prototype.
30839         [POSIX] (*_t): Allow.
30840         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
30841         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
30842         (WRDE_BADVAL): Expect.
30844         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
30845         expect.
30846         [XPG3 || XPG4] (O_RSYNC): Likewise.
30847         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
30848         Likewise.
30849         [XPG3 || XPG4] (pthread_sigmask): Likewise.
30850         [XPG3 || XPG4] (sigqueue): Likewise.
30851         [XPG3 || XPG4] (sigtimedwait): Likewise.
30852         [XPG3 || XPG4] (sigwaitinfo): Likewise.
30853         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
30854         [XPG3 || XPG4] (vsnprintf): Likewise.
30855         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
30856         Likewise.
30857         [XPG3 || XPG4] (blksize_t): Likewise.
30858         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
30859         Likewise.
30860         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
30861         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
30862         [XPG3 || XPG4] (struct itimerspec): Likewise.
30863         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
30864         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
30865         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
30866         [XPG3 || XPG4] (clockid_t): Likewise.
30867         [XPG3 || XPG4] (timer_t): Likewise.
30868         [XPG3 || XPG4] (clock_getres): Likewise.
30869         [XPG3 || XPG4] (clock_gettime): Likewise.
30870         [XPG3 || XPG4] (clock_settime): Likewise.
30871         [XPG3 || XPG4] (nanosleep): Likewise.
30872         [XPG3 || XPG4] (timer_create): Likewise.
30873         [XPG3 || XPG4] (timer_delete): Likewise.
30874         [XPG3 || XPG4] (timer_gettime): Likewise.
30875         [XPG3 || XPG4] (timer_getoverrun): Likewise.
30876         [XPG3 || XPG4] (timer_settime): Likewise.
30877         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
30878         [XPG3 || XPG4] (getlogin_r): Likewise.
30879         [XPG3 || XPG4] (pread): Likewise.
30880         [XPG3 || XPG4] (pthread_atfork): Likewise.
30881         [XPG3 || XPG4] (pwrite): Likewise.
30883         [BZ #14835]
30884         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
30885         <bits/siginfo.h>.
30887 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
30889         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
30890         finalizing MALLSTREAM.
30892         * sysdeps/mach/hurd/syncfs.c: New file.
30894 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30896         [BZ #14719]
30897         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
30898         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
30899         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
30900         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
30901         (_nss_dns_gethostbyname4_r): Likewise.
30902         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
30903         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
30905 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
30907         [BZ #13763]
30908         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
30910 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
30912         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
30913         * elf/cache.c (print_entry): Print ",AArch64" for
30914         FLAG_AARCH64_LIB64
30916         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
30917         * elf/cache.c (print_entry): Print ",hard-float" for
30918         FLAG_ARM_LIBHF.
30920 2012-11-18  David S. Miller  <davem@davemloft.net>
30922         With help from Joseph Myers.
30923         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
30924         cutoff to 2**-13.
30925         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
30926         cutoff to 2**-25.
30927         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
30928         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
30929         small.
30930         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
30931         * math/libm-test.inc (y0_test): New tests.
30932         (y1_test): New tests.
30933         * sysdeps/i386/fpu/libm-test-ulps: Update.
30934         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30935         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30937 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
30939         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
30940         64-bit targets.
30941         * configure: Regenerated.
30943 2012-11-17  David S. Miller  <davem@davemloft.net>
30945         [BZ #14811]
30946         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
30947         nonzero exponents with absolute value below 0x1p-128 to +/-
30948         0x1p-128.
30950 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
30952         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
30954         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
30956         * posix/getconf-speclist.c: New file.
30957         * posix/posix-envs.def: Likewise.
30958         * posix/confstr.c (START_ENV_GROUP): New macro.
30959         (END_ENV_GROUP): Likewise.
30960         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
30961         (KNOWN_PRESENT_ENV_STRING): Likewise.
30962         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
30963         (UNKNOWN_ENVIRONMENT): Likewise.
30964         (confstr): Include posix-envs.def instead of handling
30965         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
30966         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
30967         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
30968         (END_ENV_GROUP): Likewise.
30969         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
30970         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
30971         (UNKNOWN_ENVIRONMENT): Likewise.
30972         (__sysconf): Include posix-envs.def instead of handling associated
30973         cases directly here.
30974         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
30975         preprocessing getconf-speclist.c rather than running getconf or
30976         generating empty file.
30978 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
30980         * scripts/check-local-headers.sh: Ignore 'mach' headers.
30982 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
30984         [BZ #14672]
30985         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
30987 2012-11-16  David S. Miller  <davem@davemloft.net>
30989         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
30990         smaller than LDBL_EPSILON/2.0L, just return xm1.
30992 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
30994         * elf/tst-array1.c (init): Set constructor priority to 1000.
30995         (fini): Set destructor priority to 1000.
30996         * elf/tst-array2dep.c: Likewise.
30998 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31000         [BZ #11741]
31001         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31002         (_IO_new_file_xsputn): Also return EOF if none of the input
31003         data was written when overflow failed.
31004         * libio/iopadn.c (_IO_padn): Likewise.
31005         * libio/iowpadn.c (_IO_wpadn): Likewise.
31006         * stdio-common/tst-put-error.c: Add copyright notice.
31007         (do_test): Add case for printing padded string.
31008         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31009         _IO_padn returned error.
31010         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31011         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31012         return EOF.
31014 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31016         * libio/libioP.h: Add comment note that the references to C++
31017         bits are now obsolete.
31019 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31021         * math/libm-test.inc (check_complex): Use asprintf.
31023 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31025         * debug/pcprofiledump.c (print_version): Update copyright year.
31026         * malloc/memusagestat.c (print_version): Likewise.
31028 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31030         [BZ #14831]
31031         * elf/Makefile (tests): Add tst-audit8.
31032         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31033         ($(objpfx)tst-audit8.out): New target.
31034         (tst-audit8-ENV): New variable.
31035         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31036         audit if l_reloc_result is NULL.
31037         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31038         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31039         * elf/tst-audit8.c: New file.
31041 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31043         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31044         * misc/Makefile (CFLAGS-select.c): Define.
31045         * posix/Makefile (CFLAGS-pause.c): Define.
31047 2012-11-13  David S. Miller  <davem@davemloft.net>
31049         * crypt/Makefile: Move test targets after toplevel Rules
31050         inclusion.  Grab any necessary sysdep routines when linking.
31051         * crypt/md5.c (md5_process_block): Remove define, we will always
31052         name it __md5_process_block.
31053         (md5_finish_ctx): Update md5_process_block call.
31054         (md5_stream): Likewise.
31055         (md5_process_bytes): Likewise.
31056         (md5_process_block): Rename to __md5_process_block and move to ...
31057         * crypt/md5-block.c: ... here.
31058         * crypt/sha256.c (sha256_process_block): Move to ...
31059         * crypt/sha256-block.c: ... here.
31060         * crypt/sha512.c (sha512_process_block): Move to ...
31061         * crypt/sha512-block.c: ... here.
31062         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31063         path.
31064         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31065         * sysdeps/sparc/sparc64/multiarch/Makefile
31066         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31067         crypt subdir.
31068         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31069         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31070         multiarch changes.
31071         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31072         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31073         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31074         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31075         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31076         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31077         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31078         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31079         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31080         file.
31081         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31082         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31083         file.
31084         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31086 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31088         * timezone/tzselect.ksh: Update from tzcode git revision
31089         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31090         * timezone/zdump.c: Likewise.
31091         * timezone/zic.c: Likewise.
31092         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31093         in TZVERSION setting, not $(PKGVERSION).
31094         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31095         REPORT_BUGS_TO settings.
31097         [BZ #14838]
31098         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31099         macro.
31101 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31103         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31104         detection to immediately after _FP_ROUND().
31105         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31106         bits are 0.
31108 2012-11-11  David S. Miller  <davem@davemloft.net>
31110         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31111         inttypes.h
31112         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31113         __close rather than their public counterparts.
31115 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31117         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31118         file.
31119         [UNIX98] (sem_timedwait): Do not expect.
31120         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31121         [XPG4 || UNIX98] (sockatmark): Do not expect.
31122         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31123         (clock_getcpuclockid): Do not expect.
31124         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31125         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31126         Do not expect.
31127         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31128         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31129         [UNIX98] (vwscanf): Likewise.
31130         [UNIX98] (vswscanf): Likewise.
31132 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31134         * timezone/version.h: Remove file.
31135         * timezone/README: Do not refer to version.h.
31136         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31137         $(objpfx)version.h.
31138         ($(objpfx)zdump.o): Likewise.
31139         ($(objpfx)version.h): New target.
31141         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31142         2012i.
31143         * timezone/README: Don't mention modification to tzselect.ksh.
31144         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31145         work on unmodified tzselect.ksh.  Substitute version numbers in
31146         tzselect.ksh.
31148         * Makefile (format-me): Remove.
31149         (INSTALL): Adjust indentation.  Use commands directly instead of
31150         using $(format-me).
31152         * aclocal.m4 (ACX_PKGVERSION): New macro.
31153         (ACX_BUGURL): Likewise.
31154         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31155         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31156         (REPORT_BUGS_TO): Likewise.
31157         * configure: Regenerated.
31158         * config.h.in (PKGVERSION): New macro.
31159         (REPORT_BUGS_TO): Likewise.
31160         * config.make.in (PKGVERSION): New variable.
31161         (PKGVERSION_TEXI): Likewise.
31162         (REPORT_BUGS_TO): Likewise.
31163         (REPORT_BUGS_TEXI): Likewise.
31164         * Makefile (format-me): Use -I$(common-objpfx)manual.
31165         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31166         ($(common-objpfx)manual/%): New target.
31167         (manual/%): Remove target.
31168         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31169         (print_version): Use PKGVERSION.
31170         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31171         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31172         and REPORT_BUGS_TO.
31173         ($(objpfx)xtrace): Likewise.
31174         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31175         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31176         (print_version): Use PKGVERSION.
31177         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31178         (do_version): Use PKGVERSION.
31179         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31180         REPORT_BUGS_TO.
31181         (common-ldd-rewrite): Likewise.
31182         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31183         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31184         (print_version): Use PKGVERSION.
31185         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31186         * elf/pldd.c (argp_program_bug_address): Remove variable.
31187         (more_help): New function.
31188         (argp): Use more_help.
31189         (print_version): Use PKGVERSION.
31190         * elf/sln.c (main): Use PKGVERSION.
31191         (usage): Use REPORT_BUGS_TO.
31192         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31193         (top level): Use PKGVERSION.
31194         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31195         (print_version): Use PKGVERSION.
31196         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31197         (print_version): Use PKGVERSION.
31198         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31199         (print_version): Use PKGVERSION.
31200         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31201         (print_version): Use PKGVERSION.
31202         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31203         (print_version): Use PKGVERSION.
31204         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31205         (print_version): Use PKGVERSION.
31206         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31207         and BUGURL.
31208         ($(objpfx)memusage): Likewise.
31209         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31210         (do_version): Use PKGVERSION.
31211         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31212         (print_version): Use PKGVERSION.
31213         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31214         ($PKGVERSION): New variable.
31215         ($REPORT_BUGS_TO): Likewise.
31216         (usage): Use $REPORT_BUGS_TO.
31217         (top level): Use $PKGVERSION.
31218         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31219         ($(objpfx)pkgvers.texi): New rule.
31220         ($(objpfx)stamp-pkgvers): Likewise.
31221         * manual/install.texi: Include pkgvers.texi.
31222         (--with-pkgversion): Document new configure option.
31223         (--with-bugurl): Likewise.
31224         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31225         than necessarily for this particular distribution.  Use
31226         REPORT_BUGS_TO for where to report bugs.
31227         * INSTALL: Regenerated.
31228         * manual/libc.texinfo: Include pkgvers.texi.
31229         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31230         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31231         (print_version): Use PKGVERSION.
31232         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31233         (print_version): Use PKGVERSION.
31234         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31235         (print_version): Use PKGVERSION.
31236         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31237         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31238         macro.
31239         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31240         (print_version): Use PKGVERSION.
31241         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31242         (print_version): Use PKGVERSION.
31243         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31244         and PKGVERSION.
31246         * timezone/checktab.awk: Update from tzcode 2012i.
31247         * timezone/ialloc.c: Likewise.
31248         * timezone/private.h: Likewise.
31249         * timezone/scheck.c: Likewise.
31250         * timezone/tzfile.h: Likewise.
31251         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31252         (TZVERSION): Hardcode tzcode version number.
31253         * timezone/zdump.c: Update from tzcode 2012i.
31254         * timezone/zic.c: Likewise.
31255         * timezone/version.h: New file.
31256         * timezone/README: Describe version.h.  Update upstream location.
31258         [BZ #14824]
31259         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31260         (mktemp): Enable declaration.
31261         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31262         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31263         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31264         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31265         Likewise.
31266         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31267         Likewise.
31268         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31269         Likewise.
31270         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31271         Likewise.
31272         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31273         Likewise.
31274         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31275         Likewise.
31277         [BZ #14821]
31278         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31279         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
31280         for copies of such integer values.
31281         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31282         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31284 2012-11-09  Andreas Jaeger  <aj@suse.de>
31286         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31287         definitions and declarations that are provided by
31288         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31290 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31292         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
31293         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31294         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31295         definition.
31297 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31299         * elf/elf.h: Update comment before AArch64 relocations.
31301 2012-11-07  David S. Miller  <davem@davemloft.net>
31303         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31304         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31305         (__start_context): Declare.
31306         (__makecontext_ret): Delete.
31307         (__makecontext): Hook up __start_context instead of
31308         __makecontext_ret.
31309         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31310         (sysdep_routines): Add __start_context when in stdlib.
31312 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31314         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31315         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31316         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
31317         hardcoded "nm".
31318         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
31319         (READELF): New variable.  Use it instead of hardcoded "readelf".
31321 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
31323         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31324         * sysdeps/x86/Makefile: Here.
31325         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31326         * sysdeps/x86/tst-xmmymm.sh: This.
31328 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31330         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31331         expectations.
31332         [UNIX98] (pthread_barrier_t): Do not expect.
31333         [UNIX98] (pthread_barrierattr_t): Likewise.
31334         [UNIX98] (pthread_spinlock_t): Likewise.
31335         [UNIX98] (pthread_barrier_destroy): Likewise.
31336         [UNIX98] (pthread_barrier_init): Likewise.
31337         [UNIX98] (pthread_barrier_wait): Likewise.
31338         [UNIX98] (pthread_barrierattr_destroy): Likewise.
31339         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31340         [UNIX98] (pthread_barrierattr_init): Likewise.
31341         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31342         [UNIX98] (pthread_getcpuclockid): Likewise.
31343         [UNIX98] (pthread_mutex_timedlock): Likewise.
31344         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31345         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31346         [UNIX98] (pthread_sigmask): Likewise.
31347         [UNIX98] (pthread_spin_destroy): Likewise.
31348         [UNIX98] (pthread_spin_init): Likewise.
31349         [UNIX98] (pthread_spin_lock): Likewise.
31350         [UNIX98] (pthread_spin_trylock): Likewise.
31351         [UNIX98] (pthread_spin_unlock): Likewise.
31352         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31353         Do not expect.
31354         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31355         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31356         [XPG3 || XPG4] (pthread_cond_t): Likewise.
31357         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31358         [XPG3 || XPG4] (pthread_key_t): Likewise.
31359         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31360         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31361         [XPG3 || XPG4] (pthread_once_t): Likewise.
31362         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31363         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31364         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31365         [XPG3 || XPG4] (pthread_t): Likewise.
31367         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31368         not expect.
31369         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31371         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31372         Change function return type to int.
31374         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31375         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31376         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31377         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31378         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31379         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31380         [!POSIX] (posix_madvise): Likewise.
31381         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31382         && !UNIX98].
31383         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31384         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31385         (mode_t): Likewise.
31386         (posix_mem_offset): Likewise.
31387         (posix_typed_mem_get_info): Likewise.
31388         (posix_typed_mem_open): Likewise.
31390         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31391         Change condition to [XOPEN2K8].
31393         * conform/conformtest.pl: Preprocess allow-header data with -x c
31394         instead of from stdin.
31395         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31396         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31397         [C99-based standards] (cerfc): Likewise.
31398         [C99-based standards] (cexp2): Likewise.
31399         [C99-based standards] (cexpm1): Likewise.
31400         [C99-based standards] (clog10): Likewise.
31401         [C99-based standards] (clog1p): Likewise.
31402         [C99-based standards] (clog2): Likewise.
31403         [C99-based standards] (clgamma): Likewise.
31404         [C99-based standards] (ctgamma): Likewise.
31405         [C99-based standards] (cerff): Likewise.
31406         [C99-based standards] (cerfcf): Likewise.
31407         [C99-based standards] (cexp2f): Likewise.
31408         [C99-based standards] (cexpm1f): Likewise.
31409         [C99-based standards] (clog10f): Likewise.
31410         [C99-based standards] (clog1pf): Likewise.
31411         [C99-based standards] (clog2f): Likewise.
31412         [C99-based standards] (clgammaf): Likewise.
31413         [C99-based standards] (ctgammaf): Likewise.
31414         [C99-based standards] (cerfl): Likewise.
31415         [C99-based standards] (cerfcl): Likewise.
31416         [C99-based standards] (cexp2l): Likewise.
31417         [C99-based standards] (cexpm1l): Likewise.
31418         [C99-based standards] (clog10l): Likewise.
31419         [C99-based standards] (clog1pl): Likewise.
31420         [C99-based standards] (clog2l): Likewise.
31421         [C99-based standards] (clgammal): Likewise.
31422         [C99-based standards] (ctgammal): Likewise.
31423         * conform/data/inttypes.h-data [C99-based standards]: Include
31424         stdint.h-data.  Remove all expectations for stdint.h contents.
31425         [C99-based standards] (PRI*): Do not allow.
31426         [C99-based standards] (SCN*): Likewise.
31427         [C99-based standards] (*_t): Likewise.
31428         [C99-based-standards] (PRId8): Expect macro.
31429         [C99-based-standards] (PRIi8): Likewise.
31430         [C99-based-standards] (PRIo8): Likewise.
31431         [C99-based-standards] (PRIu8): Likewise.
31432         [C99-based-standards] (PRIx8): Likewise.
31433         [C99-based-standards] (PRIX8): Likewise.
31434         [C99-based-standards] (SCNd8): Likewise.
31435         [C99-based-standards] (SCNi8): Likewise.
31436         [C99-based-standards] (SCNo8): Likewise.
31437         [C99-based-standards] (SCNu8): Likewise.
31438         [C99-based-standards] (SCNx8): Likewise.
31439         [C99-based-standards] (PRIdLEAST8): Likewise.
31440         [C99-based-standards] (PRIiLEAST8): Likewise.
31441         [C99-based-standards] (PRIoLEAST8): Likewise.
31442         [C99-based-standards] (PRIuLEAST8): Likewise.
31443         [C99-based-standards] (PRIxLEAST8): Likewise.
31444         [C99-based-standards] (PRIXLEAST8): Likewise.
31445         [C99-based-standards] (SCNdLEAST8): Likewise.
31446         [C99-based-standards] (SCNiLEAST8): Likewise.
31447         [C99-based-standards] (SCNoLEAST8): Likewise.
31448         [C99-based-standards] (SCNuLEAST8): Likewise.
31449         [C99-based-standards] (SCNxLEAST8): Likewise.
31450         [C99-based-standards] (PRIdFAST8): Likewise.
31451         [C99-based-standards] (PRIiFAST8): Likewise.
31452         [C99-based-standards] (PRIoFAST8): Likewise.
31453         [C99-based-standards] (PRIuFAST8): Likewise.
31454         [C99-based-standards] (PRIxFAST8): Likewise.
31455         [C99-based-standards] (PRIXFAST8): Likewise.
31456         [C99-based-standards] (SCNdFAST8): Likewise.
31457         [C99-based-standards] (SCNiFAST8): Likewise.
31458         [C99-based-standards] (SCNoFAST8): Likewise.
31459         [C99-based-standards] (SCNuFAST8): Likewise.
31460         [C99-based-standards] (SCNxFAST8): Likewise.
31461         [C99-based-standards] (PRId16): Likewise.
31462         [C99-based-standards] (PRIi16): Likewise.
31463         [C99-based-standards] (PRIo16): Likewise.
31464         [C99-based-standards] (PRIu16): Likewise.
31465         [C99-based-standards] (PRIx16): Likewise.
31466         [C99-based-standards] (PRIX16): Likewise.
31467         [C99-based-standards] (SCNd16): Likewise.
31468         [C99-based-standards] (SCNi16): Likewise.
31469         [C99-based-standards] (SCNo16): Likewise.
31470         [C99-based-standards] (SCNu16): Likewise.
31471         [C99-based-standards] (SCNx16): Likewise.
31472         [C99-based-standards] (PRIdLEAST16): Likewise.
31473         [C99-based-standards] (PRIiLEAST16): Likewise.
31474         [C99-based-standards] (PRIoLEAST16): Likewise.
31475         [C99-based-standards] (PRIuLEAST16): Likewise.
31476         [C99-based-standards] (PRIxLEAST16): Likewise.
31477         [C99-based-standards] (PRIXLEAST16): Likewise.
31478         [C99-based-standards] (SCNdLEAST16): Likewise.
31479         [C99-based-standards] (SCNiLEAST16): Likewise.
31480         [C99-based-standards] (SCNoLEAST16): Likewise.
31481         [C99-based-standards] (SCNuLEAST16): Likewise.
31482         [C99-based-standards] (SCNxLEAST16): Likewise.
31483         [C99-based-standards] (PRIdFAST16): Likewise.
31484         [C99-based-standards] (PRIiFAST16): Likewise.
31485         [C99-based-standards] (PRIoFAST16): Likewise.
31486         [C99-based-standards] (PRIuFAST16): Likewise.
31487         [C99-based-standards] (PRIxFAST16): Likewise.
31488         [C99-based-standards] (PRIXFAST16): Likewise.
31489         [C99-based-standards] (SCNdFAST16): Likewise.
31490         [C99-based-standards] (SCNiFAST16): Likewise.
31491         [C99-based-standards] (SCNoFAST16): Likewise.
31492         [C99-based-standards] (SCNuFAST16): Likewise.
31493         [C99-based-standards] (SCNxFAST16): Likewise.
31494         [C99-based-standards] (PRId32): Likewise.
31495         [C99-based-standards] (PRIi32): Likewise.
31496         [C99-based-standards] (PRIo32): Likewise.
31497         [C99-based-standards] (PRIu32): Likewise.
31498         [C99-based-standards] (PRIx32): Likewise.
31499         [C99-based-standards] (PRIX32): Likewise.
31500         [C99-based-standards] (SCNd32): Likewise.
31501         [C99-based-standards] (SCNi32): Likewise.
31502         [C99-based-standards] (SCNo32): Likewise.
31503         [C99-based-standards] (SCNu32): Likewise.
31504         [C99-based-standards] (SCNx32): Likewise.
31505         [C99-based-standards] (PRIdLEAST32): Likewise.
31506         [C99-based-standards] (PRIiLEAST32): Likewise.
31507         [C99-based-standards] (PRIoLEAST32): Likewise.
31508         [C99-based-standards] (PRIuLEAST32): Likewise.
31509         [C99-based-standards] (PRIxLEAST32): Likewise.
31510         [C99-based-standards] (PRIXLEAST32): Likewise.
31511         [C99-based-standards] (SCNdLEAST32): Likewise.
31512         [C99-based-standards] (SCNiLEAST32): Likewise.
31513         [C99-based-standards] (SCNoLEAST32): Likewise.
31514         [C99-based-standards] (SCNuLEAST32): Likewise.
31515         [C99-based-standards] (SCNxLEAST32): Likewise.
31516         [C99-based-standards] (PRIdFAST32): Likewise.
31517         [C99-based-standards] (PRIiFAST32): Likewise.
31518         [C99-based-standards] (PRIoFAST32): Likewise.
31519         [C99-based-standards] (PRIuFAST32): Likewise.
31520         [C99-based-standards] (PRIxFAST32): Likewise.
31521         [C99-based-standards] (PRIXFAST32): Likewise.
31522         [C99-based-standards] (SCNdFAST32): Likewise.
31523         [C99-based-standards] (SCNiFAST32): Likewise.
31524         [C99-based-standards] (SCNoFAST32): Likewise.
31525         [C99-based-standards] (SCNuFAST32): Likewise.
31526         [C99-based-standards] (SCNxFAST32): Likewise.
31527         [C99-based-standards] (PRId64): Likewise.
31528         [C99-based-standards] (PRIi64): Likewise.
31529         [C99-based-standards] (PRIo64): Likewise.
31530         [C99-based-standards] (PRIu64): Likewise.
31531         [C99-based-standards] (PRIx64): Likewise.
31532         [C99-based-standards] (PRIX64): Likewise.
31533         [C99-based-standards] (SCNd64): Likewise.
31534         [C99-based-standards] (SCNi64): Likewise.
31535         [C99-based-standards] (SCNo64): Likewise.
31536         [C99-based-standards] (SCNu64): Likewise.
31537         [C99-based-standards] (SCNx64): Likewise.
31538         [C99-based-standards] (PRIdLEAST64): Likewise.
31539         [C99-based-standards] (PRIiLEAST64): Likewise.
31540         [C99-based-standards] (PRIoLEAST64): Likewise.
31541         [C99-based-standards] (PRIuLEAST64): Likewise.
31542         [C99-based-standards] (PRIxLEAST64): Likewise.
31543         [C99-based-standards] (PRIXLEAST64): Likewise.
31544         [C99-based-standards] (SCNdLEAST64): Likewise.
31545         [C99-based-standards] (SCNiLEAST64): Likewise.
31546         [C99-based-standards] (SCNoLEAST64): Likewise.
31547         [C99-based-standards] (SCNuLEAST64): Likewise.
31548         [C99-based-standards] (SCNxLEAST64): Likewise.
31549         [C99-based-standards] (PRIdFAST64): Likewise.
31550         [C99-based-standards] (PRIiFAST64): Likewise.
31551         [C99-based-standards] (PRIoFAST64): Likewise.
31552         [C99-based-standards] (PRIuFAST64): Likewise.
31553         [C99-based-standards] (PRIxFAST64): Likewise.
31554         [C99-based-standards] (PRIXFAST64): Likewise.
31555         [C99-based-standards] (SCNdFAST64): Likewise.
31556         [C99-based-standards] (SCNiFAST64): Likewise.
31557         [C99-based-standards] (SCNoFAST64): Likewise.
31558         [C99-based-standards] (SCNuFAST64): Likewise.
31559         [C99-based-standards] (SCNxFAST64): Likewise.
31560         [C99-based-standards] (PRIdMAX): Likewise.
31561         [C99-based-standards] (PRIiMAX): Likewise.
31562         [C99-based-standards] (PRIoMAX): Likewise.
31563         [C99-based-standards] (PRIuMAX): Likewise.
31564         [C99-based-standards] (PRIxMAX): Likewise.
31565         [C99-based-standards] (PRIXMAX): Likewise.
31566         [C99-based-standards] (SCNdMAX): Likewise.
31567         [C99-based-standards] (SCNiMAX): Likewise.
31568         [C99-based-standards] (SCNoMAX): Likewise.
31569         [C99-based-standards] (SCNuMAX): Likewise.
31570         [C99-based-standards] (SCNxMAX): Likewise.
31571         [C99-based-standards] (PRIdPTR): Likewise.
31572         [C99-based-standards] (PRIiPTR): Likewise.
31573         [C99-based-standards] (PRIoPTR): Likewise.
31574         [C99-based-standards] (PRIuPTR): Likewise.
31575         [C99-based-standards] (PRIxPTR): Likewise.
31576         [C99-based-standards] (PRIXPTR): Likewise.
31577         [C99-based-standards] (SCNdPTR): Likewise.
31578         [C99-based-standards] (SCNiPTR): Likewise.
31579         [C99-based-standards] (SCNoPTR): Likewise.
31580         [C99-based-standards] (SCNuPTR): Likewise.
31581         [C99-based-standards] (SCNxPTR): Likewise.
31582         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
31583         allow.
31584         * conform/data/stdint.h-data: Update comments to clarify
31585         requirements.
31586         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
31587         type.
31588         [C99-based standards] (INT8_MAX): Likewise.
31589         [C99-based standards] (INT16_MIN): Likewise.
31590         [C99-based standards] (INT16_MAX): Likewise.
31591         [C99-based standards] (INT32_MIN): Likewise.
31592         [C99-based standards] (INT32_MAX): Likewise.
31593         [C99-based standards] (INT64_MIN): Likewise.
31594         [C99-based standards] (INT64_MAX): Likewise.
31595         [C99-based standards] (UINT8_MAX): Likewise.
31596         [C99-based standards] (UINT16_MAX): Likewise.
31597         [C99-based standards] (UINT32_MAX): Likewise.
31598         [C99-based standards] (UINT64_MAX): Likewise.
31599         [C99-based standards] (INT_LEAST8_MIN): Likewise.
31600         [C99-based standards] (INT_LEAST8_MAX): Likewise.
31601         [C99-based standards] (INT_LEAST16_MIN): Likewise.
31602         [C99-based standards] (INT_LEAST16_MAX): Likewise.
31603         [C99-based standards] (INT_LEAST32_MIN): Likewise.
31604         [C99-based standards] (INT_LEAST32_MAX): Likewise.
31605         [C99-based standards] (INT_LEAST64_MIN): Likewise.
31606         [C99-based standards] (INT_LEAST64_MAX): Likewise.
31607         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
31608         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
31609         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
31610         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
31611         [C99-based standards] (INT_FAST8_MIN): Likewise.
31612         [C99-based standards] (INT_FAST8_MAX): Likewise.
31613         [C99-based standards] (INT_FAST16_MIN): Likewise.
31614         [C99-based standards] (INT_FAST16_MAX): Likewise.
31615         [C99-based standards] (INT_FAST32_MIN): Likewise.
31616         [C99-based standards] (INT_FAST32_MAX): Likewise.
31617         [C99-based standards] (INT_FAST64_MIN): Likewise.
31618         [C99-based standards] (INT_FAST64_MAX): Likewise.
31619         [C99-based standards] (UINT_FAST8_MAX): Likewise.
31620         [C99-based standards] (UINT_FAST16_MAX): Likewise.
31621         [C99-based standards] (UINT_FAST32_MAX): Likewise.
31622         [C99-based standards] (UINT_FAST64_MAX): Likewise.
31623         [C99-based standards] (INTPTR_MIN): Likewise.
31624         [C99-based standards] (INTPTR_MAX): Likewise.
31625         [C99-based standards] (UINTPTR_MAX): Likewise.
31626         [C99-based standards] (INTMAX_MIN): Likewise.
31627         [C99-based standards] (INTMAX_MAX): Likewise.
31628         [C99-based standards] (UINTMAX_MAX): Likewise.
31629         [C99-based standards] (PTRDIFF_MIN): Likewise.
31630         [C99-based standards] (PTRDIFF_MAX): Likewise.
31631         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
31632         [C99-based standards] (SIZE_MAX): Likewise.
31633         [C99-based standards] (WCHAR_MAX): Likewise.
31634         [C99-based standards] (WINT_MAX): Likewise.
31635         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
31636         constraint on value.
31637         [C99-based standards] (WCHAR_MIN): Likewise.
31638         [C99-based standards] (WINT_MIN): Likewise.
31639         [C99-based standards] (*_t): Allow.
31640         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
31641         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
31642         Include math.h-data and complex.h-data.  Remove all expectations
31643         of math.h and complex.h contents.
31644         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
31645         at end of line.
31646         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
31647         (struct tm): Expect tag.
31648         [C99-based-standards] (wcstof): Expect function.
31649         [C99-based-standards] (wcstold): Likewise.
31650         [C99-based-standards] (wcstoll): Likewise.
31651         [C99-based-standards] (wcstoull): Likewise.
31652         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
31653         macro-int-constant.  Specify type.
31654         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
31655         constraint on value.
31656         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31657         Specify type.
31658         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
31659         Specify value.
31660         [ISO C standards]: Do not allow headers.
31661         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
31662         wcs[abcdefghijklmnopqrstuvwxyz]*.
31663         [ISO C standards] (*_t): Do not allow.
31664         * conform/data/wctype.h-data [C99-based standards] (iswblank):
31665         Expect function.
31666         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
31667         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31668         Specify type.
31669         [ISO C standards]: Do not allow headers.
31670         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
31671         is[abcdefghijklmnopqrstuvwxyz]*.
31672         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
31673         to[abcdefghijklmnopqrstuvwxyz]*.
31674         [ISO C standards] (*_t): Do not allow.
31675         * conform/data/stdalign.h-data: New file.
31676         * conform/data/stdbool.h-data: Likewise.
31677         * conform/data/stdnoreturn.h-data: Likewise.
31679 2012-11-07  Roland McGrath  <roland@hack.frob.com>
31681         [BZ #14815]
31682         * manual/filesys.texi (Directory Entries): Typo fix.
31683         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
31685 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31687         * elf/elf.h (EM_AARCH64): New macro.
31688         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
31689         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
31690         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
31691         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
31692         (R_AARCH64_TLSDESC): Likewise.
31693         (NT_ARM_TLS): Likewise.
31694         (NT_ARM_HW_BREAK): Likewise.
31695         (NT_ARM_HW_WATCH): Likewise.
31697 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31699         [BZ #14811]
31700         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
31701         (__ieee754_powl): Saturate nonzero exponents with absolute value
31702         below 0x1p-79 to +/- 0x1p-79.
31703         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
31704         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
31705         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
31706         nonzero exponents with absolute value below 0x1p-32 to +/-
31707         0x1p-32.
31708         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
31709         (__ieee754_powl): Saturate nonzero exponents with absolute value
31710         below 0x1p-79 to +/- 0x1p-79.
31711         * math/libm-test.inc (pow_test): Add more tests.
31713 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31715         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
31716         _dl_s390_cap_flags with kernel. Increase string length.
31717         (_dl_s390_platforms): Add z196 and zEC12.
31719 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31721         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
31722         Change XOPEN21K to XOPEN2K.
31724 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
31726         * string/memmove.c: Use memcpy when possible.
31728 2012-11-06  Andreas Jaeger  <aj@suse.de>
31730         * po/eo.po: Update from translation team.
31732 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
31734         [BZ #14793]
31735         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
31736         exponent and small x and y exponents, scale x or y up.  Increase
31737         by 2 the exponent used in scaling up.
31738         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31739         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31740         * math/libm-test.inc (fma_test): Add more tests.
31741         (fma_test_towardzero): Likewise.
31742         (fma_test_downward): Likewise.
31743         (fma_test_upward): Likewise.
31745 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
31747         [BZ #14805]
31748         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
31749         fenv_t *.
31751         [BZ #14801]
31752         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
31753         namespace for names of struct fields.
31754         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
31755         fenv_t fields.
31756         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
31757         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
31759 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31761         [BZ #3665]
31762         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
31764 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
31766         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
31767         PTR_DEMANGLE.
31769         [BZ #5246]
31770         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
31771         PTR_DEMANGLE.
31773 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
31775         [BZ #14797]
31776         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
31777         definitely overflow as x * y not x * y + z.
31778         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31779         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31780         * math/libm-test.inc (fma_test): Add more tests.
31781         (fma_test_towardzero): Likewise.
31782         (fma_test_downward): Likewise.
31783         (fma_test_upward): Likewise.
31785 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
31787         [BZ #157]
31789         * include/stub-tag.h: Remove file.
31790         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
31791         '#include' of it.
31792         * manual/maint.texi (Porting): Don't reference it.
31793         * Makerules ($(objpfx)stubs): Likewise.
31794         * dirent/closedir.c: Don't include <stub-tag.h>.
31795         * dirent/dirfd.c: Likewise.
31796         * dirent/fdopendir.c: Likewise.
31797         * dirent/getdents.c: Likewise.
31798         * dirent/getdents64.c: Likewise.
31799         * dirent/opendir.c: Likewise.
31800         * dirent/readdir.c: Likewise.
31801         * dirent/readdir64.c: Likewise.
31802         * dirent/readdir64_r.c: Likewise.
31803         * dirent/readdir_r.c: Likewise.
31804         * dirent/rewinddir.c: Likewise.
31805         * dirent/seekdir.c: Likewise.
31806         * dirent/telldir.c: Likewise.
31807         * gmon/profil.c: Likewise.
31808         * grp/setgroups.c: Likewise.
31809         * inet/if_index.c: Likewise.
31810         * io/access.c: Likewise.
31811         * io/chdir.c: Likewise.
31812         * io/chmod.c: Likewise.
31813         * io/chown.c: Likewise.
31814         * io/close.c: Likewise.
31815         * io/dup.c: Likewise.
31816         * io/dup2.c: Likewise.
31817         * io/dup3.c: Likewise.
31818         * io/euidaccess.c: Likewise.
31819         * io/faccessat.c: Likewise.
31820         * io/fchdir.c: Likewise.
31821         * io/fchmod.c: Likewise.
31822         * io/fchmodat.c: Likewise.
31823         * io/fchown.c: Likewise.
31824         * io/fchownat.c: Likewise.
31825         * io/fcntl.c: Likewise.
31826         * io/flock.c: Likewise.
31827         * io/fstatfs.c: Likewise.
31828         * io/fstatfs64.c: Likewise.
31829         * io/fstatvfs.c: Likewise.
31830         * io/fstatvfs64.c: Likewise.
31831         * io/futimens.c: Likewise.
31832         * io/fxstat.c: Likewise.
31833         * io/fxstat64.c: Likewise.
31834         * io/fxstatat.c: Likewise.
31835         * io/fxstatat64.c: Likewise.
31836         * io/getcwd.c: Likewise.
31837         * io/isatty.c: Likewise.
31838         * io/lchmod.c: Likewise.
31839         * io/lchown.c: Likewise.
31840         * io/link.c: Likewise.
31841         * io/linkat.c: Likewise.
31842         * io/lseek.c: Likewise.
31843         * io/lseek64.c: Likewise.
31844         * io/lxstat64.c: Likewise.
31845         * io/mkdir.c: Likewise.
31846         * io/mkdirat.c: Likewise.
31847         * io/mkfifo.c: Likewise.
31848         * io/mkfifoat.c: Likewise.
31849         * io/open.c: Likewise.
31850         * io/open64.c: Likewise.
31851         * io/openat.c: Likewise.
31852         * io/openat64.c: Likewise.
31853         * io/pipe.c: Likewise.
31854         * io/pipe2.c: Likewise.
31855         * io/poll.c: Likewise.
31856         * io/posix_fadvise.c: Likewise.
31857         * io/posix_fadvise64.c: Likewise.
31858         * io/posix_fallocate.c: Likewise.
31859         * io/posix_fallocate64.c: Likewise.
31860         * io/read.c: Likewise.
31861         * io/readlink.c: Likewise.
31862         * io/readlinkat.c: Likewise.
31863         * io/rmdir.c: Likewise.
31864         * io/sendfile.c: Likewise.
31865         * io/sendfile64.c: Likewise.
31866         * io/statfs.c: Likewise.
31867         * io/statfs64.c: Likewise.
31868         * io/statvfs.c: Likewise.
31869         * io/statvfs64.c: Likewise.
31870         * io/symlink.c: Likewise.
31871         * io/symlinkat.c: Likewise.
31872         * io/ttyname.c: Likewise.
31873         * io/ttyname_r.c: Likewise.
31874         * io/umask.c: Likewise.
31875         * io/unlink.c: Likewise.
31876         * io/unlinkat.c: Likewise.
31877         * io/utime.c: Likewise.
31878         * io/utimensat.c: Likewise.
31879         * io/write.c: Likewise.
31880         * io/xmknod.c: Likewise.
31881         * io/xmknodat.c: Likewise.
31882         * io/xstat.c: Likewise.
31883         * io/xstat64.c: Likewise.
31884         * login/getpt.c: Likewise.
31885         * login/grantpt.c: Likewise.
31886         * login/unlockpt.c: Likewise.
31887         * math/e_acoshl.c: Likewise.
31888         * math/e_acosl.c: Likewise.
31889         * math/e_asinl.c: Likewise.
31890         * math/e_atan2l.c: Likewise.
31891         * math/e_atanhl.c: Likewise.
31892         * math/e_coshl.c: Likewise.
31893         * math/e_expl.c: Likewise.
31894         * math/e_fmodl.c: Likewise.
31895         * math/e_gammal_r.c: Likewise.
31896         * math/e_hypotl.c: Likewise.
31897         * math/e_j0l.c: Likewise.
31898         * math/e_j1l.c: Likewise.
31899         * math/e_jnl.c: Likewise.
31900         * math/e_lgammal_r.c: Likewise.
31901         * math/e_log10l.c: Likewise.
31902         * math/e_log2l.c: Likewise.
31903         * math/e_logl.c: Likewise.
31904         * math/e_powl.c: Likewise.
31905         * math/e_rem_pio2l.c: Likewise.
31906         * math/e_sinhl.c: Likewise.
31907         * math/e_sqrtl.c: Likewise.
31908         * math/fclrexcpt.c: Likewise.
31909         * math/fedisblxcpt.c: Likewise.
31910         * math/feenablxcpt.c: Likewise.
31911         * math/fegetenv.c: Likewise.
31912         * math/fegetexcept.c: Likewise.
31913         * math/fegetround.c: Likewise.
31914         * math/feholdexcpt.c: Likewise.
31915         * math/fesetenv.c: Likewise.
31916         * math/fesetround.c: Likewise.
31917         * math/feupdateenv.c: Likewise.
31918         * math/fgetexcptflg.c: Likewise.
31919         * math/fraiseexcpt.c: Likewise.
31920         * math/fsetexcptflg.c: Likewise.
31921         * math/ftestexcept.c: Likewise.
31922         * math/k_cosl.c: Likewise.
31923         * math/k_rem_pio2l.c: Likewise.
31924         * math/k_sinl.c: Likewise.
31925         * math/k_tanl.c: Likewise.
31926         * math/s_asinhl.c: Likewise.
31927         * math/s_atanl.c: Likewise.
31928         * math/s_cbrtl.c: Likewise.
31929         * math/s_erfl.c: Likewise.
31930         * math/s_expm1l.c: Likewise.
31931         * math/s_log1pl.c: Likewise.
31932         * math/s_tanhl.c: Likewise.
31933         * misc/acct.c: Likewise.
31934         * misc/brk.c: Likewise.
31935         * misc/chflags.c: Likewise.
31936         * misc/chroot.c: Likewise.
31937         * misc/fchflags.c: Likewise.
31938         * misc/fgetxattr.c: Likewise.
31939         * misc/flistxattr.c: Likewise.
31940         * misc/fremovexattr.c: Likewise.
31941         * misc/fsetxattr.c: Likewise.
31942         * misc/fsync.c: Likewise.
31943         * misc/ftruncate.c: Likewise.
31944         * misc/futimes.c: Likewise.
31945         * misc/futimesat.c: Likewise.
31946         * misc/getdomain.c: Likewise.
31947         * misc/getdtsz.c: Likewise.
31948         * misc/gethostid.c: Likewise.
31949         * misc/gethostname.c: Likewise.
31950         * misc/getloadavg.c: Likewise.
31951         * misc/getpagesize.c: Likewise.
31952         * misc/getsysstats.c: Likewise.
31953         * misc/getxattr.c: Likewise.
31954         * misc/gtty.c: Likewise.
31955         * misc/ioctl.c: Likewise.
31956         * misc/lgetxattr.c: Likewise.
31957         * misc/listxattr.c: Likewise.
31958         * misc/llistxattr.c: Likewise.
31959         * misc/lremovexattr.c: Likewise.
31960         * misc/lsetxattr.c: Likewise.
31961         * misc/lutimes.c: Likewise.
31962         * misc/madvise.c: Likewise.
31963         * misc/mincore.c: Likewise.
31964         * misc/mlock.c: Likewise.
31965         * misc/mlockall.c: Likewise.
31966         * misc/mmap.c: Likewise.
31967         * misc/mprotect.c: Likewise.
31968         * misc/msync.c: Likewise.
31969         * misc/munlock.c: Likewise.
31970         * misc/munlockall.c: Likewise.
31971         * misc/munmap.c: Likewise.
31972         * misc/preadv.c: Likewise.
31973         * misc/preadv64.c: Likewise.
31974         * misc/ptrace.c: Likewise.
31975         * misc/pwritev.c: Likewise.
31976         * misc/pwritev64.c: Likewise.
31977         * misc/readv.c: Likewise.
31978         * misc/reboot.c: Likewise.
31979         * misc/remap_file_pages.c: Likewise.
31980         * misc/removexattr.c: Likewise.
31981         * misc/revoke.c: Likewise.
31982         * misc/select.c: Likewise.
31983         * misc/setdomain.c: Likewise.
31984         * misc/setegid.c: Likewise.
31985         * misc/seteuid.c: Likewise.
31986         * misc/sethostid.c: Likewise.
31987         * misc/sethostname.c: Likewise.
31988         * misc/setregid.c: Likewise.
31989         * misc/setreuid.c: Likewise.
31990         * misc/setxattr.c: Likewise.
31991         * misc/sstk.c: Likewise.
31992         * misc/stty.c: Likewise.
31993         * misc/swapoff.c: Likewise.
31994         * misc/swapon.c: Likewise.
31995         * misc/sync.c: Likewise.
31996         * misc/syncfs.c: Likewise.
31997         * misc/syscall.c: Likewise.
31998         * misc/truncate.c: Likewise.
31999         * misc/ualarm.c: Likewise.
32000         * misc/usleep.c: Likewise.
32001         * misc/ustat.c: Likewise.
32002         * misc/utimes.c: Likewise.
32003         * misc/vhangup.c: Likewise.
32004         * misc/writev.c: Likewise.
32005         * posix/_exit.c: Likewise.
32006         * posix/alarm.c: Likewise.
32007         * posix/execve.c: Likewise.
32008         * posix/fexecve.c: Likewise.
32009         * posix/fork.c: Likewise.
32010         * posix/fpathconf.c: Likewise.
32011         * posix/getaddrinfo.c: Likewise.
32012         * posix/getegid.c: Likewise.
32013         * posix/geteuid.c: Likewise.
32014         * posix/getgid.c: Likewise.
32015         * posix/getgroups.c: Likewise.
32016         * posix/getlogin.c: Likewise.
32017         * posix/getlogin_r.c: Likewise.
32018         * posix/getpgid.c: Likewise.
32019         * posix/getpid.c: Likewise.
32020         * posix/getppid.c: Likewise.
32021         * posix/getresgid.c: Likewise.
32022         * posix/getresuid.c: Likewise.
32023         * posix/getsid.c: Likewise.
32024         * posix/getuid.c: Likewise.
32025         * posix/glob64.c: Likewise.
32026         * posix/nanosleep.c: Likewise.
32027         * posix/pathconf.c: Likewise.
32028         * posix/pause.c: Likewise.
32029         * posix/posix_madvise.c: Likewise.
32030         * posix/pread.c: Likewise.
32031         * posix/pread64.c: Likewise.
32032         * posix/pwrite.c: Likewise.
32033         * posix/pwrite64.c: Likewise.
32034         * posix/sched_getaffinity.c: Likewise.
32035         * posix/sched_getp.c: Likewise.
32036         * posix/sched_gets.c: Likewise.
32037         * posix/sched_primax.c: Likewise.
32038         * posix/sched_primin.c: Likewise.
32039         * posix/sched_rr_gi.c: Likewise.
32040         * posix/sched_setaffinity.c: Likewise.
32041         * posix/sched_setp.c: Likewise.
32042         * posix/sched_sets.c: Likewise.
32043         * posix/sched_yield.c: Likewise.
32044         * posix/setgid.c: Likewise.
32045         * posix/setlogin.c: Likewise.
32046         * posix/setpgid.c: Likewise.
32047         * posix/setresgid.c: Likewise.
32048         * posix/setresuid.c: Likewise.
32049         * posix/setsid.c: Likewise.
32050         * posix/setuid.c: Likewise.
32051         * posix/sleep.c: Likewise.
32052         * posix/spawni.c: Likewise.
32053         * posix/sysconf.c: Likewise.
32054         * posix/times.c: Likewise.
32055         * posix/wait.c: Likewise.
32056         * posix/wait3.c: Likewise.
32057         * posix/wait4.c: Likewise.
32058         * posix/waitpid.c: Likewise.
32059         * resolv/gai_sigqueue.c: Likewise.
32060         * resource/getpriority.c: Likewise.
32061         * resource/getrlimit.c: Likewise.
32062         * resource/getrusage.c: Likewise.
32063         * resource/nice.c: Likewise.
32064         * resource/setpriority.c: Likewise.
32065         * resource/setrlimit.c: Likewise.
32066         * resource/ulimit.c: Likewise.
32067         * rt/aio_cancel.c: Likewise.
32068         * rt/aio_fsync.c: Likewise.
32069         * rt/aio_read.c: Likewise.
32070         * rt/aio_sigqueue.c: Likewise.
32071         * rt/aio_suspend.c: Likewise.
32072         * rt/aio_write.c: Likewise.
32073         * rt/clock_getres.c: Likewise.
32074         * rt/clock_gettime.c: Likewise.
32075         * rt/clock_nanosleep.c: Likewise.
32076         * rt/clock_settime.c: Likewise.
32077         * rt/lio_listio.c: Likewise.
32078         * rt/mq_close.c: Likewise.
32079         * rt/mq_getattr.c: Likewise.
32080         * rt/mq_notify.c: Likewise.
32081         * rt/mq_open.c: Likewise.
32082         * rt/mq_receive.c: Likewise.
32083         * rt/mq_send.c: Likewise.
32084         * rt/mq_setattr.c: Likewise.
32085         * rt/mq_timedreceive.c: Likewise.
32086         * rt/mq_timedsend.c: Likewise.
32087         * rt/mq_unlink.c: Likewise.
32088         * rt/shm_open.c: Likewise.
32089         * rt/shm_unlink.c: Likewise.
32090         * rt/timer_create.c: Likewise.
32091         * rt/timer_delete.c: Likewise.
32092         * rt/timer_getoverr.c: Likewise.
32093         * rt/timer_gettime.c: Likewise.
32094         * rt/timer_settime.c: Likewise.
32095         * setjmp/__longjmp.c: Likewise.
32096         * setjmp/setjmp.c: Likewise.
32097         * signal/kill.c: Likewise.
32098         * signal/killpg.c: Likewise.
32099         * signal/raise.c: Likewise.
32100         * signal/sigaction.c: Likewise.
32101         * signal/sigaltstack.c: Likewise.
32102         * signal/sigblock.c: Likewise.
32103         * signal/sigignore.c: Likewise.
32104         * signal/sigintr.c: Likewise.
32105         * signal/signal.c: Likewise.
32106         * signal/sigpause.c: Likewise.
32107         * signal/sigpending.c: Likewise.
32108         * signal/sigqueue.c: Likewise.
32109         * signal/sigreturn.c: Likewise.
32110         * signal/sigset.c: Likewise.
32111         * signal/sigsetmask.c: Likewise.
32112         * signal/sigstack.c: Likewise.
32113         * signal/sigsuspend.c: Likewise.
32114         * signal/sigtimedwait.c: Likewise.
32115         * signal/sigvec.c: Likewise.
32116         * signal/sigwait.c: Likewise.
32117         * signal/sigwaitinfo.c: Likewise.
32118         * signal/sysv_signal.c: Likewise.
32119         * socket/accept.c: Likewise.
32120         * socket/accept4.c: Likewise.
32121         * socket/bind.c: Likewise.
32122         * socket/connect.c: Likewise.
32123         * socket/getpeername.c: Likewise.
32124         * socket/getsockname.c: Likewise.
32125         * socket/getsockopt.c: Likewise.
32126         * socket/isfdtype.c: Likewise.
32127         * socket/listen.c: Likewise.
32128         * socket/recv.c: Likewise.
32129         * socket/recvfrom.c: Likewise.
32130         * socket/recvmsg.c: Likewise.
32131         * socket/send.c: Likewise.
32132         * socket/sendmsg.c: Likewise.
32133         * socket/sendto.c: Likewise.
32134         * socket/setsockopt.c: Likewise.
32135         * socket/shutdown.c: Likewise.
32136         * socket/sockatmark.c: Likewise.
32137         * socket/socket.c: Likewise.
32138         * socket/socketpair.c: Likewise.
32139         * stdio-common/ctermid.c: Likewise.
32140         * stdio-common/cuserid.c: Likewise.
32141         * stdio-common/remove.c: Likewise.
32142         * stdio-common/rename.c: Likewise.
32143         * stdio-common/renameat.c: Likewise.
32144         * stdio-common/tempname.c: Likewise.
32145         * stdlib/getcontext.c: Likewise.
32146         * stdlib/makecontext.c: Likewise.
32147         * stdlib/setcontext.c: Likewise.
32148         * stdlib/swapcontext.c: Likewise.
32149         * stdlib/system.c: Likewise.
32150         * streams/fattach.c: Likewise.
32151         * streams/fdetach.c: Likewise.
32152         * streams/getmsg.c: Likewise.
32153         * streams/getpmsg.c: Likewise.
32154         * streams/putmsg.c: Likewise.
32155         * streams/putpmsg.c: Likewise.
32156         * sysdeps/unix/bsd/getpt.c: Likewise.
32157         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32158         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32159         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32161         Likewise.
32162         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32163         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32164         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32165         * sysvipc/msgctl.c: Likewise.
32166         * sysvipc/msgget.c: Likewise.
32167         * sysvipc/msgrcv.c: Likewise.
32168         * sysvipc/msgsnd.c: Likewise.
32169         * sysvipc/semctl.c: Likewise.
32170         * sysvipc/semget.c: Likewise.
32171         * sysvipc/semop.c: Likewise.
32172         * sysvipc/semtimedop.c: Likewise.
32173         * sysvipc/shmat.c: Likewise.
32174         * sysvipc/shmctl.c: Likewise.
32175         * sysvipc/shmdt.c: Likewise.
32176         * sysvipc/shmget.c: Likewise.
32177         * termios/tcdrain.c: Likewise.
32178         * termios/tcflow.c: Likewise.
32179         * termios/tcflush.c: Likewise.
32180         * termios/tcgetattr.c: Likewise.
32181         * termios/tcgetpgrp.c: Likewise.
32182         * termios/tcsendbrk.c: Likewise.
32183         * termios/tcsetattr.c: Likewise.
32184         * termios/tcsetpgrp.c: Likewise.
32185         * time/adjtime.c: Likewise.
32186         * time/clock.c: Likewise.
32187         * time/getitimer.c: Likewise.
32188         * time/gettimeofday.c: Likewise.
32189         * time/setitimer.c: Likewise.
32190         * time/settimeofday.c: Likewise.
32191         * time/stime.c: Likewise.
32192         * time/time.c: Likewise.
32194 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32196         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32197         /usr/old/bin.
32199         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32200         instead of spaces.
32201         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32203 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32205         [BZ #14796]
32206         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32207         FE_TONEAREST before applying Dekker multiplication and Knuth
32208         addition.  Clear inexact exceptions and check for exact zero
32209         results afterwards.
32210         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32211         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32212         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32213         * math/libm-test.inc (fma_test): Add more tests.
32214         (fma_test_towardzero): Likewise.
32215         (fma_test_downward): Likewise.
32216         (fma_test_upward): Likewise.
32217         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32218         function.
32219         (libc_fesetround): New macro.
32220         (libc_fesetroundf): Likewise.
32221         (libc_fesetroundl): Likewise.
32222         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32223         function.
32224         (libc_fesetround_387): Likewise.
32225         (libc_fesetroundf): New macro.
32226         (libc_fesetround): Likewise.
32227         (libc_fesetroundl): Likewise.
32228         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32229         function.
32230         (libc_fesetroundf): New macro.
32231         (libc_fesetround): Likewise.
32232         (libc_fesetroundl): Likewise.
32233         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32234         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32235         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32236         libm_hidden_ver.
32237         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32238         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32239         libm_hidden_def.
32240         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32241         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32242         libm_hidden_ver.
32243         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32244         libm_hidden_def.
32246         [BZ #3439]
32247         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32248         integer constant usable in #if and use that to give value to enum
32249         constant.
32250         (FE_DIVBYZERO): Likewise.
32251         (FE_UNDERFLOW): Likewise.
32252         (FE_OVERFLOW): Likewise.
32253         (FE_INVALID): Likewise.
32254         (FE_INVALID_SNAN): Likewise.
32255         (FE_INVALID_ISI): Likewise.
32256         (FE_INVALID_IDI): Likewise.
32257         (FE_INVALID_ZDZ): Likewise.
32258         (FE_INVALID_IMZ): Likewise.
32259         (FE_INVALID_COMPARE): Likewise.
32260         (FE_INVALID_SOFTWARE): Likewise.
32261         (FE_INVALID_SQRT): Likewise.
32262         (FE_INVALID_INTEGER_CONVERSION): Likewise.
32263         (FE_TONEAREST): Likewise.
32264         (FE_TOWARDZERO): Likewise.
32265         (FE_UPWARD): Likewise.
32266         (FE_DOWNWARD): Likewise.
32267         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32268         (FE_DIVBYZERO): Likewise.
32269         (FE_OVERFLOW): Likewise.
32270         (FE_UNDERFLOW): Likewise.
32271         (FE_INEXACT): Likewise.
32272         (FE_TONEAREST): Likewise.
32273         (FE_DOWNWARD): Likewise.
32274         (FE_UPWARD): Likewise.
32275         (FE_TOWARDZERO): Likewise.
32276         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32277         (FE_UNDERFLOW): Likewise.
32278         (FE_OVERFLOW): Likewise.
32279         (FE_DIVBYZERO): Likewise.
32280         (FE_INVALID): Likewise.
32281         (FE_TONEAREST): Likewise.
32282         (FE_TOWARDZERO): Likewise.
32283         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32284         (FE_OVERFLOW): Likewise.
32285         (FE_UNDERFLOW): Likewise.
32286         (FE_DIVBYZERO): Likewise.
32287         (FE_INEXACT): Likewise.
32288         (FE_TONEAREST): Likewise.
32289         (FE_TOWARDZERO): Likewise.
32290         (FE_UPWARD): Likewise.
32291         (FE_DOWNWARD): Likewise.
32292         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32293         (FE_DIVBYZERO): Likewise.
32294         (FE_OVERFLOW): Likewise.
32295         (FE_UNDERFLOW): Likewise.
32296         (FE_INEXACT): Likewise.
32297         (FE_TONEAREST): Likewise.
32298         (FE_DOWNWARD): Likewise.
32299         (FE_UPWARD): Likewise.
32300         (FE_TOWARDZERO): Likewise.
32302 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
32304         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32306 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
32308         * scripts/cross-test-ssh.sh (command): Use newlines to separate
32309         commands.  Quote $PWD.
32310         (blacklist_exports): Don't use remove_newlines.  Replace "declare
32311         -x" by "export".
32312         (remove_newlines): Remove.
32314 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
32316         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32317         * stdlib/stdlib.h (atof): Moved to ...
32318         * include/bits/stdlib-float.h: Here.  New file.
32319         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32320         * stdlib/bits/stdlib-float.h: New file.
32321         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32322         -mno-sse -mno-mmx.
32323         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32324         <xmmintrin.h>.
32326 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32328         * conform/conformtest.pl (@headers): Add fenv.h.
32329         * conform/data/fenv.h-data: New file.
32330         * include/fenv.h [_ISOMAC]: Disable all contents of file except
32331         include of <math/fenv.h>.
32333         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32334         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32335         && !UNIX98].  Enables tests for XOPEN2K8.
32336         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32337         POSIX2008]: Likewise.
32339         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32340         (struct rusage): Do not expect type or its members.
32342         [BZ #3439]
32343         * math/math.h (FP_NAN): Define macro to integer constant usable in
32344         #if and use that to give value to enum constant.
32345         (FP_INFINITE): Likewise.
32346         (FP_ZERO): Likewise.
32347         (FP_SUBNORMAL): Likewise.
32348         (FP_NORMAL): Likewise.
32350 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
32352         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32353         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32354         arguments.
32356 2012-11-02  Roland McGrath  <roland@hack.frob.com>
32358         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32359         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32360         autoconf-time if not.
32361         * configure.in: Remove AC_PREREQ.
32363 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32365         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32366         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32367         of the internal implementation.
32369 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32371         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32372         except include of <misc/sys/syslog.h>.
32374 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32377         function returns with a NULL context exit with zero.
32379 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32381         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32383 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
32385         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32386         (run_program_cmd): This.
32387         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32388         (tst_langinfo): New variable.  Use it.
32390 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
32392         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32393         floating point opcodes.
32395 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32397         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
32398         variable.
32400         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
32402         * sysdeps/mach/hurd/powerpc: Remove directory.
32403         * sysdeps/mach/powerpc: Likewise.
32405 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32407         * scripts/check-local-headers.sh: Ignore c++ headers.
32409 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32411         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
32412         __libc_cleanup_region_start argument.
32414 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
32416         [BZ #14784]
32417         [BZ #14785]
32418         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
32419         x * y using scaling, not as x * y + z.
32420         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32421         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32422         * math/libm-test.inc (fma_test): Add more tests.
32423         (fma_test_towardzero): Likewise.
32424         (fma_test_downward): Likewise.
32425         (fma_test_upward): Likewise.
32427 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32429         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
32431 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32433         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
32434         New variable.
32436 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
32438         * rt/tst-shm.c (worker): Correct checking for mmap failure.
32440 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32443         Fix sort order.
32444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32445         Likewise.
32447 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32450         Fix the order of the list for glibc 2.17.
32451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32452         Likewise.
32454 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32456         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32458 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32460         [BZ #14610]
32461         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
32462         for low part of x being zero before using __atanl (y).
32463         * math/libm-test.inc (atan2_test): Add another test.
32465         * manual/install.texi (Configuring and compiling): Document
32466         general use of test-wrapper and test-wrapper-env.
32467         * INSTALL: Regenerated.
32469         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
32470         (__fma): Do not extract and scale down low bits on after-rounding
32471         systems when result rounded to normal precision would have normal
32472         exponent.
32473         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
32474         (__fmal): Do not extract and scale down low bits on after-rounding
32475         systems when result rounded to normal precision would have normal
32476         exponent.
32477         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
32478         (__fmal): Do not extract and scale down low bits on after-rounding
32479         systems when result rounded to normal precision would have normal
32480         exponent.
32481         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
32482         macro.
32483         (fma_test): Add more tests.
32484         (fma_test_towardzero): Likewise.
32485         (fma_test_downward): Likewise.
32486         (fma_test_upward): Likewise.
32488 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
32490         * sysdeps/i386/tininess.h: Renamed to ...
32491         * sysdeps/x86/tininess.h: This.
32492         * sysdeps/x86_64/tininess.h: Removed.
32494 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32496         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
32497         input.  Use $(build-program-cmd).
32498         ($(objpfx)tst-array1-static.out): Likewise.
32499         ($(objpfx)tst-array2.out): Likewise.
32500         ($(objpfx)tst-array3.out): Likewise.
32501         ($(objpfx)tst-array4.out): Likewise.
32502         ($(objpfx)tst-array5.out): Likewise.
32503         ($(objpfx)tst-array5-static.out): Likewise.
32505 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
32507         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
32508         if defined.
32510         * nss/nsswitch.h (nss_interface_function): Provide new
32511         macro for use with NSS functions.
32512         * grp/initgroups.c: Use new macro.
32513         * nss/getXXbyYY.c: Likewise.
32514         * nss/getXXbyYY_r.c: Likewise.
32515         * nss/getXXent.c: Likewise.
32516         * nss/getXXent_r.c: Likewise.
32517         * sysdeps/posix/getaddrinfo.c: Likewise.
32519 2012-10-30  Andreas Jaeger  <aj@suse.de>
32521         * po/ru.po: Update Russion translation from translation project.
32523 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32525         [BZ #14152]
32526         [BZ #14783]
32527         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
32528         result and shift together with sticky bit instead of replicating
32529         round-to-nearest rounding.
32530         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32531         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32532         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
32533         missing underflow exceptions.
32534         (fma_test_towardzero): Add more tests.
32535         (fma_test_downward): Likewise.
32536         (fma_test_upward): Likewise.
32538         [BZ #14047]
32539         * sysdeps/generic/tininess.h: New file.
32540         * sysdeps/i386/tininess.h: Likewise.
32541         * sysdeps/sh/tininess.h: Likewise.
32542         * sysdeps/x86_64/tininess.h: Likewise.
32543         * stdlib/tst-strtod-underflow.c: Likewise.
32544         * stdlib/tst-tininess.c: Likewise.
32545         * stdlib/strtod_l.c: Include <tininess.h>.
32546         (round_and_return): Do not set errno for exact underflow cases.
32547         Force an underflow exception when setting errno for underflow.
32548         Determine underflow based on rounding to normal precision if
32549         TININESS_AFTER_ROUNDING.
32550         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
32551         ERANGE for exact underflow cases.
32552         * stdlib/Makefile (tests): Add tst-tininess and
32553         tst-strtod-underflow.
32554         ($(objpfx)tst-tininess): Use $(link-libm).
32555         ($(objpfx)tst-strtod-underflow): Likewise.
32557 2012-10-30  Andreas Jaeger  <aj@suse.de>
32559         [BZ#14767]
32560         * elf/Makefile (tests): Remove conditional for have-initfini-array
32561         since this is now always required and the variable does not exist
32562         anymore.
32563         (tests-static): Likewise.
32564         (modules-names): Likewise.
32566         * po/eo.po: Add Esperanto translation from translation project.
32568         * elf/tst-array1.c (fini_array): Make writeable so that it can be
32569         merged with constructor/destructor.
32570         (init_array): Likewise.
32571         * elf/tst-array2dep.c (fini_array): Likewise.
32572         (init_array): Likewise.
32574 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
32576         * manual/message.texi: Delete @cartouche tags.
32578 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
32580         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
32581         EOPNOTSUPP.
32582         * sysdeps/mach/hurd/fsync.c: Likewise.
32584         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
32585         [_POSIX_REALTIME_SIGNALS]: Change condition to
32586         [_POSIX_REALTIME_SIGNALS > 0].
32588 2012-10-27  Andreas Jaeger  <aj@suse.de>
32590         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
32591         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
32592         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
32593         [__WORDSIZE != 64]: Likewise.
32595 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
32597         *  iconvdata/tst-table.sh: Remove ${SHELL}.
32598         *  iconvdata/tst-tables.sh: Likewise.
32600 2012-10-25  David S. Miller  <davem@davemloft.net>
32602         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32603         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
32604         of strtoull.
32606         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
32607         ifunc-impl-list.c
32608         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
32609         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
32610         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
32611         file.
32613 2012-10-25  Roland McGrath  <roland@hack.frob.com>
32615         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32616         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
32617         __getdirentries.
32619 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
32620             Jim Blandy  <jimb@codesourcery.com>
32622         * scripts/cross-test-ssh.sh: New file.
32623         * manual/install.texi (Configuring and compiling): Document use of
32624         cross-test-ssh.sh.
32625         * INSTALL: Regenerated.
32627 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
32629         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
32630         EOPNOTSUPP.
32632 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
32634         * Makeconfig (run-program-prefix): Fix comment.
32636 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
32637             Jim Blandy  <jimb@codesourcery.com>
32639         * Makeconfig (test-wrapper): New variable,
32640         (test-wrapper-env): Likewise.
32641         [$(cross-compiling) = yes && $(test-wrapper) != ""]
32642         (run-built-tests): Define to yes.
32643         (run-program-prefix): Use $(test-wrapper).
32644         (built-program-cmd): Likewise.
32645         * Rules (make-test-out): Use $(test-wrapper-env) and
32646         $(host-built-program-cmd).
32647         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
32648         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
32649         tst-pathopt.sh.
32650         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
32651         $(test-wrapper-env) to tst-rtld-load-self.sh.
32652         ($(objpfx)order2.out): Use $(test-wrapper).
32653         ($(objpfx)tst-initorder.out): Likewise.
32654         ($(objpfx)tst-initorder2.out): Likewise.
32655         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
32656         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
32657         (test_wrapper_env): New variable.  Use it to run ld.so.
32658         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
32659         Use it to run ld.so.
32660         (test_wrapper_env): Likewise.
32661         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
32662         $(test-wrapper) to run-iconv-test.sh.
32663         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
32664         (ICONV): Use $test_wrapper.
32665         * posix/Makefile ($(objpfx)globtest.out): Pass
32666         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
32667         globtest.sh, not $(run-program-prefix).
32668         * posix/globtest.sh (run_via_rtld_prefix): New variable.
32669         (test_wrapper): Likewise.
32670         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
32671         set together with run_via_rtld_prefix.
32672         (run_program_prefix): Define in terms of test_wrapper and
32673         run_via_rtld_prefix.
32675 2012-10-24  Roland McGrath  <roland@hack.frob.com>
32677         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
32678         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
32679         Targets removed.
32681         [BZ #14743]
32682         * include/time.h: Remove librt_hidden_proto (clock_gettime).
32683         Declare __clock_getres, __clock_gettime, __clock_settime,
32684         __clock_nanosleep, and __clock_getcpuclockid.
32685         * rt/clock_gettime.c: Define __clock_gettime as an alias.
32686         Remove librt_hidden_def (clock_gettime).
32687         * sysdeps/unix/clock_gettime.c: Likewise.
32688         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
32689         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
32690         * rt/clock_getres.c: Define __clock_getres as an alias.
32691         * sysdeps/posix/clock_getres.c: Likewise.
32692         * rt/clock_settime.c: Define __clock_settime as an alias.
32693         * sysdeps/unix/clock_settime.c: Likewise.
32694         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
32695         * sysdeps/unix/clock_nanosleep.c: Likewise.
32696         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
32697         * rt/clock-compat.c: New file.
32698         * rt/Makefile (librt-routines): Add clock-compat and move
32699         $(clock-routines) to ...
32700         (routines): ... here, new variable.
32701         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
32702         Don't add get_clockfreq here.
32703         * rt/Versions (libc: GLIBC_2.17): New version set.
32704         Add clock_* symbols here.
32705         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
32706         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
32707         (GLIBC_2.17): Add clock_* symbols.
32708         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32709         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32710         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32712         Likewise.
32713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32714         Likewise.
32715         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32716         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32717         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32718         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32719         * NEWS: Mention the move.
32721         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
32722         Use __open, __read, __close rather than their public counterparts.
32723         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32724         (__get_clockfreq_via_cpuinfo): Likewise.
32725         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
32726         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
32728         * config.h.in (HAVE_IFUNC): New #undef.
32729         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
32730         was successful.
32731         * configure: Regenerated.
32733 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
32735         * configure.in: Move READELF check to start of file.
32736         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
32737         libc_cv_asm_gnu_indirect_function in the process.
32738         * configure: Regenerated.
32740 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
32742         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
32743         send the output to /dev/null.
32744         (libc_cv_cc_with_libunwind): Likewise.
32745         (libc_cv_as_noexecstack): Likewise.
32746         * configure: Regenerate.
32748 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
32750         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
32752         * posix/globtest.sh (TMPDIR): Do not set.
32753         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
32754         (testout): Likewise.
32756 2012-10-24  Andreas Jaeger  <aj@suse.de>
32758         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
32759         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
32760         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
32761         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
32762         posix_fadvise64, posix_fallocate64.
32764         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
32765         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
32766         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
32767         Likewise.
32768         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
32769         Likewise.
32770         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
32772         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
32773         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
32774         <bits/fcntl-linux.h>.
32775         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
32777         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
32778         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
32779         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
32780         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
32781         [__WORDSIZE != 64]: Likewise.
32783 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
32785         * Makeconfig (run-built-tests): New variable.
32786         * Rules [$(cross-compiling) = yes]: Change condition to
32787         [$(run-built-tests) = no].
32788         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
32789         to [$(run-built-tests) = yes].
32790         * elf/Makefile [$(cross-compiling) = no]: Likewise
32791         * grp/Makefile [$(cross-compiling) = no]: Likewise.
32792         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
32793         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
32794         * intl/Makefile [$(cross-compiling) = no]: Likewise.
32795         * io/Makefile [$(cross-compiling) = no]: Likewise.
32796         * libio/Makefile [$(cross-compiling) = no]: Likewise.
32797         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
32798         * misc/Makefile [$(cross-compiling) = no]: Likewise.
32799         * posix/Makefile [$(cross-compiling) = no]: Likewise.
32800         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
32801         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
32802         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
32803         * string/Makefile [$(cross-compiling) = no]: Likewise.
32805         * posix/Makefile ($(objpfx)globtest.out): Pass
32806         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
32807         $(rtld-installed-name).
32808         * posix/globtest.sh (elf_objpfx): Remove variable.
32809         (rtld_installed_name): Likewise.
32810         (library_path): Likewise.
32811         (run_program_prefix): New variable.  Use for running globtest
32812         binary.
32814 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
32815             Joseph Myers  <joseph@codesourcery.com>
32817         * Makeconfig (host-built-program-cmd): New variable.
32818         * elf/Makefile (tst-stackguard1-ARGS): Use
32819         $(host-built-program-cmd).
32820         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
32821         (tst-spawn-ARGS): Likewise.
32822         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
32824 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
32825             Jim Blandy  <jimb@codesourcery.com>
32827         * Makeconfig (run-via-rtld-prefix): New variable.
32828         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
32829         (built-program-cmd): Likewise.
32831 2012-10-22  Andreas Jaeger  <aj@suse.de>
32833         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
32834         __O_RSYNC if it exists, otherwise to O_SYNC.
32836 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
32837             Joseph Myers  <joseph@codesourcery.com>
32839         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
32840         /dev/null.
32841         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
32842         from /dev/null
32843         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
32844         /dev/null.
32846 2012-10-22  Andreas Jaeger  <aj@suse.de>
32848         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
32849         Define always.
32850         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
32852         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
32853         bits/fcntl-linux.h.
32855         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
32856         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
32858         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
32859         to __O_LARGEFILE.
32860         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
32861         to __O_LARGEFILE.
32863 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
32864             Joseph Myers  <joseph@codesourcery.com>
32866         * config.make.in (NM): New variable.
32868 2012-10-21  Andreas Jaeger  <aj@suse.de>
32870         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
32871         definitions and declarations that are provided by
32872         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32874 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
32876         [BZ #14683]
32877         * elf/Makefile (tests-static): Add tst-leaks1-static.
32878         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
32879         ($(objpfx)tst-leaks1-static): New rule.
32880         ($(objpfx)tst-leaks1-static-mem): Likewise.
32881         (tst-leaks1-static-ENV): New macro.
32882         * elf/dl-open.c (dl_open_worker): Check the main application
32883         only if SHARED is defined.
32884         * elf/tst-leaks1-static.c: New file.
32886 2012-10-20  Andreas Jaeger  <aj@suse.de>
32888         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
32889         generic values for Linux.
32890         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
32891         and declarations that are provided by <bits/fcntl-linux.h> and
32892         include <bits/fcntl-linux.h>.
32893         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
32894         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
32896 2012-10-20  Roland McGrath  <roland@hack.frob.com>
32898         * io/fcntl.h: Move include of <bits/types.h> to the top and
32899         include it unconditionally.
32901 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
32903         * wcsmbs/Makefile (tests-ifunc): New variable.
32904         (tests): Add $(tests-ifunc).
32905         * wcsmbs/test-wcschr-ifunc.c: New file.
32906         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
32907         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
32908         * wcsmbs/test-wcslen-ifunc.c: Likewise.
32909         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
32910         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
32912         * string/Makefile (tests-ifunc): New variable.
32913         (tests): Add $(tests-ifunc).
32914         * string/test-memccpy.c (TEST_NAME): New macro.
32915         * string/test-memchr.c (TEST_NAME): Likewise.
32916         * string/test-memcmp.c (TEST_NAME): Likewise.
32917         * string/test-memcpy.c (TEST_NAME): Likewise.
32918         * string/test-memmem.c (TEST_NAME): Likewise.
32919         * string/test-memmove.c (TEST_NAME): Likewise.
32920         * string/test-memset.c (TEST_NAME): Likewise.
32921         * string/test-rawmemchr.c (TEST_NAME): Likewise.
32922         * string/test-stpcpy.c (TEST_NAME): Likewise.
32923         * string/test-stpncpy.c (TEST_NAME): Likewise.
32924         * string/test-strcasecmp.c (TEST_NAME): Likewise.
32925         * string/test-strcasestr.c (TEST_NAME): Likewise.
32926         * string/test-strcat.c (TEST_NAME): Likewise.
32927         * string/test-strchr.c (TEST_NAME): Likewise.
32928         * string/test-strcmp.c(TEST_NAME): Likewise.
32929         * string/test-strcpy.c (TEST_NAME): Likewise.
32930         * string/test-strcspn.c (TEST_NAME): Likewise.
32931         * string/test-strlen.c (TEST_NAME): Likewise.
32932         * string/test-strncasecmp.c (TEST_NAME): Likewise.
32933         * string/test-strncmp.c (TEST_NAME): Likewise.
32934         * string/test-strncpy.c (TEST_NAME): Likewise.
32935         * string/test-strnlen.c (TEST_NAME): Likewise.
32936         * string/test-strpbrk.c (TEST_NAME): Likewise.
32937         * string/test-strrchr.c (TEST_NAME): Likewise.
32938         * string/test-strspn.c (TEST_NAME): Likewise.
32939         * string/test-strstr.c (TEST_NAME): Likewise.
32940         * string/test-bcopy-ifunc.c: New file.
32941         * string/test-bzero-ifunc.c: Likewise.
32942         * string/test-memccpy-ifunc.c: Likewise.
32943         * string/test-memchr-ifunc.c: Likewise.
32944         * string/test-memcmp-ifunc.c: Likewise.
32945         * string/test-memcpy-ifunc.c: Likewise.
32946         * string/test-memmem-ifunc.c: Likewise.
32947         * string/test-memmove-ifunc.c: Likewise.
32948         * string/test-mempcpy-ifunc.c: Likewise.
32949         * string/test-memset-ifunc.c: Likewise.
32950         * string/test-rawmemchr-ifunc.c: Likewise.
32951         * string/test-stpcpy-ifunc.c: Likewise.
32952         * string/test-stpncpy-ifunc.c: Likewise.
32953         * string/test-strcasecmp-ifunc.c: Likewise.
32954         * string/test-strcasestr-ifunc.c: Likewise.
32955         * string/test-strcat-ifunc.c: Likewise.
32956         * string/test-strchr-ifunc.c: Likewise.
32957         * string/test-strchrnul-ifunc.c: Likewise.
32958         * string/test-strcmp-ifunc.c: Likewise.
32959         * string/test-strcpy-ifunc.c: Likewise.
32960         * string/test-strcspn-ifunc.c: Likewise.
32961         * string/test-strlen-ifunc.c: Likewise.
32962         * string/test-strncasecmp-ifunc.c: Likewise.
32963         * string/test-strncat-ifunc.c: Likewise.
32964         * string/test-strncmp-ifunc.c: Likewise.
32965         * string/test-strncpy-ifunc.c: Likewise.
32966         * string/test-strnlen-ifunc.c: Likewise.
32967         * string/test-strpbrk-ifunc.c: Likewise.
32968         * string/test-strrchr-ifunc.c: Likewise.
32969         * string/test-strspn-ifunc.c: Likewise.
32970         * string/test-strstr-ifunc.c: Likewise.
32972         * debug/Makefile (tests-ifunc): New variable.
32973         (tests): Add $(tests-ifunc).
32974         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
32975         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
32976         * debug/test-stpcpy_chk-ifunc.c: New file.
32977         * debug/test-strcpy_chk-ifunc.c: Likewise.
32979 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32981         [BZ #13601]
32982         * elf/dl-load.c (open_verify): Retry read if the entire ELF
32983         header is not read in.
32985 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
32987         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
32988         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
32989         directly.  Pass built executable to script as
32990         $(built-program-cmd).
32991         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
32992         $testprogram without using LD_LIBRARY_PATH and $ldso.
32994         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
32995         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
32996         $(rtld-installed-name).
32997         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
32998         (rtld_installed_name): Likewise.
32999         (library_path): Likewise.
33000         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33001         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33002         $(run-program-prefix) to tst-tables.sh.
33003         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33004         it to run tst-table-from and tst-table-to.
33005         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33006         Pass it to tst-table.sh.
33007         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33008         $(run-program-prefix) to tst-gettext.sh.
33009         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33010         tst-translit.sh.
33011         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33012         tst-gettext2.sh.
33013         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33014         to run tst-gettext.
33015         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33016         to run tst-gettext2.
33017         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33018         to run tst-translit.
33019         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33020         $(run-program-prefix) to tst-mtrace.sh.
33021         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33022         to run tst-mtrace.
33023         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33024         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33025         $(rtld-installed-name).
33026         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33027         (rtld_installed_name): Likewise.
33028         (run_program_prefix): New variable.  Use it to run wordexp-test.
33030         * Makeconfig (ARCH): Remove all definitions.
33031         (machine): Likewise.
33032         [ARCH]: Remove conditional code.
33033         [!objdir]: Give error.
33034         [!objdir] (objpfx): Remove.
33035         [!objdir] (common-objpfx): Likewise.
33036         [!objdir] (common-objdir): Likewise.
33037         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33038         AC_CONFIG_FILES call.
33039         * configure: Regenerated.
33041         [BZ #13888]
33042         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33043         or TMPDIR.
33044         (testout): Likewise.
33046         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33047         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33048         $(rtld-installed-name).
33049         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33050         (rtld_installed_name): Likwise.
33051         (runit): Remove function.
33052         (run_getconf): New variable,  Use it for running getconf binary.
33054 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33056         [BZ #14716]
33057         * string/test-memmem.c (check_result): New function.
33058         (do_one_test): Use it.
33059         (check1): New function.
33060         (test_main): Use it.
33062 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33064         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33066 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33068         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33069         (_G_LSEEK64): Likewise.
33070         (_G_MMAP64): Likewise.
33071         (_G_FSTAT64): Likewise.
33072         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33073         (_G_LSEEK64): Likewise.
33074         (_G_MMAP64): Likewise.
33075         (_G_FSTAT64): Likewise.
33076         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33077         unconditional.  Call __mmap64 directly.
33078         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33079         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33080         __lseek64 directly.
33081         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33082         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33083         __mmap64 directly.
33084         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33085         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33086         __lseek64 directly.
33087         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33088         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33089         __lseek64 directly.
33090         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33091         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33092         __lseek64 directly.
33093         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33094         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33095         __fxstat64 directly.
33096         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33097         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33098         unconditional.
33099         (freopen64) [!_G_OPEN64]: Remove conditional code.
33100         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33101         unconditional.
33102         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33103         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33104         unconditional.
33105         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33106         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33107         unconditional.
33108         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33109         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33110         unconditional.
33111         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33112         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33113         unconditional.
33114         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33115         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33116         unconditional.
33117         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33118         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33119         unconditional.
33120         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33122 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33124         [BZ #12140]
33125         * manual/memory.texi (Malloc Tunable Parameters): Add note
33126         about free list pointers overwriting some perturb bytes.
33127         Wording suggested by Roland McGrath.
33129 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33131         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33132         (lgamma_test): Likewise.
33133         (tgamma_test): Likewise.
33135 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33137         [BZ #14700]
33138         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33139         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33141 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33143         * NEWS: Mention BZ #14716.
33144         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33145         when removing AVAILABLE1_USES_J macro.
33147 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33149         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33150         (__bswap_64): __uint64_t for unsigned 64-bit int.
33152 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33154         * include/string.h (memmem): Declare libc hidden alias.
33155         * string/memmem.c (memmem): Define libc hidden alias.
33156         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33157         __read, __close instead of open, read, close.
33159 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33161         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33162         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33163         global and hidden.
33164         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33165         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33166         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33167         Likewise.
33168         (__rawmemchr_sse2): Likewise.
33169         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33170         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33171         (__strchr_sse2): Likewise.
33172         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33173         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33174         (__strcasecmp_sse2): Likewise.
33175         (__strncasecmp_sse2): Likewise.
33176         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33177         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33178         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33179         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33180         (__strrchr_sse2): Likewise.
33181         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33182         ifunc-impl-list.c.
33183         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33184         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33185         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33186         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33187         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33188         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33189         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33190         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33191         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33192         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33193         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33194         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33195         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33196         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33197         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33198         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33199         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33200         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33201         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33202         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33203         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33204         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33205         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33206         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33207         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33208         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33209         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33210         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33211         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33212         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33214         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33215         global and hidden.
33216         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33217         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33218         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33219         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33220         Likewise.
33221         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33222         Likewise.
33223         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33224         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33225         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33226         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33227         ifunc-impl-list.c.
33228         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33229         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33230         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33231         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33232         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33233         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33234         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33235         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33236         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33237         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33238         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33239         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33240         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33241         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33242         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33243         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33244         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33245         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33246         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33247         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33248         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33249         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33250         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33251         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33252         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33253         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33254         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33255         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33256         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33257         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33258         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33259         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33260         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33261         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33262         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33263         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33264         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33265         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33266         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33267         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33268         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33270         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33271         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33272         * include/ifunc-impl-list.h: New file.
33273         * misc/ifunc-impl-list.c: Likewise.
33274         * misc/Makefile (routines): Add ifunc-impl-list.
33275         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33276         * string/test-string.h: Include <ifunc-impl-list.h>.
33277         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33278         TEST_NAME]: New variables.
33279         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33280         are defined.
33281         (test_init): Call __libc_ifunc_impl_list to initialize
33282         func_list if TEST_IFUNC and TEST_NAME are defined.
33284         * string/Makefile (strop-tests): Add bcopy and bzero.
33285         * string/test-bcopy.c: New file.
33286         * string/test-bzero.c: Likewise.
33287         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33288         defined.
33289         * string/test-memset.c: Support bzero test if TEST_BZERO is
33290         defined.
33291         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33292         __libc_memmove.
33293         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33294         __libc_memset.
33295         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33296         of memset.
33298 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
33300         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33301         * configure: Regenerated.
33303         * Makeconfig (+link-static-before-libc): Don't include
33304         $(link-static-libc).
33306         * libio/libio.h (_IO_pos_t): Remove.
33308 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33310         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
33311         McGrath.
33313 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33315         * crypt/crypt-entry.c: Include fips-private.h.
33316         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33317         * crypt/md5c-test.c (main): Tolerate disabled MD5.
33318         * sysdeps/unix/sysv/linux/fips-private.h: New file.
33319         * sysdeps/generic/fips-private.h: New file, dummy fallback.
33321 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33323         * crypt/crypt-private.h: Include stdbool.h.
33324         (_ufc_setup_salt_r): Return bool.
33325         * crypt/crypt-entry.c: Include errno.h.
33326         (__crypt_r): Return NULL with EINVAL for bad salt.
33327         * crypt/crypt_util.c (bad_for_salt): New.
33328         (_ufc_setup_salt_r): Check that salt is long enough and within
33329         the specified alphabet.
33330         * crypt/badsalttest.c: New file.
33331         * crypt/Makefile (tests): Add it.
33332         ($(objpfx)badsalttest): New.
33334 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
33336         * NEWS: Add entry for BZ #14602.
33338 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33340         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33341         type-generic.
33342         * math/libm-test.inc: Update comment listing what functions and
33343         macros are tested.
33344         (isgreater_test): New function.
33345         (isgreaterequal_test): Likewise.
33346         (isless_test): Likewise.
33347         (islessequal_test): Likewise.
33348         (islessgreater_test): Likewise.
33349         (isunordered_test): Likewise.
33350         (main): Call the new functions.
33352 2012-10-09  Roland McGrath  <roland@hack.frob.com>
33354         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33355         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33356         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33357         * sysdeps/i386/configure: Regenerated.
33358         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33359         * sysdeps/mach/configure: Regenerated.
33360         * sysdeps/mach/hurd/configure: Regenerated.
33361         * sysdeps/powerpc/configure: Regenerated.
33362         * sysdeps/powerpc/powerpc32/configure: Regenerated.
33363         * sysdeps/powerpc/powerpc64/configure: Regenerated.
33364         * sysdeps/s390/s390-32/configure: Regenerated.
33365         * sysdeps/s390/s390-64/configure: Regenerated.
33366         * sysdeps/sh/configure: Regenerated.
33367         * sysdeps/sparc/configure: Regenerated.
33368         * sysdeps/unix/sysv/linux/configure: Regenerated.
33369         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33370         * sysdeps/x86_64/configure: Regenerated.
33372         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33373         defined.  Don't check if MAP is NULL.
33375 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33377         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33378         (_G_stat64): Likewise.
33379         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33380         (_G_stat64): Likewise.
33381         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33382         instead of struct _G_stat64.
33383         * libio/fileops.c (mmap_remap_check): Likewise.
33384         (decide_maybe_mmap): Likewise.
33385         (_IO_new_file_seekoff): Likewise.
33386         (_IO_file_stat): Likewise.
33387         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33388         _G_off64_t.
33389         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33390         instead of struct _G_stat64.
33391         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33393 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
33395         [BZ #14602]
33396         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33397         Replace with ...
33398         (CHECK_EOL): New macro.
33399         (two_way_short_needle): Check beginning of haystack for EOL.  Use
33400         CHECK_EOL.
33401         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33402         Replace with CHECK_EOL.
33403         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33404         Replace with CHECK_EOL.
33406 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
33408         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
33409         type-generic.
33410         * math/libm-test.inc: Update comment listing what functions and
33411         macros are tested.
33412         (finite_test): New function.
33413         (isinf_test): Likewise.
33414         (isnan_test): Likewise.
33415         (fpclassify_test): Test subnormal input.
33416         (isfinite_test): Likewise.
33417         (isnormal_test): Likewise.
33418         (main): Call the new functions.
33420 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
33422         [BZ #14660]
33423         * Makerules (%.dynsym): Force C locale when running
33424         $(OBJDUMP) --dynamic-syms.
33426 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
33428         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
33429         <stdint.h>.
33431 2012-10-06  David S. Miller  <davem@davemloft.net>
33433         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
33434         upper 32-bits of the length value in %o2 since we use branch-on-register
33435         tests which consider the entire 64-bit register.
33437 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
33439         * string/test-strstr.c (check2): Add a test for page boundary.
33441 2012-10-05  David S. Miller  <davem@davemloft.net>
33443         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
33444         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
33445         file.
33446         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33447         sysdep_routines.
33448         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33449         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
33450         and bzero when HWCAP_SPARC_CRYPTO is present.
33452 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
33454         [BZ #14602]
33455         * string/test-strstr.c (check2): New function.
33456         (test_main): Call check2.
33458         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
33459         and bug-strchr1.
33460         * string/bug-strcasestr1.c (do_test): Moved to ...
33461         * string/test-strcasestr.c (check1): Here.  New function.
33462         (do_one_test): Break out result checking code into ...
33463         (check_result): This.  New function.
33464         (do_one_test): Call check_result.
33465         (test_main): Call check1.
33466         * string/bug-strchr1.c (do_test): Moved to ...
33467         * string/test-strchr.c (check1): Here.  New function.
33468         (do_one_test): Break out result checking code into ...
33469         (check_result): This.  New function.
33470         (do_one_test): Call check_result.
33471         (test_main): Call check1.
33472         * string/bug-strstr1.c (main): Moved to ...
33473         * string/test-strstr.c (check1): Here.  New function.
33474         (do_one_test): Break out result checking code into ...
33475         (check_result): This.  New function.
33476         (do_one_test): Call check_result.
33477         (test_main): Call check1.
33478         * string/bug-strcasestr1.c: Removed.
33479         * string/bug-strchr1.c: Likewise.
33480         * string/bug-strstr1.c: Likewise.
33482         * elf/Makefile (dl-routines): Add hwcaps.
33483         * elf/dl-support.c (_dl_important_hwcaps): Removed.
33484         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
33485         (_dl_important_hwcaps): Moved to ...
33486         * elf/dl-hwcaps.c: Here.  New file.
33487         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
33489         [BZ #14557]
33490         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
33491         if IS_IN_rtld isn't defined.
33493         * elf/dl-support.c (_dl_sysinfo_map): New.
33494         Include "get-dynamic-info.h" and "setup-vdso.h".
33495         (_dl_non_dynamic_init): Call setup_vdso.
33496         * elf/dynamic-link.h: Don't include <assert.h>.
33497         (elf_get_dynamic_info): Moved to ...
33498         * elf/get-dynamic-info.h: Here.  New file.
33499         * elf/dynamic-link.h: Include "get-dynamic-info.h".
33500         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
33501         * elf/setup-vdso.h: Here.  New file.
33502         * elf/rtld.c: Include "setup-vdso.h".
33503         (dl_main): Call setup_vdso.
33505 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
33507         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
33508         creal in comment listing functions tested.  List finite, isinf,
33509         isnan, isless, islessequal, isgreater, isgreaterequal,
33510         islessgreater, isunordered, lgamma_r and pow10 as functions and
33511         macros not tested.  Mention which functions not tested are aliases
33512         for other functions.  Fix typo.  Note that signs of NaNs are not
33513         tested.
33515         * scripts/config.guess: Update from config.git.
33516         * scripts/config.sub: Likewise.
33518 2012-10-04  Roland McGrath  <roland@hack.frob.com>
33520         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
33521         * misc/madvise.c (madvise): Renamed to __madvise.
33522         Make madvise a weak alias.
33523         * include/sys/mman.h: Declare __madvise.
33524         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
33525         * sysdeps/unix/syscalls.list
33526         (madvise): Make __madvise the strong name, and madvise a weak alias.
33527         * sysdeps/unix/sysv/linux/syscalls.list
33528         (madvise, mmap): Remove redundant entries.
33529         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
33530         * malloc/malloc.c (mtrim): Likewise.
33531         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
33533 2012-10-03  Roland McGrath  <roland@hack.frob.com>
33535         * sysdeps/mach/hurd/dl-cache.c: File removed.
33536         * config.h.in (USE_LDCONFIG): New #undef.
33537         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
33538         * configure: Regenerated.
33539         * elf/Makefile (dl-routines): Add dl-cache only under
33540         [$(use-ldconfig) = yes].
33541         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
33542         cache on [USE_LDCONFIG].
33543         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
33544         [USE_LDCONFIG].
33545         * elf/rtld.c (dl_main): Likewise.
33547 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
33549         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
33550         _SC_LEVEL4_CACHE_LINESIZE.
33552 2012-10-03  Roland McGrath  <roland@hack.frob.com>
33554         * sysdeps/unix/bsd/confstr.h: File removed.
33556 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
33558         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
33559         sys/sdt-config.h.
33561 2012-10-02  Roland McGrath  <roland@hack.frob.com>
33563         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
33564         Make 'mapoff' field ElfW(Off) rather than off_t.
33566 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
33568         * nscd/Makefile: Remove nscd-cflags and all its users.
33569         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
33570         (CFLAGS-nonlib): Add compiler flags for nscd modules.
33572         [BZ #10631]
33573         * malloc.c (malloc_printerr): Clarify error message.
33575 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
33577         [BZ #14648]
33578         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33579         Set bit_FMA_Usable if FMA is supported.
33580         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
33581         macro.
33582         (bit_FMA4_Usable): Updated.
33583         (index_FMA_Usable): New macro.
33584         (CPUID_FMA): Likewise
33585         (HAS_FMA): Defined with bit_FMA_Usable.
33587 2012-10-01  Roland McGrath  <roland@hack.frob.com>
33589         * bits/types.h (__swblk_t): Type removed.
33590         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
33591         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
33592         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33593         (__SWBLK_T_TYPE): Likewise.
33594         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33595         (__SWBLK_T_TYPE): Likewise.
33596         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33597         (__SWBLK_T_TYPE): Likewise.
33598         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
33599         (__SWBLK_T_TYPE): Likewise.
33601 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
33602             Honza Horak <hhorak@redhat.com>
33604         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
33605         (xdr_mapname): Use YPMAXMAP as maxsize.
33606         (xdr_peername): Use YPMAXPEER as maxsize.
33607         (xdr_keydat): Use YPAXRECORD as maxsize.
33608         (xdr_valdat): Use YPMAXRECORD as maxsize.
33610 2012-10-01  Roland McGrath  <roland@hack.frob.com>
33612         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
33614         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
33615         * csu/init-first.c: ... here.
33616         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
33617         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
33618         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
33619         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
33620         * sysdeps/i386/init-first.c: File removed.
33621         * sysdeps/sh/init-first.c: File removed.
33623 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
33625         [BZ #14645]
33626         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
33627         if x * y might underflow to zero and z is zero.
33628         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33629         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33630         * math/libm-test.inc (min_subnorm_value): New variable.
33631         (fma_test): Add more tests.
33632         (fma_test_towardzero): Likewise.
33633         (fma_test_downward): Likewise
33634         (fma_test_upward): Likewise.
33635         (initialize): Set min_subnorm_value.
33637 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
33639         [BZ #14638]
33640         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
33641         0 + 0.
33642         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
33643         mode for addition resulting in exact zero.
33644         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
33645         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
33646         exact 0 + 0.
33647         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33648         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33649         * math/libm-test.inc (fma_test): Add more tests.
33650         (fma_test_towardzero): New function.
33651         (fma_test_downward): Likewise.
33652         (fma_test_upward): Likewise.
33653         (main): Call the new functions.
33655 2012-09-28  David S. Miller  <davem@davemloft.net>
33657         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
33659 2012-09-28  Roland McGrath  <roland@hack.frob.com>
33661         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
33662         instead of SIGALRM.
33664         * sysdeps/gnu/_G_config.h: Moved to ...
33665         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
33666         * sysdeps/mach/hurd/_G_config.h: Moved to ...
33667         * sysdeps/generic/_G_config.h: ... here.
33669         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
33671         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
33673         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
33674         Conditionalize target on [libnss_test1.so-version].
33676         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
33678         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
33679         (elfobjdir): Move out of conditionals.
33681         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
33682         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
33683         (__nss_lookup_function): Conditionalize label remove_from_tree on
33684         [!DO_STATIC_NSS || SHARED], matching its only use.
33686 2012-09-28  David S. Miller  <davem@davemloft.net>
33688         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
33689         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
33690         file.
33691         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33692         sysdep_routines.
33693         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33694         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
33695         when HWCAP_SPARC_CRYPTO is present.
33697 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
33699         * io/tst-mknodat.c: Create a FIFO instead of a socket.
33701 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
33703         [BZ #6530]
33704         * stdio-common/vfprintf.c (process_string_arg): Revert
33705         2000-07-22 change.
33707 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
33709         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
33710         for testcase.
33711         * stdio-common/tst-sprintf.c: Include <locale.h>
33712         (main): Test sprintf's handling of incomplete multibyte
33713         characters.
33715 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
33717         * elf/dl-runtime.c (VERSYMIDX): Removed.
33718         * elf/dl-version.c (VERSYMIDX): Likewise.
33719         * elf/do-rel.h (VERSYMIDX): Likewise.
33720         (VALIDX): Likewise.
33721         * elf/dynamic-link.h (VERSYMIDX): Likewise.
33722         * elf/rtld.c (VALIDX): Likewise.
33723         (ADDRIDX): Likewise.
33724         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
33725         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
33726         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
33727         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
33728         (VALIDX): Likewise.
33729         (ADDRIDX): Likewise.
33731 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
33733         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
33735 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
33737         [BZ #11438]
33738         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
33739         to global scope.
33740         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
33741         addresses are in the same scope as 192.0.2/24.
33742         * posix/gai.conf: Document new scope table defaults.
33744 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33746         [BZ #5298]
33747         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
33748         for ftell.  Compute offsets from write pointers instead.
33749         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33751 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33753         [BZ #14543]
33754         * libio/Makefile (tests): New test case tst-fseek.
33755         * libio/tst-fseek.c: New test case to verify that fseek/ftell
33756         combination works in wide mode.
33757         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
33758         state when the external buffer state changes.
33760 2012-09-27  David S. Miller  <davem@davemloft.net>
33762         [BZ #14376]
33763         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
33764         pass reloc->r_addend in as the 'high' argument to
33765         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
33767         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33769 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
33771         * rt/tst-aio2.c: Include <pthread.h>.
33772         * rt/tst-aio3.c: Likewise.
33774 2012-09-27  Steve Ellcey  <sellcey@mips.com>
33776         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
33778 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
33780         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
33781         contents on [SHARED].
33783 2012-09-26  Marek Polacek  <polacek@redhat.com>
33785         [BZ #14530]
33786         [BZ #13741]
33787         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
33788         for C++ and GCC <4.3 as well as for non GCC compilers.
33790 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
33792         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33794 2012-09-25  Roland McGrath  <roland@hack.frob.com>
33796         * Makefile.in (all, install): Declare with .PHONY.
33797         Reported by Michael Hope <michael.hope@linaro.org>.
33799 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33801         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
33802         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
33803         system header.
33804         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
33805         Likewise.
33806         (sydep_routines): Add the new and the internal functions.
33807         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
33808         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
33809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
33810         (GLIBC_2.17): Add the new function.
33811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
33812         (GLIBC_2.17): Likewise.
33813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
33814         (GLIBC_2.17): Likewise.
33815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
33816         (GLIBC_2.17): Likewise.
33817         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
33819 2012-09-25  Alan Modra  <amodra@gmail.com>
33821         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
33822         Add release barrier before setting once_control to say
33823         initialisation is done.  Add hints on lwarx.  Use macro in
33824         place of isync.
33825         (clear_once_control): Add release barrier.
33827 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
33829         [BZ #13629]
33830         * math/s_clog.c (__clog): Handle more values close to |z| = 1
33831         specially.
33832         * math/s_clog10.c (__clog10): Likewise.
33833         * math/s_clog10f.c (__clog10f): Likewise.
33834         * math/s_clog10l.c (__clog10l): Likewise.
33835         * math/s_clogf.c (__clogf): Likewise.
33836         * math/s_clogl.c (__clogl): Likewise.
33837         * math/Makefile (libm-calls): Add x2y2m1.
33838         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
33839         (__x2y2m1): Likewise.
33840         (__x2y2m1l): Likewise.
33841         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
33842         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
33843         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
33844         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
33845         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
33846         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
33847         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
33848         * sysdeps/i386/fpu/libm-test-ulps: Update.
33849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33851         [BZ #14621]
33852         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
33853         int as type of variable DEPTH.
33854         (glob): Use size_t instead of int as type of variables NEWCOUNT
33855         and OLD_PATHC.
33857 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33859         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
33860         Add s_sincosf-sse2.
33861         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
33862         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
33863         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
33864         macros for using routine as __sincosf_ia32.
33865         Use macro for function declaration and weak_alias.
33866         * sysdeps/i386/fpu/libm-test-ulps: Update.
33868         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
33869         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33871         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
33872         subnormal argument.
33873         * math/s_cexpf.c (__cexpf): Likewise.
33874         * math/s_csinf.c (__csinf): Likewise.
33875         * math/s_csinhf.c (__csinhf): Likewise.
33876         * math/s_ctanf.c (__ctanf): Likewise.
33877         * math/s_ctanhf.c (__ctanhf): Likewise.
33878         * math/s_ccosh.c (__ccoshf): Likewise.
33879         * math/s_cexp.c (__cexpl): Likewise.
33880         * math/s_csin.c (__csin): Likewise.
33881         * math/s_csinh.c (__csinh): Likewise.
33882         * math/s_ctan.c (__ctan): Likewise.
33883         * math/s_ctanh.c (ctanh): Likewise.
33884         * math/s_ccoshl.c (__ccoshl): Likewise.
33885         * math/s_cexpl.c (__cexpl): Likewise.
33886         * math/s_csinl.c (__csinl): Likewise.
33887         * math/s_csinhl.c (__csinhl): Likewise.
33888         * math/s_ctanl.c (__ctanl): Likewise.
33889         * math/s_ctanhl.c (__ctanhl): Likewise.
33891 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
33893         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
33894         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
33895         (_IO_off_t): Define to __off_t, not _G_off_t.
33896         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
33897         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
33898         (_IO_wint_t): Define to wint_t, not _G_wint_t.
33899         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
33900         type of __dummy and __dummy2 fields.
33901         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
33902         (_G_ssize_t): Likewise.
33903         (_G_off_t): Likewise.
33904         (_G_pid_t): Likewise.
33905         (_G_uid_t): Likewise.
33906         (_G_wchar_t): Likewise.
33907         (_G_wint_t): Likewise.
33908         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
33909         (_G_ssize_t): Likewise.
33910         (_G_off_t): Likewise.
33911         (_G_pid_t): Likewise.
33912         (_G_uid_t): Likewise.
33913         (_G_wchar_t): Likewise.
33914         (_G_wint_t): Likewise.
33915         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
33916         (_G_ssize_t): Likewise.
33917         (_G_off_t): Likewise.
33918         (_G_pid_t): Likewise.
33919         (_G_uid_t): Likewise.
33920         (_G_wchar_t): Likewise.
33921         (_G_wint_t): Likewise.
33923 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
33925         * malloc/arena.c: Include malloc-sysdep.h.
33926         (shrink_heap): Use check_may_shrink_heap to decide if madvise
33927         is sufficient to shrink the heap or an unmap is needed.
33928         * sysdeps/generic/malloc-sysdep.h: New file.  Define
33929         new function check_may_shrink_heap.
33930         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
33931         new function check_may_shrink_heap.
33933 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
33935         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
33936         comments.
33938 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
33940         * catgets/test-gencat.sh: Add "set -e".
33941         * elf/tst-pathopt.sh: Likewise.
33942         * grp/tst_fgetgrent.sh: Likewise.
33943         * iconvdata/run-iconv-test.sh: Likewise.
33944         * intl/tst-gettext.sh: Likewise.
33945         * intl/tst-gettext2.sh: Likewise.
33946         * intl/tst-gettext4.sh: Likewise.
33947         * intl/tst-gettext6.sh: Likewise.
33948         * intl/tst-translit.sh: Likewise.
33949         * io/ftwtest-sh: Likewise.
33950         * libio/test-freopen.sh: Likewise.
33951         * malloc/tst-mtrace.sh: Likewise.
33952         * posix/globtest.sh: Likewise.
33953         * posix/tst-getconf.sh: Likewise.
33954         * posix/wordexp-tst.sh: Likewise.
33955         * stdio-common/tst-printf.sh: Likewise.
33956         * stdio-common/tst-unbputc.sh: Likewise.
33957         * stdlib/tst-fmtmsg.sh: Likewise.
33958         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
33959         * catgets/Makefile: Do not specify -e option when running
33960         testsuite shell scripts.
33961         * elf/Makefile: Likewise.
33962         * grp/Makefile: Likewise.
33963         * iconvdata/Makefile: Likewise.
33964         * intl/Makefile: Likewise.
33965         * io/Makefile: Likewise.
33966         * libio/Makefile: Likewise.
33967         * malloc/Makefile: Likewise.
33968         * posix/Makefile: Likewise.
33969         * stdio-common/Makefile: Likewise.
33970         * stdlib/Makefile: Likewise.
33971         * sysdeps/x86_64/Makefile: Likewise.
33973         * io/ftwtest-sh: Add copyright header.
33974         * posix/globtest.sh: Likewise.
33975         * posix/tst-getconf.sh: Likewise.
33976         * posix/wordexp-tst.sh: Likewise.
33977         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
33979 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
33981         [BZ #13679]
33982         * Makeconfig (+link): Defined as $(+link-static) if
33983         $(build-shared) isn't yes.
33984         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
33985         isn't yes.
33986         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
33988         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
33990         [BZ #14562]
33991         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
33992         new chunk size with MALLOC_ALIGN_MASK.
33994 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
33996         [BZ #5044]
33997         * stdio-common/printf_fphex.c: Include <stdbool.h> and
33998         <rounding-mode.h>.
33999         (__printf_fphex): Determine rounding using get_rounding_mode and
34000         round_away.
34001         * stdio-common/tst-printf-round.c (struct hex_test): New
34002         structure.
34003         (hex_tests): New variable.
34004         (test_hex_in_one_mode): New function.
34005         (do_test): Also run tests for hex float output.
34007 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34009         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34010         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34011         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34012         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34013         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34014         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34015         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34016         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34018 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34020         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34021         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34022         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34023         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34025 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34027         [BZ #14579]
34028         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34029         mode only.
34030         * elf/tst-rtld-load-self.sh: New test.
34031         * elf/Makefile: Run it.
34033 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34035         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34036         (tst-writev-ENV): Remove.
34037         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34039 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34041         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34043 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34045         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34046         unconditional.
34047         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34048         Likewise.
34049         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34050         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34051         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34052         Likewise.
34054 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34056         [BZ #14587]
34057         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34058         * config.make.in (have-cpp-asm-debuginfo): Removed.
34059         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34060         * configure: Regenerated.
34062 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34064         [BZ #5044]
34065         * stdio-common/printf_fp.c: Include <stdbool.h> and
34066         <rounding-mode.h>.
34067         (___printf_fp): Determine rounding using get_rounding_mode and
34068         round_away.
34069         * stdio-common/tst-printf-round.c: New file.
34070         * stdio-common/Makefile (tests): Add tst-printf-round.
34071         (link-libm): New variable.
34072         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34074 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34076         [BZ #14576]
34077         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34078         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34079         Likewise.
34080         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34081         Likewise.
34083 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34085         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34086         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34087         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34088         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34090 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34092         [BZ #14518]
34093         * include/rounding-mode.h: New file.
34094         * sysdeps/generic/get-rounding-mode.h: Likewise.
34095         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34096         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34097         (MAX_VALUE): New macro.
34098         (MIN_VALUE): Likewise.
34099         (overflow_value): New function.
34100         (underflow_value): Likewise.
34101         (round_and_return): Use overflow_value and underflow_value to
34102         determine return values in overflow and underflow cases.  Use
34103         round_away to determine rounding depending on rounding mode.
34104         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34105         determine return values in overflow and underflow cases.
34106         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34107         (struct test_results): New structure.
34108         (struct test): Use struct test_results to store expected results
34109         for all rounding modes.
34110         (TEST): Include expected results for all rounding modes.
34111         (test_in_one_mode): New function.
34112         (do_test): Use test_in_one_mode to compute and check results.
34113         Check results for all rounding modes.
34114         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34115         $(link-libm).
34117 2012-12-09  Allan McRae  <allan@archlinux.org>
34119         * sysdeps/i386/fpu/libm-test-ulps: Update
34121 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34123         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34124         (_G_int32_t): Likewise.
34125         (_G_uint16_t): Likewise.
34126         (_G_uint32_t): Likewise.
34127         (_G_HAVE_BOOL): Likewise.
34128         (_G_HAVE_ATEXIT): Likewise.
34129         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34130         (_G_HAVE_IO_FILE_OPEN): Likewise.
34131         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34132         (_G_int32_t): Likewise.
34133         (_G_uint16_t): Likewise.
34134         (_G_uint32_t): Likewise.
34135         (_G_HAVE_BOOL): Likewise.
34136         (_G_HAVE_ATEXIT): Likewise.
34137         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34138         (_G_HAVE_IO_FILE_OPEN): Likewise.
34139         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34140         (_G_int32_t): Likewise.
34141         (_G_uint16_t): Likewise.
34142         (_G_uint32_t): Likewise.
34143         (_G_HAVE_BOOL): Likewise.
34144         (_G_HAVE_ATEXIT): Likewise.
34145         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34146         (_G_HAVE_IO_FILE_OPEN): Likewise.
34148 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34150         * csu/libc-tls.c: Update copyright years.
34152 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34154         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34155         [!_G_USING_THUNKS]: Remove conditional code.
34156         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34157         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34159         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34160         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34161         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34162         (_G_VTABLE_LABEL_PREFIX): Likewise.
34163         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34164         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34165         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34166         (_G_VTABLE_LABEL_PREFIX): Likewise.
34167         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34168         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34169         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34170         (_G_VTABLE_LABEL_PREFIX): Likewise.
34171         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34173 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34175         * libio/Makefile: Include ../Makeconfig before tests.
34176         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34177         only if $(build-shared) is yes.
34179         * iconv/gconv_db.c: Update copyright years.
34181 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34183         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34184         unwind info if defined PIC. Fix special cases description.
34185         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34187         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34188         DP_HI_MASK entry.
34189         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34191 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34193         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34195         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34196         is NULL.
34198         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34199         (LDLIBS-tst-chk4): This.
34200         (LDFLAGS-tst-chk5): Renamed to ...
34201         (LDLIBS-tst-chk5): This.
34202         (LDFLAGS-tst-chk6): Renamed to ...
34203         (LDLIBS-tst-chk6): This.
34204         (LDFLAGS-tst-lfschk4): Renamed to ...
34205         (LDLIBS-tst-lfschk4): This.
34206         (LDFLAGS-tst-lfschk5): Renamed to ...
34207         (LDLIBS-tst-lfschk5): This.
34208         (LDFLAGS-tst-lfschk6): Renamed to ...
34209         (LDLIBS-tst-lfschk6): This.
34211         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34212         on $(common-objpfx)soversions.mk.
34214 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34216         [BZ #10014]
34217         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34218         example host name.
34220 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34222         * malloc/arena.c (arena_get_retry): New function that gets
34223         another arena for the caller to try its request on.
34224         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34225         current arena cannot fulfill the request.
34226         (__libc_memalign): Likewise.
34227         (__libc_memalign): Likewise.
34228         (__libc_pvalloc): Likewise.
34229         (__libc_calloc): Likewise.
34231 2012-09-05  John Tobey  <john.tobey@gmail.com>
34233         [BZ #13542]
34234         * manual/arith.texi (Operations on Complex): Fix description
34235         of carg branch cut.
34237 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34239         [BZ #10014]
34240         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34241         host name.
34243         [BZ #10038]
34244         * manual/memory.texi (Memory): Make order of menu items match
34245         order of sections.
34247 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34249         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34250         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
34251         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34253 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34255         * csu/libc-tls.c (static_dtv): Renamed to ...
34256         (_dl_static_dtv): This.  Make it global.
34257         (_dl_initial_dtv): Removed.
34258         (__libc_setup_tls): Updated.
34259         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34260         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34261         DL_INITIAL_DTV.
34263 2012-09-06  Petr Machata  <pmachata@redhat.com>
34265         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34266         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34267         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34268         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34270 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34272         [BZ #14545]
34273         * csu/libc-tls.c (_dl_initial_dtv): New variable.
34274         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34275         freeing dtv[-1].
34277 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34279         [BZ #14544]
34280         * Makeconfig (link-static-before-libc): Replace $(+prector)
34281         with $(+prectorT).
34282         (link-static-after-libc): Replace $(+postctor) with
34283         $(+postctorT).
34284         (link-bounded): Replace $(+prector)/$(+postctor) with
34285         $(+prectorT)/$(+postctorT).
34286         (+prectorT): New macro.
34287         (+postctorT): Likewise.
34289 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34291         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34292         (round_str): Handle values above the maximum for IBM long double
34293         as inexact.
34294         * stdlib/tst-strtod-round.c (tests): Regenerated.
34296 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34298         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34299         assembler flag.
34300         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34301         zarch_nohighgprs around the zarch optimized routines.
34302         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34303         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34304         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34305         for zarch.
34307 2012-09-05  David S. Miller  <davem@davemloft.net>
34309         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34311         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34312         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
34313         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34314         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34315         entries.
34317 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34319         * malloc/arena.c: Fold copyright years.
34320         * malloc/mcheck.c, malloc/memusage.c: Likewise.
34322 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34324         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34326 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34328         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
34330 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34332         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34333         change internal state upon failure.
34335 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34337         * malloc/mcheck.c (mcheck_check_all): Fix typo.
34338         * malloc/memusage.c (mmap): Likewise.
34339         (mmap64, mremap): Likewise.  Adjust name in comment.
34341 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34343         * libio/fileops.c: Fix typos in comments.
34344         * libio/oldfileops.c: Likewise.
34345         * libio/wfileops.c: Likewise.
34347 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34349         [BZ #1349]
34350         * malloc/Makefile (tests): Add tst-malloc-usable test case.
34351         (tst-malloc-usable-ENV): Set environment for test case.
34352         * malloc/hooks.c (malloc_check_get_size): New function to get
34353         requested size.
34354         * malloc/malloc.c (musable): Use malloc_check_get_size.
34355         * malloc/tst-malloc-usable.c: New test case.
34357 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34359         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34361 2012-09-05  Allan McRae  <allan@archlinux.org>
34363         [BZ #13966]
34364         * configure.in (CXX_SYSINCLUDES): Use compiler output to
34365         determine header location.
34366         * configure: Regenerated.
34368 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34370         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34371         float format.
34372         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
34373         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34374         format.
34375         (test): Regenerate.
34377 2012-09-04  David S. Miller  <davem@davemloft.net>
34379         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34380         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34381         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34383 2012-09-04  Florian Weimer  <fweimer@redhat.com>
34385         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34386         failures.
34388         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34390 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
34392         [BZ #9914]
34393         * libio/iogetdelim.c: Include <limits.h>.
34394         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34395         + len + 1 would overflow.
34397 2012-09-03  Andreas Jaeger  <aj@suse.de>
34399         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34400         * sysdeps/i386/fpu/libm-test-ulps: Update.
34402 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34404         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34405         Add s_sinf-sse2, s_conf-sse2.
34407         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
34408         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
34409         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
34410         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
34412         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
34413         for using routine as __sinf_ia32.
34414         Use macro for function declaration and weak_alias.
34415         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
34416         for using routine as __cosf_ia32.
34417         Use macro for function declaration and weak_alias.
34419         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
34420         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
34422         * sysdeps/x86_64/fpu/s_sinf.S: New file.
34423         * sysdeps/x86_64/fpu/s_cosf.S: New file.
34424         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34426         * math/libm-test.inc (cos_test): Add more test cases.
34427         (sin_test): Likewise.
34428         (sincos_test): Likewise.
34430 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34432         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
34433         (IFUNC_RESOLVE): Make pointers to the specialized implementations
34434         hidden.
34435         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
34437 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
34439         [BZ #14538]
34440         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
34441         first element of the GOT.
34442         (elf_machine_load_address): Return the difference between
34443         the runtime address of _DYNAMIC and elf_machine_dynamic ().
34445 2012-09-01  Allan McRae  <allan@archlinux.org>
34447         [BZ #13412]
34448         * configure.in (AWK): Require gawk version 3.0 or later.
34449         * configure: Regenerated.
34451 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
34453         * sysdeps/unix/sysv/linux/kernel-features.h
34454         (__ASSUME_POSIX_CPU_TIMERS): Remove.
34455         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
34456         [__NR_clock_getres]: Make code unconditional.
34457         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
34458         (clock_getcpuclockid): Remove code left unreachable by removal of
34459         conditionals.
34460         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
34461         code unconditional.
34462         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34463         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34464         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
34465         Make code unconditional.
34466         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34467         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34468         * sysdeps/unix/sysv/linux/clock_settime.c
34469         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
34470         conditional code.
34471         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
34472         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34474 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
34476         [BZ #14476]
34477         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
34478         scripts/test-installation.pl.
34480         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
34481         and $ld_so_version if it is set.
34483 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34485         [BZ #14516]
34486         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
34487         failure if reading from procfs failed.
34488         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
34490 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34492         * sysdeps/unix/sysv/linux/kernel-features.h
34493         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
34494         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34495         Remove conditional code.
34496         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34497         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
34498         Remove conditional code.
34499         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34500         * sysdeps/unix/sysv/linux/i386/fxstat.c
34501         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34502         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34503         * sysdeps/unix/sysv/linux/i386/fxstatat.c
34504         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34505         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34506         * sysdeps/unix/sysv/linux/i386/lxstat.c
34507         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34508         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34509         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
34510         Remove conditional code.
34511         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34512         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34513         Remove conditional code.
34514         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34515         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
34516         <kernel-features.h>.
34517         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
34518         Remove.
34519         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
34520         Remove conditional code.
34521         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34522         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
34523         Remove conditional.
34525 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
34527         [BZ #5400]
34528         * NEWS: Add fixed bug number.
34530 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34532         [BZ #14519]
34533         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
34534         underflowing exponent in case of negative sign.
34535         * stdlib/tst-strtod-round-data: Add more tests.
34536         * stdlib/tst-strtod-round.c (tests): Regenerated.
34538         [BZ #3479]
34539         * stdlib/strtod_l.c (NDIG): Remove.
34540         (HEXNDIG): Likewise.
34541         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
34542         smallest representable value.
34543         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
34544         lie within an exact representation of 1/2 ulp of the result.
34545         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
34546         unconditionally.
34547         (TENS_P9_IDX): Define unconditionally.
34548         (TENS_P9_SIZE): Likewise.
34549         (TENS_P10_IDX): Likewise.
34550         (TENS_P10_SIZE): Likewise.
34551         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
34552         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
34553         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
34554         entries for 10^2^13 and 10^2^14.
34555         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
34556         (TENS_P13_IDX): Define.
34557         (TENS_P13_SIZE): Likewise.
34558         (TENS_P14_IDX): Likewise.
34559         (TENS_P14_SIZE): Likewise.
34560         (_fpioconst_pow10): Change array size to
34561         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
34562         unconditional.
34563         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
34564         1024]: Add entries for 10^2^13 and 10^2^14.
34565         [LAST_POW10 > _LAST_POW10]: Remove #error.
34566         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
34567         (_fpioconst_pow10): Change array size to
34568         FPIOCONST_POW10_ARRAY_SIZE.
34569         * stdlib/gen-fpioconst.c: New file.
34570         * stdlib/gen-tst-strtod-round.c: Likewise.
34571         * stdlib/tst-strtod-round-data: Likewise.
34572         * stdlib/tst-strtod-round.c: Likewise.
34573         * stdlib/Makefile (tests): Add tst-strtod-round.
34575         [BZ #14459]
34576         * stdlib/strtod_l.c: Include <stdint.h>.
34577         (NDEBUG): Do not define.
34578         (round_and_return): Change EXPONENT parameter to type intmax_t.
34579         Rearrange calculations to avoid internal overflow possibilities.
34580         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
34581         Rearrange calculations to avoid internal overflow possibilities.
34582         Assert that number fits inside MPNSIZE limbs.
34583         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
34584         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
34585         calculations and add assertions to avoid internal overflow
34586         possibilities.  Add casts to avoid signed/unsigned operations.
34587         * stdlib/tst-strtod-overflow.c: New file.
34588         * stdlib/Makefile (tests): Add tst-strtod-overflow.
34590 2012-08-25  Marek Polacek  <polacek@redhat.com>
34592         * time/time.h: Fix some typos in comments.
34594 2012-08-23  Roland McGrath  <roland@hack.frob.com>
34596         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
34597         * posix/tst-rfc3484-2.c: Likewise.
34598         * posix/tst-rfc3484-3.c: Likewise.
34600 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
34602         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
34603         (EF_ARM_ABI_FLOAT_HARD): Likewise.
34605 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
34607         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
34608         #include of fxstatat64.c.
34610 2012-08-22  Roland McGrath  <roland@hack.frob.com>
34612         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
34613         * shadow/getspent_r.c: Likewise.
34614         * shadow/getspnam.c: Likewise.
34615         * shadow/getspnam_r.c: Likewise.
34616         * gshadow/getsgent.c: Likewise.
34617         * gshadow/getsgent_r.c: Likewise.
34618         * gshadow/getsgnam.c: Likewise.
34619         * gshadow/getsgnam_r.c: Likewise.
34620         * inet/getnetbyad.c: Likewise.
34621         * inet/getnetbyad_r.c: Likewise.
34622         * inet/getnetbynm.c: Likewise.
34623         * inet/getnetbynm_r.c: Likewise.
34624         * inet/getnetent.c: Likewise.
34625         * inet/getnetent_r.c: Likewise.
34626         * inet/getproto.c: Likewise.
34627         * inet/getproto_r.c: Likewise.
34628         * inet/getprtent.c: Likewise.
34629         * inet/getprtent_r.c: Likewise.
34630         * inet/getprtname.c: Likewise.
34631         * inet/getprtname_r.c: Likewise.
34632         * inet/getrpcbyname.c: Likewise.
34633         * inet/getrpcbyname_r.c: Likewise.
34634         * inet/getrpcbynumber.c: Likewise.
34635         * inet/getrpcbynumber_r.c: Likewise.
34636         * inet/getrpcent.c: Likewise.
34637         * inet/getrpcent_r.c: Likewise.
34638         * inet/getaliasent.c: Likewise.
34639         * inet/getaliasent_r.c: Likewise.
34640         * inet/getaliasname.c: Likewise.
34641         * inet/getaliasname_r.c: Likewise.
34642         * nscd/getgrgid_r.c: Likewise.
34643         * nscd/getgrnam_r.c: Likewise.
34644         * nscd/gethstbyad_r.c: Likewise.
34645         * nscd/gethstbynm3_r.c: Likewise.
34646         * nscd/getpwnam_r.c: Likewise.
34647         * nscd/getpwuid_r.c: Likewise.
34648         * nscd/getsrvbynm_r.c: Likewise.
34649         * nscd/getsrvbypt_r.c: Likewise.
34650         * nscd/gai.c: Likewise.
34652         * configure.in (build_nscd): New substituted variable, set
34653         by --disable-build-nscd and defaults to $use_nscd.
34654         * configure: Regenerated.
34655         * config.make.in (build-nscd): New substituted variable.
34656         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
34657         Change conditional to require [$(build-nscd) = yes] as well.
34658         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
34660         [BZ# 13696]
34661         * configure.in (use_nscd): New substituted variable, set by
34662         --disable-nscd.  If enabled, define USE_NSCD.
34663         * configure: Regenerated.
34664         * config.h.in: Add USE_NSCD.
34665         * config.make.in (use-nscd): New substituted variable.
34666         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
34667         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
34668         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
34669         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
34670         (CFLAGS-getgrnam_r.c): Likewise.
34671         (CFLAGS-initgroups.c): Likewise.
34672         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
34673         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
34674         Variables removed.
34675         * inet/getnetgrent_r.c
34676         (nscd_setnetgrent): New function, broken out of ...
34677         (setnetgrent): ... here.  Call it.
34678         (innetgr): Conditionalize nscd bits on [USE_NSCD].
34679         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
34680         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
34681         * nscd/Makefile (routines, aux): Move definitions after include of
34682         Makeconfig.  Conditionalize on [$(use-nscd) != no].
34683         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
34684         Conditionalize on [USE_NSCD].
34685         (is_nscd, nscd_init_cb): Likewise.
34686         (nss_load_library): Conditionalize init callback on [USE_NSCD].
34687         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
34688         * nss/nss_db/db-init.c: Likewise.
34689         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
34690         [USE_NSCD].
34691         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
34692         (make_request): Use it.
34693         (cache_valid_p): New function.
34694         (__check_pf): Use it.
34695         * NEWS: Add item for --disable-nscd.
34697 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
34699         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
34700         to support sed >= 4.2.1-20-ga9bf076.
34701         * configure: Regenerated.
34703 2012-08-22  Roland McGrath  <roland@hack.frob.com>
34705         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
34706         Conditionalize whole body on [IREL].
34708 2012-08-22  Jeff Law <law@redhat.com>
34710         [BZ #14505]
34711         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
34712         if the family is PF_UNSPEC.
34714 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
34716         * Makerules (lib-version): Rename from V.
34717         (install-lib-nosubdir): Change V to lib-version.
34719 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
34721         [BZ #14252]
34722         * powerpc32/power6/wcschr.c: New file.
34723         * powerpc32/power6/wcscpy.c: New file.
34724         * powerpc32/power6/wcsrchr.c: New file.
34725         * powerpc64/power6/wcschr.c: New file.
34726         * powerpc64/power6/wcscpy.c: New file.
34727         * powerpc64/power6/wcsrchr.c: New file.
34729 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
34731         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
34732         (two_way_short_needle): Use it.
34733         * string/strstr.c (AVAILABLE1_USES_J): Define.
34734         * string/strcasestr.c: Likewise.
34736         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
34737         array references.
34738         * string/strcasestr.c (TOLOWER): Make side-effect safe.
34740         [BZ #11607]
34741         * NEWS: Add an entry.
34742         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
34743         define their defaults.
34744         (two_way_short_needle): Detect end-of-string on-the-fly.
34745         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
34746         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
34747         * string/bug-strcasestr1.c: New test.
34748         * string/Makefile: Run it.
34750 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
34752         [BZ #11607]
34753         * string/str-two-way.h (two_way_short_needle): Optimize matching of
34754         the first character.
34756 2012-08-21  Roland McGrath  <roland@hack.frob.com>
34758         * csu/elf-init.c (__libc_csu_irel): Function removed.
34759         * csu/libc-start.c (apply_irel): New function.
34760         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
34762 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
34764         * sysdeps/unix/sysv/linux/kernel-features.h
34765         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
34766         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
34767         <kernel-features.h>.
34768         [__NR_fadvise64_64]: Make code unconditional.
34769         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
34770         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
34771         !__NR_fadvise64_64)]: Likewise.
34772         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
34773         !__NR_fadvise64_64))]: Likewise.
34774         [__NR_fadvise64]: Make code unconditional.
34775         [!__NR_fadvise64]: Remove conditional code.
34776         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
34777         <kernel-features.h>.
34778         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
34779         unconditional.
34780         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
34781         conditional code.
34782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
34783         not include <kernel-features.h>.
34784         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
34785         unconditional.
34786         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
34787         conditional code.
34788         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
34789         include <kernel-features.h>.
34790         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
34791         unconditional.
34792         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
34793         conditional code.
34795 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
34797         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
34798         slight instruction rearrangements per scrollpipe analysis.
34799         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34801 2012-08-20  Roland McGrath  <roland@hack.frob.com>
34803         * manual/syslog.texi (syslog; vsyslog, closelog):
34804         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
34805         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
34807         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
34808         DSOCAPS to match condition on defining it.
34810 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
34812         * sysdeps/unix/sysv/linux/kernel-features.h
34813         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
34814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
34815         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
34816         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
34817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
34818         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
34819         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
34820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
34821         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
34822         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
34824         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
34825         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
34827         * sysdeps/unix/sysv/linux/kernel-features.h
34828         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
34829         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
34830         unconditional.
34831         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
34832         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
34833         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
34834         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
34835         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
34836         Make code unconditional.
34837         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
34838         (__mmap64) [!__NR_mmap2]: Likewise.
34839         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
34840         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
34841         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
34842         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
34843         [__NR_mmap2]: Make code unconditional.
34844         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
34845         (__mmap64) [!__NR_mmap2]: Likewise.
34847 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34849         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
34851 2012-08-18  Andreas Jaeger  <aj@suse.de>
34853         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
34855 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
34857         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
34858         * include/unistd.h (__have_sock_cloexec): Likewise.
34859         (__have_pipe2): Likewise.
34860         (__have_dup3): Likewise.
34862 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
34864         [BZ #9685]
34865         * include/unistd.h (__have_pipe2): Change define into an extern int.
34866         (__have_dup3): Likewise.
34867         * socket/have_sock_cloexec.c: Include fcntl.h.
34868         (__have_pipe2): New variable.
34869         (__have_dup3): Likewise.
34871 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
34873         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
34875 2012-08-17  Marek Polacek  <polacek@redhat.com>
34877         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
34878         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
34880 2012-08-17  Roland McGrath  <roland@hack.frob.com>
34882         * configure.in: Add AC_SUBST for sysheaders.
34883         * configure: Regenerated.
34884         * config.make.in (sysheaders): New substituted variable.
34886         * sysdeps/unix/mkfifo.c: Moved ...
34887         * sysdeps/posix/mkfifo.c: ... here.
34888         * sysdeps/unix/mkfifoat.c: Moved ...
34889         * sysdeps/posix/mkfifoat.c: ... here.
34891         * sysdeps/unix/utime.c: Moved ...
34892         * sysdeps/posix/utime.c: ... here.
34894         * sysdeps/unix/time.c: Moved ...
34895         * sysdeps/posix/time.c: ... here.
34896         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
34897         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
34899         * sysdeps/unix/nice.c: Moved ...
34900         * sysdeps/posix/nice.c: ... here.
34902         * sysdeps/unix/alarm.c: Moved ...
34903         * sysdeps/posix/alarm.c: ... here.
34905         * intl/Makefile ($(codeset_mo)): Depend on the input file.
34907 2012-08-17  Jeff Law <law@redhat.com>
34909         * intl/Makefile (codeset_mo): New variable.
34910         ($(codeset_mo)): New target.
34911         (tst-codeset.out): Depend on that.  Remove explicit rule.
34912         (tst-gettext3.out, tst-gettext5.out): Likewise.
34913         (LOCPATH-ENV, tst-codeset-ENV): New variables.
34914         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
34915         * intl/tst-codeset.sh: Remove.
34916         * intl/tst-gettext3.sh: Likewise.
34917         * intl/tst-gettext5.sh: Likewise.
34919 2012-08-17  Roland McGrath  <roland@hack.frob.com>
34921         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
34922         * sysdeps/unix/syscalls.list: ... here.
34924         * sysdeps/posix/getaddrinfo.c
34925         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
34926         (gaiconf_init, gaiconf_reload): Use them.
34927         [!_STATBUF_ST_NSEC]
34928         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
34929         Define using time_t rather than struct timespec.
34931         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
34932         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
34933         Macros removed.
34934         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
34935         [!NO_THREADS].
34936         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
34937         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
34938         Likewise.
34940         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
34941         __libc_cleanup_push argument.
34943         * bits/param.h: New file.
34944         * misc/sys/param.h: New file.
34945         * include/sys/param.h: New file.
34946         * misc/Makefile (headers): Add bits/param.h.
34947         * sysdeps/generic/sys/param.h: File removed.
34948         * sysdeps/unix/sysv/linux/bits/param.h: New file.
34949         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
34950         * sysdeps/mach/hurd/bits/param.h: New file.
34951         * sysdeps/mach/hurd/sys/param.h: File removed.
34953         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
34954         last change.
34956         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
34957         [_IO_MTSAFE_IO].
34958         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
34959         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
34960         New macros.
34962         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
34963         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
34964         rather than -D_IO_MTSAFE_IO conditionally.
34965         * stdio-common/Makefile (CPPFLAGS): Likewise.
34966         * wcsmbs/Makefile (CPPFLAGS): Likewise.
34967         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
34968         Use $(libio-mtsafe).
34969         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
34970         of -D_IO_MTSAFE_IO.
34971         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
34972         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
34973         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
34974         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
34975         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
34976         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
34977         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
34978         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
34979         (CFLAGS-fread_u_chk.c): Likewise.
34980         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
34981         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
34982         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
34983         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
34984         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
34985         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
34986         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
34987         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
34988         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
34990         * libio/Makefile: Test [$(libc-reentrant) = yes]
34991         instead of [$(filter %REENTRANT, $(defines)) nonempty].
34993         * Makeconfig
34994         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
34995         * sysdeps/pthread/configure: File removed.
34996         * sysdeps/pthread/Makeconfig: New file.
34997         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
34998         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35000 2012-08-16  Gary Benson  <gbenson@redhat.com>
35002         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35003         unmapping the first object in a namespace.
35005 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35007         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35008         (__internal_setnetgrent): ... this.  Add internal_function to
35009         definition.  Add libc_hidden_def.
35010         (setnetgrent): Update caller.
35011         (internal_endnetgrent): Renamed to ...
35012         (__internal_endnetgrent): ... this.  Add internal_function to
35013         definition.  Add libc_hidden_def.
35014         (endnetgrent): Update caller.
35015         (internal_getnetgrent_r): Renamed to ...
35016         (__internal_getnetgrent_r): ... this.  Add internal_function to
35017         definition.  Add libc_hidden_def.
35018         (__getnetgrent_r): Update caller.
35019         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35021 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35023         * stdlib/longlong.h: Update from GCC.
35025 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35027         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35028         on _QL, which is set by umul_ppmm but never used.
35029         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35030         variables, which are set by GMP macros but never used.
35031         * stdio-common/_itowa.c (_itowa): Likewise.
35032         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35033         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35035 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35037         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35038         struct La_sh_regs is not constant.
35039         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35040         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35041         and struct La_sparc64_regs are not constant.
35043 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35045         * sysdeps/unix/sysv/linux/kernel-features.h
35046         (__ASSUME_POSIX_TIMERS): Remove.
35047         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35048         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35049         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35050         Make code unconditional.
35051         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35052         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35053         Make code unconditional.
35054         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35055         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35056         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35057         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35058         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35059         Make code unconditional.
35060         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35061         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35062         (__libc_missing_posix_timers): Remove.
35064 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35066         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35067         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35069         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35071         * elf/dl-sym.c: Include <stdlib.h>.
35073         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35074         constants, which avoids warnings in 32-bit builds.
35076         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35077         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35079         * misc/lseek.c: File moved to ...
35080         * io/lseek.c: ... here.
35082         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35084         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35085         shifting LEN more than 31 bits at once.
35087 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35089         [BZ #14195]
35090         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35091         segmentation fault for a case of two empty input strings.
35092         * string/test-strncasecmp.c (check1): Renamed to...
35093         (bz12205): ...this.
35094         (bz14195): Add new testcase for two empty input strings and N > 0.
35095         (test_main): Call new testcase, adapt for renamed function.
35097 2012-08-15  Andreas Jaeger  <aj@suse.de>
35099         [BZ #14090]
35100         * crypt/md5test2.c: New test, based on test supplied by Serge
35101         Belyshev <belyshev@depni.sinp.msu.ru>.
35102         * crypt/Makefile (xtests): Add md5test-giant..
35103         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35105 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35107         [BZ #14090]
35108         * crypt/md5.c (md5_process_block): Don't assume the buffer
35109         length is less than 2**32.
35110         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35111         length is less than 2**64.
35113 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35115         * string/str-two-way.h: Include <sys/param.h>.
35116         (MAX): Macro removed.
35118         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35119         Move #define and #undef of memmove to just before and after
35120         including <string.h>.
35122         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35123         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35124         and after including <string.h>.  Move declarations of
35125         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35126         to before #include "string/memmove.c".
35128         * include/dirent.h: Declare __getdirentries.
35130         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35131         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35133 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35135         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35136         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35137         * sysdeps/i386/configure: Regenerated.
35138         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35139         STABS_CURRENT_FILE, and STABS_FUN.
35140         (END): Remove call to STABS_FUN_END.
35141         (STABS_CURRENT_FILE1): Delete.
35142         (STABS_CURRENT_FILE): Likewise.
35143         (STABS_FUN): Likewise.
35144         (STABS_FUN_END): Likewise.
35145         (STABS_FUN2): Likewise.
35146         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35147         * sysdeps/x86_64/configure: Regenerated.
35149 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35151         * elf/dl-open.c: Include <atomic.h>.
35152         * elf/dl-lookup.c: Likewise.
35154 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35156         * sysdeps/unix/sysv/linux/kernel-features.h
35157         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35158         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35159         unconditionally.
35160         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35161         unconditionally.
35162         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35163         condition on __ASSUME_CLONE_THREAD_FLAGS.
35165 2012-08-14  Andreas Jaeger  <aj@suse.de>
35167         * sysdeps/i386/fpu/libm-test-ulps: Update.
35169 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35171         * include/atomic.h (atomic_exchange_and_add): Split into ...
35172         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35173         New atomic macros.
35175 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35177         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35179 2012-08-13  Jeff Law <law@redhat.com>
35181         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35182         null byte in the output string.
35184 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35186         * sysdeps/unix/sysv/linux/kernel-features.h
35187         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35188         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35189         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35190         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35191         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35192         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35193         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35195 2012-08-09  Jeff Law <law@redhat.com>
35197         [BZ #13939]
35198         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35199         When avoid_arena is set, don't retry in the that arena.  Pick the
35200         next one, whatever it might be.
35201         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35202         (arena_lock): Pass in new parameter to arena_get2.
35203         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35204         arena_get2.
35205         (__libc_malloc): Unify retrying after main arena failure with
35206         __libc_memalign version.
35207         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35209 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35211         [BZ #14166]
35212         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35213         to __redirect_strstr.
35214         (__strstr_sse42): Use typeof __redirect_strstr.
35215         (__strstr_ia32): Likewise.
35216         (__libc_strstr): New prototype.
35217         (strstr): Renamed to ...
35218         (__libc_strstr): This.
35219         (strstr): New strong alias of __libc_strstr.
35220         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35221         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35222         __redirect_time.
35223         Include <time.h>.
35224         (__libc_time): New prototype.
35225         (time_ifunc): Replace time with __libc_time.
35226         (time): New strong alias and hidden definition of __libc_time.
35227         (__GI_time): Remove strong alias.
35228         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35229         Include <stddef.h>.
35230         (memmove): Redefined to __redirect_memmove.
35231         (__memmove_sse2): Use typeof __redirect_memmove.
35232         (__memmove_ssse3): Likewise.
35233         (__memmove_ssse3_back): Likewise.
35234         (__libc_memmove): New prototype.
35235         (memmove): Renamed to ...
35236         (__libc_memmove): This.
35237         (memmove): New strong alias of __libc_memmove.
35239 2012-08-08  Mark Salter  <msalter@redhat.com>
35241         * elf/elf.h
35242         (R_MN10300_TLS_GD): Define.
35243         (R_MN10300_TLS_LD): Likewise.
35244         (R_MN10300_TLS_LDO): Likewise.
35245         (R_MN10300_TLS_GOTIE): Likewise.
35246         (R_MN10300_TLS_IE): Likewise.
35247         (R_MN10300_TLS_LE): Likewise.
35248         (R_MN10300_TLS_DTPMOD): Likewise.
35249         (R_MN10300_TLS_DTPOFF): Likewise.
35250         (R_MN10300_TLS_TPOFF): Likewise.
35251         (R_MN10300_SYM_DIFF): Likewise.
35252         (R_MN10300_ALIGN): Likewise.
35253         (R_MN10300_NUM): Update.
35255 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
35257         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35258         Remove.
35260 2012-08-08  Roland McGrath  <roland@hack.frob.com>
35262         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35264         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35265         sysdeps/unix -> sysdeps/posix move.
35266         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35268 2012-08-07      Allan McRae     <allan@archlinux.org>
35270         [BZ #14303]
35271         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35272         (SUNOS_CPP): Likewise.
35273         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35274         not found.
35275         (open_input): Call CPP using execvp.
35277 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35279         * sysdeps/unix/sysv/linux/kernel-features.h
35280         (__ASSUME_PROT_GROWSUPDOWN): Remove.
35281         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35282         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35283         (__ASSUME_WAITID_SYSCALL): Likewise.
35284         * sysdeps/unix/sysv/linux/dl-execstack.c
35285         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35286         code unconditional.
35287         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35288         conditional code.
35289         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35290         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35291         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35292         code.
35293         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35294         unconditional.
35295         [__ASSUME_WAITID_SYSCALL]: Likewise.
35296         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35298 2012-08-07  Roland McGrath  <roland@hack.frob.com>
35300         * sysdeps/unix/closedir.c: Renamed to ...
35301         * sysdeps/posix/closedir.c: ... here.
35302         * sysdeps/unix/dirfd.c: Renamed to ...
35303         * sysdeps/posix/dirfd.c: ... here.
35304         * sysdeps/unix/dirstream.h: Renamed to ...
35305         * sysdeps/posix/dirstream.h: ... here.
35306         * sysdeps/unix/fdopendir.c: Renamed to ...
35307         * sysdeps/posix/fdopendir.c: ... here.
35308         * sysdeps/unix/opendir.c: Renamed to ...
35309         * sysdeps/posix/opendir.c: ... here.
35310         * sysdeps/unix/readdir.c: Renamed to ...
35311         * sysdeps/posix/readdir.c: ... here.
35312         * sysdeps/unix/readdir_r.c: Renamed to ...
35313         * sysdeps/posix/readdir_r.c: ... here.
35314         * sysdeps/unix/rewinddir.c: Renamed to ...
35315         * sysdeps/posix/rewinddir.c: ... here.
35316         * sysdeps/unix/seekdir.c: Renamed to ...
35317         * sysdeps/posix/seekdir.c: ... here.
35318         * sysdeps/unix/telldir.c: Renamed to ...
35319         * sysdeps/posix/telldir.c: ... here.
35320         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35321         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35322         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35323         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35325         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35326         * bits/fcntl.h: ... here.
35328         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35329         not 0.
35330         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35331         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35332         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35333         (struct flock): Move l_start, l_len to the beginning.
35334         Use __pid_t for l_pid.
35335         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35336         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35337         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35338         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35339         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35340         [__USE_LARGEFILE64] (struct flock64): New type.
35341         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35343         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35344         * bits/dirent.h: ... here.
35346         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35347         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35349 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35351         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35352         Change from 2.6.0 to 2.6.16.
35353         * sysdeps/unix/sysv/linux/configure: Regenerated.
35354         * sysdeps/unix/sysv/linux/kernel-features.h
35355         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35356         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35357         version.
35358         (__ASSUME_UTIMES): Likewise.
35359         (__ASSUME_CLONE_STOPPED): Remove.
35360         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35361         architectures, not kernel version.
35362         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35363         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35364         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35365         (__ASSUME_WAITID_SYSCALL): Likewise.
35366         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35367         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35368         * README: State 2.6.16 as minimum Linux kernel version.  Do not
35369         refer to older versions.
35371 2012-08-06  Roland McGrath  <roland@hack.frob.com>
35373         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35374         Define alphasort64 as an alias.
35375         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35376         Define versionsort64 as an alias.
35377         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35378         Define scandir64 as an alias.
35379         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35380         Define scandirat64 as an alias.
35381         * dirent/alphasort64.c (alphasort64):
35382         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35383         * dirent/versionsort64.c: Likewise.
35384         * dirent/scandir64.c: Likewise.
35385         * dirent/scandirat64.c: Likewise.
35386         * sysdeps/wordsize-64/alphasort.c: File removed.
35387         * sysdeps/wordsize-64/alphasort64.c: File removed.
35388         * sysdeps/wordsize-64/scandir.c: File removed.
35389         * sysdeps/wordsize-64/scandir64.c: File removed.
35390         * sysdeps/wordsize-64/scandirat.c: File removed.
35391         * sysdeps/wordsize-64/scandirat64.c: File removed.
35392         * sysdeps/wordsize-64/versionsort.c: File removed.
35393         * sysdeps/wordsize-64/versionsort64.c: File removed.
35394         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35395         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35396         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35397         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
35398         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
35399         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
35400         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
35401         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
35403         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
35404         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35405         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
35406         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35407         [defined __arch64__ || defined __sparcv9]
35408         (__INO_T_MATCHES_INO64_T): New macro.
35409         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35410         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
35411         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
35412         * sysdeps/unix/sysv/linux/bits/dirent.h
35413         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
35414         (_DIRENT_MATCHES_DIRENT64): New macro.
35416         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
35417         Define lockf64 as an alias.
35418         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
35419         Define fseeko64 as an alias.
35420         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
35421         Define ftello64 as an alias.
35422         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
35423         Define _IO_fgetpos64 and fgetpos64 as aliases.
35424         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
35425         Define _IO_fsetpos64 and fsetpos64 as aliases.
35426         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
35427         Conditionalize body on this.
35428         * libio/fseeko64.c: Likewise.
35429         * libio/ftello64.c: Likewise.
35430         * libio/iofgetpos64.c: Likewise.
35431         * libio/iofsetpos64.c: Likewise.
35432         * sysdeps/wordsize-64/lockf.c: File removed.
35433         * sysdeps/wordsize-64/lockf64.c: File removed.
35434         * sysdeps/wordsize-64/fseeko.c: File removed.
35435         * sysdeps/wordsize-64/fseeko64.c: File removed.
35436         * sysdeps/wordsize-64/ftello.c: File removed.
35437         * sysdeps/wordsize-64/ftello64.c: File removed.
35438         * sysdeps/wordsize-64/iofgetpos.c: File removed.
35439         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
35440         * sysdeps/wordsize-64/iofsetpos.c: File removed.
35441         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
35442         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
35443         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
35444         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
35445         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
35446         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
35447         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
35448         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
35449         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
35450         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
35451         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
35453         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35454         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35455         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
35456         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35457         [defined __arch64__ || defined __sparcv9]
35458         (__OFF_T_MATCHES_OFF64_T): New macro.
35459         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35460         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35461         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35462         (__OFF_T_MATCHES_OFF64_T): New macro.
35464 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35466         * stdlib/secure-getenv.c (__secure_getenv): Replace
35467         GLIBC_2_16 with GLIBC_2_17.
35469 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35471         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
35472         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35474 2012-08-03  David S. Miller  <davem@davemloft.net>
35476         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35478 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35480         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
35481         Remove.
35482         (__ASSUME_CORRECT_SI_PID): Likewise.
35483         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
35484         (__ASSUME_TMPFS_NAME): Likewise.
35485         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
35486         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
35487         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
35488         (HAVE_AUX_SECURE): Make definition unconditional.
35489         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
35490         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
35492 2012-08-03  Roland McGrath  <roland@hack.frob.com>
35494         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
35495         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
35496         * sysdeps/mach/hurd/eloop-threshold.h: New file.
35497         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35498         __eloop_threshold instead of SYMLOOP_MAX.
35500         * sysdeps/generic/eloop-threshold.h: New file.
35501         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
35502         of MAXSYMLINKS.
35503         * elf/chroot_canon.c (chroot_canon): Likewise.
35505 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35507         [BZ #13717]
35508         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35509         Change to 2.6.0 everywhere.
35510         * sysdeps/unix/sysv/linux/configure: Regenerated.
35511         * sysdeps/unix/sysv/linux/kernel-features.h
35512         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
35513         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
35514         kernel versions.
35515         (__ASSUME_POSIX_TIMERS): Define unconditionally.
35516         (__ASSUME_FUTEX_REQUEUE): Remove.
35517         (__ASSUME_STATFS64): Define unconditionally.
35518         (__ASSUME_AT_SECURE): Likewise.
35519         (__ASSUME_CORRECT_SI_PID): Likewise.
35520         (__ASSUME_TGKILL): Define without depending on kernel version for
35521         i386.
35522         (__ASSUME_UTIMES): Likewise.
35523         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
35524         kernel version.
35525         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
35526         (__ASSUME_TMPFS_NAME): Likewise.
35527         * README: Update reference to Linux kernel versions.
35529 2012-08-02  Marek Polacek  <polacek@redhat.com>
35531         [BZ# 14150]
35532         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
35533         libc_cv_asm_type_prefix with %.
35534         * configure: Regenerated.
35535         * include/libc-symbols.h: Remove comment about
35536         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35537         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
35538         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
35539         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
35540         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
35541         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35542         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
35543         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
35544         * elf/tst-unique2mod1.c: Likewise.
35545         * elf/tst-unique1mod2.c: Likewise.
35546         * elf/tst-unique1mod1.c: Likewise.
35547         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
35548         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
35549         Replace ASM_TYPE_DIRECTIVE with .type.
35550         * sysdeps/s390/s390-64/sysdep.h: Likewise.
35551         * sysdeps/i386/sysdep.h: Likewise.
35552         * sysdeps/x86_64/sysdep.h: Likewise.
35553         * sysdeps/sh/sysdep.h: Likewise.
35554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
35555         Do not define ASM_TYPE_DIRECTIVE.
35556         * sysdeps/powerpc/sysdep.h: Likewise.
35557         * sysdeps/powerpc/powerpc32/sysdep.h:
35558         Replace ASM_TYPE_DIRECTIVE with .type.
35559         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
35560         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
35561         * sysdeps/i386/fpu/e_powf.S: Likewise.
35562         * sysdeps/i386/fpu/e_expl.S: Likewise.
35563         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
35564         * sysdeps/i386/fpu/e_acosh.S: Likewise.
35565         * sysdeps/i386/fpu/e_pow.S: Likewise.
35566         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
35567         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
35568         * sysdeps/i386/fpu/s_expm1.S: Likewise.
35569         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
35570         * sysdeps/i386/fpu/e_log2.S: Likewise.
35571         * sysdeps/i386/fpu/e_log2l.S: Likewise.
35572         * sysdeps/i386/fpu/e_scalb.S: Likewise.
35573         * sysdeps/i386/fpu/e_powl.S: Likewise.
35574         * sysdeps/i386/fpu/e_log10f.S: Likewise.
35575         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
35576         * sysdeps/i386/fpu/e_logl.S: Likewise.
35577         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
35578         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
35579         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
35580         * sysdeps/i386/fpu/e_log2f.S: Likewise.
35581         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
35582         * sysdeps/i386/fpu/e_log.S: Likewise.
35583         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
35584         * sysdeps/i386/fpu/e_logf.S: Likewise.
35585         * sysdeps/i386/fpu/e_log10l.S: Likewise.
35586         * sysdeps/i386/fpu/e_atanh.S: Likewise.
35587         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
35588         * sysdeps/i386/fpu/e_log10.S: Likewise.
35589         * sysdeps/i386/fpu/s_frexp.S: Likewise.
35590         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
35591         * sysdeps/i386/fpu/s_asinh.S: Likewise.
35592         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
35593         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
35594         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
35595         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
35596         * sysdeps/i386/i686/strtok.S: Likewise.
35597         * sysdeps/i386/i386-mcount.S: Likewise.
35598         * sysdeps/i386/strtok.S: Likewise.
35599         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
35600         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
35601         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
35602         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
35603         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
35604         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
35605         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
35606         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
35607         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
35608         * sysdeps/x86_64/_mcount.S: Likewise.
35609         * sysdeps/x86_64/strtok.S: Likewise.
35610         * sysdeps/sh/_mcount.S: Likewise.
35612 2012-08-01  Roland McGrath  <roland@hack.frob.com>
35614         * libio/iofopen.c: Include <fcntl.h>.
35615         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
35616         (_IO_fopen64, fopen64): Define as aliases.
35617         * libio/iofopen64.c: Include <fcntl.h>.
35618         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
35619         Conditionalize body on this.
35620         * sysdeps/wordsize-64/iofopen.c: File removed.
35621         * sysdeps/wordsize-64/iofopen64.c: File removed.
35623 2012-08-01  Marek Polacek  <polacek@redhat.com>
35625         * libc/Makeconfig: Use elf in place of binfmt-subdir.
35626         Use dlfcn directly instead of a variable.
35627         (binfmt-subdir): Do not define.
35628         (dlfcn): Likewise.
35630 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
35632         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
35633         Remove all definitions.
35634         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
35635         <kernel-features.h>.
35636         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35637         (miss_F_GETOWN_EX): Remove all definitions.
35638         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
35639         macro definition.
35640         [!__ASSUME_FCNTL64]: Remove conditional code.
35641         [__ASSUME_FCNTL64]: Make code unconditional.
35642         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
35643         <kernel-features.h>.
35644         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35645         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
35646         (lockf64) [__NR_fcntl64]: Make code unconditional.
35647         (lockf64) [__ASSUME_FCNTL64]: Likewise.
35649         * sysdeps/unix/sysv/linux/kernel-features.h
35650         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
35651         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
35652         Make code unconditional.
35653         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35654         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
35656         [__NR_vfork]: Make code unconditional.
35657         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35658         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
35660         [__NR_vfork]: Make code unconditional.
35661         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35662         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35664 2012-08-01  Roland McGrath  <roland@hack.frob.com>
35666         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
35667         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
35669         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35670         Define mkstemp64 as an alias.
35671         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35672         Define mkstemps64 as an alias.
35673         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35674         Define mkostemp64 as an alias.
35675         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35676         Define mkostemps64 as an alias.
35677         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
35678         Conditionalize body on this.
35679         * misc/mkostemp64.c: Likewise.
35680         * misc/mkostemps64.c: Likewise.
35681         * misc/mkstemps64.c: Likewise.
35682         * sysdeps/wordsize-64/mkstemp64.c: File removed.
35683         * sysdeps/wordsize-64/mkostemp64.c: File removed.
35684         * sysdeps/wordsize-64/mkostemp.c: File removed.
35685         * sysdeps/wordsize-64/mkstemp.c: File removed.
35686         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
35687         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
35688         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
35689         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
35691         [BZ #14138]
35692         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
35693         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
35694         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
35695         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
35697         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
35698         compat_symbol macros from <shlib-compat.h> rather than the underlying
35699         default_symbol_version and symbol_version macros, so that DEFAULT
35700         lines in shlib-versions are respected.
35701         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
35703 2012-08-01  Florian Weimer  <fweimer@redhat.com>
35705         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
35706         Declare with warn_unused_result.
35707         (setgid, setregid, setegid, setresgid): Likewise.
35708         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
35709         Likewise.
35710         * WUR-REPORT: Remove set*id functions.
35712 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
35714         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
35716 2012-07-31  Roland McGrath  <roland@hack.frob.com>
35718         [BZ #10191]
35719         * include/sys/socket.h (__libc_accept, __libc_accept4):
35720         Add attribute_hidden.
35721         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
35723         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
35724         use of PTR_MANGLE.
35725         * inet/getnetgrent_r.c (setup): Likewise.
35727         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
35729 2012-07-31  David S. Miller  <davem@davemloft.net>
35731         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35733 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
35735         [BZ #13629]
35736         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
35737         value between 1.0 and 2.0 and smaller part has absolute value less
35738         than 1.0.
35739         * math/s_clog10.c (__clog10): Likewise.
35740         * math/s_clog10f.c (__clog10f): Likewise.
35741         * math/s_clog10l.c (__clog10l): Likewise.
35742         * math/s_clogf.c (__clogf): Likewise.
35743         * math/s_clogl.c (__clogl): Likewise.
35744         * math/libm-test.inc (clog_test): Add more tests.
35745         (clog10_test): Likewise.
35746         * sysdeps/i386/fpu/libm-test-ulps: Update.
35747         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35749 2012-07-31  Florian Weimer  <fweimer@redhat.com>
35751         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
35752         Exit with zero in case no suitable GID is found, and write a
35753         message to standard error.
35755 2012-07-30  Roland McGrath  <roland@hack.frob.com>
35757         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
35758         rather than to 1.
35759         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
35760         (MAXPATHLEN): Removed.
35761         (NOGROUP, NODEV): New macros.
35762         (setbit, clrbit, isset, isclr): New macros.
35763         (howmany, roundup, powerof2): New macros.
35764         (DEV_BSIZE): New macro.
35766         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
35767         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
35769         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
35770         definition on [!__NO_LONG_DOUBLE_MATH].
35772         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
35773         PTR_MANGLE and PTR_DEMANGLE.
35775         * socket/accept4.c (accept4): Rename to __libc_accept4.
35776         Define accept4 as a weak alias.
35778         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
35779         on [_DIRENT_HAVE_D_TYPE].
35780         * io/ftw.c (ftw_dir): Likewise.
35782         * io/xmknod.c (__xmknod): Don't check PATH for being null.
35784         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
35786         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
35787         Use the BSD numbers rather than the arbitrary ones we had.
35788         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
35789         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
35790         (SIGXCPU, SIGXFSZ): New macros.
35791         (_NSIG): Now 32.
35793         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
35794         initializer on [_LIBC_REENTRANT].
35796         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
35797         definitions inside [_POSIX_MAPPED_FILES].
35799         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
35801         * dirent/opendir.c: Include <fcntl.h>.
35803         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
35804         (__libc_getspecific): Likewise.
35805         (__libc_key_create): Likewise.
35807         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
35808         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
35809         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
35810         (tmpfile64): Define as alias.
35811         * sysdeps/wordsize-64/tmpfile.c: File removed.
35812         * sysdeps/wordsize-64/tmpfile64.c: File removed.
35813         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
35814         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
35816         * stdio-common/vfscanf.c: Include <stdbool.h>.
35817         * nss/makedb.c: Likewise.
35818         * stdio-common/_i18n_number.h: Likewise.
35819         * argp/argp-help.c: Likewise.
35820         * posix/wordexp.c: Likewise.
35821         * sysdeps/posix/spawni.c: Likewise.
35822         * nss/nss_files/files-initgroups.c: Likewise.
35823         * stdio-common/reg-modifier.c: Include <stdlib.h>.
35824         * nss/nss_files/files-initgroups.c: Likewise.
35825         * nss/nss_db/db-netgrp.c: Likewise.
35826         * nss/nss_db/db-initgroups.c: Likewise.
35827         * io/fchmodat.c: Include <sys/stat.h>.
35829         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
35830         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
35832         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
35833         [HAVE_MMAP].
35835         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
35836         Add multiple inclusion protection.
35838 2012-07-27  David S. Miller  <davem@davemloft.net>
35840         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35842 2012-07-27  Gary Benson  <gbenson@redhat.com>
35844         [BZ #14298]
35845         * elf/rtld.c: Include <stap-probe.h>.
35846         (dl_main): Added static probes "init_start" and "init_complete".
35847         * elf/dl-load.c: Include <stap-probe.h>.
35848         (lose): Take new parameter "nsid".
35849         Added static probe "map_failed".
35850         (_dl_map_object_from_fd): Pass namespace id to lose.
35851         Added static probe "map_start".
35852         (open_verify): Pass namespace id to lose.
35853         * elf/dl-open.c: Include <stap-probe.h>.
35854         (dl_open_worker) Added static probes "map_complete", "reloc_start"
35855         and "reloc_complete".
35856         * elf/dl-close.c: Include <stap-probe.h>.
35857         (_dl_close_worker): Added static probes "unmap_start" and
35858         "unmap_complete".
35859         * elf/rtld-debugger-interface.txt: New file documenting the above.
35861 2012-07-26  Roland McGrath  <roland@hack.frob.com>
35863         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
35864         rather than a string variable.
35865         * sunrpc/rpc_main.c (h_output): Likewise.
35866         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
35868 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
35870         * inet/check_native.c: New file.
35872 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
35874         [BZ #13629]
35875         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
35876         if larger part has absolute value 1.0.
35877         * math/s_clog10.c (__clog10): Likewise.
35878         * math/s_clog10f.c (__clog10f): Likewise.
35879         * math/s_clog10l.c (__clog10l): Likewise.
35880         * math/s_clogf.c (__clogf): Likewise.
35881         * math/s_clogl.c (__clogl): Likewise.
35882         * math/libm-test.inc (clog_test): Add more tests.
35883         (clog10_test): Likewise.
35884         * sysdeps/i386/fpu/libm-test-ulps: Update.
35885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35887         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
35888         (pltexit): Likewise.
35889         (La_regs): Likewise.
35890         (La_retval): Likewise.
35891         (int_retval): Likewise.
35892         Update #error for removed macros to refer only to definitions in
35893         tst-audit.h.
35894         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
35895         macro.
35896         (pltexit): Likewise.
35897         (La_regs): Likewise.
35898         (La_retval): Likewise.
35899         (int_retval): Likewise.
35900         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
35901         macro.
35902         (pltexit): Likewise.
35903         (La_regs): Likewise.
35904         (La_retval): Likewise.
35905         (int_retval): Likewise.
35906         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
35907         macro.
35908         (pltexit): Likewise.
35909         (La_regs): Likewise.
35910         (La_retval): Likewise.
35911         (int_retval): Likewise.
35912         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
35913         macro.
35914         (pltexit): Likewise.
35915         (La_regs): Likewise.
35916         (La_retval): Likewise.
35917         (int_retval): Likewise.
35918         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
35919         macro.
35920         (pltexit): Likewise.
35921         (La_regs): Likewise.
35922         (La_retval): Likewise.
35923         (int_retval): Likewise.
35924         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
35925         macro.
35926         (pltexit): Likewise.
35927         (La_regs): Likewise.
35928         (La_retval): Likewise.
35929         (int_retval): Likewise.
35930         * sysdeps/generic/tst-audit.h: Update comment to refer only to
35931         macro definitions in tst-audit.h.
35932         * sysdeps/i386/tst-audit.h: New file.
35933         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
35934         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
35935         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
35936         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
35937         * sysdeps/sh/tst-audit.h: Likewise.
35938         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
35939         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
35940         * sysdeps/x86_64/tst-audit.h: Likewise.
35942 2012-07-26  Andreas Jaeger  <aj@suse.de>
35944         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
35945         ptrace.
35947         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
35948         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
35949         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
35950         PTRACE_O_MASK.
35951         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
35952         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
35953         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
35955         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
35956         value.
35958         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
35959         _sigsys.
35960         (si_call_addr, si_syscall, si_arch): Define new macro.
35961         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
35962         _sigsys.
35963         (si_call_addr, si_syscall, si_arch): Define new marcro.
35964         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
35965         _sigsys.
35966         (si_call_addr, si_syscall, si_arch): Define new macro.
35967         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
35968         _sigsys.
35969         (si_call_addr, si_syscall, si_arch): Define new macro.
35971 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
35973         [BZ #13717]
35974         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35975         Change to 2.4.21 where previously 2.4.1.
35976         * sysdeps/unix/sysv/linux/configure: Regenerated.
35977         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
35978         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
35979         Linux kernel version.
35980         (__ASSUME_STD_AUXV): Remove.
35981         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
35982         kernel version.
35983         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
35984         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
35985         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
35986         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
35987         (__ASSUME_NETLINK_SUPPORT): Likewise.
35988         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
35989         (__no_netlink_support): Remove conditional definition.
35990         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
35991         Remove.
35992         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
35993         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
35994         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
35995         (if_nameindex_ioctl): Remove.
35996         (if_nameindex_netlink): Do not handle __no_netlink_support.
35997         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
35998         code.
35999         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36000         Remove conditional code.
36001         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36002         code.
36003         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36004         unconditional.
36005         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36006         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36007         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36008         Remove.
36009         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36010         [!__ASSUME_STD_AUXV]: Remove conditional code.
36011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36012         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36013         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36015         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36016         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36017         code.
36018         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36020         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36021         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36022         conditional code.
36023         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36025         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36026         code.
36027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36028         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36029         conditional code.
36030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36031         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36032         code unconditional.
36033         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36034         conditional code.
36035         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36036         unconditional.
36037         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36038         conditional code.
36039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36040         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36041         unconditional.
36042         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36043         conditional code.
36044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36045         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36046         code unconditional.
36047         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36048         conditional code.
36049         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36050         unconditional.
36051         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36052         conditional code.
36053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36054         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36055         code unconditional.
36056         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36057         conditional code.
36058         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36059         unconditional.
36060         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36061         conditional code.
36063 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36065         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36066         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36067         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36068         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36069         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36070         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36071         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36072         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36073         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36074         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36075         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36076         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36077         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36078         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36079         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36080         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36081         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36082         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36083         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36084         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36085         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36086         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36087         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36089 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36091         * Versions.def: Add GLIBC_2.17.
36092         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36093         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36094         Introduce __libc_secure_getenv.
36095         * stdlib/Versions (2.17): Add secure_getenv
36096         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36097         * stdlib/secure-getenv.c: Rename __secure_getenv to
36098         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36099         symbol __secure_getenv for GLIBC_2.0.
36100         * stdlib/tst-secure-getenv.c: New.
36101         * stdlib/Makefile (tests): Add testcase.
36102         * manual/startup.texi (Environment Access): Document
36103         secure_getenv.
36104         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36105         __libc_secure_getenv.
36106         * inet/ruserpass.c (ruserpass): Likewise.
36107         * malloc/mtrace.c (mtrace): Likewise.
36108         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36109         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36110         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36111         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36112         HAVE_SECURE_GETENV.
36113         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36114         __secure_getenv to __libc_secure_getenv.
36115         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36117         Likewise.
36118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36119         Likewise.
36120         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36121         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36122         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36123         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36124         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36125         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36126         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36128 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36130         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36131         (struct La_i86_retval): Likewise.
36132         (struct La_x86_64_regs): Likewise.
36133         (struct La_x86_64_retval): Likewise.
36134         (struct La_x32_regs): Likewise.
36135         (struct La_x32_retval): Likewise.
36136         (struct La_ppc32_regs): Likewise.
36137         (struct La_ppc32_retval): Likewise.
36138         (struct La_ppc64_regs): Likewise.
36139         (struct La_ppc64_retval): Likewise.
36140         (struct La_sh_regs): Likewise.
36141         (struct La_sh_retval): Likewise.
36142         (struct La_s390_32_regs): Likewise.
36143         (struct La_s390_32_retval): Likewise.
36144         (struct La_s390_64_regs): Likewise.
36145         (struct La_s390_64_retval): Likewise.
36146         (struct La_sparc32_regs): Likewise.
36147         (struct La_sparc32_retval): Likewise.
36148         (struct La_sparc64_regs): Likewise.
36149         (struct La_sparc64_retval): Likewise.
36150         (struct audit_ifaces): Remove architecture-specific pltenter and
36151         pltexit members.
36152         * sysdeps/i386/ldsodefs.h: New file.
36153         * sysdeps/powerpc/ldsodefs.h: Likewise.
36154         * sysdeps/s390/ldsodefs.h: Likewise.
36155         * sysdeps/sh/ldsodefs.h: Likewise.
36156         * sysdeps/sparc/ldsodefs.h: Likewise.
36157         * sysdeps/x86_64/ldsodefs.h: Likewise.
36159 2012-07-25  Marek Polacek  <polacek@redhat.com>
36161         [BZ #6808]
36162         * math/libm-test.inc (yn_test): Add another test.
36163         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36164         to ERANGE when the result is +-Inf.
36165         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36166         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36167         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36168         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36170 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36172         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36173         equal to 0.
36174         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36175         clock_t.
36176         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36178 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36180         * configure.in <sysdeps resolving>: Correct printing
36181         Implies_before.
36182         * configure: Regenerate.
36184 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36186         * math/w_ilogb.c: Include <limits.h>.
36187         * math/w_ilogbl.c: Likewise.
36189 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36191         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36192         va_copy.  Document allowing for unavailable va_copy only as
36193         pre-C99 compatibility.
36194         * manual/string.texi (Copying and Concatenation): Use va_copy
36195         instead of __va_copy in concat example.
36197 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36199         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36200         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36201         it if not null.
36203         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36204         with O_NOLINK passed to __file_name_lookup.
36206         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36207         with O_NOLINK passed to __file_name_lookup.
36209         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36210         negative N or less than NGIDS.
36212         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36213         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36214         enough.  Use memcpy instead of strncpy.
36216 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36218         * elf/Makefile (check-data): Remove.
36219         (localplt.data): New vpath directive.
36220         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36221         instead of $(check-data).
36222         * scripts/data/localplt-generic.data: Move to ...
36223         * sysdeps/generic/localplt.data: ... here.
36224         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36225         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36226         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36228         ... here.
36229         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36231         ... here.
36232         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36233         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36234         ... here.
36235         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36236         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36237         ... here.
36238         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36239         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36240         ... here.
36241         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36242         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36243         ... here.
36245 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36247         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36248         PPC32 and PPC64 files.
36249         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36250         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36252 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36254         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36255         __makecontext_ret to ...
36256         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36257         ... here and call exit if uc_link is NULL.  New file.
36258         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36259         __makecontext_ret.S.
36260         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36261         __makecontext_ret to ...
36262         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36263         ... here and call exit if uc_link is NULL.  New file.
36264         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36265         __makecontext_ret.S.
36267 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36269         * elf/elf.h (R_390_IRELATIVE): New definition.
36270         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36271         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
36272         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36273         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36274         (elf_machine_lazy_rel): Likewise.
36275         * sysdeps/s390/dl-irel.h: New file.
36276         * sysdeps/s390/s390-64/memcpy.S: New asm code.
36277         * sysdeps/s390/s390-64/memset.S: New asm code.
36278         * sysdeps/s390/s390-64/memcmp.S: New asm code.
36279         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36280         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36281         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36282         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36283         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36284         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36285         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36286         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36287         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36288         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36289         * sysdeps/s390/s390-32/memcpy.S: New asm code.
36290         * sysdeps/s390/s390-32/memset.S: New asm code.
36291         * sysdeps/s390/s390-32/memcmp.S: New asm code.
36293 2012-07-17  Marek Polacek  <polacek@redhat.com>
36295         [BZ #14349]
36296         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36297         * sysdeps/s390/s390-64/configure.in: Likewise.
36298         * sysdeps/sparc/configure.in: Likewise.
36299         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36300         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36301         * sysdeps/i386/configure.in: Likewise.
36302         * sysdeps/x86_64/configure.in: Likewise.
36303         * sysdeps/sh/configure.in: Likewise.
36304         * sysdeps/s390/s390-32/configure: Regenerated.
36305         * sysdeps/s390/s390-64/configure: Likewise.
36306         * sysdeps/x86_64/configure: Likewise.
36307         * sysdeps/sh/configure: Likewise.
36308         * sysdeps/powerpc/powerpc64/configure: Likewise.
36309         * sysdeps/powerpc/powerpc32/configure: Likewise.
36310         * sysdeps/sparc/configure: Likwise.
36311         * sysdeps/i386/configure: Likewise.
36313         * elf/dl-open.c: Comment fixes.
36315 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
36317         * Makefile [CXX] (check-data): Remove.
36318         [CXX] (c++-types.data): New vpath directive.
36319         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36320         vpath.  Do not allow for C++ type data being missing.
36321         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36322         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36323         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36324         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36325         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36326         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36327         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36329         ... here.
36330         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36332         ... here.
36333         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36334         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36335         ... here.
36336         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36337         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36338         ... here.
36339         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36340         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36341         ... here.
36342         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36343         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36344         ... here.
36345         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36346         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36347         ... here.
36348         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36349         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36351         * elf/tls-macros.h (TLS_LE): Move architecture-specific
36352         definitions to architecture-specific files.
36353         (TLS_IE): Likewise.
36354         (TLS_LD): Likewise.
36355         (TLS_GD): Likewise.
36356         * sysdeps/i386/tls-macros.h: New file.
36357         * sysdeps/powerpc/tls-macros.h: Likewise.
36358         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36359         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36360         * sysdeps/sh/tls-macros.h: Likewise.
36361         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36362         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36363         * sysdeps/x86_64/tls-macros.h: Likewise.
36365 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36367         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36368         zero value for regular exit case.
36370         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36371         (__start_context): Preserve zero value for regular exit case.
36373 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36374             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36376         * manual/setjmp.texi (setcontext): Clarify normal process
36377         termination when uc_link is the null pointer.
36378         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36379         exit call.
36381 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
36383         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36384         preprocessor.  Test for each exception mask separately.
36386 2012-07-16  Andreas Jaeger  <aj@suse.de>
36388         * po/ru.po: Update from translation team.
36390 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
36392         * conform/data/string.h-data (NULL): Use macro-constant.  Require
36393         equal to 0.
36394         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36395         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36396         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36397         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
36398         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36400 2012-07-13  Andreas Jaeger  <aj@suse.de>
36402         * po/fr.po: Update from translation team.
36404 2012-07-12  Marek Polacek  <polacek@redhat.com>
36406         [BZ #14173]
36407         * math/libm-test.inc (yn_test): Add test for BZ #14173.
36408         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
36409         loop condition.
36411 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
36413         [BZ #13717]
36414         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36415         Change to 2.4.1 where previously 2.4.0.
36416         * sysdeps/unix/sysv/linux/configure: Regenerated.
36417         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
36418         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
36419         version.
36420         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
36421         (__ASSUME_AT_CLKTCK): Remove.
36422         (__ASSUME_AT_PAGESIZE): Likewise.
36423         (__ASSUME_AT_XID): Likewise.
36424         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
36425         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
36426         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
36427         unconditionally.
36428         (HAVE_AUX_PAGESIZE): Likewise.
36429         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
36430         [__ASSUME_AT_CLKTCK]: Make code unconditional.
36431         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
36433 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
36435         [BZ #14307]
36436         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
36437         the temporary buffer used to invoke __gethostbyname2_r,
36438         __gethostbyaddr_r and gethostbyname4_r to make room for struct
36439         host_data / struct gaih_addrtuple.
36440         * resolv/nss_dns/dns-host.c (global scope): Move definition of
36441         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
36442         header file nss/nsswitch.h.
36443         * nss/nsswitch.h (global scope): Add definition of implementation
36444         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
36445         resolv/nss_dns/dns-host.c).
36447 2012-07-11  Andreas Jaeger  <aj@suse.de>
36449         * po/fr.po: Update from translation team.
36451         * po/sv.po: Update from translation team
36452         * po/fr.po: Another update from translation team.
36454 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36456         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
36457         for subnormals or multiply small sinh result by itself.
36458         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
36459         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36461 2012-07-11  David S. Miller  <davem@davemloft.net>
36463         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36465 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
36467         [BZ #14347]
36468         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
36469         (INTERNAL_MARK): Shift it here.
36471 2012-07-10  Marek Polacek  <polacek@redhat.com>
36473         [BZ #14151]
36474         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
36475         libc_cv_asm_global_directive with .globl.
36476         * configure: Regenerated.
36477         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
36478         with .globl.
36479         * sysdeps/i386/configure: Regenerated.
36480         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
36481         with .globl.
36482         * sysdeps/x86_64/configure: Regenerated.
36483         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
36484         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
36485         * elf/tst-unique2mod2.c: Likewise.
36486         * elf/tst-unique2mod1.c: Likewise.
36487         * elf/tst-unique1mod2.c: Likewise.
36488         * elf/tst-unique1mod1.c: Likewise.
36489         * sysdeps/s390/s390-32/sysdep.h: Likewise.
36490         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36491         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36492         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36493         * sysdeps/mach/sysdep.h: Likewise.
36494         * sysdeps/i386/sysdep.h: Likewise.
36495         * sysdeps/i386/i386-mcount.S: Likewise.
36496         * sysdeps/x86_64/_mcount.S: Likewise.
36497         * sysdeps/x86_64/sysdep.h: Likewise.
36498         * sysdeps/sh/_mcount.S: Likewise.
36499         * sysdeps/sh/sysdep.h: Likewise.
36500         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
36501         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
36502         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
36503         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
36504         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
36505         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
36506         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
36507         * locale/localeinfo.h: Likewise.
36508         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
36509         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
36511 2012-07-09  Roland McGrath  <roland@hack.frob.com>
36513         [BZ #14336]
36514         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
36515         system".
36516         * manual/message.texi (The Uniforum approach): Likewise.
36517         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
36518         (glibc iconv Implementation): Likewise.
36520 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
36522         [BZ #14337]
36523         * math/s_clog.c (__clog): Avoid scaling a value down where that
36524         could result in underflow.
36525         * math/s_clog10.c (__clog10): Likewise.
36526         * math/s_clog10f.c (__clog10f): Likewise.
36527         * math/s_clog10l.c (__clog10l): Likewise.
36528         * math/s_clogf.c (__clogf): Likewise.
36529         * math/s_clogl.c (__clogl): Likewise.
36530         * math/libm-test.inc (clog_test): Add more tests.
36531         (clog10_test): Likewise.
36532         * sysdeps/i386/fpu/libm-test-ulps: Update.
36533         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36535 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
36537         [BZ #14283]
36538         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
36539         by 7 not 8 to examine high bit of fractional part.
36541         [BZ #14042]
36542         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
36543         for call to __mcount_internal.
36544         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
36545         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
36546         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
36548 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
36550         [BZ #14154]
36551         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
36552         approximation for values within 0x1p-13f of an odd multiple of
36553         pi/4.
36554         * math/libm-test.inc (tan_test): Do not allow spurious underflow
36555         exception.  Add more tests.
36556         * sysdeps/i386/fpu/libm-test-ulps: Update.
36558         [BZ #6778]
36559         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
36560         inputs and return -1 for them.  Do not check for +Inf in case not
36561         reachable for +Inf.
36562         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
36563         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
36564         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36565         and return -1 for them.  Do not check for +Inf in case not
36566         reachable for +Inf.
36567         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
36568         define.
36569         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36570         and return -1 for them.  Do not check for +Inf in case not
36571         reachable for +Inf.
36572         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
36573         spurious underflow.
36574         * sysdeps/i386/fpu/libm-test-ulps: Update.
36575         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36577 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
36579         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
36581 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
36583         [BZ #14157]
36584         [BZ #14331]
36585         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
36586         could result in spurious underflow.  Scale down values above
36587         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
36588         * math/s_csqrtf.c (__csqrtf): Likewise.
36589         * math/s_csqrtl.c (__csqrtl): Likewise.
36590         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
36591         spurious underflow.
36592         * sysdeps/i386/fpu/libm-test-ulps: Update.
36593         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36595 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
36597         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
36598         xopen-msg.sed.
36599         * catgets/xopen-msg.awk: New file.
36600         * catgets/xopen-msg.sed: Removed.
36602         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
36603         po2text.sed.
36604         * intl/po2test.awk: New file.
36605         * intl/po2test.sed: Removed.
36607 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
36609         [BZ #14328]
36610         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
36611         or multiply small sinh result by itself.
36612         * math/s_ctanf.c (__ctanf): Likewise.
36613         * math/s_ctanh.c (__ctanh): Likewise.
36614         * math/s_ctanhf.c (__ctanhf): Likewise.
36615         * math/s_ctanhl.c (__ctanhl): Likewise.
36616         * math/s_ctanl.c (__ctanl): Likewise.
36617         * math/libm-test.inc (ctan_test_tonearest): New function.
36618         (ctan_test_towardzero): Likewise.
36619         (ctan_test_downward): Likewise.
36620         (ctan_test_upward): Likewise.
36621         (ctanh_test_tonearest): Likewise.
36622         (ctanh_test_towardzero): Likewise.
36623         (ctanh_test_downward): Likewise.
36624         (ctanh_test_upward): Likewise.
36625         (main): Call these new functions.
36626         * sysdeps/i386/fpu/libm-test-ulps: Update.
36627         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36629 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
36631         * .gitignore: Delete /ports entry.
36633 2012-07-03  Andreas Jaeger  <aj@suse.de>
36635         * po/bg.po: Update from translation team.
36636         * po/cs.po: Likewise.
36637         * po/de.po: Likewise.
36638         * po/hr.po: Likewise.
36639         * po/nl.pl: Likewise.
36640         * po/pl.po: Likewise.
36641         * po/vi.po: Likewise.
36643 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
36645         * Makeconfig [!+link] (+link-before-libc): New variable.
36646         [!+link] (+link-after-libc): Likewise.
36647         [!+link] (+link-tests): Likewise.
36648         [!+link] (+link): Define in terms of $(+link-before-libc) and
36649         $(+link-after-libc).
36650         [!+link-static] (+link-static-before-libc): New variable.
36651         [!+link-static] (+link-static-after-libc): Likewise.
36652         [!+link-static] (+link-static-tests): Likewise.
36653         [!+link-static] (+link-static): Define in terms of
36654         $(+link-static-before-libc) and $(+link-static-after-libc).
36655         [build-shared] (link-libc-before-gnulib): New variable.
36656         [build-shared] (link-libc-tests): Likewise.
36657         [build-shared] (link-libc): Define in terms of
36658         $(link-libc-before-gnulib).
36659         [!build-shared] (link-libc-tests): New variable.
36660         (link-libc-static-tests): New variable.
36661         [!gnulib] (gnulib-arch): New variable.
36662         [!gnulib] (gnulib-tests): Likewise.
36663         [!gnulib] (static-gnulib-arch): Likewise.
36664         [!gnulib] (static-gnulib-tests): Likewise.
36665         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
36666         Define with "=" instead of ":=".
36667         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
36668         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
36669         * Rules (binaries-all-notests): New variable.
36670         (binaries-all-tests): Likewise.
36671         (binaries-static-notests): Likewise.
36672         (binaries-static-tests): Likewise.
36673         (binaries-all): Define using $(binaries-all-notests) and
36674         $(binaries-all-tests).
36675         (binaries-static): Define using $(binaries-static-notests) and
36676         $(binaries-static-tests).
36677         (binaries-shared-tests): New variable.
36678         (binaries-shared-notests): Likewise.
36679         (binaries-shared): Remove variable.
36680         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
36681         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
36682         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
36683         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
36684         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
36685         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
36686         * elf/Makefile (sln-modules): New variable.
36687         (extra-objs): Add $(sln-modules:=.o).
36688         (ldconfig-modules): Add static-stubs.
36689         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
36690         * elf/static-stubs.c: New file.
36692         [BZ #14283]
36693         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
36694         by 7 not 8 to examine high bit of fractional part.  Use volatile
36695         variables when splitting into final array of floats if
36696         __FLT_EVAL_METHOD__ != 0.
36697         * math/libm-test.inc (cos_test): Add another test.
36698         (sin_test): Likewise.
36699         * sysdeps/i386/fpu/libm-test-ulps: Update.
36701         [BZ #14273]
36702         * math/libm-test.inc (cosh_test): Add more tests.
36704         * version.h (RELEASE): Set to "development".
36705         (VERSION): Set to "2.16.90".
36707 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
36709         * NEWS: Update copyright. Remove last-updated date.
36710         Mention math library bug fixes and timezone data changes.
36711         * README: Mention GNU/Hurd, x32, and HPPA support status.
36713 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
36715         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
36717 2012-06-27  Andreas Jaeger  <aj@suse.de>
36719         * manual/contrib.texi (Contributors): Add Samuel Thibault.
36721 2012-06-25  Andreas Jaeger  <aj@suse.de>
36723         * sysdeps/s390/fpu/libm-test-ulps: Update.
36725 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
36726             Thomas Schwinge  <thomas@codesourcery.com>
36728         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
36729         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
36730         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
36731         fanotify_mark.
36733 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
36735         * sysdeps/mach/start.c: Remove file.
36736         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
36737         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
36738         * sysdeps/sh/init-first.c: Likewise.
36740         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
36741         registers for frame unwinding purposes, add CFI directives.
36742         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
36743         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
36744         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
36745         Likewise.
36747         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
36748         __fortify_fail returning.
36749         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
36751         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
36752         sysdeps/sh/____longjmp_chk.S.
36753         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
36754         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
36755         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
36756         (gen-as-const-headers): Append sigaltstack-offsets.sym.
36758         * sysdeps/sh/abort-instr.h: New file.
36759         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
36760         process in case exit returns.
36762         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
36763         initialize the GOT register before use.
36765         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
36766         calculation of ARGC > 4.
36768         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
36769         meaningful names to some local labels.
36771 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
36772             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
36774         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
36775         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
36776         (__arch_compare_and_exchange_val_16_acq): Likewise.
36777         (__arch_compare_and_exchange_val_32_acq): Likewise.
36778         (atomic_exchange_and_add): Fix gUSA sequence.
36779         (atomic_add): Likewise.
36780         (atomic_add_negative): Likewise.
36781         (atomic_add_zero): Likewise.
36782         (atomic_bit_test_set): Likewise.
36784 2012-06-22  Andreas Schwab  <schwab@redhat.com>
36786         [BZ #13579]
36787         * include/link.h (struct link_map): Add l_free_initfini.
36788         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
36789         l_initfini.
36790         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
36791         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
36792         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
36793         set.
36795 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
36797         * configure.in: Use AC_LANG_SOURCE.
36798         * configure: Regenerate.
36800 2012-06-22  Roland McGrath  <roland@hack.frob.com>
36802         * configure.in (libc_cv_localstatedir): New substituted variable.
36803         * configure: Regenerated.
36804         * config.make.in (localstatedir): New variable, substituted from
36805         libc_cv_localstatedir.
36806         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
36807         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
36808         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
36809         * sysdeps/gnu/configure: Regenerated.
36811 2012-06-21  Jeff Law  <law@redhat.com>
36813         [BZ #14277]
36814         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
36815         free.  Simplify list management for _LIBC case.
36817 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
36819         [BZ #14273]
36820         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
36821         Clear sign bit of 64-bit integer value before comparing against
36822         overflow value.
36824         * sysdeps/mach/configure: Regenerated.
36826 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
36828         [BZ #14278]
36829         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
36831 2012-06-21  Jeff Law  <law@redhat.com>
36833         [BZ #13882]
36834         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
36835         uint16_t for elements in the "seen" array to avoid char overflows.
36836         * elf/dl-fini.c (_dl_sort_fini): Likewise.
36837         * elf/dl-open.c (dl_open_worker): Likewise.
36839 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
36841         * scripts/list-sources.sh: Scan PORTS for translations.
36842         * po/libc.pot: Regenerated.
36844 2012-06-21  Andreas Jaeger  <aj@suse.de>
36846         [BZ #12194]
36847         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
36848         warning.
36849         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
36850         * bits/byteswap-16.h (__bswap_16): Likewise.
36851         * bits/byteswap.h (__bswap_constant_16): Likewise.
36853 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
36855         [BZ #14117]
36856         * sysdeps/i386/fpu_control.h: Removed.
36857         * sysdeps/x86_64/fpu_control.h: Moved to ...
36858         * sysdeps/x86/fpu_control.h: Here.
36860         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
36861         (_FPU_SETCW): Likewise.
36863 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
36865         [BZ #14117]
36866         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
36867         * sysdeps/x86/fpu/bits/mathinline.h: This.
36868         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
36870         [BZ #14050]
36871         [BZ #14117]
36872         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
36873         functions if __x86_64__ is defined.
36875 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
36877         * string/endian.h: Add !__ASSEMBLER__ condition for including
36878         conversion interfaces.
36880 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
36882         [BZ #14241]
36883         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
36884         of ABS(x) in calculating zero to negative powers other than odd
36885         integers.
36886         * math/libm-test.inc (pow_test): Add more tests.
36888 2012-06-15  Andreas Jaeger  <aj@suse.de>
36890         * manual/contrib.texi (Contributors): Update entry of Liubov
36891         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
36892         Machado Filho.
36894 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
36896         * string/string.h: Add __wur to GNU version of strerror_r.
36898 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
36900         [BZ #14229]
36901         * string/Makefile (tests): Add tst-strtok_r.
36902         * string/tst-strtok_r.c: New file.
36903         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
36904         RAX_LP/RDX_LP on SAVE_PTR.
36906 2012-06-14  Roland McGrath  <roland@hack.frob.com>
36908         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
36910 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
36912         * libm_test.inc (csqrt_test): Allow more spurious underflow
36913         exceptions.
36914         (j0_test): Likewise.
36915         (j1_test): Likewise.
36916         (y0_test): Likewise.
36917         (y1_test): Likewise.
36919 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
36921         * po/Makefile (libc.pot): Use UTF-8 charset.
36923 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
36925         [BZ #14210]
36926         Suppress sign-conversion warning from FD_SET.
36927         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
36928         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
36929         not unsigned long int.
36930         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
36932 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
36934         [BZ #14050]
36935         [BZ #14117]
36936         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
36937         __extern_always_inline instead of __extern_inline.
36938         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
36939         (__signbit): Likewise.
36940         (__signbitl): Support C++ namespace.
36941         (lrintf): New inline function.
36942         (lrint): Likewise.
36943         (llrintf): Likewise.
36944         (llrint): Likewise.
36945         (fmaxf): Likewise.
36946         (fmax): Likewise.
36947         (fminf): Likewise.
36948         (fmin): Likewise.
36949         (rint): Likewise.
36950         (rintf): Likewise.
36951         (ceil): Likewise.
36952         (ceilf): Likewise.
36953         (floor): Likewise.
36954         (floorf): Likewise.
36955         (nearbyint): Likewise.
36956         (nearbyintf): Likewise.
36958 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
36960         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
36961         non-default versions.
36963 2012-06-11  Roland McGrath  <roland@hack.frob.com>
36965         [BZ #14218]
36966         * manual/argp.texi (Argp): Reword argp_parse description slightly.
36968 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
36970         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
36971         (FE_UPWARD, FE_DOWNWARD): Don't define.
36972         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
36973         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
36975         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
36976         reading it.
36977         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
36978         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
36980 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
36982         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
36983         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
36984         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
36985         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
36987 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
36989         [BZ #14117]
36990         * sysdeps/i386/fpu/bits/fenv.h: Removed.
36991         * sysdeps/i386/fpu/Implies: New file.
36992         * sysdeps/x86_64/fpu/Implies: Likewise.
36993         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
36994         * sysdeps/x86/fpu/bits/fenv.h: This.
36996         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
36997         __SSE_MATH__.
36999 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37001         [BZ #14134]
37002         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37003         character 0xffff that matches the last element of the
37004         conversion table.
37006 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37008         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37009         fmodl commit.
37011 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37013         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37014         values higher than 25.6283.
37016 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37018         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37019         subnormal exponent extraction and add some __builtin_expect.
37020         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37021         Fix for subnormal mantissa calculation.
37023 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37025         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37026         cpu2 is -1 and errno is not ENOSYS.
37028 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37030         [BZ #14117]
37031         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37032         * sysdeps/x86/bits/string.h: This.
37033         * sysdeps/x86_64/bits/string.h: Removed.
37035         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37036         if not compiling for x86-64, but compiling for >= i486.
37038         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37039         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37041         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37042         New macro from Linux kernel 3.4.0.
37043         (FP_XSTATE_MAGIC2): Likewise.
37044         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37045         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37046         (struct _fpx_sw_bytes): New struct.
37047         (struct _xsave_hdr): Likewise.
37048         (struct _ymmh_state): Likewise.
37049         (struct _xstate): Likewise.
37051         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37052         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37053         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37054         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37055         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37056         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37058         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37059         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37060         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37061         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37062         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37063         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37065 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37067         [BZ #13743]
37068         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37069         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37070         (sysdep_headers): Include sys/platform/ppc.h.
37071         * sysdeps/powerpc/test-gettimebase.c: Test for
37072         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37073         * manual/Makefile (appendices): Include platform.texi.
37074         * manual/contrib.texi (Contributors): Update @node pointers.
37075         * manual/maint.texi (Maintenance): Likewise.
37076         (Platform): New node.
37077         * manual/platform.texi: New file.  Document the new features.
37079 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37080             Jakub Jelinek  <jakub@redhat.com>
37082         [BZ #14188]
37083         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37084         where __builtin_expect is unavailable.
37086 2012-06-03  David S. Miller  <davem@davemloft.net>
37088         * stdlib/longlong.h: Updated from GCC.
37090 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37092         [BZ #14042]
37093         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37094         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37095         __mcount_internal.
37096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37097         (GLIBC_2.16): Likewise.
37099 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37101         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37103 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37106         (default-abi): New variable.
37107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37108         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37109         variable.
37110         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37111         Likewise.
37112         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37113         Likewise.
37114         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37115         Likewise.
37117         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37118         definition.  Document in comment.
37120 2012-06-01  David S. Miller  <davem@davemloft.net>
37122         * stdlib/longlong.h: Updated from GCC.
37124 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37126         [BZ #14117]
37127         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37128         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37129         sys/debugreg.h sys/io.h here.
37130         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37131         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37132         sys/io.h.
37133         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37134         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37135         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37136         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37137         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37138         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37140         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37141         Define only if __x86_64__ is defined.
37143 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37145         [BZ #14048]
37146         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37147         Use int64_t for variable i.
37148         * math/libm-test.inc (fmod_test): Add more tests.
37150         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37151         z computation is not scheduled after fetestexcept.
37152         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37153         Use math_force_eval instead of asm to ensure calculation scheduled
37154         before exception test.
37155         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37156         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37158 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37160         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37161         computation is not scheduled after fetestexcept.
37163 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37165         [BZ #14117]
37166         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37167         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37169 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37171         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37172         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37174 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37176         [BZ #14117]
37177         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37178         <bits/wordsize.h>.
37179         (__WCHAR_MIN): Support __WORDSIZE == 64.
37180         (__WCHAR_MAX): Likewise.
37182         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37183         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37185         [BZ #14183]
37186         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37187         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37189         [BZ #14117]
37190         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37191         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37193         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37194         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37196         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37197         Defined to 1 if __x86_64__ isn't defined.
37198         (_STAT_VER_LINUX_OLD): New.
37199         (st_atime): Remove duplicate.
37200         (st_mtime): Likewise.
37201         (st_ctime): Likewise.
37203 2012-05-31  David S. Miller  <davem@davemloft.net>
37205         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37206         entries.
37208 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37210         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37211         gen-libm-test.pl.
37213         [BZ #14132]
37214         * elf/dl-reloc.c: Include <_itoa.h>.
37215         (_dl_reloc_bad_type): Remove use of INTUSE.
37216         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37217         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37218         * stdio-common/psiginfo.c (psiginfo): Likewise.
37219         * stdio-common/psignal.c (psignal): Likewise.
37220         * string/strsignal.c (strsignal): Likewise.
37221         * include/signal.h (_sys_siglist): Declare hidden proto.
37222         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37223         INTVARDEF with libc_hidden_data_def.
37224         * stdio-common/itoa-udigits.c: Likewise.
37225         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37226         (_itoa_lower_digits_internal): Remove declaration.
37227         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37228         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37229         (_sys_sigabbrev_internal): Remove aliases.
37230         (_sys_siglist): Define hidden alias.
37232 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37234         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37235         bits/sysctl.h.
37237 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37239         [BZ #14117]
37240         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37241         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37243         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37244         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37245         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37246         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37247         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37248         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37250         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37251         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37252         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37254         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37255         with __addr.
37256         (insw): Likewise.
37257         (insl): Likewise.
37258         (outsb): Likewise.
37259         (outsw): Likewise.
37260         (outsl): Likewise.
37262         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37263         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37264         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37266         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37267         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37268         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37269         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37270         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37271         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37273         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37274         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37276         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37277         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37279         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37280         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37281         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37283         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37284         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37285         to ...
37286         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37288         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37289         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37290         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37292         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37293         for x86-64.
37294         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37296 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
37298         * math/math.h (M_El): Use two more decimal places.
37299         (M_LOG2El): Likewise.
37300         (M_LOG10El): Likewise.
37301         (M_LN2l): Likewise.
37302         (M_LN10l): Likewise.
37303         (M_PIl): Likewise.
37304         (M_PI_2l): Likewise.
37305         (M_PI_4l): Likewise.
37306         (M_1_PIl): Likewise.
37307         (M_2_PIl): Likewise.
37308         (M_2_SQRTPIl): Likewise.
37309         (M_SQRT2l): Likewise.
37310         (M_SQRT1_2l): Likewise.
37312 2012-05-31  David S. Miller  <davem@davemloft.net>
37314         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37315         values between float registers.
37316         * sysdeps/sparc/sparc64/memset.S: Likewise.
37317         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37319 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
37321         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37322         -D_FORTIFY_SOURCE=1.
37323         (CPPFLAGS-tst-longjmp_chk.c): Define.
37324         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37325         (CPPFLAGS-tst-longjmp_chk2.c): Define.
37326         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37327         CFLAGS-tst-wchar-h.c.
37329 2012-05-31  Marek Polacek  <polacek@redhat.com>
37331         [BZ #14132]
37332         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37333         __endmntent_internal): Remove declaration.
37334         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37335         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37336         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37338 2012-05-30  David S. Miller  <davem@davemloft.net>
37340         * sysdeps/sparc/sparc32/soft-fp/q_util.c
37341         (___Q_simulate_exceptions): Use real FP ops rather than writing
37342         into the %fsr.
37343         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37344         Likewise.
37346 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37348         [BZ #14117]
37349         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37350         * sysdeps/x86/bits/xtitypes.h: This.
37352         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37353         * sysdeps/x86/bits/wordsize.h: This.
37355         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37356         * sysdeps/x86/bits/huge_vall.h: This.
37358         * sysdeps/i386/bits/select.h: Removed.
37359         * sysdeps/x86_64/bits/select.h: Renamed to ...
37360         * sysdeps/x86/bits/select.h: This.
37362         * sysdeps/i386/bits/setjmp.h: Removed.
37363         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37364         * sysdeps/x86/bits/setjmp.h: This.
37366         * sysdeps/i386/bits/mathdef.h: Removed.
37367         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37368         * sysdeps/x86/bits/mathdef.h: This.
37370 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
37372         [BZ #14132]
37373         * include/sys/socket.h (__connect_internal)
37374         (__libc_sa_len_internal): Remove declaration.
37375         (__connect, __libc_sa_len): Declare hidden_proto.
37376         (SA_LEN): Remove use of INTUSE.
37377         * socket/connect.c: Add libc_hidden_def.
37378         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37379         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37380         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37381         alias.
37382         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37383         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37384         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37385         of adding _internal alias.
37387 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37389         [BZ #14117]
37390         * sysdeps/i386/bits/link.h: Removed.
37391         * sysdeps/i386/bits/linkmap.h: Likewise.
37392         * sysdeps/x86_64/bits/link.h: Renamed to ...
37393         * sysdeps/x86/bits/link.h: This.
37394         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37395         * sysdeps/x86/bits/linkmap.h: This.
37397         * sysdeps/i386/bits/endian.h: Removed.
37398         * sysdeps/x86_64/bits/endian.h: Renamed to ...
37399         * sysdeps/x86/bits/endian.h: This.
37401         * sysdeps/i386/bits/byteswap.h: Removed.
37402         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37403         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
37404         * sysdeps/x86/bits/byteswap.h: This.
37405         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
37406         * sysdeps/x86/bits/byteswap-16.h: This.
37407         * sysdeps/i386/Implies: Add x86.
37408         * sysdeps/x86_64/Implies: Likewise.
37410 2012-05-30  David S. Miller  <davem@davemloft.net>
37412         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
37413         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
37414         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
37415         (FP_TRAPPING_EXCEPTIONS): Define.
37416         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
37417         (FP_TRAPPING_EXCEPTIONS): Define.
37418         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
37419         subnormals only when inexact has been signalled or underflow
37420         exceptions are enabled.
37421         (_FP_PACK_CANONICAL): Likewise.
37423 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37425         [BZ #14183]
37426         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
37427         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
37429 2012-05-30  Richard Henderson  <rth@twiddle.net>
37431         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
37432         with #ifndef NOT_IN_libc.
37434         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
37435         marked to avoid plt entry.
37437 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37439         [BZ #14112]
37440         * Makeconfig (default-abi): New macro.
37441         (abi-includes): Likewise.
37442         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
37443         $(abi-$(default-abi)-lib-soname) for soname if defined.
37444         ($(common-objpfx)gnu/lib-names.stmp): Generate from
37445         abi-variants.
37446         * Makefile (installed-stubs): Likewise.
37447         * include/stubs-biarch.h: Removed.
37448         * scripts/lib-names.awk: Only handle one library at a time.
37449         * scripts/soversions.awk: Remove WORDSIZE support.
37450         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
37451         entries.
37452         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
37453         Removed.
37454         (syscall-list-default-condition): Likewise.
37455         (syscall-list-default-condition): Likewise.
37456         (syscall-list-includes): Likewise.
37457         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
37458         syscall-list-* with abi-*.  Handle undefined abi-variants.
37459         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
37460         * sysdeps/unix/sysv/linux/i386/Implies: New file.
37461         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
37462         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
37463         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
37464         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
37465         Removed.
37466         (syscall-list-32-options): Likewise.
37467         (syscall-list-32-condition): Likewise.
37468         (syscall-list-64-options): Likewise.
37469         (syscall-list-64-condition): Likewise.
37470         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
37471         macro.
37472         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
37473         Renamed to ...
37474         (abi-*): This.
37475         (abi-64-ld-soname): New macro.
37476         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
37477         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
37478         Renamed to ...
37479         (abi-*): This.
37480         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
37481         * sysdeps/x86_64/x32/shlib-versions: Likewise.
37483 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
37485         * sysdeps/unix/sysv/linux/kernel-features.h
37486         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
37487         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
37488         include <kernel-features.h>.
37489         [!__NR_ftruncate64]: Remove conditional code.
37490         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37491         [__NR_ftruncate64]: Make code unconditional.
37492         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37493         * sysdeps/unix/sysv/linux/truncate64.c: Do not
37494         include <kernel-features.h>.
37495         [!__NR_ftruncate64]: Remove conditional code.
37496         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37497         [__NR_ftruncate64]: Make code unconditional.
37498         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
37500         include <kernel-features.h>.
37501         [!__NR_ftruncate64]: Remove conditional code.
37502         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37503         [__NR_ftruncate64]: Make code unconditional.
37504         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
37506         include <kernel-features.h>.
37507         [!__NR_ftruncate64]: Remove conditional code.
37508         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37509         [__NR_ftruncate64]: Make code unconditional.
37510         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37512         * configure.in (libc_cv_fpie): Weaken to a compile test using
37513         LIBC_TRY_CC_OPTION.
37514         * configure: Regenerated.
37516 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37518         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
37519         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
37520         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
37521         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37522         Refreshed.
37523         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
37524         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
37525         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
37526         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
37527         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
37528         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37529         Refreshed.
37531 2012-05-27  David S. Miller  <davem@davemloft.net>
37533         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
37534         (___Q_zero): New.
37535         (__Q_simulate_exceptions): Return void.  Change to simulate
37536         exceptions by writing into the %fsr.
37537         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
37538         (__Qp_handle_exceptions): Likewise.
37539         (numbers): Delete.
37540         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
37541         __Qp_handle_exceptions.
37542         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
37543         __Qp_handle_exceptions.
37544         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37545         as unused and give dummy FP_RND_NEAREST initializer.
37546         (FP_INHIBIT_RESULTS): Define.
37547         (___Q_simulate_exceptions): Update declaration.
37548         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
37549         formatting.
37550         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37551         as unused and give dummy FP_RND_NEAREST initializer.
37552         (__Qp_handle_exceptions): Update declaration.
37553         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
37554         formatting.
37556 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
37558         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
37559         the temporary FPU control word.
37560         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
37561         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
37562         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
37563         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37564         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
37565         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
37566         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
37567         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37568         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
37569         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
37570         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37572 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37574         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
37575         fields.
37577 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
37579         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
37580         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
37581         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
37582         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
37583         Likewise.
37584         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
37585         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
37586         Likewise.
37588 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
37590         * po/h.po: Update from translation team.
37592 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
37594         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
37596         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
37597         handling of denormals.
37598         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37599         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
37600         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37601         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37602         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37603         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
37604         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
37605         Likewise.
37607 2012-05-26  Marek Polacek  <polacek@redhat.com>
37609         [BZ #14152]
37610         * math/libm-test.inc (fma_test): Don't always expect underflow
37611         exception.
37613 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37615         [BZ #12416]
37616         * elf/tst-execstack.c: Include stackinfo.h.
37617         (do_test): Adjust test case to ensure that pthread_getattr_np
37618         behaviour remains the same after marking stack executable.
37620 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
37622         * sysdeps/unix/sysv/linux/kernel-features.h
37623         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
37624         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
37625         kernel-features.h.
37626         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37627         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37628         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
37629         kernel-features.h.
37630         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37631         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37633 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
37635         * configure.in: Define the default includes to being none.
37636         * configure: Regenerated.
37638 2012-05-25  Roland McGrath  <roland@hack.frob.com>
37640         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
37641         * sysdeps/x86_64/setjmp.S: Likewise.
37642         * sysdeps/i386/bsd-setjmp.S: Likewise.
37643         * sysdeps/i386/bsd-_setjmp.S: Likewise.
37644         * sysdeps/i386/setjmp.S: Likewise.
37645         * sysdeps/i386/__longjmp.S: Likewise.
37646         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
37647         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
37649         * include/stap-probe.h: New file.
37650         * configure.in: Handle --enable-systemtap.
37651         * configure: Regenerated.
37652         * config.h.in (USE_STAP_PROBE): New #undef.
37653         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
37654         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
37655         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
37657 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
37659         [BZ #13717]
37660         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37661         to 2.4.0 where earlier.
37662         * sysdeps/unix/sysv/linux/configure: Regenerated.
37663         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
37664         <kernel-features.h>.
37665         [__ASSUME_32BITUIDS]: Make code unconditional.
37666         [!__ASSUME_32BITUIDS]: Remove conditional code.
37667         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
37668         <kernel-features.h>.
37669         [__ASSUME_32BITUIDS]: Make code unconditional.
37670         [!__ASSUME_32BITUIDS]: Remove conditional code.
37671         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
37672         [__ASSUME_32BITUIDS]: Make code unconditional.
37673         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
37674         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
37675         <kernel-features.h>.
37676         [__ASSUME_32BITUIDS]: Make code unconditional.
37677         [!__ASSUME_32BITUIDS]: Remove conditional code.
37678         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
37679         <kernel-features.h>.
37680         [__ASSUME_32BITUIDS]: Make code unconditional.
37681         [!__ASSUME_32BITUIDS]: Remove conditional code.
37682         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
37683         <kernel-features.h>.
37684         [__ASSUME_32BITUIDS]: Make code unconditional.
37685         [!__ASSUME_32BITUIDS]: Remove conditional code.
37686         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
37687         <kernel-features.h>.
37688         [__ASSUME_32BITUIDS]: Make code unconditional.
37689         [!__ASSUME_32BITUIDS]: Remove conditional code.
37690         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
37691         <kernel-features.h>.
37692         [__ASSUME_32BITUIDS]: Make code unconditional.
37693         [!__ASSUME_32BITUIDS]: Remove conditional code.
37694         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
37695         <kernel-features.h>.
37696         [__ASSUME_32BITUIDS]: Make code unconditional.
37697         [!__ASSUME_32BITUIDS]: Remove conditional code.
37698         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
37699         <kernel-features.h>.
37700         [__ASSUME_32BITUIDS]: Make code unconditional.
37701         [!__ASSUME_32BITUIDS]: Remove conditional code.
37702         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
37703         <kernel-features.h>.
37704         [__ASSUME_32BITUIDS]: Make code unconditional.
37705         [!__ASSUME_32BITUIDS]: Remove conditional code.
37706         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
37707         <kernel-features.h>.
37708         [__ASSUME_32BITUIDS]: Make code unconditional.
37709         [!__ASSUME_32BITUIDS]: Remove conditional code.
37710         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
37711         <kernel-features.h>.
37712         [__ASSUME_32BITUIDS]: Make code unconditional.
37713         [!__ASSUME_32BITUIDS]: Remove conditional code.
37714         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
37715         <kernel-features.h>.
37716         [__NR_setresgid] (__setresgid): Do not declare.
37717         [__ASSUME_32BITUIDS]: Make code unconditional.
37718         [!__ASSUME_32BITUIDS]: Remove conditional code.
37719         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
37720         <kernel-features.h>.
37721         [__NR_setresuid] (__setresuid): Do not declare.
37722         [__ASSUME_32BITUIDS]: Make code unconditional.
37723         [!__ASSUME_32BITUIDS]: Remove conditional code.
37724         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
37725         <kernel-features.h>.
37726         [__ASSUME_32BITUIDS]: Make code unconditional.
37727         [!__ASSUME_32BITUIDS]: Remove conditional code.
37728         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
37729         <kernel-features.h>.
37730         [__ASSUME_32BITUIDS]: Make code unconditional.
37731         [!__ASSUME_32BITUIDS]: Remove conditional code.
37732         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
37733         <kernel-features.h>.
37734         [__ASSUME_32BITUIDS]: Make code unconditional.
37735         [!__ASSUME_32BITUIDS]: Remove conditional code.
37736         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
37737         <kernel-features.h>.
37738         [__ASSUME_32BITUIDS]: Make code unconditional.
37739         [!__ASSUME_32BITUIDS]: Remove conditional code.
37740         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
37741         <kernel-features.h>.
37742         [__ASSUME_32BITUIDS]: Make code unconditional.
37743         [!__ASSUME_32BITUIDS]: Remove conditional code.
37744         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
37745         <kernel-features.h>.
37746         [__ASSUME_32BITUIDS]: Make code unconditional.
37747         [!__ASSUME_32BITUIDS]: Remove conditional code.
37748         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
37749         <kernel-features.h>.
37750         [__ASSUME_32BITUIDS]: Make code unconditional.
37751         [!__ASSUME_32BITUIDS]: Remove conditional code.
37752         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
37753         <kernel-features.h>.
37754         [__ASSUME_32BITUIDS]: Make code unconditional.
37755         [!__ASSUME_32BITUIDS]: Remove conditional code.
37756         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
37757         <kernel-features.h>.
37758         [__ASSUME_32BITUIDS]: Make code unconditional.
37759         [!__ASSUME_32BITUIDS]: Remove conditional code.
37760         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
37761         <kernel-features.h>.
37762         [__ASSUME_32BITUIDS]: Make code unconditional.
37763         [!__ASSUME_32BITUIDS]: Remove conditional code.
37764         * sysdeps/unix/sysv/linux/kernel-features.h
37765         (__ASSUME_SETRESUID_SYSCALL): Remove.
37766         (__ASSUME_SETRESGID_SYSCALL): Likewise.
37767         (__ASSUME_32BITUIDS): Likewise.
37768         (__ASSUME_LDT_WORKS): Likewise.
37769         (__ASSUME_O_DIRECTORY): Likewise.
37770         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
37771         architecture but not kernel version.
37772         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
37773         (__ASSUME_MMAP2_SYSCALL): Likewise.
37774         (__ASSUME_STAT64_SYSCALL): Likewise.
37775         (__ASSUME_IPC64): Likewise.
37776         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
37777         <kernel-features.h>.
37778         [__ASSUME_32BITUIDS]: Make code unconditional.
37779         [!__ASSUME_32BITUIDS]: Remove conditional code.
37780         * sysdeps/unix/sysv/linux/opendir.c: Do not include
37781         <kernel-features.h>.
37782         [__ASSUME_O_DIRECTORY]: Make code unconditional.
37783         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
37784         132096]: Remove conditional code.
37785         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
37786         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
37787         <kernel-features.h>.
37788         [__ASSUME_32BITUIDS]: Make code unconditional.
37789         [!__ASSUME_32BITUIDS]: Remove conditional code.
37790         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
37791         <kernel-features.h>.
37792         [__ASSUME_32BITUIDS]: Make code unconditional.
37793         [!__ASSUME_32BITUIDS]: Remove conditional code.
37794         * sysdeps/unix/sysv/linux/setegid.c: Do not include
37795         <kernel-features.h>.
37796         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
37797         unconditional.
37798         (__setresgid): Do not declare.
37799         [__ASSUME_32BITUIDS]: Make code unconditional.
37800         [!__ASSUME_32BITUIDS]: Remove conditional code.
37801         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
37802         <kernel-features.h>.
37803         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
37804         unconditional.
37805         (__setresuid): Do not declare.
37806         [__ASSUME_32BITUIDS]: Make code unconditional.
37807         [!__ASSUME_32BITUIDS]: Remove conditional code.
37808         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
37809         <kernel-features.h>.
37810         [__ASSUME_32BITUIDS]: Make code unconditional.
37811         [!__ASSUME_32BITUIDS]: Remove conditional code.
37812         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
37813         <kernel-features.h>.
37814         [__ASSUME_32BITUIDS]: Make code unconditional.
37815         [!__ASSUME_32BITUIDS]: Remove conditional code.
37817 2012-05-25  Richard Henderson  <rth@twiddle.net>
37819         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
37820         dl_hwcap to ifunc resolver.
37821         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
37822         elf_ifunc_invoke.
37823         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
37824         dl_hwcap to ifunc resolver.
37825         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
37827 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
37829         [BZ #14153]
37830         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
37831         for |x| <= 2**-26, not 2**-57.
37832         * math/libm-test.inc (acos_test): Do not allow spurious underflow
37833         exception.
37835 2012-05-24  Jeff Law  <law@redhat.com>
37837         * stdio-common/Makefile (tests): Add bug25.
37838         * stdio-common/bug25.c: New test.
37840 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
37842         [BZ #13576]
37843         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
37844         multiple of MALLOC_ALIGNMENT in size.
37845         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
37847 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
37849         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
37850         Require >= 256.
37851         (FILENAME_MAX): Use macro-int-constant.
37852         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
37853         (_IOFBF): Use macro-int-constant.
37854         (_IOLBF): Likewise.
37855         (_IONBF): Likewise.
37856         (SEEK_CUR): Likewise.
37857         (SEEK_END): Likewise.
37858         (SEEK_SET): Likewise.
37859         (TMP_MAX): Likewise.
37860         (EOF): Use macro-int-constant.  Require < 0.
37861         (NULL): Use macro-constant.  Require == 0.
37862         (stdin): Require type to be FILE *.
37863         (stdout): Likewise.
37864         (stderr): Likewise.
37865         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
37866         macro-int-constant.
37867         (EXIT_SUCCESS): Likewise.
37868         (NULL): Use macro-constant.  Require == 0.
37869         (RAND_MAX): Use macro-int-constant.
37870         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
37871         [C99-based standards] (strtof): Require function.
37872         [C99-based standards] (strtold): Likewise.
37873         [C99-based standards] (strtoll): Likewise.
37874         [C99-based standards] (strtoull): Likewise.
37875         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37876         [ISO || ISO99 || ISO11] (limits.h): Likewise.
37877         [ISO || ISO99 || ISO11] (math.h): Likewise.
37878         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
37879         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37880         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37882 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
37884         [BZ #14132]
37885         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
37886         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
37887         * intl/dgettext.c (DCGETTEXT): Likewise.
37888         * intl/gettext.c (DCGETTEXT): Likewise.
37889         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
37890         * posix/regex_internal.h (gettext): Likewise.
37891         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
37892         Remove declaration.
37893         * include/argz.h (__argz_count_internal)
37894         (__argz_stringify_internal): Remove declaration.
37895         (__argz_count, __argz_stringify): Declare hidden proto.
37896         * intl/dcgettext.c: Remove use of INTDEF.
37897         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
37898         * string/argz-stringify.c: Likewise.
37899         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
37900         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
37901         Declare hidden proto.
37902         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
37903         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
37904         Declare hidden proto.
37905         * include/stdio.h (__asprintf_internal): Don't declare.
37906         (__asprintf): Don't define as macro.  Declare hidden proto.
37907         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
37908         (__fsetlocking): Declare hidden proto.
37909         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
37910         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
37911         hidden proto.
37912         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
37913         (_IO_setlinebuf): Remove use of INTUSE.
37914         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
37915         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
37916         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
37917         Remove declaration.
37918         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
37919         (_IO_do_flush): Remove use of INTUSE.
37920         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
37921         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
37922         (_IO_adjust_column, _IO_least_wmarker)
37923         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
37924         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
37925         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
37926         (_IO_default_doallocate, _IO_wdefault_doallocate)
37927         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
37928         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
37929         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
37930         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
37931         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
37932         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
37933         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
37934         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
37935         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
37936         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
37937         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
37938         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
37939         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
37940         proto.
37941         (_IO_flush_all_internal, _IO_adjust_column_internal)
37942         (_IO_default_uflow_internal, _IO_default_finish_internal)
37943         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
37944         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
37945         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
37946         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
37947         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
37948         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
37949         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
37950         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
37951         (_IO_file_close_internal, _IO_file_close_it_internal)
37952         (_IO_file_underflow_internal, _IO_file_overflow_internal)
37953         (_IO_file_init_internal, _IO_file_attach_internal)
37954         (_IO_file_fopen_internal, _IO_file_read_internal)
37955         (_IO_file_sync_internal, _IO_file_seek_internal)
37956         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
37957         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
37958         (_IO_str_underflow_internal, _IO_str_overflow_internal)
37959         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
37960         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
37961         (_IO_list_all_internal, _IO_link_in_internal)
37962         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
37963         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
37964         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
37965         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
37966         (_IO_do_write_internal, _IO_padn_internal)
37967         (_IO_getline_info_internal, _IO_getline_internal)
37968         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
37969         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
37970         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
37971         (_IO_vfscanf_internal, _IO_vfprintf_internal)
37972         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
37973         (_IO_init_internal, _IO_un_link_internal): Don't declare.
37974         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
37975         with libc_hidden_ver, remove use of INTUSE.
37976         * libio/genops.c: Likewise.
37977         * libio/freopen.c: Likewise.
37978         * libio/freopen64.c: Likewise.
37979         * libio/iofclose.c: Likewise.
37980         * libio/iofdopen.c: Likewise.
37981         * libio/iofflush.c: Likewise.
37982         * libio/iofflush_u.c: Likewise.
37983         * libio/iofgets.c: Likewise.
37984         * libio/iofgets_u.c: Likewise.
37985         * libio/iofopen.c: Likewise.
37986         * libio/iofopncook.c: Likewise.
37987         * libio/iofread.c: Likewise.
37988         * libio/iofread_u.c: Likewise.
37989         * libio/ioftell.c: Likewise.
37990         * libio/iofwrite.c: Likewise.
37991         * libio/iogetline.c: Likewise.
37992         * libio/iogets.c: Likewise.
37993         * libio/iogetwline.c: Likewise.
37994         * libio/iopadn.c: Likewise.
37995         * libio/iopopen.c: Likewise.
37996         * libio/ioseekoff.c: Likewise.
37997         * libio/ioseekpos.c: Likewise.
37998         * libio/iosetbuffer.c: Likewise.
37999         * libio/iosetvbuf.c: Likewise.
38000         * libio/ioungetc.c: Likewise.
38001         * libio/ioungetwc.c: Likewise.
38002         * libio/iovdprintf.c: Likewise.
38003         * libio/iovsprintf.c: Likewise.
38004         * libio/iovsscanf.c: Likewise.
38005         * libio/memstream.c: Likewise.
38006         * libio/obprintf.c: Likewise.
38007         * libio/oldfileops.c: Likewise.
38008         * libio/oldiofclose.c: Likewise.
38009         * libio/oldiofdopen.c: Likewise.
38010         * libio/oldiofopen.c: Likewise.
38011         * libio/oldiopopen.c: Likewise.
38012         * libio/oldstdfiles.c: Likewise.
38013         * libio/putc.c: Likewise.
38014         * libio/setbuf.c: Likewise.
38015         * libio/setlinebuf.c: Likewise.
38016         * libio/stdfiles.c: Likewise.
38017         * libio/strops.c: Likewise.
38018         * libio/vasprintf.c: Likewise.
38019         * libio/vscanf.c: Likewise.
38020         * libio/vsnprintf.c: Likewise.
38021         * libio/vswprintf.c: Likewise.
38022         * libio/wfiledoalloc.c: Likewise.
38023         * libio/wfileops.c: Likewise.
38024         * libio/wgenops.c: Likewise.
38025         * libio/wmemstream.c: Likewise.
38026         * libio/wstrops.c: Likewise.
38027         * libio/__fpurge.c: Likewise.
38028         * libio/__fsetlocking.c: Likewise.
38029         * assert/assert.c: Likewise.
38030         * debug/fgets_chk.c: Likewise.
38031         * debug/fgets_u_chk.c: Likewise.
38032         * debug/fread_chk.c: Likewise.
38033         * debug/fread_u_chk.c: Likewise.
38034         * debug/gets_chk.c: Likewise.
38035         * debug/obprintf_chk.c: Likewise.
38036         * debug/vasprintf_chk.c: Likewise.
38037         * debug/vdprintf_chk.c: Likewise.
38038         * debug/vsnprintf_chk.c: Likewise.
38039         * debug/vsprintf_chk.c: Likewise.
38040         * malloc/mtrace.c: Likewise.
38041         * misc/error.c: Likewise.
38042         * misc/syslog.c: Likewise.
38043         * stdio-common/asprintf.c: Likewise.
38044         * stdio-common/fxprintf.c: Likewise.
38045         * stdio-common/getw.c: Likewise.
38046         * stdio-common/isoc99_fscanf.c: Likewise.
38047         * stdio-common/isoc99_scanf.c: Likewise.
38048         * stdio-common/isoc99_vfscanf.c: Likewise.
38049         * stdio-common/isoc99_vscanf.c: Likewise.
38050         * stdio-common/isoc99_vsscanf.c: Likewise.
38051         * stdio-common/printf-prs.c: Likewise.
38052         * stdio-common/printf_fp.c: Likewise.
38053         * stdio-common/printf_fphex.c: Likewise.
38054         * stdio-common/printf_size.c: Likewise.
38055         * stdio-common/putw.c: Likewise.
38056         * stdio-common/scanf.c: Likewise.
38057         * stdio-common/sprintf.c: Likewise.
38058         * stdio-common/tmpfile.c: Likewise.
38059         * stdio-common/vfprintf.c: Likewise.
38060         * stdio-common/vfscanf.c: Likewise.
38061         * stdlib/strfmon_l.c: Likewise.
38062         * sunrpc/openchild.c: Likewise.
38063         * sunrpc/xdr_stdio.c: Likewise.
38064         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38065         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38067 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38069         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38071         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38072         in the third column, to generate for the shared library an IFUNC
38073         that uses _dl_vdso_vsym.
38074         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38075         * Makeconfig (object-suffixes-noshared): New variable.
38077         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38078         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38079         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38080         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38082         [BZ #14132]
38083         * include/sys/time.h (__gettimeofday): Remove macro.
38084         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38085         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38086         Remove INTDEF.
38087         (__gettimeofday): Add libc_hidden_def.
38088         (gettimeofday): Add libc_hidden_weak.
38089         * sysdeps/mach/gettimeofday.c: Likewise.
38090         * sysdeps/posix/gettimeofday.c: Likewise.
38091         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38092         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38093         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38094         (__gettimeofday_internal): Remove strong_alias.
38095         (__gettimeofday): Add libc_hidden_def.
38096         (gettimeofday): Add libc_hidden_weak.
38097         * sysdeps/unix/syscalls.list (gettimeofday):
38098         Remove __gettimeofday_internal alias.
38100 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38101             H.J. Lu  <hongjiu.lu@intel.com>
38103         [BZ #12495]
38104         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38105         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38106         (largebin_index_32_big): New.
38107         (largebin_index): Use it for 16-byte alignment.
38108         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38109         correction with front_misalign.
38111 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38113         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38114         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38115         Likewise.
38116         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38117         Likewise.
38118         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38119         Likewise.
38120         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38121         Likewise.
38122         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38123         Likewise.
38124         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38125         Likewise.
38126         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38127         Likewise.
38128         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38129         Likewise.
38130         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38131         Likewise.
38132         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38133         Likewise.
38134         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38135         Likewise.
38136         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38137         Likewise.
38139         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38140         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38142 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38144         [BZ #10846]
38145         [BZ #14036]
38146         * math/libm-test.inc (exp_test): Add test from bug 14036.
38147         (pow_test): Add test from bug 10846.
38149         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38150         and other flags.
38151         (special_function): Do not include flags in test name.
38152         (parse_args): Likewise.
38153         * sysdeps/i386/fpu/libm-test-ulps: Update.
38154         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38155         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38156         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38159         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38160         exceptions.
38161         * math/libm-test.inc ("Philosophy"): Update comment about
38162         exception testing.
38163         (UNDERFLOW_EXCEPTION): New macro.
38164         (UNDERFLOW_EXCEPTION_OK): Likewise.
38165         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38166         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38167         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38168         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38169         (INVALID_EXCEPTION_OK): Update value.
38170         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38171         (OVERFLOW_EXCEPTION_OK): Likewise.
38172         (IGNORE_ZERO_INF_SIGN): Likewise.
38173         (test_exceptions): Handle underflow exceptions.
38174         (acos_test): Update for underflow exception expectations.
38175         (cexp_test): Likewise.
38176         (clog_test): Likewise.
38177         (clog10_test): Likewise.
38178         (csqrt_test): Likewise.
38179         (ctan_test): Likewise.
38180         (ctanh_test): Likewise.
38181         (exp_test): Likewise.
38182         (exp10_test): Likewise.
38183         (exp2_test): Likewise.
38184         (expm1_test): Likewise.
38185         (fma_test): Likewise.
38186         (j0_test): Likewise.
38187         (jn_test): Likewise.
38188         (nexttoward_test): Likewise.
38189         (pow_test): Likewise.
38190         (scalbn_test): Likewise.
38191         (scalbln_test): Likewise.
38192         (tan_test): Likewise.
38193         (y1_test): Likewise.
38194         * sysdeps/i386/fpu/libm-test-ulps: Update.
38195         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38197 2012-05-23  David S. Miller  <davem@davemloft.net>
38199         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38200         (__libc_sigaction): Remove unused local variables.
38202 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38204         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38206 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38208         mktime: avoid signed integer overflow
38209         * time/mktime.c (__mktime_internal): Do not mishandle the case
38210         where diff == INT_MIN.
38212         mktime: simplify computation of average
38213         * time/mktime.c (ranged_convert): Use new time_t_avg function
38214         instead of rolling our own (probably-slower) code.
38216         mktime: do not assume signed right shift propagates sign bit
38217         * time/mktime.c (isdst_differ): New static function.
38218         (__mktime_internal): No need to normalize tm_isdst now.
38219         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38220         tm_isdst values.
38222         mktime: merge another wrapv change from gnulib
38223         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38224         from some compilers.
38226         mktime: remove incorrect attempt at unusual arithmetics
38227         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38228         The code didn't really work on such machines anyway.
38229         (TYPE_MINIMUM): Assume two's complement.
38230         (twos_complement_arithmetic): Verify that long_int and time_t
38231         are two's complement (or unsigned, in the latter case).
38233         mktime: check signed shifts on long_int and time_t, too
38234         * time/mktime.c (SHR): Check that shifts work as desired
38235         on the types long_int and time_t too, as SHR is used on
38236         such types.
38238         mktime: do not assume 'long' is wide enough
38239         * time/mktime.c (verify): Move decl up.
38240         (long_int): New type.
38241         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38242         to remove assumption in the code that 'long' is wide enough to
38243         store year values.  This assumption is not true on x32 and on
38244         some non-glibc platforms.
38246         mktime: merge wrapv change from gnulib
38247         * time/mktime.c (WRAPV): New macro.
38248         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38249         (guess_time_tm, __mktime_internal): Do not assume that signed
38250         integer overflow wraps around; modern compilers generate code
38251         where this assumption is no longer valid.
38253 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38255         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38256         Replace "jmp L(pseudo_end)" with "ret".
38257         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38258         Likewise.
38260 2012-05-23  Andreas Jaeger  <aj@suse.de>
38262         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38263         * sysdeps/unix/sysv/linux/poll.c: Remove file.
38265 2012-05-23  Andreas Jaeger  <aj@suse.de>
38266             Maximilian Attems  <max@stro.at>
38268         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38269         New macros.
38271 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38273         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38274         code so that pseudo_end is just ret and the stack pointer is
38275         correct also for static library in error case.
38277 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
38279         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38280         move to syscalls.list.
38281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38286         * manual/install.texi (Running make install): Do not mention Linux
38287         kernel version for which pt_chown is not needed.
38288         (Linux): Do not mention problems with nscd with 2.0 kernels.
38289         * INSTALL: Regenerated.
38291 2012-05-23  Andreas Jaeger  <aj@suse.de>
38293         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38294         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38295         macro.
38296         * sysdeps/unix/sysv/linux/s390/bits/mman.h
38297         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38298         * sysdeps/unix/sysv/linux/sh/bits/mman.h
38299         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38300         * sysdeps/unix/sysv/linux/i386/bits/mman.h
38301         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38302         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38303         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38304         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38305         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38306         * sysdeps/unix/sysv/linux/bits/in.h
38307         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38309 2012-05-22  Roland McGrath  <roland@hack.frob.com>
38311         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38312         (PREPARE_VERSION): Just use assert instead, it will be elided
38313         under [NDEBUG] anyway.
38315 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38317         * sysdeps/unix/sysv/linux/Makefile: Include
38318         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
38319         (sysdep_routines): Remove sysctl.
38320         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38321         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38322         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38323         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38324         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38326 2012-05-22  Andreas Jaeger  <aj@suse.de>
38328         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38329         that pseudo_end is just ret and the stack pointer is correct also
38330         for static library in error case.
38332 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
38334         [BZ #14122]
38335         * nss/nsswitch.c (defconfig_entries): New variable.
38336         (__nss_database_lookup): Don't leak defconfig entries.
38337         (nss_parse_service_list): Don't leak on error paths.
38338         (free_database_entries): New function.
38339         (free_defconfig): New function.
38340         (free_mem): Move common code to free_database_entries.
38342 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38344         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38345         Add arch_prctl.
38346         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38348         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38349         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38350         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38351         New macro.
38352         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38353         (INTERNAL_SYSCALL_TYPES): Likewise.
38354         (LOAD_ARGS_TYPES_[1-6]): Likewise.
38355         (LOAD_REGS_TYPES_[1-6]): Likewise.
38356         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38357         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38359 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38361         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38362         copysignl for GLIBC_2_0.
38363         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38364         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38365         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38366         logbl for GLIBC_2_0.
38367         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38368         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38370 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38372         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38373         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
38375         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38376         Use "neg %eax".
38378         * time/mktime.c: Update copyright years.
38380 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
38382         mktime: merge comment-quoting-style change from gnulib
38383         * time/mktime.c: Quote 'like this' in comments.
38384         The GNU coding standards suggest that we no longer quote `like this',
38385         as "`" and "'" are typically rendered asymmetrically nowadays.
38386         The typical gnulib style is to quote 'like this' when quoting
38387         code, and "like this" when quoting English.
38389         * time/mktime.c (compile-command): Add "-I.".
38391         mktime: merge mktime-internal.h change from gnulib
38392         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38394         mktime: merge time_r change from gnulib
38395         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38397         mktime: merge DEBUG change from gnulib
38398         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
38399         case system <time.h> has a #define.
38401         mktime: merge <sys/types.h> change from gnulib
38402         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
38403         since <time.t> is now guaranteed to define time_t.
38405         mktime: merge HAVE_CONFIG_H change from gnulib
38406         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
38408 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38410         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38411         Use "neg %eax".
38413         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
38414         __rlim_t cast.
38415         (struct rusage): Use anonymous union to pad each field to
38416         __syscall_slong_t.
38418 2012-05-21  David S. Miller  <davem@davemloft.net>
38420         * Makefules (o-iterator): Remove .s cases.
38421         (compile-command.s): Delete.
38422         (COMPILE.s): Delete.
38423         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
38425 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
38427         * configure.in (libc_cv_predef_stack_protector): Only consider
38428         "foobar" and "__stack_chk_fail" lines in libc_undefs.
38429         * configure: Regenerated.
38431 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38433         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38434         New macro.  Use R*LP on int and pointer.
38435         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
38436         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
38437         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
38438         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
38440         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
38441         [__WORDSIZE_TIME64_COMPAT32] instead of
38442         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
38443         (struct utmp): Likewise.
38444         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
38445         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
38446         Renamed to ...
38447         (__WORDSIZE_TIME64_COMPAT32): This.
38448         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
38449         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
38450         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
38451         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
38452         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
38453         (__WORDSIZE_TIME64_COMPAT32): New macro.
38455 2012-05-21  Andreas Jaeger  <aj@suse.de>
38457         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
38458         only if [SHARED]. Add prototype for __wcschr_ia32.
38460 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38462         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
38463         of %rbp unmolested in the jmp_buf while mangling the low bits.
38464         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
38465         unmolested high bits of %rbp while demangling the low bits.
38466         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38468 2012-05-21  Andreas Jaeger  <aj@suse.de>
38470         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
38471         * sunrpc/svc_simple.c: Use it for registerrpc.
38472         * sunrpc/xcrypt.c: Use it for passwd2des.
38474         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
38476 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38478         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
38479         Don't define if [__SYSCALL_WORDSIZE != 32].
38480         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
38481         New macro.
38483 2012-05-21  Bruno Haible  <bruno@clisp.org>
38484             Andreas Jaeger  <aj@suse.de>
38486         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
38487         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
38488         inptr and inend for must_buffer_ch.
38489         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
38490         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
38491         * stdio-common/Makefile (tests): Remove bug15.
38492         (bug15-ENV): Remove macro.
38493         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
38494         anymore.
38496 2012-05-19  Andreas Jaeger  <aj@suse.de>
38497             Roland McGrath  <roland@hack.frob.com>
38499         * manual/contrib.texi: Completely rewritten. It contains now an
38500         alphabetical list of contributors and their contributions.
38502 2012-05-21  Richard Henderson  <rth@twiddle.net>
38504         * misc/getauxval.c (__getauxval): Use unsigned long int.
38505         * misc/sys/auxv.h: Include <sys/cdefs.h>.
38506         (getauxval): Use unsigned long int.
38508 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38510         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38512 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38514         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
38515         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
38516         __alignof__ (long double).
38518 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38520         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38522 2012-05-20  Richard Henderson  <rth@twiddle.net>
38524         * misc/getauxval.c: New file.
38525         * misc/sys/auxv.h: New file.
38526         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
38527         (routines): Add getauxval.
38528         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
38529         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
38530         * elf/dl-sysdep.c (_dl_auxv): Remove.
38531         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
38532         * elf/dl-support.c (_dl_auxv): New variable.
38533         (_dl_aux_init): Initialize it.
38534         * manual/startup.texi (Auxiliary Vector): New node.
38535         * sysdeps/generic/bits/hwcap.h: New file.
38536         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
38537         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
38538         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
38539         * sysdeps/sparc/sysdep.h: ... here.  Include it.
38540         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
38541         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
38542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38543         Update.
38544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
38545         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
38546         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
38547         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
38548         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38549         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38550         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
38551         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
38553 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38555         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38557 2012-05-19  David S. Miller  <davem@davemloft.net>
38559         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38561 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
38563         [BZ #14123]
38564         * math/s_ccosh.c: Include <float.h>
38565         (__ccosh): Avoid internal overflow calculating sinh and cosh
38566         values before multiplying by sin and cos values.
38567         * math/s_ccoshf.c: Likewise.
38568         * math/s_ccoshl.c: Likewise.
38569         * math/s_csin.c: Likewise.
38570         * math/s_csinf.c: Likewise.
38571         * math/s_csinl.c: Likewise.
38572         * math/s_csinh.c: Likewise.
38573         * math/s_csinhf.c: Likewise.
38574         * math/s_csinhl.c: Likewise.
38575         * math/libm-test.inc (ccos_test): Add more tests.
38576         (ccosh_test): Likewise.
38577         (csin_test): Likewise.
38578         (csinh_test): Likewise.
38579         * sysdeps/i386/fpu/libm-test-ulps: Update.
38580         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38582 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
38584         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
38585         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
38587         * sysdeps/x86_64/x32/_itoa.h: Add comment.
38589 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
38591         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
38592         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
38593         * sysdeps/powerpc/soft-fp/Versions: Likewise.
38594         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
38595         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
38596         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
38597         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
38598         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
38599         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
38600         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
38601         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
38602         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
38603         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
38604         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
38605         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
38606         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
38607         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
38608         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
38609         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
38610         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
38611         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
38612         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
38613         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
38614         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
38615         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
38616         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
38617         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
38618         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
38619         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
38620         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
38621         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
38623 2012-05-18  Andreas Jaeger  <aj@suse.de>
38625         * csu/.gitignore: Delete.
38627 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38629         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
38630         (timex): Use __syscall_slong_t.
38632 2012-05-18  Andreas Jaeger  <aj@suse.de>
38633             Carlos O'Donell  <carlos_odonell@mentor.com>
38635         * manual/install.texi (Configuring and compiling): Update
38636         description about files modified in the source directory.
38637         * INSTALL: Regenerated.
38639 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38641         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
38642         value.  Use "or" to set return value to -1.
38643         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
38644         negate return value.
38646 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38648         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
38649         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
38650         failure if the compiler has Graphite support disabled.
38651         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
38652         Likewise.
38653         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
38654         (CFLAGS-memmove.c): Likewise.
38655         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
38656         Likewise.
38658 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38660         * sysdeps/x86_64/x32/_itoa.h: New file.
38662         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
38663         getdents system call only if kernel and user dirents have the
38664         same d_ino and d_off.
38666         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
38667         LLONG_MAX != LONG_MAX.
38668         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38669         (_fitoa_word): Likewise.
38671         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
38672         years.
38673         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
38674         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
38675         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
38677         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
38678         include <bits/wordsize.h>.  Check __x86_64__ instead of
38679         __WORDSIZE.
38680         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
38681         if __x86_64__ is defined.  Use anonymous union on fpstate.
38683         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
38684         anonymous union.
38686 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
38688         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
38689         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
38690         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
38691         Refer to _rtld_local_ro instead of _rtld_global_ro.
38692         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
38693         Likewise.
38694         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
38695         Likewise.
38696         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
38697         Likewise.
38698         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
38699         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
38700         of _rtld_global, and rtld_progname instead of _dl_argv[0].
38702         * sysdeps/powerpc/powerpc32/dl-machine.c
38703         (__elf_machine_runtime_setup) [PROF]: Don't reference
38704         _dl_prof_resolve.
38706 2012-05-18  Andreas Jaeger  <aj@suse.de>
38708         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
38709         function only available for GCCs before 3.4 since GCC 3.4
38710         introduced a builtin.
38711         (lrint): Likewise.
38712         (llrintf): Likewise.
38713         (llrint): Likewise.
38714         (fmaxf): Likewise.
38715         (fmax): Likewise.
38716         (fminf): Likewise.
38717         (fmin): Likewise.
38718         (rint): Likewise.
38719         (rintf): Likewise.
38720         (nearbyint): Likewise.
38721         (nearbyintf): Likewise.
38722         (ceil): Likewise.
38723         (ceilf): Likewise.
38724         (floor): Likewise.
38725         (floorf): Likewise.
38727 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
38729         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
38730         on both fields and cast pointer to __syscall_ulong_t.
38732         * bits/types.h (__fsword_t): New type.
38733         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
38734         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
38735         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38736         (__FSWORD_T_TYPE): Likewise.
38737         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38738         (__FSWORD_T_TYPE): Likewise.
38739         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38740         (__FSWORD_T_TYPE): Likewise.
38741         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
38742         (__FSWORD_T_TYPE): Likewise.
38743         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
38744         __SWORD_TYPE with __fsword_t.
38745         (statfs64): Likewise.
38747 2012-05-17  David S. Miller  <davem@davemloft.net>
38749         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
38751 2012-05-17  Andreas Jaeger  <aj@suse.de>
38753         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
38754         warning.
38756 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
38758         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
38760 2012-05-17  Andreas Jaeger  <aj@suse.de>
38762         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
38763         when it is used.
38765 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
38767         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
38769 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
38771         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
38772         * sysdeps/x86_64/tst-mallocalign1.c: New file.
38774 2012-05-17  Andreas Jaeger  <aj@suse.de>
38775             Carlos O'Donell  <carlos_odonell@mentor.com>
38777         [BZ #14059]
38778         * sysdeps/x86_64/multiarch/init-arch.h
38779         (bit_YMM_Usable): Rename to...
38780         (bit_AVX_Usable): ... this.
38781         (bit_FMA4_Usable): New macro.
38782         (bit_XMM_state): New macro.
38783         (bit_YMM_state): New macro.
38784         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
38785         [__ASSEMBLER__] (index_AVX_Usable): ... this.
38786         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
38787         (CPUID_OSXSAVE): New macro.
38788         (CPUID_AVX): New macro.
38789         (CPUID_FMA4): New macro.
38790         (index_YMM_Usable): Rename to...
38791         (index_AVX_Usable): ... this.
38792         (HAS_AVX): Use HAS_ARCH_FEATURE.
38793         (HAS_FMA4): Likewise.
38794         (HAS_YMM_USABLE): Remove.
38795         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38796         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
38797         are present.
38798         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
38799         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
38800         * sysdeps/x86_64/multiarch/Makefile: Likewise.
38801         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
38802         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
38804 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
38806         * math/libm-test.c: Support platforms without multiple rounding modes.
38807         * math/bug-nextafter.c: Support platforms without FP exceptions.
38808         * math/bug-nexttoward.c: Likewise.
38809         * math/test-fenv.c: Likewise.
38810         * math/test-misc.c: Likewise.
38811         * stdlib/bug-getcontext.c: Likewise.
38813 2012-05-17  Andreas Jaeger  <aj@suse.de>
38815         * manual/examples/search.c (critter_cmp): Change signature to
38816         avoid warnings.
38817         * manual/string.texi (Collation Functions): Likewise.
38819 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
38821         * bits/types.h: Fold copyright years.
38822         * bits/typesizes.h: Likewise.
38823         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
38824         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
38825         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
38826         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
38827         * time/time.h: Likewise.
38829 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
38831         [BZ #208]
38832         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
38833         in instead of returning them.  Return void.
38834         (__libc_mallinfo): Accumulate over all arenas.
38835         (__malloc_stats): Adjust for change in int_mallinfo interface.
38837 2012-05-16  Roland McGrath  <roland@hack.frob.com>
38839         [BZ #10375]
38840         * configure.in (NM): Add AC_CHECK_TOOL for it.
38841         (libc_extra_cflags): New substituted variable.
38842         Check for -fstack-protector being used implicitly.
38843         * configure: Regenerated.
38844         * config.make.in (config-extra-cflags): New variable,
38845         gets @libc_extra_cflags@.
38846         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
38848         [BZ #10375]
38849         * configure.in: Check for _FORTIFY_SOURCE being predefined.
38850         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
38851         * configure: Regenerated.
38852         * config.make.in (CPPUNDEFS): New substituted variable.
38853         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
38854         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
38855         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
38857 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
38859         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
38860         (mq_attr): Use __syscall_slong_t.
38862 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
38864         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
38865         Check __x86_64__ instead of __WORDSIZE.
38866         (_STAT_VER_LINUX): Likewise.
38867         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
38868         __syscall_ulong_t and __syscall_slong_t.
38869         (stat64): Likewise.
38871 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
38873         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
38875 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
38877         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
38879 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
38881         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
38882         __syscall_ulong_t.
38884         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
38885         include <bits/wordsize.h>.  Check __x86_64__ instead of
38886         __WORDSIZE.
38887         (greg_t): Use "__extension__ long long int" if __x86_64__ is
38888         defined.
38889         (mcontext_t): Replace "unsigned long" with "unsigned long long".
38891         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
38892         include <bits/wordsize.h>.  Check __x86_64__ instead of
38893         __WORDSIZE.
38894         (user_regs_struct): Use "__extension__ unsigned long long"
38895         instead of "unsigned long" if __x86_64__ is defined.
38896         (user): Likewise.  Pad after pointer field if __ILP32__ is
38897         defined.
38899 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
38901         * configure.in (makeinfo): Require version 4.5 or later.  Allow
38902         versions 5 to 9.
38903         * configure: Regenerated.
38904         * manual/install.texi (texinfo): Increase version requirement to
38905         4.5 or later.
38906         * INSTALL: Regenerated.
38908         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
38910 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
38912         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
38914         * sysdeps/x86_64/x32/ffs.c: New file.
38916         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
38917         __syscall_ulong_t.
38918         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
38919         defined.  Use __syscall_ulong_t.
38920         (shminfo): Use __syscall_ulong_t.
38921         (shm_info): Likewise.
38923         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
38924         __syscall_ulong_t.
38926         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
38927         <bits/wordsize.h>.
38928         (msgqnum_t): Use __syscall_ulong_t.
38929         (msglen_t): Likewise.
38930         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
38931         __syscall_ulong_t.
38933         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
38934         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
38936         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
38938         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
38939         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
38941         * sysvipc/sys/msg.h (msgbuf): Replace long int with
38942         __syscall_slong_t.
38944         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
38945         include <bits/wordsize.h>.  Check __x86_64__ instead of
38946         __WORDSIZE.
38948         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
38949         "unsigned long long int" if __x86_64__ is defined.
38950         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
38952         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
38953         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
38954         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
38956         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
38957         <stdint.h>.
38958         (GET_PC): Cast to uintptr_t first.
38959         (GET_FRAME): Likewise.
38960         (GET_STACK): Likewise.
38962         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
38963         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
38964         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
38965         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
38966         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
38967         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
38968         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
38969         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
38970         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
38971         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
38972         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
38973         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
38974         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38975         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
38976         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
38977         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
38978         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
38979         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
38980         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
38981         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
38982         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
38983         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
38984         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
38985         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
38986         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
38987         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
38988         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
38989         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
38990         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
38992 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
38994         * Makerules (+depfiles): Also collect depfiles from .oS in
38995         $(extra-objs).
38996         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
38997         .oS, $(libnldbl-routines)).
38999         * Makerules (native-compile-mkdep-flags): Define.
39000         * sunrpc/Makefile (extra-objs): Add $(addprefix
39001         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39002         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39003         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39004         calling $(make-target-directory).
39006 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39008         * bits/types.h (__snseconds_t): Removed.
39009         * time/time.h (struct timespec): Replace __snseconds_t with
39010         __syscall_slong_t.
39011         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39012         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39013         Likewise.
39014         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39015         (__SNSECONDS_T_TYPE): Likewise.
39016         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39017         (__SNSECONDS_T_TYPE): Likewise.
39018         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39019         (__SNSECONDS_T_TYPE): Likewise.
39021 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39023         * sysdeps/mach/hurd/bits/typesizes.h
39024         (__SYSCALL_SLONG_TYPE): New macro.
39025         (__SYSCALL_ULONG_TYPE): Likewise.
39027 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39029         * bits/types.h (__syscall_slong_t): New type.
39030         (__syscall_ulong_t): Likewise.
39032         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39033         (__SYSCALL_ULONG_TYPE): Likewise.
39034         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39035         (__SYSCALL_SLONG_TYPE): Likewise.
39036         (__SYSCALL_ULONG_TYPE): Likewise.
39037         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39038         (__SYSCALL_SLONG_TYPE): Likewise.
39039         (__SYSCALL_ULONG_TYPE): Likewise.
39040         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39041         (__SYSCALL_SLONG_TYPE): Likewise.
39042         (__SYSCALL_ULONG_TYPE): Likewise.
39044 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39046         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39047         Add sigaltstack-offsets.sym.
39048         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39049         <sigaltstack-offsets.h>.
39050         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39051         longjmp_msg pointer.
39052         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39053         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39054         signal stack.
39055         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39057 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39059         * elf/stackguard-macros.h: Remove file.
39060         * sysdeps/generic/stackguard-macros.h: New file.
39061         * sysdeps/i386/stackguard-macros.h: Likewise.
39062         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39063         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39064         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39065         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39066         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39067         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39068         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39069         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39070         <elf/stackguard-macros.h>.
39072         [BZ #14109]
39073         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39074         __aligned__ in attribute.
39075         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39076         (gregset_t): Likewise.
39078 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39080         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39081         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39082         * sysdeps/x86_64/x32/Implies-after: New file.
39084 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39086         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39087         and access return value for _dl_profile_fixup.  Use R10_LP to
39088         load frame size.
39090 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39092         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39094 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39096         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39097         * sysdeps/x86_64/x32/sysdep.h: New file.
39099 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39101         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39102         * sysdeps/x86_64/setjmp.S: Likewise.
39104 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39106         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39107         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39108         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39109         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39110         remove unused global constant.
39112 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39114         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39115         include of <not-cancel.h>.
39117 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39119         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39121 2012-05-15  Jeff Law  <law@redhat.com>
39122             Andreas Jaeger  <aj@suse.de>
39124         [BZ #13594]
39125         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39126         out from...
39127         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39128         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39129         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39130         code changing __hst_map_handle.map.
39132 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39134         * configure.in (sysnames): Look for Implies-before and Implies-after
39135         files.
39136         * configure: Regenerated.
39138 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39140         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39141         8-byte data alignment with LP_SIZE alignment.
39143 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39145         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39146         into R10_LP.
39148 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39150         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39152 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39154         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39155         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39156         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39157         Likewise.
39158         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39160 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39162         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39163         (stackinfo_sub_sp): Likewise.
39165 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39167         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39168         RAX_LP.
39170 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39172         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39173         into R*_LP.
39175 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39177         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39178         sizes into R*_LP.
39180 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39182         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39184 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39186         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39187         into R11_LP and load __x86_64_shared_cache_size_half into
39188         R8_LP.
39190 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39192         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39193         R8_LP.
39195 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39197         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39198         logb for POWER7.
39199         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39200         logbf for POWER7.
39201         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39202         logbl for POWER7.
39203         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39204         powerpc32/power7/fpu/s_logb.c via #include.
39205         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39206         powerpc32/power7/fpu/s_logbf.c via #include.
39207         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39208         powerpc32/power7/fpu/s_logbl.c via #include.
39210 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39212         * README.libm: Remove file.
39214 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39216         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39217         count for x32.  Use R*_LP and omit operand-size suffix.
39219 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39221         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39222         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39223         * sysdeps/x86_64/x32/shlib-versions: New file.
39225 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39227         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39228         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39229         Use _dl_fatal_printf instead.
39231 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39233         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39234         set if not set by the user.  Do not allow for being unset.
39235         * sysdeps/unix/sysv/linux/configure: Regenerated.
39237 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39239         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39240         the `q' suffix from lea and replace .quad with ASM_ADDR.
39242 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39244         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39245         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
39246         instead of $17.
39247         (PTR_DEMANGLE): Likewise.
39249 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39251         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39252         (LP_OP): Likewise.
39253         (ASM_ADDR): Likewise.
39254         (RAX_LP): Likewise.
39255         (RBP_LP): Likewise.
39256         (RBX_LP): Likewise.
39257         (RCX_LP): Likewise.
39258         (RDI_LP): Likewise.
39259         (RSI_LP): Likewise.
39260         (RSP_LP): Likewise.
39261         (R8_LP): Likewise.
39262         (R9_LP): Likewise.
39263         (R10_LP): Likewise.
39264         (R10_LP): Likewise.
39265         (R11_LP): Likewise.
39266         (R12_LP): Likewise.
39267         (R13_LP): Likewise.
39268         (R14_LP): Likewise.
39269         (R15_LP): Likewise.
39271 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39273         * sysdeps/x86_64/x32/dl-machine.h: New file.
39275 2012-05-14  Andreas Jaeger  <aj@suse.de>
39277         * manual/Makefile (subdir): Remove export of subdir.
39278         (all): Remove target.
39279         (.PHONY): Remove all from list.
39280         (mkinstalldirs): Remove.
39281         (.PHONY): Remove installdirs from list.
39282         ($(inst_infodir)/libc.info): Use make-target-directory.
39283         (installdirs): Remove.
39284         (subdir_%): Remove.
39285         (glibc-targets): Remove.
39286         (lib): Remove.
39287         (stubs): Remove.
39288         ($(objpfx)stubs ../po/manual.pot): Remove.
39289         ($(objpfx)stamp%): Remove.
39290         (make-target-directory): Remove.
39291         (subdir_install): Remove.
39292         (routines): Remove.
39293         (aux): Remove.
39294         (sources): Remove.
39295         (objects): Remove.
39296         (headers): Remove.
39298         [BZ #13750]
39299         * manual/.gitignore: Remove, it's not needed anymore.
39300         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39301         all files in it.
39302         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39303         directory.
39304         (texis): Renamed to $(objpfx)texis.
39305         (texis-path): New, contains path to generated files.
39306         (chapters.%): Use texis-path for complete path, add extra argument
39307         libc-texinfo.sh.
39308         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39309         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39310         (summary,texi, stamp-summary): Use complete path of
39311         files. Generate files in build dir.
39312         (dir-add.texi): Build in build dir.
39313         (libm-err.texi,stamp-libm-err): Likewise.
39314         (version.texi, stamp-version): Likewise.
39315         (.%c.texi): Likewise.
39316         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39317         (mostlyclean): Remove target.
39318         (realclean): Remove target.
39319         (generated): Add new variable with contents from mostlyclean and
39320         realclean, remove entries duplicated in common-mostlyclean, add
39321         stamp-libm-err and stamp-version.
39322         (generated-dirs): Add libc directory.
39323         ($(inst_infodir)/libc.info): Install files from build dir.
39325         * manual/install.texi (Configuring and compiling): Adjust since
39326         the info files are not part of the tar ball anymore.
39328 2012-05-14  Andreas Jaeger  <aj@suse.de>
39330         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39331         variable.
39333 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39335         [BZ #13717]
39336         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39337         to 2.2.0 where earlier.
39338         * sysdeps/unix/sysv/linux/configure: Regenerated.
39339         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39340         Remove conditional code.
39341         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39342         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39343         Remove conditional code.
39344         [!__NR_lchown]: Likewise.
39345         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39346         [__NR_lchown]: Likewise.
39347         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39348         comment referencing __ASSUME_LCHOWN_SYSCALL.
39349         * sysdeps/unix/sysv/linux/i386/sigaction.c
39350         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39351         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39352         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39353         Remove conditional code.
39354         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39355         (__protocol_available): Remove #if 0 code.
39356         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39357         conditional code.
39358         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39359         * sysdeps/unix/sysv/linux/kernel-features.h
39360         (__ASSUME_GETCWD_SYSCALL): Don't define.
39361         (__ASSUME_REALTIME_SIGNALS): Likewise.
39362         (__ASSUME_PREAD_SYSCALL): Likewise.
39363         (__ASSUME_PWRITE_SYSCALL): Likewise.
39364         (__ASSUME_POLL_SYSCALL): Likewise.
39365         (__ASSUME_LCHOWN_SYSCALL): Likewise.
39366         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39367         non-SPARC.
39368         (__ASSUME_SIOCGIFNAME): Don't define.
39369         (__ASSUME_MSG_NOSIGNAL): Likewise.
39370         (__ASSUME_SENDFILE): Define unconditionally.
39371         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39372         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39373         conditional code.
39374         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39375         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39376         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39377         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39378         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39379         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39380         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39382         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39383         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39385         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39386         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39388         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39389         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39391         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39392         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39394         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39395         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39397         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39398         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
39400         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39401         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
39403         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39404         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39405         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
39406         Remove conditional code.
39407         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39408         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39409         Remove conditional code.
39410         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39411         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
39412         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
39413         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39414         Remove conditional code.
39415         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39416         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
39417         Remove conditional code.
39418         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39419         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
39420         Remove conditional code.
39421         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39422         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39423         Remove conditional code.
39424         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39425         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39426         Remove conditional code.
39427         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39428         * sysdeps/unix/sysv/linux/sh/pwrite64.c
39429         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39430         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39431         * sysdeps/unix/sysv/linux/sigaction.c
39432         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39433         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39434         * sysdeps/unix/sysv/linux/sigpending.c
39435         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39436         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39437         * sysdeps/unix/sysv/linux/sigprocmask.c
39438         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39439         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39440         * sysdeps/unix/sysv/linux/sigsuspend.c
39441         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39442         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39443         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39444         (__libc_missing_rt_sigs): Remove.
39445         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
39446         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
39447         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
39448         Remove conditional code.
39449         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
39450         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
39451         return 1.
39452         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
39453         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
39454         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
39455         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
39457 2012-05-14  Andreas Jaeger  <aj@suse.de>
39459         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
39460         it's not used in glibc.
39461         (__coshm1): Likewise.
39462         (__acosh1p): Likewise.
39463         (__sgn): Likewise.
39465         * manual/string.texi (Copying and Concatenation): Add missing
39466         variable in concat example.
39467         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
39469 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39471         [BZ #14103]
39472         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
39473         __builtin_clzl with __builtin_clzll.
39475 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39477         [BZ #14104]
39478         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
39479         libc_freeres_ptr.
39481 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39483         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
39484         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
39485         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
39486         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
39488 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
39490         * NEWS: Update ia64 info.
39492 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
39494         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
39495         used as bcopy.
39497 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
39499         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
39500         * sysdeps/unix/syscalls.list (dup3): Likewise.
39501         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
39502         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
39504 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39506         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
39507         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
39509 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39511         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
39512         thread pointer.
39513         (TLS_IE): Use mov/add instead of movq/addq to load thread
39514         pointer.
39515         (TLS_GD_PREFIX): New.
39516         (TLS_GD): Use it.
39518 2012-05-11  David S. Miller  <davem@davemloft.net>
39520         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
39521         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
39522         (_FPU_SETCW): Likewise.
39524 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39526         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
39527         is 32-byte aligned.
39529 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
39531         [BZ #11837]
39532         * iconvdata/gb18030.c: Update tables.
39533         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
39534         characters specially.
39535         (BODY for TO_LOOP): Add encoding of missing ranges.
39537 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
39539         [BZ #13673]
39540         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
39541         * sysdeps/mach/hurd/dup3.c: Likewise.
39542         * sysdeps/mach/hurd/readlinkat.c: Likewise.
39543         * sysdeps/powerpc/memmove.c:: Likewise.
39545 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39547         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
39548         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
39550 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39552         * elf/elf.h (R_X86_64_RELATIVE64): New.
39553         (R_X86_64_NUM): Updated.
39554         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
39555         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
39556         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
39557         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
39558         tst-quad1pie tst-quad2pie
39559         (modules-names): Add tst-quadmod1 tst-quadmod2.
39560         ($(objpfx)tst-quad1): New dependency.
39561         ($(objpfx)tst-quad2): Likewise.
39562         ($(objpfx)tst-quad1pie): Likewise.
39563         ($(objpfx)tst-quad2pie): Likewise.
39564         * sysdeps/x86_64/tst-quad1.c: New file.
39565         * sysdeps/x86_64/tst-quad1pie.c: New file.
39566         * sysdeps/x86_64/tst-quad2.c: Likewise.
39567         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
39568         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
39569         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
39570         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
39571         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
39573 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39575         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
39576         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
39577         * streams/stropts.h (t_scalar_t): Define type.
39579         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
39580         (_PATH_PRESERVE): Set to "/var/lib".
39581         (_PATH_RWHODIR): Set to "/var/spool/rwho".
39583         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
39584         instead of int.
39586         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
39587         if __dir_mkfile succeeded.
39589         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
39590         checking for _hurd_dtablesize.  Unlock it right after having
39591         finished _hurd_dtable allocation.
39593 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39595         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
39596         * sysdeps/mach/hurd/configure: Regenerated.
39597         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
39598         special-casing to...
39599         * sysdeps/gnu/configure.in: ... this new file.
39600         * sysdeps/unix/sysv/linux/configure: Regenerated.
39601         * sysdeps/gnu/configure: New generated file.
39603         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
39604         for Linux: use nsec instead of usec, as well as:
39605         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
39606         members of type struct timespec.
39607         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
39608         New macros.
39609         (struct stat64): Likewise.
39610         (_STATBUF_ST_NSEC): New macro.
39611         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
39613         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39614         __strtoul_internal rather than strtoul.
39616 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39618         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
39619         and reject them.
39621 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39623         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
39624         which preserves existing values.
39625         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
39627 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39629         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
39630         TIMEOUT values.  Return EINVAL for NFDS values either negative or
39631         greater than FD_SETSIZE.
39633 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39635         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
39636         allocated, call __vm_protect to finish enabling the existing space, and
39637         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
39638         allocate the remainder.
39640 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39642         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
39643         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
39645 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39647         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
39648         sysdeps/mach/hurd/readlink.c.
39650         * posix/tst-sysconf.c (posix_options): Only use
39651         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
39652         _POSIX_SYNCHRONIZED_IO when they are defined
39653         * sysdeps/mach/hurd/bits/posix_opt.h:
39654         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
39655         (_XOPEN_REALTIME): Undefine macro.
39656         (_XOPEN_REALTIME_THREADS): Undefine macro.
39657         (_XOPEN_SHM): Undefine macro.
39658         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
39659         macro to -1.
39660         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
39661         macro to -1.
39662         (_POSIX_ASYNC_IO): Undefine macro.
39663         (_POSIX_PRIORITIZED_IO): Undefine macro.
39664         (_POSIX_SPIN_LOCKS): Define macro to -1.
39666         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
39667         SA_NODEFER, SA_RESETHAND.
39668         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
39669         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
39670         F_DUPFD_CLOEXEC.
39672 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39674         * elf/Makefile (pldd-modules): Define unconditionally.
39676 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39678         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
39680 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39682         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
39683         Return ENOENT when name is empty.
39684         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
39686 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39688         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
39690         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
39692 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39694         Fix mlock in all cases except non-readable pages.
39695         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
39696         instead of VM_PROT_ALL as parameter to __vm_wire function.
39698         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
39699         (__mkdir): When path is `/', just fail with EEXIST.
39700         * sysdeps/mach/hurd/mkdirat.c: Likewise.
39702 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39704         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
39705         <sys/uio.h> (for writev).
39706         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
39707         and <sys/param.h> (for MIN).
39709 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39711         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
39712         REQUESTED_TIME.  Properly set the remaining time and return EINTR
39713         if interrupted.
39715 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39717         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
39718         Depend on against $(link-rpcuserlibs).
39720 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39722         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
39723         (__libc_stack_end): Do not use attribute_relro.
39724         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
39725         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
39726         to libthread-provided value.
39727         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
39728         attribute_relro.
39730 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39732         [BZ #3748]
39733         * bits/libc-lock.h (__libc_once_get): New macro.
39734         * sysdeps/mach/bits/libc-lock.h: Likewise.
39735         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
39736         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
39737         instead of using implementation details.
39739         * libio/fileops.c: Unconditionally include <kernel-features.h>.
39740         * libio/freopen.c: Likewise.
39741         * libio/freopen64.c: Likewise.
39742         * misc/syslog.c: Likewise.
39743         * nscd/connections.c: Likewise.
39744         * nscd/netgroupcache.c: Likewise.
39745         * sysdeps/posix/getcwd.c: Likewise.
39747 2012-05-10  Roland McGrath  <roland@hack.frob.com>
39749         * math/w_ilogbf.c: Add #include <limits.h>.
39751 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39753         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
39754         path instead of returning without unlocking.
39756         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
39757         immediate-write ioctls.
39758         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
39760 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39762         * sysdeps/mach/hurd/i386/init-first.c (init): Use
39763         __builtin_frame_address instead of making assumptions about the
39764         location of the return address relative to DATA.  Force early load of
39765         the return address.
39766         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
39767         __builtin_frame_address.
39769         dup3 for GNU Hurd.
39770         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
39771         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
39772         implement dup3 and do some further code clean-ups.
39773         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
39774         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
39776 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39778         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
39780         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
39781         HURD_CRITICAL_END around holding _hurd_dtable_lock.
39782         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
39783         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
39784         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
39785         d->port.lock.
39787         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
39788         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
39789         when handler == SIG_ERR, not when handler != SIG_ERR.
39791 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39793         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
39794         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
39795         definitions.
39797         accept4 for GNU Hurd.
39798         * include/sys/socket.h (__libc_accept4): New prototype.
39799         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
39800         to implement __libc_accept4.
39801         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
39802         __libc_accept4.
39803         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
39805         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
39806         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
39807         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
39808         signal-defines.sym.
39810 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39812         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
39814 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39816         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
39817         assertion on O_CLOEXEC flag.
39818         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
39819         * hurd/intern-fd.c: Likewise.
39820         * hurd/port2fd.c: Likewise.
39822 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39824         [BZ #3906]
39825         * bits/in.h (IPV6_PKTINFO): Define new macro.
39826         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
39828 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39830         [BZ #13954]
39831         [BZ #13955]
39832         [BZ #13956]
39833         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
39834         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
39835         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
39836         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
39837         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
39838         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
39839         * math/libm-test.inc (logb_test) : Additional logb tests.
39841 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
39842             Andreas Jaeger  <aj@suse.de>
39844         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
39845         * configure: Regenerated.
39846         * config.h.in (LINK_OBSOLETE_RPC): New macro.
39847         * config.make.in (link-obsolete-rpc): New substituted variable.
39848         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
39849         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
39850         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
39851         (shared-only-routines): Don't set it under [link-obsolete-rpc],
39852         so that libc.a contains the symbols.
39853         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
39854         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
39855         * sunrpc/auth_none.c: Likewise.
39856         * sunrpc/auth_unix.c: Likewise.
39857         * sunrpc/authdes_prot.c: Likewise.
39858         * sunrpc/authuxprot.c: Likewise.
39859         * sunrpc/clnt_gen.c: Likewise.
39860         * sunrpc/clnt_perr.c: Likewise.
39861         * sunrpc/clnt_raw.c: Likewise.
39862         * sunrpc/clnt_simp.c: Likewise.
39863         * sunrpc/clnt_tcp.c: Likewise.
39864         * sunrpc/clnt_udp.c: Likewise.
39865         * sunrpc/clnt_unix.c: Likewise.
39866         * sunrpc/des_crypt.c: Likewise.
39867         * sunrpc/des_soft.c: Likewise.
39868         * sunrpc/get_myaddr.c: Likewise.
39869         * sunrpc/key_call.c: Likewise.
39870         * sunrpc/key_prot.c: Likewise.
39871         * sunrpc/netname.c: Likewise.
39872         * sunrpc/pm_getmaps.c: Likewise.
39873         * sunrpc/pm_getport.c: Likewise.
39874         * sunrpc/pmap_clnt.c: Likewise.
39875         * sunrpc/pmap_prot.c: Likewise.
39876         * sunrpc/pmap_prot2.c: Likewise.
39877         * sunrpc/pmap_rmt.c: Likewise.
39878         * sunrpc/publickey.c: Likewise.
39879         * sunrpc/rpc_cmsg.c: Likewise.
39880         * sunrpc/rpc_common.c: Likewise.
39881         * sunrpc/rpc_dtable.c: Likewise.
39882         * sunrpc/rpc_prot.c: Likewise.
39883         * sunrpc/rpc_thread.c: Likewise.
39884         * sunrpc/rtime.c: Likewise.
39885         * sunrpc/svc.c: Likewise.
39886         * sunrpc/svc_auth.c: Likewise.
39887         * sunrpc/svc_raw.c: Likewise.
39888         * sunrpc/svc_run.c: Likewise.
39889         * sunrpc/svc_tcp.c: Likewise.
39890         * sunrpc/svc_udp.c: Likewise.
39891         * sunrpc/svc_unix.c: Likewise.
39892         * sunrpc/svcauth_des.c: Likewise.
39893         * sunrpc/xcrypt.c: Likewise.
39894         * sunrpc/xdr.c: Likewise.
39895         * sunrpc/xdr_array.c: Likewise.
39896         * sunrpc/xdr_float.c: Likewise.
39897         * sunrpc/xdr_intXX_t.c: Likewise.
39898         * sunrpc/xdr_mem.c: Likewise.
39899         * sunrpc/xdr_rec.c: Likewise.
39900         * sunrpc/xdr_ref.c: Likewise.
39901         * sunrpc/xdr_sizeof.c: Likewise.
39902         * sunrpc/xdr_stdio.c: Likewise.
39904 2012-05-10  Roland McGrath  <roland@hack.frob.com>
39906         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
39907         change.  Update copyright years.
39909 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
39911         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
39913 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
39914             Joseph Myers  <joseph@codesourcery.com>
39915             Paul Pluzhnikov  <ppluzhnikov@google.com>
39917         [BZ #14012]
39918         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
39919         requiring rpcgen.
39920         [cross-compiling] (extra-libs): Likewise.
39921         [cross-compiling] (extra-libs-others): Likewise.
39922         [cross-compiling] (librpcsvc-routines): Likewise.
39923         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
39924         [cross-compiling] (omit-deps): Likewise.
39925         (sunrpc-CPPFLAGS): New variable.
39926         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
39927         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
39928         (cross-rpcgen-objs): New variable.
39929         (extra-objs): Append $(cross-rpcgen-objs).
39930         ($(cross-rpcgen-objs)): New rule.
39931         ($(objpfx)cross-rpcgen): Likewise.
39932         (rpcgen-cmd): Define to use $(built-program-file).  Expand
39933         comment.
39934         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
39935         ($(objpfx)x%.stmp): Likewise.
39936         * sunrpc/proto.h [IS_IN_build] (_): Define.
39937         [IS_IN_build] (_libc_intl_domainname): Likewise.
39939 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39941         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
39942         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
39943         and R_X86_64_TPOFF64.
39945 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
39947         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
39948         sysdeps/unix/sysv/syscalls.list.
39949         (stime): Likewise.
39950         (utime): Likewise.
39951         * sysdeps/unix/sysv/syscalls.list: Remove file.
39953 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
39955         [BZ #3440]
39956         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
39957         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
39958         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
39959         (__LC_IDENTIFICATION): Make these macros useful in #if
39960         expressions, as required by C99.
39962 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
39964         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
39965         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
39966         after this.
39968 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
39970         * stdlib/longlong.h: Updated from GCC.
39972 2012-05-09  Andreas Jaeger  <aj@suse.de>
39974         * nscd/nscd.c (run_modes): Make named enum, reorder so that
39975         default is first entry.
39976         (run_mode): Set type.
39977         (main): Remove informal message about syslog.
39978         (options): Fix typo.
39980         [BZ #14053]
39981         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
39982         to asm.
39983         (lrint): Likewise.
39984         (llrintf): Likewise.
39985         (llrint): Likewise.
39986         (rint): Likewise.
39987         (rintf): Likewise.
39988         (nearbyint): Likewise.
39989         (nearbyintf): Likewise.
39991 2012-05-09  Andreas Jaeger  <aj@suse.de>
39992             Pedro Alves  <palves@redhat.com>
39994         * nscd/nscd.c (run_mode): Use enum.
39995         (main): Cleanup coding style issue.
39997 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
39998             Andreas Jaeger  <aj@suse.de>
40000         * nscd/nscd.c (go_background): Replaced with...
40001         (run_mode): ... this.
40002         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40003         (options): Add -F --foreground.
40004         (main): Implement it.
40005         (parse_opt): Parse it.
40007 2012-05-09  Andreas Jaeger  <aj@suse.de>
40009         [BZ #14083]
40010         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40011         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40012         -Wconversion warning.
40013         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40014         Likewise.
40016 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40018         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40019         == 0.
40020         (LC_ALL): Use macro-int-constant.
40021         (LC_COLLATE): Likewise.
40022         (LC_CTYPE): Likewise.
40023         (LC_MESSAGES): Likewise.
40024         (LC_MONETARY): Likewise.
40025         (LC_NUMERIC): Likewise.
40026         (LC_TIME): Likewise.
40027         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40028         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40029         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40030         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40031         Specify type.
40032         [C99-based standards] (float_t): Expect type.
40033         [C99-based standards] (double_t): Expect type.
40034         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40035         type.
40036         [C99-based standards] (HUGE_VALL): Likewise.
40037         [C99-based standards] (INFINITY): Likewise.
40038         [C99-based standards] (NAN): Likewise.
40039         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40040         [C99-based standards] (FP_NAN): Likewise.
40041         [C99-based standards] (FP_NORMAL): Likewise.
40042         [C99-based standards] (FP_SUBNORMAL): Likewise.
40043         [C99-based standards] (FP_ZERO): Likewise.
40044         [C99-based standards] (FP_FAST_FMA): Use
40045         optional-macro-int-constant.  Specify type.  Require == 1.
40046         [C99-based standards] (FP_FAST_FMAF): Likewise.
40047         [C99-based standards] (FP_FAST_FMAL): Likewise.
40048         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40049         [C99-based standards] (FP_ILOGBNAN): Likewise.
40050         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40051         Specify type.
40052         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40053         [C99-based standards] (math_errhandling): Specify type.
40054         [ISO99 || ISO11] (signgam): Do not allow.
40055         [non-C99-based standards] (copysignf): Do not allow.
40056         [non-C99-based standards] (exp2f): Likewise.
40057         [non-C99-based standards] (log2f): Likewise.
40058         [non-C99-based standards] (modff): Allow.
40059         [non-C99-based standards] (erff): Do not allow.
40060         [non-C99-based standards] (erfcf): Likewise.
40061         [non-C99-based standards] (gammaf): Likewise.
40062         [non-C99-based standards] (hypotf): Likewise.
40063         [non-C99-based standards] (j0f): Likewise.
40064         [non-C99-based standards] (j1f): Likewise.
40065         [non-C99-based standards] (jnf): Likewise.
40066         [non-C99-based standards] (lgammaf): Likewise.
40067         [non-C99-based standards] (tgammaf): Likewise.
40068         [non-C99-based standards] (y0f): Likewise.
40069         [non-C99-based standards] (y1f): Likewise.
40070         [non-C99-based standards] (ynf): Likewise.
40071         [non-C99-based standards] (isnanf): Likewise.
40072         [non-C99-based standards] (acoshf): Likewise.
40073         [non-C99-based standards] (asinhf): Likewise.
40074         [non-C99-based standards] (atanhf): Likewise.
40075         [non-C99-based standards] (cbrtf): Likewise.
40076         [non-C99-based standards] (expm1f): Likewise.
40077         [non-C99-based standards] (ilogbf): Likewise.
40078         [non-C99-based standards] (log1pf): Likewise.
40079         [non-C99-based standards] (logbf): Likewise.
40080         [non-C99-based standards] (nextafterf): Likewise.
40081         [non-C99-based standards] (remainderf): Likewise.
40082         [non-C99-based standards] (rintf): Likewise.
40083         [non-C99-based standards] (scalbf): Likewise.
40084         [non-C99-based standards] (copysignl): Likewise.
40085         [non-C99-based standards] (exp2l): Likewise.
40086         [non-C99-based standards] (log2l): Likewise.
40087         [non-C99-based standards] (modfl): Allow.
40088         [non-C99-based standards] (erfl): Do not allow.
40089         [non-C99-based standards] (erfcl): Likewise.
40090         [non-C99-based standards] (gammal): Likewise.
40091         [non-C99-based standards] (hypotl): Likewise.
40092         [non-C99-based standards] (j0l): Likewise.
40093         [non-C99-based standards] (j1l): Likewise.
40094         [non-C99-based standards] (jnl): Likewise.
40095         [non-C99-based standards] (lgammal): Likewise.
40096         [non-C99-based standards] (tgammal): Likewise.
40097         [non-C99-based standards] (y0l): Likewise.
40098         [non-C99-based standards] (y1l): Likewise.
40099         [non-C99-based standards] (ynl): Likewise.
40100         [non-C99-based standards] (isnanl): Likewise.
40101         [non-C99-based standards] (acoshl): Likewise.
40102         [non-C99-based standards] (asinhl): Likewise.
40103         [non-C99-based standards] (atanhl): Likewise.
40104         [non-C99-based standards] (cbrtl): Likewise.
40105         [non-C99-based standards] (expm1l): Likewise.
40106         [non-C99-based standards] (ilogbl): Likewise.
40107         [non-C99-based standards] (log1pl): Likewise.
40108         [non-C99-based standards] (logbl): Likewise.
40109         [non-C99-based standards] (nextafterl): Likewise.
40110         [non-C99-based standards] (remainderl): Likewise.
40111         [non-C99-based standards] (rintl): Likewise.
40112         [non-C99-based standards] (scalbl): Likewise.
40113         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40114         [non-C99-based standards] (FP_*): Do not allow.
40115         [C99-based standards] (FP_*): Change to
40116         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40117         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40118         allow.
40119         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40120         (SIG_ERR): Likewise.
40121         [X/Open-based standards] (SIG_HOLD): Likewise.
40122         (SIG_IGN): Likewise.
40123         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40124         positive value.
40125         (SIGFPE): Likewise.
40126         (SIGILL): Likewise.
40127         (SIGINT): Likewise.
40128         (SIGSEGV): Likewise.
40129         (SIGTER): Likewise.
40130         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40131         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40132         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40133         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40134         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40135         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40136         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40137         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40138         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40139         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40140         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40141         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40142         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40143         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40144         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40145         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40146         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40147         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40148         [X/Open-based standards] (SIGTRAP): Likewise.
40149         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40150         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40151         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40152         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40153         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40154         allow.
40156 2012-05-08  Ian Wienand  <ianw@vmware.com>
40158         [BZ #14080]
40159         * time/tzset.c (__tzset_parse_tz): Update default rules for
40160         daylight time changes in the Energy Policy Act of 2005.
40162 2012-05-09  Andreas Jaeger  <aj@suse.de>
40164         [BZ #13983]
40165         * elf/ldconfig.c (parse_conf): Change string to make clear that
40166         ldconfig only issued a warning if ld.so.conf does not exist.
40168 2012-05-08  David S. Miller  <davem@davemloft.net>
40170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40171         movxtod instead of popping the value on the stack.
40173         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40175 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40177         * config.h.in: Add HAVE_ARM_PCS_VFP.
40179 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40181         [BZ #13979]
40182         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40183         checking but the checks are disabled for any reason.
40185 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40187         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40188         and ELF64_R_TYPE with ELFW(R_TYPE).
40190 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40192         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40193         (ulimit): Likewise.
40195         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40196         (settimeofday): Likewise.
40198 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40200         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40201         a struct th_u2 inside the union, and move tu_block/tu_code into
40202         a new th_u3 union of tu_block/tu_code inside of that.  Move
40203         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40204         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40205         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40206         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40207         (th_stuff): Change to th_u1.tu_stuff.
40208         (th_data): Define.
40209         (th_msg): Change to th_u1.th_u2.tu_data.
40211 2012-05-07  David S. Miller  <davem@davemloft.net>
40213         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40215         [BZ #14074]
40216         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40217         (SETUP_PIC_REG): Use it.
40218         (SETUP_PIC_REG_LEAF): Use it.
40220 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40222         [BZ #13885]
40223         [BZ #13923]
40224         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40225         USE_AS_EXPM1L.
40226         (EXPL_FINITE): Likewise.
40227         (FLDLOG): Likewise.
40228         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40229         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40230         e_expl.S.
40231         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40232         USE_AS_EXPM1L.
40233         (EXPL_FINITE): Likewise.
40234         (FLDLOG): Likewise.
40235         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40236         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40237         e_expl.S.
40238         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40239         test of -max_value argument for long double.
40240         * sysdeps/i386/fpu/libm-test-ulps: Update.
40241         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40243 2012-05-06  David S. Miller  <davem@davemloft.net>
40245         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40246         quad soft-float symbols whose references which are compiler
40247         generated.
40248         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40250 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
40252         [BZ #13884]
40253         [BZ #13914]
40254         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40255         USE_AS_EXP10L.
40256         (EXPL_FINITE): Likewise.
40257         (FLDLOG): Likewise.
40258         (c0): Likewise.
40259         (c1): Likewise.
40260         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40261         Adjust comments for base varying.
40262         (__expl_finite): Change alias to EXPL_FINITE.
40263         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40264         e_expl.S.
40265         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40266         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40267         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40268         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40269         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40270         USE_AS_EXP10L.
40271         (EXPL_FINITE): Likewise.
40272         (FLDLOG): Likewise.
40273         (c0): Likewise.
40274         (c1): Likewise.
40275         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40276         Adjust comments for base varying.
40277         (__expl_finite): Change alias to EXPL_FINITE.
40278         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
40279         tests for bugs.
40280         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40282         [BZ #14064]
40283         * math/libm-test.inc (check_float_internal): Correct ulp
40284         calculation for subnormal expected results.
40286 2012-05-06  Andreas Jaeger  <aj@suse.de>
40288         * Makeconfig (+math-flags): New, set to -frounding-math.
40289         (+cflags): Add +math-flags so that all of glibc gets compiled with
40290         it.
40292         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40294 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
40296         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40297         Disable one test.
40299         [BZ #13787]
40300         [BZ #13922]
40301         [BZ #14036]
40302         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40303         (__ieee754_expl): Allow for and saturate large arguments.
40304         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40305         (u_threshold): Likewise.
40306         (__exp): Call __ieee754_exp before checking for overflow and
40307         underflow.
40308         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40309         (u_threshold): Likewise.
40310         (__expf): Call __ieee754_expf before checking for overflow and
40311         underflow.
40312         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40313         (u_threshold): Likewise.
40314         (__expl): Call __ieee754_expl before checking for overflow and
40315         underflow.
40316         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40317         (__ieee754_expl): Allow for and saturate large arguments.
40318         * math/libm-test.inc (exp_test): Add another test.  Do not allow
40319         missing overflow exception on overflow.
40320         (expm1_test): Do not allow missing overflow exception on overflow.
40322         * sysdeps/i386/fpu/e_expl.c: Move to ...
40323         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
40324         rather than using inline asm.
40325         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40326         * sysdeps/x86_64/fpu/e_expl.S: Copy from
40327         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40329         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40330         (nice): Likewise.
40331         (poll): Likewise.
40332         (signal): Likewise.
40333         (time): Likewise.
40334         (times): Likewise.
40336 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40338         * sysdeps/unix/syscalls.list (adjtime): Add entry from
40339         sysdeps/unix/common/syscalls.list.
40340         (fchmod): Likewise.
40341         (fchown): Likewise.
40342         (ftruncate): Likewise.
40343         (getrusage): Likewise.
40344         (gettimeofday): Likewise.
40345         (setpgid): Likewise.
40346         (setregid): Likewise.
40347         (setreuid): Likewise.
40348         (sigaction): Likewise.
40349         (truncate): Likewise.
40350         (vhangup): Likewise.
40351         * sysdeps/unix/common/syscalls.list: Remove file.
40352         * sysdeps/unix/bsd/Implies: Don't include unix/common.
40353         * sysdeps/unix/sysv/linux/Implies: Likewise.
40355 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
40357         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40358         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40359         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40360         Moved to ...
40361         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40362         Here.
40363         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40364         to ...
40365         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40366         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40367         to ...
40368         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40369         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40370         to ...
40371         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40372         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40373         to ...
40374         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40375         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40376         to ...
40377         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40378         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40379         to ...
40380         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40381         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40382         to ...
40383         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40384         Here.
40385         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40386         to ...
40387         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40388         Here.
40389         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40390         to ...
40391         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40392         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40393         Moved to ...
40394         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40395         Here.
40396         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40397         to ...
40398         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
40400 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40402         * sysdeps/unix/common/bits/dirent.h: Remove file.
40403         * sysdeps/unix/common/bits/fcntl.h: Likewise.
40405         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
40406         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
40407         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
40408         * sysdeps/unix/bsd/isatty.c: Likewise.
40409         * sysdeps/unix/bsd/tcdrain.c: Likewise.
40410         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
40411         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
40413 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40415         [BZ #13563]
40416         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
40417         long double comparison inaccuracies.
40418         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
40419         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40421 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
40423         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
40424         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
40426 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40428         [BZ #14049]
40429         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
40430         nonzero digits before rounding a hex value.
40431         * stdlib/tst-strtod.c (tests): Add another test.
40433 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40435         * sysdeps/s390/fpu/libm-test-ulps: Update.
40437 2012-05-03  Andreas Jaeger  <aj@suse.de>
40439         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
40440         does not get optimized out.
40441         (malloc_opt_barrier): New.
40443 2012-05-03  Andreas Jaeger  <aj@suse.de>
40444             Roland McGrath  <roland@hack.frob.com>
40446         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
40447         intermediate file deletion.
40448         (generated): Add .symlist files.
40450 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
40452         [BZ #13775]
40453         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
40454         Redirect under this condition.
40455         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40456         [__USE_GNU] (__dprintf_chk): Not under this condition.
40457         [__USE_GNU] (__vdprintf_chk): Likewise.
40458         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
40459         under this condition.
40460         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40461         [__USE_XOPEN2K8] (dprintf): Define under this condition.
40462         [__USE_XOPEN2K8] (vdprintf): Likewise.
40463         [__USE_GNU] (__dprintf_chk): Not under this condition.
40464         [__USE_GNU] (__vdprintf_chk): Likewise.
40465         [__USE_GNU] (dprintf): Likewise.
40466         [__USE_GNU] (vdprintf): Likewise.
40468 2012-05-03  Roland McGrath  <roland@hack.frob.com>
40470         * elf/Makefile (common-generated): Set this instead of generated for
40471         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
40472         $(all-built-dso)-derived lists.
40474 2012-05-03  Andreas Jaeger  <aj@suse.de>
40476         * sysdeps/i386/fpu/libm-test-ulps: Update.
40478         * FAQ: Removed.
40479         * FAQ.in: Likewise.
40480         * scripts/gen-FAQ.pl: Likewise.
40481         * manual/install.texi (Installation): Point to online location of
40482         FAQ.
40483         * Makefile (files-for-dist): Remove FAQ.
40484         (FAQ): Remove.
40486 2012-05-02  Allan McRae  <allan@archlinux.org>
40488         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
40489         (LDFLAGS-reldepmod5.so): Likewise.
40490         (LDFLAGS-reldep6mod1.so): Likewise.
40491         (LDFLAGS-reldep6mod4.so): Likewise.
40492         (LDFLAGS-reldep8mod3.so): Likewise.
40493         (LDFLAGS-unload4mod1.so): Likewise.
40494         (LDFLAGS-unload4mod2.so): Likewise.
40495         (LDFLAGS-tst-initorder): Likewise.
40496         (LDFLAGS-tst-initordera2.so): Likewise.
40497         (LDFLAGS-tst-initordera3.so): Likewise.
40498         (LDFLAGS-tst-initordera4.so): Likewise.
40499         (LDFLAGS-tst-initorderb2.so): Likewise.
40500         (LDFLAGS-noload): Likewise.
40501         (LDFLAGS-next): Likewise.
40502         (LDFLAGS-order2mod1.so): Likewise.
40503         (LDFLAGS-order2mod2.so): Likewise.
40504         (LDFLAGS-tst-initorder2): Likewise.
40505         (LDFLAGS-tst-initorder2a.so): Likewise.
40506         (LDFLAGS-tst-initorder2b.so): Likewise.
40507         (LDFLAGS-tst-initorder2c.so): Likewise.
40508         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
40510 2012-05-02  David S. Miller  <davem@davemloft.net>
40512         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40514 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
40516         [BZ #14055]
40517         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
40519 2012-05-02  Andreas Jaeger  <aj@suse.de>
40521         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
40522         since we manipulate rounding mode.
40523         (CPPFLAGS-test-idouble.c): Likewise.
40524         (CPPFLAGS-test-ifloat.c): Likewise.
40525         (CFLAGS-test-ldouble.c): Likewise.
40526         (CFLAGS-test-double.c): Likewise.
40527         (CFLAGS-test-float.c): Likewise.
40528         (CFLAGS-test-misc.c): Likewise.
40529         (CFLAGS-test-test-fenv.c): Likewise.
40531 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40533         [BZ #2550]
40534         [BZ #2570]
40535         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
40536         comparisons to determine direction to adjust input.
40538 2012-05-01  Roland McGrath  <roland@hack.frob.com>
40540         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
40541         output to the target.
40543         * scripts/localplt.awk: New file.
40544         * elf/Makefile ($(objpfx)check-localplt): Target removed.
40545         (check-localplt-CFLAGS): Variable removed.
40546         ($(all-built-dso:=.jmprel)): New static pattern rule.
40547         (generated): Add those targets.
40548         (localplt-built-dso): New variable.
40549         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
40551         * elf/check-localplt.c: File removed.
40553         * scripts/check-execstack.awk: New file.
40554         * elf/Makefile ($(objpfx)check-execstack): Target removed.
40555         (check-execstack-CFLAGS): Variable removed.
40556         ($(objpfx)check-execstack.h): Target removed.
40557         ($(objpfx)execstack-default): New target.
40558         (generated): Add that instead of check-execstack.h.
40559         ($(all-built-dso:=.phdr)): New static pattern rule.
40560         (generated): Add those targets.
40561         * elf/check-execstack.c: File removed.
40563         * scripts/check-textrel.awk: New file.
40564         * elf/Makefile ($(objpfx)check-textrel): Target removed.
40565         (check-textrel-CFLAGS): Variable removed.
40566         (all-built-dso): Use := to define.o
40567         ($(all-built-dso:=.dyn)): New static pattern rule.
40568         (generated): Add those targets.
40569         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
40570         * config.make.in (READELF): New substituted variable.
40571         * elf/check-textrel.c: File removed.
40573 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
40575         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40576         allow.
40577         * conform/data/ctype.h-data [C99-based standards] (isblank):
40578         Expect function.
40579         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
40580         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
40581         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40582         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
40583         Specify type.  Require positive value.
40584         (EILSEQ): Likewise.
40585         (ERANGE): Likewise.
40586         [ISO || POSIX] (EILSEQ): Do not expect.
40587         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
40588         Specify type.  Require positive value.
40589         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
40590         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
40591         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
40592         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
40593         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
40594         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
40595         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
40596         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
40597         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
40598         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
40599         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
40600         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
40601         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
40602         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
40603         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
40604         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
40605         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
40606         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
40607         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
40608         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
40609         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
40610         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
40611         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
40612         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
40613         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
40614         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
40615         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
40616         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
40617         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
40618         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
40619         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
40620         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
40621         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
40622         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
40623         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
40624         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
40625         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
40626         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
40627         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
40628         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
40629         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
40630         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
40631         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
40632         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
40633         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
40634         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
40635         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
40636         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
40637         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
40638         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
40639         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
40640         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
40641         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
40642         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
40643         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
40644         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
40645         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
40646         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
40647         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
40648         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
40649         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
40650         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
40651         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
40652         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
40653         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
40654         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
40655         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
40656         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
40657         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
40658         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
40659         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
40660         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
40661         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
40662         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
40663         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
40664         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
40665         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
40666         Require >= 2.
40667         (FLT_ROUNDS): Expect as macro, not constant.
40668         (FLT_MANT_DIG): Use macro-int-constant.
40669         (DBL_MANT_DIG): Likewise.
40670         (LDBL_MANT_DIG): Likewise.
40671         (FLT_DIG): Likewise.
40672         (DBL_DIG): Likewise.
40673         (LDBL_DIG): Likewise.
40674         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
40675         (DBL_MIN_EXP): Likewise.
40676         (LDBL_MIN_EXP): Likewise.
40677         (FLT_MAX_EXP): Use macro-int-constant.
40678         (DBL_MAX_EXP): Likewise.
40679         (LDBL_MAX_EXP): Likewise.
40680         (FLT_MAX_10_EXP): Likewise.
40681         (DBL_MAX_10_EXP): Likewise.
40682         (LDBL_MAX_10_EXP): Likewise.
40683         (FLT_MAX): Use macro-constant.
40684         (DBL_MAX): Likewise.
40685         (LDBL_MAX): Likewise.
40686         (FLT_EPSILON): Use macro-constant.  Give upper bound.
40687         (DBL_EPSILON): Likewise.
40688         (LDBL_EPSILON): Likewise.
40689         (FLT_MIN): Likewise.
40690         (DBL_MIN): Likewise.
40691         (LDBL_MIN): Likewise.
40692         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
40693         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
40694         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
40695         [ISO11] (FLT_HAS_SUBNORM): Likewise.
40696         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
40697         [ISO11] (DBL_DECIMAL_DIG): Likewise.
40698         [ISO11] (FLT_DECIMAL_DIG): Likewise.
40699         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
40700         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
40701         [ISO11] (FLT_TRUE_MIN): Likewise.
40702         [ISO11] (LDBL_TRUE_MIN): Likewise.
40703         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40704         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
40705         (SCHAR_MIN): Use macro-int-constant.  Specify type.
40706         (SCHAR_MAX): Likewise.
40707         (UCHAR_MAX): Likewise.
40708         (CHAR_MIN): Likewise.
40709         (CHAR_MAX): Likewise.
40710         (MB_LEN_MAX): Use macro-int-constant.
40711         (SHRT_MIN): Use macro-int-constant.  Specify type.
40712         (SHRT_MAX): Likewise.
40713         (USHRT_MAX): Likewise.
40714         (INT_MAX): Likewise.
40715         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
40716         bound negative.
40717         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
40718         bound with "U".
40719         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
40720         bound with "L".
40721         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
40722         bound negative.  Suffix upper bound with "L".
40723         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
40724         bound with "UL".
40725         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
40726         Specify type.
40727         [C99-based standards] (LLONG_MAX): Likewise.
40728         [C99-based standards] (ULLONG_MAX): Likewise.
40729         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
40730         == 0.
40731         [ISO11] (max_align_t): Require type.
40732         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40734         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
40735         from $CFLAGS, without defining away __attribute__ calls.
40736         (checknamespace): Use $CFLAGS_namespace.
40738         * conform/conformtest.pl (@keywords): Only include C99 keywords
40739         for standards based on C99 or C11.
40741         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
40742         Disable tests.
40743         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
40744         UNIX98]: Likewise.
40746         * conform/conformtest.pl: Handle "macro-int-constant" and test for
40747         usability of symbols in #if.
40749         * conform/conformtest.pl: If macro or constant types start
40750         "promoted:", expect the symbol to be of the following type
40751         promoted by the integer promotions.
40753         * conform/conformtest.pl: Parse all "constant" and "macro" lines
40754         in one place.  Also handle "macro-constant".
40756         * conform/conformtest.pl: Only accept expected macro values with
40757         "==".  Parse all "macro" lines in one place.
40758         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
40760         * conform/conformtest.pl: Handle braced types on "constant" lines
40761         instead of handling "typed-constant".
40762         * conform/data/signal.h-data: Use "constant" instead of
40763         "typed-constant".
40765         * conform/conformtest.pl: Handle "optional-" at start of lines in
40766         one place rather than duplicating several cases.  Handle each
40767         format of "macro" line with initial "optional-".
40769         * conform/conformtest.pl: Only accept expected constant or
40770         optional-constant values with "==".  Parse all "constant" lines in
40771         one place.  Parse all "optional-constant" lines in one place.
40772         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
40773         * conform/data/fmtmsg.h-data: Likewise.
40774         * conform/data/netinet/in.h-data: Likewise.
40775         * conform/data/tar.h-data: Likewise.
40776         * conform/data/limits.h-data: Use "==" form on "constant" and
40777         "optional-constant" lines.
40779         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
40780         Use -std=c99 for XOPEN2K.
40781         (@knownproblems): Remove.
40782         (newtoken): Don't check %isknown.
40784         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
40785         Do not expect macro.
40786         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
40787         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
40788         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
40789         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
40790         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
40791         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
40792         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
40793         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
40794         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
40795         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
40796         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
40797         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
40798         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
40799         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
40800         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
40801         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
40802         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
40803         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
40804         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
40805         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
40806         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
40807         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
40808         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
40809         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
40810         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
40811         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
40812         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
40813         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
40814         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
40815         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
40816         [XPG3] (acosh): Likewise.
40817         [XPG3] (asinh): Likewise.
40818         [XPG3] (atanh): Likewise.
40819         [XPG3] (cbrt): Likewise.
40820         [XPG3] (expm1): Likewise.
40821         [XPG3] (ilogb): Likewise.
40822         [XPG3] (log1p): Likewise.
40823         [XPG3] (logb): Likewise.
40824         [XPG3] (nextafter): Likewise.
40825         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
40826         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
40827         [XPG3] (remainder): Likewise.
40828         [XPG3] (rint): Likewise.
40829         [XPG3 || XPG4 || UNIX98] (round): Likewise.
40830         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
40831         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
40832         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
40833         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
40834         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
40835         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
40836         [UNIX98 || XOPEN2K] (scalb): Expect.
40837         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
40838         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
40839         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
40840         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
40841         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
40842         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
40843         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
40844         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
40845         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
40846         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
40847         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
40848         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
40849         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
40850         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
40851         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
40852         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
40853         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
40854         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
40855         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
40856         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
40857         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
40858         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
40859         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
40860         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
40861         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
40862         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
40863         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
40864         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
40865         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
40866         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
40867         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
40868         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
40869         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
40870         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
40871         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
40872         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
40873         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
40874         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
40875         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
40876         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
40877         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
40878         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
40879         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
40880         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
40881         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
40882         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
40883         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
40884         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
40885         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
40886         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
40887         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
40888         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
40889         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
40890         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
40891         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
40892         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
40893         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
40894         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
40895         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
40896         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
40897         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
40898         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
40899         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
40900         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
40901         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
40902         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
40903         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
40904         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
40905         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
40906         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
40907         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
40908         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
40909         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
40910         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
40911         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
40912         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
40913         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
40914         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
40915         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
40916         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
40917         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
40918         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
40919         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
40920         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
40921         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
40922         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
40923         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
40924         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
40925         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
40926         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
40927         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
40928         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
40929         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
40930         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
40931         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
40932         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
40933         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
40934         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
40935         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
40936         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
40937         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
40938         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
40939         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
40940         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
40941         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
40942         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
40943         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
40944         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
40945         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
40946         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
40947         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
40948         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
40949         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
40950         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
40951         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
40952         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
40953         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
40954         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
40955         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
40956         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
40957         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
40958         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
40959         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
40960         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
40961         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
40962         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
40963         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
40964         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
40965         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
40966         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
40967         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
40968         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
40969         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
40970         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
40971         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
40972         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
40973         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
40975         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
40976         _XOPEN_SOURCE_EXTENDED for XPG4.
40978         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
40980         * Makeconfig (localtime): Remove variable.
40981         (inst_localtime-file): Likewise.
40983 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
40985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
40986         Update.
40987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40988         Update.
40989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
40990         Update.
40991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
40992         Update.
40993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
40994         Update.
40995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
40996         Update.
40997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40998         Update.
40999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41000         Update.
41001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41002         Update.
41004 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41006         [BZ #2550]
41007         [BZ #2570]
41008         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41009         comparisons to determine direction to adjust input.
41010         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41011         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41012         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41013         Likewise.
41014         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41015         Likewise.
41016         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41017         Likewise.
41018         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41019         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41020         Likewise.
41021         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41022         Likewise.
41023         * math/libm-test.inc (nexttoward_test): Add more tests.
41025 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41027         [BZ #14040]
41028         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41029         in version GLIBC_2.1, not GLIBC_2.0.
41030         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41031         Likewise.
41033 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41035         [BZ #13942]
41036         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41037         (1 - x) * (1 + x).
41038         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41039         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41040         * math/libm-test.inc (acos_test): Add more tests.
41041         (asin_test): Likewise.
41042         * sysdeps/i386/fpu/libm-test-ulps: Update.
41043         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41045         [BZ #14034]
41046         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41047         of square root.
41048         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41049         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41050         * math/libm-test.inc (acos_test_tonearest): New function.
41051         (acos_test_towardzero): Likewise.
41052         (acos_test_downward): Likewise.
41053         (acos_test_upward): Likewise.
41054         (asin_test_tonearest): Likewise.
41055         (asin_test_towardzero): Likewise.
41056         (asin_test_downward): Likewise.
41057         (asin_test_upward): Likewise.
41058         (main): Call the new functions.
41059         * sysdeps/i386/fpu/libm-test-ulps: Update.
41060         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41062         [BZ #13884]
41063         [BZ #13924]
41064         * math/e_exp10.c: Include <float.h>.
41065         (__ieee754_exp10): Handle underflow here rather than multiplying
41066         large negative argument by M_LN10.
41067         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41068         of __ieee754_expf.
41069         * math/e_exp10l.c: Include <float.h>.
41070         (__ieee754_exp10l): Handle underflow here rather than multiplying
41071         large negative argument by M_LN10l.
41072         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41073         spurious overflow exception on underflow.
41075 2012-04-29  Marek Polacek  <polacek@redhat.com>
41077         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41078         (__fortify_function): New macro.
41079         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41080         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41081         __extern_always_inline.
41082         * libio/bits/stdio2.h: Likewise.
41083         * libio/bits/stdio.h: Likewise.
41084         * string/string.h: Likewise.
41085         * string/bits/string3.h: Likewise.
41086         * include/stdio.h: Likewise.
41087         * stdlib/bits/stdlib.h: Likewise.
41088         * stdlib/stdlib.h: Likewise.
41089         * rt/bits/mqueue2.h: Likewise.
41090         * rt/mqueue.h: Likewise.
41091         * posix/bits/unistd.h: Likewise.
41092         * posix/unistd.h: Likewise.
41093         * io/bits/poll2.h: Likewise.
41094         * io/bits/fcntl2.h: Likewise.
41095         * io/fcntl.h: Likewise.
41096         * io/sys/poll.h: Likewise.
41097         * misc/bits/syslog.h: Likewise.
41098         * misc/bits/syslog-ldbl.h: Likewise.
41099         * misc/sys/syslog.h: Likewise.
41100         * socket/bits/socket2.h: Likewise.
41101         * socket/sys/socket.h: Likewise.
41102         * debug/tst-chk1.c: Likewise.
41103         * wcsmbs/bits/wchar2.h: Likewise.
41104         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41105         * wcsmbs/wchar.h: Likewise.
41107 2012-04-29  Andreas Jaeger  <aj@suse.de>
41109         * Makerules (tests): Remove enable-check-abi protection.
41110         (check-abi-warn): Remove.
41111         (check-abi-%): Remove check-abi-warn usage.
41113         * configure.in: Remove check-abi configure option.
41114         * configure: Regenerated.
41115         * config.make.in (enable-check-abi): Remove.
41117 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41119         [BZ #14033]
41120         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41121         double functions to double *_finite functions.
41123         [BZ #13941]
41124         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41125         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41126         LDBL_MIN_EXP.
41127         * stdio-common/Makefile (tests): Add tst-sprintf3.
41128         * stdio-common/tst-sprintf3.c: New file.
41130         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41131         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41133 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41135         * conform/conformtest.pl: Remove duplicate typed-constant
41136         handling.
41138 2012-04-28  David S. Miller  <davem@davemloft.net>
41140         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41141         (check-abi-%): Remove AWK script prerequisite and explicit
41142         abilist directory.
41143         (check-abi): Rewrite to just diff the symlist with the abilist.
41144         (config-tls, config-abi-config): Delete, no longer used.
41145         (update-abi-%): Remove AWK script and explicit abilist directory.
41146         (update-abi): Rewrite to simply compare and conditionally copy the
41147         symlist and the sysdep abilist file.  Remove update-abi-config
41148         checks.
41149         * abilist/ld.abilist: Remove.
41150         * abilist/libBrokenLocale.abilist: Remove.
41151         * abilist/libanl.abilist: Remove.
41152         * abilist/libcrypt.abilist: Remove.
41153         * abilist/libdl.abilist: Remove.
41154         * abilist/librt.abilist: Remove.
41155         * abilist/libthread_db.abilist: Remove.
41156         * abilist/libutil.abilist: Remove.
41157         * scripts/extract-abilist.awk: Remove.
41158         * scripts/merge-abilist.awk: Remove.
41159         * sysdeps/generic/libcidn.abilist: New file.
41160         * sysdeps/generic/libnss_compat.abilist: New file.
41161         * sysdeps/generic/libnss_db.abilist: New file.
41162         * sysdeps/generic/libnss_dns.abilist: New file.
41163         * sysdeps/generic/libnss_files.abilist: New file.
41164         * sysdeps/generic/libnss_hesiod.abilist: New file.
41165         * sysdeps/generic/libnss_nis.abilist: New file.
41166         * sysdeps/generic/libnss_nisplus.abilist: New file.
41167         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41168         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41169         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41170         file.
41171         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41172         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41173         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41174         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41175         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41176         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41177         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41178         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41179         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41180         file.
41181         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41182         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41183         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41184         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41185         file.
41186         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41187         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41188         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41189         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41190         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41191         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41192         file.
41193         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41194         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41195         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41196         file.
41197         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41198         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41199         New file.
41200         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41201         New file.
41202         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41203         New file.
41204         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41205         New file.
41206         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41207         New file.
41208         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41209         New file.
41210         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41211         New file.
41212         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41213         New file.
41214         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41215         New file.
41216         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41217         New file.
41218         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41219         New file.
41220         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41221         New file.
41222         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41223         New file.
41224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41225         file.
41226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41227         New file.
41228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41229         New file.
41230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41231         file.
41232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41233         New file.
41234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41235         New file.
41236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41237         file.
41238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41239         New file.
41240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41241         New file.
41242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41243         New file.
41244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41245         New file.
41246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41247         New file.
41248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41249         New file.
41250         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41251         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41252         file.
41253         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41254         New file.
41255         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41256         file.
41257         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41258         file.
41259         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41260         file.
41261         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41262         file.
41263         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41264         file.
41265         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41266         New file.
41267         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41268         file.
41269         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41270         file.
41271         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41272         New file.
41273         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41274         file.
41275         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41276         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41277         file.
41278         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41279         New file.
41280         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41281         file.
41282         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41283         file.
41284         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41285         file.
41286         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41287         file.
41288         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41289         file.
41290         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41291         New file.
41292         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41293         file.
41294         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41295         file.
41296         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41297         New file.
41298         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41299         file.
41300         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41301         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41302         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41303         file.
41304         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41305         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41306         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41307         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41308         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41309         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41310         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41311         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41312         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41313         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41314         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41315         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41316         file.
41317         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41318         New file.
41319         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41320         file.
41321         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41322         file.
41323         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41324         file.
41325         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41326         file.
41327         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41328         file.
41329         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41330         New file.
41331         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41332         New file.
41333         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41334         file.
41335         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41336         New file.
41337         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41338         file.
41339         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41340         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41341         file.
41342         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41343         New file.
41344         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41345         file.
41346         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41347         file.
41348         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41349         file.
41350         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41351         file.
41352         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41353         file.
41354         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41355         New file.
41356         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41357         New file.
41358         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41359         file.
41360         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41361         New file.
41362         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41363         file.
41365 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41367         * conform/conformtest.pl: Fix typo in handling typed-constant from
41368         allow-header.
41370 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41372         * README: Cut down references to pre-2.6 Linux kernels and
41373         Linuxthreads.  Update lists of configurations in libc and ports
41374         and sort alphabetically.  Say "or newer" with Linux kernel version
41375         requirements.
41377         * config.h.in [IS_IN_build]: Allow compiling without optimization.
41379 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
41381         [BZ #887]
41382         * math/libm-test.inc (logb_test_downward): New test to expose
41383         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41384         rounding mode.
41386 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41388         [BZ #14027]
41389         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41390         to be done.
41391         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41392         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41394 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
41396         * sysdeps/unix/i386/brk.S: Remove file.
41397         * sysdeps/unix/i386/dl-brk.S: Likewise.
41398         * sysdeps/unix/i386/pipe.S: Likewise.
41399         * sysdeps/unix/i386/sigreturn.S: Likewise.
41400         * sysdeps/unix/i386/syscall.S: Likewise.
41401         * sysdeps/unix/i386/vfork.S: Likewise.
41402         * sysdeps/unix/i386/wait.S: Likewise.
41404         * sysdeps/unix/common/tcsendbrk.c: Move to ...
41405         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
41407         * configure.in (arm*-none*): Do not allow without
41408         --enable-hacker-mode.
41409         (netbsd*): Remove case setting base_os.
41410         (386bsd*): Likewise.
41411         (freebsd*): Likewise.
41412         (bsdi*): Likewise.
41413         (osf*): Likewise.
41414         (sunos*): Likewise.
41415         (ultrix*): Likewise.
41416         (newsos*): Likewise.
41417         (dynix*): Likewise.
41418         (*bsd*): Likewise.
41419         (sysv*): Likewise.
41420         (isc*): Likewise.
41421         (esix*): Likewise.
41422         (sco*): Likewise.
41423         (minix*): Likewise.
41424         (irix4*): Likewise.
41425         (irix6*): Likewise.
41426         (solaris[2-9]*): Likewise.
41427         (none): Likewise.
41428         * configure: Regenerated.
41430 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41432         [BZ #11521]
41433         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
41434         overflow or cancellation in calculating denominator.
41435         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
41436         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
41437         down expression to avoid unexpected rounding in newer GCCs.
41438         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
41440 2012-04-26  David S. Miller  <davem@davemloft.net>
41442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
41443         long-double compat symbols.
41444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41446         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
41448         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41449         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
41450         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
41451         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
41452         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
41453         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
41454         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
41455         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
41456         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41458 2012-04-25  David S. Miller  <davem@davemloft.net>
41460         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
41461         HWCAP_* values only after the memory barriers have been defined.
41462         (atomic_full_barrier): Define.
41463         (atomic_read_barrier): Define.
41464         (atomic_write_barrier): Define.
41466 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41468         * shlib-versions: Add libgcc_s version information.
41469         * sysdeps/generic/libgcc_s.h: Remove.
41470         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
41471         libgcc_s.h.
41472         * sysdeps/gnu/unwind-resume.c: Likewise.
41473         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
41475 2012-04-25  David S. Miller  <davem@davemloft.net>
41477         * sysdeps/unix/sparc/brk.S: Delete.
41478         * sysdeps/unix/sparc/dl-brk.S: Delete.
41479         * sysdeps/unix/sparc/pipe.S: Delete.
41480         * sysdeps/unix/sparc/sysdep.S: Delete.
41481         * sysdeps/unix/sparc/sysdep.h: Delete.
41482         * sysdeps/unix/sparc/vfork.S: Delete.
41483         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
41484         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
41485         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
41486         (ret_ERRVAL, r0, r1, MOVE): Define.
41487         (JUMPTARGET): Remove.
41488         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
41489         sysdeps/unix/sparc/sysdep.h
41490         (ENTRY, END): Remove.
41491         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41493 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
41495         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
41496         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
41497         -DIS_IN_build.
41499         * timezone/README: Update upstream location and email address for
41500         tzcode and tzdata.
41501         * timezone/zdump.c: Update from tzcode 2012b.
41502         * timezone/zic.c: Likewise.
41504         * configure.in (libc_cv_as_needed): Remove test.
41505         * configure: Regenerated.
41506         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
41507         conditional definition.
41508         [$(have-as-needed) != yes] (no-as-needed): Likewise.
41509         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
41510         * config.make.in (have-as-needed): Remove variable.
41512 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
41513             Paul Pluzhnikov  <ppluzhnikov@google.com>
41515         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
41516         strings correctly.
41518 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
41520         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
41521         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
41522         * sysdeps/sh/strlen.S: Likewise.
41524 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41526         * sysdeps/unix/fork.S: Remove file.
41527         * sysdeps/unix/i386/fork.S: Likewise.
41528         * sysdeps/unix/sparc/fork.S: Likewise.
41530         * sysdeps/unix/system.c: Remove file.
41531         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
41533         * sysdeps/unix/getegid.S: Remove file.
41534         * sysdeps/unix/geteuid.S: Likewise.
41536 2012-04-24  Roland McGrath  <roland@hack.frob.com>
41538         * scripts/check-localplt.awk: New file.
41539         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
41540         of diff.
41541         * scripts/data/localplt-generic.data: Add a comment.
41543         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
41544         NODE when __dir_mkfile failed.
41545         * sysdeps/mach/hurd/symlinkat.c: Likewise.
41546         Reported by Ludovic Courtès <ludo@gnu.org>.
41548 2012-04-24  Andreas Jaeger  <aj@suse.de>
41550         * Makerules (common-clean): Also remove gen-as-const-headers
41551         files.
41553 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41555         * Makerules (native-compile): Do not change working directory for
41556         build.  Use $(OUTPUT_OPTION) in command.
41557         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
41559 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41561         [BZ #13886]
41562         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
41563         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
41564         * math/libm-test.inc (floor_test): Add more tests.
41565         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
41567 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41569         * sysdeps/unix/getdents.c: Remove file.
41570         * sysdeps/unix/sysv/getdents.c: Likewise.
41571         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
41573         * sysdeps/unix/syscalls.list (madvise): Add syscall from
41574         sysdeps/unix/mman/syscalls.list.
41575         (mmap): Likewise.
41576         (mprotect): Likewise.
41577         (msync): Likewise.
41578         (munmap): Likewise.
41579         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
41580         * sysdeps/unix/mman/syscalls.list: Remove.
41581         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
41583         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
41584         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
41585         * configure: Regenerated.
41586         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
41587         $(libgcc_s_suffix).
41588         * config.make.in (libgcc_s_suffix): Remove variable.
41590 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
41592         * sysdeps/unix/sysv/gethostname.c: Move to ...
41593         * sysdeps/posix/gethostname.c: ... here.
41595         * sysdeps/unix/execve.S: Remove file.
41597         * sysdeps/unix/_exit.S: Remove file.
41599 2012-04-23  Andreas Jaeger  <aj@suse.de>
41601         [BZ #13739]
41602         * manual/Makefile: Remove make dist support, there's no
41603         need for a stand-alone documentation tar ball.
41604         (TEXI2DVI): Define always, it's not in Makeconfig.
41605         (dist): Removed.
41606         (tar-it): Removed.
41607         (edition): Removed.
41608         (glibc-doc-$(edition).tar): Removed
41609         (%.Z): Removed.
41610         (%.gz): Removed.
41611         (%.uu): Removed.
41612         (ETAGS): Remove, it's in Makeconfig.
41613         (move-if-change): Remove, it's in Makeconfig.
41615 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
41617         [BZ #13970]
41618         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
41619         (strtod, strtof, strtold, strtol, strtoul, strtoq)
41620         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
41621         (strtod_l, strtof_l, strtold_l): Remove __wur.
41622         It is not necessarily an error to ignore strtol's return value.
41623         One can reliably look at the stored endptr to decide whether
41624         the number had valid syntax.
41626 2012-04-21  Andreas Jaeger  <aj@suse.de>
41628         [BZ #13739]
41629         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
41631 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
41633         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
41634         * sysdeps/unix/sysv/Versions: Remove file.
41636 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
41638         [BZ #13927]
41639         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41641 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
41643         [BZ #7064]
41644         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
41645         version from __vm86.
41647 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
41649         * sysdeps/unix/common/lxstat.c: Remove file.
41650         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
41652         * sysdeps/unix/sysv/Makefile: Remove file.
41654         * sysdeps/unix/sysv/direct.h: Remove file.
41656         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
41657         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
41658         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
41659         * sysdeps/unix/sysv/bits/signum.h: Likewise.
41660         * sysdeps/unix/sysv/bits/stat.h: Likewise.
41661         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
41662         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
41664         * sysdeps/unix/sysv/setrlimit.c: Remove file.
41666         * sysdeps/unix/xmknod.c: Remove file.
41667         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
41669         * sysdeps/unix/sysv/settimeofday.c: Remove file.
41671         * sysdeps/unix/sysv/i386/time.S: Remove file.
41673         * sysdeps/unix/fxstat.c: Remove file.
41674         * sysdeps/unix/xstat.c: Likewise.
41675         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
41677         * sysdeps/unix/sysv/sigaction.c: Remove file.
41679         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
41680         (sysdep_headers): Remove variable.
41681         [termio.h not in sysdep_headers] (generated): Likewise.
41682         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
41683         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
41684         * sysdeps/unix/sysv/tcdrain.c: Likewise.
41685         * sysdeps/unix/sysv/tcflow.c: Likewise.
41686         * sysdeps/unix/sysv/tcflush.c: Likewise.
41687         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
41688         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
41689         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
41690         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
41691         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
41693         * sysdeps/unix/siglist.c: Remove file.
41695         * sysdeps/unix/getppid.S: Remove file.
41697         * sysdeps/unix/mkdir.c: Remove file.
41698         * sysdeps/unix/rmdir.c: Likewise.
41700 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
41702         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
41703         ERR_MAX value.
41704         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
41705         errlist-compat value.
41707 2012-04-18  David S. Miller  <davem@davemloft.net>
41709         * sysdeps/generic/memcopy.h (reg_char): Delete.
41710         * debug/strcat_chk.c: Use char, not reg_char.
41711         * debug/strcpy_chk.c: Likewise.
41712         * debug/strncat_chk.c: Likewise.
41713         * debug/strncpy_chk.c: Likewise.
41714         * string/memchr.c: Likewise.
41715         * string/memrchr.c: Likewise.
41716         * string/rawmemchr.c: Likewise.
41717         * string/strcat.c: Likewise.
41718         * string/strchr.c: Likewise.
41719         * string/strchrnul.c: Likewise.
41720         * string/strcmp.c: Likewise.
41721         * string/strcpy.c: Likewise.
41722         * string/strncat.c: Likewise.
41723         * string/strncmp.c: Likewise.
41724         * string/strncpy.c: Likewise.
41726 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
41728         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
41729         __builtin_memcopy is called when src and dest ranges are known to not
41730         overlap.
41732 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
41734         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
41735         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
41736         fwd_align_merge macro call.
41737         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
41738         bwd_align_merge macro call.
41739         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
41741 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
41743         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
41744         bwd_align_merge macros.
41745         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
41746         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
41747         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
41749 2012-04-18  David S. Miller  <davem@davemloft.net>
41751         * sysdeps/sparc/sparc64/memcopy.h: Delete.
41753 2012-04-18  Andreas Jaeger  <aj@suse.de>
41755         [BZ# 6794]
41756         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
41757         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
41758         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
41760         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
41761         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
41762         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
41764         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
41765         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
41766         Adjust for changed ldbl-128 files.
41768         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
41769         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
41770         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
41772 2012-04-17  David S. Miller  <davem@davemloft.net>
41774         * sysdeps/sparc/sparc32/memcopy.h: Delete.
41776 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
41778         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
41779         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
41780         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
41781         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
41782         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
41783         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
41785 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41787         [BZ #6794]
41788         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
41789         * math/libm-test.inc: Add ilogb errno and exception tests.
41790         * math/w_ilogb.c: New file: ilogb wrapper.
41791         * math/w_ilogbf.c: New file: ilogbf wrapper.
41792         * math/w_ilogbl.c: New file: ilogbl wrapper.
41793         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
41794         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
41795         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
41796         exception being thrown with 0.0 as argument.
41797         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
41798         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
41799         exception being thrown with 0.0 as argument.
41800         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
41801         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
41802         exception being thrown with 0.0 as argument.
41803         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
41804         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
41805         exception being thrown with 0.0 as argument.
41806         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
41807         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
41808         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
41809         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
41810         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
41811         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
41812         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
41813         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
41814         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
41816 2012-04-17  Petr Baudis  <pasky@ucw.cz>
41818         * include/sys/uio.h: Change __vector to __iovec to avoid clash
41819         with altivec.
41821 2012-04-16  Marek Polacek  <polacek@redhat.com>
41823         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
41825 2012-04-16  Marek Polacek  <polacek@redhat.com>
41827         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
41828         operands of fdivp instruction.
41830 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
41832         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
41833         * elf/tst-auditmod3b.c: Likewise.
41834         * elf/tst-auditmod4b.c: Likewise.
41835         * elf/tst-auditmod5b.c: Likewise.
41836         * elf/tst-auditmod6b.c: Likewise.
41837         * elf/tst-auditmod6c.c: Likewise.
41838         * elf/tst-auditmod7b.c: Likewise.
41839         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
41840         * sysdeps/x86_64/preconfigure.in: Likewise.
41841         * sysdeps/x86_64/preconfigure: Regenerated.
41843 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
41845         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
41846         __ILP32__.
41848 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
41850         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41851         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
41853 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
41855         [BZ #13973]
41856         * locale/iso-639.def: Fix gl language name. Spotted by
41857         Yaron Shahrabani.
41859 2012-04-12  Roland McGrath  <roland@hack.frob.com>
41861         [BZ #2074]
41862         * libio/libio.h (__io_write_fn): Update comment.
41864 2012-04-12  Petr Baudis  <pasky@ucw.cz>
41866         [BZ #2074]
41867         * stdio.texi (Hook Functions): The user provided writer function
41868         is not allowed to return -1.
41870 2012-04-11  David S. Miller  <davem@davemloft.net>
41872         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41874 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
41876         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
41877         Add a leading slash to rtkaio.
41879 2012-04-11  Jim Meyering  <meyering@redhat.com>
41881         [BZ #11959]
41882         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
41883         It is not necessarily an error to ignore fwrite's return
41884         value.  One can reliably use ferror to test for errors after
41885         the fact.
41887 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
41889         * bits/types.h (__snseconds_t): New type.
41890         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
41892         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
41893         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41894         (__SNSECONDS_T_TYPE): Likewise.
41895         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41896         (__SNSECONDS_T_TYPE): Likewise.
41897         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41898         (__SNSECONDS_T_TYPE): Likewise.
41900 2012-04-10  Andreas Jaeger  <aj@suse.de>
41902         [BZ #2636]
41903         * manual/time.texi (Processor Time): Return type of times is
41904         elapsed real time since an arbitrary point in the past.
41905         (CPU Time): Move CLK_TCK from here...
41906         (Processor Time): ...to here.  Correct description.
41907         * manual/conf.texi (Constants for Sysconf): Correct description of
41908         _SC_CLK_TCK.
41910 2012-04-10  David S. Miller  <davem@davemloft.net>
41912         [BZ #13967]
41913         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
41914         where the is a gap between DT_REL(A) and DT_JMPREL.
41916 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
41918         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
41919         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
41920         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
41922 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
41924         * elf/dl-support.c (_dl_inhibit_cache): New variable.
41925         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
41926         (dl_main): Handle --inhibit-cache.
41927         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
41928         _dl_inhibit_cache.
41929         * elf/dl-load.c (_dl_map_object): Use it.
41930         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
41932 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
41934         [BZ #13872]
41935         * sysdeps/i386/fpu/e_powl.S (p78): New object.
41936         (__ieee754_powl): Saturate large exponents rather than testing for
41937         overflow of y*log2(x).
41938         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41939         * math/libm-test.inc (pow_test): Do not permit spurious overflow
41940         exceptions.
41942         [BZ #11521]
41943         * math/s_ctan.c: Include <float.h>.
41944         (__ctan): Avoid internal overflow or cancellation in calculating
41945         denominator.
41946         * math/s_ctanf.c: Likewise.
41947         * math/s_ctanl.c: Likewise.
41948         * math/s_ctanh.c: Likewise.
41949         * math/s_ctanhf.c: Likewise.
41950         * math/s_ctanhl.c: Likewise.
41951         * math/libm-test.inc (ctan_test): Add more tests.
41952         (ctanh_test): Likewise.
41953         * sysdeps/i386/fpu/libm-test-ulps: Update.
41954         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41956 2012-04-09  Andreas Jaeger  <aj@suse.de>
41958         [BZ #6894]
41959         * manual/filesys.texi (Directory Entries): Mention that d_namlen
41960         is an optional BSD extension.
41962         [BZ #10254]
41963         * manual/stdio.texi (Opening Streams): Document additional fopen
41964         parameters.
41966 2012-04-09  Roland McGrath  <roland@hack.frob.com>
41968         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
41969         %eax without telling the compiler.
41971 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
41973         [BZ # 13963]
41974         * manual/install.texi: Use sourceware.org.
41976 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
41978         [BZ #13873]
41979         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
41980         (__ieee754_pow): Generate overflow and underflow using huge*huge
41981         and tiny*tiny rather than just returning constant infinity or zero
41982         for large exponents.
41983         * math/libm-test.inc (pow_test): Require overflow exceptions for
41984         applicable cases of large exponents.
41986         [BZ #706]
41987         * sysdeps/i386/fpu/e_pow.S (p10): New object.
41988         (__ieee754_pow): Use iterative multiplication algorithm only for
41989         integer exponents with absolute value below 1024.  Check for odd
41990         integer exponents when using algorithm for real exponents.
41991         * math/libm-test.inc (pow_test): Add more tests.
41992         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41994 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
41996         [BZ #13705]
41997         * math/libm-test.inc (exp_test): Do not allow overflow exception
41998         on underflow test.
42000 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42002         [BZ #13705]
42003         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42004         instead of __kernel_standard_f.
42006 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42008         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42009         * sysdeps/x86_64/memset_chk.S: Likewise.
42011 2012-04-08  Andreas Jaeger  <aj@suse.de>
42013         [BZ #10153]
42014         * manual/startup.texi (Environment Access): Describe return value
42015         for putenv and setenv.
42017         [BZ #6895]
42018         * manual/filesys.texi (Directory Entries): Add description for
42019         DT_LNK.
42021         [BZ #6890]
42022         * manual/filesys.texi (Directory Entries): Clarify that it's file
42023         system not operating system in the description of DT_UNKNOWN.
42025         [BZ #6578]
42026         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42028 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42030         [BZ #6649]
42031         * manual/llio.texi (Opening and Closing Files): Add cross
42032         reference to explain mode argument.
42034 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42036         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42037         * sysdeps/x86_64/memset_chk.S: Likewise.
42039 2012-04-07  David S. Miller  <davem@davemloft.net>
42041         * elf/elf.h (R_SPARC_WDISP10): Define.
42042         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42043         R_SPARC_SIZE32.
42044         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42045         R_SPARC_SIZE64 and R_SPARC_H34.
42047 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42049         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42050         conditions and remove no longer applicable assertion.
42052 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42054         * bits/byteswap.h: Include <features.h>.
42055         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42056         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42058 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42060         * bits/byteswap.h (__bswap_16): Removed.
42061         Include <bits/byteswap-16.h> to get __bswap_16.
42062         * sysdeps/i386/bits/byteswap.h: Likewise.
42063         * sysdeps/s390/bits/byteswap.h: Likewise.
42064         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42065         * bits/byteswap-16.h: New file.
42066         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42067         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42068         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42069         * string/Makefile (headers): Add bits/byteswap-16.h.
42071 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42073         [BZ #13895]
42074         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42075         extra indirection.
42076         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42077         * nss/tst-nss-static.c: New.
42079 2012-04-06  Robert Millan  <rmh@gnu.org>
42081         [BZ #6486]
42082         * manual/llio.texi (File Position Primitive): lseek
42083         refers to WHENCE when it really means OFFSET.
42085 2012-04-06  Andreas Jaeger  <aj@suse.de>
42087         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42088         strncmp declarations.
42090         * abilist/libc.abilist: Add __poll and __ppoll.
42092 2012-04-05  David S. Miller  <davem@davemloft.net>
42094         * scripts/check-local-headers.sh: Accept a host triplet in the
42095         path matched by the exclude regexp.
42097         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42098         definition.
42099         * sysdeps/powerpc/powerpc32/dl-machine.h
42100         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42101         * sysdeps/s390/s390-32/dl-machine.h
42102         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42103         * sysdeps/sparc/sparc32/dl-machine.h
42104         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42105         * sysdeps/sparc/sparc64/dl-machine.h
42106         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42108         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42109         lazy binding.
42110         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42111         undefined symbol errors.
42113         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42114         DT_NEEDED entries.
42116 2012-04-05  Michael Matz  <matz@suse.de>
42118         [BZ #13592]
42119         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42121 2012-04-05  Andreas Jaeger  <aj@suse.de>
42123         [BZ #13908]
42124         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42125         comment.
42127 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42129         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42130         which ROUND is no valid rounding mode.
42132 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42134         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42135         read again.
42136         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42138 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42140         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42141         an exception using FPU order intentionally.
42143 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42145         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42146         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42147         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42148         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42150 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42152         [BZ #12340]
42153         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42154         EINVAL when BUFLEN is too smal.
42156 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42158         [BZ #13553]
42159         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42160         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42162 2012-04-03  Andreas Jaeger  <aj@suse.de>
42164         [BZ #13938]
42165         * manual/setjmp.texi (System V contexts): Fix sentence.
42167         [BZ #13926]
42168         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42169         New macro for this case.
42170         [!__GNUC__] (__bswap_64): New inline function for this case.
42171         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42172         * bits/byteswap.h: Likewise.
42173         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42174         ull, guard with __GLIBC_HAVE_LONG_LONG.
42176         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42177         __GLIBC_HAVE_LONG_LONG.
42179         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42180         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42182 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42184         [BZ #13691]
42185         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42186         inptr and inend, rather than using last_ch.
42188 2012-04-02  David S. Miller  <davem@davemloft.net>
42190         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42191         * stdio-common/printf-parse.h (read_int): Change return type to
42192         'int', return -1 on INT_MAX overflow.
42193         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42194         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42195         overflows INT_MAX.  Check for overflow of in-format-string precision
42196         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42197         SIZE_MAX not INT_MAX for integer overflow test.
42198         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42199         skip the construct in the format string but do not record anything.
42200         * stdio-common/bug22.c: Adjust to test both width/prevision
42201         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42202         explicitly for proper errno values.
42204 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42206         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42207         CHAR_MAX.
42208         * string/test-strcmp.c [! WIDE]: Likewise.
42209         * time/tst-mktime2.c: Likewise for INT_MAX.
42210         * string/test-string.h: #include <sys/param.h> for MIN.
42212         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42213         * sysdeps/i386/init-first.c (init): Likewise.
42214         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42215         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42216         * sysdeps/sh/init-first.c (init): Likewise.
42218 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42220         * po/ru.po: Update from translation team.
42221         * po/vi.po: Likewise.
42223 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42225         * resolv/nss_dns/dns-host.c: Merge copyright years.
42227 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42229         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42230         Optimize memcpy with prefetch if
42231         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42232         src, dst pointers have unequal 16 byte alignments.
42234 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42236         [BZ #13928]
42237         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42238         from a CNAME entry and return the minimum ttl for the query.
42239         (gaih_getanswer_slice): Likewise.
42241 2012-03-30  Jeff Law  <law@redhat.com>
42243         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42244         due to long keys.
42245         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42246         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42248         * resolv/nss_dns/dns-host.c: Update copyright year.
42250 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
42252         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
42253         requests to save a system call.  Fix check that all bytes are sent.
42255         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42256         comments for sendmmsg.
42258 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42260         [BZ #13691]
42261         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42262         with only 1 character between 0x0041 and 0x01b0.
42263         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42264         * wcsmbs/tst-mbsnrtowcs.c: New file.
42266 2012-03-29  David S. Miller  <davem@davemloft.net>
42268         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42269         small copies by hand.
42271 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42273         [BZ #13761]
42274         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42275         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42276         group memberships.
42278 2012-03-28  David S. Miller  <davem@davemloft.net>
42280         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42281         that branches into memcpy.
42282         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42283         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42284         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42285         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42286         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42287         bits.
42288         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42289         implementation too.
42290         * sysdeps/sparc/mempcpy.S: New file.
42292         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42293         the IFUNC routine in the libc case.
42294         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42296         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42297         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42298         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42299         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42300         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42301         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42302         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42303         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42305         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42306         loop to 256 bytes instead of 64 bytes and fix test signedness.
42308         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42309         * sysdeps/sparc/sparc32/Makefile: rather than here...
42310         * sysdeps/sparc/sparc64/Makefile: and here.
42312 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
42314         * malloc/mallocbug.c: Avoid warnings about unused variables.
42316 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
42318         [BZ #13760]
42319         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42320         in the right place. Discard and retry query if response is
42321         larger than input buffer size.
42323 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
42325         [BZ #369]
42326         [BZ #2678]
42327         [BZ #3866]
42328         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42329         x for large integer exponent.
42330         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42331         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
42332         sign of result as needed afterwards.
42333         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42334         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42335         result for underflowing pow the same as for overflow.
42336         (__kernel_standard_l): Handle powl overflow and underflow here
42337         rather than calling __kernel_standard.
42338         * math/libm-test.inc (pow_test): Add more tests.
42340         [BZ #3868]
42341         [BZ #13879]
42342         [BZ #13910]
42343         [BZ #13911]
42344         [BZ #13912]
42345         [BZ #13913]
42346         [BZ #13915]
42347         [BZ #13916]
42348         [BZ #13917]
42349         [BZ #13918]
42350         [BZ #13919]
42351         [BZ #13920]
42352         [BZ #13921]
42353         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42354         * sysdeps/ieee754/k_standard.c: Include <float.h>.
42355         (__kernel_standard_l): New function.
42356         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42357         __kernel_standard.
42358         * math/w_acosl.c (__acosl): Likewise.
42359         * math/w_asinl.c (__asinl): Likewise.
42360         * math/w_atan2l.c (__atan2l): Likewise.
42361         * math/w_atanhl.c (__atanhl): Likewise.
42362         * math/w_coshl.c (__coshl): Likewise.
42363         * math/w_exp10l.c (__exp10l): Likewise.
42364         * math/w_exp2l.c (__exp2l): Likewise.
42365         * math/w_fmodl.c (__fmodl): Likewise.
42366         * math/w_hypotl.c (__hypotl): Likewise.
42367         * math/w_j0l.c (__j0l, __y0l): Likewise.
42368         * math/w_j1l.c (__j1l, __y1l): Likewise.
42369         * math/w_jnl.c (__jnl, __ynl): Likewise.
42370         * math/w_lgammal.c (__lgammal): Likewise.
42371         * math/w_log10l.c (__log10l): Likewise.
42372         * math/w_log2l.c (__log2l): Likewise.
42373         * math/w_logl.c (__logl): Likewise.
42374         * math/w_powl.c (__powl): Likewise.
42375         * math/w_remainderl.c (__remainderl): Likewise.
42376         * math/w_scalbl.c (sysv_scalbl): Likewise.
42377         * math/w_sinhl.c (__sinhl): Likewise.
42378         * math/w_sqrtl.c (__sqrtl): Likewise.
42379         * math/w_tgammal.c (__tgammal): Likewise.
42380         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42381         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42382         * math/libm-test.inc (acos_test): Add more tests.
42383         (acosh_test): Likewise.
42384         (asin_test): Likewise.
42385         (atanh_test): Likewise.
42386         (exp_test): Likewise.
42387         (exp10_test): Likewise.
42388         (exp2_test): Likewise.
42389         (expm1_test): Likewise.
42390         (lgamma_test): Likewise.
42391         (log_test): Likewise.
42392         (log10_test): Likewise.
42393         (log1p_test): Likewise.
42394         (log2_test): Likewise.
42395         (pow_test): Do not allow some spurious overflow exceptions.
42396         (sqrt_test): Add more tests.
42397         (tgamma_test): Likewise.
42398         (y0_test): Likewise.
42399         (y1_test): Likewise.
42400         (yn_test): Likewise.
42402 2012-03-27  Anton Blanchard  <anton@samba.org>
42404         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
42405         MAP_HUGETLB.
42406         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
42407         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
42408         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
42410 2012-03-27  David S. Miller  <davem@davemloft.net>
42412         * conform/Makefile: Run run-conformtest.sh using $(BASH).
42414         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
42415         have-as-vis3 check.
42417 2012-03-27  Andreas Jaeger  <aj@suse.de>
42419         * sysdeps/x86_64/elf/configure.in: Moved to ...
42420         * sysdeps/x86_64/configure.in: ... here.
42421         * sysdeps/x86_64/elf/start.S: Moved to ...
42422         * sysdeps/x86_64/start.S: ... here.
42423         * sysdeps/x86_64/elf/configure: Delete.
42425         * sysdeps/x86_64/configure.in: Merge contents from
42426         sysdeps/i386/configure.in (without i686 check).
42428         * sysdeps/i386/elf/Versions: Merge into ...
42429         * sysdeps/i386/Versions: ... this.
42430         * sysdeps/i386/elf/Versions: Delete file.
42431         * sysdeps/i386/elf/start.S: Moved to ...
42432         * sysdeps/i386/start.S: ...here.
42433         * sysdeps/i386/elf/configure.in: Merge into...
42434         * sysdeps/i386/configure.in: ...here.
42435         * sysdeps/i386/elf/configure.in: Delete file.
42436         * sysdeps/i386/elf/configure: Delete file.
42438         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
42439         * debug/backtracesyms.c: ... here.
42440         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
42441         * debug/backtracesymsfd.c: ... here.
42442         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
42443         * sysdeps/generic/ifunc-sel.h: ... here.
42445         * sysdeps/unix/i386/start.c: Delete file.
42446         * sysdeps/unix/sparc/start.c: Delete file.
42447         * sysdeps/unix/start.c: Delete file.
42449         * sysdeps/sh/elf/configure.in: Moved to ...
42450         * sysdeps/sh/configure.in: ... here.
42451         * sysdeps/sh/elf/start.S: Moved to ...
42452         * sysdeps/sh/start.S: ... here.
42453         * sysdeps/sh/elf/configure: Delete file.
42455         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
42456         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
42457         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
42458         * sysdeps/powerpc/powerpc64/entry.h: ... here.
42459         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
42460         * sysdeps/powerpc/powerpc64/start.S: here.
42461         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
42462         * sysdeps/powerpc/powerpc64/Makefile: ... this.
42463         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
42464         * sysdeps/powerpc/powerpc64/configure.in: ... this.
42465         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
42467         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
42468         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
42469         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
42470         * sysdeps/powerpc/powerpc32/start.S: ... here.
42471         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
42472         * sysdeps/powerpc/powerpc32/configure.in: ... this.
42473         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
42475         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
42476         * sysdeps/powerpc/ifunc-sel.h: ... here.
42477         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
42478         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
42480         * sysdeps/sparc/elf/configure.in: Moved to ...
42481         * sysdeps/sparc/configure.in: ... here.
42482         * sysdeps/sparc/elf/configure: Delete file.
42483         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
42484         * sysdeps/sparc/sparc32/start.S: ... here.
42485         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
42486         * sysdeps/sparc/sparc64/start.S: ... here.
42487         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
42488         * sysdeps/sparc/sparc32/Makefile: ... this.
42489         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
42490         * sysdeps/sparc/sparc64/Makefile: ... this.
42492         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
42493         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
42494         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
42495         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
42496         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
42497         * sysdeps/s390/s390-32/setjmp.S: ... here.
42498         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
42499         * sysdeps/s390/s390-32/configure.in: ... here.
42500         * sysdeps/s390/s390-32/elf/configure: Delete file.
42501         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
42502         * sysdeps/s390/s390-32/start.S: ... here.
42504         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
42505         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
42506         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
42507         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
42508         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
42509         * sysdeps/s390/s390-64/setjmp.S: ... here.
42510         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
42511         * sysdeps/s390/s390-64/configure.in: ... here
42512         * sysdeps/s390/s390-64/elf/configure: Delete file.
42513         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
42514         * sysdeps/s390/s390-64/start.S: ... here.
42515         * sysdeps/s390/s390-64/elf/configure: Delete.
42517         * configure.in: Remove support for elf directories in sysdeps.
42519         * configure: Regenerated.
42520         * sysdeps/i386/configure: Regenerated.
42521         * sysdeps/powerpc/powerpc32/configure: Regenerated.
42522         * sysdeps/powerpc/powerpc64/configure: Regenerated.
42523         * sysdeps/s390/s390-32/configure: Regenerated.
42524         * sysdeps/s390/s390-64/configure: Regenerated.
42525         * sysdeps/sh/configure: Regenerated.
42526         * sysdeps/sparc/configure: Regenerated.
42527         * sysdeps/x86_64/configure: Regenerated.
42529 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
42531         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42533         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
42534         denormal result into account.
42536 2012-03-25  Roland McGrath  <roland@hack.frob.com>
42538         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
42539         Reported by Allan McRae <allan@archlinux.org>.
42541 2012-03-23  Jeff Law  <law@redhat.com>
42543         * nss/getnssent.c (__nss_getent): Fix typo.
42545 2012-03-23  David S. Miller  <davem@davemloft.net>
42547         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42549 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
42551         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
42552         to pad to uint64_t for each field.
42553         (dl_tls_index): Replace unsigned long with uint64_t.
42555 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
42556         Paul Pluzhnikov  <ppluzhnikov@google.com>
42558         [BZ #6528]
42559         * grp/Makefile (otherlibs): Don't set it.
42560         * inet/Makefile (otherlibs): Likewise.
42561         * login/Makefile (otherlibs): Likewise.
42562         * nscd/Makefile (otherlibs): Likewise.
42563         * posix/Makefile (otherlibs): Likewise.
42564         * pwd/Makefile (otherlibs): Likewise.
42565         * rt/Makefile (otherlibs): Likewise.
42566         * sunrpc/Makefile (otherlibs): Likewise.
42567         * nss/Makefile (otherlibs): Likewise.
42568         Add libnss_files to routines and static-only-routines.
42569         ($(objpfx)getent): Remove rule.
42570         * resolv/Makefile: Add libnss_dns and libresolv to routines and
42571         static-only-routines.
42573 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
42575         [BZ #13892]
42576         * math/s_cexp.c: Include <float.h>.
42577         (__cexp): Handle exp result overflowing not necessarily
42578         overflowing both real and imaginary parts of result.
42579         * math/s_cexpf.c: Likewise.
42580         * math/s_cexpl.c: Likewise.
42581         * math/libm-test.inc (cexp_test): Add more tests.
42582         * sysdeps/i386/fpu/libm-test-ulps: Update.
42583         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42585 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42587         * include/link.h (ELFW): New macro.
42588         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
42589         Replace ELF64_R_TYPE with ELFW(R_TYPE).
42591 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42593         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
42594         with uint64_t.
42596 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42598         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
42599         declaration.
42600         (struct La_x32_retval): Likewise.
42602 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42604         * sysdeps/x86_64/preconfigure.in: New file.
42605         * sysdeps/x86_64/preconfigure: New generated file.
42607 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
42609         [BZ #13824]
42610         * math/e_exp2l.c: Include <float.h>.
42611         (__ieee754_exp2l): Handle overflow and underflow cases
42612         separately.  Only pass fractional part of argument to
42613         __ieee754_expl.
42614         * math/libm-test.inc (exp2_test): Add more tests.
42616         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
42617         negating x to take absolute value.
42618         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
42619         Likewise.
42620         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
42621         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
42622         Likewise.
42623         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
42624         computing low part if x was negated.
42625         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
42627 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42629         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
42630         la_x32_gnu_pltexit.
42631         (pltexit): Cast int_retval to ptrdiff_t.
42632         * elf/tst-auditmod3b.c: Likewise.
42633         * elf/tst-auditmod4b.c: Likewise.
42634         * elf/tst-auditmod5b.c: Likewise.
42635         * elf/tst-auditmod6b.c: Likewise.
42636         * elf/tst-auditmod6c.c: Likewise.
42637         * elf/tst-auditmod7b.c: Likewise.
42639         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
42640         and x32_gnu_pltexit.
42642         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
42643         __ELF_NATIVE_CLASS.
42644         (La_x32_regs): New macro.
42645         (La_x32_retval): Likewise.
42646         (la_x32_gnu_pltenter): New function prototype.
42647         (la_x32_gnu_pltexit): Likewise.
42649 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
42651         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
42652         exponent.
42654         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42656         * configure.in (libc_cv_cc_nofma): Check for option to disable
42657         generation of FMA instructions.
42658         * configure: Regenerate.
42659         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
42660         * sysdeps/ieee754/dbl-64/Makefile: New file.
42661         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
42662         Remove brandred-fma4.
42663         (CFLAGS-brandred-fma4.c): Remove.
42664         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
42665         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
42666         define.
42667         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
42668         define.
42670 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42672         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42673         LLONG_MAX != LONG_MAX.
42674         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42675         (_fitoa_word): Likewise.
42676         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
42677         LLONG_MAX != LONG_MAX.
42678         * stdio-common/_itowa.h: Include <_itoa.h>.
42679         (_itowa_word): Use _ITOA_WORD_TYPE on value.
42680         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
42681         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
42682         only if not defined.
42683         (_ITOA_WORD_TYPE): Likewise.
42684         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42685         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
42687 2012-03-21  David S. Miller  <davem@davemloft.net>
42689         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42691 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42693         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
42694         of x86_64 when setting libc_cv_slibdir, libdir and
42695         libc_cv_localedir.
42696         * sysdeps/unix/sysv/linux/configure: Regenerated.
42698 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
42700         * manual/lang.texi (Old Varargs): Remove section.
42701         (How Variadic): Update menu.
42702         (va_start): Do not mention varargs.h.
42704 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
42705             Joseph Myers  <joseph@codesourcery.com>
42707         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
42708         link test.
42709         * configure: Regenerated.
42711 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
42713         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
42714         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
42715         conformtest.pl
42717 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
42719         * NOTES: Remove.
42720         * Makefile (files-for-dist): Remove NOTES.
42721         (NOTES): Remove rule.
42722         * README: Don't refer to NOTES.
42723         * manual/creature.texi: Don't include macros.texi.
42724         * manual/intro.texi (creature.texi): Remove comment referring to
42725         NOTES.
42727         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
42728         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
42729         * configure: Regenerated.
42730         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
42731         LIBC_TRY_CC_OPTION.
42732         (libc_cv_as_i686): Likewise.
42733         (libc_cv_cc_avx): Likewise.
42734         (libc_cv_cc_sse2avx): Likewise.
42735         (libc_cv_cc_fma4): Likewise.
42736         (libc_cv_cc_novzeroupper): Likewise.
42737         * sysdeps/i386/configure: Regenerated.
42739         [BZ #13883]
42740         * sysdeps/i386/fpu/s_cexp.S: Remove.
42741         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42742         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42743         * math/libm-test.inc (cexp_test): Add more tests.
42744         * sysdeps/i386/fpu/libm-test-ulps: Update.
42745         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42747 2012-03-21  Allan McRae  <allan@archlinux.org>
42749         * timezone/Makefile: Do not install iso3166.tab and zone.tab
42751 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
42753         [BZ #13871]
42754         * math/w_exp2.c: Do not include <float.h>.
42755         (o_threshold, u_threshold): Remove.
42756         (__exp2): Calculate result before checking finiteness and calling
42757         __kernel_standard.
42758         * math/w_exp2f.c: Likewise.
42759         * math/w_exp2l.c: Likewise.
42760         * math/libm-test.inc (exp2_test): Require overflow exception for
42761         1e6 input.
42763         [BZ #3866]
42764         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
42765         range of signed 64-bit integers before using fistpll.  Remove
42766         checks for whether integers fit in mantissa bits.
42767         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
42768         the range of signed 32-bit integers before using fistpl.  Remove
42769         checks for whether integers fit in mantissa bits.
42770         * sysdeps/i386/fpu/e_powl.S (p64): New object.
42771         (__ieee754_powl): Test for y outside the range of signed 64-bit
42772         integers before using fistpll.  Reduce 64-bit values to 63-bit
42773         ones as needed.
42774         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
42775         divide-by-zero is raised for zero to large negative powers.
42776         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
42777         (__ieee754_powl): Test for y outside the range of signed 64-bit
42778         integers before using fistpll.  Reduce 64-bit values to 63-bit
42779         ones as needed.
42780         * math/libm-test.inc (pow_test): Add more tests.
42782 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
42784         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
42785         <stdio-common/_itoa.h>.
42786         * debug/segfault.c: Likewise.
42787         * elf/dl-cache.c: Likewise.
42788         * elf/dl-minimal.c: Likewise.
42789         * elf/dl-misc.c: Likewise.
42790         * elf/dl-sysdep.c: Likewise.
42791         * elf/dl-version.c: Likewise.
42792         * elf/rtld.c: Likewise.
42793         * hurd/hurdsock.c: Likewise.
42794         * hurd/lookup-retry.c: Likewise.
42795         * malloc/malloc.c: Likewise.
42796         * malloc/mtrace.c: Likewise.
42797         * nscd/nscd_getgr_r.c: Likewise.
42798         * nscd/nscd_getpw_r.c: Likewise.
42799         * nscd/nscd_getserv_r.c: Likewise.
42800         * posix/getopt_init.c: Likewise.
42801         * posix/wordexp.c: Likewise.
42802         * stdio-common/_itoa.c: Likewise.
42803         * stdio-common/printf_fphex.c: Likewise.
42804         * stdio-common/vfprintf.c: Likewise.
42805         * string/_strerror.c: Likewise.
42806         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
42807         * sysdeps/i386/i686/hp-timing.h: Likewise.
42808         * sysdeps/mach/_strerror.c: Likewise.
42809         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
42810         * sysdeps/mach/hurd/sethostid.c: Likewise.
42811         * sysdeps/mach/hurd/xmknodat.c: Likewise.
42812         * sysdeps/mach/xpg-strerror.c: Likewise.
42813         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
42814         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
42815         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
42816         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
42817         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
42818         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
42819         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
42820         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
42821         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
42822         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
42823         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
42824         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
42825         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
42826         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
42827         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
42828         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
42829         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
42830         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
42831         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
42832         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
42833         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
42835         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
42837         * stdio-common/_itoa.h: Moved to ...
42838         * sysdeps/generic/_itoa.h: Here.
42840         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
42842         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
42843         instead of "_itoa.h" and "_itowa.h".
42844         * stdio-common/vfprintf.: Likewise.
42846 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
42848         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
42849         <bits/wordsize.h>.
42850         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
42851         (__signbit): Likwise.
42852         (llrintf): Likwise.
42853         (llrint): Likwise.
42855 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
42857         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
42858         __WORDSIZE != 64.
42860 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
42862         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
42863         OVERFLOW_EXCEPTION_OK.
42864         * math/libm-test.inc ("Philosophy"): Update comment about
42865         exception testing.
42866         (OVERFLOW_EXCEPTION): Define.
42867         (OVERFLOW_EXCEPTION_OK): Likewise.
42868         (INVALID_EXCEPTION_OK): Renumber.
42869         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42870         (IGNORE_ZERO_INF_SIGN): Likewise.
42871         (test_exceptions): Handle FE_OVERFLOW.
42872         (exp10_test): Expect overflow exceptions.
42873         (exp2_test): Likewise.
42874         (expm1_test): Likewise.
42875         (nextafter_test): Likewise.
42876         (pow_test): Likewise.
42877         (scalbn_test): Likewise.
42878         (scalbln_test): Likewise.
42880 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
42882         * sysdeps/x86_64/bits/atomic.h
42883         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
42884         64bit integer.
42885         (atomic_exchange_acq): Likewise.
42886         (__arch_exchange_and_add_body): Likewise.
42887         (__arch_add_body): Likewise.
42888         (atomic_add_negative): Likewise.
42889         (atomic_add_zero): Likewise.
42891 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
42893         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
42894         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
42896 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
42898         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
42899         Check __x86_64__ instead of __WORDSIZE.
42901 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
42903         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
42905 2012-03-19  David S. Miller  <davem@davemloft.net>
42907         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42909         * sysdeps/sparc/fpu/fenv_private.h: New file.
42910         * sysdeps/sparc/fpu/math_private.h: Use it.
42911         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
42912         Remove.
42913         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
42914         (libc_feholdexcept_setroundl): Remove.
42915         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
42916         Remove.
42917         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
42918         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
42920 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
42922         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
42923         int64_t instead of long int.
42924         (INSERT_WORDS64): Likwise.
42926 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
42928         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
42929         _Unwind_GetCFA return to _Unwind_Ptr first.
42931 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
42933         [BZ #13629]
42934         * math/s_clog.c: Include <float.h>.
42935         (__clog): Scale large or subnormal inputs.
42936         * math/s_clogf.c: Likewise.
42937         * math/s_clogl.c: Likewise.
42938         * math/s_clog10.c: Include <float.h>.
42939         (M_LOG10_2): Define.
42940         (__clog10): Scale large or subnormal inputs.
42941         * math/s_clog10f.c: Likewise.
42942         * math/s_clog10l.c: Likewise.
42943         * math/libm-test.inc (clog_test): Add more tests.
42944         (clog10_test): Likewise.
42945         * sysdeps/i386/fpu/libm-test-ulps: Update.
42946         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42948         [BZ #11451]
42949         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
42950         x and y.
42951         * math/libm-test.inc (atan2_test): Add another test.
42953         * Makerules (common-objdir-compile): Remove.
42954         * sysdeps/unix/Makefile (config-generated): Do not add
42955         $(unix-generated) to variable.
42956         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
42957         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
42958         Remove rule.
42959         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
42960         Likewise.
42961         [generic bits/local_lim.h] (before-compile): Do not append to
42962         variable.
42963         [generic bits/local_lim.h] (common-generated): Likewise.
42964         [generic sys/param.h] (before-compile): Do not append to variable.
42965         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
42966         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
42967         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
42968         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
42969         include.
42970         [generic sys/param.h] (sys/param.h-includes): Remove variable.
42971         [generic sys/param.h] (sys/param.h-includes): Remove rule.
42972         [generic sys/param.h] ($(addprefix
42973         $(common-objpfx),$(sys/param.h-includes))): Likewise.
42974         [generic sys/param.h] (common-generated): Do not append to
42975         variable.
42976         [generic sys/param.h] (sysdep_headers): Likewise.
42977         [generic bits/errno.h] (before-compile): Do not append to
42978         variable.
42979         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
42980         rule.
42981         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
42982         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
42983         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
42984         [generic bits/errno.h] (common-generated): Do not append to
42985         variable.
42986         [generic bits/ioctls.h] (before-compile): Do not append to
42987         variable.
42988         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
42989         rule.
42990         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
42991         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
42992         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
42993         rule.
42994         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
42995         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
42996         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
42997         [generic bits/ioctls.h] (common-generated): Do not append to
42998         variable.
42999         [generic sys/syscall.h] (syscall.h): Remove variable.
43000         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43001         rule.
43002         [generic sys/syscall.h] (before-compile): Do not append to
43003         variable.
43004         [generic sys/syscall.h] (common-generated): Likewise.
43005         * sysdeps/unix/errnos-tmpl.c: Remove file.
43006         * sysdeps/unix/errnos.awk: Likewise.
43007         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43008         * sysdeps/unix/ioctls.awk: Likewise.
43009         * sysdeps/unix/mk-local_lim.c: Likewise.
43010         * sysdeps/unix/snarf-ioctls: Likewise.
43012 2012-03-19  Richard Henderson  <rth@twiddle.net>
43014         * sysdeps/i386/fpu/fenv_private.h: New file.
43015         * sysdeps/i386/fpu/math_private.h: Use it.
43016         (math_opt_barrier, math_force_eval): Remove.
43017         (libc_feholdexcept_setround_53bit): Remove.
43018         (libc_feupdateenv_53bit): Remove.
43019         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43020         (math_opt_barrier, math_force_eval): Remove.
43021         (libc_feholdexcept): Remove.
43022         (libc_feholdexcept_setround): Remove.
43023         (libc_fetestexcept, libc_fesetenv): Remove.
43024         (libc_feupdateenv_test): Remove.
43025         (libc_feupdateenv, libc_feholdsetround): Remove.
43026         (libc_feresetround): Remove.
43028         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43029         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43031         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43032         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43033         (libc_feupdateenv_testl): New.
43034         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43035         (libc_feupdateenv_testf): New.
43036         (libc_feupdateenv): Use libc_feupdateenv_test.
43037         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43038         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43040         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43041         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43042         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43043         (libc_feresetround_noex): New.
43044         (libc_feresetround_noexf): New.
43045         (libc_feresetround_noexl): New.
43046         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43047         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43048         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43049         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43050         SET_RESTORE_ROUND.
43051         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43052         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43053         (__cos): Likewise.
43054         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43055         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43056         SET_RESTORE_ROUND_NOEX.
43057         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43058         SET_RESTORE_ROUND_NOEXF.
43059         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43060         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43061         (libc_feholdsetroundf): New.
43062         (libc_feresetround, libc_feresetroundf): New.
43064         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43065         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43066         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43068         * sysdeps/generic/math_private.h: Include <fenv.h>.
43069         (default_libc_feholdexcept): New.
43070         (default_libc_feholdexcept_setround): New.
43071         (default_libc_fesetenv, default_libc_feupdateenv): New.
43072         (libc_feholdexcept): Only define if undefined.
43073         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43074         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43075         (libc_feholdexcept_setroundl): Likewise.
43076         (libc_feholdexcept_setround_53bit): Likewise.
43077         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43078         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43079         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43080         (libc_feupdateenv_53bit): Likewise.
43081         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43082         (libc_feholdexcept): Convert from macro to inline function.
43083         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43084         (libc_fesetenv, libc_feupdateenv): Likewise.
43086         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43087         not previously defined.
43088         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43089         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43090         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43091         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43092         * sysdeps/ieee754/flt-32/math_private.h: New file.
43093         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43094         math_private.h below SET_FLOAT_WORD.
43095         (__isnan, __isinf_ns, __finite): Remove.
43096         (__isnanf, __isinf_nsf, __finitef): Remove.
43098 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43100         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43102 2012-03-17  David S. Miller  <davem@davemloft.net>
43104         [BZ #6471]
43105         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43106         for 2.16.
43108 2012-03-16  David S. Miller  <davem@davemloft.net>
43110         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43111         warnings.
43113         [BZ #6471]
43114         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43115         properly.
43116         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43117         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43118         sysdep_routines when subdir is sysvipc.
43119         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43120         __getshmlba helper.
43122         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43124 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43126         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43127         [__LP64__].
43129 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43131         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43132         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43133         (__lround): Renamed to ...
43134         (__llround): This.  Replace long int with long long int.
43135         Define lround functions as aliases of llround functions.
43136         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43138 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43140         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43141         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43142         adresses to uintptr_t.  Replace "long int" and "unsigned long
43143         int" with "greg_t" on va_arg.
43145 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43147         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43148         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43150         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43151         Move e_machine check before EI_CLASS check.  Handle x32
43152         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43153         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43154         SKIP_EM_IA_64 and include
43155         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43157         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43158         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43159         (add_system_dir): New macro.
43161         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43162         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43164 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43166         [BZ #2551]
43167         [BZ #2552]
43168         [BZ #2553]
43169         [BZ #2554]
43170         [BZ #2562]
43171         [BZ #2563]
43172         [BZ #2565]
43173         [BZ #2566]
43174         [BZ #2576]
43175         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43176         (y0): Likewise.
43177         * math/w_j0f.c (j0f): Likewise.
43178         (y0f): Likewise.
43179         * math/w_j0l.c (__j0l): Likewise.
43180         (__y0l): Likewise.
43181         * math/w_j1.c (j1): Likewise.
43182         (y1): Likewise.
43183         * math/w_j1f.c (j1f): Likewise.
43184         (y1f): Likewise.
43185         * math/w_j1l.c (__j1l): Likewise.
43186         (__y1l): Likewise.
43187         * math/w_jn.c (jn): Likewise.
43188         (yn): Likewise.
43189         * math/w_jnf.c (jnf): Likewise.
43190         (ynf): Likewise.
43191         * math/w_jnl.c (__jnl): Likewise.
43192         (__ynl): Likewise.
43193         * math/libm-test.inc (j0_test): Add more tests.
43194         (j1_test): Likewise.
43195         (jn_test): Likewise.  Add trailing semicolon to existing test.
43196         (y0_test): Likewise.
43197         (y1_test): Likewise.
43198         * sysdeps/i386/fpu/libm-test-ulps: Update.
43199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43201         [BZ #13851]
43202         [BZ #13854]
43203         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43204         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43205         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43206         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43207         (__tanl): Set errno for infinite argument.
43208         * sysdeps/i386/fpu/mptan.c: Remove.
43209         * sysdeps/i386/fpu/s_tan.S: Likewise.
43210         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43211         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43212         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43213         * math/libm-test.inc (tan_test): Add more tests and enable more
43214         tests for double and long double.
43215         * sysdeps/i386/fpu/libm-test-ulps: Update.
43216         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43218 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43220         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43221         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43223 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43225         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43226         * configure.in: Use it for both main tree and add-ons.
43227         * configure: Regenerated.
43229 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43231         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43233 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43235         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43236         in comment.
43238         [BZ #13851]
43239         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43240         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43241         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43242         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43243         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43244         infinite argument.
43245         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43246         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43247         != 0 for prec == 2.
43248         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43249         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43250         * sysdeps/i386/fpu/s_cosl.S: Likewise.
43251         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43252         * sysdeps/i386/fpu/s_sinl.S: Likewise.
43253         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43254         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43255         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43256         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43257         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43258         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43259         * math/libm-test.inc (cos_test): Add more tests and enable more
43260         tests for long double.
43261         (sin_test): Likewise.
43262         (sincos_test): Likewise.
43263         * sysdeps/i386/fpu/libm-test-ulps: Update.
43264         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43266 2012-03-16  David S. Miller  <davem@davemloft.net>
43268         * sysdeps/sparc/fpu/math_private.h: New file.
43270 2012-03-15  David S. Miller  <davem@davemloft.net>
43272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43273         file.
43274         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
43275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43276         file.
43277         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43278         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43279         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43280         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43281         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43282         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43283         sysdep routines.
43284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43286         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43287         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43289         * sysdeps/sparc/sparc-ifunc.h: New file.
43290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43291         sparc-ifunc.h
43292         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
43293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43294         Likewise.
43295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43296         Likewise.
43297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43299         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
43300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43301         Likewise.
43302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43303         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43304         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43305         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
43306         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43307         Likewise.
43308         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43309         Likewise.
43310         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43311         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43313         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43314         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43315         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43316         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43317         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43318         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43319         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43320         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43321         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43322         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43323         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43324         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43325         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43326         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43327         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43328         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43329         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43330         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43331         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43332         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43333         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43335 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43337         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43338         scaling.
43339         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43341 2012-03-15  Andreas Jaeger  <aj@suse.de>
43343         [BZ #13852]
43344         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43345         ieee754/flt-32 implementation for sin, cos and sincos.
43346         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43347         * sysdeps/i386/fpu/s_cosf.S: Likewise.
43348         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43349         * sysdeps/i386/fpu/s_sinf.S: Likewise.
43350         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43351         ieee754/flt-32 implementation for tan.
43353         * math/libm-test.inc (cos_test): Enable some large input tests for
43354         float as well
43355         (sin_test): Likewise.
43356         (sincos_test): Likewise.
43357         (tan_test): Add tests for large input.
43359         * sysdeps/i386/fpu/libm-test-ulps: Update.
43361 2012-03-15  Andreas Jaeger  <aj@suse.de>
43363         [BZ #13658]
43364         * math/libm-test.inc (cos_test): Add more test cases.
43365         (sin_test): Likewise.
43366         (sincos_test): Likewise.
43368 2012-03-15  Andreas Jaeger  <aj@suse.de>
43370         [BZ #13837]
43371         * math/libm-test.inc (cos_test): Add a test case for large input
43372         value.
43373         (sin_test): Likewise.
43374         (sincos_test): Likewise.
43376 2012-03-15  Andreas Jaeger  <aj@suse.de>
43377             Joseph Myers  <joseph@codesourcery.com>
43379         [BZ #13658]
43380         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
43381         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43382         * sysdeps/i386/fpu/branred.c: Likewise.
43383         * sysdeps/i386/fpu/dosincos.c: Likewise.
43384         * sysdeps/i386/fpu/mpa.c: Likewise.
43385         * sysdeps/i386/fpu/s_cos.S: Likewise.
43386         * sysdeps/i386/fpu/s_sin.S: Likewise.
43387         * sysdeps/i386/fpu/s_sincos.S: Likewise.
43388         * sysdeps/i386/fpu/sincos32.c: Likewise.
43390         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43391         Define.
43392         (libc_feupdateenv_53bit): Define.
43393         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43394         Define.
43395         (libc_feupdateenv_53bit): Define.
43397         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
43398         53 bit (without extend i386 double precision).
43400         * math/libm-test.inc (sincos_test): Add tests for large input.
43401         (sin): Likewise.
43402         (cos): Likewise.
43404         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43406 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43408         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43410 2012-03-15  David S. Miller  <davem@davemloft.net>
43412         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
43413         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
43414         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
43415         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
43416         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
43417         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
43418         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
43419         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
43420         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
43421         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
43422         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
43423         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
43424         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
43425         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
43426         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
43427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
43428         file.
43429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
43430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
43431         file.
43432         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
43433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
43434         file.
43435         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
43436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
43437         file.
43438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
43439         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
43440         fmin/fmax sysdep routines.
43441         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43443 2012-03-14  David S. Miller  <davem@davemloft.net>
43445         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
43446         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
43447         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
43448         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
43449         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
43450         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
43451         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
43452         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
43453         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
43454         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
43455         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
43456         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
43457         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
43458         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
43459         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
43460         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
43461         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
43462         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
43463         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
43464         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
43465         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
43466         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
43467         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
43468         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
43469         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
43470         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
43471         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
43472         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
43473         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
43474         routines.
43475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
43476         file.
43477         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
43478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
43479         file.
43480         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
43481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
43482         file.
43483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
43484         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
43485         file.
43486         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
43487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
43488         file.
43489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
43490         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
43491         file.
43492         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
43493         file.
43494         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
43495         file.
43496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
43497         file.
43498         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
43499         New file.
43500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
43501         file.
43502         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
43503         file.
43504         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
43505         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
43506         file.
43507         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
43508         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
43509         file.
43510         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
43511         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
43512         file.
43513         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
43514         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
43515         VIS3 routines.
43517         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
43518         New file.
43520         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43522         * sysdeps/sparc/configure.in: New file.
43523         * sysdeps/sparc/configure: Generate.
43524         * configure.in (libc_cv_sparc_as_vis3): Substitute.
43525         * configure: Regenerate.
43526         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
43527         * config.make.in (have-as-vis3): New.
43528         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
43529         available use -Av9d instead of -Av9a.
43530         * sysdeps/sparc/sparc64/Makefile: Likewise.
43531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
43532         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
43533         New file.
43534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
43535         file.
43536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
43537         New file.
43538         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
43539         file.
43540         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
43541         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
43542         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
43543         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
43544         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
43546         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
43547         fzeros/fnegs to load 0x80000000 into a float register instead of
43548         using the stack.
43549         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
43551 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
43553         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43554         bits/syscall.h.
43555         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
43556         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
43557         ($(inst_includedir)/bits/syscall.h): Remove rule.
43558         ($(objpfx)bits/syscall.d): Include instead of
43559         $(objpfx)syscall-list.d.
43560         (generated): Change syscall-list.h and syscall-list.d to
43561         bits/syscall.h and bits/syscall.d.
43563 2012-03-14  Roland McGrath  <roland@hack.frob.com>
43565         [BZ #13846]
43566         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
43568 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
43570         [BZ #13841]
43571         * math/s_csqrt.c: Include <float.h>.
43572         (__csqrt): Scale large or subnormal inputs.
43573         * math/s_csqrtf.c: Likewise.
43574         * math/s_csqrtl.c: Likewise.
43575         * math/libm-test.inc (csqrt_test): Add more tests.
43576         * sysdeps/i386/fpu/libm-test-ulps: Update.
43577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43579         [BZ #13840]
43580         * math/libm-test.inc (hypot_test): Add more tests.
43582 2012-03-13  David S. Miller  <davem@davemloft.net>
43584         [BZ #13840]
43585         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
43586         double-precision for the calculation instead of scaling.
43588 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
43590         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
43591         manipulate bits before adding and subtracting TWO52[sx].
43592         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
43593         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
43594         Likewise.
43595         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
43597 2012-03-13  David S. Miller  <davem@davemloft.net>
43599         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
43600         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
43601         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
43602         rtld-global-offsets.h
43603         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43605         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
43606         large parameters.
43608         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
43610         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
43611         'err' in the ifdef scope in which it is actually used.
43613         * nss/nss_db/db-init.c: Include string.h
43615 2012-03-12  David S. Miller  <davem@davemloft.net>
43617         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
43618         masking out of the most significant byte of random value used.
43619         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43620         Fix coding style in previous change.
43622         * sysdeps/unix/sysv/linux/kernel-features.h
43623         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
43624         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
43625         expression.
43626         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
43627         later.
43629 2012-03-11  David S. Miller  <davem@davemloft.net>
43631         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
43632         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
43633         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
43634         for 'resultvar' otherwise things get truncated on 64-bit.
43636         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43637         Fix masking out of the most significant byte of random value used.
43639         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43641 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
43643         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43645 2012-03-09  David S. Miller  <davem@davemloft.net>
43647         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
43648         variables with appropriate CPP guards.
43649         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
43650         from the frame pointer, not the stack pointer.  Correct layout
43651         comments.  Fix test on resulting framesize and the management of
43652         the outregs buffer for pltexit.  Preserve floating point return
43653         values across _dl_call_pltexit call.
43654         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
43655         framesize and the management of the outregs buffer for pltexit.
43656         Preserve floating point return values across _dl_call_pltexit
43657         call.
43658         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
43659         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
43660         (la_sparc64_gnu_pltexit): New functions.
43661         (print_exit): Fix format string for return register value.
43663 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
43665         * sunrpc/Makefile (others): Add rpcgen.
43666         ($(objpfx)rpcgen): Remove special build rule and dependency on
43667         libc.
43668         * sunrpc/rpcgen.c: New file.
43670 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
43672         [BZ #13673]
43673         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
43674         * stdio-common/bug-vfprintf-nargs.c: Likewise.
43675         * sysdeps/i386/crti.S: Likewise.
43676         * sysdeps/i386/crtn.S: Likewise.
43677         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
43678         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
43679         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
43680         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
43681         * sysdeps/sh/crti.S: Likewise.
43682         * sysdeps/sh/crtn.S: Likewise.
43683         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
43685         [BZ #13673]
43686         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
43687         with URL.
43688         * locale/programs/locfile-kw.gperf: Likewise.
43689         * locale/programs/charmap-kw.h: Regenerated.
43690         * locale/programs/locfile-kw.h: Likewise.
43692         [BZ #13673]
43693         * intl/plural.y: Replace FSF snail mail address with URL.
43694         * intl/plural.c: Regenerated.
43696 2012-03-09  Richard Henderson  <rth@twiddle.net>
43698         * include/math_private.h: Remove file.
43699         * math/math_private.h: Move file ...
43700         * sysdeps/generic/math_private.h: ... here.
43702         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
43703         * sysdeps/powerpc/fpu/math_private.h: Likewise.
43704         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43706         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
43707         and <math_private.h>.
43708         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43709         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43710         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43711         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43712         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43713         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
43714         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
43715         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43716         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
43717         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43718         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43719         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43720         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
43721         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43722         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
43723         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
43724         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43725         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
43726         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
43727         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
43728         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43729         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
43730         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
43731         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43732         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
43733         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
43734         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
43735         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43736         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43737         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43738         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
43739         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43740         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
43741         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
43742         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43743         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43744         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
43745         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43746         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43747         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43748         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
43749         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43750         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43751         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
43752         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
43753         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43754         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
43755         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
43756         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
43757         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43758         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
43759         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
43760         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
43761         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43762         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
43763         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
43764         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43765         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
43766         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
43767         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
43768         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
43769         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
43770         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43771         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43772         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
43773         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
43774         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
43775         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
43776         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
43777         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
43778         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
43779         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43780         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
43781         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43782         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
43783         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
43784         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
43785         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43786         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
43787         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
43788         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
43789         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
43790         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
43791         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
43792         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
43793         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
43794         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
43795         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
43796         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
43797         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43798         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43799         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
43800         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43801         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
43802         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
43803         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
43804         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43805         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
43806         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
43807         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
43808         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
43809         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
43810         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
43811         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
43812         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43813         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
43814         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
43815         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
43816         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43817         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43818         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43819         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43820         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
43821         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43822         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
43823         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43824         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43825         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43826         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43827         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
43828         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43829         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43830         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43831         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
43832         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43833         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43834         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
43835         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
43836         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43837         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
43838         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
43839         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
43840         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43841         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
43842         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
43843         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43844         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
43845         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43846         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
43847         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
43848         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43849         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43850         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43851         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
43852         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
43853         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43854         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43855         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43856         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
43857         * sysdeps/ieee754/k_standard.c: Likewise.
43858         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
43859         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
43860         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43861         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
43862         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
43863         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
43864         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
43865         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
43866         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
43867         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
43868         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
43869         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
43870         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
43871         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
43872         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
43873         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
43874         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
43875         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
43876         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
43877         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
43878         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
43879         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
43880         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43881         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43882         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
43883         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
43884         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43885         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43886         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43887         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43888         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
43889         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43890         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43891         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43892         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
43893         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43894         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43895         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
43896         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
43897         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43898         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
43899         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
43900         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
43901         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43902         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
43903         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
43904         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43905         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43906         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43907         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43908         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43909         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
43910         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43911         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
43912         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43913         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43914         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
43915         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
43916         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43917         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43918         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43919         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
43920         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43921         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
43922         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43923         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43924         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
43925         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
43926         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
43927         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
43928         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
43929         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43930         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
43931         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
43932         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
43933         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
43934         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
43935         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
43936         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
43937         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
43938         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
43939         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
43940         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43941         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43942         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
43943         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43944         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43945         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
43946         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
43947         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43948         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
43949         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43950         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
43951         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
43952         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43953         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43954         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
43955         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
43956         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
43957         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
43958         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43959         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43960         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43961         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43962         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
43963         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43964         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43965         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
43966         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
43967         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43968         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43969         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43970         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
43971         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43972         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
43973         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
43974         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
43975         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43976         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
43977         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
43978         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
43979         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
43980         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
43981         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
43982         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43983         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
43984         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43985         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43986         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43987         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43988         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43989         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43990         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43991         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
43992         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43993         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43994         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
43995         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
43996         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43997         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
43998         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
43999         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44000         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44001         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44002         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44003         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44004         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44005         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44006         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44007         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44008         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44009         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44010         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44011         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44012         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44013         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44014         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44015         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44016         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44017         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44018         * sysdeps/ieee754/s_lib_version.c: Likewise.
44019         * sysdeps/ieee754/s_matherr.c: Likewise.
44020         * sysdeps/ieee754/s_signgam.c: Likewise.
44021         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44022         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44023         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44024         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44025         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44026         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44027         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44028         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44029         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44030         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44031         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44032         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44033         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44034         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44035         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44036         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44037         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44038         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44039         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44040         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44041         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44043 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44045         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44046         * sunrpc/rpc_main.c: Likewise.
44047         * sunrpc/rpc_svcout.c: Likewise.
44049 2012-03-09  David S. Miller  <davem@davemloft.net>
44051         * include/math_private.h: New file.
44053 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44055         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44056         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44057         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44058         from <bits/socket_type.h>.
44059         (enum __socket_type): Don't define here.
44060         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44061         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44062         bits/socket_type.h.
44064         [BZ #13566]
44065         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44066         checking __USE_GNU.
44068         * Makerules ($(inst_includedir)/%.h): New rule.
44069         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44070         (install-others): Remove variable setting.
44071         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44073 2012-03-08  Richard Henderson  <rth@twiddle.net>
44075         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44076         from macro to inline function; merge with the
44077         !__LIBC_INTERNAL_MATH_INLINES version.
44078         (__ieee754_sqrtf): Likewise.
44080         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44081         to inline function.
44082         (__rintf, __floor, __floorf): Likewise.
44084         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44085         macro to inline function.
44086         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44088         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44089         not <math/math_private.h>.
44091 2012-03-08  David S. Miller  <davem@davemloft.net>
44093         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44094         copyright year.
44095         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44097 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44099         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44100         normalization.
44101         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44102         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44104 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44106         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44107         be defined individually, they must be defined as a block.  Define
44108         S for printing a string instead of hidint the different by using a
44109         macro for adding the 'l'.
44110         * stdio-common/tst-fphex-wide.c: Adjust.
44112 2012-03-07  Marek Polacek  <polacek@redhat.com>
44114         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44116 2012-03-08  Marek Polacek  <polacek@redhat.com>
44118         [BZ #13806]
44119         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44120         * stdio-common/tst-fphex.c: Define a few macros to make the
44121         test reusable.  Use them.
44122         * stdio-common/tst-fphex-wide.c: New file.
44124 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44126         [BZ #6911]
44127         * manual/macros.texi (gnusystems): New macro.
44128         (nongnusystems): Likewise.
44129         (gnulinuxhurdsystems): Likewise.
44130         (gnuhurdsystems): Likewise..
44131         (gnulinuxsystems): Likewise.
44132         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44133         variants of the GNU system, not "GNU system".
44134         * manual/conf.texi: Likewise.
44135         * manual/errno.texi: Likewise.  Update example of errno macro
44136         expansion.
44137         * manual/filesys.texi: Likewise.
44138         (getumask): Document as specific to GNU/Hurd.
44139         * manual/install.texi: Likewise.  Reword some references to
44140         GNU/Linux.
44141         * manual/intro.texi: Likewise.
44142         * manual/io.texi: Likewise.
44143         (File Name Portability): Detail which constraints are inapplicable
44144         to all GNU systems and which are only inapplicable to GNU/Hurd.
44145         * manual/job.texi: Likewise.
44146         * manual/llio.texi: Likewise.
44147         (O_NOCTTY): Document as present on GNU/Linux.
44148         * manual/maint.texi: Likewise.
44149         * manual/memory.texi: Likewise.
44150         * manual/pattern.texi: Likewise.
44151         * manual/pipe.texi: Likewise.
44152         * manual/process.texi: Likewise.
44153         * manual/resource.texi: Likewise.
44154         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44155         child on GNU/Hurd.
44156         * manual/setjmp.texi: Likewise.
44157         * manual/signal.texi: Likewise.
44158         * manual/startup.texi: Likewise.
44159         * manual/stdio.texi: Likewise.
44160         * manual/terminal.texi: Likewise.
44161         (ONLCR): Document as POSIX.
44162         (OXTABS): Document availability on GNU/Linux as XTABS.
44163         (ONOEOT): Document availability separately from other bits.
44164         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44165         * manual/time.texi: Likewise.
44166         * manual/users.texi: Likewise.
44167         * INSTALL: Regenerated.
44168         * sysdeps/gnu/errlist.c: Regenerated.
44170         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44171         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44172         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44173         puts.
44174         * configure: Regenerated.
44176 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44178         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44179         default includes instead of AC_HEADER_CHECK.
44180         * sysdeps/i386/configure: Regenerated.
44182         [BZ #10716]
44183         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44184         * math/s_cacoshf.c (__cacoshf): Likewise.
44185         * math/s_cacoshl.c (__cacoshl): Likewise.
44186         * math/s_casinh.c (__casinh): Set signs of result from argument.
44187         * math/s_casinhf.c (__casinhf): Likewise.
44188         * math/s_casinhl.c (__casinhl): Likewise.
44189         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44190         (casinh_test): Add more tests.
44191         * sysdeps/i386/fpu/libm-test-ulps: Update.
44192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44194 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44196         * po/zh_TW.po: Update from translation team.
44198         * login/Makefile (distribute): Remove variable.
44199         * catgets/Makefile: Likewise.
44200         * mach/Makefile: Likewise.
44201         * malloc/Makefile: Likewise.
44202         * misc/Makefile: Likewise.
44203         * iconv/Makefile: Likewise.
44204         * nscd/Makefile: Likewise.
44205         * hurd/Makefile: Likewise.
44206         * manual/Makefile: Likewise.
44207         * locale/Makefile: Likewise.
44208         * intl/Makefile: Likewise.
44209         * conform/Makefile: Likewise.
44210         * nss/Makefile: Likewise.
44211         * time/Makefile: Likewise.
44212         * soft-fp/Makefile: Likewise.
44213         * dirent/Makefile: Likewise.
44214         * gmon/Makefile: Likewise.
44215         * po/Makefile: Likewise.
44216         * rt/Makefile: Likewise.
44217         * socket/Makefile: Likewise.
44218         * math/Makefile: Likewise.
44219         * signal/Makefile: Likewise.
44220         * debug/Makefile: Likewise.
44221         * elf/Makefile: Likewise.
44222         * timezone/Makefile: Likewise.
44223         * stdlib/Makefile: Likewise.
44224         * iconvdata/Makefile: Likewise.
44225         * sunrpc/Makefile: Likewise.
44226         * io/Makefile: Likewise.
44227         * argp/Makefile: Likewise.
44228         * inet/Makefile: Likewise.
44229         * hesiod/Makefile: Likewise.
44230         * grp/Makefile: Likewise.
44231         * csu/Makefile: Likewise.
44232         * wctype/Makefile: Likewise.
44233         * crypt/Makefile: Likewise.
44234         * libio/Makefile: Likewise.
44235         * string/Makefile: Likewise.
44236         * nis/Makefile: Likewise.
44237         * resolv/Makefile: Likewise.
44238         * stdio-common/Makefile: Likewise.
44239         * wcsmbs/Makefile: Likewise.
44240         * dlfcn/Makefile: Likewise.
44241         * posix/Makefile: Likewise.
44243         [BZ #6959]
44244         * timezone/Makefile: Don't install timezone files, just the programs
44245         and scripts.
44247 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
44249         * nss/databases.def: Add missing gshadow entry.
44251         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
44253 2012-03-06  Marek Polacek  <polacek@redhat.com>
44255         [BZ #13726]
44256         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44257         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44258         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44259         * stdio-common/tst-long-dbl-fphex.c: New file.
44261 2012-03-06  David S. Miller  <davem@davemloft.net>
44263         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44264         (set_obp_int): New function.
44265         (get_obp_int): New function.
44266         (__get_clockfreq_via_dev_openprom): Likewise.
44267         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44268         Avoid unused variable warnings on 'val' and use builtin_expect.
44269         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44270         __builtin_expect.
44271         (INLINE_CLONE_SYSCALL): Likewise.
44273 2012-03-05  David S. Miller  <davem@davemloft.net>
44275         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44277 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
44279         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44281         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44282         only for |x| >= 40.
44283         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44285 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
44287         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44288         Replace gettimeofday with __vdso_gettimeofday.
44290         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44291         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44292         __vdso_clock_gettime and __vdso_getcpu.
44294         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44295         time with __vdso_time.
44297 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44299         * manual/lang.texi (size_t): Note types to which size_t may be
44300         equivalent with the GNU C Library, but do not describe when
44301         differences between them are significant.
44303 2012-03-05  Andreas Jaeger  <aj@suse.de>
44305         * sysdeps/i386/fpu/libm-test-ulps: Update.
44307 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44309         [BZ #3976]
44310         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44311         (__ieee754_pow): Save and restore rounding mode and use
44312         round-to-nearest for main computations.
44313         * math/libm-test.inc (pow_test_tonearest): New function.
44314         (pow_test_towardzero): Likewise.
44315         (pow_test_downward): Likewise.
44316         (pow_test_upward): Likewise.
44317         (main): Call the new functions.
44318         * sysdeps/i386/fpu/libm-test-ulps: Update.
44319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44321         [BZ #3976]
44322         * math/libm-test.inc (cosh_test_tonearest): New function.
44323         (cosh_test_towardzero): Likewise.
44324         (cosh_test_downward): Likewise.
44325         (cosh_test_upward): Likewise.
44326         (sinh_test_tonearest): Likewise.
44327         (sinh_test_towardzero): Likewise.
44328         (sinh_test_downward): Likewise.
44329         (sinh_test_upward): Likewise.
44330         (main): Call the new functions.
44331         * sysdeps/i386/fpu/libm-test-ulps: Update.
44332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44334 2012-03-05  Tom de Vries  <tom@codesourcery.com>
44336         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44337         default stack guard is set in last bytes.
44338         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44340 2012-03-05  Kees Cook  <keescook@chromium.org>
44342         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
44344         [BZ #13656]
44345         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44346         possibly allocate from heap instead of stack.
44347         * stdio-common/bug-vfprintf-nargs.c: New file.
44348         * stdio-common/Makefile (tests): Add nargs overflow test.
44350 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
44352         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44354 2012-03-03  Marek Polacek  <polacek@redhat.com>
44356         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44357         * math/math_private.h: Likewise.
44358         * stdlib/tst-strtod.c: Likewise.
44359         * sysdeps/i386/i486/bits/atomic.h: Likewise.
44360         * sysdeps/x86_64/bits/atomic.h: Likewise.
44362 2012-03-02  David S. Miller  <davem@davemloft.net>
44364         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44365         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44366         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44367         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44368         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44369         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44370         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44371         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44373 2012-03-02  Roland McGrath  <roland@hack.frob.com>
44375         [BZ #13792]
44376         * manual/examples/README: New file, says the example source files
44377         can be used under GPL>=2.
44378         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44379         line containing just "*/".
44380         * manual/examples/add.c: Add copyright header (GPL>=2).
44381         * manual/examples/argp-ex1.c: Likewise.
44382         * manual/examples/argp-ex2.c: Likewise.
44383         * manual/examples/argp-ex3.c: Likewise.
44384         * manual/examples/argp-ex4.c: Likewise.
44385         * manual/examples/atexit.c: Likewise.
44386         * manual/examples/db.c: Likewise.
44387         * manual/examples/dir.c: Likewise.
44388         * manual/examples/dir2.c: Likewise.
44389         * manual/examples/execinfo.c: Likewise.
44390         * manual/examples/filecli.c: Likewise.
44391         * manual/examples/filesrv.c: Likewise.
44392         * manual/examples/fmtmsgexpl.c: Likewise.
44393         * manual/examples/genpass.c: Likewise.
44394         * manual/examples/inetcli.c: Likewise.
44395         * manual/examples/inetsrv.c: Likewise.
44396         * manual/examples/isockad.c: Likewise.
44397         * manual/examples/longopt.c: Likewise.
44398         * manual/examples/memopen.c: Likewise.
44399         * manual/examples/memstrm.c: Likewise.
44400         * manual/examples/mkfsock.c: Likewise.
44401         * manual/examples/mkisock.c: Likewise.
44402         * manual/examples/mygetpass.c: Likewise.
44403         * manual/examples/pipe.c: Likewise.
44404         * manual/examples/popen.c: Likewise.
44405         * manual/examples/rprintf.c: Likewise.
44406         * manual/examples/search.c: Likewise.
44407         * manual/examples/select.c: Likewise.
44408         * manual/examples/setjmp.c: Likewise.
44409         * manual/examples/sigh1.c: Likewise.
44410         * manual/examples/sigusr.c: Likewise.
44411         * manual/examples/stpcpy.c: Likewise.
44412         * manual/examples/strdupa.c: Likewise.
44413         * manual/examples/strftim.c: Likewise.
44414         * manual/examples/strncat.c: Likewise.
44415         * manual/examples/subopt.c: Likewise.
44416         * manual/examples/swapcontext.c: Likewise.
44417         * manual/examples/termios.c: Likewise.
44418         * manual/examples/testopt.c: Likewise.
44419         * manual/examples/testpass.c: Likewise.
44420         * manual/examples/timeval_subtract.c: Likewise.
44422         [BZ #13792]
44423         * manual/time.texi (Elapsed Time): Move timeval_subtract example
44424         function to ...
44425         * manual/timeval_subtract.c.texi: ... here, new file.
44427 2012-03-02  David S. Miller  <davem@davemloft.net>
44429         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
44431 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
44433         [BZ #3976]
44434         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
44435         (__sin): Save and restore rounding mode and use round-to-nearest
44436         for all computations.
44437         (__cos): Save and restore rounding mode and use round-to-nearest
44438         for all computations.
44439         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
44440         <fenv.h>.
44441         (tan): Save and restore rounding mode and use round-to-nearest for
44442         all computations.
44443         * math/libm-test.inc (cos_test_tonearest): New function.
44444         (cos_test_towardzero): Likewise.
44445         (cos_test_downward): Likewise.
44446         (cos_test_upward): Likewise.
44447         (sin_test_tonearest): Likewise.
44448         (sin_test_towardzero): Likewise.
44449         (sin_test_downward): Likewise.
44450         (sin_test_upward): Likewise.
44451         (tan_test_tonearest): Likewise.
44452         (tan_test_towardzero): Likewise.
44453         (tan_test_downward): Likewise.
44454         (tan_test_upward): Likewise.
44455         (main): Call the new functions.
44456         * sysdeps/i386/fpu/libm-test-ulps: Update.
44457         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44459         [BZ #10135]
44460         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
44461         small n, then large n, before computing and testing k+n.
44462         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
44463         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
44464         Likewise.
44465         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
44466         Likewise.
44467         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
44468         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
44469         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
44470         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
44471         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
44472         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
44473         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
44474         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
44475         * math/libm-test.inc (scalbn_test): Add more tests.
44476         (scalbln_test): Likewise.
44478         * manual/filesys.texi (mode_t): Describe constraints on size and
44479         signedness, not exact equivalence to a particular type.
44480         (ino_t): Likewise.
44481         (ino64_t): Likewise.
44482         (dev_t): Likewise.
44483         (nlink_t): Likewise.
44484         (blkcnt_t): Likewise.
44485         (blkcnt64_t): Likewise.
44486         * manual/llio.texi (off_t): Likewise.
44488         [BZ #3976]
44489         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
44490         (__ieee754_exp): Save and restore rounding mode and use
44491         round-to-nearest for all computations.
44492         * math/libm-test.inc (exp_test_tonearest): New function.
44493         (exp_test_towardzero): Likewise.
44494         (exp_test_downward): Likewise.
44495         (exp_test_upward): Likewise.
44496         (main): Call the new functions.
44497         * sysdeps/i386/fpu/libm-test-ulps: Update.
44498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44500 2012-03-01  Chris Demetriou  <cgd@google.com>
44502         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
44503         have predictable order.
44505 2012-03-01  David S. Miller  <davem@davemloft.net>
44507         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
44509         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
44510         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
44511         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
44512         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
44514         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
44515         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
44516         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
44517         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
44518         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
44519         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
44520         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
44521         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
44522         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
44524         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44526         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
44527         * sysdeps/sparc/fpu/libm-test-ulps: to here.
44528         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
44530         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
44531         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
44532         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
44533         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
44534         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
44535         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
44536         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
44537         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
44538         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
44539         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
44540         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
44541         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
44542         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
44543         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
44544         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
44545         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44546         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
44547         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
44548         * sysdeps/sparc/elf/configure: Regenerated.
44550 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
44552         * configure.in (AS, LD): Require binutils 2.20 or later.
44553         * configure: Regenerated.
44554         * manual/install.texi (Tools for Compilation): Give binutils 2.20
44555         as required minimum version.
44556         * INSTALL: Regenerated.
44558         [BZ #2541]
44559         [BZ #4108]
44560         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
44561         before squaring exponent.
44562         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
44563         bottom long double and 27 bits of top long double before squaring
44564         exponent.
44565         * math/libm-test.inc (erfc_test): Add more tests.
44566         * sysdeps/i386/fpu/libm-test-ulps: Update.
44567         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
44568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44570 2012-03-01  Kai Tietz  <ktietz@redhat.com>
44572         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
44573         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
44574         containing bit-fields.
44575         * soft-fp/extended.h (_FP_UNION_E): Likewise.
44576         * soft-fp/single.h (_FP_UNION_S): Likewise.
44577         * soft-fp/double.h (_FP_UNION_D): Likewise.
44579 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
44581         [BZ #13786]
44582         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
44583         not include ../strcmp.S.
44584         [USE_AS_STRNCASECMP_L]: Likewise.
44585         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
44586         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
44587         * sysdeps/i386/i686/multiarch/strncase_l-c.c
44588         (__strncasecmp_l_ia32): Define as alias to
44589         __strncasecmp_l_nonascii.
44591         [BZ #5794]
44592         * math/libm-test.inc (expm1_test): Add test for bug 5794.
44593         * sysdeps/i386/fpu/libm-test-ulps: Update.
44594         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44596         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
44597         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44599 2012-02-29  Jeff Law  <law@redhat.com>
44601         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
44602         out of bounds read.
44604 2012-02-29  Marek Polacek  <polacek@redhat.com>
44606         [BZ #13706]
44607         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
44608         * elf/Makefile: Add rules to run tst-unused-dep.out.
44610 2012-02-28  David S. Miller  <davem@davemloft.net>
44612         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
44613         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
44614         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
44615         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
44616         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
44617         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
44619 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
44621         * math/libm-test.inc (llround_test): Move one test from
44622         lround_test.  Use TEST_f_L in moved test.
44623         (lround_test): Move misplaced test to llround_test.  Add testcase
44624         from bug 2561.
44626 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
44628         * sysdeps/x86_64/fpu/e_expf.S: New file.
44629         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
44631 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
44633         [BZ #13637]
44634         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
44635         of remain_len that may cause incomplete multi-byte character and
44636         false match.
44637         * posix/bug-regex33.c: New file.
44638         * posix/Makefile (tests): Add bug-regex33.
44640 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
44642         * manual/macros.texi: New file.
44643         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
44644         * manual/libc.texinfo: Include macros.texi.
44645         * manual/creatute.texi: Likewise.
44646         * manual/install.texi: Likewise.
44647         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
44648         @glibcadj{} in references to the GNU C Library.
44649         * manual/charset.texi: Likewise.
44650         * manual/conf.texi: Likewise.
44651         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
44652         when not using those macros.
44653         * manual/creature.texi: Likewise.
44654         * manual/crypt.texi: Likewise.
44655         * manual/errno.texi: Likewise.
44656         * manual/filesys.texi: Likewise.
44657         * manual/header.texi: Likewise.
44658         * manual/install.texi: Likewise.
44659         * manual/intro.texi: Likewise.
44660         * manual/io.texi: Likewise.
44661         * manual/job.texi: Likewise.
44662         * manual/lang.texi: Likewise.
44663         * manual/libc.texiinfo: Likewise.
44664         * manual/llio.texi: Likewise.
44665         * manual/locale.texi: Likewise.
44666         * manual/maint.texi: Likewise.
44667         * manual/math.texi: Likewise.
44668         * manual/memory.texi: Likewise.
44669         * manual/message.texi: Likewise.
44670         * manual/nss.texi: Likewise.
44671         * manual/pattern.texi: Likewise.
44672         * manual/process.texi: Likewise.
44673         * manual/resource.texi: Likewise.
44674         * manual/search.texi: Likewise.
44675         * manual/setjmp.texi: Likewise.
44676         * manual/signal.texi: Likewise.
44677         * manual/socket.texi: Likewise.
44678         * manual/startup.texi: Likewise.
44679         * manual/stdio.texi: Likewise.
44680         * manual/string.texi: Likewise.
44681         * manual/sysinfo.texi: Likewise.
44682         * manual/syslog.texi: Likewise.
44683         * manual/terminal.texi: Likewise.
44684         * manual/time.texi: Likewise.
44685         * manual/users.texi: Likewise.
44686         * INSTALL: Regenerated.
44687         * NOTES: Regenerated.
44688         * sysdeps/gnu/errlist.c: Regenerated.
44690 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
44692         * include/dirent.h: Include <dirstream.h> before
44693         <dirent/dirent.h>.
44695 2012-02-28  David S. Miller  <davem@davemloft.net>
44697         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
44698         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
44699         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
44700         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
44702 2012-02-27  David S. Miller  <davem@davemloft.net>
44704         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
44705         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
44706         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
44707         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
44709         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
44710         frame pointer instead of stack pointer relative arg slot.
44711         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
44712         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
44713         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
44715 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
44717         [BZ #3992]
44718         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
44720 2012-02-27  David S. Miller  <davem@davemloft.net>
44722         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
44723         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
44724         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44725         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
44726         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
44727         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
44728         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
44729         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
44731 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
44733         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
44734         later.  Allow versions 5-9.
44735         * configure: Regenerated.
44736         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
44737         required minimum version and 4.6 as recommended version.  Do not
44738         mention bugs in GCC 2.7 and 2.8.
44739         * INSTALL: Regenerated.
44741 2012-02-27  David S. Miller  <davem@davemloft.net>
44743         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
44744         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
44745         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
44746         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
44747         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
44748         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
44749         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
44750         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
44752         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
44753         manipulate bits before adding and subtracting TWO112[sx].
44754         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
44756 2012-02-27  Roland McGrath  <roland@hack.frob.com>
44758         [BZ #13775]
44759         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
44760         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
44761         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
44762         being in POSIX, because they are in 1003.1-2008.
44764         * rt/tst-aio.c: Include <fcntl.h>.
44765         * rt/tst-aio7.c: Likewise.
44766         * rt/tst-aio64.c: Likewise.
44768         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
44770 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
44772         * manual/install.texi (--with-headers): Describe headers as
44773         interface headers, not private headers.
44774         (Specific advice for GNU/Linux systems): Describe use of headers
44775         from "make headers_install", not private headers from older
44776         kernels.
44777         * INSTALL: Regenerated.
44778         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
44779         Change to 2.6.19.
44780         * sysdeps/unix/sysv/linux/configure: Regenerated.
44782         * manual/llio.texi (fclean): Remove documentation.
44784         * manual/Makefile (libc-texi-generated): New variable.  Include
44785         version.texi.
44786         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
44787         $(libc-texi-generated), not duplicated list of files.
44788         (version.texi, stamp-version): New rules.
44789         (realclean): Remove $(libc-texi-generated), not individual files
44790         from that list.  Do not remove dir-add.texinfo.
44791         * manual/libc.texinfo: Comment out uses of edition numbers and
44792         references to printed manual.  Remove last-updated dates.
44793         (EDITION): Comment out.
44794         (ISBN): Likewise.
44795         (VERSION, UPDATED): Remove.
44796         (version.texi): Include.
44798 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
44800         * sysdeps/posix/spawni.c: Include <signal.h>.
44801         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
44802         * sysdeps/pthread/aio_fsync.c: Likewise.
44804 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
44806         * conform/Makefile (tests): Run only when not cross-compiling and
44807         when fast-check is not defined.
44809         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
44810         * conform/data/limits.h-data: Fixes for POSIX2008.
44811         * conform/run-conformtest.sh: Run all tests.
44812         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
44813         headers.
44814         * include/bits/dlfcn.h: Likewise.
44815         * include/langinfo.h: Likewise.
44816         * include/monetary.h: Likewise.
44817         * include/sys/poll.h: Likewise.
44819         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
44820         for __USE_GNU.
44821         * posix/spawn.h: Define __need_sigset_t.
44822         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
44823         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
44824         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
44825         to get sigevent_t only.
44826         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
44827         only for __USE_GNU.
44828         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44829         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44830         process_vm_writev only for __USE_GNU.
44831         * termios/termios.h: Declare tcgetsid also for POSIX2008.
44833         * conform/Makefile: For now ignore errors from run-conformtest.
44834         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
44835         POSIX to avoid namespace pollution.  Don't prepend headers.
44836         * conform/data/aio.h-data: Fixes for POSIX testing.
44837         * conform/data/fcntl.h-data: Likewise.
44838         * conform/data/glob.h-data: Likewise.
44839         * conform/data/grp.h-data: Likewise.
44840         * conform/data/pthread.h-data: Likewise.
44841         * conform/data/pwd.h-data: Likewise.
44842         * conform/data/signal.h-data: Likewise.
44843         * conform/data/spawn.h-data: Likewise.
44844         * conform/data/stdio.h-data: Likewise.
44845         * conform/data/stdlib.h-data: Likewise.
44846         * conform/data/stropts.h-data: Likewise.
44847         * conform/data/sys/mman.h-data: Likewise.
44848         * conform/data/sys/stat.h-data: Likewise.
44849         * conform/data/sys/types.h-data: Likewise.
44850         * conform/data/sys/wait.h-data: Likewise.
44851         * conform/data/time.h-data: Likewise.
44852         * conform/data/unistd.h-data: Likewise.
44853         * conform/data/utime.h-data: Likewise.
44855         * io/sys/stat.h: fchmod was always in POSIX.
44856         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
44857         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
44858         * rt/aio.h: Define __need_timespec before including <time.h>.
44859         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
44860         struct.  Add forward declaration of pthread_attr_t and use it in
44861         sigevent.
44862         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
44863         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
44864         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
44865         always remove CLK_TCK definition.
44867 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
44869         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
44871 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
44873         * conform/run-conformtest.sh: New file.
44874         * conform/Makefile: Run run-conformtest for tests.
44875         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
44876         support.
44878         * conform/data/uchar.h-data: New file.
44879         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
44880         * conform/data/arpa/inet.h-data: Likewise.
44881         * conform/data/assert.h-data: Likewise.
44882         * conform/data/complex.h-data: Likewise.
44883         * conform/data/cpio.h-data: Likewise.
44884         * conform/data/ctype.h-data: Likewise.
44885         * conform/data/dirent.h-data: Likewise.
44886         * conform/data/dlfcn.h-data: Likewise.
44887         * conform/data/errno.h-data: Likewise.
44888         * conform/data/fcntl.h-data: Likewise.
44889         * conform/data/float.h-data: Likewise.
44890         * conform/data/fmtmsg.h-data: Likewise.
44891         * conform/data/fnmatch.h-data: Likewise.
44892         * conform/data/ftw.h-data: Likewise.
44893         * conform/data/glob.h-data: Likewise.
44894         * conform/data/grp.h-data: Likewise.
44895         * conform/data/iconv.h-data: Likewise.
44896         * conform/data/inttypes.h-data: Likewise.
44897         * conform/data/langinfo.h-data: Likewise.
44898         * conform/data/libgen.h-data: Likewise.
44899         * conform/data/limits.h-data: Likewise.
44900         * conform/data/locale.h-data: Likewise.
44901         * conform/data/math.h-data: Likewise.
44902         * conform/data/monetary.h-data: Likewise.
44903         * conform/data/mqueue.h-data: Likewise.
44904         * conform/data/ndbm.h-data: Likewise.
44905         * conform/data/net/if.h-data: Likewise.
44906         * conform/data/netdb.h-data: Likewise.
44907         * conform/data/netinet/in.h-data: Likewise.
44908         * conform/data/nl_types.h-data: Likewise.
44909         * conform/data/poll.h-data: Likewise.
44910         * conform/data/pthread.h-data: Likewise.
44911         * conform/data/pwd.h-data: Likewise.
44912         * conform/data/regex.h-data: Likewise.
44913         * conform/data/sched.h-data: Likewise.
44914         * conform/data/search.h-data: Likewise.
44915         * conform/data/semaphore.h-data: Likewise.
44916         * conform/data/setjmp.h-data: Likewise.
44917         * conform/data/signal.h-data: Likewise.
44918         * conform/data/spawn.h-data: Likewise.
44919         * conform/data/stdarg.h-data: Likewise.
44920         * conform/data/stdio.h-data: Likewise.
44921         * conform/data/stdlib.h-data: Likewise.
44922         * conform/data/string.h-data: Likewise.
44923         * conform/data/strings.h-data: Likewise.
44924         * conform/data/stropts.h-data: Likewise.
44925         * conform/data/sys/ipc.h-data: Likewise.
44926         * conform/data/sys/mman.h-data: Likewise.
44927         * conform/data/sys/msg.h-data: Likewise.
44928         * conform/data/sys/resource.h-data: Likewise.
44929         * conform/data/sys/select.h-data: Likewise.
44930         * conform/data/sys/sem.h-data: Likewise.
44931         * conform/data/sys/shm.h-data: Likewise.
44932         * conform/data/sys/socket.h-data: Likewise.
44933         * conform/data/sys/stat.h-data: Likewise.
44934         * conform/data/sys/statvfs.h-data: Likewise.
44935         * conform/data/sys/time.h-data: Likewise.
44936         * conform/data/sys/timeb.h-data: Likewise.
44937         * conform/data/sys/times.h-data: Likewise.
44938         * conform/data/sys/types.h-data: Likewise.
44939         * conform/data/sys/uio.h-data: Likewise.
44940         * conform/data/sys/un.h-data: Likewise.
44941         * conform/data/sys/utsname.h-data: Likewise.
44942         * conform/data/sys/wait.h-data: Likewise.
44943         * conform/data/syslog.h-data: Likewise.
44944         * conform/data/tar.h-data: Likewise.
44945         * conform/data/termios.h-data: Likewise.
44946         * conform/data/utime.h-data: Likewise.
44947         * conform/data/utmpx.h-data: Likewise.
44948         * conform/data/varargs.h-data: Likewise.
44949         * conform/data/wchar.h-data: Likewise.
44950         * conform/data/wctype.h-data: Likewise.
44951         * conform/data/wordexp.h-data: Likewise.
44953         * include/stropts.h: New file.
44954         * include/uchar.h: New file.
44955         * include/aio.h: Changes to allow conformtest.pl to use the headers.
44956         * include/assert.h: Likewise.
44957         * include/ctype.h: Likewise.
44958         * include/dirent.h: Likewise.
44959         * include/dlfcn.h: Likewise.
44960         * include/fcntl.h: Likewise.
44961         * include/fnmatch.h: Likewise.
44962         * include/glob.h: Likewise.
44963         * include/grp.h: Likewise.
44964         * include/libio.h: Likewise.
44965         * include/locale.h: Likewise.
44966         * include/math.h: Likewise.
44967         * include/net/if.h: Likewise.
44968         * include/netdb.h: Likewise.
44969         * include/netinet/in.h: Likewise.
44970         * include/pthread.h: Likewise.
44971         * include/pwd.h: Likewise.
44972         * include/regex.h: Likewise.
44973         * include/sched.h: Likewise.
44974         * include/search.h: Likewise.
44975         * include/setjmp.h: Likewise.
44976         * include/signal.h: Likewise.
44977         * include/stdio.h: Likewise.
44978         * include/stdlib.h: Likewise.
44979         * include/string.h: Likewise.
44980         * include/sys/cdefs.h: Likewise.
44981         * include/sys/mman.h: Likewise.
44982         * include/sys/msg.h: Likewise.
44983         * include/sys/resource.h: Likewise.
44984         * include/sys/select.h: Likewise.
44985         * include/sys/socket.h: Likewise.
44986         * include/sys/stat.h: Likewise.
44987         * include/sys/statvfs.h: Likewise.
44988         * include/sys/time.h: Likewise.
44989         * include/sys/times.h: Likewise.
44990         * include/sys/uio.h: Likewise.
44991         * include/sys/utsname.h: Likewise.
44992         * include/sys/wait.h: Likewise.
44993         * include/termios.h: Likewise.
44994         * include/time.h: Likewise.
44995         * include/ulimit.h: Likewise.
44996         * include/unistd.h: Likewise.
44997         * include/utime.h: Likewise.
44998         * include/wchar.h: Likewise.
44999         * include/wctype.h: Likewise.
45000         * include/wordexp.h: Likewise.
45002         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45004         * time/time.h: TIME_UTC must be a macro.
45005         Make timespec_get available for ISO C11 only as well.
45007 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45009         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45010         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45012 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45014         * configure.in: Use -o not -a in test for unsupported multi-arch.
45016 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45018         * manual/texinfo.tex: Update to version 2012-01-19.16.
45020 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45022         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45024 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45026         [BZ #13738]
45027         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45028         * manual/fdl-1.3.texi: New file.
45029         * manual/fdl-1.1.texi: File removed.
45031         [BZ #13738]
45032         * manual/libc.texinfo (FDL_VERSION): New @set.
45033         Use it for mention of FDL in cover text.
45034         (Documentation License): Use it in @include file name.
45036 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45037             Roland McGrath  <roland@hack.frob.com>
45039         [BZ #5461]
45040         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45041         (not LONG_LONG_MAX and LONG_LONG_MIN.
45042         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45043         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45044         name.
45045         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45047 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45049         [BZ #2547]
45050         [BZ #11365]
45051         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45052         manipulate bits before adding and subtracting TWO23[sx].
45053         * math/libm-test.inc (nearbyint_test): Add more tests.
45055 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45057         [BZ #2548]
45058         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45059         bits before adding and subtracting TWO23[sx].
45060         * math/libm-test.inc (rint_test): Add more tests.
45061         (rint_test_tonearest): Likewise.
45062         (rint_test_towardzero): Likewise.
45063         (rint_test_downward): Likewise.
45064         (rint_test_upward: Likewise.
45066 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45068         [BZ #10110]
45069         * include/stdc-predef.h: New file.  Extracted from features.h.
45070         * include/features.h: Include stdc-predef.h.
45071         * Makefile (headers): Add stdc-predef.h.
45072         * CONFORMANCE (Compiler limitations): Update.
45074 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45076         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45078 2012-02-21  David S. Miller  <davem@davemloft.net>
45080         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45081         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45083 2012-02-20  David S. Miller  <davem@davemloft.net>
45085         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45086         using a normal save/restore sequence, rather than allocating a
45087         dummy stack frame just to store a frame pointer and restore.
45088         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45090 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45092         * manual/install.texi: Fix stray word in line-wrapped comment.
45094 2012-02-20  David S. Miller  <davem@davemloft.net>
45096         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45097         both binutils and gcc support GOTDATA.
45099         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45100         "rd %pc" in the PIC register setup sequences.
45102         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45103         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45104         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45105         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45106         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45107         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45108         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45109         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45110         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45111         (SYSCALL_ERROR_HANDLER): Likewise.
45112         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45113         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45114         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45115         (SYSCALL_ERROR_HANDLER): Likewise.
45117         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45118         (HAVE_GCC_GOTDATA): New.
45119         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45120         relocation support in both binutils and gcc.
45121         * sysdeps/sparc/elf/configure: Regenerate.
45123         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45124         * sysdeps/sparc/sparc32/elf/configure: Delete.
45125         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45126         * sysdeps/sparc/sparc64/elf/configure: Delete.
45127         * sysdeps/sparc/elf/configure.in: New file.
45128         * sysdeps/sparc/elf/configure: Generate.
45130         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45131         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45132         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45133         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45134         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45136 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45138         * manual/install.texi: Do not mention specific glibc version
45139         numbers.
45140         * manual/libc.texinfo (VERSION, UPDATED): Update.
45141         (@copying): Use @copyright{} and range of years.
45143 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45145         [BZ #13695]
45146         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45147         [crti.S not in sysdirs] (generated): Do not append.
45148         [crti.S not in sysdirs] (omit-deps): Likewise.
45149         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45150         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45151         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45152         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45153         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45154         Likewise.
45155         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45156         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45157         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45158         * csu/defs.awk: Remove file.
45159         * sysdeps/generic/initfini.c: Likewise.
45160         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45161         variable.
45162         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45163         Likewise.
45165 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45167         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45168         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45169         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45170         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45171         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45172         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45173         <bits/epoll.h>.
45174         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45175         (__EPOLL_PACKED): Define to empty if not defined by
45176         <bits/epoll.h>.
45177         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45178         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45179         bits/epoll.h.
45181 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45183         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45184         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45185         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45186         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45187         <bits/timerfd.h>.
45188         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45189         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45190         bits/timerfd.h.
45192 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45194         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45195         in C locale.
45196         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45197         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45198         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45201 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45203         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45204         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45206 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45208         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45209         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45210         defined.
45211         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45212         Likewise.
45213         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45214         entry for 2.16.
45216 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45218         * math/w_acos.c: Use non-signaling floating-point comparisons.
45219         * math/w_acosf.c: Likewise.
45220         * math/w_acosh.c: Likewise.
45221         * math/w_acoshf.c: Likewise.
45222         * math/w_acoshl.c: Likewise.
45223         * math/w_acosl.c: Likewise.
45224         * math/w_asin.c: Likewise.
45225         * math/w_asinf.c: Likewise.
45226         * math/w_asinl.c: Likewise.
45227         * math/w_atanh.c: Likewise.
45228         * math/w_atanhf.c: Likewise.
45229         * math/w_atanhl.c: Likewise.
45230         * math/w_exp2.c: Likewise.
45231         * math/w_exp2f.c: Likewise.
45232         * math/w_exp2l.c: Likewise.
45233         * math/w_j0.c: Likewise.
45234         * math/w_j0f.c: Likewise.
45235         * math/w_j0l.c: Likewise.
45236         * math/w_j1.c: Likewise.
45237         * math/w_j1f.c: Likewise.
45238         * math/w_j1l.c: Likewise.
45239         * math/w_jn.c: Likewise.
45240         * math/w_jnf.c: Likewise.
45241         * math/w_log.c: Likewise.
45242         * math/w_log10.c: Likewise.
45243         * math/w_log10f.c: Likewise.
45244         * math/w_log10l.c: Likewise.
45245         * math/w_log2.c: Likewise.
45246         * math/w_log2f.c: Likewise.
45247         * math/w_log2l.c: Likewise.
45248         * math/w_logf.c: Likewise.
45249         * math/w_logl.c: Likewise.
45250         * math/w_sqrt.c: Likewise.
45251         * math/w_sqrtf.c: Likewise.
45252         * math/w_sqrtl.c: Likewise.
45253         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45254         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45255         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45256         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45257         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45259 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45261         [BZ #9739]
45262         * manual/string.texi (strnlen): Use correct parameter name in
45263         equivalent expression.
45265 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45267         [BZ #11174]
45268         * manual/users.texi (seteuid): Consistently use neweuid for
45269         argument name.
45271 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45273         [BZ #13704]
45274         * manual/nss.texi (Services in the NSS configuration): Correct
45275         list of services in example configuration file.
45277 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
45279         [BZ #11322]
45280         * manual/arith.texi: Remove statements about negative zero
45281         behaving identically to zero.
45283 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45285         [BZ #5993]
45286         * manual/install.texi: Do not document upgrading from libc5.
45288 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45290         [BZ #4596]
45291         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45293 2012-02-18  David S. Miller  <davem@davemloft.net>
45295         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45296         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45297         %o7 across the call.
45298         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45299         instead.
45300         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45301         SETUP_PIC_REG_LEAF.
45302         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45303         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45304         * sysdeps/sparc/crtn.S: Likewise.
45306 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
45308         * aout/Makefile: Remove.
45310 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
45312         [BZ #13058]
45313         * manual/examples/argp-ex1.c (main): Format definition in GNU
45314         style.
45315         * manual/examples/argp-ex2.c (main): Likewise.
45316         * manual/examples/argp-ex3.c (main): Likewise.
45317         * manual/examples/argp-ex4.c (main): Likewise.
45318         * manual/examples/longopt.c (main): Use new-style prototype
45319         definition.
45320         * manual/examples/strncat.c (main): Specify return type and use
45321         (void) for arguments.
45322         * manual/examples/subopt.c (main): Use char **argv argument.
45324 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45326         [BZ #5077]
45327         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45328         rounding modes.
45330 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
45332         [BZ #6907]
45333         * manual/string.texi (strchr): Change when strchrnul is
45334         recommended.
45336 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
45338         [BZ #174]
45339         * manual/locale.texi (setlocale): Document LOCPATH.
45341 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45343         [BZ #10210]
45344         * manual/process.texi (execle): Move @dots{} before last argument.
45346 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
45348         [BZ #12047]
45349         * manual/charset.texi (Generic Charset Conversion): Fix typo
45350         (LC_TYPE -> LC_CTYPE).
45352 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
45354         [BZ #5805]
45355         * manual/arith.texi (scalbn): Use @var{} on parameter names.
45356         (scalbnf): Likewise.
45357         (scalbnl): Likewise.
45358         (scalbln): Likewise.
45359         (scalblnf): Likewise.
45360         (scalblnl): Likewise.
45361         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45362         (vwarnx): Likewise.
45363         (verr): Likewise.
45364         (verrx): Likewise.
45365         * manual/filesys.texi (telldir): Use braces around return type.
45366         * manual/llio.texi (mmap): Add space after comma.
45367         (mmap64): Likewise.
45368         * manual/math.texi (jn): Use @var{} on parameter names.
45369         (jnf): Likewise.
45370         (jnl): Likewise.
45371         (yn): Likewise.
45372         (ynf): Likewise.
45373         (ynl): Likewise.
45374         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45375         line.
45376         * manual/resource.texi (ulimit): Use @dots{} instead of literal
45377         "...".
45378         (sched_get_priority_min): Remove semicolon on @deftypefun line.
45379         (sched_get_priority_max): Likewise.
45380         * manual/signal.texi (sigvec): Add space after comma.
45381         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45382         names.
45383         (if_indextoname): Likewise.
45384         (if_freenameindex): Likewise.
45385         (sendto): Use ',' instead of '.' in prototype.
45386         * manual/startup.texi (syscall): Use @dots{} instead of literal
45387         "...".
45388         * manual/stdio.texi (__fpending): Separate initial words of
45389         paragraph from @deftypefun line.
45390         * manual/syslog.texi (syslog): Use @dots{} instead of literal
45391         "...".
45392         (vsyslog): Use @var{} on parameter names.
45393         * manual/terminal.texi (stty): Use @var{} on parameter names.
45394         * manual/users.texi (getutmp): Use @var{} on parameter names.
45395         (getutmpx): Likewise.
45397 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45399         [BZ #6884]
45400         * manual/stdio.texi (fopen): Fix typos in description of
45401         ",ccs=STRING".
45403 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
45405         [BZ #4026]
45406         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
45407         get clock_id definition.
45409 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
45411         [BZ #4822]
45412         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
45413         (madvise): Cast every argument to void on its own.
45415 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45417         [BZ #9902]
45418         * manual/startup.texi (Exit Status): Fix typo.
45420 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45422         [BZ #10140]
45423         * manual/examples/argp-ex1.c: Include <stdlib.h>.
45424         * manual/examples/argp-ex2.c: Likewise.
45425         * manual/examples/argp-ex3.c: Likewise.
45427 2012-02-16  Richard Henderson  <rth@redhat.com>
45429         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
45430         * sysdeps/s390/s390-32/initfini.c: Remove.
45431         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
45432         * sysdeps/s390/s390-64/initfini.c: Remove.
45434 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45436         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
45437         compiler output for sysdeps/generic/initfini.c.
45438         * sysdeps/sh/elf/initfini.c: Remove file.
45440 2012-02-16  David S. Miller  <davem@davemloft.net>
45442         [BZ #11494]
45443         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
45445         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
45446         * sysdeps/sparc/crti.S: New file.
45447         * sysdeps/sparc/crtn.S: New file.
45448         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
45449         * sysdeps/sparc/sparc64/Makefile: Likewise.
45451 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
45453         [BZ #3335]
45454         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
45456 2012-02-15  Roland McGrath  <roland@hack.frob.com>
45458         [BZ #4822]
45459         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
45461         * mach/devstream.c (cookie_io_functions_t): Macro removed.
45462         (write, read, close): Likewise.
45463         Patch by Aurelien Jarno <aurelien@aurel32.net>.
45465 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
45467         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
45468         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
45469         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
45470         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
45471         <bits/signalfd.h>.
45472         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
45473         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45474         bits/signalfd.h.
45476 2012-02-14  Marek Polacek  <polacek@redhat.com>
45478         * sysdeps/x86_64/crti.S: New file.
45479         * sysdeps/x86_64/crtn.S: New file.
45480         * sysdeps/x86_64/elf/initfini.c: Remove file.
45482 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45484         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
45485         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
45486         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
45487         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
45488         <bits/inotify.h>.
45489         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
45490         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45491         bits/inotify.h.
45493 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45495         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
45496         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
45497         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
45498         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
45499         <bits/eventfd.h>.
45500         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
45501         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45502         bits/eventfd.h.
45504 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
45506         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
45507         __feraiseexcept instead of feraiseexcept.
45509         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
45510         nanosleep invocations.
45511         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
45512         strings, and add error checking for a nanosleep invocations.
45514 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
45516         Replace FSF snail mail address with URLs, as per GNU coding standards.
45517         Most of the snail mail addresses were wrong anyway, and omitting
45518         them makes the source code easier to maintain.  Almost all of the
45519         changes are to license notices and to locale LC_IDENTIFICATION
45520         addresses, except for this one:
45521         * manual/libc.texinfo: In "Published by", give the FSF's URL,
45522         not its snail mail address.
45524 2012-02-09  Richard Henderson  <rth@twiddle.net>
45526         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
45527         of kernel-features.h.
45529         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
45531 2012-02-08  Marek Polacek  <polacek@redhat.com>
45533         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
45534         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
45535         * sysdeps/gnu/_G_config.h: Likewise.
45536         * sysdeps/generic/_G_config.h: Likewise.
45538 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
45540         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
45541         tests.
45542         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45544         * sysdeps/powerpc/powerpc32/crti.S: New file.
45545         * sysdeps/powerpc/powerpc32/crtn.S: New file.
45546         * sysdeps/powerpc/powerpc64/crti.S: New file.
45547         * sysdeps/powerpc/powerpc64/crtn.S: New file.
45549         * Makeconfig (have-initfini): Don't set.
45550         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
45551         * configure.in (nopic_initfini): Don't substitute.
45552         * config.h.in (HAVE_INITFINI): Don't #undef.
45553         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
45554         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
45556 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
45558         Support crti.S and crtn.S provided directly by architectures.
45559         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
45560         [crti.S in sysdirs] (omit-deps): Likewise.
45561         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
45562         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
45563         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
45564         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
45565         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
45566         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
45567         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
45568         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
45569         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
45570         compiler output for sysdeps/generic/initfini.c.
45571         * sysdeps/i386/elf/Makefile: Remove file.
45572         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
45574 2012-02-07  Marek Polacek  <polacek@redhat.com>
45576         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
45577         * sysdeps/gnu/_G_config.h: Likewise.
45578         * sysdeps/mach/hurd/_G_config.h: Likewise.
45580 2012-02-07  Marek Polacek  <polacek@redhat.com>
45582         * math/Makefile (tests): Add tst-CMPLX2.
45583         * math/tst-CMPLX2.c: New file.
45585 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
45587         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45589         * math/libm-test.inc (jn_test): Add missing L suffix.
45591 2012-02-06  Marek Polacek  <polacek@redhat.com>
45593         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
45594         * sysdeps/i386/fpu/e_powf.S: Likewise.
45595         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45596         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45597         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45598         * sysdeps/i386/fpu/e_pow.S: Likewise.
45599         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
45600         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45601         * sysdeps/i386/fpu/s_expm1.S: Likewise.
45602         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
45603         * sysdeps/i386/fpu/e_log2.S: Likewise.
45604         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45605         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45606         * sysdeps/i386/fpu/e_powl.S: Likewise.
45607         * sysdeps/i386/fpu/s_log1p.S: Likewise.
45608         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45609         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
45610         * sysdeps/i386/fpu/e_logl.S: Likewise.
45611         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
45612         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
45613         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
45614         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
45615         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45616         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45617         * sysdeps/i386/fpu/e_log.S: Likewise.
45618         * sysdeps/i386/fpu/s_cexp.S: Likewise.
45619         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45620         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
45621         * sysdeps/i386/fpu/e_logf.S: Likewise.
45622         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45623         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45624         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
45625         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
45626         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45627         * sysdeps/i386/fpu/e_log10.S: Likewise.
45628         * sysdeps/i386/fpu/s_frexp.S: Likewise.
45629         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45630         * sysdeps/i386/fpu/s_asinh.S: Likewise.
45631         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
45632         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45633         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
45634         * sysdeps/i386/asm-syntax.h: Likewise.
45635         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45636         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45637         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45638         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
45639         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
45640         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45641         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
45642         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
45643         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45644         * sysdeps/powerpc/sysdep.h: Likewise.
45645         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
45646         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
45648 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
45650         [BZ #411]
45651         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
45653 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
45655         * sysdeps/i386/sysdep.h: Include <features.h>.
45656         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
45657         version.
45659 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
45661         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
45662         Define.
45663         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
45664         LOAD_PIC_REG_STR.
45666 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45668         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
45669         (SETUP_PIC_REG): Use GET_PC_THUNK.
45670         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
45671         macro.
45673 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45675         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
45676         for non-PIC compilation.
45677         (SETUP_PIC_REG): Add .p2align directive.
45678         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
45679         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
45680         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
45681         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
45682         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
45683         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
45684         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
45685         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
45686         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
45687         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
45688         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
45689         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
45690         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
45691         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
45692         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
45693         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
45694         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
45695         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
45696         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
45697         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
45698         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
45699         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
45700         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
45701         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
45702         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
45703         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
45704         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
45705         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
45706         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
45707         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
45708         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
45709         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
45710         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
45711         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
45712         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
45713         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
45714         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
45715         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
45716         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
45717         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
45718         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
45720 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45722         * math/tst-CMPLX.c: Include <stdio.h>.
45724 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
45726         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
45727         float.
45728         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
45729         * sysdeps/sparc/bits/mathdef.h: Likewise.
45731 2012-01-31  Marek Polacek  <polacek@redhat.com>
45733         * libio/libio.h: Don't define _PARAMS.
45734         * locale/programs/config.h: Don't define PARAMS.
45735         * stdlib/strtol_l.c: Likewise.
45736         (__strtol_l): Remove PARAMS from the prototype.
45738 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
45740         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
45741         names.  Just use the correct names.  Remove unnecessary wrapper
45742         functions.
45743         * malloc/arena.c: Likewise.
45744         * malloc/hooks.c: Likewise.
45746         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
45747         ARENA_TEST says not to.  Simplify test for creation of a new arena.
45748         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
45750 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
45752         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
45753         into tail calls.
45754         (update_get_addr): New function.
45755         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
45756         GET_ADDR_MODULE parameter.
45758 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
45760         * crypt/cert.c: Remove __STDC__ conditionals.
45761         * crypt/crypt-entry.c: Likewise.
45762         * crypt/crypt_util.c: Likewise.
45763         * libio/filedoalloc.c: Likewise.
45764         * libio/fileops.c: Likewise.
45765         * libio/genops.c: Likewise.
45766         * libio/iofclose.c: Likewise.
45767         * libio/iofdopen.c: Likewise.
45768         * libio/iofopen.c: Likewise.
45769         * libio/iofopen64.c: Likewise.
45770         * libio/iogetdelim.c: Likewise.
45771         * libio/iopopen.c: Likewise.
45772         * libio/obprintf.c: Likewise.
45773         * libio/oldfileops.c: Likewise.
45774         * libio/oldiofclose.c: Likewise.
45775         * libio/oldiofdopen.c: Likewise.
45776         * libio/oldiofopen.c: Likewise.
45777         * libio/oldiopopen.c: Likewise.
45778         * libio/wfiledoalloc.c: Likewise.
45779         * libio/wgenops.c: Likewise.
45780         * locale/programs/xmalloc.c: Likewise.
45781         * misc/syslog.c: Likewise.
45782         * stdio-common/xbug.c: Likewise.
45783         * string/memchr.c: Likewise.
45784         * string/memcmp.c: Likewise.
45785         * string/memrchr.c: Likewise.
45786         * string/rawmemchr.c: Likewise.
45787         * sysdeps/posix/getcwd.c: Likewise.
45788         * time/strftime_l.c: Likewise.
45790 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
45792         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
45793         * config.make.in (config-cflags-sse2avx): Define.
45794         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
45795         Fix typo.
45797 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
45799         * scripts/config.guess: Update from upstream config git repository.
45800         * scripts/config.sub: Likewise.
45802 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
45804         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
45805         (EM_NUM): Update.
45806         (R_TILEPRO_*, R_TILEGX_*): New macros.
45808         * scripts/firstversions.awk: Fix bug in version range handling.
45810         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
45812         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
45814         * include/sys/epoll.h: New file.
45815         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
45816         libc_hidden_def.
45818 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
45820         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
45821         Avoid unnecessary __WORDSIZE == 64 test.
45822         (fmaxf): Use VEX format if possible.
45823         (fmax): Likewise.
45824         (fminf): Likewise.
45825         (fmin): Likewise.
45827         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
45828         * math/math_private.h: Remove libc_fegetround* and
45829         libc_fesetround*.
45830         * sysdeps/i386/configure.in: Check for -msse2avx.
45831         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
45832         also if SSE2AVX is defined.
45833         Remove libc_fegetround* and libc_fesetround*.
45834         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
45835         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
45836         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
45837         of HAS_YMM_USABLE.
45838         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45839         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45840         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45841         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45842         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45844         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
45846 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45848         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
45849         size is not set.
45850         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
45852 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
45854         [BZ #13618]
45855         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
45856         relocation.
45857         * Makeconfig (libm): Define.
45858         * elf/Makefile: Add rules to build and run tst-relsort1.
45859         * elf/tst-relsort1.c: New file.
45860         * elf/tst-relsort1mod1.c: New file.
45861         * elf/tst-relsort1mod2.c: New file.
45863 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
45865         * math/s_ldexp.c: Remove __STDC__ conditionals.
45866         * math/s_ldexpf.c: Likewise.
45867         * math/s_ldexpl.c: Likewise.
45868         * math/s_nextafter.c: Likewise.
45869         * math/s_nexttowardf.c: Likewise.
45870         * math/s_significand.c: Likewise.
45871         * math/s_significandf.c: Likewise.
45872         * math/s_significandl.c: Likewise.
45873         * math/w_jnl.c: Likewise.
45874         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
45875         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
45876         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
45877         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
45878         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
45879         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
45880         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
45881         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
45882         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
45883         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
45884         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
45885         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45886         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
45887         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
45888         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
45889         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
45890         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
45891         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
45892         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
45893         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45894         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45895         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
45896         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
45897         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
45898         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
45899         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
45900         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
45901         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
45902         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
45903         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
45904         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
45905         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
45906         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
45907         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
45908         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
45909         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
45910         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
45911         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45912         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45913         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45914         * sysdeps/ieee754/k_standard.c: Likewise.
45915         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45916         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45917         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45918         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45919         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45920         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45921         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45922         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45923         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45924         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45925         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45926         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45927         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45928         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45929         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45930         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45931         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45932         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45933         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45934         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45935         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45936         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45937         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45938         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45939         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45940         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45941         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45942         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45943         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45944         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45945         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45946         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
45947         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45948         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45949         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45950         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45951         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
45952         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45953         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45954         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
45955         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
45956         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45957         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
45958         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
45959         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45960         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
45961         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
45962         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45963         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45964         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
45965         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
45966         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45967         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45968         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45969         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45970         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45971         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
45972         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45973         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45974         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45975         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45976         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45977         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45978         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45979         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45980         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45981         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45982         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45983         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45984         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45985         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45986         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45987         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45988         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45989         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45990         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45991         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45992         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45993         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45994         * sysdeps/ieee754/s_matherr.c: Likewise.
45995         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45996         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45997         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45998         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46000 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46002         * crypt/md5.h: Remove __STDC__ conditionals.
46003         * libio/libioP.h: Likewise.
46004         * locale/programs/config.h: Likewise.
46005         * sysdeps/generic/sysdep.h: Likewise.
46006         * sysdeps/i386/asm-syntax.h: Likewise.
46007         * sysdeps/s390/asm-syntax.h: Likewise.
46008         * sysdeps/unix/sysdep.h: Likewise.
46009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46012 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46014         * libio/libio.h: Remove __STDC__ conditionals.
46015         * malloc/obstack.h: Likewise.
46016         * math/complex.h: Likewise.
46017         * math/math.h: Likewise.
46018         * sysdeps/generic/_G_config.h: Likewise.
46019         * sysdeps/gnu/_G_config.h: Likewise.
46020         * sysdeps/mach/hurd/_G_config.h: Likewise.
46021         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46022         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46023         * sysdeps/sparc/bits/mathdef.h: Likewise.
46025 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46027         [BZ #13583]
46028         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46029         Clean up HAS_* macros.
46030         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46031         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46032         possible.
46033         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46034         HAS_AVX.
46035         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46036         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46037         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46038         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46039         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46041 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46043         * elf/tst-unique3.cc (gets): Remove declaration.
46044         * elf/tst-unique3lib.cc (gets): Likewise.
46045         * elf/tst-unique3lib2.cc (gets): Likewise.
46046         * elf/tst-unique4.cc (gets): Likewise.
46048 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46050         * include/stdio.h: Add C++ protection.  Add gets declarations and
46051         definitions.
46052         * debug/tst-chk1.c: Don't declare gets here.
46053         * stdio-common/tst-gets.c: Likewise.
46055 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46057         * posix/glob: Remove directory.
46059 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46061         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46063 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46065         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46066         of the non-standard EPFNOSUPPORT.
46068 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46070         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46071         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46072         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46074 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46076         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46078 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46080         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46081         transient errors.
46082         * nscd/grpcache.c (cache_addgr): Likewise.
46083         * nscd/hstcache.c (cache_addhst): Likewise.
46084         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46085         * nscd/pwdcache.c (cache_addpw): Likewise.
46086         * nscd/servicescache.c (cache_addserv): Likewise.
46088 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46090         * malloc/malloc.c: Various cleanups.
46091         * malloc/hooks.c: Likewise.
46093         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46094         * stdlib/bug-fmtmsg1.c: New file.
46096         * stdlib/fmtmsg.c (init): Add missing unlock.
46097         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46099 2012-01-12  Marek Polacek  <polacek@redhat.com>
46101         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46102         and _GNU_SOURCE.
46104 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46106         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46107         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46108         macro to ensure uniqueness of label name.
46109         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46110         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46112 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46114         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46116         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46117         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46118         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46119         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46121 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46123         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46125         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46126         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46127         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46129         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46131         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46132         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46133         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46134         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46136         * math/bits/math-finite.h: Add ldexp support.
46138 2012-01-10  Marek Polacek  <polacek@redhat.com>
46140         * locale/programs/localedef.h (show_archive_content): Add noreturn
46141         attribute.
46143 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46145         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46147 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46149         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46151         * io/Makefile (headers): Add bits/poll2.h.
46153 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46156         typo #include statement.
46158 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46160         * include/sys/cdefs.h: Define __attribute_alloc_size.
46161         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46162         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46163         * elf/pldd.c: Likewise.
46164         * iconv/iconv_charmap.c: Likewise.
46165         * iconv/iconvconfig.c: Likewise.
46166         * iconv/strtab.c: Likewise.
46167         * locale/programs/locale.c: Likewise.
46168         * locale/programs/localedef.h: Likewise.
46169         * locale/programs/simple-hash.c: Likewise.
46170         * nscd/nscd.h: Likewise.
46171         * nss/makedb.c: Likewise.
46172         * sysdeps/generic/ldconfig.h: Likewise.
46173         * locale/programs/localedef.c: Remove xmalloc prototype.
46174         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46176 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46178         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46179         appropriate.
46181 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46183         * math/Makefile (tests): Add tst-CMPLX.
46184         * math/tst-CMPLX.c: New file.
46186         * math/complex.h (CMPLXL): Fix typo.
46188         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46189         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46190         GLIBC_2.16.
46191         * debug/tst-chk1.c: Add poll and ppoll tests.
46192         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46193         * include/sys/poll.h: Add hidden proto for ppoll.
46194         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46195         * sysdeps/mach/hurd/ppoll.c: Likewise.
46196         * io/ppoll.c: Likewise.
46197         * debug/poll_chk.c: New file.
46198         * debug/ppoll_chk.c: New file.
46199         * include/bits/poll2.h: New file.
46200         * io/bits/poll2.h: New file.
46202         [BZ #1350]
46203         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46205         * configure.in: static is always set to yes.  Remove.
46206         * config.make.in: Don't set build-static.
46207         * Makeconfig: Remove use of build-static.
46208         * dlfcn/Makefile: Likewise.
46209         * elf/Makefile: Likewise.
46210         * math/Makefile: Likewise.
46211         * misc/Makefile: Likewise.
46212         * nptl/Makefile: Likewise.
46213         * sysdeps/mach/hurd/Makefile: Likewise.
46215         * configure.in: PWD_P is not used anymore.
46216         * config.make.in: Remove PWD_P entry.
46218         * configure.in: Remove last remnants of RANLIB.
46219         No need to check for signed size_t anymore.
46220         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46221         and IA-64.
46222         Remove __builtin_expect test because we require at least gcc 3.4.
46223         * aclocal.m4: Likewise.
46225         * wcsmbs/mbrtoc16.c: Implement using towc function.
46226         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46227         * wcsmbs/wcsmbsload.c: Likewise.
46228         * iconv/gconv_simple.c: Likewise.
46229         * iconv/gconv_int.h: Likewise.
46230         * iconv/gconv_builtin.h: Likewise.
46231         * iconv/iconv_prog.c: Remove CHAR16 handling.
46233         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46235         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46237         * configure.in: Remove --with-elf and --enable-bounded options.
46238         Dont set base_machine for ia64.  More non-ELF conditions removed.
46239         Remove testing and setting of leading underscore information.
46240         * config.make.in (build-bounded): Set to no.
46241         * config.h.in: Remove NO_UNDERSCORES entry.
46242         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
46243         them.
46244         * csu/start.c: Remove !NO_UNDERSCORE code.
46245         * locale/localeinfo.h: Likewise.
46246         * sysdeps/generic/machine-gmon.h: Likewise.
46247         * sysdeps/generic/sysdep.h: Likewise.
46248         * sysdeps/i386/sysdep.h: Likewise.
46249         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46250         * sysdeps/mach/sysdep.h: Likewise.
46251         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46252         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46253         * sysdeps/sh/sysdep.h: Likewise.
46254         * sysdeps/sparc/sparc32/alloca.S: Likewise.
46255         * sysdeps/unix/i386/sysdep.S: Likewise.
46256         * sysdeps/unix/sparc/start.c: Likewise.
46257         * sysdeps/unix/sparc/sysdep.S: Likewise.
46258         * sysdeps/unix/sparc/sysdep.h: Likewise.
46259         * sysdeps/unix/start.c: Likewise.
46260         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46261         * sysdeps/x86_64/sysdep.h: Likewise.
46263 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
46265         [BZ #13553]
46266         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46267         for non-gcc.
46268         * argp/argp-fmtstream.h: Use const instead __const.
46269         * argp/argp.h: Likewise.
46270         * assert/assert.h: Likewise.
46271         * bits/fenv.h: Likewise.
46272         * bits/sched.h: Likewise.
46273         * bits/sigset.h: Likewise.
46274         * bits/sigthread.h: Likewise.
46275         * catgets/nl_types.h: Likewise.
46276         * conform/data/pthread.h-data: Likewise.
46277         * crypt/crypt-private.h: Likewise.
46278         * crypt/crypt.h: Likewise.
46279         * crypt/crypt_util.c: Likewise.
46280         * ctype/ctype.h: Likewise.
46281         * debug/execinfo.h: Likewise.
46282         * debug/mbsnrtowcs_chk.c: Likewise.
46283         * debug/mbsrtowcs_chk.c: Likewise.
46284         * debug/wcsnrtombs_chk.c: Likewise.
46285         * debug/wcsrtombs_chk.c: Likewise.
46286         * debug/wcstombs_chk.c: Likewise.
46287         * dirent/dirent.h: Likewise.
46288         * dlfcn/dlfcn.h: Likewise.
46289         * elf/neededtest4.c: Likewise.
46290         * grp/grp.h: Likewise.
46291         * gshadow/gshadow.h: Likewise.
46292         * iconv/gconv.h: Likewise.
46293         * iconv/gconv_int.h: Likewise.
46294         * iconv/gconv_simple.c: Likewise.
46295         * iconv/iconv.h: Likewise.
46296         * iconv/loop.c: Likewise.
46297         * iconv/skeleton.c: Likewise.
46298         * include/aio.h: Likewise.
46299         * include/aliases.h: Likewise.
46300         * include/argz.h: Likewise.
46301         * include/arpa/inet.h: Likewise.
46302         * include/assert.h: Likewise.
46303         * include/dirent.h: Likewise.
46304         * include/dlfcn.h: Likewise.
46305         * include/execinfo.h: Likewise.
46306         * include/fcntl.h: Likewise.
46307         * include/fenv.h: Likewise.
46308         * include/glob.h: Likewise.
46309         * include/grp.h: Likewise.
46310         * include/libintl.h: Likewise.
46311         * include/mntent.h: Likewise.
46312         * include/netdb.h: Likewise.
46313         * include/pwd.h: Likewise.
46314         * include/rpc/netdb.h: Likewise.
46315         * include/sched.h: Likewise.
46316         * include/search.h: Likewise.
46317         * include/shadow.h: Likewise.
46318         * include/signal.h: Likewise.
46319         * include/stdio.h: Likewise.
46320         * include/stdlib.h: Likewise.
46321         * include/string.h: Likewise.
46322         * include/sys/socket.h: Likewise.
46323         * include/sys/stat.h: Likewise.
46324         * include/sys/statfs.h: Likewise.
46325         * include/sys/statvfs.h: Likewise.
46326         * include/sys/syslog.h: Likewise.
46327         * include/sys/time.h: Likewise.
46328         * include/sys/uio.h: Likewise.
46329         * include/time.h: Likewise.
46330         * include/unistd.h: Likewise.
46331         * include/utmp.h: Likewise.
46332         * include/wchar.h: Likewise.
46333         * include/wctype.h: Likewise.
46334         * inet/aliases.h: Likewise.
46335         * inet/arpa/inet.h: Likewise.
46336         * inet/netinet/ether.h: Likewise.
46337         * inet/netinet/in.h: Likewise.
46338         * intl/libintl.h: Likewise.
46339         * io/bits/fcntl2.h: Likewise.
46340         * io/fcntl.h: Likewise.
46341         * io/ftw.h: Likewise.
46342         * io/sys/poll.h: Likewise.
46343         * io/sys/stat.h: Likewise.
46344         * io/sys/statfs.h: Likewise.
46345         * io/sys/statvfs.h: Likewise.
46346         * io/utime.h: Likewise.
46347         * libio/bits/stdio.h: Likewise.
46348         * libio/bits/stdio2.h: Likewise.
46349         * libio/libio.h: Likewise.
46350         * libio/libioP.h: Likewise.
46351         * libio/stdio.h: Likewise.
46352         * locale/lc-ctype.c: Likewise.
46353         * locale/locale.h: Likewise.
46354         * login/utmp.h: Likewise.
46355         * malloc/arena.c: Likewise.
46356         * malloc/malloc.c: Likewise.
46357         * malloc/malloc.h: Likewise.
46358         * malloc/mcheck.c: Likewise.
46359         * malloc/mtrace.c: Likewise.
46360         * math/bits/mathcalls.h: Likewise.
46361         * math/fenv.h: Likewise.
46362         * math/math_private.h: Likewise.
46363         * misc/bits/error.h: Likewise.
46364         * misc/bits/syslog.h: Likewise.
46365         * misc/err.h: Likewise.
46366         * misc/error.h: Likewise.
46367         * misc/fstab.h: Likewise.
46368         * misc/mntent.h: Likewise.
46369         * misc/regexp.h: Likewise.
46370         * misc/search.h: Likewise.
46371         * misc/sgtty.h: Likewise.
46372         * misc/sys/mman.h: Likewise.
46373         * misc/sys/syslog.h: Likewise.
46374         * misc/sys/uio.h: Likewise.
46375         * misc/sys/xattr.h: Likewise.
46376         * misc/ttyent.h: Likewise.
46377         * nis/rpcsvc/ypclnt.h: Likewise.
46378         * nss/nss.h: Likewise.
46379         * posix/bits/unistd.h: Likewise.
46380         * posix/fnmatch.h: Likewise.
46381         * posix/glob.h: Likewise.
46382         * posix/sched.h: Likewise.
46383         * posix/spawn.h: Likewise.
46384         * posix/sys/wait.h: Likewise.
46385         * posix/unistd.h: Likewise.
46386         * posix/wordexp.h: Likewise.
46387         * pwd/pwd.h: Likewise.
46388         * resolv/netdb.h: Likewise.
46389         * resource/sys/resource.h: Likewise.
46390         * rt/aio.h: Likewise.
46391         * rt/bits/mqueue2.h: Likewise.
46392         * rt/mqueue.h: Likewise.
46393         * shadow/shadow.h: Likewise.
46394         * signal/signal.h: Likewise.
46395         * socket/send.c: Likewise.
46396         * socket/sendto.c: Likewise.
46397         * socket/sys/socket.h: Likewise.
46398         * stdio-common/printf.h: Likewise.
46399         * stdlib/bits/stdlib.h: Likewise.
46400         * stdlib/fmtmsg.h: Likewise.
46401         * stdlib/monetary.h: Likewise.
46402         * stdlib/stdlib.h: Likewise.
46403         * stdlib/ucontext.h: Likewise.
46404         * streams/stropts.h: Likewise.
46405         * string/argz.h: Likewise.
46406         * string/bits/string2.h: Likewise.
46407         * string/string.h: Likewise.
46408         * string/strings.h: Likewise.
46409         * sunrpc/rpc/auth.h: Likewise.
46410         * sunrpc/rpc/auth_des.h: Likewise.
46411         * sunrpc/rpc/clnt.h: Likewise.
46412         * sunrpc/rpc/netdb.h: Likewise.
46413         * sunrpc/rpc/pmap_clnt.h: Likewise.
46414         * sunrpc/rpc/xdr.h: Likewise.
46415         * sysdeps/generic/inttypes.h: Likewise.
46416         * sysdeps/generic/net/if.h: Likewise.
46417         * sysdeps/generic/sys/swap.h: Likewise.
46418         * sysdeps/gnu/net/if.h: Likewise.
46419         * sysdeps/gnu/utmpx.h: Likewise.
46420         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
46421         * sysdeps/i386/i486/bits/string.h: Likewise.
46422         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
46423         * sysdeps/s390/bits/string.h: Likewise.
46424         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
46425         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
46426         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
46427         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
46428         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
46429         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
46430         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
46431         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
46432         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
46433         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
46434         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
46435         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
46436         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
46437         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
46438         * sysdeps/unix/sysv/linux/readv.c: Likewise.
46439         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
46440         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
46441         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46442         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
46443         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
46444         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46445         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
46446         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
46447         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
46448         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
46449         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
46450         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
46451         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46452         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
46453         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
46454         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
46455         * sysvipc/sys/ipc.h: Likewise.
46456         * sysvipc/sys/msg.h: Likewise.
46457         * sysvipc/sys/sem.h: Likewise.
46458         * sysvipc/sys/shm.h: Likewise.
46459         * termios/termios.h: Likewise.
46460         * time/sys/time.h: Likewise.
46461         * time/time.h: Likewise.
46462         * wcsmbs/bits/wchar2.h: Likewise.
46463         * wcsmbs/uchar.h: Likewise.
46464         * wcsmbs/wchar.h: Likewise.
46465         * wctype/wctype.h: Likewise.
46467         [BZ #13551]
46468         * Makeconfig: Remove all but ELF support including AIX support.
46469         * Makerules: Likewise.
46470         * config.h.in: Likewise.
46471         * config.make.in: Likewise.
46472         * configure: Likewise.
46473         * configure.in: Likewise.
46474         * csu/Makefile: Likewise.
46475         * csu/version.c: Likewise.
46476         * debug/Makefile: Likewise.
46477         * dlfcn/Makefile: Likewise.
46478         * elf/Makefile: Likewise.
46479         * extra-lib.mk: Likewise.
46480         * iconv/Makefile: Likewise.
46481         * include/libc-symbols.h: Likewise.
46482         * include/shlib-compat.h: Likewise.
46483         * resolv/Makefile: Likewise.
46484         * resolv/res_libc.c: Likewise.
46485         * rt/Makefile: Likewise.
46486         * sysdeps/i386/asm-syntax.h: Likewise.
46487         * sysdeps/i386/sysdep.h: Likewise.
46488         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46489         * sysdeps/mach/sysdep.h: Likewise.
46490         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
46491         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
46492         * sysdeps/s390/asm-syntax.h: Likewise.
46493         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46494         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46495         * sysdeps/sh/sysdep.h: Likewise.
46496         * sysdeps/unix/sparc/sysdep.h: Likewise.
46497         * sysdeps/wordsize-32/divdi3.c: Likewise.
46498         * sysdeps/x86_64/sysdep.h: Likewise.
46500         * argp/Versions: Remove _argp_unlock_xxx.
46502         [BZ #13559]
46503         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
46504         * abilist/libBrokenLocale.abilist: Likewise.
46505         * abilist/libanl.abilist: Likewise.
46506         * abilist/libc.abilist: Likewise.
46507         * abilist/libcrypt.abilist: Likewise.
46508         * abilist/libdl.abilist: Likewise.
46509         * abilist/libm.abilist: Likewise.
46510         * abilist/libnsl.abilist: Likewise.
46511         * abilist/libpthread.abilist: Likewise.
46512         * abilist/libresolv.abilist: Likewise.
46513         * abilist/librt.abilist: Likewise.
46514         * abilist/libthread_db.abilist: Likewise.
46515         * abilist/libutil.abilist: Likewise.
46516         * abilist/libnss_db.abilist: New file.
46518         * scripts/abilist.awk: Add support for indirect functions.
46520         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
46522         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
46524         * shlib-versions: Remove entries for ports architectures.
46526         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
46527         files in ports.
46528         * elf/stackguard-macros.h: Remove support for IA-64.
46529         * elf/tst-auditmod1.c: Likewise.
46530         * sysdeps/generic/ldsodefs.h: Likewise.
46532         * sysdeps/unix/sysv/linux/configure.in: Ports should define
46533         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
46534         configure files.
46536         [BZ #13552]
46537         * configure.in: Remove --enable-omitfp support.
46538         * FAQ.in: Adjust.
46539         * config.make.in: Likewise.
46540         * Makeconfig: Likewise.
46541         * manual/install.texi: Likewise.
46543         In case anyone cares, the IA-64 architecture could move to ports.
46544         * sysdeps/ia64/*: Removed.
46545         * sysdeps/unix/sysv/linux/ia64/*: Removed.
46546         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
46548         [BZ #13555]
46549         * configure.in: Remove entries for unsupported architectures.
46551         [BZ #13533]
46552         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
46553         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
46554         routines.
46555         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
46556         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
46557         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
46558         fall back to using wcrtomb.
46559         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
46560         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
46561         renaming.
46562         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
46563         * wcsmbs/tst-c16c32-1.c: New file.
46565         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
46566         local variable.
46568         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
46570         * elf/tst-unique3.cc: Add explicit declaration of gets.
46571         * elf/tst-unique3lib.cc: Likewise.
46572         * elf/tst-unique3lib2.cc: Likewise.
46573         * elf/tst-unique4.cc: Likewise.
46575         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
46577 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
46579         [BZ #13566]
46580         * assert/assert.h (static_assert): Don't define for C++.
46581         * libio/stdio.h (gets): Do declare for C++ <= C++11.
46582         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
46584 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
46586         * iconv/loop.c (single loop): Fix assertion in storing of
46587         remaining bytes.
46589         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
46591 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
46593         * posix/getconf.c: Update copyright year.
46594         * nss/getent.c: Likewise.
46595         * nss/makedb.c: Likewise.
46596         * iconv/iconvconfig.c: Likewise.
46597         * iconv/iconv_prog.c: Likewise.
46598         * elf/ldconfig.c: Likewise.
46599         * elf/pldd.c: Likewise.
46600         * elf/sotruss.ksh: Likewise.
46601         * catgets/gencat.c: Likewise.
46602         * csu/version.c: Likewise.
46603         * elf/ldd.bash.in: Likewise.
46604         * elf/sprof.c (print_version): Likewise.
46605         * locale/programs/locale.c: Likewise.
46606         * locale/programs/localedef.c: Likewise.
46607         * login/programs/pt_chown.c: Likewise.
46608         * nscd/nscd.c (print_version): Likewise.
46609         * debug/xtrace.sh: Likewise.
46610         * malloc/memusage.sh: Likewise.
46611         * malloc/mtrace.pl: Likewise.
46612         * debug/catchsegv.sh: Likewise.
46614 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
46616         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
46617         pure attribute.
46619 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
46621         [BZ #13533]
46622         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
46623         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
46624         transformations.
46625         * iconv/gconv_int.h: Likewise.
46626         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
46627         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
46628         from libc for GLIBC_2.16.
46629         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
46630         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
46631         * wcsmbs/uchar.h: Really define mbstate_t.
46632         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
46633         * wcsmbs/c16rtomb.c: New file.
46634         * wcsmbs/mbrtoc16.c: New file.
46635         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
46636         for C/POSIX locale.
46637         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
46638         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
46640         * wcsmbs/wchar.h: Add missing __restrict.
46642 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
46644         [BZ #13532]
46645         * time/Makefile (routines): Add timespec_get.
46646         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
46647         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
46648         timespec for ISO C11.
46649         * time/timespec_get.c: New file.
46650         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
46651         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
46653         [BZ #13531]
46654         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
46655         * stdlib/stdlib.h: Declare aligned_alloc.
46656         * Versions.def: Add GLIBC_2.16 for libc.
46657         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
46659         [BZ 13527]
46660         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
46661         ISO C11.
46663         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
46664         code.
46666         [BZ #13528]
46667         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
46669         [BZ #13529]
46670         * assert/assert.h (static_assert): Define.
46672         * version.h: Update for 2.16 development version.
46674         [BZ #13526]
46675         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
46676         _ISOC11_SOURCE.
46678         * version.h (RELEASE): Bump for 2.15 release.
46679         * include/features.h (__GLIBC_MINOR__): Bump to 15.
46681         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
46682         Patch by Marek Polacek <mpolacek@redhat.com>.
46684         * bits/byteswap.h: Protect long long constants with __extension__.
46685         * sysdeps/i386/bits/byteswap.h: Likewise.
46686         * sysdeps/ia64/bits/byteswap.h: Likewise.
46687         * sysdeps/s390/bits/byteswap.h: Likewise.
46688         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46690 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46692         [BZ #13540]
46693         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
46694         destination buffer.
46695         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
46697 2011-12-23  Marek Polacek  <polacek@redhat.com>
46699         * elf/dl-addr.c (determine_info): Add inline keyword.
46700         * elf/tst-auditmod4b.c (check_avx): Likewise.
46701         * elf/tst-auditmod6b.c (check_avx): Likewise.
46702         * elf/tst-auditmod6c.c (check_avx): Likewise.
46703         * elf/tst-auditmod7b.c (check_avx): Likewise.
46705 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
46707         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
46708         !__SSE_MATH__.
46710 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46712         [BZ #13540]
46713         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
46714         processing for last bytes.
46716 2011-08-06  Bruno Haible  <bruno@clisp.org>
46718         [BZ #13061]
46719         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
46720         U+0385, not to U+1FEE.
46722         [BZ #13062]
46723         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
46724         entry for U+00A5 U+0301.
46726 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
46728         [BZ #13166]
46729         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
46730         buffer for the output is too small.
46732         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
46733         optimization.
46735         [BZ #13185]
46736         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
46737         SSE flags if possible.
46739 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46741         [BZ #13540]
46742         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
46743         processing for last bytes.
46745 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
46747         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
46748         (syscall-list-default-options, syscall-list-default-condition)
46749         (syscall-list-includes): Define.
46750         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
46751         list of ABIs and options and #if conditions for each ABI.  Do not
46752         handle common syscalls between ABIs specially.
46753         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
46754         Remove.
46755         (syscall-list-variants, syscall-list-32bit-options)
46756         (syscall-list-32bit-condition, syscall-list-64bit-options)
46757         (syscall-list-64bit-condition): Define.
46758         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
46759         (syscall-list-variants, syscall-list-32bit-options)
46760         (syscall-list-32bit-condition, syscall-list-64bit-options)
46761         (syscall-list-64bit-condition): Define.
46762         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
46763         Remove.
46764         (syscall-list-variants, syscall-list-32bit-options)
46765         (syscall-list-32bit-condition, syscall-list-64bit-options)
46766         (syscall-list-64bit-condition): Define.
46767         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
46768         Remove.
46769         (syscall-list-variants, syscall-list-32bit-options)
46770         (syscall-list-32bit-condition, syscall-list-64bit-options)
46771         (syscall-list-64bit-condition): Define.
46773 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
46775         * locale/iso-639.def: Add brx entry.
46777         [BZ #13328]
46778         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
46779         Proposed by Mariusz_Cukr <marcukr@op.pl>.
46781         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
46782         __feraiseexcept_renamed.
46784 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
46786         [BZ #13538]
46787         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
46788         EPOLLET with unsigned values.
46789         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46790         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46792         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
46793         to large cancellation.
46794         * math/s_cacoshf.c: Likewise.
46795         * math/s_cacoshl.c: Likewise.
46797 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
46799         [BZ #13305]
46800         [BZ #12786]
46801         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
46802         * math/s_cacoshf.c: Likewise.
46803         * math/s_cacoshl.c: Likewise.
46805 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
46807         [BZ #13439]
46808         * iconv/gconv.h: Define __GCONV_SWAP.
46809         * iconvdata/unicode.c: The swap bit must be stored in __flags.
46810         * iconvdata/utf-16.c: Likewise.
46811         * iconvdata/utf-32.c: Likewise.
46813 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
46815         [BZ #13524]
46816         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
46817         numerator after shifting it by one limb.
46819 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
46821         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
46822         under [__USE_EXTERN_INLINES].
46824 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
46826         [BZ #13446]
46827         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
46829 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46831         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
46832         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
46833         optimized code.
46834         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
46835         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
46836         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
46837         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
46838         for strncasecmp/strncasecmp_l compilation.
46839         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
46840         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
46842 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
46844         [BZ #13484]
46845         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
46846         of __asm__.
46848 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
46850         [BZ #13506]
46851         * time/tzfile.c (__tzfile_read): Check values from file header.
46853 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
46855         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
46856         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
46857         * powerpc/powerpc32/dl-start.S: Likewise.
46858         * powerpc/powerpc32/elf/start.S: Likewise.
46859         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
46860         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
46861         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
46862         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
46863         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
46864         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
46865         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
46866         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
46867         * powerpc/powerpc32/fpu/s_round.S: Likewise.
46868         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
46869         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
46870         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
46871         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
46872         * powerpc/powerpc32/memset.S: Likewise.
46873         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
46874         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
46875         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
46876         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
46877         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
46878         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
46879         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
46880         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
46881         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
46882         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
46883         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
46884         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46885         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46887 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46889         * math/libm-test.inc: Added more nearbyint tests.
46890         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
46891         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
46892         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
46893         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
46895 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
46897         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
46898         FD_CLOEXEC.
46900 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46902         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
46903         Add wcscpy-ssse3 wcscpy-c.
46904         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
46905         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
46906         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
46907         * sysdeps/x86_64/wcschr.S: New file.
46908         * sysdeps/x86_64/wcsrchr.S: New file.
46909         * string/test-strcmp.c: Remove checking of wcscmp function for
46910         wrong alignments.
46911         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
46912         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
46913         wcsrchr-sse2 wcsrchr-c.
46914         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
46915         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
46916         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
46917         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
46918         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
46919         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
46920         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
46921         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
46922         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
46923         * wcsmbc/wcschr.c (WCSCHR): New macro.
46925 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46927         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
46928         * wcsmbs/test-wcsrchr.c: New file.
46929         * string/test-strrchr.c: Add wcsrchr support.
46930         (WIDE): New macro.
46931         * wcsmbs/test-wcscpy.c: New file.
46932         * string/test-strcpy.c: Add wcscpy support.
46933         (WIDE): New macro.
46935 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
46937         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
46938         the inner loop.
46940 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
46942         [BZ #13472]
46943         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
46945 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
46947         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
46948         Minor optimizations.
46950         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
46951         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
46952         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
46954 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
46956         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
46957         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
46958         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
46959         for gcc to avoid warnings.
46960         * inet/Makefile (tests): Add tst-checks.
46961         * inet/tst-checks.c: New file.
46963         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
46964         warning.
46966         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
46967         __wmemcmp_sse2.
46969         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
46970         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
46972         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
46974 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
46976         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
46977         problem.
46979         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
46981 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
46983         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
46984         conditional on GCC version.
46985         (__arch_compare_and_exchange_val_8_acq)
46986         (__arch_compare_and_exchange_val_16_acq)
46987         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
46988         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
46989         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
46991 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
46993         * sysdeps/sh/backtrace.c: New file.
46995 2011-12-02  Andreas Schwab  <schwab@redhat.com>
46997         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
46998         parenthesis.
47000 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47002         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47003         falling back to utime.
47005 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47007         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47008         expectations for float.
47010 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47012         * locale/weight.h (findidx): Add parameter len.
47013         * locale/weightwc.h (findidx): Likewise.
47014         * posix/fnmatch_loop.c (FCT): Adjust caller.
47015         * posix/regcomp.c (build_equiv_class): Likewise.
47016         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47017         * posix/regexec.c (check_node_accept_bytes): Likewise.
47018         * string/strcoll_l.c (STRCOLL): Likewise.
47019         * string/strxfrm_l.c (STRXFRM): Likewise.
47021 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47023         * Makefile.in: Remove CVSOPT handling.
47024         * configure.in: Remove use of AC_REVISION.
47025         * iconvdata/Makefile (distribute): No need to filter out CVS.
47026         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47027         handling.
47029 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47031         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47032         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47033         [USE_AS_STRNCASECMP_L]: Likewise.
47034         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47035         NO_TLS_DIRECT_SEG_REFS.
47036         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47037         Fix argument offsets for non-PIC.
47038         [USE_AS_STRNCASECMP_L]: Likewise.
47039         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47040         NO_TLS_DIRECT_SEG_REFS.
47042 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47044         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47045         O_CLOEXEC.
47046         * locale/loadlocale.c (_nl_load_locale): Likewise.
47048 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47050         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47051         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47052         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47053         (SYSCALL_GETTIME): Set errno on error.
47055         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47056         count references to noai6ai_cached.
47058 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47060         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47062         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47063         FD_CLOEXEC for /proc/self/maps.
47065         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47066         FD_CLOEXEC for /proc/meminfo.
47068         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47069         gai.conf.
47071         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47072         FD_CLOEXEC for given file.
47074         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47076         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47077         FD_CLOEXEC for /etc/hosts.
47078         (_gethtent): Likewise.
47080         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47082         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47083         cancellation and set FD_CLOEXEC for /etc/netgroup.
47085         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47086         reading /etc/publickey.
47088         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47089         allow cancellation when reading /etc/group.
47091         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47092         cancellation.
47093         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47095         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47096         when using data file.
47098         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47100         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47101         (write_nis_obj): Use "c" and "e" in fopen.
47103         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47105         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47107         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47109         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47111         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47112         locale.alias.
47114         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47116         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47118         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47120         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47121         file parsing and set FD_CLOEXEC.
47123 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47125         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47127 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47129         * malloc/arena.c (arena_get2): Don't call reused_arena when
47130         _int_new_arena failed.
47132 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47134         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47135         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47136         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47137         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47138         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47139         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47140         to compile strcasecmp and strncasecmp.
47141         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47142         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47144         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47146 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47148         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47149         locale-defines.sym to gen-as-const-headers.
47150         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47151         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47152         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47153         to compile strcasecmp and strncasecmp.
47154         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47155         strcasecmp_l and strncasecmp_l.
47156         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47157         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47158         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47159         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47160         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47161         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47162         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47163         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47164         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47165         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47166         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47168 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47170         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47171         result of SYSDEP_GETTIME_CPU to retval.
47172         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47173         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47175         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47176         variable.
47178         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47179         mantissa words.
47180         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47182         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47183         from unused variable.
47185         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47186         DWARF definitions.
47187         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47188         for assembling.
47190         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47191         over namespaces.
47193         * sunrpc/rpc_prot.c (rejected): Fix case value.
47195         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47196         unsigned long long int to avoid warnings in shift.
47198         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47199         of use of trans.
47200         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47201         variable tmp.
47203         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47204         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47205         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47207         * nis/nis_table.c (nis_list): Use variable of correct type for
47208         result of __follow_path call.
47210 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47212         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47213         of math functions ceil, trunc, floor, round, and sqrt, when
47214         avaliable on the platform.
47215         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47216         name clash.
47217         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47218         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47219         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47221 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47223         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47224         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47226 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47228         * include/unistd.h: Fix __readlink return type.
47229         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47231 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47233         * stdlib/ucontext.h: Undo last change for makecontext.
47235 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47237         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47239         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47240         * setjmp/setjmp.h: Mark functions as non-leaf.
47241         * setjmp/bits/setjmp2.h: Likewise.
47242         * stdlib/ucontext.h: Likewise.
47244 2011-11-10  Andreas Schwab  <schwab@redhat.com>
47246         * malloc/arena.c (_int_new_arena): Don't increment narenas.
47247         (reused_arena): Don't check arena limit.
47248         (arena_get2): Atomically check arena limit.
47250 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
47252         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47253         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47255         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47256         instructions.
47258 2011-11-07  Andreas Schwab  <schwab@redhat.com>
47260         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47261         handler when locking.
47263         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47264         Fix size of allocated buffer.
47266 2011-11-04  Andreas Schwab  <schwab@redhat.com>
47268         [BZ #10103]
47269         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47270         declarations for long double functions.
47271         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47273         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47275 2011-11-03  Andreas Schwab  <schwab@redhat.com>
47277         * nscd/nscd.c (main): Don't start AVC thread until credentials are
47278         installed.
47280         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47281         is disabled.
47283 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47285         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47287 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
47289         * include/alloca.h (stackinfo_alloca_round): Define.
47290         (extend_alloca): Use it.
47291         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47292         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47293         here.
47295         * scripts/check-local-headers.sh: Ignore libaudit.h.
47297         * nscd/Makefile (extra-objs): Make recursively expanded.
47299 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
47301         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47302         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47304         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47305         * posix/tst-rfc3484-2.c: Likewise.
47306         * posix/tst-rfc3484-3.c: Likewise.
47308         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47309         process_vm_writev.
47310         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47311         process_vm_writev.
47312         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47313         process_vm_writev from libc using GLIBC_2.15 version.
47315         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47317 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
47319         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47320         stack usage.
47322 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
47324         [BZ #13367]
47325         * nss/getent.c (initgroups_keys): Show error message in case no group
47326         names are given.
47328         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47329         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47330         __bump_nl_timestamp.
47331         * nscd/connections (nscd_init): When host database is served open
47332         netlink socket and request notification about configuration changes.
47333         (main_loop_poll): Track netlink file descriptor and bump timestamp
47334         in case data becomes available.
47335         (main_loop_epoll): Likewise.
47336         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47337         (database_pers_head): Add extra_data fileds.
47338         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47339         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47340         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47341         Adjust caller.
47342         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47343         in6ai data, call __free_in6ai.
47344         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47345         Add -DHAVE_NETLINK.
47346         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
47347         interface information.  Reuse previous data if netlink timestamp
47348         is not changed.
47349         (__bump_nl_timestamp): New function.
47350         (__free_in6ai): New function.
47352 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
47354         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47355         close_not_cancel_no_status here.
47356         (__check_pf): Reorganize code a bit to not call close twice if OOM.
47358 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47360         [BZ #13276]
47361         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47362         return value.
47364         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
47365         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47366         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47368 2011-07-03  Andreas Jaeger  <aj@suse.de>
47370         [BZ #10709]
47371         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47372         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47373         * math/libm-test.inc (sin_test): Add test case.
47375 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47377         [BZ #13337]
47378         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47379         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47381         * elf/chroot_canon.c (chroot_canon): Cleanups.
47383         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47385         [BZ #13335]
47386         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47387         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47389         * string/test-strchr.c: Make usable for strchrnul testing.
47390         * string/test-strchrnul.c: New file.
47391         * string/Makefile (strop-tests): Add strchrnul.
47393         * po/it.po: Update from translation team.
47394         * po/es.po: Likewise.
47396 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
47398         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
47399         the three constants needed as parameters.  Drop the others.
47400         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
47401         __m128i_strloadu_tolower.
47402         Create and initialize variable zero and use it in all the places
47403         where _mm_setzero_si128 was used.
47405         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
47406         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
47407         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
47408         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
47409         anymore.
47410         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
47411         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
47412         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
47413         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
47414         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
47415         __mpranred, __mptan.
47416         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
47417         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
47418         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
47419         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
47420         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
47421         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
47422         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
47423         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
47424         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
47426 2011-10-28  Andreas Schwab  <schwab@redhat.com>
47428         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
47429         redefine if SHARED.
47430         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
47432         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
47433         wide char related routines to wcsmbs subdir.
47435 2011-10-27  Andreas Schwab  <schwab@redhat.com>
47437         [BZ #13344]
47438         * misc/sys/cdefs.h (__THROWNL): Define.
47439         * posix/unistd.h: Use __THREADNL instead of __THREAD
47440         for memory synchronization functions.
47442 2011-10-26  Roland McGrath  <roland@hack.frob.com>
47444         [BZ #13349]
47445         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
47446         doesn't exist.
47447         * manual/stdio.texi (Obstack Streams): Node removed.
47449 2011-10-26  Andreas Schwab  <schwab@redhat.com>
47451         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
47452         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47453         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47455         * math/math_private.h (math_force_eval): Allow non-addressable
47456         arguments.
47457         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
47459 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47461         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
47462         file is not needed.
47464         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
47465         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
47466         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47467         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47468         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47469         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47470         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47471         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
47472         Add AVX variants.
47473         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
47474         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
47475         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
47476         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
47477         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
47478         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
47479         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
47480         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
47481         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
47482         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
47483         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
47484         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
47485         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
47486         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
47487         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
47488         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
47489         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
47490         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
47491         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
47493         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
47494         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
47496         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
47497         place.  Use VEX encoding when compiling for AVX.
47499 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47501         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
47502         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
47504         * string/test-strchr.c (do_test): Don't generate NUL bytes.
47506 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47508         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
47509         useless if() expression.
47510         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47511         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47512         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47513         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47514         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47515         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47516         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47517         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47518         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47519         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47520         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47521         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47522         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47523         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47524         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47525         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47526         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47527         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47528         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47530         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
47532 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47534         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
47535         condition.
47536         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47538 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47540         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
47541         .text section.  Avoid duplicate constants.
47542         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47543         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47544         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47545         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47546         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47547         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47548         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47549         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47550         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
47551         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
47552         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
47553         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
47554         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
47555         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
47556         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
47557         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
47558         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
47559         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
47560         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47561         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47562         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47563         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47564         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47565         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
47566         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
47567         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
47568         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
47569         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
47570         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
47571         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
47572         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
47573         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
47574         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
47575         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
47576         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
47577         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
47578         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
47579         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
47580         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
47581         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
47582         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
47583         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
47584         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
47585         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
47586         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
47588 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
47590         * sysdeps/x86_64/dla.h: Move to ...
47591         * sysdeps/x86_64/fpu/dla.h: ...here.
47592         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
47593         situations.  Use __builtin_fma only for gcc 4.6 and up.
47595         * config.make.in: Add have-mfma4 entry.
47596         * configure.in: Substitute libc_cv_cc_fma4.
47597         * math/Makefile (dbl-only-routines): Add sincostab.
47598         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
47599         Use __sincostab not sincos.
47600         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
47601         name is a macro.
47602         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47603         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47604         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47605         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
47606         using __copysign.
47607         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
47608         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
47609         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
47610         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
47611         and __inv.
47612         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
47613         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
47614         __copysign.
47615         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
47616         define aliases when function name is a macro.
47617         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
47618         sysdeps/ieee754/dbl-64/sincos.tbl.
47619         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
47620         fma4-enabled routines.
47621         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
47622         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
47623         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
47624         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
47625         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
47626         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
47627         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
47628         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
47629         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
47630         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
47631         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
47632         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
47633         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
47634         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
47635         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
47636         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
47637         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
47638         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
47639         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
47640         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
47641         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
47642         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
47643         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
47644         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
47645         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
47646         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
47647         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
47648         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
47649         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
47650         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
47652         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
47653         rename.
47654         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47655         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47656         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47657         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47658         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47659         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47660         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47661         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47663 2011-10-24  Andreas Schwab  <schwab@redhat.com>
47665         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
47667 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
47669         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
47671         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
47672         prediction.
47673         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
47675         * string/strnlen.c: Don't define STRNLEN, reverse logic.
47676         Remove unused variable magic_bits.
47677         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
47679         * string/strnlen.c: Define and use STRNLEN macro.
47680         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
47681         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
47682         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
47683         * wcsmbs/wcslen.c: Define and use WCSLEN.
47684         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
47685         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
47686         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
47687         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
47688         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
47689         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
47690         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
47692 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47694         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47695         strnlen-sse2-no-bsf.
47696         Rename strlen-no-bsf to strlen-sse2-no-bsf.
47697         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
47698         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
47699         Add strnlen support.
47700         (USE_AS_STRNLEN): New macro.
47701         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
47702         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
47703         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
47704         * sysdeps/x86_64/wcslen.S: New file.
47706 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
47708         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47709         XMM-moves are used for copying on small sizes.
47711 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47713         * wcsmbs/Makefile (strop-tests): Add wcschr.
47714         * wcsmbs/test-wcschr.c: New file.
47715         * string/test-strchr.c: Update.
47716         Add wcschr support.
47717         (WIDE): New macro.
47719 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47721         * wcsmbs/Makefile (strop-tests): Add wcslen.
47722         * wcsmbs/test-wcslen.c: New file.
47723         * string/test-strlen.c: Update.
47724         Add wcslen support.
47725         (WIDE): New macro.
47727 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
47729         * po/it.po: Update from translation team.
47731 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47733         * sysdeps/x86_64/wcscmp.S: Update.
47734         Fix wrong comparison semantics.
47735         wcscmp shall use signed comparison not unsigned.
47736         Don't use substraction to avoid overflow bug.
47737         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
47738         * wcsmbc/wcscmp.c: Likewise.
47739         * string/test-strcmp.c: Likewise.
47740         Add new tests to check cases with negative values.
47742 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
47744         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
47745         * sysdeps/x86_64/dla.h: ...here.  New file.
47746         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
47747         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47748         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47749         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47750         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47751         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47752         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47753         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47754         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47756 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
47758         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
47759         __ynl_finite aliases.
47761 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
47763         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47765         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
47766         define DLA_FMA.
47767         [DLA_FMA] (EMULV): Use DLA_FMA.
47768         [DLA_FMA] (MUL12): Use EMULV.
47769         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
47770         that are not needed.
47771         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47772         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47773         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47774         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47775         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47776         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47777         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47779 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
47781         * math/s_nan.c: Undef __nan.
47782         * math/s_nanf.c: Undef __nanf.
47783         * math/s_nanl.c: Undef __nanl.
47784         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
47785         "math_private.h".
47787 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
47789         * math/s_catan.c: Add branch predictions.
47790         * math/s_catanf.c: Likewise.
47791         * math/s_catanh.c: Likewise.
47792         * math/s_catanhf.c: Likewise.
47793         * math/s_catanhl.c: Likewise.
47794         * math/s_catanl.c: Likewise.
47795         * math/s_cexp.c: Likewise.
47796         * math/s_cexpf.c: Likewise.
47797         * math/s_cexpl.c: Likewise.
47798         * math/s_clog.c: Likewise.
47799         * math/s_clog10.c: Likewise.
47800         * math/s_clog10f.c: Likewise.
47801         * math/s_clog10l.c: Likewise.
47802         * math/s_clogf.c: Likewise.
47803         * math/s_clogl.c: Likewise.
47804         * math/s_csqrt.c: Likewise.
47805         * math/s_csqrtf.c: Likewise.
47806         * math/s_csqrtl.c: Likewise.
47807         * math/s_ctanf.c: Likewise.
47808         * math/s_ctanh.c: Likewise.
47809         * math/s_ctanhf.c: Likewise.
47810         * math/s_ctanhl.c: Likewise.
47811         * math/s_ctanl.c: Likewise.
47813         * math/math_private.h: Define __nan, __nanf, __nanl.
47814         * math/s_cacosh.c: Include <math_private.h>.
47815         * math/s_cacoshl.c: Likewise.
47816         * math/s_casinh.c: Likewise.
47817         * math/s_casinhf.c: Likewise.
47818         * math/s_casinhl.c: Likewise.
47819         * math/s_ccos.c: Rely entire on ccosh.
47820         * math/s_ccosf.c: Rely entire on ccoshf.
47821         * math/s_ccosl.c: Rely entirely on ccoshl.
47822         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
47823         Remove tests for FE_INVALID.
47824         * math/s_ccoshf.c: Likewise.
47825         * math/s_ccoshl.c: Likewise.
47826         * math/s_csin.c: Likewise.
47827         * math/s_csinf.c: Likewise.
47828         * math/s_csinh.c Likewise.
47829         * math/s_csinhf.c: Likewise.
47830         * math/s_csinhl.c: Likewise.
47831         * math/s_csinl.c: Likewise.
47832         * math/s_ctan.c: Likewise.
47833         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
47834         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
47835         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
47837 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
47839         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
47840         compilation problems.
47842         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
47843         __builtin_expect.
47845 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
47847         * sysdeps/i386/configure.in: Test for -mfma4 option.
47848         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
47849         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
47850         COMMON_CPUID_INDEX_80000001.
47851         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
47852         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
47853         use it if FMA3 is not supported.
47854         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
47856         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
47857         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
47859 2011-10-20  Andreas Schwab  <schwab@redhat.com>
47861         [BZ #12892]
47862         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
47863         it would create a cycle with a link time dependency.
47865 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
47867         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
47868         instruction.
47869         * string/Makefile (strop-tests): Add rawmemchr.
47870         * string/test-rawmemchr.c: New file.
47872         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
47873         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
47874         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
47875         when compiling str{,n}casecmp and when AVX is available.  Hook up
47876         new optimized code in initializers.
47878 2011-10-19  Andreas Schwab  <schwab@redhat.com>
47880         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
47881         __feraiseexcept instead of feraiseexcept.
47883 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
47885         * math/math_private.h: Define defaults for libc_fetestexcept and
47886         libc_feupdateenv.
47887         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
47888         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
47889         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
47890         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
47891         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47892         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
47893         libc_fetestexcept and libc_feupdateenv.
47895         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
47896         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
47897         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
47898         * sysdeps/x86_64/fpu/math_private.h: Define special version of
47899         libc_feholdexcept_setround.
47901         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
47902         Add s_nearbyint-c and s_nearbyintf-c.
47903         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
47904         nearbyintf inlines.
47905         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
47906         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
47907         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
47908         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
47910         * math/math_private.h: Define defaults for libc_fegetround,
47911         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
47912         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
47913         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
47914         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
47915         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
47916         standard functions.
47917         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
47918         Remove comments and hacks for old compiler versions.
47919         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
47920         libc_fegetround, libc_fesetround, libc_feholdexcept, and
47921         libc_feholdexceptl.
47923 2011-10-18  Andreas Schwab  <schwab@redhat.com>
47925         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
47926         (__feraiseexcept_renamed): Add __NTH.
47927         (feraiseexcept): Add __NTH.  Rename local variables to fix
47928         namespace violations.
47930 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
47932         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
47934         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
47936         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
47937         recently added interfaces.
47938         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
47940         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
47941         about macro parameter expansion.
47943         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
47944         __NO_MATH_INLINES is defined.  Cleanups.
47946         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
47947         and __floorf is target has SSE4.1.
47948         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
47949         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
47950         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
47951         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
47953         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
47954         name.
47955         (floorf): Likewise.
47957         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
47959 2011-10-17  Andreas Schwab  <schwab@redhat.com>
47961         * misc/sys/cdefs.h: Fix last change.
47963         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
47964         database lookup.
47966 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
47968         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
47970         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
47971         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47972         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47973         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47974         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47975         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47976         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47977         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47978         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47979         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
47980         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
47981         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
47982         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
47983         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
47984         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
47985         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
47986         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
47987         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
47988         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
47989         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
47990         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
47991         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
47993         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
47994         ceil, ceilf, floor, floorf.
47996         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
47997         Perform IRELATIVE relocations last.
47999         * elf/do-rel.h: Add another parameter nrelative, replacing the
48000         local variable with the same name.  Change name of the function
48001         to end in Rel or Rela (uppercase).
48002         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48003         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48004         elf_dynamic_do_##reloc function.
48006 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48008         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48009         is sufficient, at least on modern CPUs.
48011         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48013         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48014         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48016         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48017         __expl_finite.
48018         * math/bits/math-finite.h: Add entries for exp.
48019         * math/e_expl.c: Add __*_finite alias.
48020         * sysdeps/i386/fpu/e_exp.S: Likewise.
48021         * sysdeps/i386/fpu/e_expf.S: Likewise.
48022         * sysdeps/i386/fpu/e_expl.c: Likewise.
48023         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48024         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48025         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48026         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48027         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48028         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48029         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48031         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48032         is sufficient, at least on modern CPUs.
48034         * ctype/ctype-info.c (__ctype_init): Define.
48035         * include/ctype.h (__ctype_init): Declare.
48036         (__ctype_b_loc): The variable is always initialized.
48037         (__ctype_toupper_loc): Likewise.
48038         (__ctype_tolower_loc): Likewise.
48039         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48040         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48042 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48044         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48046         * configure.in: Also look in $cxxmachine/include for C++ system
48047         headers.
48049 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48051         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48052         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48053         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48054         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48055         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48056         (USE_AS_WMEMCMP): New macro.
48057         Fixing indents.
48058         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48059         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48060         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48061         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48062         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48063         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48064         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48065         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48066         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48067         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48068         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48069         (USE_AS_WMEMCMP): New macro.
48070         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48071         * sysdeps/string/test-memcmp.c: Update.
48072         Fix simple_wmemcmp.
48073         Add new tests.
48074         * wcsmbs/wmemcmp.c: Update.
48075         (WMEMCMP): New macro.
48076         Fix overflow bug.
48078 2011-10-12  Andreas Jaeger  <aj@suse.de>
48080         [BZ #13268]
48081         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48083 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48085         * libio/iofwide.c (do_length): Avoid warning.
48087         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48089 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48091         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48093         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48094         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48095         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48096         * sysdeps/i386/i686/fpu/e_log.S: New file.
48097         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48098         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48100         * ctype/ctype.h: Add support for inlined isXXX functions when
48101         compiling C++ code.
48103 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48105         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48107         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48109 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48111         [BZ #13291]
48112         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48114 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48116         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48117         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48118         feraiseexcept.
48120         * sysdeps/x86_64/memrchr.S: Check for zero size.
48122         * string/stratcliff.c: Add memrchr tests.
48124 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48126         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48127         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48128         rawmemchr-sse2 rawmemchr-sse2-bsf.
48129         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48130         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48131         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48132         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48133         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48134         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48135         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48136         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48137         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48138         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48139         * string/memrchr.c (MEMRCHR): New macro.
48141 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48143         Add integration with gcc's -ffinite-math-only and optimize wrapper
48144         functions in libm.
48145         * Versions.def: Define GLIBC_2.15 version for libm.
48146         * math/Makefile (headers): Add bits/math-finite.h.
48147         * math/bits/math-finite.h: New file.
48148         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48149         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48150         * math/e_acoshl.c: Add __*_finite alias.
48151         * math/e_acosl.c: Likewise.
48152         * math/e_asinl.c: Likewise.
48153         * math/e_atan2l.c: Likewise.
48154         * math/e_atanhl.c: Likewise.
48155         * math/e_coshl.c: Likewise.
48156         * math/e_exp10.c: Likewise.
48157         * math/e_exp10f.c: Likewise.
48158         * math/e_exp10l.c: Likewise.
48159         * math/e_exp2l.c: Likewise.
48160         * math/e_fmodl.c: Likewise.
48161         * math/e_gammal_r.c: Likewise.
48162         * math/e_hypotl.c: Likewise.
48163         * math/e_j0l.c: Likewise.
48164         * math/e_j1l.c: Likewise.
48165         * math/e_jnl.c: Likewise.
48166         * math/e_lgammal_r.c: Likewise.
48167         * math/e_log10l.c: Likewise.
48168         * math/e_log2l.c: Likewise.
48169         * math/e_logl.c: Likewise.
48170         * math/e_powl.c: Likewise.
48171         * math/e_sinhl.c: Likewise.
48172         * math/e_sqrtl.c: Likewise.
48173         * math/e_scalb.c: Completely rewritten and optimized.
48174         * math/e_scalbf.c: Likewise.
48175         * math/e_scalbl.c: Likewise.
48176         * math/w_acos.c: Likewise.
48177         * math/w_acosf.c: Likewise.
48178         * math/w_acosl.c: Likewise.
48179         * math/w_acosh.c: Likewise.
48180         * math/w_acoshf.c: Likewise.
48181         * math/w_acoshl.c: Likewise.
48182         * math/w_asin.c: Likewise.
48183         * math/w_asinf.c: Likewise.
48184         * math/w_asinl.c: Likewise.
48185         * math/w_atan2.c: Likewise.
48186         * math/w_atan2f.c: Likewise.
48187         * math/w_atan2l.c: Likewise.
48188         * math/w_atanh.c: Likewise.
48189         * math/w_atanhf.c: Likewise.
48190         * math/w_atanhl.c: Likewise.
48191         * math/w_exp10.c: Likewise.
48192         * math/w_exp10f.c: Likewise.
48193         * math/w_exp10l.c: Likewise.
48194         * math/w_fmod.c: Likewise.
48195         * math/w_fmodf.c: Likewise.
48196         * math/w_fmodl.c: Likewise.
48197         * math/w_j0.c: Likewise.
48198         * math/w_j0f.c: Likewise.
48199         * math/w_j0l.c: Likewise.
48200         * math/w_j1.c: Likewise.
48201         * math/w_j1f.c: Likewise.
48202         * math/w_j1l.c: Likewise.
48203         * math/w_jn.c: Likewise.
48204         * math/w_jnf.c: Likewise.
48205         * math/w_log.c: Likewise.
48206         * math/w_logf.c: Likewise.
48207         * math/w_logl.c: Likewise.
48208         * math/w_log10.c: Likewise.
48209         * math/w_log10f.c: Likewise.
48210         * math/w_log10l.c: Likewise.
48211         * math/w_log2.c: Likewise.
48212         * math/w_log2f.c: Likewise.
48213         * math/w_log2l.c: Likewise.
48214         * math/w_pow.c: Likewise.
48215         * math/w_powf.c: Likewise.
48216         * math/w_powl.c: Likewise.
48217         * math/w_remainder.c: Likewise.
48218         * math/w_remainderf.c: Likewise.
48219         * math/w_remainderl.c: Likewise.
48220         * math/w_scalb.c: Likewise.
48221         * math/w_scalbf.c: Likewise.
48222         * math/w_scalbl.c: Likewise.
48223         * math/w_sqrt.c: Likewise.
48224         * math/w_sqrtf.c: Likewise.
48225         * math/w_sqrtl.c: Likewise.
48226         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48227         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48228         used.
48229         * math/math_private.h: Declare __kernel_standard_f.
48230         * math/w_cosh.c: Remove cruft and optimize a bit.
48231         * math/w_coshf.c: Likewise.
48232         * math/w_coshl.c: Likewise.
48233         * math/w_exp2.c: Likewise.
48234         * math/w_exp2f.c: Likewise.
48235         * math/w_exp2l.c: Likewise.
48236         * math/w_hypot.c: Likewise.
48237         * math/w_hypotf.c: Likewise.
48238         * math/w_hypotl.c: Likewise.
48239         * math/w_lgamma.c: Likewise.
48240         * math/w_lgamma_r.c: Likewise.
48241         * math/w_lgammaf.c: Likewise.
48242         * math/w_lgammaf_r.c: Likewise.
48243         * math/w_lgammal.c: Likewise.
48244         * math/w_lgammal_r.c: Likewise.
48245         * math/w_sinh.c: Likewise.
48246         * math/w_sinhf.c: Likewise.
48247         * math/w_sinhl.c: Likewise.
48248         * math/w_tgamma.c: Likewise.
48249         * math/w_tgammaf.c: Likewise.
48250         * math/w_tgammal.c: Likewise.
48251         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48252         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48253         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48254         Minor optimizations.  Pretty printing.  Remove cruft.
48255         * sysdeps/i386/fpu/e_acosf.S: Likewise.
48256         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48257         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48258         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48259         * sysdeps/i386/fpu/e_acosl.c: Likewise.
48260         * sysdeps/i386/fpu/e_asin.S: Likewise.
48261         * sysdeps/i386/fpu/e_asinf.S: Likewise.
48262         * sysdeps/i386/fpu/e_atan2.S: Likewise.
48263         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48264         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48265         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48266         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48267         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48268         * sysdeps/i386/fpu/e_exp10.S: Likewise.
48269         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48270         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48271         * sysdeps/i386/fpu/e_exp2.S: Likewise.
48272         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48273         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48274         * sysdeps/i386/fpu/e_fmod.S: Likewise.
48275         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48276         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48277         * sysdeps/i386/fpu/e_hypot.S: Likewise.
48278         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48279         * sysdeps/i386/fpu/e_log.S: Likewise.
48280         * sysdeps/i386/fpu/e_log10.S: Likewise.
48281         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48282         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48283         * sysdeps/i386/fpu/e_log2.S: Likewise.
48284         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48285         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48286         * sysdeps/i386/fpu/e_logf.S: Likewise.
48287         * sysdeps/i386/fpu/e_logl.S: Likewise.
48288         * sysdeps/i386/fpu/e_pow.S: Likewise.
48289         * sysdeps/i386/fpu/e_powf.S: Likewise.
48290         * sysdeps/i386/fpu/e_powl.S: Likewise.
48291         * sysdeps/i386/fpu/e_remainder.S: Likewise.
48292         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48293         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48294         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48295         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48296         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48297         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48298         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48299         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48300         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48301         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48302         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48303         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48304         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48305         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48306         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48307         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48308         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48309         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48310         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48311         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48312         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48313         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48314         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48315         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48316         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48317         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48318         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48319         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48320         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48321         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48322         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48323         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48324         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48325         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48326         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48327         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48328         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48329         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48330         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48331         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48332         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48333         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48334         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48335         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48336         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48337         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48338         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48339         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48340         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48341         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48342         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48343         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48344         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48345         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48346         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48347         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48348         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48349         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48350         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48351         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48352         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48353         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48354         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48355         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48356         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48357         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48358         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48359         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48360         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48361         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48362         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48363         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48364         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48365         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48366         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48367         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48368         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48369         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48370         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48371         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48372         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48373         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48374         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48375         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48376         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48377         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48378         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48379         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48380         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48381         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48382         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48383         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48384         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48385         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48386         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48387         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48388         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48389         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48390         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48391         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48392         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48393         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48394         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48395         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48396         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48397         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
48398         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
48399         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
48400         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
48401         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
48402         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
48403         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
48404         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48405         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48406         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48407         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48408         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
48409         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48410         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
48411         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
48412         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
48413         (__isnanf): Likewise.
48414         (__isinf_ns): Likewise.
48415         (__isinf_nsf): Likewise.
48416         (__finite): Likewise.
48417         (__finitef): Likewise.
48418         (__ieee754_sqrt): Define as macro.
48419         (__ieee754_sqrtf): Define as macro.
48420         (__ieee754_sqrtl): Define as macro.
48421         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
48422         inlined copy.
48423         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
48424         __FINITE_MATH_ONLY__ consistent.
48425         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
48427 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
48429         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
48430         of rawmemchr.
48432         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
48434 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
48436         * po/ja.po: Update from translation team.
48438 2011-10-08  Roland McGrath  <roland@hack.frob.com>
48440         * locale/programs/locarchive.c (prepare_address_space): New function.
48441         (create_archive, enlarge_archive, open_archive): Use it.
48443         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
48444         inside [SHARED], where it is used.
48446         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
48448         * nss/getent.c (netgroup_keys): Remove unused variable.
48449         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48451 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
48453         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
48454         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
48455         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
48456         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
48457         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
48458         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
48459         * math/Makefile (libm-calls): Add s_isinf_ns.
48460         * math/divtc3.c: Use __isinf_nsl instead of isinf.
48461         * math/multc3.c: Likewise.
48462         * math/s_casin.c: Likewise.
48463         * math/s_casinf.c: Likewise.
48464         * math/s_casinl.c: Likewise.
48465         * math/s_ccos.c: Likewise.
48466         * math/s_ccosf.c: Likewise.
48467         * math/s_ccosl.c: Likewise.
48468         * math/s_ctan.c: Likewise.
48469         * math/s_ctanf.c: Likewise.
48470         * math/s_ctanh.c: Likewise.
48471         * math/s_ctanhf.c: Likewise.
48472         * math/s_ctanhl.c: Likewise.
48473         * math/s_ctanl.c: Likewise.
48474         * math/w_fmod.c: Likewise.
48475         * math/w_fmodf.c: Likewise.
48476         * math/w_fmodl.c: Likewise.
48477         * math/w_remainder.c: Likewise.
48478         * math/w_remainderf.c: Likewise.
48479         * math/w_remainderl.c: Likewise.
48480         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
48481         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
48482         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
48483         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
48484         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
48485         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
48486         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
48487         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
48489         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
48490         of the number.
48491         * stdio-common/printf_fphex.c: Likewise.
48492         * stdio-common/printf_size.c: Likewise.
48494         * math/e_exp10.c: Include math_private.h using <...> not "...".
48495         * math/e_exp10f.c: Likewise.
48496         * math/e_exp10l.c: Likewise.
48497         * math/e_exp2l.c: Likewise.
48498         * math/e_j0l.c: Likewise.
48499         * math/e_j1l.c: Likewise.
48500         * math/e_jnl.c: Likewise.
48501         * math/e_lgammal_r.c: Likewise.
48502         * math/e_rem_pio2l.c: Likewise.
48503         * math/e_scalb.c: Likewise.
48504         * math/e_scalbf.c: Likewise.
48505         * math/e_scalbl.c: Likewise.
48506         * math/k_cosl.c: Likewise.
48507         * math/k_sinl.c: Likewise.
48508         * math/k_tanl.c: Likewise.
48509         * math/s_cacoshf.c: Likewise.
48510         * math/s_catan.c: Likewise.
48511         * math/s_catanf.c: Likewise.
48512         * math/s_catanh.c: Likewise.
48513         * math/s_catanhf.c: Likewise.
48514         * math/s_catanhl.c: Likewise.
48515         * math/s_catanl.c: Likewise.
48516         * math/s_ccosh.c: Likewise.
48517         * math/s_ccoshf.c: Likewise.
48518         * math/s_ccoshl.c: Likewise.
48519         * math/s_cexp.c: Likewise.
48520         * math/s_cexpf.c: Likewise.
48521         * math/s_cexpl.c: Likewise.
48522         * math/s_clog.c: Likewise.
48523         * math/s_clog10.c: Likewise.
48524         * math/s_clog10f.c: Likewise.
48525         * math/s_clog10l.c: Likewise.
48526         * math/s_clogf.c: Likewise.
48527         * math/s_clogl.c: Likewise.
48528         * math/s_csin.c: Likewise.
48529         * math/s_csinf.c: Likewise.
48530         * math/s_csinh.c: Likewise.
48531         * math/s_csinhf.c: Likewise.
48532         * math/s_csinhl.c: Likewise.
48533         * math/s_csinl.c: Likewise.
48534         * math/s_csqrt.c: Likewise.
48535         * math/s_csqrtf.c: Likewise.
48536         * math/s_csqrtl.c: Likewise.
48537         * math/s_ctan.c: Likewise.
48538         * math/s_ctanf.c: Likewise.
48539         * math/s_ctanh.c: Likewise.
48540         * math/s_ctanhf.c: Likewise.
48541         * math/s_ctanhl.c: Likewise.
48542         * math/s_ctanl.c: Likewise.
48543         * math/s_ldexp.c: Likewise.
48544         * math/s_ldexpf.c: Likewise.
48545         * math/s_ldexpl.c: Likewise.
48546         * math/s_significand.c: Likewise.
48547         * math/s_significandf.c: Likewise.
48548         * math/s_significandl.c: Likewise.
48549         * math/w_acos.c: Likewise.
48550         * math/w_acosf.c: Likewise.
48551         * math/w_acosh.c: Likewise.
48552         * math/w_acoshf.c: Likewise.
48553         * math/w_acoshl.c: Likewise.
48554         * math/w_acosl.c: Likewise.
48555         * math/w_asin.c: Likewise.
48556         * math/w_asinf.c: Likewise.
48557         * math/w_asinl.c: Likewise.
48558         * math/w_atan2.c: Likewise.
48559         * math/w_atan2f.c: Likewise.
48560         * math/w_atan2l.c: Likewise.
48561         * math/w_atanh.c: Likewise.
48562         * math/w_atanhf.c: Likewise.
48563         * math/w_atanhl.c: Likewise.
48564         * math/w_cosh.c: Likewise.
48565         * math/w_coshf.c: Likewise.
48566         * math/w_coshl.c: Likewise.
48567         * math/w_dremf.c: Likewise.
48568         * math/w_exp10.c: Likewise.
48569         * math/w_exp10f.c: Likewise.
48570         * math/w_exp10l.c: Likewise.
48571         * math/w_exp2.c: Likewise.
48572         * math/w_exp2f.c: Likewise.
48573         * math/w_fmod.c: Likewise.
48574         * math/w_fmodf.c: Likewise.
48575         * math/w_fmodl.c: Likewise.
48576         * math/w_hypot.c: Likewise.
48577         * math/w_hypotf.c: Likewise.
48578         * math/w_hypotl.c: Likewise.
48579         * math/w_j0.c: Likewise.
48580         * math/w_j0f.c: Likewise.
48581         * math/w_j0l.c: Likewise.
48582         * math/w_j1.c: Likewise.
48583         * math/w_j1f.c: Likewise.
48584         * math/w_j1l.c: Likewise.
48585         * math/w_jn.c: Likewise.
48586         * math/w_jnf.c: Likewise.
48587         * math/w_jnl.c: Likewise.
48588         * math/w_lgamma.c: Likewise.
48589         * math/w_lgamma_r.c: Likewise.
48590         * math/w_lgammaf.c: Likewise.
48591         * math/w_lgammaf_r.c: Likewise.
48592         * math/w_lgammal.c: Likewise.
48593         * math/w_lgammal_r.c: Likewise.
48594         * math/w_log.c: Likewise.
48595         * math/w_log10.c: Likewise.
48596         * math/w_log10f.c: Likewise.
48597         * math/w_log10l.c: Likewise.
48598         * math/w_log2.c: Likewise.
48599         * math/w_log2f.c: Likewise.
48600         * math/w_log2l.c: Likewise.
48601         * math/w_logf.c: Likewise.
48602         * math/w_logl.c: Likewise.
48603         * math/w_pow.c: Likewise.
48604         * math/w_powf.c: Likewise.
48605         * math/w_powl.c: Likewise.
48606         * math/w_remainder.c: Likewise.
48607         * math/w_remainderf.c: Likewise.
48608         * math/w_remainderl.c: Likewise.
48609         * math/w_scalb.c: Likewise.
48610         * math/w_scalbf.c: Likewise.
48611         * math/w_scalbl.c: Likewise.
48612         * math/w_sinh.c: Likewise.
48613         * math/w_sinhf.c: Likewise.
48614         * math/w_sinhl.c: Likewise.
48615         * math/w_sqrt.c: Likewise.
48616         * math/w_sqrtf.c: Likewise.
48617         * math/w_sqrtl.c: Likewise.
48618         * math/w_tgamma.c: Likewise.
48619         * math/w_tgammaf.c: Likewise.
48620         * math/w_tgammal.c: Likewise.
48622         * po/ja.po: Update from translation team.
48624 2011-09-29  Andreas Jaeger  <aj@suse.de>
48626         [BZ #13179]
48627         * sunrpc/netname.c (netname2host): Fix logic.
48629         [BZ #6779]
48630         [BZ #6783]
48631         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
48632         correctly.
48633         * math/w_remainder.c (__remainder): Likewise.
48634         * math/w_remainderf.c (__remainderf): Likewise.
48635         * math/libm-test.inc (remainder_test): Add test cases.
48637 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48639         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
48640         sdiv_qrnnd.
48642 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
48644         * string/test-memcmp.c: Avoid unncessary #defines.
48645         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48647 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48649         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
48650         Use new sse2 version for core i3 - i7 as it's faster
48651         than sse42 version.
48652         (bit_Prefer_PMINUB_for_stringop): New.
48653         * sysdeps/x86_64/rawmemchr.S: Update.
48654         Replace with faster SSE2 version.
48655         * sysdeps/x86_64/memrchr.S: New file.
48656         * sysdeps/x86_64/memchr.S: Update.
48657         Replace with faster SSE2 version.
48659 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
48661         * elf/dl-load.c (lose): Add cast to avoid warning.
48663 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
48665         * po/ca.po: Update from translation team.
48667         * inet/getnetgrent_r.c: Hook up nscd.
48668         * nscd/Makefile (routines): Add nscd_netgroup.
48669         (nscd-modules): Add netgroupcache.
48670         (CFLAGS-netgroupcache.c): Define.
48671         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
48672         (cache_search): Add const to second parameter.
48673         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
48674         INNETGR.
48675         (dbs): Add netgrdb entry.
48676         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
48677         (verify_persistent_db): Handle netgrdb.
48678         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
48679         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
48680         GETFDNETGR.
48681         (netgroup_response_header): Define.
48682         (innetgroup_response_header): Define.
48683         (datahead): Add netgroup_response_header and innetgroup_response_header
48684         elements.
48685         * nscd/nscd.conf: Add entries for netgroup cache.
48686         * nscd/nscd.h (dbtype): Add netgrdb.
48687         (_PATH_NSCD_NETGROUP_DB): Define.
48688         (netgroup_iov_disabled): Declare.
48689         (xmalloc, xcalloc, xrealloc): Move declarations here.
48690         (cache_search): Adjust prototype.
48691         Add netgroup-related prototypes.
48692         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
48693         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
48694         (__nscd_innetgr): Declare.
48695         * nscd/selinux.c (perms): Use access_vector_t as element type and
48696         add netgroup-related initializers.
48697         * nscd/netgroupcache.c: New file.
48698         * nscd/nscd_netgroup.c: New file.
48699         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
48700         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
48701         For four parameters use innetgr.
48702         * nss/nss_files/files-init.c: Add definition and callback for netgr.
48703         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
48704         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
48705         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
48707         * nscd/connections.c (register_traced_file): Don't register file
48708         for disabled databases.
48710 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
48712         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
48714         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
48715         from tree and freeing node.
48717 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
48719         * nss/nsswitch.c (__nss_database_lookup): Handle
48720         nss_parse_service_list out of memory case.
48722 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
48724         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
48725         out of memory case.
48727 2011-10-04  Andreas Schwab  <schwab@redhat.com>
48729         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
48730         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
48731         pass it down.
48732         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
48733         elf_machine_rela, elf_machine_lazy_rel.
48734         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
48735         (ELF_DYNAMIC_DO_REL): Likewise.
48736         (ELF_DYNAMIC_DO_RELA): Likewise.
48737         (ELF_DYNAMIC_RELOCATE): Likewise.
48738         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
48739         to ELF_DYNAMIC_DO_REL.
48740         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
48741         (dl_main): In trace mode always set __RTLD_NOIFUNC.
48742         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
48743         elf_machine_rela.
48744         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
48745         skip_ifunc, don't call ifunc function if non-zero.
48746         (elf_machine_rela): Likewise.
48747         (elf_machine_lazy_rel): Likewise.
48748         (elf_machine_lazy_rela): Likewise.
48749         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
48750         (elf_machine_lazy_rel): Likewise.
48751         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
48752         Likewise.
48753         (elf_machine_lazy_rel): Likewise.
48754         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48755         Likewise.
48756         (elf_machine_lazy_rel): Likewise.
48757         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
48758         (elf_machine_lazy_rel): Likewise.
48759         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
48760         (elf_machine_lazy_rel): Likewise.
48761         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
48762         (elf_machine_lazy_rel): Likewise.
48763         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
48764         (elf_machine_lazy_rel): Likewise.
48765         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
48766         (elf_machine_lazy_rel): Likewise.
48767         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
48768         (elf_machine_lazy_rel): Likewise.
48770 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
48772         * nss/nss_files/files-init.c (_nss_files_init): Use static
48773         initialization for all the *_traced_file variables.
48775 2011-09-28  Andreas Schwab  <schwab@redhat.com>
48777         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48779 2011-09-27  Roland McGrath  <roland@hack.frob.com>
48781         [BZ #13226]
48782         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
48784 2011-09-27  Andreas Schwab  <schwab@redhat.com>
48786         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48787         Reread the line before reparsing it.
48789 2011-09-26  Andreas Schwab  <schwab@redhat.com>
48791         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
48793 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
48794             Maxim Kuvyrkov  <maxim@codesourcery.com>
48795             Joseph Myers  <joseph@codesourcery.com>
48797         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
48798         if needed for __stack_chk_guard.
48800 2011-09-19  Roland McGrath  <roland@hack.frob.com>
48802         * sysdeps/posix/spawni.c (script_execute): Always define it.
48803         It will be optimized away if unused.
48804         (maybe_script_execute): New function.
48805         (__spawni): Call it.
48807         * Makerules: Don't include tls.make.
48808         (config-tls): Always set to thread.
48809         * tls.make.c: File removed.
48811 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
48813         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
48814         * config.make.in (CPPFLAGS-config): New substituted variable.
48816 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
48818         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
48820         [BZ #13192]
48821         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
48822         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
48824 2011-09-15  Roland McGrath  <roland@hack.frob.com>
48826         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
48827         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
48828         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
48829         (CALL_FAIL): Likewise.
48830         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
48831         (CALL_FAIL): Macro removed.
48832         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
48834 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
48836         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
48837         for __FINITE_MATH_ONLY__ == 1.
48839 2011-09-15  Andreas Schwab  <schwab@redhat.com>
48841         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
48842         __ieee754_sqrt instead of sqrt.
48843         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
48844         __ieee754_sqrtf instead of sqrtf.
48845         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
48846         __floorf instead of floorf.
48847         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
48848         __floorf, __truncf instead of floorf, truncf.
48850 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
48852         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
48854         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
48855         __extern_always_inline.
48856         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
48857         32-bit.
48859 2011-09-14  Andreas Schwab  <schwab@redhat.com>
48861         * elf/rtld.c (dl_main): Also relocate in dependency order when
48862         doing symbol dependency testing.
48864 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
48866         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48867         Always define `refsym'.
48869 2011-09-13  Andreas Schwab  <schwab@redhat.com>
48871         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
48872         (__FD_ELT): Renamed from __FDELT.
48873         * misc/bits/select2.h (__FD_ELT): Likewise.
48874         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
48875         __FD_MASK instead of __FDELT, __FDMASK.
48876         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
48877         Likewise.
48878         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
48879         Likewise.
48881         * elf/Makefile (gen-ldd): Fix pattern.
48883         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
48884         (init_tls): Likewise.
48886 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
48888         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
48890 2011-09-12  Andreas Schwab  <schwab@redhat.com>
48892         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
48893         `struct cmsghdr *' instead of `void *'.
48894         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
48895         Likewise.
48897 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
48899         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
48900         if non-absolute.
48901         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
48902         ldd_rewrite_script.
48904 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
48906         * configure.in: Remove --with-tls option.
48907         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
48908         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
48909         out in case it is missing.
48910         * sysdeps/ia64/elf/configure.in: Likewise.
48911         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
48912         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
48913         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
48914         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
48915         * sysdeps/sh/elf/configure.in: Likewise.
48916         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
48917         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48918         * sysdeps/x86_64/elf/configure.in: Likewise.
48919         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
48920         * sysdeps/mach/hurd/tls.h: Likewise.
48922         [BZ #13067]
48923         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
48925         [BZ #13090]
48926         * configure.in: Fix use of AC_INIT.
48928         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
48930 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
48932         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
48933         __set_errno.
48934         * malloc/hooks.c: Likewise.
48936         [BZ #11929]
48937         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
48938         variables statically.
48939         (narenas): Initialize.
48940         (list_lock): Initialize.
48941         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
48942         initializtion of main_arena and list_lock.  Small cleanups.
48943         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
48944         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
48945         Add initializers to main_arena and mp_.
48946         (malloc_state): Remove pagesize member.  Change all users to use
48947         GLRO(dl_pagesize).
48949         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
48950         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
48951         is always initialized.
48953         * malloc/malloc.c: Removed unused configurations and dead code.
48954         * malloc/arena.c: Likewise.
48955         * malloc/hooks.c: Likewise.
48956         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
48958         * include/tls.h: Removed.  USE___THREAD must always be defined.
48959         * bits/libc-tsd.h: Don't handle !USE___THREAD.
48960         * elf/dl-libc.c: Likewise.
48961         * elf/dl-tsd.c: Likewise.
48962         * include/errno.h: Likewise.
48963         * include/netdb.h: Likewise.
48964         * include/resolv.h: Likewise.
48965         * inet/herrno-loc.c: Likewise.
48966         * inet/herrno.c: Likewise.
48967         * malloc/arena.c: Likewise.
48968         * malloc/hooks.c: Likewise.
48969         * malloc/malloc.c: Likewise.
48970         * resolv/res-state.c: Likewise.
48971         * resolv/res_libc.c: Likewise.
48972         * sysdeps/i386/dl-machine.h: Likewise.
48973         * sysdeps/ia64/dl-machine.h: Likewise.
48974         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
48975         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
48976         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
48977         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
48978         * sysdeps/sh/dl-machine.h: Likewise.
48979         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48980         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48981         * sysdeps/unix/i386/sysdep.S: Likewise.
48982         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
48983         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
48984         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
48985         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
48986         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
48987         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
48988         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
48989         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48990         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48991         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
48992         * sysdeps/unix/x86_64/sysdep.S: Likewise.
48993         * sysdeps/x86_64/dl-machine.h: Likewise.
48994         * tls.make.c: Likewise.
48996         * configure.in: Remove --with-__thread option.  Make tests for
48997         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
48998         tls_model attribute fail if no support is available.  Remove
48999         USE_IN_LIBIO.
49000         * Makeconfig: Adjust for dropped configure option.  All features are
49001         now mandatory.
49002         * Makerules: Likewise.
49003         * Versions.def: Likewise.
49004         * argp/argp-fmtstream.c: Likewise.
49005         * argp/argp-fmtstream.h: Likewise.
49006         * argp/argp-help.c: Likewise.
49007         * assert/assert.c: Likewise.
49008         * config.h.in: Likewise.
49009         * config.make.in: Likewise.
49010         * configure: Likewise.
49011         * configure.in: Likewise.
49012         * csu/Versions: Likewise.
49013         * csu/init.c: Likewise.
49014         * elf/tst-audit2.c: Likewise.
49015         * elf/tst-tls10.c: Likewise.
49016         * elf/tst-tls10.h: Likewise.
49017         * elf/tst-tls11.c: Likewise.
49018         * elf/tst-tls12.c: Likewise.
49019         * elf/tst-tls14.c: Likewise.
49020         * elf/tst-tlsmod11.c: Likewise.
49021         * elf/tst-tlsmod12.c: Likewise.
49022         * elf/tst-tlsmod13.c: Likewise.
49023         * elf/tst-tlsmod13a.c: Likewise.
49024         * elf/tst-tlsmod14a.c: Likewise.
49025         * elf/tst-tlsmod15b.c: Likewise.
49026         * elf/tst-tlsmod16a.c: Likewise.
49027         * elf/tst-tlsmod16b.c: Likewise.
49028         * elf/tst-tlsmod7.c: Likewise.
49029         * elf/tst-tlsmod8.c: Likewise.
49030         * elf/tst-tlsmod9.c: Likewise.
49031         * gmon/gmon.c: Likewise.
49032         * grp/fgetgrent_r.c: Likewise.
49033         * grp/putgrent.c: Likewise.
49034         * hurd/fopenport.c: Likewise.
49035         * include/libc-symbols.h: Likewise.
49036         * include/tls.h: Likewise.
49037         * intl/gettextP.h: Likewise.
49038         * intl/loadinfo.h: Likewise.
49039         * locale/global-locale.c: Likewise.
49040         * locale/localeinfo.h: Likewise.
49041         * mach/devstream.c: Likewise.
49042         * malloc/arena.c: Likewise.
49043         * malloc/set-freeres.c: Likewise.
49044         * misc/err.c: Likewise.
49045         * misc/getttyent.c: Likewise.
49046         * misc/mntent_r.c: Likewise.
49047         * posix/getopt.c: Likewise.
49048         * posix/wordexp.c: Likewise.
49049         * pwd/fgetpwent_r.c: Likewise.
49050         * resolv/Versions: Likewise.
49051         * resolv/res_hconf.c: Likewise.
49052         * shadow/fgetspent_r.c: Likewise.
49053         * shadow/putspent.c: Likewise.
49054         * stdio-common/printf_fphex.c: Likewise.
49055         * stdio-common/tmpfile.c: Likewise.
49056         * stdlib/abort.c: Likewise.
49057         * stdlib/fmtmsg.c: Likewise.
49058         * sunrpc/auth_unix.c: Likewise.
49059         * sunrpc/clnt_perr.c: Likewise.
49060         * sunrpc/clnt_tcp.c: Likewise.
49061         * sunrpc/clnt_udp.c: Likewise.
49062         * sunrpc/clnt_unix.c: Likewise.
49063         * sunrpc/openchild.c: Likewise.
49064         * sunrpc/svc_simple.c: Likewise.
49065         * sunrpc/svc_tcp.c: Likewise.
49066         * sunrpc/svc_udp.c: Likewise.
49067         * sunrpc/svc_unix.c: Likewise.
49068         * sunrpc/xdr.c: Likewise.
49069         * sunrpc/xdr_array.c: Likewise.
49070         * sunrpc/xdr_rec.c: Likewise.
49071         * sunrpc/xdr_ref.c: Likewise.
49072         * sunrpc/xdr_stdio.c: Likewise.
49074 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49076         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49078 2011-07-03  Andreas Jaeger  <aj@suse.de>
49080         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49081         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49082         regenerate with gen-libm-tests.pl.
49084 2010-05-12  Petr Baudis  <pasky@suse.cz>
49086         [BZ #11589]
49087         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49088         around j0() zero points by switching to j1().
49089         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49090         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49091         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49092         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49094 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49096         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49097         instead of 0.
49098         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49099         instead of 0.
49100         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49101         Patch in part by Pavel Roskin <proski@gnu.org>.
49103         [BZ #13138]
49104         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49105         realloc.
49106         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49107         Free memory block if necessary.
49109         [BZ #12847]
49110         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49111         be NULL.  Don't lock in this case.
49113 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49115         * elf/elf.h (ELFOSABI_GNU): New macro.
49116         (ELFOSABI_LINUX): Define to that.
49118 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49120         * string/strncat.c (strncat): Undef the symbol in case it has been
49121         defined in bits/string.h.
49123 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49125         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49127         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49128         link map.
49130 2011-08-17  Andreas Jaeger  <aj@suse.de>
49132         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49134 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49135             Ian Lance Taylor  <iant@google.com>
49137         * math/libm-test.inc (lround_test): New testcase.
49138         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49140 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49142         * Makefile: Remove support for automatic cvs check-ins.
49143         * Makerules: Likewise.
49144         * config.make.in: Likewise.
49145         * configure.in: Likewise.
49146         * intl/Makefile: Likewise.
49147         * locale/Makefile: Likewise.
49148         * po/Makefile: Likewise.
49149         * posix/Makefile: Likewise.
49150         * sysdeps/gnu/Makefile: Likewise.
49151         * sysdeps/mach/hurd/Makefile: Likewise.
49152         * sysdeps/sparc/sparc32/Makefile: Likewise.
49154         [BZ #13118]
49155         * posix/Makefile (bug-regex32-ENV): Define.
49156         Patch by John Stanley <jpsinthemix@verizon.net>.
49158         * misc/Makefile (headers): Add bits/select2.h.
49159         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49160         * misc/bits/select2.h: New file.
49161         * include/bits/select2.h: New file.
49162         * debug/Makefile (routines): Add fdelt_chk.
49163         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49164         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49165         FD_ISSET.
49166         * debug/fdelt_chk.c: New file.
49168         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49169         * wcsmbs/test-wmemcmp.c: Likewise.
49170         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49171         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49173 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49175         * string/Makefile (strop-tests): Add memcmp.
49176         * string/test-wmemcmp.c: New file.
49177         * string/test-memcmp.c: Add wmemcmp support.
49179 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49181         [BZ #13153]
49182         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49183         2011-07-19 change.
49185         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49186         garbage value in a __mach_port_mod_refs call in the cases of the
49187         task-self and thread-self ports.
49189 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49191         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49193 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49195         * elf/dl-load.c (lose): Check for non-null L.
49197 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49199         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49201         * elf/dl-libc.c (dlerror_run): Pass back error code from
49202         dl_catch_error.
49204         [BZ #13123]
49205         * elf/dl-load.c (lose): Free l_origin if it is valid.
49207         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49208         names.
49209         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49210         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49211         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49212         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49213         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49214         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49216 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49218         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49219         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49220         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49221         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49222         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49223         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49224         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49225         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49226         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49227         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49229 2011-08-15  Alan Modra  <amodra@gmail.com>
49231         [BZ #13092]
49232         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49233         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49234         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49235         ppc_mcount to static-only-routines.
49236         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49237         __mcount_internal.
49238         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49239         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49241 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
49243         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49244         for finite and infinity parameters.
49246 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49248         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49249         and add nop instructions for throughput optimization.
49250         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49252 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
49254         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49255         aligned copy for power7 with vector-scalar instructions.
49256         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49258 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
49260         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49261         AVX check.
49263 2011-09-07  Andreas Schwab  <schwab@redhat.com>
49265         [BZ #13144]
49266         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49267         last change.
49269 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49271         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49272         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49273         syscall wrapper around clock_gettime in __vdso_clock_gettime.
49274         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49275         clock_gettime.
49277 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49279         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49280         Forgot to demangle the pointer.
49282         * sysdeps/i386/sysdep.h: Define atom_text_section.
49283         * sysdeps/x86_64/sysdep.h: Likewise.
49284         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49285         section with atom_text_section.
49286         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49287         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49288         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49289         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49290         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49292         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49293         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49294         already be defined.  Change to take two parameters and don't assign
49295         result to variable.  Adjust all users.
49296         Define INTERNAL_GETTIME if not already defined.
49297         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49298         call.
49299         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49300         HAVE_CLOCK_GETTIME_VSYSCALL.
49301         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49303         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49304         gettimeofday vsyscall, just use time.
49306 2011-09-06  Andreas Schwab  <schwab@redhat.com>
49308         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49309         <errno.h>.
49311 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49313         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49314         syscall on x86-64.
49315         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49316         syscall.
49317         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49318         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49319         syscall if possible.
49321 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49323         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49324         e_ident.  Don't pass to find_mapsXX.
49325         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49327 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49329         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49330         strchr-sse2-no-bsf strrchr-sse2-no-bsf
49331         * sysdeps/x86_64/multiarch/strchr.S: Update.
49332         Check bit_slow_BSF bit.
49333         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49334         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49335         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49337 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49339         [BZ #13134]
49340         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49341         before glibc 2.15.
49342         (tryshell): Define.
49343         (__spawni): Change last parameter to be flag.  Test
49344         SPAWN_XFLAGS_USE_PATH flag to use path or not.
49345         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49346         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49347         * posix/spawni.c: Likewise.
49348         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49349         * posix/spawnp.c: Likewise.  Change normal version to use
49350         SPAWN_XFLAGS_USE_PATH.
49351         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49352         SPAWN_XFLAGS_TRY_SHELL.
49354         [BZ #13150]
49355         * posix/glob.h: Remove gcc 1.x support.
49357         [BZ #13068]
49358         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49360 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49362         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49363         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49364         strrchr-sse2-bsf
49365         * sysdeps/i386/i686/multiarch/strchr.S: New file.
49366         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49367         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49368         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49369         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49370         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49372 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49374         * sysdeps/x86_64/wcscmp.S: New file.
49376         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49377         wcscmp-c wcscmp-sse2
49378         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49379         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49380         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49381         * wcsmbs/wcscmp.c: Allow renaming.
49383 2011-09-05  David S. Miller  <davem@davemloft.net>
49385         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49386         stack slot, rather than the struct return pointer slot.
49387         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49388         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49389         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49390         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49392 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49394         * po/ja.po: Update from translation team.
49396         [BZ #13144]
49397         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
49398         kernel in 64-bit binaries.
49400 2011-09-01  David S. Miller  <davem@davemloft.net>
49402         * elf/elf.h (HWCAP_SPARC_*): Move to..
49403         * sysdeps/sparc/sysdep.h: this new file and add new values.
49404         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
49405         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
49406         _DL_HWCAP_COUNT to 24.
49407         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
49408         entries.
49409         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
49410         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
49411         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
49412         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
49413         instead of magic constants.
49414         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49416 2011-08-31  David S. Miller  <davem@davemloft.net>
49418         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
49419         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
49420         Reimplement to do errno handling inline.
49421         (SYSCALL_ERROR_HANDLER): New macro.
49422         (__SYSCALL_STRING): Do not do errno handling in asm.
49423         (__CLONE_SYSCALL_STRING): Delete.
49424         (__INTERNAL_SYSCALL_STRING): Delete.
49425         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
49426         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
49427         (PSEUDO): Reimplement to do errno handling inline.
49428         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
49429         (SYSCALL_ERROR_HANDLER): New macro.
49430         (__SYSCALL_STRING): Do not do errno handling in asm.
49431         (__CLONE_SYSCALL_STRING): Delete.
49432         (__INTERNAL_SYSCALL_STRING): Delete.
49433         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
49434         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
49435         i386.
49436         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
49437         (inline_syscall*): Add 'err' argument.
49438         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
49439         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
49440         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
49441         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
49443         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
49444         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
49446 2011-08-30  Andreas Schwab  <schwab@redhat.com>
49448         * elf/rtld.c (dl_main): Relocate objects in dependency order.
49450 2011-08-29  Jiri Olsa <jolsa@redhat.com>
49452         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
49453         directive.
49455 2011-08-24  David S. Miller  <davem@davemloft.net>
49457         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
49459 2011-08-24  Andreas Schwab  <schwab@redhat.com>
49461         * elf/Makefile: Add rules to build and run unload8 test.
49462         * elf/unload8.c: New file.
49463         * elf/unload8mod1.c: New file.
49464         * elf/unload8mod1x.c: New file.
49465         * elf/unload8mod2.c: New file.
49466         * elf/unload8mod3.c: New file.
49468         * elf/dl-close.c (_dl_close_worker): Reset private search list if
49469         it wasn't used.
49471 2011-08-23  David S. Miller  <davem@davemloft.net>
49473         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
49474         subtract stack bias.
49475         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
49476         %sp not %fp in calculations.
49477         (_JMPBUF_UNWINDS_ADJ): Likewise.
49479         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
49480         (aio_suspend): Call it to force an exception region around the
49481         AIO_MISC_WAIT() invocation.
49483 2011-08-23  Andreas Schwab  <schwab@redhat.com>
49485         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
49486         backslash.
49488 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
49490         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
49491         protection macro.
49492         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
49493         and <dl-machine.h>.
49494         (Elf64_FuncDesc): Remove.
49496 2011-08-22  David S. Miller  <davem@davemloft.net>
49498         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
49499         sigaltstack check, add missing cfi directives.
49500         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
49501         missing cfi directives, and sigaltstack handling.
49503 2011-08-16  Andreas Schwab  <schwab@redhat.com>
49505         [BZ #11724]
49506         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
49507         object is seen twice.
49508         * elf/dl-fini.c (_dl_sort_fini): Likewise.
49510         * elf/Makefile (distribute): Add tst-initorder2.c.
49511         (tests): Add tst-initorder2.
49512         (modules-names): Add tst-initorder2a tst-initorder2b
49513         tst-initorder2c tst-initorder2d.  Add rules to build them.
49514         ($(objpfx)tst-initorder2.out): New rule.
49515         * elf/tst-initorder2.c: New file.
49516         * elf/tst-initorder2.exp: New file.
49518 2011-08-22  Andreas Schwab  <schwab@redhat.com>
49520         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
49522         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
49523         dependencies back to end of function.
49525         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49526         $(elfobjdir)/ld.so.
49528 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
49530         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
49531         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
49532         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
49533         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
49534         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
49535         of __vdso_gettimeofday.
49536         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
49537         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
49538         attribute_hidden.
49539         (_libc_vdso_platform_setup): Remove initialization of
49540         __vdso_gettimeofday and __vdso_time.
49542 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
49544         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
49545         and fgetc_unlocked.
49546         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
49547         getc_unlocked.
49549         * elf/dl-open.c (add_to_global): Report additions to the global scope
49550         for LD_DEBUG=scopes.
49551         (dl_open_worker): Also print scope of newly loaded dependencies.
49552         (_dl_show_scope): Indicate if there is no scope.
49554         [BZ #13114]
49555         * stdio-common/Makefile (tests): Add bug24.
49556         * stdio-common/bug24.c: New file.
49558 2011-08-19  Andreas Jaeger  <aj@suse.de>
49560         [BZ #13114]
49561         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
49562         non-existant file when using close-on-exec mode.
49564 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
49566         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
49567         the very first instruction.
49569         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
49570         the CFI state in the end.
49571         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
49572         inclusion of dl-trampoline.h.
49573         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
49575 2011-08-19  Andreas Schwab  <schwab@redhat.com>
49577         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
49578         expectations for long double.
49580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
49581         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
49583 2011-08-14  David S. Miller  <davem@davemloft.net>
49585         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
49586         artificual limit depends upon the system page size.
49588 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
49590         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
49591         * resolv/Makefile: Define CFLAGS-libresolv.
49593 2011-08-17  Andreas Schwab  <schwab@redhat.com>
49595         * nss/makedb.c (compute_tables): Make variables used in nested
49596         function static.
49598 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
49600         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
49601         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
49602         if buffer was too small.
49604         * elf/pldd.c (main): Attach to all threads in the process.
49605         Rewrite /proc handling to use *at functions.
49607 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
49609         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
49610         specifies first scope to show.
49611         (dl_open_worker): Update callers.  Move printing scope of new
49612         object to before the relocation.
49613         * elf/rtld.c (dl_main): Update _dl_show_scope call.
49614         * sysdeps/generic/ldsodefs.h: Update declaration.
49616         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
49617         string for the scope number.
49619 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
49621         * nscd/servicescache.c (cache_addserv): Make sure written is always
49622         initialized.
49624 2011-08-14  Roland McGrath  <roland@hack.frob.com>
49626         * sysdeps/i386/i486/bits/atomic.h
49627         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
49628         statement expression, so as to suppress "set but not used" warning.
49629         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
49631         * string/strncat.c (STRNCAT): Use prototype definition.
49633         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
49634         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
49635         -Iprograms here.
49636         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
49637         (localedef-modules): Add localedef.
49638         (locale-modules): Add locale.
49640         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
49641         * elf/rtld.c (dl_main): Invert order of assignment in last change,
49642         to avoid a warning.
49644 2011-08-14  David S. Miller  <davem@davemloft.net>
49646         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
49647         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
49649 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
49651         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
49652         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
49653         * elf/rtld.c (dl_main): Set l_name of vDSO.
49654         Call _dl_show_scope when DL_DEBUG_SCOPES.
49655         (process_dl_debug): Recognize scopes flag and also set it for all.
49656         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
49657         Declare _dl_show_scope.
49659         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
49660         (do_dlopen): Pass caller_dlopen to dl_open.
49661         (__libc_dlopen_mode): Initialize caller_dlopen.
49663         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
49664         of libc.  Make tolower call locale-independent.  Optimize a bit by
49665         using isdigit instead of isalnum.
49666         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
49668 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
49670         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
49671         was a dependency or dynamically loaded.
49673 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
49675         * intl/l10nflist.c: Allow architecture-specific pop function.
49676         * sysdeps/x86_64/l10nflist.c: New file.
49678         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
49679         classification.
49681 2011-08-10  Andreas Schwab  <schwab@redhat.com>
49683         * include/dirent.h: Add libc_hidden_proto for scandirat and
49684         scandirat64.  Don't declare __scandirat64.
49685         * dirent/scandirat.c: Add libc_hidden_def.
49686         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
49687         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
49689 2011-08-10  David S. Miller  <davem@davemloft.net>
49691         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
49692         enum.
49693         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
49694         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
49695         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
49697 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
49699         * Versions.def [libc]: Add GLIBC_2.15.
49700         * dirent/Makefile (routines): Add scandirat and scandirat64.
49701         * dirent/Versions [libc]: Export scandirat and scandirat64 for
49702         GLIBC_2.15.
49703         * dirent/dirent.h: Declare scandirat and scandirat64.
49704         * dirent/scandirat.c: New file.
49705         * dirent/scandirat64.c: New file.
49706         * sysdeps/wordsize-64/scandirat.c: New file.
49707         * sysdeps/wordsize-64/scandirat64.c: New file.
49708         * dirent/opendir.c: Define opendirat.
49709         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
49710         using scandirat.
49711         * dirent/scandir64.c: Adjust for scandir.c change.
49712         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
49713         __scandirat64, and __scandir_cancel_handler.
49714         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
49715         additional parameter and use openat instead of open (outside of ld.so).
49716         Add new __opendir as wrapper around __opendirat.
49717         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
49718         here without requiring old scandirat implementation.
49720 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
49722         * dirent/scandir.c (cancel_handler): Renamed to
49723         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
49724         defined.  Adjust users.
49725         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
49726         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
49728 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
49730         * string/test-string.h (IMPL): Use __STRING to expand name and then
49731         stringify it.
49733         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
49734         of cleanups.
49736 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49738         * string/Makefile: Update.
49739         (strop-tests): Append strncat.
49740         * string/test-wcscmp.c: New file.
49741         New comprehensive test for wcscmp.
49742         * string/test-strcmp.c: Update.
49743         (WIDE): New define.
49745 2011-07-22  Andreas Schwab  <schwab@redhat.com>
49747         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
49748         line.
49750 2011-07-26  Andreas Schwab  <schwab@redhat.com>
49752         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49753         encoding to ACE if AI_IDN.
49755 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
49757         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
49758         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
49760 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49762         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
49763         Fix overflow bug in strncat.
49764         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
49766         * string/test-strncat.c: Update.
49767         Add new tests for checking overflow bugs.
49769 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49771         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49772         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
49773         * sysdeps/i386/i686/multiarch/strcat.S: New file.
49774         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
49775         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
49776         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
49777         * sysdeps/i386/i686/multiarch/strncat.S: New file.
49778         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
49779         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
49781         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
49782         (USE_AS_STRCAT): Define.
49783         Add strcat and strncat support.
49784         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49786 2011-07-25  Andreas Schwab  <schwab@redhat.com>
49788         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
49789         __n bigger than INT_MAX+1.
49790         (__strncmp_g): Likewise.
49792 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
49794         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
49795         * libio/stido.h: Likewise.
49797         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
49798         (AF_NFC): Define.
49799         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
49800         (AF_NFC): Define.
49802         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
49803         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
49804         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
49805         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
49806         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
49808         [BZ #13021]
49809         * scripts/test-installation.pl: Don't expect libnss_test1 to be
49810         installed.
49812         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
49813         typo.
49814         (_dl_x86_64_save_sse): Likewise.
49816 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
49818         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
49819         OSXSAVE.
49820         (_dl_x86_64_save_sse): Likewise.
49822         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
49824         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
49826 2011-07-21  Andreas Schwab  <schwab@redhat.com>
49828         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
49829         change.
49830         (_dl_x86_64_save_sse): Use correct AVX check.
49832 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49834         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
49835         bug in strncpy/strncat.
49836         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
49838 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
49840         * string/tester.c (test_strcat): Add tests for different alignments
49841         of source and destination.
49842         (test_strncat): Likewise.
49844 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
49846         [BZ #12852]
49847         * posix/glob.c (glob): Check passed in values before using them in
49848         expressions to avoid some overflows.
49849         (glob_in_dir): Likewise.
49851         [BZ #13007]
49852         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
49853         check for AVX enablement so that we don't crash with old kernels and
49854         new hardware.
49855         * elf/tst-audit4.c: Add same checks here.
49856         * elf/tst-audit6.c: Likewise.
49858         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
49860 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
49862         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
49864 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
49866         * po/cs.po: Update from translation team.
49867         * po/bg.po: Likewise.
49869 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
49871         * misc/sys/cdefs.h: Add support for const attribute.
49872         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
49873         to gnu_dev_{major,minor,makedev} functions.
49875 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
49877         * intl/dcigettext.c (get_output_charset): Add missing bracket.
49879 2011-07-20  Andreas Schwab  <schwab@redhat.com>
49881         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
49882         strlen results.
49884 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49886         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
49887         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
49888         register in order to avoid conflicts with the soft frame pointer
49889         being held in r11 when necessary.
49890         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
49891         (INTERNAL_VSYSCALL_NCS): Likewise.
49893 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
49895         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
49896         * elf/dl-fini.c (_dl_fini): Adjust caller.
49897         * elf/dl-close.c (_dl_close_worker): Likewise.
49898         * sysdeps/generic/ldsodefs.h: Adjust declaration.
49900 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
49902         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
49903         "aux_cache->nlibs < 0".
49905         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
49906         in the reload-count case.
49908 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49910         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49911         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
49912         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
49913         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
49914         * sysdeps/x86_64/multiarch/strcat.S: New file.
49915         * sysdeps/x86_64/multiarch/strncat.S: New file.
49916         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
49917         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
49918         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
49919         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
49920         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
49921         (USE_AS_STRCAT): Define.
49922         Add strcat and strncat support.
49923         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49924         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
49925         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
49926         * string/strncat.c: Update.
49927         (USE_AS_STRNCAT): Define.
49928         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49929         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
49930         and i7.
49931         * sysdeps/x86_64/multiarch/init-arch.h
49932         (bit_Prefer_PMINUB_for_stringop): New.
49933         (index_Prefer_PMINUB_for_stringop): Likewise.
49934         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
49935         bit_Prefer_PMINUB_for_stringop.
49937 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
49939         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
49940         buffer64.
49941         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
49942         of casting of buffer.
49943         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
49944         buffer32 and buffer64.
49945         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
49946         writes instead of casting of buffer.
49947         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
49948         buffer32.
49949         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
49950         casting of buffer.
49952 2011-07-19  Andreas Schwab  <schwab@redhat.com>
49954         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
49956 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
49958         * nscd/nscd.c (termination_handler): Don't do anything for a database
49959         if it has not yet been initialized.
49961 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
49963         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
49965 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
49967         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
49969 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
49971         * po/nl.po: Update from translation team.
49972         * po/sv.po: Likewise.
49974 2011-07-16  Roland McGrath  <roland@hack.frob.com>
49976         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
49977         now disallowed by GCC.
49979         * configure.in (use-default-link): Default to yes if a test -shared
49980         link meets our qualifications.
49981         * configure: Regenerated.
49983         * config.make.in (output-format): New variable.
49984         * configure.in: Check for ld --print-output-format support.
49985         * configure: Regenerated.
49986         * Makerules ($(common-objpfx)format.lds)
49987         [$(output-format) != unknown]: Just use $(output-format),
49988         instead of the linker-script munging.
49990 2011-07-14  Roland McGrath  <roland@hack.frob.com>
49992         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
49993         of $(common-objpfx)shlib.lds.
49994         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
49996         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
49997         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
49999         * configure.in (-z relro check): Adjust test code to add a large
50000         writable data section after it.
50001         * configure: Regenerated.
50003 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50005         * configure.in (-z relro check): Fix test code to make the variable
50006         truly const.
50007         * configure: Regenerated.
50009 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50011         * nscd/nscd.h (struct traced_file): Define.
50012         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50013         elements.  Add traced_files.
50014         (inotify_fd): Declare.
50015         (register_traced_file): Declare.
50016         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50017         (inotify_fd): Export.
50018         (resolv_conf_descr): Remove.
50019         (nscd_init): Move inotify descriptor creation to main.
50020         Don't register files for notification here.
50021         (register_traced_file): New function.
50022         (invalidate_cache): Don't use reset_res to determine whether to call
50023         res_init, go through the list of registered files.
50024         (main_loop_poll): The inotify descriptors are now stored in the
50025         structures for the traced files.
50026         (main_loop_epoll): Likewise
50027         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50028         to __nss_disable_nscd.
50029         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50030         for a database anymore.  Check the records for all the registered
50031         files instead.
50032         * nss/Makefile (libnss_files-routines): Add files-init.
50033         (libnss_db-routines): Add db-init.
50034         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50035         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50036         * nss/nss_db/db-init.c: New file.
50037         * nss/nss_files/files-init.c: New file.
50038         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50039         __nss_lookup_function.
50040         (__nss_lookup_function): Call nss_load_library.
50041         (nss_load_all_libraries): New function.
50042         (__nss_disable_nscd): Take parameter with callback function for files
50043         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50044         used for the cached services.
50045         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50046         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50047         options for features to all the files in nscd.
50049         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50051 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50053         * csu/elf-init.c (__libc_csu_init): Comment typo.
50055 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50057         * po/pl.po: Update from translation team.
50058         * po/ja.po: Likewise.
50059         * po/ru.po: Likewise.
50060         * po/ko.po: Likewise.
50061         * po/fr.po: Likewise.
50063 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50065         * configure.in (.ctors/.dtors header and trailer check):
50066         Use an empirical test on a built program.
50067         * configure: Regenerated.
50069         * configure.in (-z relro check): Use an empirical test on a built DSO.
50070         Detect, but do not require, on ia64.
50071         * configure: Regenerated.
50073         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50074         Update tests that use readelf to use $READELF instead.
50075         * configure: Regenerated.
50077 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50079         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50080         if the result is not used.
50082 2011-07-05  Andreas Jaeger  <aj@suse.de>
50084         [BZ#9696]
50085         * stdlib/tst-strtod.c: Add testcase.
50087 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50089         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50090         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50091         The latter has a higher limit.  Take additional parameter to pass to
50092         the new function.
50093         (__pathconf): Pass file to __statfs_link_max.
50094         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50095         __statfs_link_max.
50096         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50097         __statfs_link_max.
50099         [BZ #12868]
50100         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50101         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50102         Handle Lustre.
50103         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50104         (__statfs_filesize_max): Likewise.
50105         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50107 2011-07-05  Andreas Jaeger  <aj@suse.de>
50109         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50111 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50113         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50114         `status' variable.
50115         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50116         Likewise.
50118 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50120         * Makefile (strop-tests): Add strncat.
50121         * string/test-strncat.c: New file.
50123 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50125         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50127 2011-06-21  Andreas Jaeger  <aj@suse.de>
50129         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50130         Copy rule from iconvdata/Makefile.
50132 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50134         [BZ #12922]
50135         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50136         but no long options are defined, just return 'W'.
50138 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50140         [BZ #9696]
50141         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50143 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50145         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50146         netgroups to read.
50147         (innetgr): Likewise.
50149 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50151         * config.make.in (install_root): Default to $(DESTDIR).
50153 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50155         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50157 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50159         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50161         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50162         containing directory rather than embedding absolute directory names.
50164         * scripts/check-local-headers.sh: Rewritten using awk.
50165         Match by word, not by line.  Print error messages for matches.
50166         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50168         * Makerules [shlib-lds-flags empty]:
50169         ($(common-objpfx)libc_pic.opts): New target.
50170         ($(common-objpfx)libc_pic.os.clean): New target.
50171         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50173         * config.make.in (OBJCOPY): New variable.
50174         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50175         * configure: Regenerated.
50177         * config.make.in (use-default-link): New variable.
50178         * configure.in (use_default_link): Grok --with-default-link to set it.
50179         * configure: Regenerated.
50180         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50181         (shlib-lds, shlib-lds-flags): Define to empty.
50183         * Makerules (shlib-lds): New variable.
50184         (shlib-lds-flags): New variable.
50185         (build-shlib, build-moduile, build-module-asneeded): Use it.
50186         ($(common-objpfx)libc.so): Use $(shlib-lds).
50187         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50188         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50190         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50191         DT_FLAGS/DT_FLAGS_1 with zero flags.
50193         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50194         linker script munging.
50196 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50198         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50199         as 128-bit value.
50200         * crypt/sha512.c (sha512_process_block): Perform total addition using
50201         128-bit if possible.
50202         (__sha512_finish_ctx): Likewise.
50203         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50204         as 64-bit value.
50205         * crypt/sha256.c (SWAP64): Define.
50206         (sha256_process_block): Perform total addition using 64-bit if
50207         possible.
50208         (__sha256_finish_ctx): Likewise.
50210 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50212         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50213         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50214         * nscd/hstcache.c (cache_addhst): Likewise.
50215         * nscd/grpcache.c (cache_addgr): Likewise.
50216         * nscd/aicache.c (addhstaiX): Likewise
50217         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50219 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50221         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50222         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50223         * nscd/hstcache.c (cache_addhst): Likewise.
50224         * nscd/grpcache.c (cache_addgr): Likewise.
50225         * nscd/aicache.c (addhstaiX): Likewise
50227 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50229         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50230         domain only when needed.
50232 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50234         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50235         is always restored.
50237 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50239         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50240         are re-adding the entry.
50241         * nscd/servicescache.c (cache_addserv): Likewise.
50243 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
50245         * sysdeps/generic/dl-irel.h: fix protection against multiple
50246         inclusions.
50247         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50249 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
50251         [BZ #12935]
50252         * malloc/memusage.sh: Fix quoting in message.
50253         * debug/xtrace.sh: Likewise.
50255         * configure.in: Remove support for --experimental-malloc option, make
50256         it the default.
50257         * config.make.in: Likewise.
50258         * malloc/Makefile: Likewise.
50260 2011-06-27  Andreas Schwab  <schwab@redhat.com>
50262         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50263         two-byte characters.
50265 2011-06-27  Roland McGrath  <roland@hack.frob.com>
50267         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50268         AC_CACHE_CHECK invocation.
50269         * configure: Regenerated.
50271         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50273 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
50275         [BZ #12350]
50276         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
50277         bit from old_res_options.
50279         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50281         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50282         value type for setfct.
50284 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
50286         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50287         __gettimeofday instead of gettimeofday.
50289 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
50291         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50293 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
50295         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50297         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50298         info.
50300 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50302         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50303         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50304         strcpy-sse2-unaligned strncpy-sse2-unaligned
50305         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50306         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50307         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50308         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50309         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50310         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50311         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50312         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50313         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50314         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50315         (STRCPY): Support SSE2 and SSSE3 versions.
50317 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
50319         [BZ #12874]
50320         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50321         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50322         kernels which artificially limit size of requests.
50324 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50326         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50327         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50328         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50329         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50330         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50331         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50332         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50333         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50334         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50335         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50336         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50337         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50338         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50339         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50340         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50341         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50342         Enable unaligned load optimization for Intel Core i3, i5 and i7
50343         processors.
50344         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50345         Define.
50346         (index_Fast_Unaligned_Load): Define.
50347         (HAS_FAST_UNALIGNED_LOAD): Define.
50349 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
50351         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50353 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50355         [BZ #12907]
50356         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50357         until it is clear that the information is realy needed.
50358         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50360 2011-06-22  Andreas Schwab  <schwab@redhat.com>
50362         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50364 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50366         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50367         /sys/devices/system/cpu/online if it is usable.
50369         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50370         reading the information from the /proc filesystem to once a second.
50372 2011-06-21  Andreas Jaeger  <aj@suse.de>
50374         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50375         NULL after inclusion of kernel headers.
50377 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
50379         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50380         calls to internal_setent.
50382         [BZ #12885]
50383         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50384         addresses using gethostbyname4_r ignore IPv4 addresses.
50386         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50387         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
50389         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50391 2011-06-20  David S. Miller  <davem@davemloft.net>
50393         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50394         inclusions.
50395         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50397         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
50398         (elf_irel): Use it.
50399         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
50400         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
50401         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
50402         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
50403         * sysdeps/x86_64/dl-irel.h: Likewise.
50405         * elf/dl-runtime.c: Use elf_ifunc_invoke.
50406         * elf/dl-sym.c: Likewise.
50408 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50410         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
50411         need to dereference resplen2.
50413 2011-06-14  Andreas Schwab  <schwab@redhat.com>
50415         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
50417 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50419         * Makeconfig: Define vardbdir and inst_vardbdir.
50420         * nss/Makefile: Add rules to install db-Makefile.
50422         * nss/nss_db/db-XXX.c: Cleanup.
50424         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
50425         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
50426         GLIBC_PRIVATE.
50427         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
50428         * nss/makedb.c: Implement -g option to specify that value strings
50429         are generated and should not be added to table iterated over for
50430         get*ent calls.
50431         * nss/nss_db/db-initgroups.c: New file.
50433         * nss/getent.c: Add support for initgroups lookups through getgrouplist
50434         interface.
50436         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
50437         (internal_getgrouplist): Adjust to name change.
50438         Update use_initgroups_entry if this is not the first call.
50439         * nss/databases.def: Add initgroups entry.
50441         * nss/makedb.c (compute_tables): Check result of multiple hash table
50442         sizes to minimize maximum chain length.
50444 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
50446         * Versions.def: Add entry for libnss_db.
50447         * shlib-versions: Likewise.
50448         * nss/Makefile: Add rules to build libnss_db.
50449         * nss/Versions: Add libnss_db information.  Organize libnss_files
50450         entries better.
50451         * nss/db-Makefile: Add gshadow support.  Change rules for the new
50452         makedb progra.  Some minor improvements to generate smaller files.
50453         * nss/nss_db/nss_db.h: Move NSS database header data structures to
50454         here from...
50455         * nss/makedb.c: ...here.
50456         Improve database format to be smaller and require less memory at
50457         runtime.
50458         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
50459         db anymore.
50460         * nss/nss_db/db-netgrp.c: Likewise.
50461         * nss/nss_db/db-open.c: Likewise.
50462         * nss/nss_files/flies-XXX.x: Adjust comments.
50463         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
50464         * nss/nss_files/files-grp.c: Likewise.
50465         * nss/nss_files/files-hosts.c: Likewise.
50466         * nss/nss_files/files-network.c: Likewise.
50467         * nss/nss_files/files-proto.c: Likewise.
50468         * nss/nss_files/files-pwd.c: Likewise.
50469         * nss/nss_files/files-rpc.c: Likewise.
50470         * nss/nss_files/files-service.c: Likewise.
50471         * nss/nss_files/files-sgrp.c: Likewise.
50472         * nss/nss_files/files-spwd.c: Likewise.
50473         * nss/nss_db/db-alias.c: Removed.
50474         * nss/nss_db/dummy-db.h: Removed.
50476 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
50478         * nss/makedb.c: Rewritten to not use database library.
50479         * nss/Makefile: Update to build new makedb program.
50481 2011-06-14  Andreas Jaeger  <aj@suse.de>
50483         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
50484         memset declaration.
50486 2011-06-10  Andreas Schwab  <schwab@redhat.com>
50488         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
50489         tmpbuf.
50491 2011-06-10  Roland McGrath  <roland@hack.frob.com>
50493         * Makerules (shlib.lds): Fail if the linker script comes out empty.
50494         * elf/Makefile ($(objpfx)ld.so): Likewise.
50496         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
50497         Don't list ld.so twice in dependencies.
50499         * posix/bug-regex31.c: Include <stdlib.h>.
50501         * nscd/hstcache.c (cache_addhst): Remove unused variable.
50503         * nis/nss_compat/compat-spwd.c
50504         (getspent_next_nss_netgr): Remove unused variable.
50505         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
50507         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
50508         nonmembers" output to use the right array.
50510         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
50512         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
50514         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
50515         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
50516         * catgets/gencat.c (read_input_file): Likewise.
50517         * locale/programs/locarchive.c (enlarge_archive): Likewise.
50519         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
50520         variable definition inside #if's controlling its use.
50522         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
50524         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
50526         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
50528         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
50529         unreachable code.
50531         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
50533         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
50534         * configure: Regenerated.
50536         * Makerules: Revert last change.
50537         * elf/Makefile: Likewise.
50539 2011-06-09  Roland McGrath  <roland@hack.frob.com>
50541         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
50542         * elf/Makefile ($(objpfx)librtld.os): Likewise.
50543         (reloc-link): Likewise.
50545 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
50547         * elf/Makefile: Add rules to build pldd.
50548         * elf/pldd.c: New file.
50549         * elf/pldd-xx.c: New file.
50551 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
50553         * version.h: Update for 2.15 development version.
50555 2011-06-07  David S. Miller  <davem@davemloft.net>
50557         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
50558         ifuncs.
50559         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
50560         elf_machine_lazy_rel): Likewise.
50561         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
50562         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
50563         elf_machine_lazy_rel): Likewise.
50564         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
50565         dl_hwcap via passed in argument.
50566         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
50567         Likewise.
50569 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50571         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
50573 2011-06-06  Roland McGrath  <roland@hack.frob.com>
50575         [BZ #12849]
50576         * manual/fdl-1.1.texi: New file, verbatim from:
50577         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
50578         * manual/lgpl-2.1.texi: New file, verbatim from:
50579         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
50580         * manual/Makefile (licenses): New variable, list those new file names.
50581         (texis): Use it.
50582         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
50584         * manual/fdl.texi: File removed.
50585         * manual/lesser.texi: File removed.
50586         * manual/libc.texinfo (Copying, Documentation License):
50587         Use new @include file names, put @appendix directive before @include.
50589 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
50591         [BZ #12841]
50592         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
50593         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
50594         (mq_open): Add __NTH.
50596 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
50598         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50599         Assume Intel Core i3/i5/i7 processor if AVX is available.
50601 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
50603         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
50604         typo.
50606 2011-05-31  Andreas Schwab  <schwab@redhat.com>
50608         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
50609         memory.  Use alloca_account.  Fix memory leak when retrying.
50611 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
50613         * version.h (RELEASE): Bump for 2.14 release.
50614         * include/features.h (__GLIBC_MINOR__): Bump to 14.
50616         * config.make.in (RANLIB): Remove entry.
50618 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
50620         * po/Makefile (po-sed-cmd): Add ksh to extensions.
50621         (libc.pot): Work around missing support for .ksh extension in xgettext.
50623         [BZ #12684]
50624         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
50625         if both request failed.
50626         (send_dg): In case of server errors clear resplen or *resplen2.
50628         [BZ #12454]
50629         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
50630         when there are multiple maps.
50631         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
50632         (_dl_fini): Remove test here.
50634         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
50636 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
50638         [BZ #12350]
50639         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
50640         bit from old_res_options.
50641         (gaih_inet): Likewise.
50643         [BZ #11099]
50644         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
50645         as signed.
50647         * resolv/res_init.c (res_setoptions): Make the code more compact.
50649         [BZ #11558]
50650         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
50651         set RES_USEVC.
50653         [BZ #11634]
50654         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
50656         * malloc/malloc.h: Mark malloc hook variables as deprecated.
50658         [BZ #11781]
50659         * malloc/malloc.h: Declare malloc hook variables as volatile.
50661         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
50662         in last patch.
50664         [BZ #11799]
50665         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
50666         raise in the comment.
50667         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50668         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50669         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
50671 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
50673         [BZ #12811]
50674         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
50675         grow the buffers more if it already has to be sufficient.
50676         (build_wcs_upper_buffer): Likewise.
50677         * posix/regexec.c (check_matching): Likewise.
50678         (clean_state_log_if_needed): Likewise.
50679         (extend_buffers): Don't enlarge buffers beyond size of the input
50680         buffer.
50681         Patches mostly by Emil Wojak <emil@wojak.eu>.
50682         * posix/bug-regex32.c: New file.
50683         * posix/Makefile (tests): Add bug-regex32.
50685         * locale/findlocale.c (_nl_find_locale): Return right away if
50686         _nl_explode_name failed.
50687         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
50689         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
50691         * debug/xtrace.sh: Unify messages.
50692         * malloc/memusage.sh: Likewise.
50694         [BZ #12813]
50695         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
50696         time symbol from vDSO.  Substitute with vsyscall if not available.
50697         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
50698         __vdso_time.
50700         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
50701         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
50702         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
50703         Add sendmmsg and internal_sendmmsg.
50704         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
50705         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
50706         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
50708         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
50709         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
50710         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
50712 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
50714         [BZ #12813]
50715         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
50716         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
50717         available.
50718         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
50719         __vdso_getcpu.
50721         [BZ #12814]
50722         * iconvdata/Makefile (tests): Add bug-iconv9.
50723         * iconvdata/bug-iconv9.c: New file.
50725 2011-05-27  Andreas Schwab  <schwab@redhat.com>
50727         [BZ #12814]
50728         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
50730 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
50732         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
50733         (struct user_regs_struct): Change intcs field back to cs.
50735 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
50737         * po/ja.po: Update from translation team.
50739 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
50741         [BZ #12795]
50742         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
50743         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
50745 2011-05-20  Andreas Schwab  <schwab@redhat.com>
50747         * stdlib/longlong.h: Update from GCC.
50749 2011-05-23  Andreas Schwab  <schwab@redhat.com>
50751         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
50752         parameter name.
50753         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
50754         Add parameter name.
50755         (__sysconf): Pass it down.
50757 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
50759         [BZ #12671]
50760         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
50761         some situations.
50762         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
50763         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
50764         add in in __libc_use_alloca calls.  Adjust callers.
50765         (glob): Use malloc in some situations.
50767         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
50768         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
50769         pltexit.
50771 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
50773         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
50774         and CLOCK_BOOTTIME_ALARM.
50776         [BZ #12782]
50777         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
50778         is returned.
50780         * string/_strerror.c (__strerror_r): Print negative errors as signed
50781         numbers.
50783         [BZ #12777]
50784         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
50785         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
50786         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
50788         * configure.in: Fix typo in redirection and correct removal of test
50789         files in two cases.
50791         [BZ #12788]
50792         * locale/setlocale.c (new_composite_name): Fix test to check for
50793         identical name of all categories.
50795         [BZ #12792]
50796         * libio/filedoalloc.c (local_isatty): New function.
50797         (_IO_file_doallocate): Use local_isatty.
50798         * stdio-common/perror.c (perror): In case a new stream is used
50799         forward the stream error.
50800         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
50801         error flag.
50803 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
50805         [BZ #11869]
50806         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
50807         alloca.
50808         * include/alloca.h (extend_alloca_account): Define.
50810         [BZ #11857]
50811         * posix/regex.h: Fix comments with documentation of user-accessible
50812         fields after compilation and describe correct free'ing of pattern
50813         after re_compile_pattern.
50814         Patch by Reuben Thomas <rrt@sc3d.org>.
50816 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
50818         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
50819         and -mno-altivec to prevent the compiler from using Altivec and/or
50820         VSX instructions when the corresponding registers are not available.
50822 2011-05-19  Andreas Schwab  <schwab@redhat.com>
50824         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
50826 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
50828         * libio/freopen.c (freopen): Use __dup2, not dup2.
50829         * libio/freopen64.c (freopen64): Likewise.
50831 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
50833         [BZ #12775]
50834         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
50835         * math/Makefile (tests): Add test-powl.
50836         (CFLAGS-test-powl.c): Define.
50837         * math/test-powl.c: New file.
50839 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
50841         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
50843 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
50845         [BZ #11837]
50846         * iconvdata/gb18030.c: Update to GB18020-2005.
50848 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
50850         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
50851         RE_SYNTAX_POSIX_AWK): Update to match recent development.
50852         Patch by Aharon Robbins <arnold@skeeve.com>.
50854         [BZ #11892]
50855         * stdlib/putenv.c (putenv): Don't always create copy of the variable
50856         on the stack.
50858         [BZ #11895]
50859         * misc/pselect.c (__pselect): Handle timeout value errors hidden
50860         through underflows.
50862         [BZ #12766]
50863         * misc/error.c (error_at_line): Ensure file_name and old_file_name
50864         point to strings before performing equality test for error_one_per_line
50865         mode.
50867         [BZ #11697]
50868         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
50870         [BZ #11820]
50871         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
50872         (struct user_fpregs_struct): Avoid __uint*_t types.
50874         [BZ #6420]
50875         * malloc/mtrace.c (tr_where): Add additional parameter to point to
50876         symbol info.  Use it instead of calling _dl_addr locally.
50877         (lock_and_info): New function.
50878         (tr_freehook): Call lock_and_info and pass symbol info as additional
50879         parameter to tr_where.
50880         (tr_mallochook): Likewise.
50881         (tr_reallochook): Likewise.
50882         (tr_memalignhook): Likewise.
50884         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
50885         used and couldn't be at all thread-safe.
50887 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
50889         * libio/freopen.c (freopen): Don't close old file descriptor
50890         before the new one is opened.  Instead dup the new file descriptor
50891         to the old one after the new stream is created.
50892         * libio/freopen64.c (freopen64): Likewise.
50893         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
50894         * libio/fileops.c (_IO_new_file_close_it): Handle new
50895         _IO_FLAGS2_NOCLOSE flag.
50896         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
50897         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
50898         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
50899         _IO_FLAGS2_NOCLOSE flag.
50900         * include/unistd.h: Add hidden_proto for dup3.
50901         Define __have_dup3.
50902         * io/dup3.c: Define hidden symbol.
50903         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
50905         [BZ #7101]
50906         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
50907         when an incomplete long option is used.
50908         * posix/tst-getopt_long1.c: New file.
50909         * posix/Makefile (tests): Add tst-getopt_long1.
50911         [BZ #10138]
50912         * scripts/config.guess: Update from autoconf-2.68.
50913         * scripts/config.sub: Likewise.
50915         [BZ #10157]
50916         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
50917         tests into ...
50918         (has_cpuclock): ...this.  New function.
50919         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
50920         macro here based on has_cpuclock code.
50922         [BZ #10149]
50923         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
50924         First byte (not low byte) is now always NUL.
50925         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
50927         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
50928         Use non-cancelable interfaces.
50930         [BZ #9809]
50931         * locale/iso-639.def: Add entry for Sorani.
50933         [BZ #11901]
50934         * include/stdlib.h: Move include protection to the right place.
50935         Define abort_msg_s.  Declare __abort_msg with it.
50936         * stdlib/abort.c (__abort_msg): Adjust type.
50937         * assert/assert.c (__assert_fail_base): New function.  Majority
50938         of code from __assert_fail.  Allocate memory for __abort_msg with
50939         mmap.
50940         (__assert_fail): Now call __assert_fail_base.
50941         * assert/assert-perr.c: Remove bulk of implementation.  Use
50942         __assert_fail_base.
50943         * include/assert.hL Declare __assert_fail_base.
50944         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
50945         mmap.
50946         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
50948 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
50950         [BZ #11952]
50951         [BZ #12453]
50952         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
50953         until all modules are registered in the DTV.
50954         * elf/Makefile: Add rules to build and run tst-tls19.
50955         * elf/tst-tls19.c: New file.
50956         * elf/tst-tls19mod1.c: New file.
50957         * elf/tst-tls19mod2.c: New file.
50958         * elf/tst-tls19mod3.c: New file.
50959         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
50961         [BZ #12083]
50962         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
50963         correctly.
50965         [BZ #12601]
50966         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
50967         two-byte sequence errors.
50968         * iconvdata/Makefile (tests): Add bug-iconv8.
50969         * iconvdata/bug-iconv8.c: New file.
50971         [BZ #12626]
50972         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
50973         buf2 definition.
50975         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
50977         [BZ #12432]
50978         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
50979         (dummy_getcfa): New function.
50980         (init): Get _Unwind_GetCFA address, use dummy if not found.
50981         (backtrace_helper): In recursion check, also check whether CFA changes.
50982         (__backtrace): Completely initialize arg.
50984         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
50985         storing incomplete byte sequence in state object.  Avoid testing for
50986         guaranteed too small input if we know there is enough data available.
50988 2011-05-11  Andreas Schwab  <schwab@redhat.com>
50990         * Makeconfig (+link-pie): Indent.
50991         * Rules (binaries-pie): Define if $(have-fpie) and
50992         $(build-shared).
50993         (binaries-shared): Also filter out $(binaries-pie).
50994         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
50995         * nscd/Makefile (others-pie): Add nscd.
50996         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
50997         ($(objpfx)nscd): Remove command override.
50998         * login/Makefile (others-pie): Add pt_chown.
50999         ($(objpfx)pt_chown): Remove command override.
51000         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51001         remove command overrides.
51003 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51005         * libio/tst_putwc.c: Fix error messages.
51007         [BZ #12724]
51008         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51009         currently writing and seek to current position when not.
51010         * libio/Makefile (tests): Add bug-fclose1.
51011         * libio/bug-fclose1.c: New file.
51013 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51015         [BZ #12511]
51016         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51017         don't set DF_1_NODELETE here.
51018         (do_lookup_x): When entering new entry test for copy relocation
51019         and if necessary set DF_1_NODELETE flag.
51020         * elf/tst-unique4.cc: New file.
51021         * elf/tst-unique4.h: New file.
51022         * elf/tst-unique4lib.cc: New file.
51023         * elf/Makefile: Add rules to build and run tst-unique4.
51024         Patch by Piotr Bury <pbury@goahead.com>.
51026 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51028         [BZ #12052]
51029         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51031         [BZ #12625]
51032         * misc/mntent_r.c (addmntent): Flush the stream after the output
51034         [BZ #12393]
51035         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51036         (is_trusted_path_normalize): Skip initial colon.  Append slash
51037         to empty buffer.  Duplicate is_trusted_path code but allow
51038         constructed patch to be prefix.
51039         (is_dst): Allow $ORIGIN followed by /.
51040         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51041         Correct testing of result of is_trusted_path_normalize
51042         (decompose_rpath): Fix warning.
51044 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51046         [BZ #11257]
51047         * grp/initgroups.c (internal_getgrouplist): When we found the service
51048         list through the initgroups entry in nsswitch.conf do not always
51049         continue on a successful lookup.  Don't always use the
51050         __nss_group_database value if it is set.
51051         * nss/nsswitch.conf (initgroups): Change action for successful db
51052         lookup to continue for compatibility.
51054 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51056         [BZ #11532]
51057         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51058         and CP774 modules.
51059         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51060         and CP774 modules.
51061         * iconvdata/tst-tables.sh: Likewise.
51062         * iconvdata/cp770.c: New file.
51063         * iconvdata/cp771.c: New file.
51064         * iconvdata/cp772.c: New file.
51065         * iconvdata/cp773.c: New file.
51066         * iconvdata/cp774.c: New file.
51067         * iconvdata/testdata/CP770: New file.
51068         * iconvdata/testdata/CP770..UTF8: New file.
51069         * iconvdata/testdata/CP771: New file.
51070         * iconvdata/testdata/CP771..UTF8: New file.
51071         * iconvdata/testdata/CP772: New file.
51072         * iconvdata/testdata/CP772..UTF8: New file.
51073         * iconvdata/testdata/CP773: New file.
51074         * iconvdata/testdata/CP773..UTF8: New file.
51075         * iconvdata/testdata/CP774: New file.
51076         * iconvdata/testdata/CP774..UTF8: New file.
51078         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51079         END CHARMAP line.
51080         * iconvdata/gen-8bit-gap.sh: Likewise.
51081         * iconvdata/gen-8bit.sh: Likewise.
51083         * locale/iso-639.def: Add ary entry.
51085         [BZ #11258]
51086         * locale/C-translit.h.in: Add U20A1 transliteration.
51088         [BZ #12178]
51089         * locale/iso-639.def: Add wae entry.
51090         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51092         [BZ #12545]
51093         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51094         for n.
51096         [BZ #12711]
51097         * locale/C-translit.h.in: Add entry for U20B9.
51098         Patch by pravin.d.s@gmail.com.
51100 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51102         [BZ #12713]
51103         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51104         ENAMETOOLONG use generic getcwd.
51105         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51106         in rtld.  Use *stat64.
51107         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51108         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51109         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51110         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51111         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51112         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51113         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51114         __fstatat64 macros.
51115         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51116         * dirent/rewinddir.c: Add libc_hidden_def.
51117         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51118         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51120         * include/dirent.h (__alloc_dir): Add flags parameter.
51121         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51122         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51123         __alloc_dir.
51124         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51125         from fdopendir if O_CLOEXEC is already set.
51127 2011-03-15  Alan Modra  <amodra@gmail.com>
51129         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51130         l_tls_firstbyte_offset non-zero.  Save padding offset in
51131         l_tls_firstbyte_offset for later use.
51132         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51133         freeing static tls block.
51135 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51137         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51138         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51139         being defined by the kernel headers.
51141 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51143         [BZ #12734]
51144         * resolv/resolv.h: Define RES_NOTLDQUERY.
51145         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51146         no-tld-query and set RES_NOTLDQUERY.
51147         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51148         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51149         modern BIND to search name as TLD unless forbidden.
51151 2011-05-07  Petr Baudis  <pasky@suse.cz>
51152             Ulrich Drepper  <drepper@gmail.com>
51154         [BZ #12393]
51155         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51156         (is_trusted_path): ...to here.
51157         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51158         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51159         using is_trusted_path_normalize() in setuid scripts.
51161 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51163         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51164         __BEGIN/__END_DECLS.
51166 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51168         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51169         NSS_STATUS_NOTFOUND if no record was found.
51171 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51173         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51174         (headers-not-in-tirpc): Remove rpc/netdb.h
51175         * resolv/netdb.h: Revert last change.
51177 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51179         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51180         circular dependency between libgcc.a and libc.a.
51182 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51184         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51185         * nis/Makefile: Don't install rpcsvc/*.
51186         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51187         instead of <rpc/types.h>.
51188         (MAXHOSTNAMELEN): Define.
51190 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51192         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51194 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51196         [BZ #12714]
51197         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51198         gethostbyname4_r when IPv6 results are possible.
51200 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51202         [BZ #12723]
51203         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51204         _PC_PIPE_BUF handling.
51206 2011-04-30  Bruno Haible  <bruno@clisp.org>
51208         [BZ #12717]
51209         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51210         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51211         to 'int'.
51212         * inet/getnameinfo.c (getnameinfo): Likewise.
51214 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51216         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51217         to groups setting in database lookup.
51218         * nss/nsswitch.conf: Add initgroups entry.
51220 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51222         [BZ #12685]
51223         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51224         mode string.
51225         Patch by Eric Blake <eblake@redhat.com>.
51227 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51229         * sunrpc/Makefile (need-export-routines): Add svc_run.
51230         (routines): Remove svc_run.
51231         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51232         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51233         * sunrpc/svc_run.c (svc_run): Likewise.
51234         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51236 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51238         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51239         problem in reallocation in last patch.
51241 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
51243         * sunrpc/Makefile: Move inclusion of Rules.
51245 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51247         * nss/nss_files/files-initgroups.c: New file.
51248         * nss/Makefile (libnss_files-routines): Add files-initgroups.
51249         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51250         _nss_files_initgroups_dyn.
51252 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
51254         * elf/elf.h (R_ARM_IRELATIVE): Define.
51256 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51258         * po/ru.po: Update from translation team.
51260 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51262         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51263         dependencies.
51265 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
51267         [BZ #12653]
51268         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51269         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51270         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51271         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51272         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51274 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
51276         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51277         differing bytes.
51278         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51279         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51280         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51282 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51284         [BZ #12420]
51285         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51286         storing it.
51287         * stdlib/bug-getcontext.c: New file.
51288         * stdlib/Makefile: Add rules to build and run bug-getcontext.
51290 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51292         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51293         instructions into .machine "z9-109".
51294         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51295         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51297 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51299         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51300         between environment variables and auxiliary vector.
51302 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
51304         * Makefile: Add rules to build linkobj/libc.so.
51305         * include/libc-symbols.h: Define libc_hidden_nolink.
51306         * include/rpc/auth.h: Mark functions which are to be hidden.
51307         * include/rpc/auth_des.h: Likewise.
51308         * include/rpc/auth_unix.h: Likewise.
51309         * include/rpc/clnt.h: Likewise.
51310         * include/rpc/des_crypt.h: Likewise.
51311         * include/rpc/key_prot.h: Likewise.
51312         * include/rpc/pmap_clnt.h: Likewise.
51313         * include/rpc/pmap_prot.h: Likewise.
51314         * include/rpc/pmap_rmt.h: Likewise.
51315         * include/rpc/rpc_msg.h: Likewise.
51316         * include/rpc/svc.h: Likewise.
51317         * include/rpc/svc_auth.h: Likewise.
51318         * include/rpc/xdr.h: Likewise.
51319         * nis/Makefile: Link all DSOs against linkobj/libc.so.
51320         * nss/Makefile: Likewise.
51321         * sunrpc/Makefile: Don't install headers.  Build library with normal
51322         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
51323         * sunrpc/auth_des.c: Hide exported symbols by default, export some
51324         for the compat linking library.  Remove use of INTDEF/INTUSE.
51325         * sunrpc/auth_none.c: Likewise.
51326         * sunrpc/auth_unix.c: Likewise.
51327         * sunrpc/authdes_prot.c: Likewise.
51328         * sunrpc/authuxprot.c: Likewise.
51329         * sunrpc/clnt_gen.c: Likewise.
51330         * sunrpc/clnt_perr.c: Likewise.
51331         * sunrpc/clnt_raw.c: Likewise.
51332         * sunrpc/clnt_simp.c: Likewise.
51333         * sunrpc/clnt_tcp.c: Likewise.
51334         * sunrpc/clnt_udp.c: Likewise.
51335         * sunrpc/clnt_unix.c: Likewise.
51336         * sunrpc/des_crypt.c: Likewise.
51337         * sunrpc/des_soft.c: Likewise.
51338         * sunrpc/get_myaddr.c: Likewise.
51339         * sunrpc/key_call.c: Likewise.
51340         * sunrpc/key_prot.c: Likewise.
51341         * sunrpc/netname.c: Likewise.
51342         * sunrpc/pm_getmaps.c: Likewise.
51343         * sunrpc/pm_getport.c: Likewise.
51344         * sunrpc/pmap_clnt.c: Likewise.
51345         * sunrpc/pmap_prot.c: Likewise.
51346         * sunrpc/pmap_prot2.c: Likewise.
51347         * sunrpc/pmap_rmt.c: Likewise.
51348         * sunrpc/publickey.c: Likewise.
51349         * sunrpc/rpc_cmsg.c: Likewise.
51350         * sunrpc/rpc_common.c: Likewise.
51351         * sunrpc/rpc_dtable.c: Likewise.
51352         * sunrpc/rpc_prot.c: Likewise.
51353         * sunrpc/rpc_thread.c: Likewise.
51354         * sunrpc/rtime.c: Likewise.
51355         * sunrpc/svc.c: Likewise.
51356         * sunrpc/svc_auth.c: Likewise.
51357         * sunrpc/svc_authux.c: Likewise.
51358         * sunrpc/svc_raw.c: Likewise.
51359         * sunrpc/svc_run.c: Likewise.
51360         * sunrpc/svc_simple.c: Likewise.
51361         * sunrpc/svc_tcp.c: Likewise.
51362         * sunrpc/svc_udp.c: Likewise.
51363         * sunrpc/svc_unix.c: Likewise.
51364         * sunrpc/svcauth_des.c: Likewise.
51365         * sunrpc/xcrypt.c: Likewise.
51366         * sunrpc/xdr.c: Likewise.
51367         * sunrpc/xdr_array.c: Likewise.
51368         * sunrpc/xdr_float.c: Likewise.
51369         * sunrpc/xdr_intXX_t.c: Likewise.
51370         * sunrpc/xdr_mem.c: Likewise.
51371         * sunrpc/xdr_rec.c: Likewise.
51372         * sunrpc/xdr_ref.c: Likewise.
51373         * sunrpc/xdr_sizeof.c: Likewise.
51374         * sunrpc/xdr_stdio.c: Likewise.
51376 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
51378         [BZ #12650]
51379         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51380         * sysdeps/ia64/dl-tls.h: Likewise.
51381         * sysdeps/powerpc/dl-tls.h: Likewise.
51382         * sysdeps/s390/dl-tls.h: Likewise.
51383         * sysdeps/sh/dl-tls.h: Likewise.
51384         * sysdeps/sparc/dl-tls.h: Likewise.
51385         * sysdeps/x86_64/dl-tls.h: Likewise.
51386         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51388 2011-03-14  Andreas Schwab  <schwab@redhat.com>
51390         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51391         rpath element also skip the following colon.
51392         (expand_dynamic_string_token): Add is_path parameter and pass
51393         down to DL_DST_REQUIRED and _dl_dst_substitute.
51394         (decompose_rpath): Call expand_dynamic_string_token with
51395         non-zero is_path.  Ignore empty rpaths.
51396         (_dl_map_object_from_fd): Call expand_dynamic_string_token
51397         with zero is_path.
51399 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
51401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
51402         Make cancelable.
51404 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
51406         [BZ #12655]
51407         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
51408         Patch by Filipe David Manana <fdmanana@apache.org>.
51410 2011-04-07  Andreas Schwab  <schwab@redhat.com>
51412         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
51413         Maintain aligned stack.
51414         (CHECK_RSP): Remove unused macro.
51416 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
51418         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
51419         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
51421 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
51423         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
51425         * include/features.h: Mention __USE_XOPEN2K8 in comment.
51427 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
51429         [BZ #12518]
51430         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
51431         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
51432         * sysdeps/x86_64/memmove.c: New file.
51433         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
51434         (memcpy): Renamed to ...
51435         (__new_memcpy): This.
51436         (memcpy): Provide GLIBC_2_14 memcpy.
51437         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
51438         (memcpy): Provide GLIBC_2_2_5 memcpy.
51440 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51442         [BZ #12631]
51443         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
51445 2011-03-30  Andreas Schwab  <schwab@redhat.com>
51447         * misc/syncfs.c: New file.
51448         * misc/Makefile (routines): Add syncfs.
51449         * posix/unistd.h: Declare syncfs.
51450         * sysdeps/unix/syscalls.list: Add syncfs.
51452 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51454         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
51455         open_by_handle_at.
51456         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51457         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51458         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51459         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51460         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51461         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
51462         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51464 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51466         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
51467         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51468         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
51469         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51470         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51471         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51472         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51474         * io/Makefile: Compile fallocate.c, fallocate64.c, and
51475         sync_file_range.c with -fexceptions.
51476         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
51477         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
51478         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
51479         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
51480         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
51481         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
51482         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
51483         sync_file_range as cancellation point
51484         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
51485         now a wrapper around __call_sync_file_range with cancellation handling.
51486         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
51487         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
51488         function name to __call_sync_file_range.
51489         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
51490         Add call_sync_file_range.
51492 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51494         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51495         bits/timex.h.
51497 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51499         * iconv/iconv.h: Fix typo in comment.
51500         * io/fcntl.h: Likewise.
51501         * libio/stdio.h: Likewise.
51502         * posix/spawn.h: Likewise.
51503         * posix/unistd.h: Likewise.
51504         * stdlib/stdlib.h: Likewise.
51505         * time/time.h: Likewise.
51506         * wcsmbs/wchar.h: Likewise.
51508         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
51509         open_by_handle): Add.
51510         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
51511         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
51512         Augment a few comments.
51513         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51514         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51515         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51516         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51517         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51518         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
51519         open_by_handle.
51521         * io/fcntl.h (AT_EMPTY_PATH): Define.
51523 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
51525         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
51526         * sysdeps/unix/sysv/linux/bits/time.h: New file.
51527         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
51528         to...
51529         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
51530         * Versions.def: Add GLIBC_2.14.
51531         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
51532         Export.
51534 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
51536         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
51537         round counter.
51538         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51540 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
51542         [BZ #12597]
51543         * string/test-strncmp.c (do_page_test): New function.
51544         (check2): Likewise.
51545         (test_main): Call check2.
51546         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
51548 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
51550         [BZ #12587]
51551         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
51552         Handle cache information in CPU leaf 4.
51553         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51555 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
51557         [BZ #12583]
51558         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
51559         character representation.
51560         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
51562 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
51564         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
51565         END(__isnan) to END(__isnanf) to match function entry point/label
51566         EALIGN(__isnanf,...).
51568 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
51570         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
51572 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
51574         [BZ #12510]
51575         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
51576         copy from the symbol referenced in the relocation to initialize the
51577         used variable.
51578         Patch by Piotr Bury <pbury@goahead.com>.
51579         * elf/Makefile: Add rules to build and tst-unique3.
51580         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
51581         * elf/tst-unique3.cc: New file.
51582         * elf/tst-unique3.h: New file.
51583         * elf/tst-unique3lib.cc: New file.
51584         * elf/tst-unique3lib2.cc: New file.
51586         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
51588 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
51590         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
51591         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
51592         to _start.
51594 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
51596         * elf/dl-load.c (_dl_map_object): If we are looking for the first
51597         to-be-loaded object along a path to loader is ld.so.
51599 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
51600             Ulrich Drepper  <drepper@gmail.com>
51602         * sysdeps/x86_64/memset.S: After aligning destination, code
51603         branches to different locations depending on the value of
51604         misalignment, when multiarch is enabled. Fix this.
51606 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
51608         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
51609         Set _x86_64_preferred_memory_instruction for AMD processsors.
51610         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51611         Set bit_Prefer_SSE_for_memop for AMD processors.
51613 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
51615         * libio/fmemopen.c (fmemopen): Optimize a bit.
51617 2011-03-03  Andreas Schwab  <schwab@redhat.com>
51619         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
51621 2011-03-03  Roland McGrath  <roland@redhat.com>
51623         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
51625 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
51627         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
51628         __bzero_ultra1 instead of __memset_ultra1.
51630 2011-02-23  Andreas Schwab  <schwab@redhat.com>
51631             Ulrich Drepper  <drepper@gmail.com>
51633         [BZ #12509]
51634         * include/link.h (struct link_map): Add l_orig_initfini.
51635         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
51636         returning unsuccessfully.
51637         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
51638         close of a file loaded at startup, restore the original l_initfini
51639         list.
51640         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
51641         list, store the pointer.
51642         * elf/Makefile ($(objpfx)noload-mem): New rule.
51643         (noload-ENV): Define.
51644         (tests): Add $(objpfx)noload-mem.
51645         * elf/noload.c: Include <memcheck.h>.
51646         (main): Call mtrace.  Close all opened handles.
51648 2011-02-17  Andreas Schwab  <schwab@redhat.com>
51650         [BZ #12454]
51651         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
51652         dependencies are missing.
51654 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51656         Fix __if_freereq crash: Unlike the generic version which uses free,
51657         Hurd needs munmap.
51658         * sysdeps/mach/hurd/ifreq.h: New file.
51660 2011-01-27  Petr Baudis  <pasky@suse.cz>
51661             Ulrich Drepper  <drepper@gmail.com>
51663         [BZ 12445]#
51664         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
51665         to extend_alloca().
51666         * stdio-common/bug23.c: New file.
51667         * stdio-common/Makefile (tests): Add bug23.
51669 2010-09-28  Andreas Schwab  <schwab@redhat.com>
51670             Ulrich Drepper  <drepper@gmail.com>
51672         [BZ #12489]
51673         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
51674         before performing relro protection.  At old place add assertion
51675         to make sure nothing changed.
51677 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
51678             Glauber de Oliveira Costa  <glommer@gmail.com>
51680         * elf/elf.h: Add new ARM TLS relocs.
51682 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
51684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
51685         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
51686         cast from r3.
51687         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
51688         'tests' variable.
51689         * sysdeps/wordsize-64/tst-writev.c: New file.
51691 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
51693         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
51694         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
51695         insns in _dl_start to prevent a TOC reference before relocs are
51696         resolved.
51698 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
51700         [BZ #12469]
51701         * Makeconfig: Remove RANLIB definition.
51702         * Makerules: Don't use RANLIB.
51703         * aclocal.m4: Remove ranlib test.
51704         * configure.in: No need to check for ranlib.
51705         * elf/rtld-Rules: Don't use RANLIB.
51707 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51709         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
51710         protection macro.
51711         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
51712         inclusion protection macro.
51714         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
51715         SIGRTMIN and SIGRTMAX and print information in that case only when
51716         SIGRTMIN is defined.
51718 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
51720         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
51721         arginfo fn returning -1.
51723         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
51724         and thousands string is zero terminated.
51726 2011-02-03  Andreas Schwab  <schwab@redhat.com>
51728         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
51729         sysdeps/unix/sysv/linux/bits/socket.h.
51731 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51733         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
51734         (__CPU_COUNT): Remove old macros.
51735         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
51736         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
51737         (__CPU_ALLOC, __CPU_FREE): Add macros.
51738         (__sched_cpualloc, __sched_cpufree): Add declarations.
51740 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
51742         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
51743         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
51744         * nscd/aicache.c (addhstaiX): Return timeout of added value.
51745         (readdhstai): Return value of addhstaiX call.
51746         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
51747         (addgrbyX): Return value returned by cache_addgr.
51748         (readdgrbyname): Return value returned by addgrbyX.
51749         (readdgrbygid): Likewise.
51750         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
51751         (addpwbyX): Return value returned by cache_addpw.
51752         (readdpwbyname): Return value returned by addhstbyX.
51753         (readdpwbyuid): Likewise.
51754         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
51755         (addservbyX): Return value returned by cache_addserv.
51756         (readdservbyname): Return value returned by addservbyX:
51757         (readdservbyport): Likewise.
51758         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
51759         (addhstbyX): Return value returned by cache_addhst.
51760         (readdhstbyname): Return value returned by addhstbyX.
51761         (readdhstbyaddr): Likewise.
51762         (readdhstbynamev6): Likewise.
51763         (readdhstbyaddrv6): Likewise.
51764         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
51765         (readdinitgroups): Return value returned by addinitgroupsX.
51766         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
51767         (prune_cache): Keep track of timeout value of re-added entries.
51768         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
51769         * nscd/nscd.h: Adjust prototypes of readd* functions.
51771 2011-02-04  Roland McGrath  <roland@redhat.com>
51773         * nis/nis_server.c (nis_servstate): Use the right name for 0.
51774         (nis_stats): Likewise.
51775         * nis/nis_modify.c (nis_modify): Likewise.
51776         * nis/nis_remove.c (nis_remove): Likewise.
51777         * nis/nis_add.c (nis_add): Likewise.
51779         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
51781         * posix/fnmatch_loop.c: Add some consts.
51783         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
51785 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
51787         [BZ #12460]
51788         * config.make.in (config-cflags-novzeroupper): Define.
51789         * configure.in: Substitute libc_cv_cc_novzeroupper.
51790         * elf/Makefile (AVX-CFLAGS): Define.
51791         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
51792         (CFLAGS-tst-auditmod4a.c): Likewise.
51793         (CFLAGS-tst-auditmod4b.c): Likewise.
51794         (CFLAGS-tst-auditmod6b.c): Likewise.
51795         (CFLAGS-tst-auditmod6c.c): Likewise.
51796         (CFLAGS-tst-auditmod7b.c): Likewise.
51797         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
51799 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
51801         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
51802         function to the callback.
51803         Patch partly by Jiri Olsa <jolsa@redhat.com>.
51805 2011-02-02  Andreas Schwab  <schwab@redhat.com>
51807         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
51808         of errno.
51810 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
51812         [BZ #11724]
51813         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
51814         of constructors.
51815         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
51816         of destructors.
51817         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
51819         [BZ #11724]
51820         * elf/Makefile: Add rules to build and run new test.
51821         * elf/tst-initorder.c: New file.
51822         * elf/tst-initorder.exp: New file.
51823         * elf/tst-initordera1.c: New file.
51824         * elf/tst-initordera2.c: New file.
51825         * elf/tst-initordera3.c: New file.
51826         * elf/tst-initordera4.c: New file.
51827         * elf/tst-initorderb1.c: New file.
51828         * elf/tst-initorderb2.c: New file.
51829         * elf/tst-order-a1.c: New file.
51830         * elf/tst-order-a2.c: New file.
51831         * elf/tst-order-a3.c: New file.
51832         * elf/tst-order-a4.c: New file.
51833         * elf/tst-order-b1.c: New file.
51834         * elf/tst-order-b2.c: New file.
51835         * elf/tst-order-main.c: New file.
51836         New test case by George Gensure <werkt0@gmail.com>.
51838 2010-10-01  Andreas Schwab  <schwab@redhat.com>
51840         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
51841         decoding ACE if AI_CANONIDN.
51843 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
51845         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
51847 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
51849         * version.h (RELEASE): Bump for 2.13 release.
51850         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
51852         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
51854         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
51855         MADV_NOHUGEPAGE.
51856         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
51857         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
51858         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
51859         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
51860         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
51861         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
51863         * posix/getconf.c: Update copyright year.
51864         * catgets/gencat.c: Likewise.
51865         * csu/version.c: Likewise.
51866         * debug/catchsegv.sh: Likewise.
51867         * debug/xtrace.sh: Likewise.
51868         * elf/ldconfig.c: Likewise.
51869         * elf/ldd.bash.in: Likewise.
51870         * elf/sprof.c (print_version): Likewise.
51871         * iconv/iconv_prog.c: Likewise.
51872         * iconv/iconvconfig.c: Likewise.
51873         * locale/programs/locale.c: Likewise.
51874         * locale/programs/localedef.c: Likewise.
51875         * malloc/memusage.sh: Likewise.
51876         * malloc/mtrace.pl: Likewise.
51877         * nscd/nscd.c (print_version): Likewise.
51878         * nss/getent.c: Likewise.
51880         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
51881         PF_CAIF, and PF_ALG.
51882         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51884 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
51886         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
51887         (modules-names): Use them.
51888         (ifunc-test-modules, ifunc-pie-tests): Define.
51889         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
51890         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
51891         (test-extras): Likewise.
51892         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
51893         $(compile-command.c).
51894         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
51895         (all-built-dso): Define.
51896         (check-textrel.out, check-execstack.out): Depend on it.
51898         * configure.in: Don't override --enable-multi-arch.
51900 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
51902         [BZ #6812]
51903         * nscd/hstcache.c (tryagain): Define.
51904         (cache_addhst): Return tryagain not notfound for temporary errors.
51905         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
51906         failed.
51908 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
51910         [BZ #10563]
51911         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
51912         to make the syscall.
51913         * sysdeps/unix/sysv/linux/setgroups.c: New file.
51915         [BZ #12378]
51916         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
51917         and fall back to matching as normal character if the string ends before
51918         the matching ']' is found.  This is what POSIX requires.
51919         * posix/testfnm.c: Adjust test result.
51920         * posix/globtest.sh: Adjust test result.  Add new test.
51921         * posix/tst-fnmatch.input: Likewise.
51922         * posix/tst-fnmatch2.c: Add new test.
51924 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
51926         * elf/Makefile (check-execstack): Revert last change.  Depend on
51927         check-execstack.h.
51928         (check-execstack.h): New target.
51929         (generated): Add check-execstack.h.
51930         * elf/check-execstack.c: Include "check-execstack.h".
51931         (main): Revert last change.
51932         (handle_file): Return zero if GNU_STACK is absent and
51933         DEFAULT_STACK_PERMS doesn't include PF_X.
51935 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
51937         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
51938         in child fails because the descriptor is already closed.
51939         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
51940         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
51941         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
51943         [BZ #12397]
51944         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
51945         syscall.
51947         [BZ #10484]
51948         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
51949         temporary buffer used to handle multi lookups locally.
51950         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
51952 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
51954         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
51955         loader is ld.so.
51957 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
51959         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
51960         alignment for SSE2.
51962 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
51964         [BZ #12394]
51965         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
51966         characters.  When rounding increased number of integer digits recompute
51967         number of groups.
51968         * stdio-common/tst-grouping.c: New file.
51969         * stdio-common/Makefile: Add rules to build and run tst-grouping.
51971 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
51973         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
51974         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
51976         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
51977         void.
51978         * bits/select.h: Likewise.
51980 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
51982         * po/ja.po: Update from translation team.
51984 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
51986         [BZ #11155]
51987         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
51988         implementation just like for lxstat, fxstatat, et al.
51990 2010-12-27  Jim Meyering  <meyering@redhat.com>
51992         [BZ #12348]
51993         * posix/regexec.c (build_trtable): Return failure indication upon
51994         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
51996 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
51998         [BZ #12201]
51999         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52000         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52001         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52002         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52004         [BZ #12207]
52005         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52007         [BZ #12204]
52008         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52009         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52011 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52013         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52014         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52015         script has SORT_BY_INIT_PRIORITY.
52016         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52017         NO_CTORS_DTORS_SECTIONS is defined.
52018         * elf/soinit.c: Likewise.
52019         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52020         NO_CTORS_DTORS_SECTIONS is defined.
52021         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52022         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52023         * sysdeps/sh/init-first.c: Likewise.
52024         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52026 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52028         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52029         always use the slow path.
52031 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52033         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52034         similar rule which adds the sysdep directories to the header search in
52035         order to pick up the correct platform stackinfo.h.
52036         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52037         perform test if it is, otherwise return successfully without testing.
52038         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52039         DEFAULT_STACK_PERMS define in stackinfo.h.
52040         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52041         defined in stackinfo.h.
52042         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52043         DEFAULT_STACK_PERMS defined in stackinfo.h.
52044         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52045         * sysdeps/ia64/stackinfo.h: Likewise.
52046         * sysdeps/s390/stackinfo.h: Likewise.
52047         * sysdeps/sh/stackinfo.h: Likewise.
52048         * sysdeps/sparc/stackinfo.h: Likewise.
52049         * sysdeps/x86_64/stackinfo.h: Likewise.
52050         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52051         PF_X for powerpc64.  Retain PF_X for powerpc32.
52053 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52055         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52056         accurately.
52057         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52058         GETDENTS_64BIT_ALIGNED.
52060 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52062         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52064 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52066         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52067         _GNU_SOURCE.
52069         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52070         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52071         Remove __restrict.
52072         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52073         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52075 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52077         [BZ #11655]
52078         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52079         are initialized.
52081 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52083         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52085 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52087         * po/it.po: Update from translation team.
52089 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52091         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52092         unused codes.
52094 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52096         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52098 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52100         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52101         specially.
52102         (gaih_getanswer_slice): Likewise.
52104 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52106         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52108 2010-05-31  Petr Baudis  <pasky@suse.cz>
52110         [BZ #11149]
52111         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52112         silently even in the chroot mode.
52114 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52116         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52117         last patch a bit.  Pretty printing
52119 2010-05-31  Petr Baudis <pasky@suse.cz>
52121         [BZ #10085]
52122         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52123         initialization of skip_initgroups_dyn.
52125 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52127         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52128         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52130 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52132         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52134 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52136         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52137         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52138         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52139         ($(objpfx)tst-fnmatch-mem): New rule.
52140         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52141         * posix/tst-fnmatch.c (main): Call mtrace.
52143 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52145         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52146         Support Intel processor model 6 and model 0x2c.
52148 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52150         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52151           signed comparison.
52153 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52155         [BZ #12205]
52156         * string/test-strncasecmp.c (check_result): New function.
52157         (do_one_test): Use it.
52158         (check1): New function.
52159         (test_main): Use it.
52160         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52161         Support strcasecmp and strncasecmp.
52163 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52165         [BZ #12194]
52166         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52167         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52169 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52171         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52172         IFUNC support.
52173         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52174         memset-x86-64.
52175         * sysdeps/x86_64/multiarch/bzero.S: New file.
52176         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52177         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52178         * sysdeps/x86_64/multiarch/memset.S: New file.
52179         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52180         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52181         Set bit_Prefer_SSE_for_memop for Intel processors.
52182         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52183         Define.
52184         (index_Prefer_SSE_for_memop): Define.
52185         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52187 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52189         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52190         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52192 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52194         [BZ #12191]
52195         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52196         (__x86_64_raw_data_cache_size_half): Likewise.
52197         (__x86_64_raw_shared_cache_size): Likewise.
52198         (__x86_64_raw_shared_cache_size_half): Likewise.
52200         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52201         (__x86_64_raw_data_cache_size_half): Likewise.
52202         (__x86_64_raw_shared_cache_size): Likewise.
52203         (__x86_64_raw_shared_cache_size_half): Likewise.
52204         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52205         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52206         and __x86_64_raw_shared_cache_size_half.  Round
52207         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52208         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52209         to multiple of 256 bytes.
52211 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52213         [BZ #12167]
52214         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52215         of inacessible symlinks.  Verify result of symlink before returning it.
52216         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52217         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52219 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52221         * math/math.h (isinf): Fix typo in comment.
52223 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52225         * po/da.po: Update from translation team.
52227 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52229         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52230         is added to the list.
52232 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52233             Ulrich Drepper  <drepper@gmail.com>
52235         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52236         the global list here.  Move code to...
52237         (_dl_add_to_namespace_list): ...here.  New function.
52238         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52239         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52240         * elf/dl-load.c (lose): Don't remove the element from the list.
52241         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52242         (_dl_map_object): Likewise.
52244 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
52246         [BZ #12159]
52247         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52248         into all bytes of SSE register.
52249         Patch by Richard Li <richardpku@gmail.com>.
52251 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
52253         [BZ #12140]
52254         * malloc/malloc.c (_int_free): Fill correct number of bytes when
52255         perturbing.
52257 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
52259         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52260         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52261         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52262         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52264         submachine.
52265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52267 2010-10-22  Andreas Schwab  <schwab@redhat.com>
52269         * include/dlfcn.h (__RTLD_SECURE): Define.
52270         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
52271         mode & __RTLD_SECURE instead.
52272         (open_path): Rename preloaded parameter to secure.
52273         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52274         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52275         * elf/dl-deps.c (openaux): Likewise.
52276         * elf/rtld.c (struct map_args): Remove is_preloaded.
52277         (map_doit): Don't use it.
52278         (dl_main): Likewise.
52279         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52280         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52282 2010-09-09  Andreas Schwab  <schwab@redhat.com>
52284         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52285         (sysd-rules-targets): Remove duplicates.
52286         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52287         rtld-%.$o dependency.
52289 2010-10-18  Andreas Schwab  <schwab@redhat.com>
52291         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52292         _dl_map_object do it.
52294 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
52296         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52297         fast fma builtins, define the macros in the C99 standard.
52298         (FP_FAST_FMAF): Likewise.
52299         (FP_FAST_FMAL): Likewise.
52300         * sysdeps/x86_64/bits/mathdef.h: Likewise.
52302         * bits/mathdef.h: Update copyright year.
52303         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52305 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
52307         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52308         builtins, define the macros in the C99 standard.
52309         (FP_FAST_FMAF): Likewise.
52310         (FP_FAST_FMAL): Likewise.
52311         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52312         multiply/add.
52313         (FP_FAST_FMAF): Likewise.
52315 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
52317         [BZ #3268]
52318         * math/libm-test.inc (fma_test): Some new testcases.
52319         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52320         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52321         y and infinite z.  Do multiplication by C already in long double.
52322         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52323         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52324         y and infinite z.  Do bitwise or of inexact bit into u.d.
52325         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52326         * sysdeps/i386/fpu/s_fmaf.S: Removed.
52327         * sysdeps/i386/fpu/s_fma.S: Removed.
52328         * sysdeps/i386/fpu/s_fmal.S: Removed.
52330 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
52332         [BZ #3268]
52333         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52334         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52335         computation is not scheduled after fetestexcept.  Fix value
52336         of minimum denormal long double.
52338 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
52340         [BZ #3268]
52341         * math/libm-test.inc (fma_test): Add some more tests.
52342         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52343         correctly.
52345 2010-10-15  Andreas Schwab  <schwab@redhat.com>
52347         * scripts/data/localplt-s390-linux-gnu.data: New file.
52348         * scripts/data/localplt-s390x-linux-gnu.data: New file.
52350 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
52352         [BZ #3268]
52353         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52354         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52355         instead of dbl-64.
52356         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52357         inlines.
52358         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52359         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52360         if one of x and y is very large and the other is subnormal.
52361         * sysdeps/s390/fpu/s_fmaf.c: New file.
52362         * sysdeps/s390/fpu/s_fma.c: New file.
52363         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52364         * sysdeps/powerpc/fpu/s_fma.S: New file.
52365         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52366         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52367         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52369 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
52371         [BZ #3268]
52372         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52373         fma tests.
52374         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52375         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52376         * sysdeps/i386/i686/multiarch/s_fma.c: Include
52377         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52378         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52379         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52380         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52382 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
52384         [BZ #12078]
52385         * posix/regcomp.c (parse_branch): One more memory leak plugged.
52386         * posix/bug-regex31.input: Add test case.
52388 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52390         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52391         * posix/bug-regex31.input: New file.
52393         [BZ #12078]
52394         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52395         (parse_sub_exp): Fix last change, use postorder.
52397         * posix/bug-regex31.c: New file.
52398         * posix/Makefile: Add rules to build and run bug-regex31.
52400         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
52402         [BZ #12078]
52403         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
52405         [BZ #12108]
52406         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
52407         to have entries in sys_siglist.
52409         [BZ #12093]
52410         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
52411         be NULL.
52413 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
52415         [BZ #3268]
52416         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
52417         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
52418         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
52419         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
52420         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52421         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
52422         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
52423         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
52424         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
52425         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
52426         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
52427         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
52428         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
52429         * math/ftestexcept.c (fetestexcept): Likewise.
52430         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
52431         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
52432         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
52433         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
52434         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
52435         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
52436         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
52438 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52440         [BZ #12107]
52441         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
52442         newline.
52444 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
52446         * string/bug-strstr1.c: New file.
52447         * string/Makefile: Add rules to build and run bug-strstr1.
52449 2010-10-05  Eric Blake  <eblake@redhat.com>
52451         [BZ #12092]
52452         * string/str-two-way.h (two_way_long_needle): Always clear memory
52453         when skipping input due to the shift table.
52455 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
52457         [BZ #12005]
52458         * malloc/mcheck.c: Handle large requests.
52460         [BZ #12077]
52461         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
52462         for strncmp and strncasecmp.
52463         * string/stratcliff.c: Add tests for strcmp and strncmp.
52464         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
52466 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52468         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
52469         __set_fpscr.
52471 2010-09-30  Andreas Jaeger  <aj@suse.de>
52473         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
52474         (CGROUP_SUPER_MAGIC): Define.
52475         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52476         Handle btrfs and cgroup file systems.
52477         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
52478         Likewise.
52480 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
52482         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
52483         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
52485 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52487         [BZ #12067]
52488         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
52489         trying to locate the ELF header.
52491 2010-09-27  Andreas Schwab  <schwab@redhat.com>
52493         [BZ #11611]
52494         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
52495         Mask out sign-bit copies when constructing f_fsid.
52497 2010-09-24  Petr Baudis <pasky@suse.cz>
52499         * debug/stack_chk_fail_local.c: Add missing licence exception.
52500         * debug/warning-nop.c: Likewise.
52502 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
52504         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
52505         implementing getdents64 using getdents syscall, set d_type if
52506         __ASSUME_GETDENTS32_D_TYPE.
52508 2010-09-16  Andreas Schwab  <schwab@redhat.com>
52510         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
52511         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
52513 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
52515         [BZ #12037]
52516         * posix/unistd.h: Undo change of feature selection for ftruncate from
52517         2010-01-11.
52519 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
52521         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
52522         detection.
52524 2010-09-20  Andreas Schwab  <schwab@redhat.com>
52526         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
52527         fanotify_mark.
52528         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
52530 2010-09-14  Andreas Schwab  <schwab@redhat.com>
52532         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
52533         variables after CHECK_SP call.
52534         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
52536 2010-09-13  Andreas Schwab  <schwab@redhat.com>
52537             Ulrich Drepper  <drepper@redhat.com>
52539         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
52540         re-relocationg ld.so.
52541         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
52542         _dl_init_paths call.
52543         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
52544         here anymore.
52546 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
52548         * resolv/res_init.c (__res_vinit): Count the default server we added.
52550 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
52551             Ulrich Drepper  <drepper@redhat.com>
52553         [BZ #11968]
52554         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52555         (____longjmp_chk): Use %ebx for saving value across system call.
52556         Add unwind info.
52558 2010-09-06  Andreas Schwab  <schwab@redhat.com>
52560         * manual/Makefile: Don't mix pattern rules with normal rules.
52562 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
52564         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
52565         operation.
52566         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
52567         * libio/iofopncook.c (_IO_cookie_init): Likewise.
52568         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
52569         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
52570         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52571         Likewise.
52573 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
52575         [BZ #11979]
52576         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
52577         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
52579 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
52581         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
52582         * sysdeps/x86_64/addmul_1.S: Likewise.
52583         * sysdeps/x86_64/lshift.S: Likewise.
52584         * sysdeps/x86_64/mul_1.S: Likewise.
52585         * sysdeps/x86_64/rshift.S: Likewise.
52586         * sysdeps/x86_64/sub_n.S: Likewise.
52587         * sysdeps/x86_64/submul_1.S: Likewise.
52589 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52591         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
52592         Define __sched_param instead of SCHED_* and sched_param when
52593         <bits/sched.h> is included with __need_schedparam defined.
52594         * bits/sched.h [__need_schedparam]
52595         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
52596         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
52597         (__defined_schedparam): Define to 1.
52598         (__sched_param): New structure, identical to sched_param.
52599         (__need_schedparam): Undefine.
52601 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
52603         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
52604         (epoll_create1): Declare.
52606         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
52608 2010-08-31  Andreas Schwab  <schwab@redhat.com>
52610         [BZ #7066]
52611         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
52612         shifting retval into place.
52614 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
52616         * nis/rpcsvc/nis.h: Update copyright notice.
52617         * nis/rpcsvc/nis.x: Likewise.
52618         * nis/rpcsvc/nis_callback.h: Likewise.
52619         * nis/rpcsvc/nis_callback.x: Likewise.
52620         * nis/rpcsvc/nis_object.x: Likewise.
52621         * nis/rpcsvc/nis_tags.h: Likewise.
52622         * nis/rpcsvc/yp.h: Likewise.
52623         * nis/rpcsvc/yp.x: Likewise.
52624         * nis/rpcsvc/ypupd.h: Likewise.
52625         * nis/yp_xdr.c: Likewise.
52626         * nis/ypupdate_xdr.c: Likewise.
52628         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
52629         mainly the body of pmap_getport.  Add parameters to specify timeouts.
52630         (pmap_getport): Use __libc_rpc_getport.
52631         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
52632         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
52633         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
52635 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
52637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
52638         fanotify_mark.
52640 2010-08-27  Roland McGrath  <roland@redhat.com>
52642         * sysdeps/i386/i686/multiarch/Makefile
52643         (CFLAGS-varshift.c): New variable.
52645 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
52647         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
52648         * sysdeps/i386/i686/multiarch/varshift.c: New file.
52650         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
52652         * sysdeps/x86_64/strlen.S: Minimal code improvement.
52654 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
52656         * sysdeps/x86_64/strlen.S: Unroll the loop.
52657         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52658         strlen-sse2 strlen-sse2-bsf.
52659         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
52660         __strlen_no_bsf if bit_Slow_BSF is set.
52661         (__strlen_sse42): Removed.
52662         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
52663         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
52665 2010-08-25  Roland McGrath  <roland@redhat.com>
52667         * sysdeps/x86_64/multiarch/varshift.S: File removed.
52668         * sysdeps/x86_64/multiarch/varshift.c: New file.
52669         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
52670         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
52671         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
52672         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
52674 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
52676         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52677         strlen-sse2 strlen-sse2-bsf.
52678         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
52679         __strlen_sse2_bsf if bit_Slow_BSF is unset.
52680         (__strlen_sse2): Removed.
52681         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
52682         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
52683         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
52684         bit_Slow_BSF for Atom.
52685         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
52686         (index_Slow_BSF): Define.
52687         (HAS_SLOW_BSF): Define.
52689 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
52691         [BZ #10851]
52692         * resolv/res_init.c (__res_vinit): When no server address at all
52693         is given default to loopback.
52695 2010-08-24  Roland McGrath  <roland@redhat.com>
52697         * configure.in: Remove config-name.h generation.
52698         * configure: Regenerated.
52699         * config-name.in: File removed.
52700         * scripts/config-uname.sh: New file.
52701         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
52702         ($(objdir)config-name.h): New target.
52704         * sunrpc/rpc_parse.h: Avoid nested comment.
52706 2010-08-24  Richard Henderson  <rth@redhat.com>
52707             Ulrich Drepper  <drepper@redhat.com>
52708             H.J. Lu  <hongjiu.lu@intel.com>
52710         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
52711         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
52712         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
52713         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
52714         _mm_alignr_epi8 with _mm_loadu_si128.
52715         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
52716         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
52717         (__m128i_shift_right): Removed.
52718         * sysdeps/i386/i686/multiarch/varshift.h: New file.
52719         * sysdeps/i386/i686/multiarch/varshift.S: New file.
52720         * sysdeps/x86_64/multiarch/varshift.h: New file.
52721         * sysdeps/x86_64/multiarch/varshift.S: New file.
52723 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
52725         * configure.in: Move assembler checks to before sysdep dir checking.
52727 2010-08-20  Petr Baudis  <pasky@suse.cz>
52729         * LICENSES: Sync the sunrpc license.
52731 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
52733         * sunrpc/auth_des.c: Update copyright notice once again.
52734         * sunrpc/auth_none.c: Likewise.
52735         * sunrpc/auth_unix.c: Likewise.
52736         * sunrpc/authdes_prot.c: Likewise.
52737         * sunrpc/authuxprot.c: Likewise.
52738         * sunrpc/bindrsvprt.c: Likewise.
52739         * sunrpc/clnt_gen.c: Likewise.
52740         * sunrpc/clnt_perr.c: Likewise.
52741         * sunrpc/clnt_raw.c: Likewise.
52742         * sunrpc/clnt_simp.c: Likewise.
52743         * sunrpc/clnt_tcp.c: Likewise.
52744         * sunrpc/clnt_udp.c: Likewise.
52745         * sunrpc/clnt_unix.c: Likewise.
52746         * sunrpc/des_crypt.c: Likewise.
52747         * sunrpc/des_soft.c: Likewise.
52748         * sunrpc/get_myaddr.c: Likewise.
52749         * sunrpc/getrpcport.c: Likewise.
52750         * sunrpc/key_call.c: Likewise.
52751         * sunrpc/key_prot.c: Likewise.
52752         * sunrpc/openchild.c: Likewise.
52753         * sunrpc/pm_getmaps.c: Likewise.
52754         * sunrpc/pm_getport.c: Likewise.
52755         * sunrpc/pmap_clnt.c: Likewise.
52756         * sunrpc/pmap_prot.c: Likewise.
52757         * sunrpc/pmap_prot2.c: Likewise.
52758         * sunrpc/pmap_rmt.c: Likewise.
52759         * sunrpc/rpc/auth.h: Likewise.
52760         * sunrpc/rpc/auth_unix.h: Likewise.
52761         * sunrpc/rpc/clnt.h: Likewise.
52762         * sunrpc/rpc/des_crypt.h: Likewise.
52763         * sunrpc/rpc/key_prot.h: Likewise.
52764         * sunrpc/rpc/netdb.h: Likewise.
52765         * sunrpc/rpc/pmap_clnt.h: Likewise.
52766         * sunrpc/rpc/pmap_prot.h: Likewise.
52767         * sunrpc/rpc/pmap_rmt.h: Likewise.
52768         * sunrpc/rpc/rpc.h: Likewise.
52769         * sunrpc/rpc/rpc_des.h: Likewise.
52770         * sunrpc/rpc/rpc_msg.h: Likewise.
52771         * sunrpc/rpc/svc.h: Likewise.
52772         * sunrpc/rpc/svc_auth.h: Likewise.
52773         * sunrpc/rpc/types.h: Likewise.
52774         * sunrpc/rpc/xdr.h: Likewise.
52775         * sunrpc/rpc_clntout.c: Likewise.
52776         * sunrpc/rpc_cmsg.c: Likewise.
52777         * sunrpc/rpc_common.c: Likewise.
52778         * sunrpc/rpc_cout.c: Likewise.
52779         * sunrpc/rpc_dtable.c: Likewise.
52780         * sunrpc/rpc_hout.c: Likewise.
52781         * sunrpc/rpc_main.c: Likewise.
52782         * sunrpc/rpc_parse.c: Likewise.
52783         * sunrpc/rpc_parse.h: Likewise.
52784         * sunrpc/rpc_prot.c: Likewise.
52785         * sunrpc/rpc_sample.c: Likewise.
52786         * sunrpc/rpc_scan.c: Likewise.
52787         * sunrpc/rpc_scan.h: Likewise.
52788         * sunrpc/rpc_svcout.c: Likewise.
52789         * sunrpc/rpc_tblout.c: Likewise.
52790         * sunrpc/rpc_util.c: Likewise.
52791         * sunrpc/rpc_util.h: Likewise.
52792         * sunrpc/rpcinfo.c: Likewise.
52793         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
52794         * sunrpc/rpcsvc/key_prot.x: Likewise.
52795         * sunrpc/rpcsvc/klm_prot.x: Likewise.
52796         * sunrpc/rpcsvc/mount.x: Likewise.
52797         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
52798         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
52799         * sunrpc/rpcsvc/rex.x: Likewise.
52800         * sunrpc/rpcsvc/rstat.x: Likewise.
52801         * sunrpc/rpcsvc/rusers.x: Likewise.
52802         * sunrpc/rpcsvc/sm_inter.x: Likewise.
52803         * sunrpc/rpcsvc/spray.x: Likewise.
52804         * sunrpc/rpcsvc/yppasswd.x: Likewise.
52805         * sunrpc/rtime.c: Likewise.
52806         * sunrpc/svc.c: Likewise.
52807         * sunrpc/svc_auth.c: Likewise.
52808         * sunrpc/svc_authux.c: Likewise.
52809         * sunrpc/svc_raw.c: Likewise.
52810         * sunrpc/svc_run.c: Likewise.
52811         * sunrpc/svc_simple.c: Likewise.
52812         * sunrpc/svc_tcp.c: Likewise.
52813         * sunrpc/svc_udp.c: Likewise.
52814         * sunrpc/svc_unix.c: Likewise.
52815         * sunrpc/svcauth_des.c: Likewise.
52816         * sunrpc/xcrypt.c: Likewise.
52817         * sunrpc/xdr.c: Likewise.
52818         * sunrpc/xdr_array.c: Likewise.
52819         * sunrpc/xdr_float.c: Likewise.
52820         * sunrpc/xdr_mem.c: Likewise.
52821         * sunrpc/xdr_rec.c: Likewise.
52822         * sunrpc/xdr_ref.c: Likewise.
52823         * sunrpc/xdr_sizeof.c: Likewise.
52824         * sunrpc/xdr_stdio.c: Likewise.
52826         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
52827         handling.
52829 2010-08-19  Andreas Schwab  <schwab@redhat.com>
52831         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
52833 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
52835         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
52836         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
52837         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
52838         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
52839         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
52840         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
52841         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
52842         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
52843         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
52844         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
52845         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
52846         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
52847         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
52848         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
52850 2010-07-26  Anton Blanchard  <anton@samba.org>
52852         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
52853         * malloc/arena.c (heap_trim): Likewise.
52855 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
52857         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
52858         here.  Not...
52859         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
52860         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
52862 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
52864         * sysdeps/i386/elf/Makefile: New file.
52866 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
52868         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
52869         from fanotify_init.
52870         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
52871         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
52873 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
52875         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
52876         of strncasecmp_l.
52877         * sysdeps/multiarch/strcmp.S: Likewise.
52879 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
52881         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
52882         strncase_l-nonascii.
52883         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
52884         Add strncase_l-ssse3.
52885         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
52886         * sysdeps/x86_64/strcmp.S: Likewise.
52887         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
52888         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
52889         * sysdeps/x86_64/strncase.S: New file.
52890         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
52891         * sysdeps/x86_64/strncase_l.S: New file.
52892         * string/Makefile (strop-tests): Add strncasecmp.
52893         * string/test-strncasecmp.c: New file.
52895         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
52896         warning.
52898         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
52899         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
52901 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
52903         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
52905 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
52907         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
52908         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
52909         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
52911 2010-05-01  Alan Modra  <amodra@gmail.com>
52913         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
52914         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
52915         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
52916         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
52917         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
52918         tidying.  Don't tail-call __sigjmp_save for static lib.
52919         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
52920         save location.
52921         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
52922         (CALL_MCOUNT): Add eh info, and nop after bl.
52923         (TAIL_CALL_SYSCALL_ERROR): New macro.
52924         (PSEUDO_RET): Use it.
52925         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
52926         Correct save location of integer regs and cr.
52927         (_dl_profile_resolve): Correct cr save location.  Delete nops
52928         after bl when SHARED.  Reduce cfi size a little by better
52929         placement of cfi directives.
52930         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
52931         make a stack frame.  Instead use parm save area as a temp.
52932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
52933         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
52934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
52935         Don't make a stack frame for parent, use parm save area.
52936         Increase child stack frame to 112 bytes.  Don't save unused reg,
52937         and adjust reg usage.  Set up cfi on error recovery and
52938         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
52939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
52940         (__makecontext): Add dummy nop after jump to exit.
52941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
52942         Use correct parm save area and cr save, reduce stack frame.
52943         Correct cfi for possible PSEUDO_RET frame setup.
52944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
52945         Branch to local label emitted by PSEUDO_RET rather than
52946         __syscall_error.
52948 2010-08-12  Andreas Schwab  <schwab@redhat.com>
52950         [BZ #11904]
52951         * locale/programs/locale.c (print_assignment): New function.
52952         (show_locale_vars): Use it.
52954 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
52956         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
52957         field.
52958         (struct statfs64): Likewise.
52959         (_STATFS_F_FLAGS): Define.
52960         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
52961         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52962         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
52963         (ST_VALID): Define locally.
52964         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
52965         __statvfs_getflags, use the provided value.
52966         * sysdeps/unix/sysv/linux/kernel-features.h: Define
52967         __ASSUME_STATFS_F_FLAGS.
52969         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
52971         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
52972         Add sys/fanotify.h.
52973         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
52974         fanotify_mask for GLIBC_2.13.
52975         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
52976         fanotify_init and fanotify_mark.
52977         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
52978         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
52980         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
52981         Add prlimit.
52982         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
52983         prlimit64 for GLIBC_2.13.
52984         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
52985         prlimit64.
52986         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
52987         syscall.
52988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
52989         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
52990         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
52991         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
52992         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
52993         add prlimit alias.
52994         * sysdeps/unix/sysv/linux/prlimit.c: New file.
52996         [BZ #11903]
52997         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
52998         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53000         * nss/Makefile: Add rules to build and run tst-nss-test1.
53001         * shlib-versions: Add entry for libnss_test1.
53002         * nss/nss_test1.c: New file.
53003         * nss/tst-nss-test1.c: New file.
53005         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53006         (__nss_configure_lookup): Set appropriate entry in
53007         __nss_configure_lookup to true.
53008         * nss/nsswitch.h: Define enum with indeces of databases in
53009         databases and __nss_database_custom arrays.  Declare
53010         __nss_database_custom.
53011         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53012         to avoid using nscd when custom rules are installed.
53013         * nss/getXXbyYY_r.c: Likewise.
53014         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53016         * nss/nss_files/files-parse.c: Whitespace fixes.
53018 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53020         [BZ #11883]
53021         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53022         * posix/fnmatch_loop.c: Likewise.
53024 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53026         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53027         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53028         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53029         * Versions.def [GLIBC_2.13]: Add.
53031 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53033         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53034         Also fail if tpwd after pwuid call is NULL.
53036 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53038         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53039         when converting to ms.
53041 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53043         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53044         EOPNOTSUPP errors with ENOTTY.
53045         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53046         EOPNOTSUPP errors with ENOTTY.
53048 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53050         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53051         Add strcasecmp_l-ssse3.
53052         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53053         strcasecmp.
53054         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53055         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53056         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53058 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53060         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53062         * string/Makefile (strop-tests): Add strcasecmp.
53063         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53064         strcasecmp_l-nonascii.
53065         (gen-as-const-headers): Add locale-defines.sym.
53066         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53067         * sysdeps/x86_64/strcasecmp.S: New file.
53068         * sysdeps/x86_64/strcasecmp_l.S: New file.
53069         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53070         * sysdeps/x86_64/locale-defines.sym: New file.
53071         * string/test-strcasecmp.c: New file.
53073         * string/test-strcasestr.c: Test both ends of the range of characters.
53074         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53076 2010-07-29  Roland McGrath  <roland@redhat.com>
53078         [BZ #11856]
53079         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53081 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53083         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53084         for ld.so.
53086 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53088         * manual/memory.texi (Malloc Tunable Parameters): Document
53089         M_PERTURB.
53091 2010-07-26  Roland McGrath  <roland@redhat.com>
53093         [BZ #11840]
53094         * configure.in (-fgnu89-inline check): Set and substitute
53095         gnu89_inline, not libc_cv_gnu89_inline.
53096         * configure: Regenerated.
53097         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53099 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53101         * string/test-strnlen.c: New file.
53102         * string/Makefile (strop-tests): Add strnlen.
53103         * string/tester.c (test_strnlen): Add a few more test cases.
53104         * string/tst-strlen.c: Better error reporting.
53106         * sysdeps/x86_64/strnlen.S: New file.
53108 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53110         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53111         lower-latency instructions.
53113 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53115         * string/test-strcasestr.c: New file.
53116         * string/test-strstr.c: New file.
53117         * string/Makefile (strop-tests): Add strstr and strcasestr.
53118         * string/str-two-way.h: Don't undefine MAX.
53119         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53121 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53123         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53124         strcasestr-nonascii.
53125         (CFLAGS-strcasestr-nonascii.c): Define.
53126         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53127         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53128         Remove unused attribute.
53130 2010-07-20  Roland McGrath  <roland@redhat.com>
53132         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53133         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53134         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53135         like LD_HWCAP_MASK can disable hwcaps.
53137 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53139         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53141 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53143         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53144         call in strcasestr.
53145         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53146         __strcasestr_sse42_nonascii.
53147         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53148         strcasestr-nonascii.c.
53149         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53151 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53153         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53154         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53155         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53156         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53158 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53160         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53161         fcntl.
53163 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53165         [BZ #11577]
53166         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53167         dl_signal_cerror.
53169 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53171         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53172         _PC_PIPE_BUF using F_GETPIPE_SZ.
53174 2010-07-05  Roland McGrath  <roland@redhat.com>
53176         * manual/arith.texi (Rounding Functions): Fix rint description
53177         implicit in round description.
53179 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53181         * elf/Makefile: Fix linking for a few tests to make recent linker
53182         happy.
53184 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53186         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53187         $(common-objpfx)libc_nonshared.a.
53189 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53191         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53192         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53193         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53194         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53195         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53196         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53197         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53198         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53213         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53214         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53215         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53216         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53217         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53218         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53219         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53220         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53221         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53222         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53223         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53224         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53240 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
53242         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53243         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
53244         * string/memmove.c (memmove): Renamed to ...
53245         (MEMMOVE): ...this.  Default to memmove.
53246         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53247         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53248         (END_CHK): Define.
53249         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53250         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53251         mempcpy-ssse3-back memmove-ssse3-back.
53252         * sysdeps/x86_64/multiarch/bcopy.S: New file .
53253         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53254         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53255         * sysdeps/x86_64/multiarch/memcpy.S: New file.
53256         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53257         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53258         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53259         * sysdeps/x86_64/multiarch/memmove.c: New file.
53260         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53261         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53262         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53263         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53264         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53265         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53266         Define.
53267         (index_Fast_Copy_Backward): Define.
53268         (HAS_ARCH_FEATURE): Define.
53269         (HAS_FAST_REP_STRING): Define.
53270         (HAS_FAST_COPY_BACKWARD): Define.
53272 2010-06-21  Andreas Schwab  <schwab@redhat.com>
53274         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53275         Restore proper fallback handling.
53277 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
53279         [BZ #11701]
53280         * posix/group_member.c (__group_member): Correct checking loop.
53282         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53283         OOM in getpwuid_r correctly.  Return error number when the caller
53284         should return, otherwise -1.
53285         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53286         call returning > 0 value.
53287         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53289 2010-06-07  Andreas Schwab  <schwab@redhat.com>
53291         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53292         libc_nonshared.a from targets in modules-names.
53294 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
53296         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53297         requires it.
53299 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
53301         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53302         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53303         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53304         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53306 2010-06-02  Andreas Schwab  <schwab@redhat.com>
53308         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53310 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
53312         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53313         and F_GETPIPE_SZ.
53314         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53315         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53316         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53317         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53318         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53319         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53321 2010-06-14  Roland McGrath  <roland@redhat.com>
53323         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53325 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
53327         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53328         __REDIRECT followed by __THROW.
53329         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53330         * posix/getopt.h (getopt): Likewise.
53332 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53334         * hurd/lookup-at.c (__file_name_lookup_at): Accept
53335         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
53336         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53337         in AT_FLAGS.
53338         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53339         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53341 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
53343         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53345 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
53347         [BZ #11640]
53348         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53349         Properly check family and model.
53351 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
53353         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53355 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
53357         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53359 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
53361         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53362         symbol reference.
53364 2010-05-19  Andreas Schwab  <schwab@redhat.com>
53366         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53367         symbol reference.
53369 2010-05-21  Andreas Schwab  <schwab@redhat.com>
53371         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53372         and internal_recvmmsg.
53373         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53374         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53375         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53376         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53378         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53379         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53380         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53382 2010-05-20  Andreas Schwab  <schwab@redhat.com>
53384         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53386 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
53388         POWER7 optimizations.
53389         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53390         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53392 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
53394         * version.h: Update for 2.13 development version.
53396 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
53398         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
53399         exceptions.  Return 0.
53401 2010-05-07  Roland McGrath  <roland@redhat.com>
53403         * elf/ldconfig.c (main): Add a const.
53405 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
53407         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
53408         (args_options): Add no-idn option.
53409         (ahosts_keys_int): Add idn_flags to ai_flags.
53410         (parse_option): Handle 'i' option to clear idn_flags.
53412         * malloc/malloc.c (_int_free): Possible race in the most recently
53413         added check.  Only act on the data if no current modification
53414         happened.
53416 See ChangeLog.17 for earlier changes.